@charset "utf-8";

/******************************* Import Styles ******************************/

@import url("animate.css");
* {
  box-sizing: border-box;
}
/****************************  Reset & Clearfix ****************************/
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,small,sub,b,dl,dd,dt,ul,li,label,article,details,footer,header,menu,nav {
        background:transparent;
        border:0;
        outline:0;
        padding:0;
        margin:0;
}
input,textarea,select{
    background:#ffffff;
    outline:0;
    padding:8px;
    margin:0;
    border: solid 1px #d8b08a !important;
    border-radius: 30px !important;
}

a {color:#9d4f07;}

.schban {
    /*background-color: #e9d4c2;*/
    padding: 0;
}
.schban input{padding: 15px;}

.clearfix:after {
        clear: both;
        content: " ";
        display: block;
        font-size: 0;
        height: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
}   

img {
    width: 100%;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f2f2f2;
    border-color: #ddd;
}

/***************************************************************************/
/************************* General Styles for Tags *************************/


a:hover {
    text-decoration: none;
}

a:focus, a:hover, a:focus, .btn:focus {
    outline: none;
}

address {
    font-size: 1.6em;
    line-height:2em;
}

html,
body{
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
    
    background: #ffffff;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e4e9ea));
    background: -moz-linear-gradient(top, #fff, #e4e9ea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4e9ea');
    */
    border-color: #9d4f07;
    color:#404040;  
    font-family: 'Dosis', sans-serif;
    font-size: 80%; 
    font-weight:400;
    width:100%; 
    height:auto;
    line-height: 1;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight:400; 
    font-family: 'Dosis', sans-serif;
    color:#404040; 
}

h1 { font-size: 2.5em; line-height:1.8em; }
h2 { font-size: 2.5em; line-height:1.8em; }
h3 { font-size: 1.8em; line-height:3.5em; font-weight:600; }
h4 { font-size: 1.7em; line-height:1.4em; word-break: break-word;}
h5 { font-size: 1.4em; line-height:1.3em; }
h6 { font-size: 1.3em; line-height:1.2em; }

p { 
    font-size: 1.6em; 
    line-height:1.6em; 
    margin: 2% 0;
}


.lstftr{list-style: none;border-top: solid 1px #f2f2d1;background-color: #f7f7f7 !important;letter-spacing: 0.02em;text-transform: uppercase;padding: 5px 10px 5px 12px;}
li {
    color: #555;
    text-decoration: none;
    word-break: keep-all;
    outline: none;
    -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease, padding .3s ease, margin .3s ease;
       -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease, padding .3s ease, margin .3s ease;
        -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease, padding .3s ease, margin .3s ease;
         -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease, padding .3s ease, margin .3s ease;
            transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease, padding .3s ease, margin .3s ease;
}


[data-overlay-dark] p {
    font-weight: 400;
}
.lead {
    font-size: 18px;
    font-weight: 300; 
    line-height: 1.4;
}
[data-overlay-dark] p.lead {
    font-weight: 300;
}

.phlead {font-size: 2.3em;}
.pmlead {font-size: 2.1em;}

/***************************************************************************/
/********************** General Styles for Components **********************/

/********************************* Carousel *******************************/

.cu-controls {
    padding: 40px 0 0 0;
    position: relative;
}

.cu-controls > div {
    padding-right: 0;
    padding-left: 0;
}

.cu-controls a.sercacontrol {
    border-radius: 50%;
    border: 1px solid #dddddd;
    color: #aaaaaa;
    display: block;
    padding: 10px;
    position: absolute;
    background: #fff;
}

.cu-controls a.sercacontrol:hover {
    color: #00885e;
    border: 1px solid #9d4f07;
}

.cu-controls a.sercacontrol.next {
    left: 100%;
    margin-left: -47px;
}

.cu-controls a.sercacontrol.prev {
    margin-left: 9px;
}

.cu-controls .carousel-indicators {
    width:  95%;
    position: static;
    margin: 0 auto;
}

.cu-controls .carousel-indicators li {
    background: none;
    border-radius: 0;
    border: none;
    height: auto;
    margin: 0;
    text-indent: 0;
}

.cu-controls .carousel-indicators li.middle {
    border-top: 1px solid #9d4f07;
    width: 33.3%;
    display: block;
    float: left;
    font-size: 1.3em;
    margin-top: 15px;
    padding-top: 15px;
    text-align: center;
}

.cumenu {
    border-bottom: 1px solid #9d4f07 !important;
    padding-bottom: 15px !important;
}

.cu-controls .carousel-indicators li.middle:hover,
.cu-controls .carousel-indicators li.middle.active {
    padding-top: 15px;
    padding-bottom: 5px;
    background-color: #f6efe5;
}

/***************************** Go to top arrow *****************************/

.scrollup {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 80px;
    right: 30px;
    display: none;
    background: transparent url("../img/to-top.png") center center no-repeat;
}

.scrollup i {
    color: #fff;
    text-align: center;
    display: block;
    line-height: 48px;
    font-size: 20px;
}

.scrollup:hover { 
    opacity: 0.7;
}






/***************************************************************************/
/******************* General Styles for Commons Sections *******************/

/********************************** General ********************************/

.basic {
    padding: 70px 30px;
}
.basicakwb {
    padding: 44px 30px;
}
.basicakwbaoh {
    padding: 0 30px;
}
.todjue {
    background: #444 url(../img/todjue.jpg) repeat 0 0 scroll;
}
.title {
    margin: 0 0 40px 0;
}

.title h2 {
    font-weight: 700;
    font-size: 1.7em;
    line-height: 1;
}

.title .dotts {
    font-size: 1.7em;
}
.sndshbdct {
    font-size: 1.2em;
    font-style: normal;
    margin-bottom: 0;
    line-height: normal;
    color: #938f8f;
}

.btn {
    background: rgba(0, 0, 0, 0);
    border-radius: 5em;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 1.5em;
    font-weight: 500;
    margin-top: 0px;
    padding: 7px 28px;
    letter-spacing: 0.02em !important;
    /*text-transform: uppercase;*/
    white-space: normal;
}
.btnkan {text-transform: none;letter-spacing: .08em;}
.kpebenou {word-break: break-word;}
.btn-verbauden, .btn-verbauden:hover {display: block !important;line-height: 1.9 !important;white-space: nowrap;}
.btn-verbaudensm, .btn-verbaudensm:hover {background-color: #55acee !important;border: #0ca4d3 ;color: #ffffff !important;padding: 5px;font-size: 13px !important;display: block !important;line-height: 0.8 !important;}
.btn-vsm{font-size: 14px; padding: 5px;letter-spacing: .2em;}
.btn-vsinit{font-size: 15px; padding: 5px;letter-spacing: 0.05em;}
.btn-vsmm{font-size: 12px; padding: 5px;letter-spacing: .2em;}
.btndscrvr {
  border: 5px solid transparent;
  background: #AED6D1;
  color: #55706D;  border-radius: 40px;
  padding: 10px 1px;
  overflow: hidden;
  width: 150px;
  transition: 
    all        1.2s,
    border     0.5s 1.2s,
    box-shadow 0.3s 1.5s;
  white-space: nowrap;
  text-indent: 23px;
  font-weight: bold;
  outline: none;
}
.btndscrvr > span {
    display: inline-block;
    transform: translateX(300px);
    font-weight: normal;
    opacity: 0;
    transition: 
      opacity 0.1s 0.5s,
      transform 0.4s 0.5s;
}
.btndscrvr:hover {
    text-indent: 0;
    letter-spacing: 0.05em;
    background: #55706D;
    color: #FFE8A3;
    width: 200px;
    border: 10px solid #9d4f07;
    box-shadow: 3px 3px 2px rgba(black, 0.15);
}
.btndscrvr:hover > span {
    transform: translateX(0);
    opacity: 1;
}
.nflt{float: none !important;}
.nflbtt{padding: 20px;margin-top: 20px; font-size: 21px; line-height: 2.1em !important;text-align: justify;}
.btn-scs {
    background: transparent;
    color: #9d4f07;
    border: none;
    padding: 5px;
    margin: 5px;
}
.btn-scs a>small{font-size: 75%;line-height: initial;letter-spacing: 0.07em;}
.btn-scs:hover, .btn-scs:active, .btn-scs:focus, .btn-scs:visited {
    background: transparent !important;
    color: #9d4f07 !important;
}
/*.btn:hover {
    color: #fff;
}*/
.zauic {
    display: none;
    opacity: 0;
    height: 2.5rem;
    width: 2.5rem;
    position: absolute;
    top: 0;
    left: 0.5rem;
}
.zxlv {
    display: none;
    opacity: 0;
    height: 2rem;
    width: 2.5rem;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    /*position: absolute;
    top: 0;
    left: 0.5rem;*/
}
.btn > .addthis-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-add-this.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .buffer-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-buffer.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .copy-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-copy.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .digg-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-digg.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .delicious-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-delicious.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .share-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/share.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .applications-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/share.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .email-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-email.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .ema-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-email.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .facebook-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-facebook.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .flattr-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-flattr.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .lk-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-url.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .skype-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-skype.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .sm-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-sms.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .sms-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-sms.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .messenger-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-messenger.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .telegram-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-telegram.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .tm-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-telegram.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .flipboard-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-flipboard.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .googleplus-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-google-plus.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .instagram-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-instagram.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .linkedin-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-linkedin.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .pinterest-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-pinterest.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .reddit-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-reddit.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .stumbleupon-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-stumble-upon.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .tumblr-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-tumblr.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .twitter-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-twitter.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .viber-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-viber.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .vkontakte-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-vkontakte.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .xing-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-xing.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}
.btn > .whatsapp-icon {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    bottom: 1rem;
    left: 0.6rem;
    background-image: url(../img/icons/social-whatsapp.png);
    background-size: 4.5rem 4.5rem;
    background-repeat: no-repeat;
}


i {
    position: relative;
    top: 1px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin: 0 auto;
    padding: 0;
}

.navbar-toggle {
    background: #ffffff;
    margin-top: 28px;
}

.navbar-toggle span {
    color: #9d4f07;
    font-size: 2em;
}



/***************************************************************************/
/************************ General Styles for Header ************************/

header.navbar {
    padding: 5px 0;
    margin:0;
    background: #9d4f07;
}

header .navbar-brand {
    line-height: 1;
    padding: 0;
}

header.navbar ul {
    margin-top: 1%;
}

header.navbar ul li a {
    font-weight: 500;
    font-size: 1.6em;
    line-height: 1;
    padding: 0;
    margin: 0 10px;
    color: #f3dec1;
}

.nav>li>a:hover, .nav>li>a:focus {
    background: transparent;/*#fff;*/
    color: #fff;
}

/*@media (min-width: 768px) {
    .xszqzs_pzrxww_124_775 {
        display: none!important;
    }
}*/


@media all and (min-width: 992px){
    [data-overlay-dark] #mute-toggle,
    [data-overlay-dark] #play-toggle,
    [data-overlay-color] #mute-toggle,
    [data-overlay-color] #play-toggle {
        color: #fff;
    }
    [data-overlay-light] #mute-toggle,
    [data-overlay-light] #play-toggle {
        color: #111;
    }
    [data-overlay-dark] .owl-theme .owl-controls .owl-dot span,
    [data-overlay-color] .owl-theme .owl-controls .owl-dot span {
        background: rgba(255,255,255,.3);
    }
    .owl-theme .owl-controls .owl-dot.active span,
    [data-overlay-dark] .owl-theme .owl-controls .owl-dot.active span,
    [data-overlay-color] .owl-theme .owl-controls .owl-dot.active span {
        background: rgba(255,255,255,1);
    }
    .dark-pagination.owl-theme .owl-controls .owl-dot span,
    [data-overlay-light] .owl-theme .owl-controls .owl-dot span {
        background: rgba(0,0,0,.3);
    }
    .dark-pagination.owl-theme .owl-controls .owl-dot.active span,
    [data-overlay-light] .owl-theme .owl-controls .owl-dot.active span {
        background: rgba(0,0,0,.8);
    }

}
[data-overlay-dark] .progress-circle-icon i {
    color: #fff;
}
[data-overlay-light] .connected-icons li a p {
    color: #191a1c;
}
[data-overlay-light] .connected-icons li a i:after {
    opacity: .6;
}
/*////////////////////////////////////////
// Overlay
///////////////////////////////////////*/
[data-overlay-dark],
[data-overlay-light],
[data-overlay-color] {
    position: relative;
}
[data-overlay-dark] .container,
[data-overlay-light] .container,
[data-overlay-color] .container {
    position: relative;
    z-index: 2
}
[data-overlay-dark]:before, 
[data-overlay-light]:before,
[data-overlay-color]:before,
[data-overlay-dark] .hero-slider .slide:before,
[data-overlay-light] .hero-slider .slide:before,
[data-overlay-color] .hero-slider .slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
[data-overlay-dark]:before, [data-overlay-dark] .hero-slider .slide:before {background: #000} /*  #19191b  */
[data-overlay-light]:before, [data-overlay-light] .hero-slider .slide:before {background: #fff}
[data-overlay-color]:before, [data-overlay-color] .hero-slider .slide:before {background: #425cbb}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-color] h1,
[data-overlay-color] h2,
[data-overlay-color] h3,
[data-overlay-color] h4,
[data-overlay-color] h5,
[data-overlay-color] h6 {
    color: #fff;
}
[data-overlay-dark] p,
[data-overlay-color] p {
    color: #bbb;
}
[data-overlay-dark="0"]:before,[data-overlay-light="0"]:before,[data-overlay-color="0"]:before{opacity:0}
[data-overlay-dark="1"]:before,[data-overlay-light="1"]:before,[data-overlay-color="1"]:before{opacity:.1}
[data-overlay-dark="2"]:before,[data-overlay-light="2"]:before,[data-overlay-color="2"]:before{opacity:.2}
[data-overlay-dark="3"]:before,[data-overlay-light="3"]:before,[data-overlay-color="3"]:before{opacity:.3}
[data-overlay-dark="4"]:before,[data-overlay-light="4"]:before,[data-overlay-color="4"]:before{opacity:.4}
[data-overlay-dark="5"]:before,[data-overlay-light="5"]:before,[data-overlay-color="5"]:before{opacity:.5}
[data-overlay-dark="6"]:before,[data-overlay-light="6"]:before,[data-overlay-color="6"]:before{opacity:.6}
[data-overlay-dark="7"]:before,[data-overlay-light="7"]:before,[data-overlay-color="7"]:before{opacity:.7}
[data-overlay-dark="8"]:before,[data-overlay-light="8"]:before,[data-overlay-color="8"]:before{opacity:.8}
[data-overlay-dark="9"]:before,[data-overlay-light="9"]:before,[data-overlay-color="9"]:before{opacity:.9}
[data-overlay-dark="10"]:before,[data-overlay-light="10"]:before,[data-overlay-color="10"]:before{opacity:1}
[data-overlay-dark="0"] .hero-slider .slide:before,[data-overlay-light="0"] .hero-slider .slide:before,[data-overlay-color="0"] .hero-slider .slide:before{opacity:0}
[data-overlay-dark="1"] .hero-slider .slide:before,[data-overlay-light="1"] .hero-slider .slide:before,[data-overlay-color="1"] .hero-slider .slide:before{opacity:.1}
[data-overlay-dark="2"] .hero-slider .slide:before,[data-overlay-light="2"] .hero-slider .slide:before,[data-overlay-color="2"] .hero-slider .slide:before{opacity:.2}
[data-overlay-dark="3"] .hero-slider .slide:before,[data-overlay-light="3"] .hero-slider .slide:before,[data-overlay-color="3"] .hero-slider .slide:before{opacity:.3}
[data-overlay-dark="4"] .hero-slider .slide:before,[data-overlay-light="4"] .hero-slider .slide:before,[data-overlay-color="4"] .hero-slider .slide:before{opacity:.4}
[data-overlay-dark="5"] .hero-slider .slide:before,[data-overlay-light="5"] .hero-slider .slide:before,[data-overlay-color="5"] .hero-slider .slide:before{opacity:.5}
[data-overlay-dark="6"] .hero-slider .slide:before,[data-overlay-light="6"] .hero-slider .slide:before,[data-overlay-color="6"] .hero-slider .slide:before{opacity:.6}
[data-overlay-dark="7"] .hero-slider .slide:before,[data-overlay-light="7"] .hero-slider .slide:before,[data-overlay-color="7"] .hero-slider .slide:before{opacity:.7}
[data-overlay-dark="8"] .hero-slider .slide:before,[data-overlay-light="8"] .hero-slider .slide:before,[data-overlay-color="8"] .hero-slider .slide:before{opacity:.8}
[data-overlay-dark="9"] .hero-slider .slide:before,[data-overlay-light="9"] .hero-slider .slide:before,[data-overlay-color="9"] .hero-slider .slide:before{opacity:.9}
[data-overlay-dark="10"] .hero-slider .slide:before,[data-overlay-light="10"] .hero-slider .slide:before,[data-overlay-color="10"] .hero-slider .slide:before{opacity:1}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
@media only screen and (min-width: 992px) {
    .fndbox .title {
        height: 95px !important;
        max-height: 95px !important;
        overflow: hidden;
    }

    .fndbox .descript {
        height: 95px !important;
        max-height: 95px !important;
        overflow: hidden;
    }
    .fndbox .fndcntimg{
        height: 150px;
        max-height: 150px;
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    /*img#pvwim {
        width: 320px;
        height: 210px;
        background-color: #f2f2f2;
    }*/
    .bg-grey-darkw {background-color: transparent;}
    .xszqzs_pzrxww_124_775 {
        display: none!important;
    }
    .btn-vnapp {display: inline-block !important;}
    .modomoprl {padding-right: 10px; padding-left: 10px;}
    .m20_775{margin: 0 10px 10px 0 !important;}
    .npixxsz {height: 402px;overflow: hidden;}
    .npixxsz a {display: block;}
    .npixxszm {height: 362px;overflow: hidden;}
    .npixxszm a {display: block;}
    .npixxszmn {height: 262px;overflow: hidden;}
    .npixxszmn a {display: block;}
}
@media (max-width:767px){
    .widthflx {
        width: 50% !important;
    }
    .snpan_cp>ul>li {
        background-color: 
        height: auto !important;
        overflow: hidden;
    }
    .snpan_xl>ul>li {
        height: auto !important;
        overflow: hidden;
    }
    .inlghttl {
        height: auto !important;
    }
    .xszqzs_pzrxww_124_785 {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .xszqzs_pzrxww_124_795 {
        display: none !important;
    }
}

@media (max-width: 767.20px) {
    .hdban {padding: 0 !important;}
    .modomoznp {
        padding: 0 !important;
        border: none !important;
        box-shadow: none !important;        
    }
    .schban {padding:0 10px;}
}

@media (max-width: 991px) {
    .ltshd {padding: 5px;}
    .ltshd i {font-size: 3em;}
    .ltshd h3 {font-size: larger;font-size: 1.2rem;}
    .feature-center {
        min-height: 360px;
    }
    .xszqzs_pzrxww_124_785 {
        display: none !important;
    }
    .bpix_ws {
        overflow:hidden;
        height:auto !important;
    }
    img.boklebepic {
        height:auto !important;
    }
    .wnotbdg {
        padding: 0 !important;
    }
    .nav li a i {  
        margin-top: 3px !important;
    }
    .width20 {width: 40% !important;}
    .m20_775{margin: 5px !important;}
    .pxiiz{padding-left:0 !important;}
    .modomoprl {padding-right: 5px; padding-left: 5px;}
    .ow {
        float: none;
        width: 95%;
        padding: 10px 0;
        margin: auto;
    }
    .display {
        display: none;
    }
    .modomoz {
        padding: 15px 0 0 0 !important;
        border: none !important;
        box-shadow: none !important;        
    }
    /*.modomoznp {
        padding: 0 !important;
        border: none !important;
        box-shadow: none !important;        
    }*/
    .modomopr {
        padding-right: 15px;
    }
    .modomopl {
        padding-left: 15px;
    }
}
/** new header **/
    /*////////////////////////////////////////
    // Header
    ///////////////////////////////////////*/
    nav {z-index: 3}
    nav a {cursor: pointer}
    /* Desktop */
    @media (min-width:992px) {
        .ltshd {padding: 30px;}
        nav.navbar {
            position: fixed; 
            top: 0;
            right: 0;
            left: 0;
            z-index: 1030;  
            border-radius: 0;
            border: none; 
            /*box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
            box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.14), 0px 2px 2px 0px rgba(0,0,0,0.098), 0px 1px 5px 0px rgba(0,0,0,0.084)*/;
        }
        nav .nav {
            height: 52px;
            padding-left: 120px;
            -webkit-transition: height 0.3s;
            -moz-transition: height 0.3s;
            transition: height 0.3s;
        }
        nav.nav-small .nav { 
            height: 50px;
            -webkit-transition: height 0.3s;
            -moz-transition: height 0.3s;
            transition: height 0.3s;
        }
        nav>.container {
            padding-top: 0px;
        }
        nav.nav-small>.container {
            padding-top: 0px;
        }
        .navbar-nav>li {
            display: table;
            height: 100%;
        }
        .navbar-nav>li>a {
            color: #fbf8f8;
            line-height: 1.2;
            display: table-cell;
            vertical-align: middle;
        }
        .navbar-brand img,
        .nav-small .navbar-brand img {
            -webkit-transition: max-height 0.4s, opacity 0.3s;
            -moz-transition: max-height 0.4s, opacity 0.3s;
            -o-transition: max-height 0.4s, opacity 0.3s;
            -ms-transition: max-height 0.4s, opacity 0.3s;
            transition: max-height 0.4s, opacity 0.3s;
        }
        .nav>li>a {
            display: inline-block;
            font-family: 'Montserrat', sans-serif;
            font-size: 12.4px; 
            text-transform: uppercase;
            letter-spacing: 1px;
            padding-bottom: 8px;   
        }
        li.nav-icon {
            position: absolute;
            right: 0;
            float: right;
        }
        li.nav-lang {
            position: absolute;
            padding-top: 5px;
            right: 10px;
            float: right;
        }
        .navbar-brand {
            height: auto;
            margin-left: 0!important;
            position: absolute;
            z-index: 999;
        } 
        .navbar-brand>img { 
            position: absolute; 
            padding-left: 0;
        } 
        .container>.navbar-collapse {
            padding: 0;
        }
        /* Menu Positioning */
        .navbar-header>.container {
             width: 100%;
             margin: 0;
             padding: 0;
         }
        .navbar-collapse>.container {
            width: 100%;
            margin: 0;
            padding: 0;
            /*background-color: #9d4f07;
            box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.14), 0px 2px 2px 0px rgba(0,0,0,0.098), 0px 1px 5px 0px rgba(0,0,0,0.084);*/
         }
        .menu-right {
            float: right;
        }
        .menu-left {
            float: left;
            margin: 0;
        }
        .menu-center {
            float: none;
            margin: 0 auto;
            text-align: center;
        }
        .menu-center>li {
            display: inline-block;
            float: none;
        }
        .label-items-in-cart {
            position: absolute;
            width: 14px;
            height: 14px;
            padding: 3px 0 0 5px;
            font-family: "Hind", sans-serif;
            font-weight: 900;
            font-size: 8px;
            color: #fff;
            border-radius: 4em;
            line-height: 1;
            top: 18px; 
            right: 1px;
            -webkit-transition: top 0.3s;
            -moz-transition: top 0.3s;
            transition: top 0.3s;
        }
        .nav-small .label-items-in-cart {
            top: 13px; 
        }
        .nav-icon:last-child {
            margin-right: 30px;
        }
        .nav li a i {
            margin-top: -5px;
        }
        .nav li.nav-icon a {
            padding: 8px;
        }
        .nav li.nav-icon a i {
            font-size: 16px;
            line-height: 0;
            padding: 0;
            margin-top: 2px;
        }
        .nav li.nav-icon .hidden-md {
            display: none;
        }

        .nav-lang:last-child {
            margin-right: 30px;
        }
        .nav li.nav-lang a {
            padding: 12px 8px 7px 8px;
        }
        .nav li.nav-lang a i {
            font-size: 16px;
            line-height: 0;
            padding: 0;
        }
        .nav li.nav-lang .hidden-md {
            display: none;
        }

        .nav li.nav-separator {
            line-height: 0;
            height: 42px;
            margin: 0 16px 0 16px;
            border-left: 1px solid rgba(0,0,0, 0.1);
            transition: height 0.3s;
        }
        nav.nav-small .nav li.nav-separator {
            height: 42px;
            border-left: 1px solid rgba(0,0,0, 0.1);
            transition: height 0.3s;
        }
        
        /* Menu Hover Dropdown */ 
        .dropdown:hover>.dropdown-menu { 
            display: block; 
        }
        .dropdown > ul.dropdown-menu {
            visibility: hidden;
            /*border-left: solid 2px #563603;
            border-right: solid 2px #563603;
            border-bottom: solid 2px #563603;*/
            border-bottom: solid 1px #000;
            display: block; 
            opacity: 0;
            -webkit-transition: opacity 0.3s, visibility 0.3s;
            -moz-transition: opacity 0.3s, visibility 0.3s;
            -o-transition: opacity 0.3s, visibility 0.3s;
            -ms-transition: opacity 0.3s, visibility 0.3s;
            transition: opacity 0.3s, visibility 0.3s;
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }
        .dropdown:hover > ul.dropdown-menu {
            visibility: visible;
            opacity: 1;
            display: block;   
        }
        .dropdown:hover > ul.dropdown-menu li:hover {
            background-color: #9d4f07;
        }

        /* Header Mega Menu */    
        .dropdown.megamenu {
            position: static;
        } 
        nav .container {
            position: relative;
            background: transparent; /*#e5eaec;*/
        }
        .megamenu>.dropdown-menu {
            left: auto;
        }
        .megamenu .dropdown-menu {
            left: auto;
            right: 0;
        }
        .megamenu .fullwidth {
            margin: 0 30px;
        }
        .megamenu .megamenu-content {
            padding: 21px 21px;
            background: #1c1c1c;
        }
        .megamenu .megamenu-content a {
            padding: 2px 13px;
        }
        .megamenu .megamenu-content a:hover { 
            background-color: rgba(255,255,255,.04);
                padding-left: 17px;
        }
        .megamenu-content .mg-col {
            padding: 0 15px;
            border-right: 1px dotted rgba(255, 255, 255, 0.12);
        }
        .megamenu-content .mg-col:last-child { 
            border-right: 0px;
        }
        .megamenu-content .mg-col h5 { 
            font-family: "Montserrat", sans-serif;
            font-size: 11px;
            font-weight: 700;
            color: #ccc;
            letter-spacing: 1px;
            -webkit-transition: color 0.3s; 
            transition: color 0.3s;
        }
        .megamenu-content .mg-col:hover h5 { 
            color: #fff;
            -webkit-transition: color 0.3s; 
            transition: color 0.3s;
        }
        .megamenu .dropdown-menu {
            left: 0;
            right: 0;
        }  
        .megamenu .mega-col-title {  
            font-size: 14px;  
            margin-top: 10px;
            margin-bottom: 10px;
            font-weight: 700;
            line-height: 1.4;
            font-family: "Montserrat", sans-serif;
        }
        .megamenu .mega-col-title:hover {  
            background-color: transparent!important;
        }
        .megamenu h5 {
            color: #fff;
            text-transform: uppercase;
            font-size: 12px;
            padding-left: 13px;
            padding-bottom: 5px;
        }
        .megamenu ul {
            list-style:none;
            padding-left:0px;
        }
        .mg-col ul li {
            font-weight: 400;
        }
        .icon-items li a i {
            vertical-align: middle;
            display: inline-block;
            font-size: 11px!important;
            padding-right: 14px!important;
            padding-left: 0px!important;
            margin-top: -2px!important;
        }
        /* Megamenu Vos */
        .megamenu.vos .dropdown-menu {
            left: auto;
        }
        .megamenu.vos .megamenu-content {
            padding: 0;
        }
        .megamenu.vos .mg-col {
            min-width: 176px;
            border-right: none; 
            padding: 4px 5px;
        }
        .megamenu.vos .megamenu-content a {
            display: block;
            padding: 10px 22px;
            line-height: 1.42857143;
            color: #b2b2b2;
            
            -webkit-transition: background-color .3s, color .3s, transform .3s;
            -moz-transition: background-color .3s, color .3s, transform .3s;
            transition: background-color .3s, color .3s, transform .3s;
        }
        .megamenu.vos .megamenu-content a:hover {
            color: #fff;
            background-color: transparent;
            -webkit-transform: translateX(5px);
            -moz-transform: translateX(5px);
            transform: translateX(5px);
        }
    }
    nav.navbar { 
        background-color: #9d4f07; /*#896054;*/ 
        border-radius: 0;
        margin-bottom: 0; 
    }
    nav.navbar,
    nav.navbar.nav-small {
        -webkit-transition: background-color 0.3s, transform .3s;
        -moz-transition: background-color 0.3s, transform .3s;
        transition: background-color 0.3s, transform .3s;
    }
    .navbar-brand {
        padding: 0;
        width: 200px;
    } 
    .navbar-brand > * {
        display: inline-block !important;
        color: #ffffff;
    } 
    .navbar-brand img { 
        max-height: 42px;
        max-width: 100px; /*119px; none;*/
        margin-top: 5px;
        width: auto;
    }
    .nav-small .navbar-brand img { 
        max-height: 42px;
    }
    /* Menu Items */
    .navbar-nav>li>a {
        font-size: 12.5px;
        font-weight: 750;
        letter-spacing: 2px;
        /*padding: 0;*/
        padding: 15px 6px;
        /*padding: 16px 6px 14px 6px;
        padding: 14px 11px 14px 11px;
        padding: 13px 5px 14px 5px;*/
        -webkit-transition: color .3s, opacity .3s;
        -moz-transition: color .3s, opacity .3s;
        transition: color .3s, opacity .3s;
    }
    .mnicons>li>a {
        font-size: 11px;
        font-weight: 750;
        letter-spacing: 2px;
        padding: 7px 6px 0 6px;
        -webkit-transition: color .3s, opacity .3s;
        -moz-transition: color .3s, opacity .3s;
        transition: color .3s, opacity .3s;
    }
    .mnicons>li>a>span {vertical-align: bottom;line-height: 2.7em;}

    .navbar-nav>li>a:hover,
    .nav>li>a:hover {
        background-color: transparent;
        opacity: .8;
    }
    .nav>li>a:focus,
    .navbar-nav>.open>a, 
    .navbar-nav>.open>a:hover, 
    .navbar-nav>.open>a:focus {
        background-color: transparent;
    }
    .nav li a i {  
        vertical-align: top;
        font-size: 14px;
        padding-left: 1px;
        margin-top: 0;/*-1.5px;*/
        line-height: inherit;
    }
    .mnicons li a i {  
        vertical-align: top;
        font-size: 32px;/*14px;*/
        padding-left: 1px;
        margin-top: 0;/*-1.5px;*/
        line-height: 1 !important;
    }
    /* Menu Multilevel Dropdowns */ 
    .dropdown-menu { 
        top: 100%;
        left: 0;  
        float: left;
        min-width: 200px;
        padding: 0;
        margin: 0;  
        font-size: 13px;
        line-height: 13px;
        background-color: #9d4f07; /*#896054;*/
        border: none; 
        border-radius: 0px;
        box-shadow: none;
        padding: 0;
    }
    .dropdown-menu>li>a {
        width: 100%;
        font-size: 11px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 700;
        padding: 11px 22px;
        color: #ffffff;
        
        -webkit-transition: background-color .3s, color .3s, transform .3s;
        -moz-transition: background-color .3s, color .3s, transform .3s;
        transition: background-color .3s, color .3s, transform .3s;
    }
    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
    .dropdown-menu>li>a:hover {  
        background-color: transparent;
    }
    .dropdown-menu>li>a:hover {
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        transform: translateX(5px);
    }
    .dropdown-menu>li>ul>li>a:hover {
        padding-left: 18px;
    }
    .dropdown-menu>li>a:focus {  
        background-color: transparent;
        color: #ccc;
    }
    .dropdown-menu>li:last-child a {
        border-bottom: none;
        width: 100%;
    } 
    .dropdown-menu>li>a>i {  
        vertical-align: middle;
        font-size: 7px;
        margin-top: 5.5px; 
    }
    .dropdown-submenu {
        position:relative;
    }
    .dropdown-submenu>ul>li>a {  
        width: 100%;
        font-size: 12.5px;
        padding: 12px 15px;  
        color: #b2b2b2;
        border-bottom: 1px dotted #222!important;
    }
    .dropdown-submenu>ul>li:last-child a {   
        border-bottom: none;
    }
    .dropdown-submenu>.dropdown-menu {
        top: 5px;
        left:100%;
        margin-top:-6px;
        margin-left:-1px; 
    }
    .dropdown-submenu.pull-left {
        float:none;
    }
    .dropdown-submenu.pull-left>.dropdown-menu {
        left:-100%;
        margin-left:10px; 
    }
    .dropdown-submenu a {
        width: 100%;
    }
    .dropdown-submenu i {
        float: right;
    } 
    .dropdown-left .dropdown-menu {
        left: auto; 
        right: 0;
    }
    .nav li.dropdown a i {
        /*display: none;*/
    }
    /* Menu Hover Color */
    .navbar-nav .open .dropdown-menu>li>a:hover, 
    .navbar-nav>.open>a:hover,
    .navbar-nav>li>ul>li>a:hover,
    .mg-col a:hover,
    .dropdown-menu>li>a:hover {
        color: #fff;
    }
    @media (min-width:992px) {
        /*--- Fullwidth ---*/
        [data-fullwidth="true"] > .container {
           width: 100%;  
        }
        [data-menu-style="light"] .navbar-nav>.open>a:hover {
            color: #999
        }
        /*--- Transparent ---*/
        nav.navbar[data-menu-style="transparent"] {
            background-color: transparent; 
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }
        nav.navbar.nav-small[data-menu-style="transparent"] {
            background-color: #fff;
            border-bottom: none;
        }
        [data-menu-style="transparent"] .navbar-nav>li>a {
            color: #fff; 
            font-weight: 600;
            letter-spacing: 1px;
        }
        .nav-small[data-menu-style="transparent"] .navbar-nav>li>a {
            color: #191a1c;
            font-weight: 400;
        }
        .nav-small[data-menu-style="transparent"] .navbar-nav>li>a:hover {
            color: #191a1c;
        }  
        [data-menu-style="transparent"] .logo-dark,
        .nav-small[data-menu-style="transparent"] .logo-light {
            opacity: 0; 
        }
        .nav-small[data-menu-style="transparent"] .logo-dark,
        [data-menu-style="transparent"] .logo-light {
            opacity: 1;
        }
        nav.navbar[data-menu-style="transparent"] li.nav-separator { 
            border-left: 1px solid rgba(255,255,255,0.1);
        }
        nav.navbar.nav-small[data-menu-style="transparent"] li.nav-separator { 
            border-left: 1px solid rgba(0,0,0,0.06);  
        }
        /*--- Grisonnant ---*/
        nav.navbar[data-menu-style="grisonnant"] {
            background-color: #e5eaec; 
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }
        nav.navbar.nav-small[data-menu-style="grisonnant"] {
            background-color: #fff;
            border-bottom: none;
        }
        [data-menu-style="grisonnant"] .navbar-nav>li>a {
            color: #fff; 
            font-weight: 600;
            letter-spacing: 1px;
        }
        .nav-small[data-menu-style="grisonnant"] .navbar-nav>li>a {
            color: #191a1c;
            font-weight: 400;
        }
        .nav-small[data-menu-style="grisonnant"] .navbar-nav>li>a:hover {
            color: #191a1c;
        }  
        [data-menu-style="grisonnant"] .logo-dark,
        .nav-small[data-menu-style="grisonnant"] .logo-light {
            opacity: 0; 
        }
        .nav-small[data-menu-style="grisonnant"] .logo-dark,
        [data-menu-style="grisonnant"] .logo-light {
            opacity: 1;
        }
        nav.navbar[data-menu-style="grisonnant"] li.nav-separator { 
            border-left: 1px solid rgba(255,255,255,0.1);
        }
        nav.navbar.nav-small[data-menu-style="grisonnant"] li.nav-separator { 
            border-left: 1px solid rgba(0,0,0,0.06);  
        }

        /*--- Dark ---*/
        nav.navbar[data-menu-style="dark"] {
            background-color: #111;
            box-shadow: 0 0 50px 0 rgba(0,0,0,0.3);
        } 
        [data-menu-style="dark"] .navbar-nav>li>a {
            color: #eee; 
            font-weight: 700;
        }
        [data-menu-style="dark"] .logo-dark {
            display: none;
        } 
        nav.navbar[data-menu-style="dark"] li.nav-separator { 
            border-left: 1px solid rgba(255,255,255,0.06);
        }
        /*--- Animation ---*/
        nav.navbar.nav-up {
            transform: translateY(-69px);
        }
        nav.navbar.nav-down {
            transform: translateY(0);
        }
    }

    /* Header Collapsed */
    .naorzro {
        display: block !important;
    }
    @media (min-width: 768px) {
        .containerdshb {
            width: 100% !important;
        }
        .navbar-toggle {
            border: none;
            display: none;
            height: 50px;
            margin: 0;
            padding: 0;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 1px;
            transition: color .3s, opacity .3s;
            color: #fbf8f8;
            text-transform: uppercase;
        }
        .navbar-toggle .icon-bar {
            background-color: #bbb;
            display: block;
            height: 3px;
            width: 19px;
        }
        .navbar-toggle .icon-bar+.icon-bar {
            margin-top: 3px;
        }
        .navbar-toggle:focus,
        .navbar-toggle:hover {
            background-color: transparent;
        }
        .navbar-toggle {
            background: transparent !important;
            border: none;
        }
        .navbar-toggle:hover {
            background: transparent !important;
        }
        .navbar-toggle .icon-bar {
            -webkit-transition: transform 0.3s;
            -moz-transition: transform 0.3s;
            transition: transform 0.3s;
            width: 19px;
        }
        .navbar-toggle .top-bar {
            transform: rotate(45deg);
            transform-origin: 2% 60%;
        }
        .navbar-toggle .middle-bar {
            opacity: 0;
        }
        .navbar-toggle .bottom-bar {
            transform: rotate(-45deg);
            transform-origin: 8% 60%;
        }
        .navbar-toggle.collapsed .top-bar {
            transform: rotate(0);
        }
        .navbar-toggle.collapsed .middle-bar {
            opacity: 1;
        }
        .navbar-toggle.collapsed .bottom-bar {
            transform: rotate(0);
        }
    }

    @media (width: 991.20px) {
        .xszqzs_pzrxww_124_785 {
            display: none !important;
        }
        .snwowxz_wzsz {
            background: #ededed;
            background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e4e9ea));
            background: -moz-linear-gradient(top, #fff, #e4e9ea);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4e9ea');
            border-color: #6C0;
        }
        .mznrdadslmk__slk0145D5G_WWS1l5RZ{background: transparent !important;}
        nav.navbar {
            border: none;
            border-radius: 0;
            background-color: #9d4f07 !important;
            position: fixed;
            top: -1px;
            right: 0;
            left: 0;
            z-index: 15000;
            box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.14), 0px 2px 2px 0px rgba(0,0,0,0.098), 0px 1px 5px 0px rgba(0,0,0,0.084);
        }
        .basicakwb {
            padding: 54px 0;
        }
        nav>.container {
            margin: 0;
            padding: 0;
            width: 100%;
        }
        .navbar-header {
            float: none;
            padding: 3px 0 3px 0;
            border-bottom: 1px solid rgba(31, 22, 9, 0.06);
            box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
        }
        .navbar-brand {
            padding-left: 0;
        }
        .navbar-collapse {
            background-color: #9d4f07;
            border: none;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            padding: 0;
        }
        .navbar>.container .navbar-brand,
        .navbar>.container-fluid .navbar-brand {
            margin-left: 0;
        }
        .navbar-brand img.logo-dark {
            display: none;
        }
        .navbar-brand img,
        .nav-small .navbar-brand img {
            max-height: 100%;
        }
        .navbar-toggle {
            border: none;
            display: block;
            height: 50px;
            margin: 0;
            padding: 15px 0 15px 15px;
        }
        .navbar-toggle .icon-bar {
            background-color: #bbb;
            display: block;
            height: 3px;
            width: 19px;
        }
        .navbar-toggle .icon-bar+.icon-bar {
            margin-top: 3px;
        }
        .navbar-toggle:focus,
        .navbar-toggle:hover {
            background-color: transparent;
        }
        .navbar-toggle {
            background: transparent !important;
            border: none;
        }
        .navbar-toggle:hover {
            background: transparent !important;
        }
        .navbar-toggle .icon-bar {
            -webkit-transition: transform 0.3s;
            -moz-transition: transform 0.3s;
            transition: transform 0.3s;
            width: 19px;
        }
        .navbar-toggle .top-bar {
            transform: rotate(45deg);
            transform-origin: 2% 60%;
        }
        .navbar-toggle .middle-bar {
            opacity: 0;
        }
        .navbar-toggle .bottom-bar {
            transform: rotate(-45deg);
            transform-origin: 8% 60%;
        }
        .navbar-toggle.collapsed .top-bar {
            transform: rotate(0);
        }
        .navbar-toggle.collapsed .middle-bar {
            opacity: 1;
        }
        .navbar-toggle.collapsed .bottom-bar {
            transform: rotate(0);
        }
        .navbar-collapse.collapse {
            display: none!important;
        }
        .navbar-nav {
            float: none!important;
            margin: 7.5px -10px 7.5px -10px;
        }
        .navbar-nav>ul {
            display: none;
        }
        .navbar-nav>li {
            float: none;
            border-bottom: 1px solid rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
        }
        .navbar-nav>li:first-child {
            float: none;
            border-top: none;
            box-shadow: 0px 1px 0 rgba(255, 255, 255, 0.1);

        }
        .navbar-nav>li:last-child {
            float: none;
            border-bottom: none;
            box-shadow: none;
        }
        .navbar-text {
            float: none;
            margin: 15px 0;
        }
        .navbar-collapse.collapse.in {
            display: block!important;
        }
        .collapsing {
            overflow: hidden!important;
        }
        .container>.navbar-collapse,
        .container>.navbar-header {
            margin-left: 0;
            margin-right: 0;
        }
        .basicakwb {
            padding: 54px 0;
        }
        .nbd8_-yXw {
            width: 35%;
        }
        .navbar-nav>li>a,
        .navbar-nav>li>a:focus {
            color: #fcf8e4;
            padding: 16px 13px 14px 13px;
        }
        .nav>li>a {
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 0.1em;
        }
        .navbar-nav>li>a {
            border-bottom: 1px dotted rgba(255, 255, 255, 0.07)!important;
            width: 100%;
        }
        .navbar-nav>li>a:hover {
            color: #fff!important;
        }
        .navbar-nav>li:last-child>a {
            border-bottom: 0px!important;
        }
        .navbar-nav>li>a>i {
            margin-top: 0;
            line-height: 1.6;
        }
        .nav li.dropdown a i {
            display: block;
            float: left;
            height: auto;
            line-height: 50px;
            margin-top: -6px;
            padding-bottom: 9px;
            padding-top: 9px;
            /*position: absolute;*/
            right: 0;
            /*text-align: center;*/
            top: 0;
            width: 50px;
        }
        .__ZsftrFf787dh__54-lo {
            background: #9d4f07;
            border-radius: 0;
            position: fixed;
            bottom: 0;
            right: 0;
            left: 0;
            z-index: 100000;
            height: auto;/*50px*/
            width: 100%;
            padding: 0;
            margin: 0;
            box-shadow: 0px -1px 5px 0px rgb(56, 56, 51), 0px 2px 2px 0px rgba(0,0,0,0.098), 0px 1px 5px 0px rgba(0,0,0,0.084);
        }
        .__ZsftrFf787dh__54-lo .container{
            padding: 0;
            margin: 0;
            width: 100%;
        }
        .__ZsftrFf787dh__54-lo .footer-toggle,
        .__ZsftrFf787dh__54-lo .footer-toggle:focus,
        .__ZsftrFf787dh__54-lo .footer-toggle:active,
        .__ZsftrFf787dh__54-lo .footer-toggle:hover {
            outline:0 !important;
        }
        .__ZsftrFf787dh__54-lo .footer-toggle:focus,
        .__ZsftrFf787dh__54-lo .footer-toggle:active{
            color: #000 !important;
            background-color: #387d98 !important;
        }
        .__ZsftrFf787dh__54-lo .footer-toggle:hover {
            /*color: #000 !important;
            background-color: #387d98 !important;*/
        }
        .__ZsftrFf787dh__54-lo .footer-toggle {
            border: none;
            /*border-right: solid 1px #367b96;*/
            display: inline-block;
            position: relative;
            bottom: 0;
            height: 50px;
            margin: 0;
            letter-spacing: 0.1em;
            padding: 0 2%;
            width: 19.2%; /*24.4%;*/
            border-radius: 0;
            background: transparent;
        }
        .__ZsftrFf787dh__54-lo .__dl0ak_vte{
            background-color: #377994 !important;
        }
        .__ZsftrFf787dh__54-lo .footer-toggle:last-child {
            border-right: none;
            margin: 0;
            float: right;
        }
        .__ZsftrFf787dh__54-lo .footer-toggle span {
            color: #e0ecf2;
            font-size: 2em;
        }
        .__ZsftrFf787dh__54-lo .footer-toggle span:active,
        .__ZsftrFf787dh__54-lo .footer-toggle span:hover,
        .__ZsftrFf787dh__54-lo .footer-toggle span:focus,
        .__ZsftrFf787dh__54-lo .footer-toggle span:visited {
            color: #e0ecf2;
            font-size: 2em;
        }
        .nav li.dropdown .icon-items a i {
            float: left;
            height: auto;
            left: 0;
            line-height: 1;
            margin-right: 15px;
            margin-top: 3px;
            padding-bottom: 9px;
            padding-left: 0;
            padding-top: 9px;
            position: relative;
            text-align: center;
            width: 10px;
        }
        .navbar-nav .open .dropdown-menu {
            background-color: transparent;
            border: 0;
            box-shadow: none;
            float: none;
            margin-top: 0;
            position: static;
            -webkit-box-shadow: none;
            width: auto;
        }
        .dropdown-menu,
        .dropdown-submenu .dropdown-menu {
            box-shadow: none!important;
            margin-left: 30px;
            -webkit-box-shadow: none!important;
        }
        .dropdown-menu>li>a {
            padding: 16px 11px;
        }
        .navbar-nav .open .dropdown-menu>li>a {
            color: #999;
            padding: 17px 11px 15px 11px;
        }
        .navbar-nav .open .dropdown-menu>li>a:hover {
            background-color: transparent;
        }
        .navbar-nav>.open>a:focus,
        .navbar-nav .open .dropdown-menu>li>a:focus,
        .navbar-nav>.open>a {
            color: #b2b2b2;
        }
        .dropdown-menu>li>a,
        .dropdown-submenu>ul>li>a {
            border-bottom: 1px dotted rgba(255, 255, 255, 0.07);
            font-size: 13px;
            width: 100%;
        }
        .dropdown-submenu>ul>li:last-child a {
            border-bottom: 1px dotted rgba(255, 255, 255, 0.07);
        }
        .nav .open>a,
        .nav .open>a:focus,
        .nav .open>a:hover {
            background-color: transparent;
            border-color: rgba(255, 255, 255, 0.07);
        }
        .dropdown-menu>li:last-child a {
            border-bottom: 1px dotted rgba(255, 255, 255, 0.07);
            padding: 10px 11px;
        }
        .megamenu .dropdown-menu {
            margin-left: 15px;
        }
        .megamenu-content .mg-col h5 {
            display: none;
        }
        .megamenu-content .mg-col ul {
            padding: 0;
        }
        .dropdown a {
            display: inline-block!important;
            font-weight: 400;
            color: #a8a8a8;
        }  
        .dropdown-menu {
            max-height: 0;
            padding: 0;
            overflow: hidden;
            position: static;
            display: block;
            float: none;
        }
        .dropdown>.dropdown-menu,
        .open>.dropdown-menu {
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            -ms-transition: all .2s;
            -o-transition: all .2s;
            transition: max-height .5s;
        }
        .navbar-nav>.open>.dropdown-menu, .navbar-nav>.open>.dropdown-menu>.open>.dropdown-menu {
            max-height: 2000px;
            overflow: visible;
            position: static;
            float: none;
            margin-top: 0px;
        }
        .dropdown-menu li,
        .navbar-nav>.open>.dropdown-menu>.dropdown-menu>li {
            margin-bottom: 5px;
            margin-left: -2px;
            opacity: 0;
        }
        .navbar-nav>.open>.dropdown-menu li {
            margin-bottom: 0;
            margin-left: 0;
            opacity: 1;
        }
        .dropdown-menu li,
        .navbar-nav>.open>.dropdown-menu>.dropdown-menu>li,
        .navbar-nav>.open>.dropdown-menu li,
        .dropdown-submenu>.dropdown-menu li,
        .navbar-nav>.open>.dropdown-menu>.open li {
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            -ms-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
        }
        .nav li.nav-separator {
            display: inline-block;
            margin-left: 2px;
        }
        .nav li.nav-icon {
            border-bottom: none;
            display: inline-block;
        }
        .navbar-nav>li.nav-icon>a {
            border-bottom: none!important;
            padding: 16px 8px 14px 8px !important;
        }
        .nav li.nav-icon a i {
            font-size: 16px;
            padding: 0;
        }
        .nav li.nav-icon.dropdown a {
            padding-bottom: 2px;
            padding-top: 18px;
        }
        .nav li.nav-icon.dropdown a i {
            float: left;
            line-height: 0;
            margin: 0;
            position: relative;
            width: auto;
        }

        .nav li.nav-lang {
            border-bottom: none;
            display: inline-block;
        }
        .navbar-nav>li.nav-lang>a {
            border-bottom: none!important;
            padding: 16px 8px 14px 8px !important;
        }
        .nav li.nav-lang a i {
            font-size: 16px;
            padding: 0;
        }
        .nav li.nav-lang.dropdown a {
            padding-bottom: 2px;
            padding-top: 18px;
        }
        .nav li.nav-lang.dropdown a i {
            float: left;
            line-height: 0;
            margin: 0;
            position: relative;
            width: auto;
        }
    }

    @media (max-width: 991px) {
        .snwowxz_wzsz {
            background: #ededed;
            background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e4e9ea));
            background: -moz-linear-gradient(top, #fff, #e4e9ea);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4e9ea');
            border-color: #6C0;
        }
        .mznrdadslmk__slk0145D5G_WWS1l5RZ{background: transparent !important;}
        nav.navbar {
            border: none;
            border-radius: 0;
            background-color: #9d4f07 !important;
            position: fixed;
            top: -1px;
            right: 0;
            left: 0;
            z-index: 15000;
            box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.14), 0px 2px 2px 0px rgba(0,0,0,0.098), 0px 1px 5px 0px rgba(0,0,0,0.084);
        }
        .basicakwb {
            padding: 54px 0;
        }
        nav>.container {
            margin: 0;
            padding: 0;
            width: 100%;
        }
        .navbar-header {
            float: none;
            padding: 3px 0 3px 0;
            border-bottom: 1px solid rgba(31, 22, 9, 0.06);
            box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
        }
        .navbar-brand {
            padding-left: 0;
        }
        .navbar-collapse {
            background-color: #9d4f07;
            border: none;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            padding: 0;
        }
        .navbar>.container .navbar-brand,
        .navbar>.container-fluid .navbar-brand {
            margin-left: 0;
        }
        .navbar-brand img.logo-dark {
            display: none;
        }
        .navbar-brand img,
        .nav-small .navbar-brand img {
            max-height: 100%;
        }
        .navbar-toggle {
            border: none;
            display: block;
            height: 50px;
            margin: 0;
            padding: 15px 0 15px 15px;
        }
        .navbar-toggle .icon-bar {
            background-color: #bbb;
            display: block;
            height: 3px;
            width: 19px;
        }
        .navbar-toggle .icon-bar+.icon-bar {
            margin-top: 3px;
        }
        .navbar-toggle:focus,
        .navbar-toggle:hover {
            background-color: transparent;
        }
        .navbar-toggle {
            background: transparent !important;
            border: none;
        }
        .navbar-toggle:hover {
            background: transparent !important;
        }
        .navbar-toggle .icon-bar {
            -webkit-transition: transform 0.3s;
            -moz-transition: transform 0.3s;
            transition: transform 0.3s;
            width: 19px;
        }
        .navbar-toggle .top-bar {
            transform: rotate(45deg);
            transform-origin: 2% 60%;
        }
        .navbar-toggle .middle-bar {
            opacity: 0;
        }
        .navbar-toggle .bottom-bar {
            transform: rotate(-45deg);
            transform-origin: 8% 60%;
        }
        .navbar-toggle.collapsed .top-bar {
            transform: rotate(0);
        }
        .navbar-toggle.collapsed .middle-bar {
            opacity: 1;
        }
        .navbar-toggle.collapsed .bottom-bar {
            transform: rotate(0);
        }
        .navbar-collapse.collapse {
            display: none!important;
        }
        .navbar-nav {
            float: none!important;
            margin: 7.5px -10px 7.5px -10px;
        }
        .navbar-nav>li {
            float: none;
            border-bottom: 1px solid rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
        }
        .navbar-nav>li:first-child {
            float: none;
            border-top: none;
            box-shadow: 0px 1px 0 rgba(255, 255, 255, 0.1);

        }
        .navbar-nav>li:last-child {
            float: none;
            border-bottom: none;
            box-shadow: none;
        }
        .navbar-text {
            float: none;
            margin: 15px 0;
        }
        .navbar-collapse.collapse.in {
            display: block!important;
        }
        .collapsing {
            overflow: hidden!important;
        }
        .container>.navbar-collapse,
        .container>.navbar-header {
            margin-left: 0;
            margin-right: 0;
        }
        .basicakwb {
            padding: 54px 0;
        }
        .nbd8_-yXw {
            width: 35%;
        }
        .navbar-nav>li>a,
        .navbar-nav>li>a:focus {
            color: #fcf8e4;
            padding: 16px 13px 14px 13px;
        }
        .nav>li>a {
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 0.1em;
        }
        .navbar-nav>li>a {
            border-bottom: 1px dotted rgba(255, 255, 255, 0.07)!important;
            width: 100%;
        }
        .navbar-nav>li>a:hover {
            color: #fff!important;
        }
        .navbar-nav>li:last-child>a {
            border-bottom: 0px!important;
        }
        .navbar-nav>li>a>i {
            margin-top: 0;
            line-height: 1.6;
        }
        .nav li.dropdown a i {
            display: block;
            float: left;
            height: auto;
            line-height: 50px;
            margin-top: -6px;
            padding-bottom: 9px;
            padding-top: 9px;
            /*position: absolute;*/
            right: 0;
            /*text-align: center;*/
            top: 0;
            width: 50px;
        }
        .__ZsftrFf787dh__54-lo {
            background: #9d4f07;
            border-radius: 0;
            position: fixed;
            bottom: 0;
            right: 0;
            left: 0;
            z-index: 100000;
            height: auto;/*50px*/
            width: 100%;
            padding: 0;
            margin: 0;
            box-shadow: 0px -1px 5px 0px rgb(56, 56, 51), 0px 2px 2px 0px rgba(0,0,0,0.098), 0px 1px 5px 0px rgba(0,0,0,0.084);
        }
        .__ZsftrFf787dh__54-lo .container{
            padding: 0;
            margin: 0;
            width: 100%;
        }
        .__ZsftrFf787dh__54-lo .footer-toggle,
        .__ZsftrFf787dh__54-lo .footer-toggle:focus,
        .__ZsftrFf787dh__54-lo .footer-toggle:active,
        .__ZsftrFf787dh__54-lo .footer-toggle:hover {
            outline:0 !important;
        }
        .__ZsftrFf787dh__54-lo .footer-toggle:focus,
        .__ZsftrFf787dh__54-lo .footer-toggle:active{
            color: #000 !important;
            background-color: #387d98 !important;
        }
        .__ZsftrFf787dh__54-lo .footer-toggle:hover {
            /*color: #000 !important;
            background-color: #387d98 !important;*/
        }
        .__ZsftrFf787dh__54-lo .footer-toggle {
            border: none;
            /*border-right: solid 1px #367b96;*/
            display: inline-block;
            position: relative;
            bottom: 0;
            height: 50px;
            margin: 0;
            letter-spacing: 0.1em;
            padding: 0 2%;
            width: 19.2%; /*24.4%;*/
            border-radius: 0;
            background: transparent;
        }
        .__ZsftrFf787dh__54-lo .__dl0ak_vte{
            background-color: #377994 !important;
        }
        .__ZsftrFf787dh__54-lo .footer-toggle:last-child {
            border-right: none;
            margin: 0;
            float: right;
        }
        .__ZsftrFf787dh__54-lo .footer-toggle span {
            color: #e0ecf2;
            font-size: 2em;
        }
        .__ZsftrFf787dh__54-lo .footer-toggle span:active,
        .__ZsftrFf787dh__54-lo .footer-toggle span:hover,
        .__ZsftrFf787dh__54-lo .footer-toggle span:focus,
        .__ZsftrFf787dh__54-lo .footer-toggle span:visited {
            color: #e0ecf2;
            font-size: 2em;
        }
        .nav li.dropdown .icon-items a i {
            float: left;
            height: auto;
            left: 0;
            line-height: 1;
            margin-right: 15px;
            margin-top: 3px;
            padding-bottom: 9px;
            padding-left: 0;
            padding-top: 9px;
            position: relative;
            text-align: center;
            width: 10px;
        }
        .navbar-nav .open .dropdown-menu {
            background-color: transparent;
            border: 0;
            box-shadow: none;
            float: none;
            margin-top: 0;
            position: static;
            -webkit-box-shadow: none;
            width: auto;
        }
        .dropdown-menu,
        .dropdown-submenu .dropdown-menu {
            box-shadow: none!important;
            margin-left: 30px;
            -webkit-box-shadow: none!important;
        }
        .dropdown-menu>li>a {
            padding: 16px 11px;
        }
        .navbar-nav .open .dropdown-menu>li>a {
            color: #999;
            padding: 17px 11px 15px 11px;
        }
        .navbar-nav .open .dropdown-menu>li>a:hover {
            background-color: transparent;
        }
        .navbar-nav>.open>a:focus,
        .navbar-nav .open .dropdown-menu>li>a:focus,
        .navbar-nav>.open>a {
            color: #b2b2b2;
        }
        .dropdown-menu>li>a,
        .dropdown-submenu>ul>li>a {
            border-bottom: 1px dotted rgba(255, 255, 255, 0.07);
            font-size: 13px;
            width: 100%;
        }
        .dropdown-submenu>ul>li:last-child a {
            border-bottom: 1px dotted rgba(255, 255, 255, 0.07);
        }
        .nav .open>a,
        .nav .open>a:focus,
        .nav .open>a:hover {
            background-color: transparent;
            border-color: rgba(255, 255, 255, 0.07);
        }
        .dropdown-menu>li:last-child a {
            border-bottom: 1px dotted rgba(255, 255, 255, 0.07);
            padding: 10px 11px;
        }
        .megamenu .dropdown-menu {
            margin-left: 15px;
        }
        .megamenu-content .mg-col h5 {
            display: none;
        }
        .megamenu-content .mg-col ul {
            padding: 0;
        }
        .dropdown a {
            display: inline-block!important;
            font-weight: 400;
            color: #a8a8a8;
        }  
        .dropdown-menu {
            max-height: 0;
            padding: 0;
            overflow: hidden;
            position: static;
            display: block;
            float: none;
        }
        .dropdown>.dropdown-menu,
        .open>.dropdown-menu {
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            -ms-transition: all .2s;
            -o-transition: all .2s;
            transition: max-height .5s;
        }
        .navbar-nav>.open>.dropdown-menu, .navbar-nav>.open>.dropdown-menu>.open>.dropdown-menu {
            max-height: 2000px;
            overflow: visible;
            position: static;
            float: none;
            margin-top: 0px;
        }
        .dropdown-menu li,
        .navbar-nav>.open>.dropdown-menu>.dropdown-menu>li {
            margin-bottom: 5px;
            margin-left: -2px;
            opacity: 0;
        }
        .navbar-nav>.open>.dropdown-menu li {
            margin-bottom: 0;
            margin-left: 0;
            opacity: 1;
        }
        .dropdown-menu li,
        .navbar-nav>.open>.dropdown-menu>.dropdown-menu>li,
        .navbar-nav>.open>.dropdown-menu li,
        .dropdown-submenu>.dropdown-menu li,
        .navbar-nav>.open>.dropdown-menu>.open li {
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            -ms-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
        }
        .nav li.nav-separator {
            display: inline-block;
            margin-left: 2px;
        }
        .nav li.nav-icon {
            border-bottom: none;
            display: inline-block;
        }
        .navbar-nav>li.nav-icon>a {
            border-bottom: none!important;
            padding: 16px 8px 14px 8px !important;
        }
        .nav li.nav-icon a i {
            font-size: 16px;
            padding: 0;
        }
        .nav li.nav-icon.dropdown a {
            padding-bottom: 2px;
            padding-top: 18px;
        }
        .nav li.nav-icon.dropdown a i {
            float: left;
            line-height: 0;
            margin: 0;
            position: relative;
            width: auto;
        }

        .nav li.nav-lang {
            border-bottom: none;
            display: inline-block;
        }
        .navbar-nav>li.nav-lang>a {
            border-bottom: none!important;
            padding: 16px 8px 14px 8px !important;
        }
        .nav li.nav-lang a i {
            font-size: 16px;
            padding: 0;
        }
        .nav li.nav-lang.dropdown a {
            padding-bottom: 2px;
            padding-top: 18px;
        }
        .nav li.nav-lang.dropdown a i {
            float: left;
            line-height: 0;
            margin: 0;
            position: relative;
            width: auto;
        }
    }

/** end new header**/

/***************************************************************************/
/************************ General Styles for Footer ************************/
footer {
    background: #9d4f07;
    height: auto;
    width: 100%;
    margin: 100px auto auto auto;
}
footer li {
    border-top: solid 1px #fff;
}
footer li:first-child {
    border-top: none;
}

footer .copy {
    padding: 25px 0 50px 0;
}

footer .copy h6 {
    text-align: center;
    line-height: 2em;
    font-size: 1.5em;
    color: #000000;
}

footer a, footer a:hover, footer a:visited, footer p {
    color: #ffffff;
}
/***************************************************************************/
/*********************** Specific Styles for Sections  *********************/

/********************************** Slider  ********************************/

.fullwidthbanner-container {
    font-family: 'Skinny', 'Dosis', sans-serif;
    margin-top: 120px;
    position: relative;
}

.caption {
    color: #fff;
    font-size: 3em;
}

.fullwidthbanner-container .leaves {
    height: 100%;
}

.slide1 .text {
    font-size: 10em;
    letter-spacing: 0.05em;
    line-height: 1em;
    overflow: hidden;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
    white-space: normal!important;
    width: 450px;
    margin-right: 0.5em;
}

.slide1 .text.a { margin-top: 0.2em; }
.slide1 .text.b { margin-top: 1.2em; }
.slide1 .text.c { margin-top: 2.1em; }

.slide2 .title {
    font-size: 8em;
    overflow: hidden;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
    white-space: normal!important;
    width: 6em;
    margin: 1.5em 0 0 1em;
}

.slide2 .text {
    font-size: 2.5em;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.1em;
    overflow: hidden;
    text-align: left;
    text-transform: uppercase;
    white-space: normal!important;
    width: 15em;
    margin: 8.5em 0 0 3em;
}

.slide2 .text .pink { color: #fea8a9; }
.slide2 .text .yellow { color: #d6d59d; }
.slide2 .text .purple { color: #dba7f2; }
.slide2 .text .green { color: #b9fdd8; }

.slide1 .quote,
.slide2 .quote {
    font-size: 2.5em;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-top: 13em;
}

.slide1 .quote { margin-right: 3em; }
.slide2 .quote { margin-left: 15em; }



/****************************** Service & Study ****************************/
.essrGw1YHWH__n1edf_J {
    padding: 10px;
    background: #ffffff;
    border: 1px solid #e4e0e0;
    box-shadow: 0px 3px -1px -4px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.098), 0px 1px 5px 0px rgba(0,0,0,0.084);
}
.logo {background: transparent;}
.logo img {width: 50%}
.essrGw1YHWH__n1edf_J .boxhdr {padding: 10px 15px; text-align: left; text-transform: uppercase;}
.essrGw1YHWH__n1edf_J.boxcnt {padding: 0;}
.essrGw1YHWH__n1edf_J h2 {line-height: 1.3em;}
.essrGw1YHWH__n1edf_J h5 {color: #1d1d1d;padding: 10px;font-weight: 500;letter-spacing: 1.5px;padding-top: 10px; padding-bottom: 5px;line-height:1.3em;font-size: 12px; text-align: left;text-transform: uppercase;}
.essrGw1YHWH__n1edf_J h4 {font-style: italic;padding: 10px;text-align: justify;}
.essrGw1YHWH__n1edf_J h3 {line-height: normal;font-style: italic;padding: 10px;text-align: justify;}
.essrGw1YHWH__n1edf_J.ctnr{font-size: 1.6em; line-height: 1.6em;}
.essrGw1YHWH__n1edf_J .ctnr p{margin-top: 0;}
.essrGw1YHWH__n1edf_J .cntimg{margin: 0; padding-left: 0;}
.essrGw1YHWH__n1edf_J .cntimg img{padding: 1px;background: #ffffff;border: 1px solid #cccccc;}
.essrGm1YHWH__n1edf_J {background: #ffffff;border-top: 1px solid #e4e0e0;}
.essrGm1YHWH__n1edf_J h5 {padding:10px; color: #1d1d1d;font-weight: 500;letter-spacing: 1.5px;line-height:1.3em;font-size: 12px; text-align: left;text-transform: uppercase;}
.essrGm1YHWH__n1edf_J h4 {padding:10px; font-style: italic;text-align: justify;}
.cntsbx {padding: 1px;background: #ffffff;border: 1px solid #cccccc;}
.cntsbxpnk {padding: 1px;background: #4e351d;border: 1px solid #bb6615;}
/* Container holding the image and the text */
.klcontainer {
    position: relative;
    text-align: center;
    color: white;
    overflow: hidden;
}
.klcontainer .klcontent {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(177, 154, 65, 0.24);
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.klcontent h1 {
    color: #ffffff;
    text-shadow: 0 3px 0 #000;
    letter-spacing: .03em;
    font-size: 30px;
}
/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tklkxbx {padding: 10px;background: #b37a46;border: 1px solid #cccccc;color: #ffffff;}
.tklkxbx h4 {color: #ffffff;}
.glsbx {padding: 1px;background: #ffffff;border: 1px solid #cccccc;min-height: 328px;max-width: 328px;}
/*img.glsbx {min-height: 262px;max-width: 328px;}
img.slsbx {min-height: 242px;}*/
.bb-shdshshdsh{background-color: rgba(0, 0, 0, 0.2);}
.oo-sh_WXdshfrmshdsh{overflow: hidden; background-color: #ffffff;border-radius: 1em; border: solid 1px #d8b08a !important;box-shadow: 0px 3px 1px -4px rgba(0,0,0,0.14), 0px 2px 2px 0px rgba(0,0,0,0.098), 0px 1px 5px 0px rgba(0,0,0,0.084);}
.oo-sh_WXdshfrmshdshield{overflow: hidden; background-color: #ffffff;border-radius: 1em; box-shadow: 0px 3px 1px -4px rgba(0,0,0,0.14), 0px 2px 2px 0px rgba(0,0,0,0.098), 0px 1px 5px 0px rgba(0,0,0,0.084);}
.oo-shdshshdsh{box-shadow: 0px 3px 1px -4px rgba(0,0,0,0.14), 0px 2px 2px 0px rgba(0,0,0,0.098), 0px 1px 5px 0px rgba(0,0,0,0.084);}
.oo-shdshshdshmg{box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.14), 2px 2px 2px 0px rgba(0,0,0,0.098), 0px 1px 5px 0px rgba(0,0,0,0.084);}
.oo-shxz_-srdzhdo {box-shadow: -1px 3px 1px 2px rgba(0,0,0,0.14), 2px 2px 2px 0px rgba(0,0,0,0.098), 0px 1px 5px 0px rgba(0,0,0,0.084);}
.mznrdadslmk__slk0145D5G_WWS1l5RZ {background: #ededed;background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e4e9ea));background: -moz-linear-gradient(top,  #fff,  #e4e9ea);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4e9ea');border-color: #6C0;}
.mznrdadslmk__slk0145D5G_WWS1l5RAZ {background: #ededed;background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e4e9ea));background: -moz-linear-gradient(top,  #fff,  #e4e9ea);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4e9ea');border-color: #6C0;}
.oo-shdsh{box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);}
.oo-shdsho{box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);border: solid .5px #d3cfcd;}
.oo-sbh0uwy {
    border-radius: 0.25rem;
    box-shadow: rgb(12 19 44 / 13%) 0px 0px 1.5rem 0px;
}
.width10 {
    width: 10%;
}
.width20 {
    width: 20%;
}
.width30 {
    width: 30%;
}
.width40 {
    width: 40%;
}
.width50 {
    width: 50%;
}
.widthflx {
    width: 30%;
}
.width60 {
    width: 60%;
}
.width70 {
    width: 70%;
}
.width80 {
    width: 80%;
}
.width90 {
    width: 90%;
}
.width100 {
    width: 100%;
}
.ltshd {text-align: center;}
.ltshd h3, .ltshd h2, .ltshd a, .ltshd a:hover, .ltshd a:focus, .ltshd a:visited {text-transform: uppercase;letter-spacing: 0.03em !important;line-height: 1.5em;color: #9d4f07;}
.ltshd i {font-size: 5em;color: #9d4f07;}
.smnav {margin: 50px 0 0 0; padding: 0;}
.smnavinbx {margin: 40px 0 0 0; padding: 0;}
.cntbox {
    padding: 10px;
    background: #ffffff;
    border: 1px solid #cccccc;
    word-break: keep-all;
}
.cntbox .boxhdr {padding: 10px 15px; text-align: left; text-transform: uppercase;}
.cntbox.boxcnt {padding: 0;}
.cntbox h2 {line-height: 1.3em;}
.cntbox h5 {word-break: keep-all;color: #1d1d1d;font-weight: 500;letter-spacing: 1.5px;padding-top: 10px; padding-bottom: 5px;line-height:1.3em;font-size: 12px; text-align: left;text-transform: uppercase;}
.cntbox.ctnr{font-size: 1.6em; line-height: 1.6em;}
.cntbox .ctnr p{margin-top: 0;}
.cntbox .cntimg{margin: 0; padding-left: 0;}
.cntbox .cntimg img{padding: 1px;background: #ffffff;border: 1px solid #cccccc;}
.fndbox {
    padding: 0;
    background: #ffffff;
    border: 1px solid #cccccc;
    word-break: keep-all;
    -webkit-box-shadow: -1px 2px 3px rgba(255,201,255,255);
    box-shadow: -1px 2px 3px rgba(255,201,255,255);
}
.fndbox a:hover{text-decoration: none;}
.fndbox .fndboxhdr {padding: 10px 15px; text-align: left; text-transform: uppercase;}
.fndbox .fndboxcnt {padding: 0;}
.fndbox .title {
    height: 100%;
    line-height: 1.2em;
    word-break:break-word;
}
.fndbox .descript {
    height: 100%;
    line-height: 1.2em;
    word-break:break-word;
    margin-bottom: 5px;
}
.fndbox .fndboxcnt>.title>h2 {line-height: 1.3em;font-size: 1.6em;}
.fndbox h5 {word-break: keep-all;color: #1d1d1d;font-weight: 500;letter-spacing: 1.5px;padding-top: 10px; padding-bottom: 5px;line-height:1.3em;font-size: 1.4em; text-align: left;/*text-transform: uppercase;*/}
.fndbox h6 {word-break: keep-all;color: #1d1d1d;font-weight: 500;letter-spacing: 1.5px;padding-top: 10px; padding-bottom: 5px;line-height:1.3em;font-size: 1.4em; text-align: center;text-transform: uppercase;}
.fndbox .fndctnr{font-size: 1.6em; line-height: 1.6em;}
.fndbox .fndctnr p{margin-top: 0;}
.fndbox .fndcntimg{margin: 0; padding-left: 0;height: 100%;}
.fndbox .fndcntimg img{background: #ffffff;/*padding: 1px;border: 1px solid #cccccc;*/}
.fndbox .fndft{padding: 5px 0;text-align: center;background-color: #e5eaec !important;border: solid 1px #dcdfe0 !important;}
/*.fndbox .nav-separator { 
    border-left: 1px solid rgba(255,255,255,0.06);
}*/

.cxlmt{
    min-height: 210px;
    /*overflow: hidden;*/
}
.cxlmt img{
    max-height: 127px;
    overflow: hidden;
}
.bxlmtgl{
    height: 50em;
    overflow: hidden;
}
.bxlmt{
    min-height: 430px;
    /*overflow: hidden;*/
}
.bxlmt img{
    max-height: 226px;
    overflow: hidden;
}

.inlst{list-style: none;}
.inlght{line-height: normal;}
.inlblk{display: inline-block;}
.inlghttl {
    line-height: normal;
    overflow: hidden;
    vertical-align: middle !important;
    height: 40px;
}
.snpan_cp {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-color:#e9d4c2;
}

.snpan_cp_dot {
    transform: rotate(90deg) scale(0.6);
    cursor: pointer;
    margin-top: -20px;
}
.snpan_cp_border_dot{
    position: relative;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.snpan_cp_status {
    background-color: #f2f2f2;
    margin: 5px 0; 
    padding: 10px 0;
    text-align: center;
}

.snpan_cp_status_alert {
    background-color: #f2b9b9;
    margin: 5px 0; 
    padding: 10px 0;
    text-align: center;
}

.snpan_cp_border_bott{
    position: relative;
    width: 100%;
    height: 0.5px;
    background: #0000004b;
    margin-top: -15px;
}

.snpan_cp>ul>li {
    list-style: none;
    margin-bottom: 0;
    border-top: 1px solid #dad3d3;
    padding: 10px;
    background-color: #ffffff !important;
}

.snpan_cp-heading{
    padding:10px 15px;
    border-bottom:1px solid transparent;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
}

.snpan_cp_message{
    font-weight: 400;
    margin-top: 5px;
    color: #777;
    line-height: 1.5em;
    height: 60px;
    overflow: hidden;
}

.snpan_cp_message_lte{
    height: 40px;
    overflow: hidden;
}

.snpan_cp_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.snpan_cp_top .snpan_cp_user_details {
    display: flex;
    align-items: center;
}

.snpan_cp_top .snpan_cp_user_details .snpan_cp_profile_img {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
}

.snpan_cp_cover {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

.snpan_cp_cover {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

.snpan_cp_statut {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #000000;
    font-size: 2em;
    line-height: 1.3em;
    padding: 1.5px 2px 1px 2px;
    background-color: #f2f2f2;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

.snpan_cp_top .snpan_cp_user_details h3 {
    font-size: 14px;
    color: black;
    font-weight: 700;
    line-height: 1em;
    cursor: pointer;
    text-align: left;
}

.snpan_cp_hour {
    color: gray;
    font-size: 11.5px;
    letter-spacing: 0.01em;
    font-weight: 500;
}

.snpan_cp_cat {
    color: gray;
    font-size: 11.5px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: 500;
}
.snpan_cp_globDot {
    position: absolute;
    margin-left: 5px;
    margin-top: -4px;
    font-size: 20px;
    align-items: center;
    color: #0000004b;
}
.snpan_cp_body {text-align: left;word-break: break-word;}
.snpan_cp_fullcover {
    text-align: center;
    height: 250px;
    overflow: hidden;
}
.snpan_cp_fullcover img {
    width:250px;
    min-height:100px;
}

.snpan_cp_footer {text-align: center; border-top:solid 1px #9d4f07;padding: 10px;background-color: #e9d4c2; /*box-shadow: 0px 3px 1px -4px rgba(0,0,0,0.14), 0px 2px 2px 0px rgba(0,0,0,0.098), 0px 1px 5px 0px rgba(0,0,0,0.084);*/}

.snpan_cp>ul>li:first-child {
    border-top: none;
}

.snpan_cp>ul>li h4, .snpan_cp>ul>li h3, .snpan_cp>ul>li h5 {line-height: normal;}

.snpan_cp>ul>li:nth-child(2) {
    height: 50px;
    overflow: hidden;
}

.snpan_cp>ul>li:last-child {
    border-top: solid 1px #e5eaec !important;
    text-align: center;
}

.snpan_xl>ul>li h4, .snpan_cp>ul>li h3, .snpan_cp>ul>li h5 {line-height: normal;}
.snpan_xl>ul>li {
    list-style: none;
    margin-bottom: 0;
    border-top: 1px solid #dad3d3;
    padding: 10px;
}

.snpan_xl>ul>li:first-child {
    border-top: none;
    height: 50px;
    overflow: hidden;
}

.snpan_xl>ul>li:last-child {
    border-top: none !important;
    text-align: center;
}

.inlsp{letter-spacing: 0.1em !important;}
h3.inlght{letter-spacing: 0.05em !important;}
.inlghti{line-height: normal !important;}
.sicons{background: transparent;}
.nocolor{background-color: transparent !important;}
.nocolor a,.nocolor a:active,.nocolor a:visited {color: #e5eaec !important; text-decoration: none;}
.nocolor a:hover {color: #ffffff !important;}
.sicons img{width: 40px;height: 40px;}
.sicons img.vsm{width: 30px;height: 30px;}
.hrgrid {margin: 16px;border-top: 1px solid #afaaaa;}
.hrgrids {margin: 10px 0;border-top: 1px solid #dad3d3;}
.npixxs {overflow: hidden;}
.npixxs img{max-width: 100%; max-height: 400px;}
.oppbligalla {opacity: 0.7 !important;text-shadow: none;font-size: 11px !important; letter-spacing: 0.01em;}
.oppbligall {opacity: 1 !important;text-shadow: none;font-size: 14px !important; letter-spacing: 0.06em;}
.oppblig {opacity: 0.7 !important;}
.oppbligA {opacity: 0.4 !important;}
.nop {opacity: 0; display: none;}
.color-white {color: #ffffff !important; }
.color-unffirre {color: #cdd0d2 !important; }
.color-yellow {color: #f6d031 !important; }
.color-orange {color: #ff6007 !important; }
.color-bluesky {color: #9d4f07 !important; }
.color-blue {color: #9d4f07 !important; }
.color-pink {color: #ff6384 !important; }
.color-danger{color: #ee3810;}
.color-success{color: #4ca851;}
.color-grey, .color-grey a, .color-grey a:hover, .color-grey a:focus{color:#807f7f !important;}
.color-prmssso, .color-prmssso a, .color-prmssso a:hover, .color-prmssso a:focus{color:#9d4f07;}
.bg-white { background-color: #ffffff !important; }
.bg-grey-dark { background-color: #fdf9f5 !important;}
.bg-grey-darkw { background-color: #e5eaec;} 
.bg-grey-dark-nb {background-color: #c2c2c2 !important;}
.bg-grey-fun { background-color: #f1efeb !important;}
.transparent {background: transparent !important;}
.bdnndr {border: none;}
.bxswdwr {-webkit-box-shadow: none;-moz-box-shadow : none;}
.bd-blue { border: solid 1px #9d4f07 !important; }
.bd-btpgrk {border-top: solid 1px #cccccc;}
.bd-btgrk {border-bottom: solid 1px #cccccc;}
.bd-btdrk {border-bottom: solid 1px #27425a !important;}
.bd-or {border-bottom: solid 1px #9d4f07 !important;}
.bd-grn {border-bottom: solid 1px #008000 !important;}
.bt-grn {border-top: solid 1px #008000 !important;}
.bg-or {border: solid 1px #ff9d4d !important;}
.periodsht {border-bottom: solid 1px #9d4f07 !important; padding: 5px 0;}
.periodsht h5 {margin-bottom: 10px !important; line-height: normal !important; text-align: left !important;}
.periodsht h5 span{font-weight: bold;}
.bg-grey {background-color: #f9f9f9 !important;}
.bg-grey-dmchm { background-color: #e4c4a7 !important; }
.bd-grey-dark { border: solid 1px #dcdfe0 !important; }
.bd-grey-gdark { border: solid 1px #9ea5a7 !important; }
.bgbgfn{background-color: #fcfcf0;}
.bdnl {border-left: none !important;}
.bdnr {border-right: none !important;}
.bt-gd { border-top: 1px solid #dad3d3;}
.bd-grey-dark-nb { border: solid 1px #dcdfe0 !important; border-bottom: none !important; }
.bd-greysnow { border: solid 1px #ced3d6 !important; }
.bg-greysnow {background-color: #dadde0 !important;}
.bg-bluesnow {background-color: #e9d4c2 !important;color: #0a0a0a;}

.bg-dmch {background-color: #9d4f07;color: #e4b68b;}
.bg-dmch:focus{background-color: #9d4f07;}

.bg-bluesky {background-color: #9d4f07 !important; border: none;}
.bg-blue {background-color: #9d4f07 !important;}
.bg-orange {background-color: #9d4f07 !important;}
.bg-greenview {background-color: #91e008 !important;}
.bg-green {background-color: #008000 !important;}
.bg-red {background-color: #ce1834 !important;}
.bg-redder {background-color: #44980b !important;}
.bg-pink {background-color: #ff6384 !important;}
.bg-greysnow {background-color: #dc143c !important;}
.bt-grey {border-top: solid 1px #c8cfd3 !important;padding-top: 6px;}
.bb-grey {border-bottom: solid 1px #c8cfd3 !important;padding-top: 6px;}
.btn-vnapp, .btn-vnapp:hover, .btn>.btn-vnapp {padding: 10px;text-align:left;font-size: 16px !important;display: inline-block;line-height: 1.9 !important;white-space: nowrap;letter-spacing: 0.05em;}
.btn-vnappm, .btn-vnappm:hover, .btn>.btn-vnappm {padding: 10px;text-align:left;font-size: 16px !important;display: block;line-height: 1.9 !important;white-space: nowrap;letter-spacing: 0.05em;}
.btn-vnappbx, .btn-vnappbx:hover, .btn>.btn-vnappbx {padding: 10px;text-align:left;font-size: 15px !important;display: block;line-height: 1.9 !important;white-space: nowrap;letter-spacing: 0.05em;}
.btn-lgwdoz {
    padding: 10px 16px;
    font-size: 16px !important;
    letter-spacing: 0.05em;
    font-weight: bold !important;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-lgwd {
    padding: 10px 16px;
    /* font-size: 18px !important; */
    letter-spacing: 0.05em;
    font-weight: bold !important;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-lgwde {padding: 10px 16px;font-size: 14px !important;letter-spacing: 0.18em;font-weight: bold !important;line-height: 1.3333333;border-radius: 6px;}

.bg-primary-app {background-color: #fdf9f5 !important;}
.mn_bg-primary-app:hover, .mn_bg-primary-app.active {background-color: #fdf9f5 !important;}

.bg-primary-landing {background-color: #1092a7 !important;}
.mn_bg-primary-landing:hover, .mn_bg-primary-landing.active {background-color: #1092a7 !important;}

.bg-primary-page {background-color: #1092a7 !important;}
.mn_bg-primary-page:hover, .mn_bg-primary-page.active {background-color: #1092a7 !important;}

.bg-primary-home {background-color: #626262 !important;}
.mn_bg-primary-home:hover, .mn_bg-primary-home.active {background-color: #626262 !important;}

.bg-primary-subscription {background-color: #626262 !important;}
.mn_bg-primary-subscription:hover, .mn_bg-primary-subscription.active {background-color: #626262 !important;}

.bg-primary-works {background-color: #e08e08 !important;}
.mn_bg-primary-works:hover, .mn_bg-primary-works.active {background-color: #e08e08 !important;}

.bg-primary-campagne {background-color: #e08e08 !important;}
.mn_bg-primary-campagne:hover, .mn_bg-primary-campagne.active {background-color: #e08e08 !important;}

.bg-primary-promotion {background-color: #e08e08 !important;}
.mn_bg-primary-promotion:hover, .mn_bg-primary-promotion.active {background-color: #e08e08 !important;}

.bg-primary-sms {background-color: #553db9 !important;}
.mn_bg-primary-sms:hover, .mn_bg-primary-sms.active {background-color: #553db9 !important;}

.bg-primary-email {background-color: #1fb145 !important;}
.mn_bg-primary-email:hover, .mn_bg-primary-email.active {background-color: #1fb145 !important;}

.bg-primary-crm {background-color: #a753b9 !important;}
.mn_bg-primary-crm:hover, .mn_bg-primary-crm.active {background-color: #a753b9 !important;}

.bg-primary-contact {background-color: #a753b9 !important;}
.mn_bg-primary-contact:hover, .mn_bg-primary-contact.active {background-color: #a753b9 !important;}

.bg-primary-sender {background-color: #acb318 !important;}
.mn_bg-primary-sender:hover, .mn_bg-primary-sender.active {background-color: #acb318 !important;}

.bg-primary-sendername {background-color: #acb318 !important;}
.mn_bg-primary-sendername:hover, .mn_bg-primary-sendername.active {background-color: #acb318 !important;}

.bg-primary-contact {background-color: #a753b9 !important;}
.mn_bg-primary-contact:hover, .mn_bg-primary-contact.active {background-color: #a753b9 !important;}

.bg-primary-market {background-color: #4ebf23 !important;}
.mn_bg-primary-market:hover, .mn_bg-primary-market.active {background-color: #4ebf23 !important;}

.bg-primary-pos {background-color: #2e5c9a !important;}
.mn_bg-primary-pos:hover, .mn_bg-primary-pos.active {background-color: #2e5c9a !important;}

.bg-primary-team {background-color: #990033 !important;}
.mn_bg-primary-team:hover, .mn_bg-primary-team.active {background-color: #990033 !important;}

.bg-primary-pool {background-color: #515b2f !important;}
.mn_bg-primary-pool:hover, .mn_bg-primary-pool.active {background-color: #515b2f !important;}

.bg-primary-account {background-color: #626262 !important;}
.mn_bg-primary-account:hover, .mn_bg-primary-account.active {background-color: #626262 !important;}

.bg-primary-paiement {background-color: #626262 !important;}
.mn_bg-primary-paiement:hover, .mn_bg-primary-paiement.active {background-color: #626262 !important;}

.bg-primary-install {background-color: #626262 !important;}
.mn_bg-primary-install:hover, .mn_bg-primary-install.active {background-color: #626262 !important;}

.bg-primary-about {background-color: #626262 !important;}
.mn_bg-primary-about:hover, .mn_bg-primary-about.active {background-color: #626262 !important;}

.bg-primary-terms {background-color: #626262 !important;}
.mn_bg-primary-terms:hover, .mn_bg-primary-terms.active {background-color: #626262 !important;}

.bg-primary-privacy {background-color: #626262 !important;}
.mn_bg-primary-privacy:hover, .mn_bg-primary-privacy.active {background-color: #626262 !important;}

.bg-primary-support {background-color: #626262 !important;}
.mn_bg-primary-support:hover, .mn_bg-primary-support.active {background-color: #626262 !important;}

.bg-primary-login {background-color: #626262 !important;}
.mn_bg-primary-login:hover, .mn_bg-primary-login.active {background-color: #626262 !important;}

.bg-primary-logout {background-color: #626262 !important;}
.mn_bg-primary-logout:hover, .mn_bg-primary-logout.active {background-color: #626262 !important;}

.bg-primary-chat {background-color: #2f1b66 !important;}
.mn_bg-primary-chat:hover, .mn_bg-primary-chat.active {background-color: #2f1b66 !important;}
.bg-chat-app {
  background-color: #fcfcfe;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-opacity='0.4'%3E%3Cpath d='M24.37 16c.2.65.39 1.32.54 2H21.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06A5 5 0 0 1-17.45 28v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H-20a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1L.9 19.22a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0L2.26 23h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM-13.82 27l16.37 4.91L18.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H-13.1z'/%3E%3Cpath id='path6_fill-copy' d='M284.37 16c.2.65.39 1.32.54 2H281.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06a5 5 0 0 1-2.24-8.94v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H240a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM246.18 27l16.37 4.91L278.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H246.9z'/%3E%3Cpath d='M159.5 21.02A9 9 0 0 0 151 15h-42a9 9 0 0 0-8.5 6.02 6 6 0 0 0 .02 11.96A8.99 8.99 0 0 0 109 45h42a9 9 0 0 0 8.48-12.02 6 6 0 0 0 .02-11.96zM151 17h-42a7 7 0 0 0-6.33 4h54.66a7 7 0 0 0-6.33-4zm-9.34 26a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-7a7 7 0 1 1 0-14h42a7 7 0 1 1 0 14h-9.34zM109 27a9 9 0 0 0-7.48 4H101a4 4 0 1 1 0-8h58a4 4 0 0 1 0 8h-.52a9 9 0 0 0-7.48-4h-42z'/%3E%3Cpath d='M39 115a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm6-8a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm-3-29v-2h8v-6H40a4 4 0 0 0-4 4v10H22l-1.33 4-.67 2h2.19L26 130h26l3.81-40H58l-.67-2L56 84H42v-6zm-4-4v10h2V74h8v-2h-8a2 2 0 0 0-2 2zm2 12h14.56l.67 2H22.77l.67-2H40zm13.8 4H24.2l3.62 38h22.36l3.62-38z'/%3E%3Cpath d='M129 92h-6v4h-6v4h-6v14h-3l.24 2 3.76 32h36l3.76-32 .24-2h-3v-14h-6v-4h-6v-4h-8zm18 22v-12h-4v4h3v8h1zm-3 0v-6h-4v6h4zm-6 6v-16h-4v19.17c1.6-.7 2.97-1.8 4-3.17zm-6 3.8V100h-4v23.8a10.04 10.04 0 0 0 4 0zm-6-.63V104h-4v16a10.04 10.04 0 0 0 4 3.17zm-6-9.17v-6h-4v6h4zm-6 0v-8h3v-4h-4v12h1zm27-12v-4h-4v4h3v4h1v-4zm-6 0v-8h-4v4h3v4h1zm-6-4v-4h-4v8h1v-4h3zm-6 4v-4h-4v8h1v-4h3zm7 24a12 12 0 0 0 11.83-10h7.92l-3.53 30h-32.44l-3.53-30h7.92A12 12 0 0 0 130 126z'/%3E%3Cpath d='M212 86v2h-4v-2h4zm4 0h-2v2h2v-2zm-20 0v.1a5 5 0 0 0-.56 9.65l.06.25 1.12 4.48a2 2 0 0 0 1.94 1.52h.01l7.02 24.55a2 2 0 0 0 1.92 1.45h4.98a2 2 0 0 0 1.92-1.45l7.02-24.55a2 2 0 0 0 1.95-1.52L224.5 96l.06-.25a5 5 0 0 0-.56-9.65V86a14 14 0 0 0-28 0zm4 0h6v2h-9a3 3 0 1 0 0 6H223a3 3 0 1 0 0-6H220v-2h2a12 12 0 1 0-24 0h2zm-1.44 14l-1-4h24.88l-1 4h-22.88zm8.95 26l-6.86-24h18.7l-6.86 24h-4.98zM150 242a22 22 0 1 0 0-44 22 22 0 0 0 0 44zm24-22a24 24 0 1 1-48 0 24 24 0 0 1 48 0zm-28.38 17.73l2.04-.87a6 6 0 0 1 4.68 0l2.04.87a2 2 0 0 0 2.5-.82l1.14-1.9a6 6 0 0 1 3.79-2.75l2.15-.5a2 2 0 0 0 1.54-2.12l-.19-2.2a6 6 0 0 1 1.45-4.46l1.45-1.67a2 2 0 0 0 0-2.62l-1.45-1.67a6 6 0 0 1-1.45-4.46l.2-2.2a2 2 0 0 0-1.55-2.13l-2.15-.5a6 6 0 0 1-3.8-2.75l-1.13-1.9a2 2 0 0 0-2.5-.8l-2.04.86a6 6 0 0 1-4.68 0l-2.04-.87a2 2 0 0 0-2.5.82l-1.14 1.9a6 6 0 0 1-3.79 2.75l-2.15.5a2 2 0 0 0-1.54 2.12l.19 2.2a6 6 0 0 1-1.45 4.46l-1.45 1.67a2 2 0 0 0 0 2.62l1.45 1.67a6 6 0 0 1 1.45 4.46l-.2 2.2a2 2 0 0 0 1.55 2.13l2.15.5a6 6 0 0 1 3.8 2.75l1.13 1.9a2 2 0 0 0 2.5.8zm2.82.97a4 4 0 0 1 3.12 0l2.04.87a4 4 0 0 0 4.99-1.62l1.14-1.9a4 4 0 0 1 2.53-1.84l2.15-.5a4 4 0 0 0 3.09-4.24l-.2-2.2a4 4 0 0 1 .97-2.98l1.45-1.67a4 4 0 0 0 0-5.24l-1.45-1.67a4 4 0 0 1-.97-2.97l.2-2.2a4 4 0 0 0-3.09-4.25l-2.15-.5a4 4 0 0 1-2.53-1.84l-1.14-1.9a4 4 0 0 0-5-1.62l-2.03.87a4 4 0 0 1-3.12 0l-2.04-.87a4 4 0 0 0-4.99 1.62l-1.14 1.9a4 4 0 0 1-2.53 1.84l-2.15.5a4 4 0 0 0-3.09 4.24l.2 2.2a4 4 0 0 1-.97 2.98l-1.45 1.67a4 4 0 0 0 0 5.24l1.45 1.67a4 4 0 0 1 .97 2.97l-.2 2.2a4 4 0 0 0 3.09 4.25l2.15.5a4 4 0 0 1 2.53 1.84l1.14 1.9a4 4 0 0 0 5 1.62l2.03-.87zM152 207a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6 2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-11 1a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-6 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3-5a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-8 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm0 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5-2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5 4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-5-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-24 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm16 5a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm7-5a7 7 0 1 1-14 0 7 7 0 0 1 14 0zm86-29a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1 246 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM275 214a29 29 0 0 0-57.97 0h57.96zM72.33 198.12c-.21-.32-.34-.7-.34-1.12v-12h-2v12a4.01 4.01 0 0 0 7.09 2.54c.57-.69.91-1.57.91-2.54v-12h-2v12a1.99 1.99 0 0 1-2 2 2 2 0 0 1-1.66-.88zM75 176c.38 0 .74-.04 1.1-.12a4 4 0 0 0 6.19 2.4A13.94 13.94 0 0 1 84 185v24a6 6 0 0 1-6 6h-3v9a5 5 0 1 1-10 0v-9h-3a6 6 0 0 1-6-6v-24a14 14 0 0 1 14-14 5 5 0 0 0 5 5zm-17 15v12a1.99 1.99 0 0 0 1.22 1.84 2 2 0 0 0 2.44-.72c.21-.32.34-.7.34-1.12v-12h2v12a3.98 3.98 0 0 1-5.35 3.77 3.98 3.98 0 0 1-.65-.3V209a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-24c.01-1.53-.23-2.88-.72-4.17-.43.1-.87.16-1.28.17a6 6 0 0 1-5.2-3 7 7 0 0 1-6.47-4.88A12 12 0 0 0 58 185v6zm9 24v9a3 3 0 1 0 6 0v-9h-6z'/%3E%3Cpath d='M-17 191a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2H4zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1-14 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM15 214a29 29 0 0 0-57.97 0h57.96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.bg-primary-board {background-color: #566c76 !important;}
.mn_bg-primary-board:hover, .mn_bg-primary-board.active {background-color: #566c76;}
.ktlscrl {
    width: auto;
    height: 1750px;
    overflow-y: scroll;
    scrollbar-color: #faefdd #9d4f07;
    scrollbar-width: thin;
}
.hdban{position:fixed;z-index:999;top: 52px;}
.text-left-o {text-align: left !important;}
.dklk_brx004WzmapZA{border-radius: 1em;}
.dklk_brx004WzmapZB{border-radius: 0.2em;}
.mkwhdr {margin-top: 10px; margin-bottom:10px;}
.mkwhdr h2, .mkwhdr h3, .mkwhdr h4, .mkwhdr h5 {text-transform:uppercase; font-weight: 400;letter-spacing: 1.5px;}
.uzbnbszjzttt{background: transparent;}
.uzbnbszjzttt img{width:16px;height:16px;}
.opnblg {opacity: 0;display: none;}
.uzbnbszjzttt a, .uzbnbszjzttt span{zoom: 1;text-align: center;text-decoration: none;text-transform:uppercase;color: #2B2B2B;font-size: 12px;padding: 7px;/*letter-spacing: 0.15em;*/-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);box-shadow: 0 1px 2px rgba(0,0,0,.2);}
.uzbnbszjzttt a img {width:16px;height:16px;}
.uzbnbszjzttt a:hover {text-decoration: none;color: #2B2B2B;}

.uzbnbszjztttz{background: transparent;}
.uzbnbszjztttz img{width:16px;height:16px;}
.opnblg {opacity: 0;display: none;}
.uzbnbszjztttz a, .uzbnbszjztttz span{zoom: 1;text-align: center;text-decoration: none;text-transform:uppercase;color: #2B2B2B;font-size: 12px;font-weight: bold;padding: 5px;/*letter-spacing: 0.15em;-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);box-shadow: 0 1px 2px rgba(0,0,0,.2);*/}
.uzbnbszjztttz a img {width:16px;height:16px;}
.uzbnbszjztttz a:hover {text-decoration: none;color: #2B2B2B;}

.uzbnbblk {color: #f6f7f8 !important;border: solid 1px #3a2a45 !important;background: #3a2a45 !important;}
.uzhdr {font-size: 14px !important;}
.adso .phtl{text-align:right;color:#3c3c3c;font-size:10px;}
.adso {text-align:center;}
.adso .soban img{width: 730px !important; height: 90px !important;}
.btmbr {
    padding: 0;
    position: fixed;
    bottom: 0;
}

.tpmbr {
    position: fixed;
    top: -1px;
    right: 0;
    left: 0;
    z-index: 15000;
}
.tpmbr img {max-width: 11em;}

.pgnt{background: transparent; text-align:center;border-top: 2px solid #182736;margin-top: 15px;}
.pgnt i {
    background: #eae7df;
    color: #000000;
    border-radius: 0;
    padding: 10px 20px;
    margin: 1% 0;
    display: inline-block;
    font-size: 0.8em;
    line-height: 1;
    width: auto;
    height: auto;
}
.pngt i:hover, .pngt i:active, .pngt i:focus {
    color: #ffffff !important;
    /*border-radius: 2em;*/
    background: #9d4f07 !important;
}
.pgnt i.active {
    color: #ffffff !important;
    /*border-radius: 2em;*/
    background: #9d4f07 !important;
}
.pgnt p {line-height: normal !important; margin: 0 !important; padding: 10px !important;}

/* Button Style */
.btn-dml, .btn-dml:active{
    background-color: #9d4f07 !important;
    padding: 7px 10px;
    opacity: 1 !important;text-shadow: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
}
/* Button Style */
.btn-dml:hover, .btn-dml:focus{
    color:#f4f4b8;
}

.btn-dmp, .btn-dmp:active{
    background-color: #e08e08 !important;
    padding: 7px 10px;
    opacity: 1 !important;text-shadow: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
}

/* Button Style */
.btn-dmp:hover, .btn-dmp:focus{
    color:#000000;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #fff !important;
    background-color: #9d4f07 !important;
    border-color: #647204 !important;
    border: 1px solid #9d4f07;
    box-shadow: inset 0 1px 0 #ead651;
    margin-bottom: 5px;    color: #fff !important;
}

.btn-primary-unflsk, .btn-primary-unflsk:hover, .btn-primary-unflsk:active, .btn-primary-unflsk:focus {
    color: #282828 !important;
    background-color: #ffffff !important;
    border-color: #cccccc !important;
    border: 1px solid #cccccc;
    /* box-shadow: inset 0 1px 0 #dfba7d; */
    margin-bottom: 5px;
}

.btn-primary-unflskdngr, .btn-primary-unflskdngr:hover, .btn-primary-unflskdngr:active, .btn-primary-unflskdngr:focus {
    color: #282828 !important;
    background-color: #f2dede !important;
    border-color: #cccccc !important;
    border: 1px solid #cccccc;
    /* box-shadow: inset 0 1px 0 #dfba7d; */
    margin-bottom: 5px;
}

.btn-primary-unflsts, .btn-primary-unflsts:hover, .btn-primary-unflsts:active, .btn-primary-unflsts:focus {
    color: #282828 !important;
    background-color: #ffffff !important;
    border: none !important;
    border: 1px solid #cccccc;
    /* box-shadow: inset 0 1px 0 #dfba7d; */
    margin-bottom: 5px;
}

.unflsts {
    color: #282828 !important;
    background-color: #ffffff !important;
    border-radius: 0.3em;
    border: 1px solid #FFF;
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 5px;
    padding: 5px;
    letter-spacing: 0.09em !important;
    white-space: normal;
    line-height: 1.42857143;
    vertical-align: middle;
}

.btn-primary-page, .btn-primary-page:hover, .btn-primary-page:active, .btn-primary-page:focus {
    color: #fff !important;
    background-color: #1092a7 !important;
    border-color: #1092a7 !important;
    border: 1px solid #1092a7;box-shadow: inset 0 1px 0 #b6ccd9;
    margin-bottom: 5px;
}

.btn-primary-landing, .btn-primary-landing:hover, .btn-primary-landing:active, .btn-primary-landing:focus {
    color: #fff !important;
    background-color: #1092a7 !important;
    border-color: #1092a7 !important;
    border: 1px solid #1092a7;box-shadow: inset 0 1px 0 #b6ccd9;
    margin-bottom: 5px;
}

.btn-primary-works, .btn-primary-works:hover, .btn-primary-works:active, .btn-primary-works:focus {
    color: #fff !important;
    background-color: #e08e08 !important;
    border-color: #e08e08 !important;
    border: 1px solid #e08e08;box-shadow: inset 0 1px 0 #b6ccd9;
    margin-bottom: 5px;
}

.btn-primary-campagne, .btn-primary-campagne:hover, .btn-primary-campagne:active, .btn-primary-campagne:focus {
    color: #fff !important;
    background-color: #e08e08 !important;
    border-color: #e08e08 !important;
    border: 1px solid #e08e08;box-shadow: inset 0 1px 0 #b6ccd9;
    margin-bottom: 5px;
}

.btn-primary-contact, .btn-primary-contact:hover, .btn-primary-contact:active, .btn-primary-contact:focus {
    color: #fff !important;
    background-color: #a753b9 !important;
    border-color: #a753b9 !important;
    border: 1px solid #a753b9;box-shadow: inset 0 1px 0 #b6ccd9;
    margin-bottom: 5px;
}

.btn-primary-crm, .btn-primary-crm:hover, .btn-primary-crm:active, .btn-primary-crm:focus {
    color: #fff !important;
    background-color: #a753b9 !important;
    border-color: #a753b9 !important;
    border: 1px solid #a753b9;box-shadow: inset 0 1px 0 #b6ccd9;
    margin-bottom: 5px;
}

.btn-primary-sms, .btn-primary-sms:hover, .btn-primary-sms:active, .btn-primary-sms:focus {
    color: #fff !important;
    background-color: #553db9 !important;
    border-color: #553db9 !important;
    border: 1px solid #553db9;box-shadow: inset 0 1px 0 #b6ccd9;
    margin-bottom: 5px;
}

.btn-primary-mail, .btn-primary-mail:hover, .btn-primary-mail:active, .btn-primary-mail:focus {
    color: #fff !important;
    background-color: #1fb145 !important;
    border-color: #1fb145 !important;
    border: 1px solid #1fb145;box-shadow: inset 0 1px 0 #b6ccd9;
    margin-bottom: 5px;
}

.btn-primary-email, .btn-primary-email:hover, .btn-primary-email:active, .btn-primary-email:focus {
    color: #fff !important;
    background-color: #1fb145 !important;
    border-color: #1fb145 !important;
    border: 1px solid #1fb145;box-shadow: inset 0 1px 0 #b6ccd9;
    margin-bottom: 5px;
}

.btn-primary-team, .btn-primary-team:hover, .btn-primary-team:active, .btn-primary-team:focus {
    color: #fff !important;
    background-color: #990033 !important;
    border-color: #990033 !important;
    border: 1px solid #990033;box-shadow: inset 0 1px 0 #b6ccd9;
    margin-bottom: 5px;
}

.btn-primary-chat, .btn-primary-chat:hover, .btn-primary-chat:active, .btn-primary-chat:focus {
    color: #fff !important;
    background-color: #2f1b66 !important;
    border-color: #2f1b66 !important;
    border: 1px solid #2f1b66;box-shadow: inset 0 1px 0 #b6ccd9;
    margin-bottom: 5px;
}

.btn-unffire-chat, .btn-unffire-chat:hover, .btn-unffire-chat:active, .btn-unffire-chat:focus, .btn-unffire-chat:visited {
    color: #fff !important;
    cursor: not-allowed;
    /*cursor: not-allowed;*/
    background-color: #c9cccf !important;
    border-color: #c9cccf !important;
    border: 1px solid #c9cccf;box-shadow: inset 0 1px 0 #b6ccd9;
    margin-bottom: 5px;
}

.btn-primary-market, .btn-primary-market:hover, .btn-primary-market:active, .btn-primary-market:focus {
    color: #fff !important;
    background-color: #4ebf23 !important;
    border-color: #4ebf23 !important;
    border: 1px solid #4ebf23;box-shadow: inset 0 1px 0 #98cd84;
    margin-bottom: 5px;
}

.btn-primary-pos, .btn-primary-pos:hover, .btn-primary-pos:active, .btn-primary-pos:focus {
    color: #fff !important;
    background-color: #2e5c9a !important;
    border-color: #2e5c9a !important;
    border: 1px solid #2e5c9a;box-shadow: inset 0 1px 0 #99a6b9;
    margin-bottom: 5px;
}

.btn-primary-board, .btn-primary-board:hover, .btn-primary-board:active, .btn-primary-board:focus {
    color: #fff !important;
    background-color: #566c76 !important;
    border-color: #566c76 !important;
    border: 1px solid #566c76;box-shadow: inset 0 1px 0 #e9ddac;
    margin-bottom: 5px;
}

.btn-unnffirre {
    color: #fff;
}
.btn-blue, .btn-blue:hover, .btn-blue:active, .btn-blue:focus {
    color: #ffffff !important;
    background-color: #9d4f07 !important;
}
.btn-bluesky {
    color: #ffffff !important;
    background-color: #3b98de;
}
.btn-golden, .btn-golden:hover, .btn-golden:active, .btn-golden:focus {
    color: #ffffff !important;
    background-color: #a97e10 !important;
}
.btn-golden.kpadjakanien {border: 1px solid #edc001;box-shadow: inset 0 1px 0 #a97e10;}
.btn-dmp.kpadjakanien, .btn-dml.kpadjakanien, .btn-blue.kpadjakanien, .btn-primary.kpadjakanien, .btn-bluesky.kpadjakanien {border: 1px solid #9d4f07;box-shadow: inset 0 1px 0 #edc001;}
.betikan {font-size: 15px;}
.btn-unnffirre, .btn-unnffirre:hover, .btn-unnffirre:active, .btn-unnffirre:focus{background-color: #c9cccf; border-color: #c9cccf;opacity: .8;cursor: not-allowed;color: #fff;}
.btn-danger {
    color: #fff;
}
.btn-green, .btn-green:hover, .btn-green:active, .btn-green:focus {
    color: #ffffff !important;
    background-color: #1fb145 !important;
}

.btn-goldenfish {
    color: #fff;
}
.btn-greenmenthol {
    color: #fff;
}
.btn-aquadevy {
    color: #fff;
}
.btn-ghost:hover {
    color: #fff;
}
.btn-grey {
    background-color: #e5eaec;
}


.btn-dmchcnx, .btn-dmchcnx:hover, .btn-dmchcnx:active, .btn-dmchcnx:focus, .btn-dmchcnx:visited {
    color: #dcd1c8 !important;
    opacity: 1 !important;
    background-color: #4d2805 !important;
    padding: 13px 40px;
}

.btn-dmch, .btn-dmch:hover, .btn-dmch:active, .btn-dmch:focus, .btn-dmch:visited {
    color: #ffffff !important;
    background-color: #ad8865 !important;
}
.btn-grey:hover, .btn-grey:active, .btn-grey:focus {
    background-color: #d0cecb;
}
.btn-grey-dark {
    background-color: #bdb7b9;
}
.btn-grey-dark:hover, .btn-grey-dark:active, .btn-grey-dark:focus {
    background-color: #bdb7b9;
}
.btn-dark {
    background-color: #191a1c;
    color: #fff;
    border-color: #191a1c;
}
.btn-dark:hover, .btn-dark:focus {
    background-color: #292b2f;
    color: #fff;
    border-color: #292b2f;
}
.btn-darkblue {
    background-color: #9d4f07;
    color: #fff;
    border-color: #191a1c;
}
.btn-darkblue:hover, .btn-darkblue:focus {
    background-color: #292b2f;
    color: #fff;
    border-color: #292b2f;
}
.btn-orange {
    background-color: #9d4f07;
    color: #fff;
    border-color: #9d4f07;
}
.btn-chartgraph {
    background-color: #9d4f07 !important;
    color: #fff !important;
    border-color: #111c27 !important;
    padding: 18px 40px;
    letter-spacing: 0.1em !important;
    text-transform: uppercase;
}
.btn-bluesky {
    background-color: #4976a0 !important;
    color: #fff !important;
    border-color: #4976a0 !important;
}
.btn-orange:hover, .btn-orange:focus {
    background-color: #c9723c;
    color: #fff !important;
    border-color: #c9723c;
}
.btn-red {
    background-color: #c9723c;
    color: #fff;
    border-color: #c9723c;
    margin-bottom: 5px;
}
.btn-red:hover, .btn-red:focus {
    background-color: #f00 !important;
    color: #fff !important;
    border-color: #f00 !important;
}
.btn-light {
    background-color: #efefef;
    color:#9d4f07;   
    border-color: #efefef;
}
.btn-light:hover {
    border: solid 1px #9d4f07;
    background-color: #9d4f07 !important;
    color: #fff;      
}

.info-box {
    padding: 0; /*0% 3% 3% 3%*/
    background: #ffffff;
    border: 1px solid #acd0de;
}

.info-box p  {
    margin: 0;
}

.info-box h3 {
    color: #275462; line-height: normal; font-weight: 600;
}

.info-box ul  {
    margin: 3% 0 6% 0;
}

.info-box ul li {
    font-size: 1.5em;
    list-style-position: inside;
    line-height: 1.5;
    margin: 10px 0;
}
.info-box ul li.mini {
    font-size: 1.5em;
    list-style-position: inside;
    line-height: 1.5;
    margin: 10px 0;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #cccccc;
    list-style: none;
}
.info-box h5 {color: #1d1d1d;font-weight: 500;letter-spacing: 1.5px;padding-top: 10px; padding-bottom: 5px;line-height:1.3em;font-size: 12px; text-align: left;text-transform: uppercase;}
.info-box ul li a {
    color: #9d4f07;
}
.info-box ul li a:hover {
    color: #275462;
}
.info-box .hdr{padding:10px; border-bottom: solid 1px #9d4f07; background-color: #aed2e0 !important; text-align: left;}
.info-box .cntt{padding:10px; border: none; background: transparent !important;}
.info-box .ftr{font-size: 1.5em;padding:10px; border-top: solid 1px #9d4f07; background-color: #aed2e0 !important; text-align: left;}

.service .highlight{
    color: #275462;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.hdrlight{text-align: left;text-transform: uppercase;font-size: 2.1em;}

.service .cu-controls {
    padding: 20px 14px;
}

.service .cu-controls > div {
    padding-right: 0;
    padding-left: 0;
}

.service .cu-controls a.sercacontrol {
    color: #aaaaaa;
    border-radius: 0%;
    border: 1px solid #dddddd;
    padding: 10px;
    display: block;
    float: left;
}

.service .cu-controls a.middle {
    border-top: 1px solid #dddddd;
    width: 31.2%;
    display: block;
    float: left;
    font-size: 1.3em;
    margin-top: 15px;
    padding-top: 5px;
    text-align: center;
}

.service .cu-controls a.middle:hover {
    border-top: 3px solid #9d4f07;
    color: #00885e;
}



/******************************* Our showgrid ****************************/

.showgrid {
    background: #e5eaec;
}
.showgrid .title {
    margin-bottom: 0;
}

.showgrid .cu-controls {
    padding: 0;
}

.showgrid .cu-controls span {
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin: 9px 0 0 0;
}

.showgrid .cu-controls .carousel-indicators .middle:hover,
.showgrid .cu-controls .carousel-indicators .middle.active {
    margin-top: 14px;
    padding-top: 6px;
}


.showgrid .cu-controls a.sercacontrol {
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 1.5em;
    left: 5px;
    opacity: 0.7;
    padding: 13px 10px;
    top: -335px;
    z-index: 99;
}

.showgrid .cu-controls a.sercacontrol:hover {
    border: none;
    color: #fff;
    opacity: 1;
}

.showgrid .cu-controls a.sercacontrol.next {
    margin-left: -63px;
    left: 100%;
}

.showgrid .item {
    height: 420px;
    overflow: visible;
    padding: 10px 30px;
}
.longitem {
    height: 840px !important;
    background-color: #ffffff;
}

.showgrid .groups {
    border-radius: 5px;
    float: left;
    height: 405px;
    left: 30%;
    margin: 10px 0 10px 0; 
    padding: 20px;
    top: 0;
    width: 33%;
    z-index: 10;
}

.showgrid .groups:hover {
    background: none;
    /*box-shadow: 0 0 20px rgba(200, 200, 200, 0.5);
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);*/
}

.showgrid .groups .title {
    font-size: 2.5em;
    margin: 20px 0 0 0;
}

.showgrid .groups .studies {
    font-size: 1.7em;
    margin: 0;
}

.showgrid .groups .studies span {
    font-weight: 700;
}

.showgrid .groups .showgrid-contact {
    display: block;
    color: #285363;
    font-size: 1.7em;
    margin: 0;
}

.showgrid .groups .showgrid-contact:hover {
    font-weight: 700;
}
.showgrid .groups .showgrid-contact i {
    font-size: .7em;
    margin-left: 10px;
}

.showgrid .groups .more {
    color: #FFF;
    display: block;
    font-size: 1.7em;
    padding: 10px;
    text-align: center;
    width: 6em;
    margin: 20px 0 0 0;
}

.showgrid .groups:hover .more {
    display: block;
}

.showgrid .pagination {
    clear: both;
    display: block;
    font-size: 1.5em;
    margin: -15px 0 0 0;
    position: absolute;
    text-align: center;
    top: 400px;
    width: 100%;
}



/****************************** Behind the Pulpit **************************/

.pulpit .data {
    margin: 8% 0;
    padding: 4% 0;
    color: #777777;
    border-top: 1px solid #eeeeee;
}



/******************************** Photo Albums *****************************/

.gallery {
    background: #e5eaec;
}

.gallery .album-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.8em;
    margin: 50px 0 0 0;
}

.gallery .control-arrow {
    position: absolute;
    width: 100%;
    margin: -30px 0 0 0;
}

.gallery .image {
    width: 214.5px;
    position: relative;
    float: left;
    margin: 0.1%;
}

.gallery .image a {
    background-position: 50px 0;
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
    -webkit-transition: opacity .3s ease-in-out;
       -moz-transition: opacity .3s ease-in-out;
        -ms-transition: opacity .3s ease-in-out;
         -o-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
}

.gallery .image a:hover {
    opacity: 1;
}

.gallery .image a .bg {
    display: block;
    height: 100%;
    width: 100%;
}
.gallery .p10.image a .bg{width: 95% !important; height: 95% !important;}

.gallery .image a .bg .plus {
    border-radius: 50%;
    color: #FFF;
    display: block;
    font-size: 4em;
    height: 80px;
    padding: 17px 0 0 13px;
    left: 50%;
    margin: -40px 0 0 -40px;
    position: absolute;
    top: -60px;
    width: 80px;

    -webkit-transition: top .3s ease-in-out;
       -moz-transition: top .3s ease-in-out;
        -ms-transition: top .3s ease-in-out;
         -o-transition: top .3s ease-in-out;
            transition: top .3s ease-in-out;
}

.gallery .image a:hover .bg .plus {
    top: 50%;
}

.gallery .image a .bg .title {
    color: #fff;
    display: block;
    font-size: 1.8em;
    padding: 250px 30px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
} 

.spnhvr {opacity: 0.7;}
.spnhvr .bg {
    display: block;
    height: 100%;
    width: 100%;
}
.spnhvr .p10 a .bg{width: 95% !important; height: 95% !important;}
.spnhvr a .bg .plus {
    border-radius: 50%;
    display: block;
    font-size: 4em;
    padding: 25%;
    position: absolute;
    width: 100%;
    height: 100%;
}
.spnhvr:hover {
    background-color: #89c157;
    opacity: 1;
}
/******************************* Upcoming Events ***************************/

.events .eventlist h3 {
    font-size: 2.5em;
    font-weight: 400;
}

.events .eventlist h3 span {
    font-size: 0.7em;
    font-weight: 600;
}

.events .eventlist ul li {
    border-bottom: 1px solid #f6f6f6;
    float: left;
    list-style: none;
    padding: 20px 0;
    width: 100%;
}

.events .eventlist ul li .event-date {
    float: left;
    text-align: center;
    font-weight: 400;
    font-size: 2.8em;
    margin-right: 20px;
}

.events .eventlist ul li .event-date .number {

}

.events .eventlist ul li .event-date .month {
    color: #dddddd;
    text-transform: uppercase;
    font-size: 0.5em;
    font-weight: 600;
}


.events .eventlist ul li .event-info {
    font-size: 1.5em;
    padding-top: 20px;
}

.events .infobox {
    border-radius: 50%;
    color: #fff;
    font-size: 1.6em;
    padding: 3% 0;
    width: 60px;
    height: 60px;
    line-height: 1.2;
    margin: 40% auto;
    text-transform: uppercase;
}

.events .infobox .mon {
    margin-top: 5px;
}

.events a.more {
    font-size: 1.5em;
    font-weight: 600;
}

.control-arrow {
    margin: 3% 0 0 0;
}

.control-arrow>div {
    padding-right: 0;
    padding-left: 0;
}

.control-arrow a {
    font-size: 1.5em;
}

.control-arrow a i {
    font-size: 0.8em;
    padding: 11px 8px;
    height: 35px;
    width: 35px;
    margin:  0 10px;
}




/******************************* Latest Sermons ****************************/

.sermons {
    background: #e5eaec;
}

.sermons .playlist {
    background: #fff;
    padding: 30px;
    margin: 0 15px;
}

.sermons .playlist h3 {
    font-size: 3em;
    font-weight: 500;
    line-height: 2em;
}

.sermons .playlist li {
    list-style: none;
    width: 100%;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow:ellipsis;
}

.sermons .playlist li .active {
    color: #00c889;
}

.sermons .playlist a {
    font-size: 1.7em;
    line-height: 2em;
    color: #aaa;
}

.sermons .playlist .loadmore {
    text-align: center;
    display: block;
}


/*********************************** Contact *******************************/

.contact {
    min-height: 575px;
    padding: 0;
    color: white;
    overflow: hidden;
}

.contact h2 {
    font-size: 2.5em;
}

.contact p, 
.contact h2 {
    color: #fff;
    font-weight: 500;
}

.contact #map {
    min-height: 575px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.contact #contact_bg {
    background: rgba(0,0,0,0.6);
    width: 100%;
    min-height: 575px;
}

.contact .container {
    padding: 60px 0;
}

.contact .form-group {
    width: 48%;
}

.contact .form-control {
    border-radius: 0;
    border: none;
    margin: 0 0 1em 0;
    font-size: 1.6em;
}

.contact .form-control[type="text"],
.contact .form-control[type="email"] {
    height: 43px;
}

/*////////////////////////////////////////
// Spacing
///////////////////////////////////////*/
/* Padding Zero */
.p2_6i{padding: 2px 6px !important;}
.ppgroh p{font-size:2em !important;}
.pn0{padding:0 !important;}
.p0{padding: 0}
.p5_10i{padding: 5px 10px !important;}
.p10_15i{padding: 10px 15px !important;}
/* Padding Top */
.pt0{padding-top:0}
.p0i{padding:0 !important;}
.pt0i{padding-top:0 !important;}
.pt5{padding-top:5px}
.pt5i{padding-top:5px !important;}
.pt10{padding-top:10px}
.pt15{padding-top:15px}
.pt20{padding-top:20px}
.pt20t{padding-top:20px !important;}
.pt30{padding-top:30px}
.pt40{padding-top:40px}
.pt50{padding-top:50px}
.pt60{padding-top:60px}
.pt70{padding-top:70px}
.pt80{padding-top:80px}
.pt90{padding-top:90px}
.pt100{padding-top:100px}
.pt110{padding-top:110px}
.pt120{padding-top:120px}
.pt130{padding-top:130px}
.pt140{padding-top:140px}
/* Padding Bottom */
.pb0{padding-bottom:0}
.pb0i{padding-bottom:0 !important}
.pb5{padding-bottom:5px}
.pb5i{padding-bottom:5px !important;}
.pb10{padding-bottom:10px}
.pb15{padding-bottom:15px}
.pb20{padding-bottom:20px}
.pb20t{padding-top:20px !important;}
.pb30{padding-bottom:30px}
.pb40{padding-bottom:40px}
.pb50{padding-bottom:50px}
.pb60{padding-bottom:60px}
.pb70{padding-bottom:70px}
.pb80{padding-bottom:80px}
.pb90{padding-bottom:90px}
.pb100{padding-bottom:100px}
.pb110{padding-bottom:110px}
.pb120{padding-bottom:120px}
.pb130{padding-bottom:130px}
.pb140{padding-bottom:140px}
.pb240{padding-bottom:240px}
/* Padding Left */
.pxiiz{padding-left:20px;}
.pl0i{padding-left:0 !important;}
.pl0{padding-left:0}
.pl3{padding-left:3px}
.pl5{padding-left:5px}
.pl10{padding-left:10px}
.pl15{padding-left:15px}
.pl20{padding-left:20px}
.pl30{padding-left:30px}
.pl35{padding-left:35px}
.pl40{padding-left:40px}
.pl50{padding-left:50px}
.pl60{padding-left:60px}
.pl70{padding-left:70px}
.pl80{padding-left:80px}
.pl90{padding-left:90px}
.pl100{padding-left:100px}
.pl110{padding-left:110px}
.pl120{padding-left:120px}
.pl130{padding-left:130px}
.pl140{padding-left:140px}
/* Padding Right */
.pr0i{padding-right:0 !important;}
.pr0{padding-right:0}
.pr5{padding-right:5px}
.pr10{padding-right:10px}
.pr15{padding-right:15px}
.pr20{padding-right:20px}
.pr30{padding-right:30px}
.pr35{padding-right:35px}
.pr40{padding-right:40px}
.pr50{padding-right:50px}
.pr60{padding-right:60px}
.pr70{padding-right:70px}
.pr80{padding-right:80px}
.pr90{padding-right:90px}
.pr100{padding-right:100px}
.pr110{padding-right:110px}
.pr120{padding-right:120px}
.pr130{padding-right:130px}
.pr140{padding-right:140px} 
/* Padding */
.p1{padding:1px}
.p5{padding:5px}
.p5i{padding:5px !important;}
.p10{padding:10px}
.p10i{padding:10px !important;}
.p15{padding:15px}
.p20{padding:20px}
.p30{padding:30px}
.p40{padding:40px}
.p50{padding:50px}
.p60{padding:60px}
.p70{padding:70px}
.p80{padding:80px}
.p90{padding:90px}
.p100{padding:100px}
.p110{padding:110px}
.p120{padding:120px}
/* Margin */
.m4{margin:4px}
.m5{margin:5px}
.m10{margin:10px}
.m15{margin:15px}
.m20{margin:20px}
.m30{margin:30px}
.m40{margin:40px}
.m50{margin:50px}
.m60{margin:60px}
.m70{margin:70px}
.m80{margin:80px}
.m90{margin:90px}
.m100{margin:100px}
.m110{margin:110px}
.m120{margin:120px}
/* Margin Auto */
.mr-auto{margin: auto;float: none}
.mr-wauto{width: auto !important;}

.mal-auto {
    margin-left: auto !important;
}
.mar-auto {
    margin-right: auto !important;
}
.mab-auto {
    margin-bottom: auto !important;
}
.mat-auto {
    margin-top: auto !important;
}
/* Margin Top */
.mn0{margin:0 !important;}
.mt0{margin-top:0}
.mt5{margin-top:5px}
.mt10{margin-top:10px}
.mt15{margin-top:15px}
.mt20{margin-top:20px}
.mt20t{margin-top:20px !important;}
.mt30{margin-top:30px}
.mt40{margin-top:40px}
.mt50{margin-top:50px}
.mt60{margin-top:60px}
.mt70{margin-top:70px}
.mt80{margin-top:80px}
.mt90{margin-top:90px}
.mt100{margin-top:100px}
.mt110{margin-top:110px}
.mt120{margin-top:120px}
.mt130{margin-top:130px}
.mt140{margin-top:140px}
/* Margin Bottom */
.mb0{margin-bottom:0}
.mb0i{margin-bottom:0 !important}
.mb5{margin-bottom:5px}
.mb10{margin-bottom:10px}
.mb10i{margin-bottom:10px !important;}
.mb15{margin-bottom:15px}
.mb20{margin-bottom:20px}
.mb20t{margin-bottom:20px !important;}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px}
.mb50{margin-bottom:50px}
.mb60{margin-bottom:60px}
.mb70{margin-bottom:70px}
.mb80{margin-bottom:80px}
.mb90{margin-bottom:90px}
.mb100{margin-bottom:100px}
.mb110{margin-bottom:110px}
.mb120{margin-bottom:120px}
.mb130{margin-bottom:130px}
.mb140{margin-bottom:140px}
.hgmnnh{min-height:170px;text-align: justify;}
.mtmb50{margin: 50px 0 -50px 0;}
.mtmb60{margin: 60px 0 -60px 0;}
/* Margin Left */
.ml0{margin-left:0}
.ml5{margin-left:5px}
.ml15{margin-left:15px}
.ml10{margin-left:10px}
.ml20{margin-left:20px}
.ml30{margin-left:30px}
.ml40{margin-left:40px}
.ml50{margin-left:50px}
.ml60{margin-left:60px}
.ml70{margin-left:70px}
.ml80{margin-left:80px}
.ml90{margin-left:90px}
.ml100{margin-left:100px}
.ml110{margin-left:110px}
.ml120{margin-left:120px}
.ml130{margin-left:130px}
.ml140{margin-left:140px}
/* Margin Right */
.mr0{margin-right:0}
.mr5{margin-right:5px}
.mr10{margin-right:10px}
.mr15{margin-right:15px}
.mr20{margin-right:20px}
.mr30{margin-right:30px}
.mr40{margin-right:40px}
.mr50{margin-right:50px}
.mr60{margin-right:60px}
.mr70{margin-right:70px}
.mr80{margin-right:80px}
.mr90{margin-right:90px}
.mr100{margin-right:100px}
.mr110{margin-right:110px}
.mr120{margin-right:120px}
.mr130{margin-right:130px}
.mr140{margin-right:140px}
.text-justify{text-align: justify;}
.lhght{line-height: 1.1;}
.bgwh{background-color: #ffffff !important;}

.side_adBox.left {
    left: 0px;
}
.side_adBox.right {
    right: 0px;
}
.side_adBox.middle_top_half {
    top: 55%;
}
.side_adBox.middle_top {
    top: 50%;
}
.side_adBox.middle_top_top {
    top: 14%;
}
.side_adBox.middle_top_center {
    top: 25%;
}
.side_adBox.center {
    left: 50%;
}
.side_adBox.top {
    top: 0px;
}
.side_adBox.bottom {
    bottom: 0px;
}
.side_adBox.middle_center {
    left: 18%;
}
.side_adBox.m_bottom {
    bottom: 0px;
    width: 100%;
}
.side_adBox.m_middle_center {
    left: 10%;
}
.side_adBox {
    position: fixed;
    z-index: 100;
    /*top: 50%;*/
    min-width: 160px;
    background-color: rgba(61, 61, 61, 1);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    transition: all 0.3s;
}
.side_adBox .btnClose {
    display: block;
    position: absolute;
    z-index: 2;
    top: 25px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.2);
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 100px;
}
.side_adBox .m_btnClose {
    top: 5px !important;
}
.side_adBox .btnMark, .btnMark a {
    font-size: 88%;
    letter-spacing: .5px;
    font-weight: 300;
    line-height: 2;
    text-align: center;
    color: #fff !important;
    /* float: right;
    margin-right: 5px;
    text-shadow: 0 1px 0 #fff; */
    filter: alpha(opacity=20);
    opacity: .8;
}
.side_adBox .btnSlide {
    display: block;
    position: absolute;
    z-index: 2;
    top: 40%;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.2);
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    border-radius: 100px;
}
.side_adBox .cont {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    /*line-height: 0;*/
}
.side_adBox .cont img {
    width: 160px;
}
.side_adBox .m_cont img {
    width: 160px;
}
.side_adBox .cont .adTitle, .m_adTitle {
    color: #0983ba;
    padding: 10px;
    text-align: center;
    font-size: 85%;
    box-sizing: border-box;
    font-weight: 700;
    width: 160px;
}
.side_adBox .cont .m_adTitle {
    width: 100%;
    background-color: #333333;
}
.side_adBox .cont.adTitle, .m_adTitle a {
    cursor: pointer;
}

/*////////////////////////////////////////
// Contact Form
///////////////////////////////////////*/ 
.contact input, select, textarea {
    padding: 22px 18px; 
    width: 100%;
    max-width: 100%;
    /*margin: 20px 0;  */ 
    border: 1px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #555; 
    width: 100%;  
    /*margin-bottom: 20px;*/
    border: 1px solid #d8b08a;
    background-color: #ffffff;
}   
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {   
    border-color: none;
    box-shadow: none;
    outline: 0 none;
    transition: all .35s;
}
textarea {
    height: 150px;      
}
::-webkit-input-placeholder {
    color: #999;
}
input[type="text"]:focus {-moz-box-shadow:inset 1px 2px 8px 0.3px #ACC !important;box-shadow:inset 1px 2px 8px 0.3px #ACC !important;}
.contact input, .contact input:focus, textarea:focus, select:focus, .contact.box-style textarea {    
    -webkit-transition: border-color 0.35s;
    -moz-transition: border-color 0.35s;
    transition: border-color 0.35s;
}
.contact input.submit {
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;  
    color: #fff; 
    padding: 10px 16px 9px 16px;
    border: none;
}
.contact input.submit:hover {
    color: #fff; 
}
.checkbox label, .radio label {
    margin-bottom: 20px !important;
}

label {
    display: block;
    font-size: 13px !important;
    margin-bottom: 5px !important;
}
label:focus {
    outline: none;
}
input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none;
}
input[type="submit"][disabled] { background:#888; }
#message-info {
    margin: 10px 0; 
    padding: 0; 
    text-align: left;
    padding: 0 7px;
} 
#success_page {
    text-align: center;
}
.error_message {
    display: inline-block;
    top: -10px;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
    padding: 3px 15px 0px 15px;
    color: #fff;
    -webkit-border-radius: 3px;
    background-color: #ff4747;
    background-position: 10px center;
    background-repeat: no-repeat;
}
/* Box Style */
.contact.box-style {
    text-align: center;
}
.contact.box-style .col-sm-6,
.contact.box-style .col-sm-12,
form .col-sm-6,
form .col-sm-12 {
    padding: 0 7px;
}
.contact.box-style input,
.contact.box-style textarea,
.top-subscribe-preinput,
input,
textarea {
    padding: 22px 18px; 
    margin: 0;  
    width: 100%;
    max-width: 100%;
    border: 0px; 
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #555; 
    width: 100%;  
    /*margin-bottom: 14px; */
    background-color: #ffffff;
    border: solid 1px #d8b08a;
    border-radius: 30px;
    outline: none;
}
.contact.box-style input.submit,
input.submit { 
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;  
    color: #fff; 
    border: none!important;
    font-size: 11px;
    padding: 15px 43px 15px 43px;
    line-height: 22px;
    border-radius: 100px;
}
.contact.box-style input.submit:hover,
input.submit:hover {
    color: #fff;
}
input.rbrdr { 
    border-radius: 10px !important;
}
/* Loader */
.contact .loader { 
    display: inline-block;
    position: absolute;
    top: 13px;
    margin-left: 14px;
}
.loader div {
    margin: 0 auto;
    position: relative;
    text-indent: -9999em;
    border-top: 2px solid rgba(0,0,0, 0.2);
    border-right: 2px solid rgba(0,0,0, 0.2);
    border-bottom: 2px solid rgba(0,0,0, 0.2);
    border-left: 2px solid #111;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.loader div,
.loader div:after {
    border-radius: 50%;
    width: 26px;
    height: 26px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.card {
    position: relative;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
    background-color: #ffffff;

    width: 600px;
    min-height: 450px;
    /*box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15),
        -5px -5px 5px rgba(0, 0, 0, 0.15);*/
    padding: 20px;
}

.card .card_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card .card_top .card_user_details {
    display: flex;
    align-items: center;
}

.card .card_top .card_user_details .card_profile_img {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
}

.card_cover {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

.card .card_top .card_user_details h3 {
    font-size: 18px;
    color: black;
    font-weight: 900;
    line-height: 1.5em;
    cursor: pointer;
}

.card_hour {
    color: gray;
    font-size: 15px;
    font-weight: 500;
}


.card_globDot {
    position: absolute;
    margin-left: 5px;
    margin-top: -4px;
    font-size: 20px;
    align-items: center;
    color: #0000004b;
}

.card ul {
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card ul li {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin-top: 10px;
    margin-right: 48px;
    list-style: none;
    text-align: center;
}

.card ul li img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin-top: -1.5px;
}

.card_dot {
    transform: rotate(90deg) scale(0.6);
    cursor: pointer;
    margin-top: -16px;
}

.card_message{
    font-weight: 400;
    margin-top: 5px;
    color: #777;
    line-height: 1.5em;
    height: 30px;
    overflow: hidden;
}
.card_imgBg{
    position: relative;
    width: 600px;
    height: 420px;
    margin: 10px 0 15px;
    margin-left: -20px;
    overflow: hidden;
}
.card_coverFull{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}
.card_btns{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card_btns img{
    max-width: 30px;
    cursor: pointer;
}
.card_btns .card_left img{
    margin-right: 8px;
}
.card_likes{
    margin-top: -28px;
    margin-left: 33px;
    font-size: 17px;
    color: #777;
    text-align: center;
    font-weight: 500;
}
.card_right h4{
    margin-top: 5px;
    margin-left: 33px;
    font-size: 17px;
    color: #777;
    text-align: center;
    font-weight: 500;
}
.card_border{
    position: relative;
    width: 100%;
    height: 0.5px;
    background: #0000004b;
    margin-top: 15px;
}
.card_icon{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0 5px 0;
}
.card_icon img{
    max-width: 30px;
    cursor: pointer;
}
.card_like{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.card_like img{
    position: relative;
    max-width: 70px;
    cursor: pointer;
    margin: 0 40px;
    margin-top: -15px;
}
.card_like img:nth-child(1){
    width: 55px;
    margin-right: 20px;
}
.card_like img:nth-child(2){
    width: 33px;
    margin-right: 15px;
}
.card_border_bott{
    position: relative;
    width: 100%;
    height: 0.5px;
    background: #0000004b;
    margin-top: -15px;
}
.card_addComments{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.card_addComments .card_userimg{
    position: relative;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
}
.card_text{
    background: #F0F2F5;
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    color: #262626;
    border-radius: 20px;
}

/*@media (max-width: 640px){
    .card{
        width: 350px;
    }
    .card_imgBg{
        width: 350px;
    }
}*/

@media (min-width:992px) {
    /*--- Fullwidth ---*/
    [data-fullwidth="true"] > .container {
        width: 100%;
        top: 0;
        /*background-color: #e5eaec;*/
        box-shadow: none;
    }
    [data-menu-style="light"] .navbar-nav>.open>a:hover {
        color: #999
    }
    /*--- Transparent ---*/
    nav.navbar[data-menu-style="transparent"] {
        background-color: transparent; 
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    nav.navbar.nav-small[data-menu-style="transparent"] {
        background-color: #fff;
        border-bottom: none;
    }
    [data-menu-style="transparent"] .navbar-nav>li>a {
        color: #fff; 
        font-weight: 600;
        letter-spacing: 1px;
    }
    .nav-small[data-menu-style="transparent"] .navbar-nav>li>a {
        color: #191a1c;
        font-weight: 400;
    }
    .nav-small[data-menu-style="transparent"] .navbar-nav>li>a:hover {
        color: #191a1c;
    }  
    [data-menu-style="transparent"] .logo-dark,
    .nav-small[data-menu-style="transparent"] .logo-light {
        opacity: 1; 
    }
    .nav-small[data-menu-style="transparent"] .logo-dark,
    [data-menu-style="transparent"] .logo-light {
        opacity: 0;
    }

    nav.navbar[data-menu-style="transparent"] li.nav-separator { 
        border-left: 1px solid rgba(255,255,255,0.1);
    }
    nav.navbar.nav-small[data-menu-style="transparent"] li.nav-separator { 
        border-left: 1px solid rgba(0,0,0,0.06);  
    }

    /*--- Grisonnant ---*/
    nav.navbar[data-menu-style="grisonnant"] {
        background-color: #e5eaec; 
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    nav.navbar.nav-small[data-menu-style="grisonnant"] {
        background-color: #fff;
        border-bottom: none;
    }
    [data-menu-style="grisonnant"] .navbar-nav>li>a {
        color: #fff; 
        font-weight: 600;
        letter-spacing: 1px;
    }
    .nav-small[data-menu-style="grisonnant"] .navbar-nav>li>a {
        color: #191a1c;
        font-weight: 400;
    }
    .nav-small[data-menu-style="grisonnant"] .navbar-nav>li>a:hover {
        color: #191a1c;
    }  
    [data-menu-style="grisonnant"] .logo-dark,
    .nav-small[data-menu-style="grisonnant"] .logo-light {
        opacity: 1; 
    }
    .nav-small[data-menu-style="grisonnant"] .logo-dark,
    [data-menu-style="grisonnant"] .logo-light {
        opacity: 0;
    }

    nav.navbar[data-menu-style="grisonnant"] li.nav-separator { 
        border-left: 1px solid rgba(255,255,255,0.1);
    }
    nav.navbar.nav-small[data-menu-style="grisonnant"] li.nav-separator { 
        border-left: 1px solid rgba(0,0,0,0.06);  
    }

    /*--- Dark ---*/
    nav.navbar[data-menu-style="dark"] {
        background-color: #111;
        box-shadow: 0 0 50px 0 rgba(0,0,0,0.3);
    } 
    [data-menu-style="dark"] .navbar-nav>li>a {
        color: #eee; 
        font-weight: 700;
    }
    [data-menu-style="dark"] .logo-dark {
        display: none;
    } 
    nav.navbar[data-menu-style="dark"] li.nav-separator { 
        border-left: 1px solid rgba(255,255,255,0.06);
    }
    /*--- Animation ---*/
    nav.navbar.nav-up {
        transform: translateY(-69px);
        height: 52px;
    }
    nav.navbar.nav-down {
        transform: translateY(0);
        height: 52px;
        box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 1px -2px, rgba(0, 0, 0, 0.098) 0px 2px 2px 0px, rgba(0, 0, 0, 0.082) 0px 1px 5px 0px;
    }
}

.closemore {
    float: right;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1;
    color: #000;
    margin-bottom: 10px !important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.mtm {
    margin-top: 10px;
}
._65sr {
    margin-left: -12px;
    margin-right: -12px;
}

._2a2q {
    overflow: hidden;
    position: relative;
}
._xcx {
    display: block;
    position: absolute;
}
._xcx:after {
    border: 1px solid rgba(0, 0, 0, .1);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
._46-h {
    overflow: hidden;
    position: relative;
}
._46-i {
    position: absolute;
}
img {
    border: 0;
}
.img-flx {
    max-width: 100%;
    height: auto;
}
.nbd8_-yXw{border-radius: 50%;}
._5pat {
    position: relative;
    word-wrap: break-word;
}
#contentArea {
    margin-right: -1px;
    outline: none;
    padding-left: 1px;
    word-wrap: break-word;
}
._5v3q ._1dwg {
    padding: 12px 12px 0;
}

.colonne {
    margin: 15px 25px 0 25px;
    padding: 0;
}
.colonne:last-child {
    padding-bottom: 60px;
}
.colonne::after {
    content: '';
    clear: both;
    display: block;
}
.colonne div {
    position: relative;
    float: left;
    width: 200px;
    height: 150px;
    margin: 0 0 0 35px;
    padding: 0;
}
.colonne div:first-child {
    margin-left: 0;
}
.zoom div img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.zoom div:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
/* Rotation */
.rotate div img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
 
.rotate div:hover img {
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
/* Dézoomer */
.zoom-out div img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.zoom-out div:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* Image ronde */
.rounded div img {
  width: 200px; /* largeur de l'image */
  height: auto; /* hauteur de l'image */
  -webkit-transition: .3s ease-in-out !important; 
  transition: .3s ease-in-out !important; 
}
.rounded div:hover img:hover {
  width: 150px; /* on affiche l'image au carré */
  height: 150px;
  border-radius: 50%; 
}
/* Slide */
.slide div img {
    margin-left: 0px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.slide div:hover img {
    margin-left: -30px;
}
/* Rotation et dézoome */
.rotate-zoom-out div img {
    -webkit-transform: rotate(10deg) scale(1.25);
    transform: rotate(10deg) scale(1.25);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.rotate-zoom-out div:hover img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}
/* Flou */
.blur div img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.blur div:hover img {
    -webkit-filter: blur(0);
    filter: blur(0);
}
/* Noir et blanc */
.grayscale div img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.grayscale div:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
/* Sepia */
.sepia div img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.sepia div:hover img {
    -webkit-filter: sepia(0);
    filter: sepia(0);
}
/* Morph */
.morph div img {
  width: 200px;
  height: 150px;
  -webkit-filter: grayscale(0) blur(0px);
  filter: grayscale(0) blur(0px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
 
.morph div:hover img {
  width: 150px; /* on affiche l'image au carré */
  height: 150px;
  border-radius: 50%;  /* on arrondit l'image */
  -webkit-transform: rotate(360deg); /* rotation de l'image */
  transform: rotate(360deg);
}
/* Opacité */
.opacity1 div img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.opacity1 div:hover img {
    opacity: .5;
}
/*Opacité colorée */
.opacity-color div {
background: #184a7d;
}
.opacity-color div img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.opacity-color div:hover img {
    opacity: .5;
}
/* Flash */
.flash div:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}
@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}
/* Reflet */
.shine div {
    position: relative;
}
.shine div::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.shine div:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
/* Halo lumineux */
.light div {
    position: relative;
}
.light div::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.light div:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

/* kanien */
@-webkit-keyframes kanien {
  10% {
    background: #fbbb63;
  }
  /* Adding a step in the middle */
  30% {
    background: #fbbb63;
  }
  60% {
    background: #55acee;
  }
  100% {
    background: #dcd76d;
  }
}
@keyframes kanien {
  10% {
    background: #fbbb63;
  }
  /* Adding a step in the middle */
  30% {
    background: #fbbb63;
  }
  60% {
    background: #55acee;
  }
  100% {
    background: #dcd76d;
  }
}

$max: 100px;

.equilizer {
  height: $max;
  width: $max;
  transform: rotate(180deg);
}

.rotate {
  transform: rotate(180deg);
}

.bar {
  fill: #9d4f07;
  width: 18px;
  animation: equalize 4s 0s infinite;
}

.bar:nth-child(1) { 
  animation-delay: -1.9s;
}

.bar:nth-child(2) { 
  animation-delay: -2s;
}

.bar:nth-child(3) { 
  animation-delay: -2.3s;
}

.bar:nth-child(4) { 
  animation-delay: -2.4s;
}

.bar:nth-child(5) { 
  animation-delay: -2.1s;
}

@keyframes equalize {
  0% {
    height: 60px;
  }
  4% {
    height: 50px;
  }
  8% {
    height: 40px;
  }
  12% {
    height: 30px;
  }
  16% {
    height: 20px;
  }
  20% {
    height: 30px;
  }
  24% {
    height: 40px;
  }
  28% {
    height: 10px;
  }
  32% {
    height: 40px;
  }
  36% {
    height: 60px;
  }
  40% {
    height: 20px;
  }
  44% {
    height: 40px;
  }
  48% {
    height: 70px;
  }
  52% {
    height: 30px;
  }
  56% {
    height: 10px;
  }
  60% {
    height: 30px;
  }
  64% {
    height: 50px;
  }
  68% {
    height: 60px;
  }
  72% {
    height: 70px;
  }
  76% {
    height: 80px;
  }
  80% {
    height: 70px;
  }
  84% {
    height: 60px;
  }
  88% {
    height: 50px;
  }
  92% {
    height: 60px;
  }
  96% {
    height: 70px;
  }
  100% {
    height: 80px;
  }
}

.newcolor{color: #fbbb63;}
.nbgkcrl{background-color: #f1f6f7;}
.bgFSTXTWG {
    position:absolute;
    z-index:0;
    background:white;
    display:block;
    min-height:50%; 
    min-width:50%;
    color:yellow;
}
.bgFSTXTWG .cntTX {
    color:lightgrey;
    font-size:120px;
    /*transform:rotate(300deg);
    -webkit-transform:rotate(300deg);*/
}

.bgFSTXTcnt {
    position:absolute;
    z-index:1;
}

.sidebgt {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100000;
  top: 0;
  background-color: #459cbe;
  background-color: rgba(69, 156, 191, 0.99);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: -4px 1px 2px 0px rgba(0,0,0,0.14), 0px 2px 2px 0px rgba(0,0,0,0.098), 0px 1px 5px 0px rgba(0,0,0,0.084);
}

.sidenavl {left: 0;}
.sidenavr {right: 0;}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .homebtn {
    position: absolute;
    top: 5px;
    left: 10px;
    line-height: 0.3;
    max-width: 80%;
    height: 50px;
    font-size: 25px;
    margin-right: 10px;
    color: #fce7a4;
}
.sidenav .homebtn>span {
    font-size: 12px;
    letter-spacing: 0.04em;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 40px;
  margin-left: 50px;
}
.sidenav>ul>li {
    font-size: 16px;
    padding: 12px;
    border-top: solid 1px #3b83a0;
    border-top: 1px solid rgba(255, 255, 255, 0.07)!important;
    list-style: none;
    color: #377994;
    text-decoration: none;
    word-break: keep-all;
    outline: none;
    -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease, padding .3s ease, margin .3s ease;
    -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease, padding .3s ease, margin .3s ease;
    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease, padding .3s ease, margin .3s ease;
    -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease, padding .3s ease, margin .3s ease;
    transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease, padding .3s ease, margin .3s ease;
}
.sidenav>ul>li a, .sidenav>ul>li a:active, .sidenav>ul>li a:focus, .sidenav>ul>li a:visited, .sidenav>ul>li a:hover{
    font-size: 16px;
    padding: 0;
    color: #fff3cd;
}

@media print {
    .noprint {
        visibility: hidden;
    }
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.price-features ul {
    list-style: none;
}
/* Tables */

.table-wrapper {
  max-width:inherit; /*700px*/;
  overflow: scroll;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 98%;
  color: #333;
  justify-content: center;
}

table {
  position: relative;
  border: 1px solid #ddd;
  border-collapse: collapse;
}

td, th {
  white-space: nowrap;
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

th {
  background-color: #dadde0;
  position: sticky;
  top: -1px;
  z-index: 2;
}

th:first-of-type {
    left: 0;
    z-index: 3;
}

tbody tr td:first-of-type {
  background-color: #eee;
  position: sticky;
  left: -1px;
  text-align: left;
}

.adths{position: absolute;top: 1px;left: 1px;}
.logotext {letter-spacing: 0.1em;}
.dshbft {font-size: 1.7em;padding: 0;font-weight: 700;}
.dshbftbk {font-size: 2.8em; padding: 20px;}
.modomopr {padding-right: 0;}
.modomopl {padding-left: 0;}

/* Tables */

.table-wrapper {
  max-width:inherit; /*700px*/;
  overflow: scroll;
  /*display: flex;*/
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 98%;
  color: #333;
  justify-content: center;
}

table {
  position: relative;
  border: 1px solid #ddd;
  border-collapse: collapse;
}

td, th {
  white-space: nowrap;
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
  font-size: 14px;
}

th {
  background-color: #dadde0;
  position: sticky;
  top: -1px;
  z-index: 2;
}

th:first-of-type {
    left: 0;
    z-index: 3;
}

tbody tr td:first-of-type {
  background-color: #eee;
  position: sticky;
  left: -1px;
  text-align: left;
}
img.boklebeq {
    overflow:hidden;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    width:100px;
    height:100px;
}
img.boklebe {
    overflow:hidden;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    width:100px;
    height:100px;
}
img.boklebem {
    overflow:hidden;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    width:50px;
    height:50px;
}
img.boklebes {
    overflow:hidden;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:0;
    width:200px;
    height:200px;
}
img.boklebe_gl_sml{
    overflow:hidden;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:0;
    width:100px;
    height:100px;
}
img.boklebez {
    overflow:hidden;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    width:80%;
    height:80%;
}
img.boklebef {
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    margin-top: 4px;
}
img.boklebev {
    overflow:hidden;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    width:200px;
    height:200px;
}
img.boklebepr {
    overflow:hidden;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    width:200px;
    height:200px;
}
img.boklebepic {
    overflow:hidden;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    height:200px;
}
.bpix_ws {
    overflow:hidden;
    height:200px;
}
.yonanian{opacity: 0 !important;}
.yobenian{opacity: 1;}
.coupon {
  border: 5px dotted #f9a825; /* Dotted border */
  width: 80%;
  border-radius: 15px; /* Rounded border */
  margin: 0 auto; /* Center the coupon */
  max-width: 600px;
}

.couponcontainer {
  padding: 2px 16px;
  background-color: #f1f1f1;
}

.promo {
  background: #ccc;
  padding: 3px;
}

.promoexpire {
    color: red;
}

.ctnXL {width: 100% !important;}
.wnot {
  background-color: #555;
  color: white;
  text-decoration: none;
  padding: 15px 0 15px 5px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.wnot:hover {
  background: #945229 !important;
}

.wnot .wnotbdgs {
  position: absolute;
  top: 0px;
  right: -10px;
  padding: 3px 6px;
  border-radius: 50%;
  background: #c9723c;
  color: white;
}

.wnotbdg {
    display: block;
    float: right;
    text-align: center;
    padding: 4px 0 0 2px;
    min-width: 20px;
    min-height: 20px;
    font-size: 10px !important;
    font-weight: 600;
    margin-top: -10px;
    margin-left: 5px;
    background: #d9534f;
    color: white !important;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.ccdisplay {
      background-color: rgb(201, 201, 201);
      padding: 7px !important;
      /*width: 250px;border-top-left-radius:10px;border-top-right-radius:10px;*/
      margin-top: 10px;
      text-align: right;
      font-size: 10px;
}
.cclc {
    background: #ffffff;
    text-align: center;
}
.cclc button {
    /*padding: 10px;
    width: 67px;*/
    width: 30%;
    height: 52px;
    margin-top: 3px !important;
    border: none !important;
    background-color: rgb(194, 194, 194);
    color: black;
    font-size: 20px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.cclc button:hover {
 cursor: pointer;
 background-color: #9d4f07;
}
.cclc button:active {
 background-color: rgb(136, 136, 136);
}
.cclc button>h5 {
    font-size: 12px !important;
    letter-spacing: 0.05em;
}
.cclcsolve {
    background-color: #008000 !important; /*008000*/
    color: #ffffff !important;
}
.cclcsolve:hover {
 background-color: #9d4f07;
}
.cclcsolve>h5 {
    color: #ffffff !important;
}

#covzdelay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999900000;
    background-color: white;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: url(../img/icons/loadings.gif);
    background-repeat: no-repeat;
    background-position: 50% 10%;
}

input[type=checkbox], input[type=radio] {
    outline: none;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.btnmenu_nav:focus, .btnmenu_nav:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

button.btnmenu_nav {
    -webkit-appearance: none;
    padding: 5px;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.btnmenu_nav {
    float: left;
    font-size: normal !important;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
    /*text-shadow: 0 1px 0 #fff;*/
    filter: alpha(opacity=20);
    opacity: .2;
}

/* container */
.sninbx {
    display:flex;
    flex-wrap:wrap;
}

.cmplst{
    background-color: #ffffff;
    padding: 0;
}

.cmplst>li {
    list-style: none;
    margin-bottom: 0;
    padding: 15px 10px;
    border-bottom: solid 1px #ccc; 
}

.cmplst>li:last-child {
    border: none; 
}

/* columns */
.sninbx > * {
    width:100%;
    padding:1rem;
}
/* columns */
.sninbx > :nth-child(2) {
    background-color: #9d4f07;
}
.sninbx-inv, .sninbx-inv a {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

/* tablet breakpoint */
@media (min-width:768px) {
    .sninbx > * {
        width:calc(100% / 3);
    }
    .sninbx > :first-child {
        background-color: #f1efeb;
        min-height: 500px;
        margin: 0 10px;
    }
    .sninbx > :nth-child(2) {
        background-color: #9d4f07;
        min-height: 500px;
    }
}

.nbrdss {
    background: transparent;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow : none;
}

.vbrdss {
    padding: 10px;
    margin-bottom: 10px;
    background: #f2f2f2;
    border: solid 1px #2f1b66;
    border-radius: 5px;
    box-shadow: 0px 3px 1px -4px rgba(0,0,0,0.14), 0px 2px 2px 0px rgba(0,0,0,0.098), 0px 1px 5px 0px rgba(0,0,0,0.084);
}

.sn_note {
  color: white;
  text-decoration: none;
  padding: 0;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.sn_note .sn_badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  line-height: 1.2em;
  border-radius: 50%;
  background: red;
  color: white;
}

.password-container {
  position: relative;
  /*width: 250px;*/
}
.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 18px;
  transform: translateY(-50%);
  cursor: pointer;
  background: none;
  border: none;
}
.toggle-password-cfr {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 18px;
  transform: translateY(-50%);
  cursor: pointer;
  background: none;
  border: none;
}