/*
    Queijaria Licinia

    Author - Rui Verissimo Design (Web Developer - Daniel Rodrigues)
    Website - www.ruiverissimodesign.com

    1 - Containers
    2 - To All pages
    3 - Individual Pages
*/


/* ==========================================================================
    1 - Containers
   ========================================================================== */
.container{
    position: relative;
}

    .container.full{
        width:100%;
        min-width: 1024px;
        max-width:1600px; 
        margin:0 auto;
    }

    .container.center{
        width:960px;
        margin:0 auto;
    }
    .container.full.first{
        padding-top: 43px;
        margin-top: -46px;
    }
    .center-absolute {
        width: 960px;
        position: absolute;
        left: 50%;
        margin-left: -480px;
    }

/* ==========================================================================
    2 - To All Pages
   ========================================================================== */
/*.spinner-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.78);
    display: none;
}*/
.content-spinner-wrapper{
    position: fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index: 100;
    background-color: #d9b96d;
}
.content-spinner-wrapper .spinner {
    width: 200px;
    position: relative;
    margin: -100px auto;
    top: 50%;
}
.main-spinner-wrapper {
    position: fixed;
    width:100%;
    height:100%;
    top: 0px;
    left:0px;
    right: 0px;
    bottom: 0px;
    z-index: 10000;
    background-color: #674e2a;
}
.main-spinner-wrapper .spinner {
    width: 200px;
    position: relative;
    margin: -100px auto;
    top: 60%;
}
.main-spinner-wrapper .spinner > div {
    background: #d4be8c;
}
.logo-entrada {
    width: 240px;
    height: 240px;
    position: relative;
    margin: -100px auto;
    top: 36%;
}

.spinner-wrapper {
    position: fixed;
    top: 40px;
    right: 10px;
    bottom: 0px;
    z-index: 1;
    display: NONE;
}
.spinner-wrapper-thumb {
    position: absolute;
    bottom: 107px;
    width: 92px;
    left: 48px;
    height: 50px;
    z-index: 1;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.9);
    display: none;
}
.spinner-wrapper-thumb .spinner {
  margin: 17px auto;
  width: 70px;
  text-align: center;
}
.spinner-wrapper-thumb .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #c1ac7a;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner-wrapper-thumb .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner-wrapper-thumb .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.spinner {
  margin: 25% auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: white;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
   img{
    width:100%;
    height:auto;
   }
   strong{
    font-weight: 600;
   }

