@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;
	/*border:0;*/
	outline:0;
	padding:8px;
	margin:0;
}

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

img {
	width: 100%;
}





/***************************************************************************/
/************************* 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{
    background: #f1f7f9;
    /*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: #784d44;
	color:#404040;	
	font-family: 'Dosis', sans-serif;
	font-size: 80%;	
	font-weight:400; 
	height:100%;
	line-height: 1;
	outline: none;
	width:100%;	
}

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; }
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;
}



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;
}



/***************************************************************************/
/********************** 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 #784d44;
}

.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 #784d44;
	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 #784d44 !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: 54px 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;
}

.btn {
	background: rgba(0, 0, 0, 0);
	border-radius: 0;
	border: 1px solid #FFF;
	color: #FFF;
	/*font-size: 1.5em;*/
	font-weight: 500;
	margin-top: 0px;
	padding: 7px 28px;
	text-transform: uppercase;
    white-space: normal;
}
.btnkan {text-transform: none;letter-spacing: .08em;}
.kpebenou {word-break: break-word;}
.btn-verbauden, .btn-verbauden:hover {background-color: #55acee !important;border: #0ca4d3 ;color: #ffffff !important;padding: 5px 10px;font-size: 13px !important;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-vnapp, .btn-vnapp:hover {padding: 5px 10px;font-size: 13px !important;display: block !important;line-height: 1.9 !important;white-space: nowrap;letter-spacing: 0.05em;}
.btn-vsm{font-size: 14px; 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 #784d44;
    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;text-align: justify;}
.btn-scs {
    background: transparent;
    color: #784d44;
    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: #784d44 !important;
}
.btn:hover {
	color: #fff;
}
.btn > .at-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 > .bf-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;
}
.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 > .dg-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 > .dl-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 > .em-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 > .fb-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 > .cp-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 > .sk-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 > .ms-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 > .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 > .fp-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 > .gp-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 > .ig-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 > .in-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 > .pt-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 > .rd-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 > .su-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 > .tb-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 > .tw-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 > .vb-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 > .vk-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 > .xi-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 > .wa-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: 0;
	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: #784d44;
	font-size: 2em;
}



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

