.bg-primary,
.meet-ask-row:after,
.dez-separator.style-skew[class*="style-"]:after, 
.dez-separator.style-skew[class*="style-"]:before,
.dez-tilte-inner.skew-title:after,
.date-style-2 .post-date,
.date-style-3.skew-date .post-date,
.date-style-3.skew-date .post-date:before,
.overlay-primary-light:after, 
.overlay-primary-middle:after, 
.overlay-primary-dark:after,
.widget-title:after,
.site-button,
.comments-area .comment-form p input[type="submit"],
.pagination > .active > a, .pagination > .active > span, 
.pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus,
.footer-line:after,

.testimonial-1 .quote-left:before,
.testimonial-2 .quote-left:before,

.site-filters .active > [class*="site-button"],

.list-num-count > li:before,
.testimonial-text.bg-primary {
	background-color:#baa26f;
}
.testimonial-text.bg-primary {
	background:#f8f8f8;
    background:rgba(255,255,255,0.7);
    color:#888;
    font-family: Georgia,"Times New Roman";
    font-size:17px;
    font-style:italic;
}
/*Hex color :hover */
.site-button:active, 
.site-button:hover, 
.site-button:focus, 
.active > .site-button {
	background-color:#c08e39;
}


/* Rgba color */
.dez-info-has.bg-primary {
	background-color:rgba(208, 158, 73, 0.9);
}
a,
.text-primary,
.primary li:before,

.breadcrumb-row ul li a,
.header-nav .nav > li.active > a, 
.header-nav .nav > li.current-menu-item > a
.header-nav .nav > li .sub-menu li a:hover,
.header-nav .nav > li:hover > a,
.header-nav .nav > li .mega-menu > li ul a:hover,
.header-nav .nav > li .sub-menu li:hover > a,

.nav-dark.header-nav .nav > li .sub-menu li:hover > a,
.nav-dark.header-nav .nav > li .mega-menu > li ul a:hover,

blockquote:before,
ol.comment-list li.comment .reply a,

footer a:active,
footer a:focus,
footer a:hover,
footer h1 a, 
footer h2 a, 
footer h3 a, 
footer h4 a, 
footer h5 a, 
footer h6 a, 
footer p a,

button.scroltop,

.testimonial-1 .testimonial-position,
.testimonial-4 .testimonial-name:after,
.testimonial-2 .testimonial-position,
.testimonial-3 .testimonial-position,
.testimonial-3 .quote-left:before,

.acod-head a:after,
.acod-head a, .acod-head a:hover, 
.acod-head a.collapsed:hover,

.dez-tabs .nav-tabs > li > a i,
h1 a:hover, 
h2 a:hover, 
h3 a:hover, 
h4 a:hover, 
h5 a:hover, 
h6 a:hover{
    color: #baa26f;
}

.navbar-toggle,
.testimonial-4 .testimonial-pic,
.testimonial-4:after,
.testimonial-4 [class*="quote-"],
button.scroltop,
blockquote{
	border-color:#111;
}
.navbar-toggle {
background: #111;
/* margin-top: -62px; */
}

.bg-secondry {
	background-color:#2d3239;
}

.text-secondry {
	color:#2d3239;
}
.testimonial-2 .testimonial-text.bg-primary::after{
	border-top-color:rgba(255,255,255,0.7);
 }
footer p a {
    color:#444;
}
.header-nav .nav > li.active > a {
    color:#77787a;
}
@media only screen and (max-width: 991px) {
    .header-style-5 .fa-chevron-down {
        display: block;
    }
	.header-style-5 .header-nav .nav > li > a {
		color: #444;
	}
	.header-style-5 .header-nav.nav-dark .nav > li > a{
		color:#fff;
	}

    .main-slider {
        margin-top:90px;
    }
    .header-contant-block {
        margin-top:-90px;
    }

}
@media only screen and (min-width: 991px) {
    .deskhidearrow {
        display:none!important;
    }
}

.bol {
    width: 200px;
    padding: 8px 2.5%;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 16px;
    border: none;
    background: #c6a35a;
}

.featured-fluid-section{
	position:relative;
	padding:0px;
	min-height:250px;
	background:#f9f9f9;
}

.featured-fluid-section .column{
	position:relative;
	display:block;
	float:left;
	width:50%;
}

.featured-fluid-section .image-column{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	float:right;
}

.featured-fluid-section .text-column{
	float:right;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.featured-fluid-section .text-column .content-box{
	position:relative;
	max-width:600px;
	padding-left:15px;
}

.featured-fluid-section .dark-column .content-box{
	padding:80px 15px 80px 80px;
	color:#a8a8a8;
}

.featured-fluid-section .dark-column:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	/* background:rgba(25,25,25,0.95); */
}

