/* 

                          
                                  													 
                                  													 */
@import "iconfont.css";
@import "animate.min.css";

/*-----------------------------------------------------------------------------------*/
/* GENERAL
/*-----------------------------------------------------------------------------------*/


html,
body {
    width: auto !important;
}
.text-center{
    text-align:center;
}

body {
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    background: url(../img/texture.png);


}
.nav-flex{
    padding-top:1em;
    display: flex;
    justify-content: center;
    align-items: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ea640c;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

p {
    color: #fff;
    font-weight: 300;
}



button {
    display: inline-block;
    margin-bottom: 0;
    margin-bottom: 10px;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    border-radius: 5px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.428571429;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.visibility {
    visibility: hidden;
}

.animated {
    visibility: visible !important;
}

/*-----------------------------------------------------------------------------------*/
/*	KEY COLOR
/*-----------------------------------------------------------------------------------*/

/*---- Typography ----*/
header h1,
.payoff h1,
.details .carousel,
.social a:hover {
    color: #0bf397;
}

.features p {
    color: #06b872;
}

/*---- Background ----*/
.features,
.detail .carousel-indicators .active {
    background: rgba(75, 70, 70, 1.00);

}


/*-----------------------------------------------------------------------------------*/
/* NAVBAR
/*-----------------------------------------------------------------------------------*/

nav.navbar {
    position: fixed;
    top: -72px;
    margin-bottom: 0px;
    padding: 0px 0px 10px 0px;
    width: 100%;
    border-radius: 0px;
    transition: all 0.2s;
}

.navbar-nav {
    float: right;
}

nav.navbar.fixed-to-top {
    top: 0px;
    z-index: 110;
}

.navbar-default {
    border: none;
    border-bottom: 1px solid #eee;
    background: rgba(75, 70, 70, 1.00);

    display: none
}

.navbar-default .navbar-nav > li > a {
    color: #aaa;
    font-size: 1.2em;
    
}
.dropdown a{
    color: #aaa;
    font-size: 1.2em;
    cursor:pointer;
    text-decoration: none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #3A3A3A;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.navbar-default .navbar-brand {
    color: #333333;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2em;
    font-family: 'Montserrat', sans-serif;
}

.navbar-brand {
    padding: 0;
    height: 60px;
}

/*-----------------------------------------------------------------------------------*/
/* HEADER 
/*-----------------------------------------------------------------------------------*/

/*header {

    margin: 0;
    height: 60em;
    background: url('../img/header.jpg') center center;
    background-color: white !important;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}*/
.top-left {
    text-transform: uppercase;
    color:#e0af31;
    position: absolute;
    top: 22rem;
    font-weight: 600;
    left: 10rem;
  }
  .top-left-2 {
    color:#e0af31;
    position: absolute;
    top: 26rem;
    left: 10rem;
  }
  .text-header{
    font-size:4rem;
    font-weight:600
  }
header h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-weight: 300;
    font-size: 100px;
    font-family: 'Montserrat', sans-serif;

}

header p.lead {
    font-size: 36px;
}


.carousel-caption {
    color: #000;
}

.carousel-indicators .active {
    border-color: #000;
}

.carousel-indicators li {
    border-color: #000;
    background: #000;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}

/*-----------------------------------------------------------------------------------*/
/* PURCHASE
/*-----------------------------------------------------------------------------------*/

.purchase {
    overflow: hidden;
    padding: 20px;

    background: url(../img/texture.png);
}


/*-----------------------------------------------------------------------------------*/
/*	PAYOFF
/*-----------------------------------------------------------------------------------*/

#divider {
    background-image: url("../img/divider.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height:50vh;
    

}




#divider h2 {
    color: #fff;
    text-align: center;
    margin-top: 40px;
    font-size: 40px;
    background: rgba(0, 0, 0, 0.41);
}

.gallery {
    margin-bottom: 20px;

}

.image-row img {
    margin-bottom: 30px;
}

.image-row img:hover {
    opacity: 0.3;
}



h2 {
    font-size: 28px;
}


/*-----------------------------------------------------------------------------------*/
/*	FEATURES
/*-----------------------------------------------------------------------------------*/

.features {
    overflow: hidden;
    margin: 60px 0;
    min-height: 400px;
    color: black;
}


.features h2 {
    font-size: 18px;
}

.features p {
    font-weight: 400;
    color: #fff;
}

h2.titolo {
    font-size: 30px;
}

.features h2 a {
    color: #ea640c;
}

.features .circle {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-top: 33px;
    width: 150px;
    height: 150px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    text-align: center;

}

.features span.glyphicon,
.features i {
    margin-top: 3px;
    color: #ffffff;
    font-size: 5em;
}



.portfolio-item {
    margin-bottom: 25px;
}

footer {
    background: rgba(75, 70, 70, 1.00);
}

.copyright p {
    text-align: center;
    color: white;

}


.contatti {
    background: #009EE0;
}

.contatti h1 {
    color: #fff;
}

.gmap3 {
    margin: 0 auto;

    width: 100%;
    height: 250px;
}

#map {
    width: 100%;
    height: 500px;
}