header.navbar {
	padding: 5px 0;
	margin:0;
	background: #784d44;
}

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: 991.20px){
	[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: 991.20px) {
    .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: 991.20px) {
    img#pvwim {
        width: 320px;
        height: 210px;
        background-color: #f2f2f2;
    }
    .xszqzs_pzrxww_124_775 {
        display: none!important;
    }
    .mnhbxsm {min-height:50px !important;}
    .mnhbxs {min-height:75px !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: 991.20px) {
    .xszqzs_pzrxww_124_785 {
        display: none !important;
    }
    .mnhbx {min-height:300px !important;}
    .mnhbxs {min-height:0 !important;}
    .mnhbxsm {min-height:0 !important;}
    .mtmb60{margin: 60px 0 0 0;}
    .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;
        box-shadow: none !important;
        /*border: none !important;
        border-radius: 0 !important;*/
    }
    .modomoznpl {
        padding: 5px !important;
        box-shadow: none !important;
        /*border: none !important;
        border-radius: 0 !important;*/
    }
}
/** new header **/
	/*////////////////////////////////////////
	// Header
	///////////////////////////////////////*/
	nav {z-index: 3}
	nav a {cursor: pointer}
	/* Desktop */
	@media (min-width:991.20px) {
	    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: 60px;
            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: #e8d7b8;
	        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: #784d44;
	        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: 60px;
	        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: 60px;
	        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;
	        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;   
	    }
	    /* 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: #784d44; /*#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;
	} 
	.navbar-brand img { 
	    max-height: 60px;
	    max-width: 157px;
	    width: auto;
	}
	.nav-small .navbar-brand img { 
	    max-height: 60px;
	}
	/* Menu Items */
	.navbar-nav>li>a {
	    font-size: 12px;
	    font-weight: 800;
	    letter-spacing: 1px;
        padding: 23px 13px;
	    -webkit-transition: color .3s, opacity .3s;
	    -moz-transition: color .3s, opacity .3s;
	    transition: color .3s, opacity .3s;
	}
	.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: 13px;
	    padding-left: 1px;
	    margin-top: -1.5px;
	    line-height: 1.25 !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: #784d44; /*#896054;*/
	    border: none;
        border: solid 1px #e8d7b8;
	    border-radius: 0px;
	    box-shadow: none;
	    padding: 7px 0 8px 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: #e8d7b8;
        color: #000000 !important;
	}
	.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: inherit;
	    margin-top: 0; 
	}
	.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:991.20px) {
	    /*--- 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 */
	/*@media (max-width: 991px) {*/
	    .naorzro {
	        display: block !important;
	    }
	/*}*/
    @media (max-width:767px){
        .modomozmb {
            padding: 0 !important;
            border: none !important;
            box-shadow: none !important;
        }
    }

	@media (min-width: 768px) {
	    .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 (max-width: 991.20px) {
        .ktl-hd {
            background-color: #faefdd;
            background-image: none !important;
        }
        .ktl-hd h1 {
            font-weight: 600 !important;
        }
        .ktl-hd .undrcvr {
            background: transparent !important; 
            font: inherit !important;
            opacity: 1 !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: #784d44 !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: #784d44;
	        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: 10px;
	    }
	    .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>.cnxvnp {
            border: none !important;
            width: 50%;
            padding: 0 10px;
        }
	    .navbar-nav>li>a:hover,a:focus,a:active {
            /*background-color: #e8d7b8;
	        color: #000000 !important;*/
            background: transparent !important;
            color: #e7b65d !important;
	    }
	    .navbar-nav>li:last-child>a {
	        border-bottom: 0px!important;
	    }
        .navbar-nav>li>a>i {
            margin-top: 0;
            line-height: 1.6 !important;
        }
	    .nav li.dropdown a i {
	        display: block;
	        float: right;
	        height: auto;
	        line-height: 50px;
	        margin-top: 0;
	        padding-bottom: 9px;
	        padding-top: 9px;
	        position: absolute;
	        right: 0;
	        text-align: center;
	        top: 0;
	        width: 50px;
	    }
        .nav li a i {  
            line-height: 1.5 !important;
        }
		.__ZsftrFf787dh__54-lo {
		    background: #784d44;
		    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: transparent; /*#634f4a;*/
	height: auto;
	width: 80%;
    margin: 100px auto auto auto;
}

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

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

footer a, a:hover, a:visited {
	color: #000000;
}
/***************************************************************************/
/*********************** 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 {
    border-radius: 2em;
	padding: 10px;
	background: #ffffff;
	border: 1px solid #e4e0e0;
    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);
}
.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: 0 10px;font-weight: 500;letter-spacing: 1.5px; 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-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;}
.width50 {
    width: 50%;
}
.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;}
.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-yellow {color: #e8d7b8 !important; }
.color-green {color: #409b28 !important; }
.bg-white { background-color: #ffffff !important; }
.bg-grey-dark { background-color: #e5eaec !important;}
.bg-ktl{background-color: #faefdd;}
.bg-ktlb{background-color: #784d44;}
.bg-ktlitm {
    background-color: #faefdd;
    color: #784d44;
    border-top: solid 1px #c9b9a3;
    border-bottom: solid 1px #c9b9a3;
}
.ktlscrl {
    width: auto;
    height: 1800px;
    overflow-y: scroll;
    scrollbar-color: #faefdd #784d44;
    scrollbar-width: thin;
}

.bg-grey-fun { background-color: #f1efeb !important;}
.transparent {background: transparent !important;}
.nbdrr {border: none !important;}
.bd-blue { border: solid 1px #784d44 !important; }
.bd-btdrk {border-bottom: solid 1px #c9b9a3 !important;}
.bd-ktl {border: solid 1px #c9b9a3 !important;border-radius: 2em !important;}
.bdt-ktl {border-top: solid 1px #c9b9a3;border-bottom: solid 2px #784d44;border-radius: 2em;}
.bdt-ktl_bz {border-top: solid 1px #c9b9a3;border-radius: 2em;}
.bdtb-ktl {border-top: solid 1px #c9b9a3;border-bottom: solid 2px #784d44;border-radius: 2em;}
.bd-btdrkn {border-bottom: solid 1px #000000 !important;}
.bd-bbdrkn {border-top: solid 1px #000000 !important;}
.bd-bbdrk {border-top: solid 1px #dcdfe0 !important;}
.bg-grey {background-color: #f9f9f9 !important;}
.bd-grey-dark { border: solid 1px #dcdfe0 !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 #e7eef1 !important; }
.bg-greysnow {background-color: #dadde0 !important;}
.bg-bluesnow {background-color: #e8d7b8 !important;}
.bg-blue {background-color: #784d44 !important;}
.bg-pink {background-color: #3a2a45 !important;}
.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 h3, .mkwhdr h5 {text-transform:uppercase; font-weight: 400;letter-spacing: 1.5px;color: #784d44;}
.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;}

.pgnt{background: #784d44 !important;border-top: 2px solid rgb(21, 82, 46);margin-top: 15px;}
.pgnt i {
    background: #eae7df !important;
	color: #ffffff !important;
    border-radius: 50%;
    padding: 10px 14px 10px 10px;
    margin: 0 0 0 1%;
    display: inline-block;
    font-size: 0.6em;
    line-height: 1;
    width: auto;
    height: auto;
}
.pgnt i.active {
	color: #784d44 !important;
    border-radius: 50%;
    background: #e6d5b7 !important;
}
.pgnt p {line-height: normal !important; margin: 0 !important; padding: 10px !important;}

/* Button Style */
.btn-primary {
    color: #fff;
}
.btn-unnffirre {
    color: #fff;
}
.btn-blue {
    color: #ffffff !important;
    background-color: #784d44;
    padding: 7px 24px;
    cursor: pointer;
    border-radius: 20px;
    transform-origin: center center;
    transform: scaleX(1);
}
.btn-bluektl {
    color: #784d44 !important;
    background-color: #e8d7b8 ;
    padding: 7px 24px;
    cursor: pointer;
    border-radius: 20px;
    transform-origin: center center;
    transform: scaleX(1);
}
.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 #a98f10;box-shadow: inset 0 1px 0 #eac668;}
.btn-blue.kpadjakanien, .btn-bluektl.kpadjakanien, .btn-primary.kpadjakanien, .btn-bluesky.kpadjakanien {border: 1px solid #d49349;box-shadow: inset 0 1px 0 #f5dec4;}
.betikan {font-size: 15px;}
.btn-danger {
    color: #fff;
}
.btn-goldenfish {
    color: #fff;
}
.btn-greenmenthol {
    color: #fff;
}
.btn-aquadevy {
    color: #fff;
}
.btn-ghost:hover {
    color: #fff;
}
.btn-grey {
    background-color: #e5eaec;
}
.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-orange {
    background-color: #784d44;
    color: #fff;
    border-color: #784d44;
}
.btn-chartgraph {
    cursor: pointer;
    border-radius: 20px;
    transform-origin: center center;
    transform: scaleX(1);
    border: 1px solid #d49349;
    box-shadow: inset 0 1px 0 #f5dec4;
    background-color: #784d44 !important;
    color: #fff !important;
    border-color: #784d44 !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;
}
.btn-red:hover, .btn-red:focus {
    background-color: #f00 !important;
    color: #fff !important;
    border-color: #f00 !important;
}
.btn-light {
    background-color: #efefef;
    color:#784d44;   
    border-color: #efefef;
}
.btn-light:hover {
	border: solid 1px #784d44;
    background-color: #efefef !important;
    color: #784d44;      
}

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

.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: #784d44;
}
.info-box ul li a:hover {
	color: #275462;
}
.info-box .hdr{padding:10px; border-bottom: solid 1px #c9b9a3; background-color: #e8d7b8 !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 #c9b9a3; background-color: #e8d7b8 !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;}

h2 i {
	color: #fff;
	border-radius: 50%;
	padding: 10px 11px 10px 10px;
	margin: 0 0 0 1%;
	display: inline-block;
	font-size: 0.6em;
	line-height: 1;
	width: auto;
	height: auto;
}

.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 #784d44;
	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 */
.ppgroh p{font-size:2em !important;}
.pn0{padding:0 !important;}
.p0{padding: 0}
/* Padding Top */
.pt0{padding-top:0}
.pt0i{padding-top:0 !important;}
.pt5{padding-top:5px}
.pt10{padding-top:10px}
.pt15{padding-top:15px}
.pt20{padding-top:20px}
.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}
.pb10{padding-bottom:10px}
.pb15{padding-bottom:15px}
.pb20{padding-bottom:20px}
.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 */
.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}
.p10{padding:10px}
.p15{padding:15px}
.p20{padding:20px}
.p21_5{padding:21.5px}
.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;}
/* 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}
.mtmb60{margin-top: 60px;}
/* 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;}
/* 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%;*/
    width: 10%;/*160px;140px;*/
    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: 13.5px 15px; 
    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 #c9cccf;
    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; 
}
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: 14px 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 #c9cccf;
    border-radius: 4px;
    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);
  }
}