.featured-fluid-section.style-two .dark-column:before{
	background:rgba(222,222,222,0.95);
    background: rgba(198,195,191,0.00);
}

.featured-fluid-section .dark-column h2{
	font-size:36px;
	margin-bottom:20px;
	font-weight:800;
	color:#ffffff;
	text-transform:none;
	line-height:1.2em;
}

.featured-fluid-section .dark-column .title-text{
	position:relative;
    color: #fff;
    font-size: 20px;
	font-weight:400;
	margin-bottom:40px;
	padding-bottom:15px;
}

.featured-fluid-section.style-two .dark-column .title-text a{
	color:#ffffff;
}

.featured-fluid-section .dark-column .title-text:after{
    /*
	content:'';
	position:absolute;
	left:0px;
	top:100%;
	width:30px;
	height:3px;
	background:#08A3FC;
	color:#ffffff;
    */
}

.featured-fluid-section.style-two .dark-column .title-text:after{
	background:#ffffff;
}

.featured-fluid-section .theme-btn{
	margin-right:15px;
	padding-left:30px;
	padding-right:30px;
}

.featured-fluid-section .dark-column .text{
	position:relative;
	color:#d5d5d5;
	font-size:15px;
	margin-bottom:50px;
}

.featured-fluid-section.style-two .dark-column .text{
	color:#f2f2f2;
}

@media only screen and (max-width: 1023px){

	.featured-fluid-section .text-column,
	.featured-fluid-section .image-column{
		position:relative;
		width:100%;
	}

	.featured-fluid-section .dark-column .content-box{
		float:none;
		max-width:none;
		width:100%;
		padding:50px 30px 50px 15px;
	}

	.featured-fluid-section .image-column{
		position:relative;
		min-height:300px;
	}

}

.txtshadow {
    text-shadow:0 0 22px rgba(0,0,0,0.49);
}
.bgfafafa {
    background:#fafafa;
}
.text-center.section-head p.widersection {
    max-width:940px!important;
}
.lh28 {
    line-height:28px!important;
}


.p-a0 {
    padding: 0;
}
.p-a5 {
    padding: 5px;
}
.p-a10 {
    padding: 10px;
}
.p-a15 {
    padding: 15px;
}
.p-a20 {
    padding: 20px;
}
.p-a25 {
    padding: 25px;
}
.p-a30 {
    padding: 30px;
}
.p-a40 {
    padding: 40px;
}
.p-a50 {
    padding: 50px;
}
.p-a60 {
    padding: 60px;
}
.p-a70 {
    padding: 70px;
}
.p-a80 {
    padding: 80px;
}
.p-a90 {
    padding: 90px;
}
.p-a100 {
    padding: 100px;
}
/*== >Padding (top) ==*/

.p-t0 {
    padding-top: 0;
}
.p-t5 {
    padding-top: 5px;
}
.p-t10 {
    padding-top: 10px;
}
.p-t15 {
    padding-top: 15px;
}
.p-t20 {
    padding-top: 20px;
}
.p-t30 {
    padding-top: 30px;
}
.p-t40 {
    padding-top: 40px;
}
.p-t50 {
    padding-top: 50px;
}
.p-t60 {
    padding-top: 60px;
}
.p-t70 {
    padding-top: 70px;
}
.p-t80 {
    padding-top: 80px;
}
.p-t90 {
    padding-top: 90px;
}
.p-t100 {
    padding-top: 100px;
}
/*== >Padding (bottom) ==*/

.p-b0 {
    padding-bottom: 0;
}
.p-b5 {
    padding-bottom: 5px;
}
.p-b10 {
    padding-bottom: 10px;
}
.p-b15 {
    padding-bottom: 15px;
}
.p-b20 {
    padding-bottom: 20px;
}
.p-b30 {
    padding-bottom: 30px;
}
.p-b40 {
    padding-bottom: 40px;
}
.p-b50 {
    padding-bottom: 50px;
}
.p-b60 {
    padding-bottom: 60px;
}
.p-b70 {
    padding-bottom: 70px;
}
.p-b80 {
    padding-bottom: 80px;
}
.p-b90 {
    padding-bottom: 90px;
}
.p-b100 {
    padding-bottom: 100px;
}
/*== >Padding (left) ==*/

.p-l0 {
    padding-left: 0;
}
.p-l5 {
    padding-left: 5px;
}
.p-l10 {
    padding-left: 10px;
}
.p-l15 {
    padding-left: 15px;
}
.p-l20 {
    padding-left: 20px;
}
.p-l30 {
    padding-left: 30px;
}
.p-l40 {
    padding-left: 40px;
}
.p-l50 {
    padding-left: 50px;
}
.p-l60 {
    padding-left: 60px;
}
.p-l70 {
    padding-left: 70px;
}
.p-l80 {
    padding-left: 80px;
}
.p-l90 {
    padding-left: 90px;
}
.p-l100 {
    padding-left: 100px;
}
/*== >Padding (right) ==*/