/* LOGO PRELOAD*/
.completelyhidden{
    position: fixed;
    width:1px;
    height:1px;
    left:-9999px;
    display: block;
}
        .completelyhidden .logo.tema-normal{
            position: absolute;
            width:100%;
            height:100%;
            background: no-repeat url('../img/logo.png');
            background-size: contain;
            z-index:1000;
        }

        @media 
        (-webkit-min-device-pixel-ratio: 2), 
        (min-resolution: 2dppx) { /* Retina Display*/
            .completelyhidden .logo.tema-normal{
                background: no-repeat url('../img/logo@x2.png');
                background-size: contain;
            }
       }
        .completelyhidden .logo.tema-cabra{
            position: absolute;
            width:100%;
            height:100%;
            background: no-repeat url('../img/logo-cabra.png');
            background-size: contain;
            z-index:1000;
        }

        @media 
        (-webkit-min-device-pixel-ratio: 2), 
        (min-resolution: 2dppx) { /* Retina Display*/
            .completelyhidden .logo.tema-cabra{
                background: no-repeat url('../img/logo-cabra@x2.png');
                background-size: contain;
            }
       }
        .completelyhidden .logo.tema-beiral{
            position: absolute;
            width:100%;
            height:100%;
            background: no-repeat url('../img/logo-beiral.png');
            background-size: contain;
            z-index:1000;
        }

        @media 
        (-webkit-min-device-pixel-ratio: 2), 
        (min-resolution: 2dppx) { /* Retina Display*/
            .completelyhidden .logo.tema-beiral{
                background: no-repeat url('../img/logo-beiral@x2.png');
                background-size: contain;
            }
       }
        .completelyhidden .logo.tema-fresco{
            position: absolute;
            width:100%;
            height:100%;
            background: no-repeat url('../img/logo-fresco.png');
            background-size: contain;
            z-index:1000;
        }

        @media 
        (-webkit-min-device-pixel-ratio: 2), 
        (min-resolution: 2dppx) { /* Retina Display*/
            .completelyhidden .logo.tema-fresco{
                background: no-repeat url('../img/logo-fresco@x2.png');
                background-size: contain;
            }
       }

    .anim-fast{
        -webkit-transition: all 0.2s;  /* Chrome 1-25, Safari 3.2+ */
         -moz-transition: all 0.2s;  /* Firefox 4-15 */
           -o-transition: all 0.2s;  /* Opera 10.50–12.00 */
              transition: all 0.2s;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
    }
    .anim-slow{
        -webkit-transition: all 0.7s ease-in-out;  /* Chrome 1-25, Safari 3.2+ */
         -moz-transition: all 0.7s ease-in-out;  /* Firefox 4-15 */
           -o-transition: all 0.7s ease-in-out;  /* Opera 10.50–12.00 */
              transition: all 0.7s ease-in-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
    }
    .anim-super-slow{
        -webkit-transition: all 2s;  /* Chrome 1-25, Safari 3.2+ */
         -moz-transition: all 2s;  /* Firefox 4-15 */
           -o-transition: all 2s;  /* Opera 10.50–12.00 */
              transition: all 2s;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
    }
    a:link {
        text-decoration: none;
        color:inherit;
    }

    a:visited {
        text-decoration: none;
        color:inherit;
    }

    a:hover {
        text-decoration: none;
        color:inherit;
    }

    a:focus {
        text-decoration: none;
        color:inherit;
    }

    a:active {
        text-decoration: none;
        color:inherit;
    }
    body{
        font-family: 'Titillium Web';
    }

    header.tema-normal{
        background-color: #674e2a;
        height:45px;
    }
    header.tema-cabra{
        background-color: #414428;
        height:45px;
    }
    header.tema-fresco{
        background-color: #015378;
        height:45px;
    }
    header.tema-beiral{
        background-color: #174459;
        height:45px;
    }            
    header .container.center{
        height: 45px;
    }
    header .container.center .logo {
        width: 230px;
        height: 170px;
        top: 25px;
        position: relative;
    }
        header .container.center .logo h1 {
            width:100%;
            height:100%;
            position: relative;
            text-indent: -99999px;
        }
        header.tema-normal .container.center .logo h1 a{
            position: absolute;
            width:100%;
            height:100%;
            background: no-repeat url('../img/logo.png');
            background-size: contain;
            z-index:1000;
            left:0px; 
        }

        @media 
        (-webkit-min-device-pixel-ratio: 2), 
        (min-resolution: 2dppx) { /* Retina Display*/
            header.tema-normal .container.center .logo h1 a{
                background: no-repeat url('../img/logo@x2.png');
                background-size: contain;
            }
       }
        header.tema-cabra .container.center .logo h1 a{
            position: absolute;
            width:100%;
            height:100%;
            background: no-repeat url('../img/logo-cabra.png');
            background-size: contain;
            z-index:1000;
            left:0px; 
        }

        @media 
        (-webkit-min-device-pixel-ratio: 2), 
        (min-resolution: 2dppx) { /* Retina Display*/
            header.tema-cabra .container.center .logo h1 a{
                background: no-repeat url('../img/logo-cabra@x2.png');
                background-size: contain;
            }
       }
        header.tema-beiral .container.center .logo h1 a{
            position: absolute;
            width:100%;
            height:100%;
            background: no-repeat url('../img/logo-beiral.png');
            background-size: contain;
            z-index:1000;
            left:0px; 
        }

        @media 
        (-webkit-min-device-pixel-ratio: 2), 
        (min-resolution: 2dppx) { /* Retina Display*/
            header.tema-beiral .container.center .logo h1 a{
                background: no-repeat url('../img/logo-beiral@x2.png');
                background-size: contain;
            }
       }
        header.tema-fresco .container.center .logo h1 a{
            position: absolute;
            width:100%;
            height:100%;
            background: no-repeat url('../img/logo-fresco.png');
            background-size: contain;
            z-index:1000;
            left:0px; 
        }

        @media 
        (-webkit-min-device-pixel-ratio: 2), 
        (min-resolution: 2dppx) { /* Retina Display*/
            header.tema-fresco .container.center .logo h1 a{
                background: no-repeat url('../img/logo-fresco@x2.png');
                background-size: contain;
            }
       }

        header .container.center nav{
            position: absolute;
            right: 0px;
            top: 0px;
            height:100%;
        }

        header .container.center nav ul{
            height:100%;
        }

        header .container.center nav ul>li{
            float: left;
            height:100%;
            text-transform: uppercase;
            color:#d9b96d;
        }
        header nav ul>li div{
            border-right: 1px solid;
            padding: 0px 20px;
            height: 17px;
            top: 14px;
            position:relative;
        }
        header .container.center nav ul li:last-child div{
            border-right: none;
        }
        header.tema-normal .container.center nav ul li:hover{
            background-color:#544022;
        }
        header.tema-normal .container.center nav ul li.active{
            background-color:#544022;
        }
        header.tema-cabra .container.center nav ul li:hover{
            background-color:#4F5330;
        }
        header.tema-cabra .container.center nav ul li.active{
            background-color:#4F5330;
        }
        header.tema-fresco .container.center nav ul li:hover{
            background-color:#166386;
        }
        header.tema-fresco .container.center nav ul li.active{
            background-color:#166386;
        }
        header.tema-beiral .container.center nav ul li:hover{
            background-color:#166386;
        }
        header.tema-beiral .container.center nav ul li.active{
            background-color:#166386;
        }
        header.tema-normal nav ul li:hover > ul{
            display: block;
        }
        header.tema-fresco nav ul li:hover > ul{
            display: block;
        }
        header.tema-cabra nav ul li:hover > ul{
            display: block;
        }
        header.tema-beiral nav ul li:hover > ul{
            display: block;
        }

        header.tema-normal nav ul li ul {
            position: absolute;
            background-color:rgba(84, 64, 34, 0.23);
            height:auto !important;
            top:45px;
            z-index:10;
            display: none;
        }
        header.tema-normal nav ul li ul li{
            position: relative;
            float:none !important;
            text-align: left;
            padding: 6px 21px;
            color:#544022 !important;
            font-size: 14px;
            cursor:pointer;
        }
        header.tema-normal nav ul li ul li:hover{
            background-color: #e9e0c7 !important;
        }

        header.tema-cabra nav ul li ul {
            position: absolute;
            background-color:rgba(65, 68, 40, 0.23);
            height:auto !important;
            top:45px;
            z-index:10;
            display: none;
        }
        header.tema-cabra nav ul li ul li{
            position: relative;
            float:none !important;
            text-align: left;
            padding: 6px 21px;
            color:#414428 !important;
            font-size: 14px;
            cursor:pointer;
        }
        header.tema-cabra nav ul li ul li:hover{
            background-color: #e9e0c7 !important;
        }

        header.tema-beiral nav ul li ul {
            position: absolute;
            background-color:rgba(1, 83, 120, 0.13);
            height:auto !important;
            top:45px;
            z-index:10;
            display: none;
        }
        header.tema-beiral nav ul li ul li{
            position: relative;
            float:none !important;
            text-align: left;
            padding: 6px 21px;
            color:#015378 !important;
            font-size: 14px;
            cursor:pointer;
        }
        header.tema-beiral nav ul li ul li:hover{
            background-color: #e9e0c7 !important;
        }

        header.tema-fresco nav ul li ul {
            position: absolute;
            background-color:rgba(1, 83, 120, 0.13);
            height:auto !important;
            top:45px;
            z-index:10;
            display: none;
        }
        header.tema-fresco nav ul li ul li{
            position: relative;
            float:none !important;
            text-align: left;
            padding: 6px 21px;
            color:#015378 !important;
            font-size: 14px;
            cursor:pointer;
        }
        header.tema-fresco nav ul li ul li:hover{
            background-color: #e9e0c7 !important;
        }

    footer{
        background-color: #e9e0c7;
    }

        .col-footer{
            position:relative;
            width: 240px;
            min-height: 59px;
            float: left;
            margin: 40px 12px 30px 0px; 
            margin-right: 5px;
            color:#664d29;
            font-size: 16px;
            line-height: 20px;
        }
        footer .btn {
            position: absolute;
            bottom:0px;
            text-transform: uppercase;
            padding: 10px 10px 9px 10px;
            font-size: 18px;
            background-color: #c1ac7a;
            text-align: center;
            color: white;
            width: 140px;
            border-radius: 4px;
            cursor:pointer;
        }
        footer .btn:hover{
            background-color: #d9c28c;
        }
        footer .facebook {
            position: absolute;
            width: 43px;
            height: 43px;
            border-radius: 4px;
            right: 0px;
            bottom: 27px;
            background: #674e2a;
        }