.icon-facebook,
.icon-google {
    font-size: 50px;
    color: #4B4646;
    padding: 0.1em;
}

.icon-map,
.icon-user,
.icon-mail {
    font-size: 40px;
    color: #4B4646;


}

.icon-facebook:hover {
    color: rgba(48, 74, 240, 1.00);
}

.icon-google:hover {
    color: rgba(235, 24, 27, 1.00);
}

#contact a {
    color: #fff;
}


.lead p {
    color: black;
}


.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-size: 4em;
}

.caldaie {
    background: url(../img/texture.png);
}

.caldaie p {
    color: #000;
    text-align: left;
}

.climatizzazione p {
    color: #000;
}

.climatizzazione .fa {
    color: #ea640c;
    font-size: 65px;
    padding: 18px;
    border: 7px solid #ea640c;
    border-radius: 100%;
    background-color: #fff;
}

.mar {
    margin-bottom: 20px;
}


.caratteristiche li {
    list-style: none;
    font-size: 18px;
}


.btn-info {
    margin: 30px;
}

.pdf img {
    webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

.pdf img:hover {


    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}


.triangolo {
    margin-top: 350px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 65.0px 37.5px 0 37.5px;
    border-color: #228BE9 transparent transparent transparent;
}


.rslides_tabs,
#slider2,
#slider3 {
    border: 0;
    box-shadow: none;
}

.rslides {
    padding: 0;
    padding-top: 20px;
}


/*hover immagini*/

.portfolio-item {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 2em;
}

.portfolio-item img {
    -webkit-transition: all 700ms linear;
    -moz-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    -ms-transition: all 700ms linear;
    transition: all 300ms linear;

}

.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 252px;
    height: 350px;
    left: 49px;
    top: 0;
    color: #fff;

}


.portfolio-item:hover .portfolio-desc {

    height: 350px;
    width: 252px;
    transition: all 500ms ease-in-out 0s;
    opacity: 0.8;
    background: #EA6411;
}

.portfolio-item .portfolio-desc a {
    color: #fff;
    text-transform: uppercase;

}