@media (min-width:991.20px) {
    /*--- Fullwidth ---*/
    [data-fullwidth="true"] > .container {
    	width: 90%;
		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: 60px;
    }
    nav.navbar.nav-down {
        transform: translateY(0);
        height: 60px;
        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;
}
.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: #784d44;
  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 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;
}
img.boklebef {
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    margin-top: 4px;
}
.yonanian{opacity: 0 !important;}
.yobenian{opacity: 1;}

.mnhbx {min-height:300px;}
.mnhbxsm {min-height:50px;}
.mnhbxs {min-height:75px;}
.panel-default>.panel-heading {
    color: #e4d4b5;
    background-color: #784d44;
    border-color: #ddd;
}
.panel-title>h6 {
    color: #e4d4b5;
}

.MastHead_tie__G2 {
    font-size: 37px;
    line-height: 45px;
    font-weight: 700;
}
.btn-ktl{
    /*padding: 7px 24px;*/
    letter-spacing: 0.1em;
    cursor: pointer;
    border-radius: 20px;
    transform-origin: center center;
    transform: scaleX(1);
}
.ktl-hd {
    background-color: #faefdd;
    padding: 15px;
    background-image: url("../img/assets/in-cover-file-1.png");
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
}

.ktl-hd .undrcvr {
    /*background-color: #e5e5e5;
    opacity: 0.6;*/
    font: status-bar;
}

.ktl-hd hr {
    margin: 10px 0;
    border-top: 1px solid #e8d7b8;
}

.ktl-hd h1 {
    font-size: 3.5em;
    font-weight: 800;
    line-height: 1.3em;
    color: #784d44;
}

.ktl-hd h5 {
    font-size: 1.5em;
}

.ktl-pst {
    border-radius: 2em;
    border: solid 1px #dcdfe0;
}

.ktl-pst img {
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
}

.pstimg{
    width: 50px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.pstttl{
    display: inline-block;
    vertical-align: middle;
}