.p-r0 {
    padding-right: 0;
}
.p-r5 {
    padding-right: 5px;
}
.p-r10 {
    padding-right: 10px;
}
.p-r15 {
    padding-right: 15px;
}
.p-r20 {
    padding-right: 20px;
}
.p-r30 {
    padding-right: 30px;
}
.p-r40 {
    padding-right: 40px;
}
.p-r50 {
    padding-right: 50px;
}
.p-r60 {
    padding-right: 60px;
}
.p-r70 {
    padding-right: 70px;
}
.p-r80 {
    padding-right: 80px;
}
.p-r90 {
    padding-right: 90px;
}
.p-r100 {
    padding-right: 100px;
}
/*== >Padding (left right) ==*/

.p-lr0 {
    padding-left: 0;
    padding-right: 0;
}
.p-lr5 {
    padding-left: 5px;
    padding-right: 5px;
}
.p-lr10 {
    padding-left: 10px;
    padding-right: 10px;
}
.p-lr15 {
    padding-left: 15px;
    padding-right: 15px;
}
.p-lr20 {
    padding-left: 20px;
    padding-right: 20px;
}
.p-lr30 {
    padding-left: 30px;
    padding-right: 30px;
}
.p-lr40 {
    padding-left: 40px;
    padding-right: 40px;
}
.p-lr50 {
    padding-left: 50px;
    padding-right: 50px;
}
.p-lr60 {
    padding-left: 60px;
    padding-right: 60px;
}
.p-lr70 {
    padding-left: 70px;
    padding-right: 70px;
}
.p-lr80 {
    padding-left: 80px;
    padding-right: 80px;
}
.p-lr90 {
    padding-left: 90px;
    padding-right: 90px;
}
.p-lr100 {
    padding-left: 100px;
    padding-right: 100px;
}
/*== >Padding (top bottom) ==*/

.p-tb0 {
    padding-bottom: 0;
    padding-top: 0;
}
.p-tb5 {
    padding-bottom: 5px;
    padding-top: 5px;
}
.p-tb10 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.p-tb15 {
    padding-bottom: 15px;
    padding-top: 15px;
}
.p-tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
}
.p-tb30 {
    padding-bottom: 30px;
    padding-top: 30px;
}
.p-tb40 {
    padding-bottom: 40px;
    padding-top: 40px;
}
.p-tb50 {
    padding-bottom: 50px;
    padding-top: 50px;
}
.p-tb60 {
    padding-bottom: 60px;
    padding-top: 60px;
}
.p-tb70 {
    padding-bottom: 70px;
    padding-top: 70px;
}
.p-tb80 {
    padding-bottom: 80px;
    padding-top: 80px;
}
.p-tb90 {
    padding-bottom: 90px;
    padding-top: 90px;
}
.p-tb100 {
    padding-bottom: 100px;
    padding-top: 100px;
}
/*== >margin (around) ======*/

.m-auto {
    margin: auto;
}
.m-a0 {
    margin: 0;
}
.m-a5 {
    margin: 5px;
}
.m-a10 {
    margin: 10px;
}
.m-a15 {
    margin: 15px;
}
.m-a20 {
    margin: 20px;
}
.m-a30 {
    margin: 30px;
}
.m-a40 {
    margin: 40px;
}
.m-a50 {
    margin: 50px;
}
.m-a60 {
    margin: 60px;
}
.m-a70 {
    margin: 70px;
}
.m-a80 {
    margin: 80px;
}
.m-a90 {
    margin: 90px;
}
.m-a100 {
    margin: 100px;
}
/*== >marging (top) ==*/

.m-t0 {
    margin-top: 0;
}
.m-t5 {
    margin-top: 5px;
}
.m-t10 {
    margin-top: 10px;
}
.m-t15 {
    margin-top: 15px;
}
.m-t20 {
    margin-top: 20px;
}
.m-t30 {
    margin-top: 30px;
}
.m-t40 {
    margin-top: 40px;
}
.m-t50 {
    margin-top: 50px;
}
.m-t60 {
    margin-top: 60px;
}
.m-t70 {
    margin-top: 70px;
}
.m-t80 {
    margin-top: 80px;
}
.m-t90 {
    margin-top: 90px;
}
.m-t100 {
    margin-top: 100px;
}
/*== >marging (bottom) ==*/