.portfolio-item .portfolio-desc .folio-info {
    text-align: center;
    padding: 30px;
    height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info {
    height: 350px;
    width: 250px;
    opacity: 1;
    transition: all 700ms ease-in-out 0s;


}

.folio-info h3 {
    font-size: 18px;
    color: #fff;
}

/*=================================================================
    Banner
==================================================================*/

.popup {
    max-width: 320px;
    height: auto;
    position: fixed;
    z-index: 1000;
    right: -578px;
    bottom: 0;
    box-shadow:0px 0px 20px rgba(0,0,0,0.50);
    background:#fff;
}

.banner-content {
    background-color:#fff;
    padding:15px;
    text-align:center;
}

.banner-content h3 {
    letter-spacing:2px;
    font-size:20px;
    text-transform:uppercase;
    line-height:30px;
    margin:5px 0;
  font-weight: 600;
    color:#000;
}

.banner-content p {

    color:#000;
}

.divisore {
    border-bottom:dashed 10px #009ED6;
}

.banner-content a {
    color:#3E26D0;
    border-bottom:1px dashed #444;
}

.banner-content a:hover {
    color:rgba(144,8,46,1.00);
    border:none;
}

.popup i {
    font-size: 1.5em;
    position: absolute;
    padding: 0px;
    right: 0;
    color:#000;
    z-index:999;
}

.popup i:hover {
    cursor: pointer;
    color:rgba(238,123,0,1);
}


/*-----------------------------------------------------------------------------------*/
/*	MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/

@media (max-width:768px) {

    header {
        padding-bottom: 50px;
        min-height: 640px;
        height: 100%;
    }

    .navbar-nav {
        float: left;
        text-align: left;
    }


}

@media (max-width:992px) {

    .detail .carousel h1,
    .detail p {
        text-align: center;
    }

    .detail p {
        margin-bottom: 60px;
    }



    .payoff h1 {
        font-size: 24px;
    }

    .features .col-md-4 {
        margin-bottom: 60px;
    }

}
@media (max-width:1444px) {
    
    #divider {
        background-image: url("../img/divider.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0% 50%;
        min-height:45vh;
        
    
    }
}
@media (max-width:1045px) {
    #divider {
        background-image: url("../img/divider.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0% 50%;
        min-height:30vh;
        
    
    }
    .logo{
        width:200px;
        margin-top:2rem;
    }
    .navbar-default .navbar-nav > li > a {
        color: #aaa;
        font-size: 1.5rem;
        padding:1em;
    }
    .dropdown a{
        color: #aaa;
        font-size: 1.5rem;
        cursor:pointer;
        text-decoration: none;
    }
    
}

@media (max-width:744px) {
    
    .nav-flex{
        display: block;
    }
    #divider {
        background-image: url("../img/divider.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0% 50%;
        min-height:30vh;

    }
    .logo{
        width:200px;
        margin-top:2rem;
    }
    .navbar-default .navbar-nav > li > a {
        color: #aaa;
        font-size: 1.5rem;
        padding:1em;
    }
    .dropdown a{
        color: #aaa;
        font-size: 1.5rem;
        cursor:pointer;
        text-decoration: none;
    }
    
}
@media (max-width:540px) {
    .logo{
        width:200px;
        margin-top:0;
    }
    #divider {
        background-image: url("../img/divider.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 12% 50%;
        min-height:35vh;
        
    
    }
    #divider h2{
        font-size: 30px;
    }
    .dropdown{
        padding-top:0.5em;
        padding-bottom:0.5em;
        margin-left:1.5rem;
    }
    .nav-flex{
        display: block;
    }
    header .carousel-iphone,
    .detail .app-screenshot {
        width: 280px;
    }

    header .carousel,
    .detail .app-screenshot img {
        padding-top: 85px;
        width: 245px;
    }

    .detail .app-screenshot img {
        margin-top: -12px;
        padding-top: 0px;
    }

    header {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    header h1 {
        font-size: 70px;
    }

    

    .features col-md-4 {
        margin-bottom: 50px;
    }

}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

    /* Retina-specific stuff here */
    .purchasebutton.app-store,
    .get-it button.app-store {
        background: url(../img/badge-appstore@2x.png) #3a3a3a no-repeat 0px 5px;
        background-size: 98%;
        color: white;
    }
}



@media (max-width:480px) {
    .navbar-brand {
        width: 250px;
        padding: 10px 0 0 10px;
    }

}
