/*
* EBERT - Signature Edition | Premium Web Template from Designova
* Build: Sep 2015;
* Author: Designova, http://www.designova.net
* Copyright (C) 2015 Designova
* This is a premium product. For licensing queries please contact info@designova.net
*/


/* Table of contents
–––––––––––––––––––––––––––––––––––––––––––––––––– 
- 1. Common
- 2. Header
- 3. Footer
- 4. Navigation
- 5. Pages
- 6. Utilities
*/

/*#bb9050*/


/* 0. Cursor
–––––––––––––––––––––––––––––––––––––––––––––––––– */



.cursor-dot,
.cursor-dot-outline {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    z-index:9995;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease-in-out,
                transform 0.3s ease-in-out;
}

.cursor-dot {
    width: 10px;
    height: 10px;
    background-color: black;
}

.cursor-dot-outline {
    width: 60px;
    height: 60px;
    border: 1px solid #cccccc;
}


*{
  cursor: none; /*url(../images/cursor.png) 20 20, auto;*/
}



/* 1. Common
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.border-top{
  border-top: 1px solid lightgrey;
}

.parallax {
    background-position: top center !important;}

article > img, article > video{
  width: 20%;
  padding:2% 0;
}

article > img{
  width: 100%;
  padding:2% 0;
}

#all {
  font-family: 'gordita_Bold' ,sans-serif;
}

.opacity50 {
  opacity:0.5;
}



@keyframes transitionIn {
 from {
  opacity: 0;
 }


 to {
  opacity: 1;
 }
}

/**{animation:transitionIn 1s;}*/


@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 10s linear infinite;
  -moz-animation: rotating 10s linear infinite;
  -ms-animation: rotating 10s linear infinite;
  -o-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;
}

.rotatingabout{
  width: 20%;
  position: absolute;
    left: 10vw;
    top: -15vw;
}

.big-title{
  font-size: 45px;
  margin:0 0 20px 0;
}

.text-left-strong{
text-align:left;
}

.text-right-strong{
text-align:right;
}

.align-right{
  float:right;
}

.hovercolor:hover div {
    color: white !important;
    background-color: black;
}

.raw{
  padding:0 !important;
  margin:0 !important;
}

.hovercolor div{
   -webkit-transition: all .2s ease-out;
    transition: all .2s ease-in-out;
}

.projectbottom-wrap, .projectbottom-wrap section {
  height:200px !important;
}

.projectbottom-wrap section div{
  height:100%;
}

.contentbottom-wrap, .contentbottom-wrap section {
  height:400px !important;
}

#retour{
  position: relative;
}

#retour a{
  height: 200px; 
  position: relative;
}

#services ion-icon {
  font-size: 64px;
}



a:not(.main-link):hover,a:not(.main-link):active,a:not(.main-link):focus{
  color: #bb9050;
}

.main-link:hover{
  color:black;
}

.main-link{
  position: relative;
  z-index: 0;
}

.main-link::before, .lineanim::before{
  content: " ";
    display: block;
    height: 60%;
    width: 0;
    background-color: #bb9050;
    bottom: -10%;
    left: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.main-link:hover::before, .lineanim:hover::before{
  width:100%;
}



/* Slider + client container
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.sliderclient {
    width: calc(200px * 18);
    margin: auto;
    overflow: visible;

}
.sliderclient ul {
    display: flex;
    padding: 0;
    animation: cambio 30s infinite linear;
}
.sliderclient li {
    padding:0 40px 0 0;
    list-style: none;
}
.sliderclient img {
    width: 160px;
    height: auto;
}
@keyframes cambio {
    from {margin-left: 0%}
    to {margin-left: -100%}
}

.current{
  color:#bb9050 !important;
}

body{
overflow: hidden;
  }

section{
  display:flow-root;
}

header > .container-fluid{
  padding:0;
  }

.clients-container.signature-franz h2{
    font-size: 24px;
    line-height: 31px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
}
.client-carousel-item img{
  padding: 20px;
}
.client-logo-inner{
    padding: 40px;
    opacity: 1;
    border-right:solid 2px; 
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}
.client-logo-inner:hover{
    opacity: 0.5;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

.client-logo-row{
    border-bottom:solid 2px; 
}
.client-logo:last-child .client-logo-inner{
    border-right:none;
}
.client-logo-row:last-child{
    border-bottom:none;
}
.client-logo-inner img{
    width: 100px;
    display: inline-block !important;
}


*{outline: none;}

.valignport{
  top:40%;
  position: relative;
}

.valignbloc{
  top:25%;
  position: relative;

}

.video-container{
      position: relative;
    width: 100%;
    height: 0;
      padding-bottom: 56.25%;
}

.video-frame{
  position: absolute;

}

html, body {
    overflow: scroll;
}
body{
    border-left: solid 70px #fff;
    border-right: solid 70px #fff;
}

p { 
    font-size: 18px;
    letter-spacing: 1.68px;
    line-height: 25px;
    margin-bottom: 0;
    color:#797d7e;
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 0;
}

h1{
    font-weight: 800;
    font-size: 70px;
    font-family: 'gordita_Medium' ,sans-serif;
}

h2{
    font-weight: 800;
    font-size: 40px;
    font-family: 'gordita_Medium' ,sans-serif;
}

a {
    text-decoration: none !important;
}

a:focus {
    outline: none;
}

/*Preloader*/
html.preloader-running, body.preloader-running {
    overflow: hidden;
}

html.preloader-running .sticky-sidebar {
    display: block;
}

div#preloader.signature-ebert {
    background: none repeat scroll 0 0 white;
    height: 100%;
    left: 0px;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

div#preloader.signature-ebert.fluidview {
    left: 0px;
}

