/*
==========================================================================
	TRENDY FIVE by: KUBIK;
==========================================================================
*/

* {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
section{min-height:800px;padding:0;}

/* HTML5 ✰ Boilerplate ✰ normalize */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 16px; line-height: 1.231; }
body, button, input, select, textarea { font-family:'Poppins', sans-serif; color: #222; }
::-moz-selection { background: #feda9e; color: #fff; text-shadow: none; }
::selection { background: #feda9e; color: #fff; text-shadow: none; }
a { color: #225472; }
a:visited { color: #488ab2; }
a:hover { color: #225472; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
/*input:invalid, textarea:invalid { background-color: #f0dddd; }*/
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* Text */

h1, h2, h3, h4, h5, h6 {margin: 0;padding: 0;}
h1 {font-size:36px;font-weight:800;font-family: 'Baloo 2', cursive;}
h2, h3, h4, h5, h6 {font-weight:700;font-family: 'Poppins', sans-serif;}
h2 {font-size:30px;}
h3 {font-size:28px;}
h4 {font-size:24px;}
h5 {font-size:21px;}
h6 {font-size:18px;}

a:hover {color: #225472;}
a, a:hover, a:visited {text-decoration: none;}

/* 
::::::::::::::::::::::::::::::::::::::::::::::::::
        LAYOUT
::::::::::::::::::::::::::::::::::::::::::::::::::
*/

/* layout */
.jumbotron{border-radius:0em;}

/* navbar */

.navbarHeight{height:150px;}
#topNav{
        width:100%;
        top:0;
        left:0;
        display: block;
        padding: 0;
}

#topNav .container{
        position: relative;
        display: block;
        /*height: 150px;*/
}

.navbar{
        width: 100%;
        color: #333333;
        padding: 0;
        /* z-index: 1000;*/
}
nav.navbar{
        width:100%;
        height:auto;
        background: #272c3c !important;
        z-index:999;
        border-bottom:1px solid rgba(255, 255, 255, 0.16);
        -webkit-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.16);
        -moz-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.16);
        box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.16);
}
.navbar-brand{
        top:-20px;
        width:360px;
        height:90px;
        position:relative;
        transition: ease .1618s;
        -webkit-transition: ease .1618s;
        padding:20px;
}
.navbar-brand.off{
        top:22px;
        padding:0px;
}
.navbar-brand:after {
        content:'';
        position:absolute;
        left:50%;
        bottom:-10px;
        width:0%;
        height:3px;
        background:rgb(255 255 255 / 16%);
        border-top:1px dashed #dccec3;
        font-weight: 600;
        transition:ease .168s;
        -webkit-transition:ease .168s;
        border:0px;
        margin: 0;
}
.navbar-brand:hover:after{width:100%;left:0;}
.navbar-brand img{
        width:100%;
        height:auto;
        top:0;
        left:0;
        transition: ease .1618s;
        -webkit-transition: ease .1618s;
}
.navbar-expand-lg .navbar-collapse {
        width: calc(100% - 376px);
        float: right;
        height: 90px;
        transition: ease .1618s;
        -webkit-transition: ease .1618s;
}
.navbar-expand-lg .navbar-collapse.off {
    height: 150px;
}
.mainMenuBtn {
        position: relative;
        text-decoration: none;
        color: #000;
        font-size:18px;
        font-weight:400;
        padding:0px 12px 0;
        top:0px;
        text-align: center;
        text-shadow:none;
        width:auto;
        height:90px;
        line-height:90px;
        display:block;
        z-index:101 !important;
        transition: ease .168s;
        -webkit-transition: ease .168s;
}
.mainMenuBtn:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 25px;
    width: 0%;
    height: 3px;
    background: #ec6e3f;
    font-weight: 600;
    transition: ease .168s;
    -webkit-transition: ease .168s;
    border: 0px;
    margin: 0;
}
.mainMenuBtn.off{height:150px;line-height:150px;}
.mainMenuBtn.off:after {bottom: 50px;}
.mainMenuBtn:hover {
        /* color: #000; */
}
.mainMenuBtn:hover:after{width:94%;left:3%;}
.mainMenuBtn.current{color:initial !important;cursor:default;}
.mainMenuBtn.current:after{
        content: '';
        position: absolute;
        left: 3%;
        bottom: 0;
        width: 94%;
        height: 7px;
        background: #fff;
}
.mainMenuBtn:visited{color:initial;}

.mainMenuBtn span{display:block;width:100%;}
#menu ul span.drop-icon { width: auto; padding-top: 0%;}

/* Redes Header */

ul#redesHeader{
        margin:0 0 0;
        padding:0;
        list-style:none;
        text-align:right;
        display:block;
        width:150px;
        height:50px;
}
ul#redesHeader li{
        display:inline-block;
        margin:5px;
}
ul#redesHeader li a.redesIcon{
        background:#fff;
        width:36px;
        height:36px;
        position:relative;
        z-index:2;
        display:block;
        text-align:center;
        line-height:40px;
        border-radius:50%;
        transition: ease .168s;
        -webkit-transition: ease .168s;
}
ul#redesHeader li a.redesIcon:before{
        content:'';
        display:block;
        position:absolute;
        width:50px;
        height:50px;
        border-radius:50%;
        top:-7px;
        left:-7px;
        z-index:1;      
        background: rgb(0,0,0);
        background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.16010154061624648) 100%);
        background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.16010154061624648) 100%);
        background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.16010154061624648) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
        opacity:0.8;
}
ul#redesHeader li a.redesIcon i.fab{color:#ff6e38;font-size:22px;}
ul#redesHeader li a.redesIcon:hover i.fab{color:#fff;}