.m-b0 {
    margin-bottom: 0;
}
.m-b5 {
    margin-bottom: 5px;
}
.m-b10 {
    margin-bottom: 10px;
}
.m-b15 {
    margin-bottom: 15px;
}
.m-b20 {
    margin-bottom: 20px;
}
.m-b30 {
    margin-bottom: 30px;
}
.m-b40 {
    margin-bottom: 40px;
}
.m-b50 {
    margin-bottom: 50px;
}
.m-b60 {
    margin-bottom: 60px;
}
.m-b70 {
    margin-bottom: 70px;
}
.m-b80 {
    margin-bottom: 80px;
}
.m-b90 {
    margin-bottom: 90px;
}
.m-b100 {
    margin-bottom: 100px;
}
/*== >marging (left) ==*/

.m-l0 {
    margin-left: 0;
}
.m-l5 {
    margin-left: 5px;
}
.m-l10 {
    margin-left: 10px;
}
.m-l15 {
    margin-left: 15px;
}
.m-l20 {
    margin-left: 20px;
}
.m-l30 {
    margin-left: 30px;
}
.m-l40 {
    margin-left: 40px;
}
.m-l50 {
    margin-left: 50px;
}
.m-l60 {
    margin-left: 60px;
}
.m-l70 {
    margin-left: 70px;
}
.m-l80 {
    margin-left: 80px;
}
.m-l90 {
    margin-left: 90px;
}
.m-l100 {
    margin-left: 100px;
}
/*== >marging (right) ==*/

.m-r0 {
    margin-right: 0;
}
.m-r5 {
    margin-right: 5px;
}
.m-r10 {
    margin-right: 10px;
}
.m-r15 {
    margin-right: 15px;
}
.m-r20 {
    margin-right: 20px;
}
.m-r30 {
    margin-right: 30px;
}
.m-r40 {
    margin-right: 40px;
}
.m-r50 {
    margin-right: 50px;
}
.m-r60 {
    margin-right: 60px;
}
.m-r70 {
    margin-right: 70px;
}
.m-r80 {
    margin-right: 80px;
}
.m-r90 {
    margin-right: 90px;
}
.m-r100 {
    margin-right: 100px;
}
/*== >marging (left right) ==*/

.m-lr0 {
    margin-left: 0;
    margin-right: 0;
}
.m-lr5 {
    margin-left: 5px;
    margin-right: 5px;
}
.m-lr10 {
    margin-left: 10px;
    margin-right: 10px;
}
.m-lr15 {
    margin-left: 15px;
    margin-right: 15px;
}
.m-lr20 {
    margin-left: 20px;
    margin-right: 20px;
}
.m-lr30 {
    margin-left: 30px;
    margin-right: 30px;
}
.m-lr40 {
    margin-left: 40px;
    margin-right: 40px;
}
.m-lr50 {
    margin-left: 50px;
    margin-right: 50px;
}
.m-lr60 {
    margin-left: 60px;
    margin-right: 60px;
}
.m-lr70 {
    margin-left: 70px;
    margin-right: 70px;
}
.m-lr80 {
    margin-left: 80px;
    margin-right: 80px;
}
.m-lr90 {
    margin-left: 90px;
    margin-right: 90px;
}
.m-lr100 {
    margin-left: 100px;
    margin-right: 100px;
}
/*== >marging (top bottom) ==*/

.m-tb0 {
    margin-bottom: 0;
    margin-top: 0;
}
.m-tb5 {
    margin-bottom: 5px;
    margin-top: 5px;
}
.m-tb10 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.m-tb15 {
    margin-bottom: 15px;
    margin-top: 15px;
}
.m-tb20 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.m-tb30 {
    margin-bottom: 30px;
    margin-top: 30px;
}
.m-tb40 {
    margin-bottom: 40px;
    margin-top: 40px;
}
.m-tb50 {
    margin-bottom: 50px;
    margin-top: 50px;
}
.m-tb60 {
    margin-bottom: 60px;
    margin-top: 60px;
}
.m-tb70 {
    margin-bottom: 70px;
    margin-top: 70px;
}
.m-tb80 {
    margin-bottom: 80px;
    margin-top: 80px;
}
.m-tb90 {
    margin-bottom: 90px;
    margin-top: 90px;
}
.m-tb100 {
    margin-bottom: 100px;
    margin-top: 100px;
}
/*== > colum gap less ==*/