#qtranslate-chooser {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    color: #d9b96d;
    list-style: none;
    display: none;
}
#qtranslate-chooser li {
    font-weight: 300;
    float: left;
    height: 100%;
    padding: 13px 13px;
    cursor: pointer;
}
#qtranslate-chooser li:last-child {
    border:none;
}
#qtranslate-chooser li:hover{
    background-color:#544022;
}
#qtranslate-chooser li.active{
    background-color:#544022;
}
.content-page.beforeload {
    display: block;
    top: -40px;
    opacity: 0;
    position: relative;
}
   /* ==========================================================================
    1 - Produtos
   ========================================================================== */
.image-wrapper.new{
    position: absolute;
    display: none;
}
.img-wrap {
    width: 5000px;
}
h1.pagetitle-hide{
    text-indent: -99999px;
    position: absolute;
    left: -99999px;
}
.beforeload{
    margin-top: -50px;
    opacity: 0;
}
.fundo-produto img{
    width:100%;
    position:relative;
    top:-15px;
}
.fundo-produto .image-wrapper{
    float:left;
}
.fundo-produto{
    overflow: hidden;
}
.queijo{
    top:-650px;
}
.queijo img{
    position: absolute;
    right: -20px;
width: 545px;
top: 28px;
}
@media all and (max-width: 1170px) and (min-width: 0px){
    .queijo img{
        position: absolute;
        right: 40px;
        width: 465px;
        top: 138px;
    }
}
@media all and (max-width: 1279px) and (min-width: 1171px){
    .queijo img{
        position: absolute;
        right: 25px;
        width: 485px;
        top: 110px;
    }
}
@media all and (max-width: 1424px) and (min-width: 1280px){
    .queijo img{
        position: absolute;
 right: -5px;
width: 510px;
top: 80px;
    }
}
@media all and (max-width: 1499px) and (min-width: 1425px){
    .queijo img{
        position: absolute;
        right: -44px;
width: 565px;
top: 28px;
    }
}
@media all and (min-width: 1500px){
    .queijo img{
        position: absolute;
        right: -44px;
        width: 590px;
        top: -14px;
    }
}
.catball-wrapper{
    float: right;
    position: relative;
    bottom: 110px;
    right: 50px;
}
.catball-wrapper .catball {
    position: relative;
    width: 16px;
    height: 16px;
    background: #e9e0c7;
    float: left;
    border-radius: 100%;
    margin: 2px;
    cursor: pointer;
    overflow: hidden;
}
.catball-wrapper .catball.hover{
    width: 60px;
    height: 60px;
    margin-top: -23px;
}
.catball-wrapper .catball div{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
    background-size: 100px !important;
    background-position: center;

    opacity: 0;
}
.catball-wrapper .catball div.hover{
    opacity: 1;
}
.catball-wrapper .catball.active{
    background: #c1ac7a;
}
.catball-wrapper.hover {
    right: 28px;
}

