

@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);

@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

/* ========================================== LAYOUT */


html,
body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    font-weight:300;
    color: #202020;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

strong, b{
	font-weight:600;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-padding [class^="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.center {
    text-align: center;
}

a {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #202020;
}

a:hover, a:focus{
    color:#008bda !important;
    text-decoration: none !important;
}

.uppercase {
    text-transform: uppercase;
}

.opacity-50{
	opacity:0.5;
}

.opacity-30{
	opacity:0.3;
}

header{
    padding:20px;
    background-color:#FFFFFF;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.16);
    margin-bottom:10px;
    position:fixed;
    top:0px;
    width:100%;
    z-index:9000;
}

#content{
    padding-bottom:50px;
    margin-top:130px;
}


.full-height{
    height: calc(100vh - 130px);
}


@media screen and (max-width:  564px) {
    
    #content{
        margin-top:200px;
    }
    
    .full-height{
    height: calc(100vh - 200px);
    }

}

footer{
    padding:20px;
    background-color:#FFFFFF; 
    font-size:90%;
    position:fixed;
    bottom:0px;
    width:100%;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.46);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.46);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.46);
    z-index:9000;
}


.no-padding{
    padding:0px !important;
}


.body p{
    
    padding-bottom: 16px;
}


/* ========================================== TITLES */ 


h2{
    font-size:20px;
    margin-bottom:20px;
}

/* ========================================== BREADCRUMB */ 

.breadcrumb{
    background:none;
    padding:20px 60px 20px 60px;
    opacity:0.5;
    font-size:85%;
    margin: 0px;
}


.breadcrumb li:after{
    content: " / ";
    padding: 0px 5px;
    display: inline-block;
}

.breadcrumb li:last-child:after{
    display: none;
}

/* ========================================== SELECT LANGUAGE */ 

.select-language{
    position:absolute;
    right:20px;
    text-transform:uppercase;
    font-size:90%;
    z-index:9999;
}

.select-language li{
    display:inline-block;
    padding-left:15px;

}

.select-language li{
    opacity:0.6;
}
.select-language li:hover{
    opacity:1;
}


/* ========================================== MENU */

.mobile-nav{
    display:none;
}

nav .menu{
    padding:35px 0px;
}

nav .menu li{ 
    display:inline-block; 
    padding:0px;
    padding-left:25px;
    font-weight: 500;
}

nav .menu li a.active{
    color:#008bda;
}

/* ========================================== PROJECTS */

.project-categories{
    padding:10px 0px 30px 0px;
}

.project-categories a{
    font-weight:500;
    display:inline-block;
    padding:4px 0px;
    margin:5px 15px;
}

.project-categories a.active{
    color:#008bda !important;
    border-bottom:2px solid #008bda;
}

.project-list .project-item{
	position:relative;
	background-color:rgb(0,0,0);
}
.project-list .project-item .title{
	color:white;
	z-index:1;
	padding:20px;
	position: absolute;
	bottom:0px;
}

.project-list .project-item .title strong{
	display:block;
}

.project-list .project-item-container{
        -webkit-transition: all .3s;
    transition: all .3s;
}

.project-list .project-item .overlay{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    display:block;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.project-list .project-item .overlay:after{
    content: '+';
    font-size: 500%;
    color: hsl(0, 0%, 100%);
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    opacity:0;
}

.project-list .project-item:hover .overlay{
    background:rgba(0,139,218,0.8);
}

.project-list .project-item:hover .overlay:after{
    opacity: 0.8;
}


/* ========================================== PROJECT */

.project-detail .address{
    padding: 20px 0px;
    opacity:0.6;
}

.gallery-project{
 margin-bottom:90px !important;
}


/* ========================================== SLICK */

.slick-slide img{
    width:94%;
    margin-right:6%;
}

.slick-dots {
    bottom: -45px !important;
}

.slick-lightbox-close:before,.slick-next:before, .slick-prev:before{
    color:#202020;
    font-size:20px;
    font-family: 'Glyphicons Halflings';
}

.slick-lightbox-close:before{ content:"\e014";}
.slick-next:before{ content:"\e080";}
.slick-prev:before{ content:"\e079";}


/* ========================================== MAP */

body.template-contact .breadcrumb{ display:none;}

    #google-map {
     position: absolute;
    width: 100%;
    min-height: 600px;
    }
    .gm-style-iw * {
        display: block;
        width: 100%;
    }
    .gm-style-iw h4, .gm-style-iw p {
        margin: 0;
        padding: 0;
    }
    .gm-style-iw a {
        color: #4272db;
    }


/* ========================================== PUBBLICATIONS */


.pubblication-item .title{
    text-align:center;
    padding:20px 50px;
    min-height:90px;
}

.pubblication-item:nth-child(5n) {
    clear:left;
}

.pubblication-item .image img{
    -webkit-box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:    7px 7px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow:         7px 7px 0px 0px rgba(0, 0, 0, 0.15);
    max.width:80%;
}