/* Back to top (también en header.php) */
#btn-to-top{
        width: 60px;
    height: 90px;
    background: #972f6c;
    border-radius: 30px 30px 0 0;
    position: fixed;
    bottom: -30px;
    left: 20px;
    text-align: center;
        line-height: 60px;
        z-index:99;
        transition: ease .168s;
        -webkit-transition: ease .168s;
}
#btn-to-top i.fas.fa-chevron-up{
        color: #fff;
        font-size:30px;
}
#btn-to-top:hover{bottom:-25px;}
#btn-to-top.off{bottom: -90px;}

/* WA (también en header.php) */
.base-whatsapp{
        background:#fff;
        display:block;
        position:fixed;
        right:0;
        top:140px;
        width:72px;
        height:150px;
        z-index:999;
        background:url(../images/base-whatsapp.png)top center no-repeat;
}
#whatsapp-btn{
        display:block;
        position:absolute;
        top:51px;
        left:14px;
        width:50px;
        height:50px;
        border-radius:50%;
        background:url(../images/btn-whatsapp.png);
        background-size:100%;
}
.pulsar {
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(122,37,130, 0.4);
  animation: pulsation 2s infinite;
}
.pulsar:hover {animation: none;}
@-webkit-keyframes pulsation {
  0% {-webkit-box-shadow: 0 0 0 0 rgba(21,153,79, 0.4);}
  70% {-webkit-box-shadow: 0 0 0 10px rgba(21,153,79, 0);}
  100% {-webkit-box-shadow: 0 0 0 0 rgba(21,153,79, 0);}
}
@keyframes pulsation {
  0% {-moz-box-shadow: 0 0 0 0 rgba(21,153,79, 0.4);box-shadow: 0 0 0 0 rgba(21,153,79, 0.4);}
  70% {-moz-box-shadow: 0 0 0 10px rgba(21,153,79, 0);box-shadow: 0 0 0 10px rgba(21,153,79, 0);}
  100% {-moz-box-shadow: 0 0 0 0 rgba(21,153,79, 0);box-shadow: 0 0 0 0 rgba(21,153,79, 0);}
}
/* 
::::::::::::::::::::::::::::::::::::::::::::::::::
        FOOTER (en footer.php
::::::::::::::::::::::::::::::::::::::::::::::::::
*/