.saiba-mais {
    width: 250px;
    position: absolute;
    bottom: 0px;
}

.saiba-mais.fixo {
    position: fixed;
    bottom: 0px;
}

.saiba-mais .btn{
    cursor:pointer;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding:9px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    background: #e4b96d; /* Old browsers */
    background: -moz-linear-gradient(left, #c08c3c 0%, #e4b96d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c08c3c), color-stop(100%,#e4b96d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #c08c3c 0%,#e4b96d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #c08c3c 0%,#e4b96d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #c08c3c 0%,#e4b96d 100%); /* IE10+ */
    background: linear-gradient(to right, #c08c3c 0%,#e4b96d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c08c3c', endColorstr='#e4b96d',GradientType=1); /* IE6-9 */
}

.saiba-mais.active .info{
    max-height:500px;
}
.saiba-mais .info{
    max-height: 0px;
    overflow: hidden;
    color:#664d29;
    line-height: 18px;
    font-size: 14px;
    padding: 0px 17px;
    background-color: #F6F2E4;
}
.p-content {
    padding: 10px 0px;
}
.cat-produtos-wrap {
    background-color: #e9e0c7;
    margin-top:0px;
}
.cat-produtos-wrap.fixo{
    background-color: #e9e0c7;
    margin-top:44px;
}
.cat-produtos .cat {
    float: left;
    padding: 15px 24px 14px 24px;
    font-size: 19px;
    font-weight: 300;
    text-transform: uppercase;
    color: white;
    cursor:pointer;
}
.cat-produtos .cat:hover{
    background-color: #c1ac7a;
    color: white;
}
.cat-produtos .cat.active{
    background-color: #c1ac7a;
    color: white;
}
.produtos-list-wrap{
    background-color: white;
    height:255px;
}
.produtos-list-wrap .container.center{
    height:100%;
}
.produtos-list{
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
}
.produtos-list-overflow{
    width:1400px;
}
.produtos-list .mix{
    display: none;
    vertical-align: top;
}
.produtos-list .produto {
    position: relative;
    overflow: hidden;
    width: 190px;
    text-align:center;
    margin: 10px -2px;
    border-radius: 4px;
}
.produtos-list .produto:first-child{
    margin-left: 0px;
}
.produtos-list .produto .content{
    padding:20px 10px;
}
.content .thumb {
    width: 188px;
    height: 170px;
    position: absolute;
    margin-left: -9px;
    margin-top: -40px;
}
.content .thumb img{
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.produtos-list .produto .overlay{
    width:100%;
    height:100%;
    position: absolute;
    background-color: rgba(169, 136, 23, 0);
    z-index: 1;
}
.produtos-list .produto:hover .overlay{
    background-color: rgba(169, 136, 23, 0.09);
}
.produtos-list .produto.active .overlay{
    background-color: rgba(169, 136, 23, 0.09);
}
.produtos-list .produto .title{
    color:#664d29;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 145px;
}
.produtos-list .produto .sub-title{
    margin-top: 5px;
    color:#664d29;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

.seta{
    position: absolute;
    background: url("../img/btn-sprite.png");
    width: 50px;
    height: 73px;
    opacity: 0.5;
    top:90px;
    cursor:pointer;
}
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 2dppx) { /* Retina Display*/
    .seta{
        background: no-repeat url('../img/btn-sprite@x2.png');
        background-size: 175px;
    }
}

.close{
    position: absolute !important;
    right: -75px;
    top: -2px;
    background: url("../img/btn-sprite.png");
    width: 63px !important;
    height: 63px;
    cursor: pointer;
    background-position: -110px 0px;
}
.close:hover{
    background-position: -110px -64px;
}
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 2dppx) { /* Retina Display*/
    .close{
        background: no-repeat url('../img/btn-sprite@x2.png');
        background-size: 175px;
        background-position: -110px 0px;
    }
    .close:hover{
        background-position: -110px -64px;
    }
}
.seta:hover{
    opacity: 1;
}
.seta.btn-inactive{
    opacity:0;
}
.seta.right{
    right:-100px;
    background-position: -54px -73px;
}
.seta.left{
    left:-100px;
    background-position: 0px -73px;
}

   /* ==========================================================================
    2 - empresa
   ========================================================================== */

.col2 {
    width: 49%;
    float: right;
    min-height: 10px;
}
.col2.first{
    width:45%;
    float:left; 
}
.img-title img {
    width: 70%;
    float:right;
}
.col2 .content {
    color: #674e2a;
    line-height: 21px;
    font-weight: 300;
    padding: 0px 0px 50px 0px;
}

   /* ==========================================================================
    3 - noticias
   ========================================================================== */
.noticia {
margin-bottom: 40px !important;
}
.col2 {
    position: relative;
    width: 49%;
    float: right;
    min-height: 10px;
    margin-bottom: 20px;
}

.col2.first{
    width:45%;
    float:left; 
}

.noticia .img-title{
    float:right;
    height: 200px;
    width: 100%;
    border-radius: 20px;
    background-size: 100% !important;
    background-position: center;
}

.noticia .col2 .content {
    height:auto;
    color: #674e2a;
    line-height: 21px;
    font-weight: 300;
    position: relative;
}
.noticia .col2 .content .text{
    height:auto;
    overflow: hidden;
    max-height: 0px;
}
/*.noticia .col2 .content.open .text{
    max-height: 1000px;
}*/
.text-teaser{
    height: auto;
    max-height: 300px;
    overflow: hidden;
}
.date {
    color: #d1a153;
}

/*.text{
    display: none;
}*/

/*.noticia .col2 .content.open .text{
    display: block;
}

.noticia .col2 .content.open .text-teaser{
    display: none;
}*/

h2.title {
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 20px;
}
.more, .less {
    color: white;
    font-weight: 300;
    padding: 7px 9px 6px 9px;
    text-transform: uppercase;
    font-size: 17px;
    bottom: 0px;
    background: #c1ac7a;
    border-radius: 7px;
    width: 90px;
    margin-top: 14px;
    cursor:pointer;
}
.less{display: none;}

.contacto .btn{
    text-transform:uppercase;
    padding:10px 10px 9px 10px;
    font-size:18px;
    margin-bottom: 10px;
    background-color:#c1ac7a;
    text-align:center;
    color:white;
    width:140px;
    border-radius:4px;
    cursor:pointer;
    left: 272px;
    position: relative;
}
.contacto .btn:hover{
    background-color: #d9c28c;
}
.contacto .facebook {
    position: relative;
    width: 43px;
    height: 43px;
    border-radius: 4px;
    left: 389px;
    top:68px;
    background: #674e2a;
}

.map-lightbox .title {
    z-index: 100;
    position: relative;
    margin: 60px auto -172px auto;
    width: 1024px;
    background: #d9b96d;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 37px 0px 30px 1px;
background: #d9b96d; /* Old browsers */
background: -moz-linear-gradient(left,  #d9b96d 0%, #d1ad60 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d9b96d), color-stop(100%,#d1ad60)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #d9b96d 0%,#d1ad60 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #d9b96d 0%,#d1ad60 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #d9b96d 0%,#d1ad60 100%); /* IE10+ */
background: linear-gradient(to right,  #d9b96d 0%,#d1ad60 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9b96d', endColorstr='#d1ad60',GradientType=1 ); /* IE6-9 */

}
.map-lightbox .title div{
    width: 335px;
    position: relative;
    margin: 0 auto;
}

.container.empresa-page,
.container.noticias-page,
.container.contactos-page{
    margin-top: -70px !important;
}

.lightbox{
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    overflow: scroll;
}

.lightbox-bg{
    position: fixed;
    width:100%;
    height:100%;
    background-color: rgba(255, 255, 255, 0.62);
}

#map-canvas{
    margin: 170px auto 100px auto !important;
    position: relative;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}

#form{
    margin-top: 60px !important;
    position: relative;
    border-radius:20px;
    background-color: #d9b96d;
    margin-bottom: 100px !important;
    font-family: 'Titillium Web';
background: #d9b96d; /* Old browsers */
background: -moz-linear-gradient(left,  #d9b96d 0%, #d1ad60 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d9b96d), color-stop(100%,#d1ad60)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #d9b96d 0%,#d1ad60 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #d9b96d 0%,#d1ad60 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #d9b96d 0%,#d1ad60 100%); /* IE10+ */
background: linear-gradient(to right,  #d9b96d 0%,#d1ad60 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9b96d', endColorstr='#d1ad60',GradientType=1 ); /* IE6-9 */

}

    #form .title {
        position: relative;
        width: 340px;
        margin: auto;
        padding: 40px 37px 32px 0px;
    }

#form .col2-form{
    width: 420px;
    position: relative;
    float: left;
    margin-right: 65px;
    height: 328px;
}

#form .col2-form.last{
    margin:0px !important;
}

#form input,
#form textarea {
    margin-top: 10px;
    width: 510px;
    border: none;
    background: white;
    color: #674e2a;
    font-size: 17px;
    padding: 12px 15px;
    outline: none;
    border-radius: 3px;
    font-family: 'Titillium Web';
}