.no-col-gap [class*="col-xs-"],
.no-col-gap [class*="col-sm-"],
.no-col-gap [class*="col-md-"],
.no-col-gap [class*="col-lg-"] {
    padding-left: 0;
    padding-right: 0;
}
h2.goldenhd, h2.goldenhd a, h3.goldenhd, h3.goldenhd a, h4.goldenhd, h4.goldenhd a, .goldenhd {
    color: #a49260!important;
}
h2.greyhd, h2.greyhd a, h3.greyhd, h3.greyhd a, h4.greyhd, h4.greyhd a, .greyhd {
    color: #707478!important;
}
h2.greyhd-a, h2.greyhd-a a, h3.greyhd-a, h3.greyhd-a a, h4.greyhd-a, h4.greyhd-a a, .greyhd-a {
    color: #4A5158!important;
}
ul.mlist li {
    list-style-type: none;
    padding-bottom: 5px;
    font-size: 16px;
    color: #777;
}
.gmap {
    height:450px;
}
.section-head p.smaller {
    padding-top: 10px;
    font-size: 15px;
    color: #777;
    line-height: 27px;
    margin-top: -7px;
}
ul.sub-menu.flags {
    width:150px!important;
}
.bord-bot {
    border-bottom:1px solid #fff;
}
.tac {
    text-align:center;
}

/*
button.navbar-toggle {
    border-radius      : 0;
    border             : 0;
    padding            : 0;
    width              : 40px;
    height             : 40px;
    line-height        : 30px;
    font-size          : 21px;
    outline            : none;
    background         : #B98C49;;
    float              : left;
    color              : #FFFFFF;
    margin             : 0px;
    transition         : all .5s;
    -moz-transition    : all .5s;
    -webkit-transition : all .5s;
    -o-transition      : all .5s;
    -ms-transition     : all .5s;
    }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color : #2B2B2B;
    }
*/

.book-now-wrapper{
    position: fixed;
    right: 0;
    /* top: 15%; */
    bottom:0%;
    text-align: center;
    z-index: 9999;
}
.book-now-wrapper .book-now{
    position: relative;
    width: 1px;
    box-shadow: 0 0 3px rgba(0,0,0,0.16);
    border-width: 0;
    background: #ffffff;
    padding: 25px 0;
    border-radius: 2px ;
    overflow-x: hidden ;
    opacity: 0;
}
.book-now-wrapper .book-now.open{
width: 250px;
padding: 25px 20px;
border-right: 2px solid #c57676;
opacity: 1;
}
.book-now-wrapper  .toggle{
    font-size       : 14px;
    color           : #ffffff;
    background:#baa26f;
    font-weight: 500;
    letter-spacing: 2px;
    width: 200px;
    opacity: 1;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
    /*
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    */
    padding: 10px 0;
    box-shadow: 0 -2px 3px rgba(0,0,0,0.3);
    text-align: center;
    border-radius: 5px 5px 0 0 ;
    position: absolute;
    left: -203px;
    bottom: -9%;
    cursor: pointer;
}
.book-now-wrapper .book-form p{
    font-size       : 15px;
    color           : #000000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 300;
    padding: 0 15px 4px 15px;
    -ms-text-align-last: auto;
    text-align: left;
}
.book-now-wrapper .form-control{
    border-radius: 2px;
    margin-bottom: 15px;
    background: #f5f5f5;
    box-shadow: none;
    border: 1px solid #e6e6e6;
}
.book-now-wrapper  .form-control:focus {
  border-color: #e6e6e6;
  background: #ffffff;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(102, 175, 233, 0);
          box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(102, 175, 233, 0);
}
.book-now-wrapper  .form-control::-moz-placeholder {
    font-family     : 'Comfortaa', sans-serif;
    font-size       : 14px;
    color           : #a2a2a2;
    font-style: italic;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 1px;
    opacity         : 1;
}
.book-now-wrapper  .form-control:-ms-input-placeholder {
    font-family     : 'Comfortaa', sans-serif;
    font-size       : 16px;
    color           : #a2a2a2;
    font-style: italic;
    font-weight: 300;
}
.book-now-wrapper  .form-control::-webkit-input-placeholder {
    font-family     : 'Comfortaa', sans-serif;
    font-size       : 16px;
    color           : #a2a2a2;
    font-style: italic;
    font-weight: 300;
}
.book-now-wrapper .btn{

    background: #baa26f;
    font-family     : 'Comfortaa', sans-serif;
    font-size       : 14px;
    color           : #ffffff;
    padding: 7px 0;
    width: 100%;
}
.book-now-wrapper .btn:hover{

    background: #a87f41;
}
.book-mob-bg {
    padding-top:16px;
}
.mm-t10 {
    margin-top: 10px;
}
@media only screen and (max-width: 767px) {
.book-mob-bg {
    background:#fff!important;
    padding-top:0px;
}
.mm-t10 {
    margin-top: 0px;
    margin-bottom:5px;
}
}

/*---------------------------------------*/