footer{
        background:#262c3c;
        height: auto;
        font-size: 16px;
        color: #cecece;
        position:relative;
}
.top-footer {
    border-bottom: 1px solid #ffa280;
    background:#ff6e38;
}
.top-footer p.legal {
    margin: 0;
    padding: 20px 0;
    text-align: left;
    color:#fff;
}
.top-footer p.legal-links {
    margin: 0;
    padding: 20px 0;
    text-align: right;
    font-weight:lighter;
}
.top-footer p.legal-links a{
        color:#fff;
        transition: ease .168s;
        -webkit-transition: ease .168s;
}
.top-footer p.legal-links a:hover{color:#dccec3;}
/* sitemap*/

#sitemap-footer{display:block;text-align:left;}
#sitemap-footer a{
        padding:5px 10px;
        display:inline-block;
        color:rgba(255,255,255,0.77);
        background:rgba(0,0,0,0);
        transition: ease .168s;
        -webkit-transition: ease .168s;
}
#sitemap-footer a:hover{
        color:rgba(255,255,255,1);
        background:rgba(0,0,0,0.16);
}
/*middle*/
#links-footer{}
#links-footer nav.footer-nav{color:#009944;}
#links-footer nav.footer-nav a{color:#009944;}
#links-footer nav.footer-nav a:hover{color:#85c900;}
ul#redesFooter{
        margin:30px 0 0;
        padding:0;
        list-style:none;
        text-align:center;
        display:block;
        width:100%;
}
ul#redesFooter li{
        display:inline-block;
        margin:5px;
}
ul#redesFooter li a.redesIcon{
        background:#f2f2f2;
        width:30px;
        height:30px;
        /*border:3px solid #009944;*/
        position:relative;
        z-index:2;
        display:block;
        text-align:center;
        line-height:33px;
        border-radius:50%;
        transition: ease .168s;
        -webkit-transition: ease .168s;
}
ul#redesFooter li a.redesIcon:before{
        content:'';
        display:block;
        position:absolute;
        width:40px;
        height:40px;
        border-radius:50%;
        top:-5px;
        left:-5px;
        z-index:1;      
        background: rgb(0,0,0);
        background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.16010154061624648) 100%);
        background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.16010154061624648) 100%);
        background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.16010154061624648) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