#form input:focus,
#form textarea:focus {
    background-color: #FFFCF5;
}
#form label.error {
color: rgb(174, 78, 37);
}
#form textarea {
    height: 293px;
}

form.cmxform {
    width: 83%;
    margin: auto;
    padding-bottom: 20px;
}

#form .button{
    margin: 20px auto 0px auto;
    text-transform: uppercase;
    padding: 10px 10px 9px 10px;
    font-size: 18px;
    background-color: white;
    text-align: center;
    color: #d9b96d;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    width: 190px;
}

#form .button:hover{
    background-color: #e9e0c7;
}

#form input::-webkit-input-placeholder {
   color: #d9b96d;
   text-align: center;
   font-family: 'Titillium Web';
}

#form input:-moz-placeholder { /* Firefox 18- */
   color: #d9b96d;
   text-align: center;
   font-family: 'Titillium Web';  
}

#form input::-moz-placeholder {  /* Firefox 19+ */
   color: #d9b96d;
   text-align: center;
   font-family: 'Titillium Web';  
}

#form input:-ms-input-placeholder {  
   color: #d9b96d;
   text-align: center;
   font-family: 'Titillium Web';  
}

body.haslightbox{
    overflow: hidden;
}


body {
    overflow-x: hidden;
}

.feedback{
    right:-350px;
    border-radius: 10px;
    z-index: 3000000;
    background: rgba(255, 255, 255, 0.7);
    width: 300px;
    position: absolute;
    margin-top: 15px;
}