#status {
    width: 200px;
    height: 200px;
    position: fixed;
    left: 50%;
    top: 50%;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    margin: -100px 0 0 -100px;
}
.super-heading{
    font-size: 72px;
    line-height: 100px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.main-heading{
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 7px;
}
.main-heading .text-rotator{
    display: inline-block;
}
.sub-heading span{
    border: solid 2px;
    padding: 10px;
    padding-left: 22px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 12px;
    text-transform: uppercase;
}
.promo-text{
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 2px;
}
.liner{
    width: 200px;
    height: 6px;
    display: inline-block;
    margin: 15px 0 0 0;
}
.liner-small{
    width: 100px;
    height: 2px;
    display: inline-block;
    margin: 15px 0 0 0;
}


/* 2. Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.masthead.signature-ebert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9990;
    height: 70px;

}
header.masthead.signature-ebert > .masthead-inner {
  padding-left: 70px;
  padding-right: 70px;
}
.menu-trigger{
    margin-top: 10px;
    display: block;
}
.menu-trigger span{
    font-size: 42px;
}

/* 3. Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer.mastfoot.signature-ebert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9990;
}
footer.mastfoot.signature-ebert > .mastfoot-inner {
  padding-left: 70px;
  padding-right: 70px;
}

footer.mastfoot.signature-ebert svg {
height: 1.3em;
    width: 1.3em;
    margin-right: 10px;
}



footer.mastfoot.signature-ebert h6{
    font-size: 14px;
    line-height: 21px;
}
footer.mastfoot.signature-ebert p{
    font-size: 16px;
    line-height: 19px;
}
footer.mastfoot.signature-ebert .social{
    list-style-type: none;
    padding: 0;
    margin: 0
}
footer.mastfoot.signature-ebert .social li{
    display: inline-block;
    margin: 0 5px;
}
footer.mastfoot.signature-ebert .social li a span{
    font-size: 24px;
}
.foot-logo{
  margin-bottom: 10px;
}


/* 4. Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */

nav.mastnav.signature-ebert {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.mastnav-inner-left{
    width: 50%;
    float: left;
    background-color: rgba(0,0,0,0.6);
    -ms-transform: translateY(-100%); /* IE 9 */
    -webkit-transform: translateY(-100%); /* Safari */
    -o-transform: translateY(-100%); /* Opera */
    transform: translateY(-100%);
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.mastnav-inner-right{
    width: 50%;
    padding: 0 120px;
    float: right;
    background-color: rgba(255,255,255,0.6);
    -ms-transform: translateY(100%); /* IE 9 */
    -webkit-transform: translateY(100%); /* Safari */
    -o-transform: translateY(100%); /* Opera */
    transform: translateY(100%);
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.mastnav-inner-left.slide-to-left {
    -ms-transform: translateY(0); /* IE 9 */
    -webkit-transform: translateY(0); /* Safari */
    -o-transform: translateY(0); /* Opera */
    transform: translateY(0);
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.mastnav-inner-right.slide-to-right {
    -ms-transform: translateY(0); /* IE 9 */
    -webkit-transform: translateY(0); /* Safari */
    -o-transform: translateY(0); /* Opera */
    transform: translateY(0);
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
nav.mastnav.signature-ebert ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
nav.mastnav.signature-ebert ul li{
    margin-bottom: 20px;
}
.menu-social{
  border:none;
}
.menu-social li{
  display: inline-block;
}
.menu-social li span{
  font-size: 24px;
}
.menu-credits{
}
.sub-menu{
  display: none;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 20px;
}
.sub-menu a{
  display: block;
  font-size: 12px;
  line-height: 22px;
}
.main-link{
  font-size: 14px;
  line-height: 21px; 
  letter-spacing: 6px;
  text-transform: uppercase;
}
.menu-close-notification span{
  position: fixed;
  top: 40px;
  right: 60px;
    font-size: 34px;
    z-index: 9999;
}


/* 5. Pages
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*section.signature-ebert.parallax {
    margin-top: 70px;
}*/

#paraform{
height: 100%;
}

.hero h1 span{
    font-size: 146px;
    line-height: 146px;
    border-bottom: solid 12px; 
}
/*ABOUT*/
.about.signature-ebert .main-heading{
    margin-top: 20px;
}
/*FEATURES*/
.features.signature-ebert .feature-block.signature-ebert{
}
.features.signature-ebert .feature-block.signature-ebert span{
  font-size: 96px;
}
.features.signature-ebert .feature-block.signature-ebert h3{
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 4px;
}

.awards ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.awards ul li{
  border-bottom: solid 1px #aaa;
  padding: 4px 0;
}
.awards h3{
  margin-bottom: 20px;
}

/*SERVICES*/
.services.signature-ebert .service-block.signature-ebert{
    text-align: center;
    padding: 10px 30px;
}
.services.signature-ebert .service-block.signature-ebert span{
  font-size: 52px;
}
.services.signature-ebert .service-block.signature-ebert h3{
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 10px;
}
.services.signature-ebert .liner-small{
  margin-bottom: 10px;
}
/*SKILLS*/
.skills.signature-ebert .progress-bar{
    width: 0;
}
.skills.signature-ebert .progress{
    height: 10px;
    box-shadow: none;
    border-radius: 0;
}
.skills.signature-ebert .progress.active .progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}
.progress-container.signature-ebert{
    padding: 30px 80px;
}
.progress-container.signature-ebert h6{
    margin: 10px 0;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.progress-container.signature-ebert h6 > span{
    font-size: 36px;
    line-height: 43px;
}
.progress-container.signature-ebert h6 > span:before{
    content: ' / ';
    font-size: 20px;
    line-height: 27px;
    font-style: italic;
    color: #ccc;
}

/*CLIENTS*/
.clients-container.signature-ebert{
}

.clients-container.signature-ebert h2{
    font-size: 24px;
    line-height: 31px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
}
.client-logo.signature-ebert{
}
.client-logo-inner{
    padding: 40px;
    opacity: 1;
    border-right:solid 2px; 
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}
.client-logo-inner:hover{
    opacity: 0.5;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

.client-logo-row{
    border-bottom:solid 2px; 
}
.client-logo:last-child .client-logo-inner{
    border-right:none;
}
.client-logo-row:last-child{
    border-bottom:none;
}
.client-logo-inner img{
    width: 100px;
    display: inline-block !important;
}

/*NEWS*/


.main-block{
      padding: 100px 0;
}

.news-block{
      padding: 100px 20px;
}

.second-block {
      padding: 70px 0;
}

/*PROJECT PAGE*/

.parallax-showcase-wrap{
height:500px;
  }

.parallax-showcase-overlay{
  opacity: 0;
  background-color: rgba(0,0,0,0.8);
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.parallax-showcase:hover .parallax-showcase-overlay{
  opacity: 1;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}

/*CONTACT*/

/*contact form*/

.email-wrap {
    padding-top: 20px;
}

.contact-mail {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
}

.contact-form-wrap {
}

.contact-item {
}

input {
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    font-size: 18px !important;
    line-height: 25px !important;
    font-weight: 600 !important;
    margin-bottom: 30px !important;
    padding: 10px 0 !important;
    width: 100%;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

input:focus, textarea:focus {
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

textarea {
    background: url('../images/textarea.png') repeat !important;
    border: none !important;
    border-bottom: 2px solid !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    font-size: 18px !important;
    line-height: 25px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
    padding: 10px 0 !important;
    resize: none;
    width: 100%;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

input, textarea {
  border-color: #121212;
  color: #121212;
}
input.send_message {
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    width: 120px;
}

input.send_message:hover {
}

fieldset {
    border: 0 none;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}

fieldset h1 {
    font-size: 24px;
}

.contact-label-box {
    font-weight: 300;
    font-size: 24px;
    line-height: 31px;
    padding: 30px 20px;
    text-align: center;
}

.contact-label-box > span {
    display: block;
    margin-right: 10px;
}

.contact-label-box > span > img {
    height: 60px;
    width: 60px;
}

.contact-label-box a:hover {
    text-decoration: none;
}

.contact .alert {
    box-shadow: none;
    border: none;
    border-radius: 0;
    text-shadow: none;
    font-size: 12px;
    line-height: 19px;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 10px;
    text-align: left;
}

.btn-wrap {
    margin-top: 30px;
}

.space-left {
    margin-left: 1%;
}

.alert {
    margin-top: 0px;
    border-radius: 0px;
    padding: 5px;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

.alert > p {
    text-shadow: none;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
}

.contact-address {
    font-size: 14px;
    font-weight: 200;
    line-height: 21px;
}

.email-wrap {
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
}




/*WORKS*/

.works-filter-panel.signature-ebert{
  padding: 40px;
}
.works-filter-wrap{
}
.filter-notification.signature-ebert{
    margin-left: 10px;
}
.filter-notification.signature-ebert span, .menu-notification span{
    font-size: 34px;
    float: right;
    margin-left: 20px;
}
.works-filter.signature-ebert{
  list-style: none;
  padding: 0;
  margin: 0;
}
.works-filter.signature-ebert li{
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.works-filter.signature-ebert li a{
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.works-container.signature-ebert{
    padding: 0;
  margin: 70px auto 0 auto;
  overflow: hidden;
}
.works-filter.signature-ebert li:after{
  content: '/';
  font-size: 15px;
  line-height: 23px;
  margin-left: 20px;
}
.works-filter.signature-ebert li:last-child:after{
    display: none;
}

 .works-item.signature-ebert{
  overflow: hidden;
 }
        .info a:hover{
            cursor: url("../images/plus.png") 40 40, crosshair;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .zoom a:hover{
            cursor: url("../images/zoom.png") 40 40, crosshair;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .works-item-inner{
            text-align: left;
            padding: 0 100px;
            background-color: rgba(0,0,0,0.6);
        }
        .works-thumbnails-view{
          margin-top: 40px;
        }
        .works-thumbnails-view .works-item-inner{
            text-align: left;
            padding: 40px;
        }
        .works-thumbnails-view .works-item-inner p > span {
            font-size: 14px;
            letter-spacing: normal;
            line-height: 21px;
            margin-top: 0;
            /*border-bottom: solid 5px;*/
            padding-bottom: 5px;
            text-transform: none;
        }
        .works-item-inner h3 > span{ 
            font-size: 12px;
            letter-spacing: normal;
            line-height: 19px;
            text-transform: none;
            margin-bottom: 5px;
            border-bottom: solid 2px;
            font-weight: 200;
        }
        .works-item-inner p > span{  
            font-size: 14px;
            line-height: 25px;
            letter-spacing: 8px;
            margin-top: 0px;
            text-transform: uppercase;
        }
        .works-item.signature-ebert a:hover 
        .works-item-inner h3{ 
        }
        .works-item.signature-ebert a:hover 
        .works-item-inner p{  
        }

.works-item-fade{
  opacity: 0.1;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
}

.works-item-fade a{
  display: none !important;
}
.works-masonry-container{
    padding: 0;
  margin:0px !important;
}
.works-masonry-container .works-item-one-third {
  margin: 0 !important;
  padding: 0 !important;
  width: 33.3% !important;
}
.works-masonry-container .works-item-two-third {
  margin: 0 !important;
  padding: 0 !important;
  width: 66.6% !important;
}
.works-masonry-container .works-item-one-half {
  margin: 0 !important;
  padding: 0 !important;
  width: 50% !important;
}
.works-masonry-container .works-item-one-fourth {
  margin: 0 !important;
  padding: 0 !important;
  width: 25% !important;
}
.works-masonry-container .works-item-full-width {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.works-masonry-container .works-item-one-third-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 31.3% !important;
}
.works-masonry-container .works-item-one-half-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 48% !important;
}
.works-masonry-container .works-item-two-third-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 64.6% !important;
}
.works-masonry-container .works-item-one-fourth-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 23% !important;
}


/* 6. Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Portfolio Isotope Transitions */ 

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


/* 6. Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Portfolio Isotope Transitions */ 

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.overlay-trans-dark{
    background-color: rgba(0,0,0,0.5);
}

.overlay-trans-white{
    background-color: rgba(255,255,255,0.5);
}


/*Buttons*/
.btn-signature {
  border: none;
  outline: 0 !important;
    border-radius: 0px;
    text-decoration: none;
    padding: 15px 10px;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 10px 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-signature-big {
  border: none;
    border-radius: 0px;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-signature:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-signature-white {
  border: none;
    background: #fff;
    color: #fff;
}

.btn-signature-white:hover {
  border: none;
    color: #fff;
}

.btn-signature-dark {
  border: none;
    background: #000;
    color: #fff;
}

.btn-signature-dark:hover {
  border: none;
    color: #fff;
}

.btn-signature-color {
  border: none;
    background: transparent;
}

.btn-signature-color:hover {
  border: none;
}


/*Additional Helper Calsses*/

.add-top {
    margin-top: 120px;
}

.add-top-half {
    margin-top: 60px;
}

.add-top-quarter {
    margin-top: 30px;
}

.add-bottom {
    margin-bottom: 120px;
}

.add-bottom-half {
    margin-bottom: 60px;
}

.add-bottom-quarter {
    margin-bottom: 30px;
}

.add-side {
    margin-left: 120px;
    margin-right: 120px;
}

.add-side-half {
    margin-left: 60px;
    margin-right: 60px;
}

.add-side-quarter {
    margin-left: 30px;
    margin-right: 30px;
}

.add-side-little {
    margin-left: 10px;
    margin-right: 10px;
}

.add-little {
    margin: 10px;
}


.pad {
    padding: 60px;
}

.pad-top {
    padding-top: 160px;
}

.pad-top-half {
    padding-top: 80px;
}

.pad-top-quarter {
    padding-top: 40px;
}

.pad-bottom {
    padding-bottom: 160px;
}

.pad-bottom-half {
    padding-bottom: 80px;
}

.pad-bottom-quarter {
    padding-bottom: 40px;
}

.remove-top {
    margin-top: 0 !important;
}

.ease {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.ease:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.no-pad {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
}




.overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.img-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.parallax{    
    /*css for stellar BG parallax*/
    background-attachment: fixed;
    width:100%;
    height:100%;
    position: relative;
    background-size: cover;
}
/*this class will be activated on mobile devices in order to switch off the parallax effect*/
.parallax-off, .no-parallax {
  background-attachment:scroll !important;
  background-size:cover !important;
  background-position: top center !important;
  width:100%;
}
.no-scroll-xy{
  overflow: hidden !important;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
}
.poster-img{
  background:url(../images/poster.jpg) center center no-repeat !important;
  background-size: cover !important;
}


/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/*LESS Compiled to CSS for preview purposes only 
(Please read PDF guide to manage colors via LESS with just a single line of code editing)*/
/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.color {
  color: #bb9050;
}
.white {
  color: #ffffff;
}
.silver {
  color: #f0f4f4;
}
.grey {
  color: #cccccc;
}
.dark {
  color: #292929;
}
.black {
  color: #121212;
}
.color-bg {
  background-color: #bb9050;
}
.white-bg {
  background-color: #ffffff;
}
.grey-bg {
  background-color: #cccccc;
}
.dark-bg {
  background-color: #292929;
}
.black-bg {
  background-color: #121212;
}
a {
  color: #121212;
}
/*a:hover {
  color: #bb9050;
}
::selection {
  background: #bb9050;
  color: #292929;
}
::-moz-selection {
  background: #bb9050;
  color: #292929;
}*/


.border-form:focus{
  color: #bb9050 !important;
}

.btn-signature-color {
  background-color: #bb9050 !important;
  color: #fff !important;
  border-color: #bb9050 !important;
}

.btn-signature-color:hover {
  background-color: #121212 !important;
  color: #fff !important;
  border-color: #121212 !important;

}

.btn-signature-color-white {
  background-color: #bb9050 !important;
  color: #fff !important;
  border-color: #bb9050 !important;
}

.btn-signature-color-white:hover {
  background-color: white !important;
  color: black !important;
  border-color: white !important;

}

.btn-signature-grey {
  background-color: lightgrey !important;
  color: black !important;
  border-color: lightgrey !important;
}

.btn-signature-grey:hover {
  background-color: #121212 !important;
  color: #fff !important;
  border-color: #121212 !important;
}

.btn-signature-dark:hover,
.btn-signature-white:hover {
  background-color: #bb9050 !important;
}
.sub-heading span {
  border-color: #bb9050;
}
.client-logo-inner,
.client-logo-row {
  border-color: #bb9050;
}
.hero h1 span {
  border-color: #121212;
}
.owl-prev,
.owl-next {
  background-color: #121212 !important;
}
.font1 {
  font-family: 'gordita_Regular' ,sans-serif;
}
.font2 {
  font-family: 'gordita_Regular' ,sans-serif;
}
.font3 {
  font-family: 'gordita_Regular' ,sans-serif;
}
.font3xblack {
  font-family: 'gordita_Regular' ,sans-serif;
}
.font3black {
  font-family: 'gordita_Regular' ,sans-serif;
}
.font3bold {
  font-family: 'gordita_Regular' ,sans-serif;
}
.font3light {
  font-family: 'gordita_Regular' ,sans-serif;
}
.font3xlight {
  font-family: 'gordita_Regular' ,sans-serif;
}
.font3thin {
  font-family: 'gordita_Regular' ,sans-serif;
}
.font4 {
  font-family: 'gordita_Regular' ,sans-serif;
}
.font5 {
  font-family: 'gordita_Regular' ,sans-serif;
}

.fontlink{
font-family: 'gordita_Bold' ,sans-serif;
}

body,
p {
  font-family: 'gordita_Regular' ,sans-serif;
}
.btn-signature {
  font-family: 'gordita_Regular' ,sans-serif;
}

h6{
    text-transform: uppercase;
    margin: 10px 0 !important;
    letter-spacing: 1.68px;
}











/*
* GOZZO - Signature Edition | Premium Web Template from Designova
* Build: Sep 2015;
* Author: Designova, http://www.designova.net
* Copyright (C) 2015 Designova
* This is a premium product. For licensing queries please contact info@designova.net
*/


/* Table of contents
–––––––––––––––––––––––––––––––––––––––––––––––––– 
- 1. Common
- 2. Preloader
- 3. Header
- 4. Footer
- 5. Navigation
- 6. Pages
- 7. Utilities
- 8. Background Images (Set your BG images here)
- 9. Media Queries (Mobile Specific Styles)
*/


/* 1. Common
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*html, body{
  overflow-x: hidden;
}*/

h1,h2,h3,h4,h5,h6{
  margin-top: 0;
  margin-bottom: 0;
}
a{
  text-decoration:none !important;
}
a:focus { 
      outline: none; 
}
.promo-heading{
  font-size: 24px;
  line-height: 31px;
}
.sub-heading{
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px;
  padding-bottom: 8px;
}

/* 2. Preloader
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body.preloader-running{ 
  overflow: hidden; 
}

div#preloader.signature-gozzo { 
  background: none repeat scroll 0 0 white; 
  height: 100%; 
  left: 0; 
  position: fixed;
  top: 100px; 
  width: 100%; 
  z-index: 99999; 
}

#status { 
  width: 200px; 
  height: 200px; 
  position: fixed; 
  left: 50%; 
  top: 50%; 
  background-image: url(../images/loader.gif); 
  background-size: 100px 100px;
  background-repeat: no-repeat; 
  background-position: center; 
  margin: -100px 0 0 -100px; 
}

/* 3. Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.masthead.signature-gozzo{
  padding: 20px 0;
  z-index: 1;
      position: relative;
      overflow:hidden;
}

nav{
  margin:0 !important;
}
.logo{
  text-transform: uppercase;
  letter-spacing: 8px;
  font-size: 24px;
  line-height: 24px;
}

/* 4. Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer.mastfoot.signature-gozzo{
  overflow: hidden;
  padding: 80px 0;
}
.social-icons{
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-icons li{
  display: inline-block;
  margin: 0 5px;
}
.social-icons li a span{
  font-size: 24px;
            -webkit-transition: all .4s linear;
               -moz-transition: all .4s linear;
                -ms-transition: all .4s linear;
                 -o-transition: all .4s linear;
                    transition: all .4s linear;
}
.social-icons li a:hover span{
  font-size: 24px;
            -webkit-transition: all .4s linear;
               -moz-transition: all .4s linear;
                -ms-transition: all .4s linear;
                 -o-transition: all .4s linear;
                    transition: all .4s linear;
}
.credits p{
  font-size: 13px;
  line-height: 20px;
}

/* 5. Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.navigation ul{
  list-style: none;
  padding: 0;
  margin-top: 10px;
}
.navigation ul li{
  display: inline-block;
  margin: 0 5px;
}
.navigation a{
  display: inline-block;
  margin: 0 15px;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.main-link:hover{
            -webkit-transition: all .2s linear;
               -moz-transition: all .2s linear;
                -ms-transition: all .2s linear;
                 -o-transition: all .2s linear;
                    transition: all .2s linear;
}

/* 6. Pages
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section.mastwrap{
  z-index: 0;
margin-bottom: 70px !important;
    left: 0;
    top: 0;
    overflow: hidden;
}


.gozzocarousel{
      position: fixed;
      height: 100%;
}

.container.add-top-half{
  margin-bottom:40px !important;
}
/*INTRO*/
.intro.signature-gozzo{
  margin-top: -120px;
}
.intro-carousel, .intro-carousel.signature-gozzo .item, .intro-carousel.signature-gozzo img{
  height: 65vh;
}
.owl-controls{
  cursor: pointer;
}
.album-info{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 40px;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
}
.album-info h3{
  opacity: 0;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 8px;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
}
.album-info h6{
  opacity: 0;
  font-size: 16px;
  line-height: 23px;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
}
.album-info:hover h3, .album-info:hover h6{
  opacity: 1;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
}
        .album-view:hover{
            cursor: url("../images/view.png") 40 40, crosshair;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }

.intro-carousel .owl-item img{
  width: auto !important;
}

/*ABOUT*/
.content-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.content-list li{
  margin-bottom: 5px;
}
.content-list li span{
  border-bottom: solid 1px;
  font-size: 13px;
  line-height: 22px;
}
.clients{
  margin-top: 15px;
}
.common-main-heading.signature-gozzo{
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 10px;
}
.common-main-heading.signature-gozzo > span{
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.common-sub-heading{
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
}
.common-sub-heading-big{
  font-size: 64px;
  line-height: 78px;
  margin-bottom: 20px;
}

/*WORKS*/

.works-filter-panel.signature-gozzo{
display: none;
  width: 300px;
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  padding: 80px;
}
.works-filter-wrap{
}
.filter-notification.signature-gozzo{
    margin-left: 10px;
}
.filter-notification.signature-gozzo{
    font-size: 14px;
}
.works-filter.signature-gozzo{
  list-style: none;
  padding: 0;
  margin: 0;
}
.works-filter.signature-gozzo li{
  display: block;
  margin-bottom: 5px;
}
.works-filter.signature-gozzo li a{
  font-size: 14px;
  line-height: 21px;
}
.works-container.signature-gozzo{
    padding: 0;
  margin: 70px auto 0 auto;
  overflow: hidden;
}
.works-filter.signature-gozzo li:last-child:after{
    display: none;
}

 .works-item.signature-gozzo{
  overflow: hidden;
 }
 .works-item.signature-gozzo a{
  background-color:rgba(0,0,0,0.4);
            opacity: 0;
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            z-index: 0;
            text-align: center;
            text-decoration: none !important;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
    .works-item.signature-gozzo a:hover{
            text-decoration: none !important;
            opacity:1;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .info a:hover{
            cursor: url("../images/plus.png") 40 40, crosshair;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .zoom a:hover{
            cursor: url("../images/zoom.png") 40 40, crosshair;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .works-item-inner{
            text-align: left;
            padding: 0 100px;
        }
        .works-thumbnails-view{
          margin-top: 40px;
        }
        .works-thumbnails-view .works-item-inner{
            text-align: left;
            padding: 40px;
        }
        .works-thumbnails-view .works-item-inner p > span {
            font-size: 14px;
            letter-spacing: 4px;
            line-height: 21px;
            margin-top: 0;
            /*border-bottom: solid 5px;*/
            padding-bottom: 5px;
            text-transform: uppercase;
        }
        .works-item-inner h3 > span{ 
            font-size: 12px;
            letter-spacing: normal;
            line-height: 19px;
            text-transform: none;
            margin-bottom: 5px;
            border-bottom: solid 2px;
            font-weight: 200;
        }
        .works-item-inner p > span{  
            font-size: 14px;
            line-height: 25px;
            letter-spacing: 8px;
            margin-top: 0px;
            text-transform: uppercase;
        }
        .works-item.signature-gozzo a:hover 
        .works-item-inner h3{ 
        }
        .works-item.signature-gozzo a:hover 
        .works-item-inner p{  
        }

.works-item-fade{
  opacity: 0.1;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
}

.works-item-fade a{
  display: none !important;
}
.works-masonry-container{
    padding: 0;
  margin:0px !important;
}


.works-masonry-container .works-item-one {
  margin: 1% !important;
  padding: 0 !important;
}
.works-masonry-container .works-item-one-third {
  margin: 0 !important;
  padding: 0 !important;
  width: 33.3% !important;
}
.works-masonry-container .works-item-two-third {
  margin: 0 !important;
  padding: 0 !important;
  width: 66.6% !important;
}
.works-masonry-container .works-item-one-half {
  margin: 0 !important;
  padding: 0 !important;
  width: 50% !important;
}
.works-masonry-container .works-item-one-fourth {
  margin: 0 !important;
  padding: 0 !important;
  width: 25% !important;
}
.works-masonry-container .works-item-full-width {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.works-masonry-container .works-item-one-third-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 31.3% !important;
}
.works-masonry-container .works-item-one-half-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 48% !important;
}
.works-masonry-container .works-item-two-third-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 64.6% !important;
}
.works-masonry-container .works-item-one-fourth-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 23% !important;
}


/* 6. Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Portfolio Isotope Transitions */ 

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/*NEWS*/
.news-date{
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 10px;
}
.news-date > span{
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.news-heading{
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
  border-top: solid 2px;
  padding-top: 15px;
}
.news-heading-big{
  font-size: 64px;
  line-height: 78px;
  margin-bottom: 20px;
  border-top: solid 4px;
  padding-top: 15px;
}
/*WORKS*/
.work-collection-title{
  font-size: 32px;
  line-height: 39px;
}
.intro-carousel.signature-gozzo .item{
  background-color: #000;
}
/*PROJECT*/
.project-navigation{
  list-style: none;
  padding: 0;
}
.project-navigation li{
  display: inline-block;
}
.project-navigation li a{
  font-size: 22px;
  line-height: 29px;
}
.project-navigation li:after{
  content: ' / ';
  font-size: 22px;
  line-height: 29px;
}
.project-navigation li:last-child:after{
  display: none;
}

/* 7. Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/*Buttons*/

.btn-signature-big{
  border-radius: 0px;
  text-decoration: none;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
}
.btn-signature:hover{
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
}
.btn-signature-white{
  border:solid 2px #fff;
  background: transparent;
  color: #fff;
}
.btn-signature-white:hover{
  border:solid 2px #fff;
  background: #fff;
  color: #000;
}

.btn-signature-dark{
  border:solid 2px #000;
  background: transparent;
  color: #000;
}
.btn-signature-dark:hover{
  border:solid 2px #bb9050;
  background: #bb9050;
  color: #fff;
}

.btn-signature-color{
  border:solid 2px;
  background: transparent;
}
.btn-signature-color:hover{
  border:solid 2px;
  color: #fff;
}

.add-full{
  margin-bottom: 80px;
  margin-top: 80px;
}
.add-half{
  margin-bottom: 40px;
  margin-top: 40px;
}
.add-quarter{
  margin-bottom: 20px;
  margin-top: 20px;
}

.add-top{
    margin-top: 80px;
}
.add-bottom{
    margin-bottom: 80px;
}

.add-top-half{
    margin-top: 40px;
}
.add-bottom-half{
    margin-bottom: 40px;
}
.add-top-quarter{
    margin-top: 20px;
}
.add-bottom-quarter{
    margin-bottom: 20px;
}
.pad-top{
    padding-top: 160px;
}
.pad-bottom{
    padding-bottom: 160px;
}
.pad-top-half{
    padding-top: 70px;
}
.pad-bottom-half{
    padding-bottom: 70px;
}
.pad-top-quarter{
    padding-top: 20px;
}
.pad-bottom-quarter{
    padding-bottom: 20px;
}
.ease{
            -webkit-transition: all .4s linear;
               -moz-transition: all .4s linear;
                -ms-transition: all .4s linear;
                 -o-transition: all .4s linear;
                    transition: all .4s linear;
}
.ease:hover{
            -webkit-transition: all .4s linear;
               -moz-transition: all .4s linear;
                -ms-transition: all .4s linear;
                 -o-transition: all .4s linear;
                    transition: all .4s linear;
}
.no-pad{
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.valign{
  position: relative;
    top: 50vh;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width:100vw;
}

.valignother{
  position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width:100%;
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
}
.img-bg{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/*this class will be activated on mobile devices in order to switch off the parallax effect*/
.parallax-off {
  background-attachment:scroll !important;
  background-size:cover !important;
}

.poster-img{
  background:url(../images/poster.jpg) center center no-repeat !important;
  background-size: cover !important;
}


/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/*LESS Compiled to CSS for preview purposes only 
(Please read PDF guide to manage colors via LESS with just a single line of code editing)*/
/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.color {
  color: #bb9050;
}
.white {
  color: #ffffff;
}
.silver {
  color: #f1f1ef;
}
.grey {
  color: #cccccc;
}
.dark {
  color: #292929;
}
.black {
  color: #121212;
}
.color-bg {
  background-color: #bb9050;
}
.white-bg {
  background-color: #ffffff;
}
.silver-bg {
  background-color: #f1f1ef;
}
.grey-bg {
  background-color: #cccccc;
}
.dark-bg {
  background-color: #292929;
}
.black-bg {
  background-color: #121212;
}
a {
  color: #121212;
}
/*a:hover {
  color: #bb9050;
}*/
/*::selection {
  background: #bb9050;
  color: #292929;
}
::-moz-selection {
  background: #bb9050;
  color: #292929;
}*/
body,
p {
  color: #292929;
}
.masthead.signature-gozzo .container {
  border-color: #292929;
}
.navigation a {
  color: #292929;
}
/*.navigation a:hover,
.social-icons li a:hover span {
  color: #bb9050;
}*/
.content-list li span {
  border-color: #cccccc;
}
#nav-trigger span:hover {
  background-color: #bb9050;
}
nav#nav-mobile ul {
  background-color: #292929;
}
nav#nav-mobile a:hover {
  background-color: #bb9050;
}
.works-thumbnails-view .works-item-inner p > span {
  border-color: #ffffff;
}
.news-heading,
.news-heading-big {
  border-color: #f1f1ef;
}