/* header transparent */
@media (min-width: 992px) {
	#header.header-transparent {
		position: absolute;
		background-color: transparent;
		box-shadow: none;
	}
	#header.header-transparent .tt-menu-nav > li > a,
	#header.header-transparent .tt-menu-tools > ul > li > a {
		color: #FFF;
	}
	#header.header-transparent .tt-menu-nav > li > a:hover {
	}

	#header.header-transparent #logo .logo-dark {
		display: none;
	}
	#header.header-transparent #logo .logo-light {
		display: block;
	}
}

#header.header-transparent.header-filled .tt-menu-nav > li > a,
#header.header-transparent.header-filled .tt-menu-tools > ul > li > a {
	color: inherit;
}


/* ------------------------------------------------------------- *
 * Menu
/* ------------------------------------------------------------- */

.tt-main-menu {
	display: inline-block;
	min-height: 70px;
}

/* menu collapse */
.tt-menu-collapse {
}
@media (min-width: 992px) {
	.tt-menu-collapse {
		display: inline-block !important;
	}
}

/* menu nav */
.tt-menu-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tt-menu-nav > li {
	display: inline-block;
	margin: 0 10px;
}
.tt-menu-nav > li:first-child {
	margin-left: 0;
}
.tt-menu-nav > li:last-child {
	margin-right: 0;
}
@media (max-width: 1400px) {
	.tt-menu-nav > li {
		margin-left: 5px;
		margin-right: 5px;
	}
}
.tt-menu-nav > li > a {
	position: relative;
	display: block;
	margin: 0;
	padding: 30px 0 10px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 500;
	color: #222;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.tt-menu-nav > li > a:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #BAA26F;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tt-menu-nav > li > a:hover:after {
	width: 100%;
}
.tt-menu-nav > li.active > a:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #BAA26F;
}
@media (max-width: 1190px) {
.tt-menu-nav > li > a {
	font-size: 12px;
	}
}

/* Submenu
============ */
.tt-submenu-wrap {
	position: relative;
}

.tt-submenu {
	position: relative;
	display: none;
	top: 100%;
	left: 0;
	min-width: 200px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 999;
	text-align: left;
	box-shadow: inset 0 0 0 1px rgba(99, 99, 99, 0.1);
	-webkit-box-shadow: inset 0 0 0 1px rgba(99, 99, 99, 0.1);
}

@media (min-width: 992px) {
	.tt-submenu {
		position: absolute;
		display: block !important;
		top: 110%;
		padding-top: 10px;
		padding-bottom: 10px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.tt-submenu-wrap.tt-submenu-open > .tt-submenu {
		top: 100%;
		visibility: visible;
		opacity: 1;
		-webkit-transition-delay: 0.1s;
		-moz-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}
}

/* sub-sub menu */
.tt-submenu > .tt-submenu-wrap > .tt-submenu {
	left: 100%;
	right: auto;
	margin-top: -36px;
	margin-left: 0;
}

/* submenu links */
.tt-submenu li {
	margin-top: 2px;
	margin-bottom: 2px;
}
.tt-submenu li:first-child {
	margin-top: 0;
}
.tt-submenu li:last-child {
	margin-bottom: 0;
}
.tt-submenu li > a {
	position: relative;
	display: block;
	padding: 10px 25px 7px 20px;
	text-decoration: none;
	font-size: 12px;
	line-height: 19px;
	color: #888;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tt-submenu li > a:hover {
	background-color: rgba(132, 132, 132, 0.1);
	color: #000;
	-webkit-box-shadow: 3px 0 0 0 #BAA26F;
	box-shadow: inset 3px 0 0 0 #BAA26F;
}
.tt-submenu > li.active > a {
	background-color: rgba(132, 132, 132, 0.1);
	color: #000;
	-webkit-box-shadow: 3px 0 0 0 #BAA26F;
	box-shadow: inset 3px 0 0 0 #BAA26F;
}

/* submenu right position */
.tt-menu-nav > li:last-child > .tt-submenu {
	left: auto;
	right: 0;
}
.tt-submenu-master.tt-submenu-right > .tt-submenu { /* you can add class "tt-submenu-right" manually if needed (works in dropdown master only!) */
	left: auto;
	right: 0;
}

/* caret (requires FontAwesome: http://fontawesome.io/) */
@media (min-width: 992px) {
	.tt-caret {
		margin-left: 5px;
	}
	.tt-caret:after {
		position: relative;
		top: -2px;
		font-family: FontAwesome;
		content: "\f078";
		margin-left: 2px;
		font-size: 9px;
		line-height: 0;
	}

	/* caret in dropdowns */
	.tt-submenu .tt-caret {
		position: absolute;
		right: 8px;
		top: 50%;
		-moz-transform: translateY(-50%) rotate(-90deg);
		-ms-transform: translateY(-50%) rotate(-90deg);
		-webkit-transform: translateY(-50%) rotate(-90deg);
		transform: translateY(-50%) rotate(-90deg);
	}
}


/* Submenu dark style
====================== */
.tt-submenu-dark .tt-submenu {
	background-color: #111;
}
@media (min-width: 992px) {
	.tt-submenu-dark .tt-submenu {
		background-color: rgba(25, 25, 25, 0.95);
	}
}
.tt-submenu-dark .tt-submenu li > a {
	color: #CCC;
}
.tt-submenu-dark .tt-submenu li > a:hover {
	color: #FFF;
}
.tt-submenu-dark .tt-submenu > li.active > a {
	color: #FFF;
}


/* Menu aligns
=============== */
/* menu align left */
#header.menu-align-left .tt-main-menu {
	display: block;
	text-align: left;
}
#header.menu-align-left #logo {
	top: 15px;
	float: left;
	margin: 0 4% 0 0;
}