.feedback.active {
    right: -20px;
}

.feedback p{
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 22px 19px 22px;
    line-height: 24px;
    color: #674e2a;
}

.feedback.success div{
    position: relative;
    background-color: green;
    width: 20px;
    border-radius: 100%;
    height: 20px;
    left: 22px;
    margin-top: 21px;
}

.feedback.error div{
    position: relative;
    background-color: rgb(181, 14, 14);
    width: 20px;
    border-radius: 100%;
    height: 20px;
    left: 22px;
    margin-top: 21px;
}




.flexslider{
    max-height: 200px;
    overflow: hidden;
    border:none !important;
    border-radius: 20px;
    box-shadow: none !important;
}

.flexslider .flex-control-thumbs{
    max-height:0px;
}

.flexslider.active{
    max-height:700px;
}

.flex-viewport{
    border-radius: 15px !important;
    z-index: 1;
}

.flexslider.active .flex-control-thumbs{
    max-height:200px;
}

.flexslider .slides li{
    border-radius: 15px;
    overflow: hidden;
}

.flexslider .slides li div{
    background-size: cover !important;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    max-height: 200px;
}

.flexslider.active .slides li div{
    max-height: 600px;
}

.flex-control-thumbs li {
    width:80px !important;
    border-radius: 15px !important;
    overflow: hidden;
    margin-right: 8px !important;
    margin-bottom: 8px !important;
}
.flex-control-thumbs li:nth-child(5n+5){
    margin-right: 0px !important;
}
.container.full.design-atlier{
background: #664d29;
}
.container.full.design-atlier .logo {
position: relative;
margin: 0 auto;
width: 130px;
height: auto;
padding: 10px 0px;
}