a.redesIcon#linkedinF:hover{background:rgba(0, 115, 177,1);border-color:rgba(0, 115, 177,1);/**/}
a.redesIcon#youtubeF:hover{background:rgba(245, 11, 11,1);border-color:rgba(245, 11, 11,1);/**/}
a.redesIcon#instagramF:hover{background:rgba(210, 45, 120,1);border-color:rgba(210, 45, 120,1);/**/}
a.redesIcon#twitterF:hover{background:rgba(57, 200, 255,1);/*border-color:rgba(57, 200, 255,1);*/}
a.redesIcon#facebookF:hover{background:rgba(40, 81, 165,1);/*border-color:rgba(40, 81, 165,1);*/}
a.redesIcon#whatsappF:hover{background:rgba(37, 211, 102,1);/*border-color:rgba(40, 81, 165,1);*/}
ul#redesFooter li a.redesIcon i.fab{color:#ff6e38;font-size:18px;}
ul#redesFooter li a.redesIcon:hover i.fab{color:#fff;}
/*bottom*/
footer .footer-bottom{
        background: #fff;
        padding:0 0 15px;
}
footer .footer-bottom #telefonos{
        border-bottom:1px solid #f2f2f2;
        padding:20px 0;
}
footer .footer-bottom #telefonos .col-md-4{text-align:center;color:#898989;}
.title-footer{color: #dccec3}
.link-footer{color: #dccec3 !important; font-size:15px;}
.legal-xs{display:none;}

/* common classes */


.titulo{
        color: #ff6e38;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom:15px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
.btn{
        color:#fff;
        background:#ff6600;
        font-size:1.61rem;
        text-align:center;
        padding:6px 15px;
        border-radius:25px;
        /* text-transform:uppercase; */
        transition: ease .168s;
        -webkit-transition: ease .168s;
}
.btn:hover{background:#da6110;color:#fff;}
.btn.btn-sm{
        padding:3px 6px;
        border-radius:25px;
}
.btn.ghostBtn{
        background:rgba(0,0,0,0);
        border:3px solid #da6110;
        color:#da6110;
        font-weight:400;
        border-radius:35px;
        text-transform:none;
}
.btn.ghostBtn:hover{
        background:  #da6110;
        color: #fff;
        /* background:rgba(0,0,0,0.08); */
        /*color:rgba(255,255,255,1);*/
}
.btn:visited{color:#fff;}
.btn.ghostBtn:visited{color:#ffd9a4;}
.btn.ghostBtn.white{
        border-color:white;
        color:white;
}
.btn.ghostBtn.white:hover{
        border-color:white !important;
        background-color:rgba(0,0,0,0.3) !important;
}

/* OWL controls */

.owl-prev, .owl-next {
        color:#3d6faa;
        position: absolute;
        top:50%;
        margin-top: -50px;
        width: 50px;
        height: 50px;
        text-align: center;
        font-size:60px;
        filter: Alpha(Opacity=50);/*IE7 fix*/
        opacity: 0.5;
}
.owl-prev:hover, .owl-next:hover {filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;}
.owl-next {right: 0px;}
.owl-controls {text-align: center;z-index:3;}
.owl-controls .owl-page {display: inline-block;}
.owl-controls .owl-page span {
    background-color: #333;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
    filter: Alpha(Opacity=500);/*IE7 fix*/
    opacity: 0.5;
}
.owl-controls .owl-page.active span, .owl-controls .owl-page:hover span {filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;}
.owl-dots{
        width: 100%;
        height: 40px;
        display: block;
        text-align:center;
        padding-top:10px;
        position:relative;
        bottom:0px;
        background:rgba(241,241,241,0);
        /* border-top:1px solid #f1f1f1; */
}
.owl-dots .owl-dot{
        display:inline-block;
        width:16px;
        height:16px;
        border-radius:50%;
        background:rgba(0,0,0,0.3);
        margin:0 5px;
        border:2px solid rgba(255,255,255,0);
        opacity:0.7;
}
.owl-dots .owl-dot:hover{background:rgba(0,0,0,0.8);}
.owl-dots .owl-dot.active{opacity:1;background:rgba(88,88,88,0.8);cursor:default;}

/* COLORS */

.orange-txt{color:#ff6e38;}
.blue-txt{color:#262c3c;}
.pale-brown-txt{color:#dccec3;}

/* BACKGROUNDS */

.orange-bg{background-color:#ff6e38;}
.blue-bg{background-color:#262c3c;}
.pale-brown-bg{background-color:#dccec3;}

/* Products Colors */

#productos-carousel-l1{}
#productos-carousel-l2{}
#productos-carousel-l1 .item{}
#productos-carousel-l2 .item{}
#productos-carousel-l1 .item .titulo, #productos-carousel-l2 .item .titulo{
        text-align:center;
        font-size:18px;
        font-weight:400;
        color:#262c3c;
        margin-bottom:5px;
        position:relative;
        top:-5px;
}
#productos-carousel-l1 .item .titulo span, #productos-carousel-l2 .item .titulo span{color:#ff6e38;}
.colors{
        list-style:none;
        margin:0;
        padding:0;
        text-align:center;
}
.color-btn{
        width:20px;
        height:20px;
        position:relative;
        display:inline-block;
        margin:3px;
}
.color-btn span{
        display:block;
        width:16px;
        height:16px;
        border-radius:50%;
        position:relative;
        z-index:2;
}
.color-btn:after{
        content:'';
        display:block;
        position:absolute;
        top:-3px;
        left:-3px;
        z-index:1;
        width:22px;
        height:22px;
        border-radius:50%;
        background: rgb(0,0,0);
        background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.20211834733893552) 100%);
        background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.20211834733893552) 100%);
        background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.20211834733893552) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.bg-blanco{background:#ffffff;}
.bg-negro{background:#000000;}
.bg-silver{background:#aeaeae;}
.bg-nude{background:#f4cda7;}
.bg-tan{background:#826358;}
.bg-coral{background:#ff8275;}
.bg-lavanda{background:#e4adeb;}
.bg-olive{background:#646018;}
.bg-navyblue{background:#193465;}
.bg-copper{background:#7c5a43;}
.bg-rose{background:#d28775;}
.bg-gold{background:#b4964e;}
.bg-inox{background:#747482;}

/* EXTRAS */

#btn-to-top{
        width: 60px;
        height: 90px;
        background: #262c3c;
        border-radius: 30px 30px 0 0;
        border: 1px solid rgba(255,255,255,0.16);
        position: fixed;
        bottom: -30px;
        left: 20px;
        text-align: center;
        line-height: 60px;
        z-index:99;
        transition: ease .168s;
        -webkit-transition: ease .168s;
}
#btn-to-top i.fas.fa-chevron-up{
        color: #fff;
        font-size:30px;
}
#btn-to-top:hover{
        bottom:-25px;
}
#btn-to-top.off{
        bottom: -90px;
}

/* Delays */

.delay150{-moz-animation-delay:150ms;-webkit-animation-delay:150ms;}
.delay300{-moz-animation-delay:300ms;-webkit-animation-delay:300ms;}
.delay450{-moz-animation-delay:450ms;-webkit-animation-delay:450ms;}
.delay600{-moz-animation-delay:600ms;-webkit-animation-delay:600ms;}
.delay750{-moz-animation-delay:750ms;-webkit-animation-delay:750ms;}
.delay900{-moz-animation-delay:900ms;-webkit-animation-delay:900ms;}
.delay1200{-moz-animation-delay:1200ms;-webkit-animation-delay:1200ms;}

/* Half Container */

.half-container{width:calc(1340px/2);padding:15px;}
.half-container.left-sm-container{float:right;}
.half-container.right-sm-container{float:left;}

/* Base Whatsapp */

.base-whatsapp{
        background:#fff;
        display:block;
        position:fixed;
        right:0;
        /*top:140px;*/
        top:calc(50% - 75px);
        /* bottom:-20px; */
        width:72px;
        height:150px;
        z-index:999;
        background:url(../images/base-whatsapp.png)top center no-repeat;
}
#whatsapp-btn{
        display:block;
        position:absolute;
        top:51px;
        left:14px;
        width:50px;
        height:50px;
        border-radius:50%;
        background:url(../images/btn-whatsapp.png);
        background-size:100%;
}
.pulsar {
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(21,153,79, 0.4);
  animation: pulsation 2s infinite;
}
.pulsar:hover {
  animation: none;
}

@-webkit-keyframes pulsation {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(21,153,79, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(21,153,79, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(21,153,79, 0);
  }
}
@keyframes pulsation {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(21,153,79, 0.4);
    box-shadow: 0 0 0 0 rgba(21,153,79, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(21,153,79, 0);
      box-shadow: 0 0 0 10px rgba(21,153,79, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(21,153,79, 0);
      box-shadow: 0 0 0 0 rgba(21,153,79, 0);
  }
}

/* 
::::::::::::::::::::::::::::::::::::::::::::::::::
        QUERIES
::::::::::::::::::::::::::::::::::::::::::::::::::
*/

@media screen and (max-width: 1280px){
        .half-container{width:calc(960px/2)}
}
@media screen and (max-width: 991px){
        .half-container{width:100%;}
        .off-sm{display:none;}
        .on-sm{display:block;}  
        footer {height: auto;}
        .link-footer {font-size: 18px;}
        .top-footer p.legal{margin:0 0 10px;text-align:center;padding: 20px 0 0;}
        .top-footer p.legal-links{margin:0 0 20px;text-align:center;padding:0;}
        /* NAVBAR */
        .navbarHeight{height:100px;}
        .navbar-brand.off {top:-10px;padding:20px;}
        .navbar-brand{z-index:999;position:absolute;left:calc(50% - 180px);z-index:100;top:-10px;}
        #topNav {width: 100%;height: auto;min-height: 100px;}
        .navbar-nav {
                margin: 100px auto 0;
                -webkit-box-shadow: inset 0px 8px 16px 0px rgba(0,0,0,0);
                -moz-box-shadow: inset 0px 8px 16px 0px rgba(0,0,0,0);
                box-shadow: inset 0px 8px 16px 0px rgba(0,0,0,0);
        }
        .navbar-expand-lg .navbar-collapse {
                /* background: #fff; */
                -webkit-box-shadow: inset 0px 8px 16px 0px rgba(0,0,0,0);
                -moz-box-shadow: inset 0px 8px 16px 0px rgba(0,0,0,0);
                box-shadow: inset 0px 8px 16px 0px rgba(0,0,0,0);
                height:auto;
        }

        #topNav .container{width:100%;max-width:100%;padding:0;position: initial;height: initial;}
        .navbar-expand-lg .navbar-collapse {width:100%;float: none;height: auto;}
        .navbar-toggler {
                position: absolute;
                z-index:999;
                top: 15px;
                left: 15px;
                right: 0;
                bottom: 0;
                margin: 0;
                background:#d7cdc2;
                width: 60px;
                height: 60px;
                cursor: pointer;
                border:0px;
                border-radius:50%;
                padding-top:13px;
        }
        .navbar-toggler:focus, .navbar-toggler.focus {
          outline:0;
          box-shadow:0 0 0 0 rgba(0,0,0,0);
        }
        .hamburger-menu,
        .hamburger-menu:after,
        .hamburger-menu:before {
                width: 35px;
                height: 3px;
        }
        .hamburger-menu {
                position: relative;
                transform: translateY(-3px);
                background:#ec6e3f;
                transition: all 0ms 300ms;
        }
        .hamburger-menu.animate {
                background: rgba(255, 255, 255, 0);
        }
        .hamburger-menu:before {
                content: "";
                position: absolute;
                left: 0;
                bottom: 8px;
                background:#ec6e3f;
                transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        }
        .hamburger-menu:after {
                content: "";
                position: absolute;
                left: 0;
                top: 8px;
                background:#ec6e3f;
                transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        }
        .hamburger-menu.animate:after {
                top: 0;
                transform: rotate(45deg);
                transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        }
        .hamburger-menu.animate:before {
                bottom: 0;
                transform: rotate(-45deg);
                transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        }
        .mainMenuBtn{border-right:0px;border-left:0px;color:#535353;height:60px;line-height:60px;}
        .mainMenuBtn:hover{color:#7b2782;}
        .mainMenuBtn.off {height:60px;line-height:60px;}
        .mainMenuBtn.off:after {bottom: 5px;}
        .mainMenuBtn:after {bottom: 5px;}
        #info-header{position:relative;width:100%;padding:20px;height:auto;top:0;left:0;text-align:center;background:#f2f2f2;}
        .link-header{font-size:24px;margin:0px auto 20px;}
        ul#redesHeader{margin:10px 0 0;text-align:center;width:100%;text-align:center;margin-bottom:20px;}
        ul#redesHeader li {margin: 5px 12px;}
        .mainMenuBtn.current {color: #696969;}
        ul#redesFooter li {margin: 3px;}
        .navbar-collapse.collapse.off{height:auto;}
}
@media screen and (max-width: 767px){
        #sitemap-footer {text-align: center;}
}
@media screen and (max-width: 600px){}
@media screen and (max-width: 480px){
        .navbar-brand{width:calc(100% - 130px);left:50%;transform:translateX(-50%);}
}
@media screen and (max-width: 360px){}