/* menu align right */
#header.menu-align-right .tt-main-menu {
	float: right;
	text-align: left;
}
#header.menu-align-right #logo {
	top: 15px;
	float: left;
	margin: 0;
}

/* menu align center */
@media (min-width: 992px) {
	#header.menu-align-center {
		text-align: center;
		margin-bottom: 2.5%;
	}
	#header.menu-align-center #logo {
		padding: 40px 0 30px 0;
	}
	#header.menu-align-center #logo img {
		max-height: 80px;
	}

	#header.menu-align-center .tt-menu-nav > li > a:after {
		left: 50%;
	}
	#header.menu-align-center .tt-menu-nav > li > a:hover:after {
		left: 0;
		width: 100%;
	}
	#header.menu-align-center .tt-menu-nav > li.active > a:after {
		left: 0;
	}
}


/* Mobile menu toggle button
============================= */
#tt-m-menu-toggle-btn {
	position: relative;
	display: none;
	float: right;
	top: 28px;
	cursor: pointer;
	padding: 8px 25px 11px 0px;
}

/* hamburger */
#tt-m-menu-toggle-btn span,
#tt-m-menu-toggle-btn span:before,
#tt-m-menu-toggle-btn span:after {
	position: absolute;
	display: block;
	content: '';
	height: 4px;
	width: 25px;
	background-color: #222;
	cursor: pointer;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#tt-m-menu-toggle-btn span:before {
	top: -8px;
}
#tt-m-menu-toggle-btn span:after {
	bottom: -8px;
}
body.tt-m-menu-open #tt-m-menu-toggle-btn span {
	background-color: transparent !important;
}
body.tt-m-menu-open #tt-m-menu-toggle-btn span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
body.tt-m-menu-open #tt-m-menu-toggle-btn span:after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* Mobile menu
================ */
@media (max-width: 991px) {
	#tt-m-menu-toggle-btn {
		display: block;
	}

	.tt-main-menu {
		display: block;
		float: none !important;
		min-height: 0px;
	}

	/* mobile menu collapse */
	.tt-menu-collapse {
		position: absolute;
		display: none;
		top: 100%;
		left: 0;
		width: 100%;
		max-height: calc(100vh - 60px);
		overflow-y: auto;
		background-color: #1F1F1F;
		text-align: left;
		border-top: 1px solid #000;
		box-shadow: inset 0 22px 7px -20px rgba(0, 0, 0, 0.8);
		-webkit-box-shadow: inset 0 22px 7px -20px rgba(0, 0, 0, 0.8);
	}

	/* menu nav */
	.tt-menu-nav {
	}
	.tt-menu-nav > li {
		display: block;
		float: none;
		margin: 0;
		border-bottom: 1px solid #000;
	}
	.tt-menu-nav > li > a {
		background-color: transparent;
		margin: 0;
		padding: 10px 20px;
		color: #CCC !important;
	}
	.tt-menu-nav > li > a:hover {
		background-color: transparent;
		box-shadow: none;
		color: #FFF !important;
		border: none;
	}
	.tt-menu-nav > li.active > a {
		background-color: transparent;
		color: #FFF !important;
		box-shadow: inset 4px 0 0 0 #BAA26F;
		border: none;
	}
	.tt-menu-nav > li > a:after {
		display: none;
	}

	/* mobile submnu */
	.tt-submenu {
		display: none;
		position: relative;
		top: auto;
		left: 0 !important;
		min-width: 100%;
		background-color: #111;
		text-align: left;
		box-shadow: none;
		-webkit-box-shadow: none;
		border-top: 1px solid rgba(134, 134, 134, 0.15);
		box-shadow: inset 0 22px 10px -20px rgba(0, 0, 0, 0.8), inset 0 -22px 10px -20px rgba(0, 0, 0, 0.8) !important;
		-webkit-box-shadow: inset 0 22px 10px -20px rgba(0, 0, 0, 0.8), inset 0 -22px 10px -20px rgba(0, 0, 0, 0.8) !important;
	}
	.tt-submenu > .tt-submenu-wrap > .tt-submenu {
		left: 0 !important;
		margin-top: 0;
		padding-left: 5%;
	}

	/* mobile submnu links */
	.tt-submenu > li {
		margin-top: 0;
		margin-bottom: 0;
		border-top: 1px solid #000;
	}
	.tt-submenu > li:first-child {
		border-top: none;
	}
	.tt-submenu li > a {
		padding: 11px 55px 11px 30px;
		color: #CCC;
	}
	.tt-submenu > li > a:hover {
		background-color: transparent;
		padding-left: 30px;
		box-shadow: none;
		color: #FFF;
		border: none;
	}
	.tt-submenu > li.active > a {
		background-color: transparent;
		color: #FFF;
		box-shadow: inset 4px 0 0 0 #BAA26F;
		border: none;
	}

	/* mobile menu link caret */
	.tt-submenu-wrap .tt-m-submenu-toggle {
		width: 45px;
		height: 100%;
		line-height: 44px;
		background-color: rgba(128, 128, 128, 0.12);
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		text-align: center;
		font-size: 14px;
		color: #DDD;
		border-left: 1px solid rgba(134, 134, 134, 0.06);
	}
	.tt-submenu-wrap .tt-m-submenu-toggle:after {
		position: relative;
		top: -2px;
		font-family: FontAwesome;
		content: "\f078";
		margin-left: 2px;
		line-height: 0;
	}
	.tt-submenu-wrap .tt-m-submenu-toggle.tt-m-dropdown-open:after {
		content: "\f00d";
	}
}


/* Menu tools
================= */
.tt-menu-tools {
	float: right;
	margin-left: 15px;
}
@media (max-width: 991px) {
	.tt-menu-tools {
		margin-left: 0;
		margin-right: 20px;
	}
}

.tt-menu-tools > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tt-menu-tools > ul > li {
	float: left;
	margin-left: 8px;
}
.tt-menu-tools > ul > li > a {
	position: relative;
	display: block;
	margin: 20px 0;
	padding: 10px 5px;
	font-size: 15px;
	font-weight: normal;
	color: #222;
	z-index: 9;
}
@media (max-width: 991px) {
	.tt-menu-tools > ul > li > a {
		margin: 0;
		padding: 20px 8px;
	}
}

/* tt dropdown
=============== */
.tt-dropdown-wrap {
	position: relative;
}

.tt-dropdown {
	position: absolute;
	display: block;
	top: 110%;
	left: 0;
	min-width: 180px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 999;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	box-shadow: inset 0 0 0 1px rgba(99, 99, 99, 0.1);
	-webkit-box-shadow: inset 0 0 0 1px rgba(99, 99, 99, 0.1);

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tt-dropdown-wrap.tt-dropdown-open > .tt-dropdown {
	top: 100%;
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/* tt dropdown links */
.tt-dropdown li {
}
.tt-dropdown li:last-child {
}
.tt-dropdown li > a {
	position: relative;
	display: block;
	padding: 10px 25px 10px 20px;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	color: #888;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tt-dropdown li > a:hover {
	background-color: rgba(130, 130, 130, 0.09);
	color: #000;
}
.tt-dropdown > li.active > a {
	background-color: rgba(130, 130, 130, 0.09);
	color: #000;
}

/* tt dropdown right position */
.tt-menu-tools-menu-nav li:last-child > .tt-dropdown {
	left: auto;
	right: 0;
}
.tt-dropdown-master.tt-dropdown-right > .tt-dropdown { /* you can add class "tt-dropdown-right" manually if needed (works in dropdown master only!) */
	left: auto;
	right: 0;
}


/* tt dropdown dark style */
.tt-dropdown-dark .tt-dropdown {
	background-color: #111;
}
@media (min-width: 992px) {
	.tt-dropdown-dark .tt-dropdown {
		background-color: rgba(25, 25, 25, 0.95);
	}
}
.tt-dropdown-dark .tt-dropdown li > a  {
	color: #CCC;
}
.tt-dropdown-dark .tt-dropdown li > a:hover {
	color: #FFF;
}
.tt-dropdown-dark .tt-dropdown > li.active > a {
	color: #FFF;
}

.tt-menu-nav li {
    text-transform:uppercase;
}

@media (max-width: 460px) {
.site-button-secondry-a {
    	font-size: 12px;
        padding: 10px 10px;
    }
.book-mob-bg {
    padding-top: 1px!important;
    clear: both;
}
.header-style-5 .back-gredient {

    background: rgba(255, 255, 255, 1)!important;

}
}
