/**
  * Name: American Motor Lodge
*/
@import url("font-awesome.css");
@import url("shortcodes.css");
@import url("https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900|Poppins:300,400,500,600,700|Pacifico|Montserrat:400,500,600,700|Maven+Pro:400,500,700,900|Playfair+Display|Quattrocento+Sans:400,700");
/* Reset
-------------------------------------------------------------- */
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	   -ms-text-size-adjust: 100%;
}
body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	   -ms-text-size-adjust: 100%;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
	font-family: inherit; 
	font-size: 100%; 
	font-weight: inherit; 
	font-style: inherit; 
	vertical-align: baseline; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q { 
	-webkit-hyphens: none;
	  -moz-hyphens: none;
	   -ms-hyphens: none;
	       hyphens: none;
	        quotes: none;
}
figure {
	margin: 0;
}
:focus {
	outline: 0;
}
table { 
	border-collapse: collapse; 
	border-spacing: 0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
legend {
	white-space: normal;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	       box-sizing: border-box;
}
button,
input {
	line-height: normal;
}
input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height: 1;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	border: none;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
label {
	padding: 4px 6px;
	color: #373737;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}	
/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;	
	line-height: 25px;
	font-weight: 400;
	background-color: #fff;		
	color: #758290;
}
a {		
	color: #28293A;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
	color: #fa4a24;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul, ol {
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;		
}
b, strong {
	font-weight: 600;
}
button {
	border: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {		
    font-size: 14px;
    font-weight: 700;
    color: #28293a;
    text-transform: uppercase;
    padding: 12px 24px;
    background-color: #a6001b;
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {	
	background-color: #ffffff;
    border: 2px solid #ebebeb;
    height: 40px;
    padding-left: 30px;
    font-size: 14px;
    outline: none;
    margin-bottom: 30px;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
textarea:focus,
button[type="submit"]: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 {
	border: 2px solid #2176ff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0px;
}
textarea {
	width: 100%;
	height: 235px;
	padding: 30px 30px;
}
input[type="checkbox"] {
	display: inline;
}
textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {		
	color: #b3b7c8;
	opacity: 1;
}
input:-ms-input-placeholder {
	color: #b3b7c8;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #b3b7c8;
	opacity: 1;
}
/* bootstrap resetting elements */
.btn {
	background-image: none;
}
textarea, 
input[type="text"],
input[type="submit"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
	color: #808080;
}
h1, h2, h3, h4, h5, h6 { color: #171717; font-weight: 600; margin-bottom: 20px; font-family: 'DM Serif Text', serif;}
h1 { font-size: 36px; line-height: 40px; }
h2 { font-size: 30px; line-height: 35px; }
h3 { font-size: 24px; line-height: 30px;font-weight: 500; }
h4 { font-size: 20px; line-height: 25px; }
h5 { font-size: 18px; line-height: 20px; }
h6 { font-size: 16px; line-height: 18px; }

.mt_40 {margin-top: 40px;}
/* Variables  
---------------------------------------------------------------*/
#mainnav-mobi ul.sub-menu > li > a, 
.product .content-product .btn-card, 
.product .content-product .name, 
.product .content-product .mount, 
.product .featured-product img {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
#header.downscrolled {
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.header .logo, #mainnav ul.submenu, 
#mainnav ul.submenu > li > a, aside.widget, 
.product .box-product, .entry .readmore:after, 
.switcher-container h2 a, .switcher-container h2 i, 
.sw-pattern.pattern, .entry ,.entry-border, .item-border, 
.item .featured-item a img, .go-top, .entry .featured-post a img,
.widget-nav-menu ul li::after, .widget.widget-out-link ul li a:before,
.widget-nav-menu ul li, .widget.widget-recent-new ul li span:before, 
.top-search, .top-search #searchform-all #searchsubmit, .shopping-cart .subcart {
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.header.downscrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.15);
}
/* Color */
.menu.menu-extra li a:hover, 
.flat-alert.msg-success, 
.flat-information li i,  
.start-pri i, .item .content-item .title-item a:hover,
.comment .comment-body .comment-info h6 a:hover, 
.product-single .social-links li a:hover, 
.product-single .product_meta li a, .widget-banner .sale, 
.widget-shopby .price_slider_amount .price_label input, 
.widget-shopby .ui-slider .ui-slider-handle, .infomation-text span, 
.breadcrumbs.color-661 ul li a:hover, .item .readmore::after, 
.item .readmore:hover, .widget.widget-phone i, 
.page-title.style2 .breadcrumbs ul li a:hover, 
.flat-information.style2 li a:hover, 
#mainnav.style2 ul.submenu > li > a:hover,
#mainnav.style2 > ul > li.active > a, 
#mainnav.style2 > ul > li > a:hover, 
.social-links.color-white li a:hover, 
.entry .readmore:after,
.project-dynamic .entry .content-post .title-post a:hover,
.project-dynamic .entry .readmore:hover,
.project-dynamic .entry .readmore:hover:after, 
.entry .meta-data .meta-post li.author a, #subscribe-msg .notification_error, 
#subscribe-msg .notification_ok, .breadcrumbs ul li a:hover, 
.breadcrumbs ul li i, .entry .content-post .title-post a:hover, .entry .readmore:hover {
	color: #f79824;
}
.social-links.style2 li a:hover,
.social-links.style3 a:hover, .widget-shopby .ui-slider .ui-slider-handle span.shadow.dow,
.widget-shopby .ui-slider .ui-slider-range {
	background-color: transparent;
}
.widget-product ul li ins, .product-single ul.product-style li .detail, 
.testimonials .avatar span.name, .product .content-product .mount, 
.breadcrumbs.color-661 ul li a, .breadcrumbs.color-661 ul li, 
.breadcrumbs.color-661 ul li:before, .item .readmore, .item .content-item .title-item, 
.widget.widget-phone span, .page-title.style2 .page-title-heading h1, 
.page-title.style2 .breadcrumbs ul li, .page-title.style2 .breadcrumbs ul li a, 
.page-title.style2 .breadcrumbs ul li i, .page-title.style2 .breadcrumbs ul li:before,
.menu-extra.color-661 li a, .entry .content-post .title-post a, 
.entry .readmore, .item .content-item .title-item a, .single-post p, #mainnav.color-661 > ul > li > a {
	color: #0f3661;
}
.top.background-661, .nav-absolute .nav-wrap {
	background-color: #0f3661;
}

.flat-header-wrap {
    background-color: #000;
}
.project-info ul li, .widget-info.color35d .info-text p, 
.product-single .product_meta li a:hover, .product-single .product-style li, 
.product-single p, .product-single ins, .widget-product ul li .product-name a,
.testimonials blockquote.whisper, .careers-info .careers-text p, 
.page-commingsoon .title-section.sub .title, .product .content-product .name,
#mainnav ul.submenu > li > a, .item .content-item p, .wrap-formcontact.style2 p,
.list-author .info-author .contact-author h3 {
	color: #42435d;
}
.flat-alert.msg-success {
	text-align: center;
}
 #mainnav > ul > li > a, .project-dynamic .entry .content-post, 
.project-dynamic .entry .category,
#mainnav.color-white > ul > li.active > a, 
#mainnav.color-white > ul > li > a:hover, 
#mainnav.color-white ul.submenu > li > a:hover, 
.project-dynamic .entry .content-post .title-post a, 
.social-links.color-white li a,
.project-dynamic .entry .readmore, 
.infomation-text, .widget.widget-nav-menu ul li a:hover, 
.widget.widget-nav-menu ul li.active a, .breadcrumbs ul li:before, 
.breadcrumbs ul li a, .breadcrumbs ul li, .page-title-heading h1, 
#mainnav-mobi ul.sub-menu > li > a:hover,
.menu-extra li a, .social-links.style3 a:hover, 
.top-search #searchform-all #searchsubmit, 
.flat-information.before-white li i, 
.btn-click.color-white .flat-button, 
.ttm-textcolor-white,
.title-section .sub-title.ttm-textcolor-white,
.project-dynamic .entry .readmore:after, 
.flat-language.color-white .current a, .flat-information.style2 li a,
.ttm-bgcolor-skincolor .title-section .title ,
.ttm-bgcolor-darkgrey .iconbox.style3 .box-content .box-title{
	color: #ffffff;
}

.ttm-textcolor-skincolor {
    color: #ffff !important;
}

.ttm-textcolor-heading {
    color: #f79824 !important;
}

.call-text {
    font-family: 'Niconne', cursive;
    font-size: 36px;
}

.ttm-bgcolor-darkgrey .iconbox .box-content p {
	color: #758290;
}
.ttm-bgcolor-darkgrey .iconbox.style2 .box-content .box-title,
.ttm-bgcolor-darkgrey .title-section .title {
	color: #1d2222;
}

.header .background-white, #mainnav ul.submenu, 
.shopping-cart .subcart, .header.bg-white, .header-style3.downscrolled {
	background-color: #ffffff;
}
/* Position */
.ttm-align-right.social-links, #mainnav > ul > li > a, #mainnav ul li, 
.sw-odd .sw-image .sw-buy,  .product-single .product_meta li, 
.comment-respond h2, .flat-information, .widget.widget-shopby form, 
.widget.widget-shopby .ui-slider, .wrap-breackcrum, .product .content-product, 
.main-history .wrap-step .data-step, .main-history .wrap-step .info-step, 
.item .readmore, .flat-wrap-header , .flat-header-wrap, .topbar .menu.menu-extra, 
.data-effect, .slide-overlay, .entry, .item,.top-search #searchform-all, 
.entry .readmore, .entry .meta-data ul li, .widget-download .download a, 
.widget.widget-nav-menu ul li a, .widget.widget-testimonials .avatar span.name, 
.widget.widget-testimonials .avatar, .widget-nav-menu ul li, 
.widget.widget-out-link ul li a, .widget.widget-recent-new ul li span, 
.menu-extra > li, .nav-wrap, .page-title,
.wrap-form.style2 span.flat-input  {
	position: relative;
} 
.widget-nav-menu ul li::before,
.product-single .product_meta li::after,
.comment-respond h2::after,
.topbar .menu.menu-extra::before,
.main-history .wrap-step .data-step::before,
.main-history .wrap-step .data-step::after,
.topbar.style2 .flat-information::before,
.widget.widget-nav-menu ul li a:before,
.widget.widget-testimonials .avatar span.name::after {
	position: absolute;
	content: "";
}
.breadcrumbs ul li:before, .sw-odd .sw-image .sw-buy:after, 
.item .readmore::after, .entry .readmore:after, 
.widget-download .download a:after, .widget-nav-menu ul li::after, 
.widget.widget-testimonials .avatar::after {
	position: absolute;
	font-family: "FontAwesome";
}
.widget.widget-out-link ul li a:before, 
.widget.widget-recent-new ul li span:before, 
.entry .meta-data ul.meta-comment li::before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "FontAwesome";
}





/* Opacity */
#mainnav ul.submenu, .effect-animation, .top-search, .go-top, 
.shopping-cart .subcart, .product:hover .content-product .name, 
.product:hover .content-product .mount {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
}
#mainnav ul li:hover > ul.submenu, .effect-animation.animated, 
.go-top.show, .top-search.show, .shopping-cart:hover .subcart {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
   visibility: visible;
}
/* Box-Shadow */
.shopping-cart .subcart, #mainnav ul.submenu {
	box-shadow: 0px 20px 46px 0px rgba(0, 0, 0, 0.15); 
}
.box-shadow1 {
	box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.15); 
}
.box-shadow2 {
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);  
}
.box-shadow3 {
	box-shadow: 0px 27px 51.33px 7.67px rgba(0, 0, 0, 0.15); 
}
.border-shadow .entry-border, .border-shadow .item-border  {
	border: 1px solid #ebebeb;
}
.border-shadow .entry-border:hover, .border-shadow .item-border:hover, 
.product:hover .box-product, .widget-banner img {
	box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.15); 
}
/* Effect */
.widget-nav-menu ul li::before {
	top: 50%;
    right: 101%;
    z-index: -1;
    margin: -20px 0 0 1px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0f3661;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
    transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}
.widget-nav-menu ul li:hover:before , .widget-nav-menu ul li.active:before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(-9, 9, 1);
}
/* Column */
.one-half {
    float: left;
    width: 50%;
}
.wrap-column, .project-dynamic .data-effect {
	margin: 0px -15px;
}
.wrap-column .flat-column3 {
	float: left;
	width: 33.3333333333%;
	padding: 0px 15px;
}
.wrap-column2 {
	margin: 0px -25px;
}
.wrap-column2 .flat-column2 {
	float: left;
	width: 50%;
	padding: 0px 25px;
}

/* Top 
---------------------------------------------------------------*/

.ttm-information li {
    display: inline-block;
    margin: 0px 0px 0px 12px;
}
.ttm-information li {
    line-height: 24px;
    font-size: 14px;
    padding-left: 12px;
	position: relative;
}
.ttm-information li:last-child{
	margin-left: 10px;
}
.ttm-information li i {
    margin-right: 10px;
	font-size: 16px;
}
.topbar {
	padding: 14px 0px;
	background-color: #2176ff;	
	color: #28293a;
	font-size: 14px;
}
.ttm-align-right {
    float: right;
}
.ttm-align-right.social-links {
	padding-left: 27px;
    margin-left: 7px;
}
.ttm-align-right.social-links a {
	font-size: 16px;
}
.ttm-align-right li {
	position:relative;
}
/*.ttm-align-right.social-links li:after {
     content: "";
    height: 17px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    right: -3px;
    top: 4px;
}
.ttm-align-right.social-links li:last-child:after {
	content:none;
}*/
.social-links li {
	display: inline-block;
	padding: 0px 10px;
}
.social-links li:last-child {
	padding-right: 0;
}
/* Widget Header
-------------------------------------------------------------- */
.wrap-widget-header {
    padding: 37px 0px 30px;
}
.wrap-widget-header .widget-info {
    float: right;
    margin: 0 0 0 45px;
}
.wrap-widget-header .widget-info:last-child {
	margin-left:0px;	
}
.widget-info .info-icon {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 5px 15px 0px 0px;
   color: #2bbbd8;
    font-size: 34px;
	vertical-align: middle;
}
.widget-info .info-text {
    overflow: hidden;
}
.widget-info .info-text h6 {
	margin-bottom: 0;
	font-size:17px;
	line-height:30px;
}
.wrap-widget-header .widget-info .flat-button {
    line-height: 25px;
	font-size: 16px;
    font-weight: 400;
}
/* Header
-------------------------------------------------------------- */
#header {
	z-index: 999;
}
.header .logo {		
    margin: 0px 50px 0px 0px !important;
	line-height: 104px;
    text-align: center;
    height: 106px;
}

.header.header-backgroundf61 {
	background-color: #1c0f61;
}
.header-classic.header-style1 {
background-color:transparent;	
}
.header-classic.header-style1 #mainnav-mobi > ul > li > ul > li.active > a,
 .header-classic.header-style1 #mainnav-mobi ul > li > a {
	color: #111111;
}
.header-classic.header-style1 #mainnav > ul > li.active > a,
.header-classic.header-style1 #mainnav > ul > li > a:focus, 
.header-classic.header-style1 #mainnav > ul > li > a:hover {
	color: #fff;
}
/* Header Fix */
.flat-header-wrap .header.downscrolled {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.15);
    bottom: auto !important;
}
.header-absolute.downscrolled {
	background-color: #fff
}
.header.downscrolled #mainnav.style2 > ul > li > a,.header.downscrolled  .menu-extra.style2 li a {
	line-height: 60px;
}
.header.header-style2.downscrolled .logo, .header.header-style4.downscrolled .logo {
    margin-top: 15px;
}
.downscrolled .margin-top36 {
	margin-top: 19px;
}
.downscrolled .margin-top26 {
	margin-top: 6px;
}
.header.header-style3.downscrolled .logo {
    margin: 15px 0 0 21px;
}
.header-style3.downscrolled .btn-click.style2 .flat-button {
    padding: 17px 28px 19px 28px;
}
/* Menu Extra */
.menu.menu-extra li a  {
	padding: 0px 12px;
	display: block;
}
.menu.menu-extra li:last-child a {
	padding-right: 2px;
}
/* Shopping-Cart
-------------------------------------------------------------- */
.shopping-cart .subcart {
    position: absolute;
    width: 300px;
    right: 0;
    top: 120%;
    padding: 40px 30px 20px 30px;
    z-index: 9999;
    text-align: left;
}
.shopping-cart:hover .subcart {
	top: 100%;
}
/* Navigation */
.nav-wrap .mainnav  {
	float: left;
}
.header-style1 .nav-wrap .mainnav {
    margin-left: -15px;
}
.menu.menu-extra {
	padding-left: 20px;
	float: right;
}
.menu.menu-extra > li {
	display: inline-block;
	font-size: 16px;
}
#mainnav > ul {
	text-align: right;
}
#mainnav ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
#mainnav > ul > li {
   display: inline-block; 
   margin-right: -5px;  
}
#mainnav > ul > li > a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    position: relative;
    letter-spacing: 0.5px;
}
#mainnav > ul > li > a, .menu-extra li a {
	padding: 0 15px 0px 15px;
	line-height: 100px;
}
.header-classic.header-style1 #mainnav ul li a:after {
    content: "";
    height: 21px;
    width: 1px;
    background-color: rgba(0,0,0,0.20);
    display: block;
    position: absolute;
    right: 0px;
    top: 20px;
}
.header-classic.header-style1 #mainnav ul li:last-child a:after {
    content: none;
}
/* #header.downscrolled .logo img {
	padding-top: 18px;
} */
/* submenu */
#mainnav ul.submenu {
	position: absolute;
   	left: 0;
   	top: 120%;
   	width: 240px;
   	text-align: left;
   	z-index: 9999;
}
/* Right sub-menu */
#mainnav ul.right-sub-menu {
    left: auto;
    right: 0;
}
#mainnav ul li:hover > ul.submenu {
	top: 100%;
}
#mainnav ul li ul li {
   margin-left: 0;
}
#mainnav ul.submenu li ul {
   position: absolute;
   left: 240px;
   top: 0 !important;
}
#mainnav ul.submenu > li > a {
    display: block;    
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 0 0 0 31px;
    line-height: 40px;
}
/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
   	display: block;
   	margin: 0 auto;
   	width: 100%;
   	position: absolute;
   	background-color: #222222;
   	z-index: 1000;
	top: 112px;
}
#mainnav-mobi ul {
   	display: block;
   	list-style: none;
   	margin: 0;
   	padding: 0;
}
#mainnav-mobi ul li {
   	margin:0;
   	position: relative;
   	text-align: left;
   	border-top: 1px solid #333333;
   	cursor: pointer;
}
#mainnav-mobi ul > li > a {
   	text-decoration: none;
   	height: 50px;
   	line-height: 50px;
   	display: block;
   	padding: 0 15px;
	color: #fff;
}
#mainnav-mobi ul.sub-menu {
   	top: 100%;
   	left: 0;
   	z-index: 2000;
   	position: relative;
   	background-color: #333333;
}
#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
   	position: relative;
   	border-top: 1px solid #333333;
   	padding-left: 15px;
}
#mainnav-mobi > ul > li > ul > li > ul > li a {
   	padding-left: 45px !important
}
#mainnav-mobi ul.sub-menu > li > a {
   	display: block;
   	text-decoration: none;
   	padding: 0 60px;
   	border-top-color: rgba(255,255,255,.1);
}
#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}
/* Button menu mobile */
.btn-menu {
	display: none;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 22px 0 22px;
	width: 26px;
	height: 16px;
	float: right;
    margin-right: 15px;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}
.btn-menu:before,
.btn-menu:after, 
.btn-menu span {
	background-color: #fff;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}
.btn-menu:before,
.btn-menu:after {
	content: '';
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}
.btn-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}
.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	        transform: translate3d(0, -7px, 0);
}
.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
}
.btn-menu.active span {
	opacity: 0;
}
.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
}
.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
}
.btn-submenu {
   position: absolute;
   right: 20px;
   top: 0;
   font: 20px/50px 'FontAwesome';
   text-align: center;
   cursor: pointer;
   width: 70px;
   height: 44px;
}
.btn-submenu:before {
   content: "\f107";
   color: #fff;
}
.btn-submenu.active:before {
   content: "\f106"
}
.btn-menu {
   display: none 
}
/* Header Style2
-------------------------------------------------------------- */
.header.header-style2 .logo {
	margin-top: 33px;
}
#mainnav.style2 > ul {
	text-align: left;
}
#mainnav.color-93a > ul > li > a {
	color: #28293a;
}
#mainnav.style2 > ul > li > a {
	padding: 0 21px 0px 21px;
}
#mainnav.style2 > ul > li:first-child > a {
	padding-left: 26px;
}
#mainnav.style2 > ul > li:nth-child(4) > a {
    padding: 0px 23px 0px 22px;
}
#mainnav.style2 > ul > li.active > a, #mainnav.style2 > ul > li > a:hover, #mainnav.style2 ul.submenu > li > a:hover {
	background-color: transparent;
}
#mainnav.style2 > ul > li > a, .menu-extra.style2 li a {
	line-height: 100px;
}
.menu.menu-extra.style2 {
	padding-left: 0;
}
/* Header Style6
-------------------------------------------------------------- */
.nav-absolute .nav-wrap {
    margin-top: -25px;
    z-index: 99;
    position: absolute;
    width: 100%;
}
.widget-header-style2.nav-absolute .wrap-widget-header {
    padding: 37px 0px 65px;
}
.header.downscrolled.nav-absolute .nav-wrap {
	margin-top: 0;
}
.nav-absolute .nav-wrap .menu.menu-extra {
	padding-right: 27px;
}
.header-absolute {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: rgba( 255, 255, 255, 0.2);
}
/* Header Style7
-------------------------------------------------------------- */
.header.header-style4 {
    padding: 0px 75px;
}
.header.header-style4 .logo {
    margin: 34px 0 0 0;
}
.header-style4 .btn-click .flat-button {
	padding: 10px 30px 13px 27px;
}
/* Page Title
-------------------------------------------------------------- */
.page-title {
	 padding: 200px 0px 100px;
}
.page-title-heading h1 {	
    margin-bottom: 11px;
	font-weight: 500;
}
.page-title {
    background-image: url(../images/parallax-1.jpg);
}
.page-title .section-overlay {
    background-color: rgba( 0, 0, 0, 0.10);
}
.page-title-heading,
.breadcrumbs {
	text-align: center;	
}
.page-animities .page-title {
    background-image: url(../images/gallery/gallery-one.jpg);
	background-position: center center !important;
}
.page-gallery .page-title {
    background-image: url(../images/gallery/gallery-three.jpg);
	background-position: right center !important;
}


/* Style2 */
.page-title.style2 {
    padding: 71px 0px 73px;
}
/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs ul {
	padding-top: 0;
}
.breadcrumbs ul li {
    display: inline-block;
    position: relative;
    padding-right: 21px;
    font-size: 16px;
    margin-right: 7px;
}
.breadcrumbs ul li.home {
	padding-right: 27px;
}
.breadcrumbs ul li i {
	margin-right: 12px;
}
.breadcrumbs ul li:before {
	right: 0px;
    top: 0;
	content: "\f105";
}
.breadcrumbs ul li:last-child::before {
	content: none;
}
/* widget banner */
.widget-banner {
	padding: 24px 0px 23px;
    background-color: #e6f5ff;
}
.widget-banner .big-offer {
	font-weight: 600;	
	font-size: 14px;
	color: #232530;
}
.widget-banner .sale {
	font-weight: 500;
	margin-bottom: 15px; 
}
.widget-banner img {
	margin-bottom: 32px;
}
.widget-banner .flat-button {
	padding: 2px 42px 4px 44px;
}
/* Services 
-------------------------------------------------------------- */
.item {
	margin-bottom: 30px;
}
.item.item-details {
	margin-bottom: 17px;
}
.item.item-details .content-item {
	padding: 0px 15px 0px 1px;
}
.item-details .content-item p {
	color: #42435d;
}
.wrap-acadion h2 {
	font-weight: 600;
	margin: -9px 0px 31px;
}
/* Style2 */
.item.style2 .content-item {
	padding: 0;
}
.item.style2 .featured-item {
    margin-bottom: 22px;
}
.item.style2 .content-item .title-item {
	font-size: 18px;
	margin-bottom: 3px;
}
.item.style2 .content-item p {
	line-height: 26px;
	margin-bottom: 11px;
}
.item .readmore {
	display: inline-block;	
	font-weight: 500;	
	padding-right: 12px;
	font-size: 14px;
}
/* HomePage1
-------------------------------------------------------------- */
.section-iconbox .title-section.style3.left {
	margin-bottom: 72px;
}
/* HomePage2
-------------------------------------------------------------- */
.flat-row.section-counter .title-section.style2 {
	margin-bottom: 61px;
}
.section-about .title-section.style2 {
	margin-bottom: 44px;
}
.section-about .title-section.style2 .title {
    margin: -4px 0px 24px 0px;
    line-height: 36px;
}
.section-about .title-section.style2 .sub-title {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 5px;
}
.section-about .title-section.style2 .sub-title:last-of-type {
	margin-bottom: 0px;
	line-height: 24px;
}
.section-about .flat-button {
	padding: 11px 23px 10px 25px;
}
/* Home About Us
-------------------------------------------------------------- */
.featured-aboutus {
    width: 50.78125%;
}
.info-aboutus .title-section.style2.left {
	margin-bottom: 74px;
}
.info-aboutus .title-section .title {
	line-height: 36px;
	margin-bottom: 24px;
}
.info-aboutus .title-section .sub-title {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 4px;
}
.info-aboutus {
	width: 49.21875%;
	padding: 6.7% 18% 3% 3.8%;
}
.about-counter .flat-counter {
    width: 30%;
    margin-left: -4px;
}
.about-counter .flat-counter:nth-child(2) {
	width: 33%;
}
.about-counter .flat-counter:nth-child(3) {
	width: 37%;
}
/* Page Contact
-------------------------------------------------------------- */
.wrap-infobox {
    padding-bottom: 63px;
    margin-bottom: 0px;
}
.wrap-formcontact {
	padding-left: 2px;
	padding-bottom: 40px;
}
.wrap-formcontact h1 {
    font-weight: 600;
    margin: -16px 0px 53px 0px;
}
/* Style2 */
.wrap-formcontact.style2 h1 {
    font-weight: 600;
    margin: -8px 0px -1px 0px;
}
.wrap-formcontact.style2 p {
	font-size: 14px;
	margin-bottom: 45px;
}

/* Action Box
-------------------------------------------------------------- */
.ttm-actionbox{
	padding: 0px 30px 50px 30px;
}
.action-header.ttm-textcolor-white,
.action-content.ttm-textcolor-white{
	position: relative;
	z-index: 11;
}
.ttm-actionbox .action-header{
	padding: 50px 0px;
}
.action-header .titlesize30{
	font-size: 38px;
	line-height: 48px;
    font-weight: 300;
}
.action-header .titlesize30:after{
	position: absolute;
	content: "";
	bottom: 40%;
	display: block;
	width: 100%;
	border: 4px solid #fa4a24;
    z-index: -1;
}
.action-content .action-icon {
	font-size: 60px;
	line-height: 72px;
	color: #ffff;
	margin-right: 24px;
/*	margin-top: 30px;*/
}
.action-content .action-line span,
.action-header .sub-title{
	font-size: 24px;
	line-height: 24px;
	font-family: 'Niconne' ,cursive;
}
.action-content .action-line .cont-num{
	font-size: 44px;
	line-height: 60px;
    font-weight: 300;
}
.action-content .action-line p{
	font-size: 14px;
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
	position: fixed !important;
	right: -35px;
	bottom: 55px;   
	width: 45px;
	cursor: pointer;   
	background-color: #2176ff;
	height: 45px;
	line-height: 45px;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;   	
}
.go-top.show {
	right: 15px;
	z-index: 99;
}
.go-top i {
	font-size: 18px;
	color: #fff;
	padding-bottom: 3px;	
}
.go-top:hover {
    background-color: #f79824;
}
/* Footer
-------------------------------------------------------------- */
.footer {
	background-image: url(../images/footer-bg-image.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-color: #1a2022;
}
.footer .widget {
	padding: 40px 0px 15px 20px;
}
.first-footer-widget .widget.widget-out-link ul.one-half{
	list-style: disc;
}
.site-footer-bg-layer.ttm-bg-layer {
    opacity: 0.90;
}
.widget-footer .widget .widget-title {
    font-size: 30px;
    color: #f79824;
    padding-left: 1px;
    margin-bottom: 34px;
    letter-spacing: 1.5px;
    position: relative;
    font-weight: 500;
    text-align: center;
}
/* .widget.widget-out-link:after{
	position: absolute;
	content: "";
	bottom: 2%;
	left: 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    height: 80%;
} */

.widget.widget-out-link.b-right:after{
	position: absolute;
    content: "";
    background: rgba(200, 200, 200, 0.20);
    height: 80%;
    width: 1px;
    top: 16%;
    right: 0%;
	bottom: 2%;
}
.widget.widget-out-link:after:last-child{
	content: unset;
}
.footer .logo {
	margin-bottom: 17px;
}
.widget-logo p {
	padding-left: 3px;
	margin-bottom: 14px;
}
.flat-info i,
.flat-info strong{
	font-size: 16px;
	line-height: 25px;
	padding-right: 15px;
}
.flat-info p{
	font-size: 16px;
	line-height: 24px;
}
.footer .social-links {
	padding-top: 5px;
}
.footer .social-links li a {
	width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    border: 1px solid;
    display: block;
    font-size: 14px;
    text-align: center;
}
.footer .social-links li {
    padding: 0px 1px;
}

/* Bottom
-------------------------------------------------------------- */
.bottom {
    background-color: #242424;
    padding: 13px 0px 20px;
	text-align: center;
}
.copyright {
	margin: 10px 0px 0px 3px;
}
.footer-nav-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
	padding-top: 7px;
}
.footer-nav-menu li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 20px;
}
.footer-nav-menu li:first-child {
    padding-left: 0px;
}
ul.footer-nav-menu li:after {
    position: absolute;
    content: "|";
    padding-left: 10px;
}
ul.footer-nav-menu li:last-child:after {
	content:none;
}
.text-align-center {
	text-align:center;
}
/* Parallax
-------------------------------------------------------------- */
.parallax {
	width: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.parallax.parallax1{
	background-image: url(../images/parallax-1.jpg); 
	background-attachment: unset;
}
.parallax.parallax4{
	background-image: url(../images/parallax-4.jpg); 
	background-attachment: unset;
}
.parallax.parallax5{
	background-image: url(../images/parallax-5.jpg); 
	background-attachment: unset;
}
.parallax.parallax6{
	background-image: url(../images/parallax-6.jpg);
	background-attachment: fixed;
}
.parallax4a{
	background-image: url(../images/parallax-4.jpg); 
	background-position: center center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.section-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba( 0, 0, 0, 0.75);
}
.section-overlay.stylethree {
	    background-image: url(../images/col-bg-three.jpg);
}
.section-overlay.style3 {
	background-color: rgba( 15, 54, 97, 0.5);
}
.background-nopara {
	-webkit-background-size: cover;
		 -o-background-size: cover;
		    background-size: cover;	
	background-repeat: no-repeat;
}
.ttm-cta-styleone{
	    background-image: url(../images/tm-cta-bgimage.jpg);
}
/* Preload
-------------------------------------------------------------- */
#loading-overlay {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}
.loader:before,
.loader:after {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    content: "";
    -webkit-animation: preloader-wave 1.6s linear infinite;
            animation: preloader-wave 1.6s linear infinite; 
    border-radius: 50%;
    background: #2bbbd8;
}
.loader:after {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s;
}
@-webkit-keyframes preloader-wave {
0% {
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	opacity: .5;
}
100% {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 0;
}
}
@keyframes preloader-wave {
0% {
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	opacity: .5;
}
100% {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 0;
}
}

/* paddings */

.padding-bottom30 {
		padding-bottom:30px;	
}
.padding-top30 {
	padding-top:30px;	
}
.padding-top20 {
	padding-top:20px;	
}
.padding-top40 {
	padding-top:40px;	
}
.title-section .title {
	font-size: 36px;
	line-height: 45px;
	color: #181818;
	font-weight: 700;
	letter-spacing:  0;
}

/* about hotel info section home */
.section-about .title-section {
    margin-bottom: 0px;
}
.section-about .wrap-formrequest {
	padding-right:50px;	
	padding-bottom: 30px;
}
.section-about #contactform span.flat-input {
    padding: 0px 15px;	
}
.section-about #contactform  input[type="text"]::-webkit-input-placeholder,.section-about #contactform select {
	color: #868686;
}
.section-about #contactform  input[type="text"]:-moz-placeholder,.section-about #contactform select {
	color: #868686;
}
.section-about #contactform  input[type="text"]::-moz-placeholder,.section-about #contactform select {
	color: #868686;
}
.section-about #contactform  input[type="text"]:-ms-input-placeholder,.section-about #contactform select {
	color: #868686;
}
.title-section h1 {
   font-weight:500;
}
.about_lodge {
	padding-bottom:40px;
}
.about_lodge .section-about {
	padding-top: 90px;
	padding-left:65px;
}

/* services list points */

.our_services ul li {
	position: relative;
	padding: 4px 0px;
}
.our_services ul li i {
    position: absolute;
    left: 0px;
    top: 11px;
    font-size: 16px;
    color: #2176ff;
}
.our_services ul .list-li-content {
    display: inline-block;
    padding-left: 25px;
    color: #758290;
    font-weight: 500;
}

/* services */

.available-services  {
	background-image:url('../images/available-service-bg.jpg');
	background-attachment: fixed;
	background-position:right bottom;
}
.available-services .section-overlay.style2 {
    background-color: rgba( 0, 0, 0, 0.75);
}
.flat-row.available-services .title-section.style2 {
    margin-bottom: 85px;
}
.ttm-services ul {
	background-color:transparent;	
}
.ttm-services ul li:first-child {
	padding-right:15px;	
}
.ttm-services ul li:last-child {
	padding-left:15px;
}
.ttm-services .wrap-iconbox {
	box-shadow:none;	
}
.readmore {
	display: inline-block;
    font-weight: 500;
    padding-right: 12px;
    font-size: 14px;
	position:relative;
	margin-top:15px;
}
.readmore:after {
	right: 0;
	top: 0;
	content: "\f101";
	position: absolute;
	font-family: "FontAwesome";
	color:inherit;
	font-size: 16px;
	line-height: 23px;
	right: -6px;
}
.ttm-services .wrap-iconbox .iconbox {
	    border-top: 4px solid #81be18;
}
.ttm-sbox-general.content-align-center{
	text-align: center;
}
.ttm-box-seperator .ttm-sbox-general .ttm-icon{
	font-size: 37px;
	line-height: 19px;
	color: #fa4a24;
}
.ttm-box-seperator .ttm-sbox-general .ttm-icon{
	font-size: 37px;
	line-height: 19px;
	color: #fa4a24;
	margin-bottom: 30px;
}
.ttm-box-seperator .col-lg-4 .ttm-sbox-general:after {
	position: absolute;
	content: "";
    background: rgba(200, 200, 200, 0.50);
    height: 100%;
    width: 1px;
    top: 0;
    right: 0%;
}
.ttm-box-seperator .col-lg-4:last-child .ttm-sbox-general:after{
	content: unset;
}

.service-heading {
	font-family: 'Playfair Display', serif;
	font-weight: 600;
}
/* gallery */			

.ttm-boxes-spacing-5px {
	width:100%;
	overflow:hidden;
}
.ttm-boxes-spacing-5px .multi-columns-row {
    margin-left: 0;
    margin-right: 0;
}
.ttm-boxes-spacing-5px .ttm-box-col-wrapper {
    padding-right: 5px;
    padding-left: 0px;
    margin-bottom: 5px;
}
.ttm-boxes-spacing-0px .row.multi-columns-row  .ttm-box-col-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}
.flat-row.v4.padding-bottom30 {
	padding-bottom:30px;
}

/* text center */

.center-text {
text-align:center;	
}

.ttm-box-view-gallery {
	position:relative;
	overflow:hidden;
}
.ttm-box-view-gallery .ttmlodge-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ttm-box-view-gallery .ttmlodge-icon-box.ttmlodge-media-link {
    left: 50%;
    margin-left: -22px;
    -webkit-transition: all 0.4s 0.2s;
    transition: all 0.4s 0.2s;
}
.ttm-box-view-gallery .ttmlodge-icon-box {
    position: absolute;
    top: 0;
    width: 44px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    opacity: 0;
}
.ttm-box-view-gallery .ttmlodge-icon-box a {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: 2px solid #2176ff;
    border-radius: 50%;
    font-size: 18px;
}
.ttmlodge-icon-box a {
    color: #2176ff;
}
.ttm-box-view-gallery .ttmlodge-icon-box a:hover{
	color: #fff;
	border: 1px solid #ffff;
}
.ttm-box-view-gallery:hover .ttmlodge-overlay {
    opacity: 0.85;
}
.ttm-box-view-gallery:hover .ttmlodge-icon-box {
    margin-top: -20px;
    opacity: 1;
}
.ttm-box-view-gallery:hover .ttmlodge-icon-box {
    top: 50%;
}
.header-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.reservation-btn {
    display: block;
    float: right;
	margin-top:26px;
	margin-left: 15px;
}
.flat-wrap-header {
    float: right;
}
#blance-s1 {
	position: relative;
}
.ttm-center-button {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
	text-align: center;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);	
}
.title-section .heading-seperator{
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
	margin-top: 8px;
}
.title-section.center-text .heading-seperator {
	left:50%;
}
.title-section .heading-seperator:after{ 
    content: "";
    display: block;
    height: 4px;
	width: 60px;
    position: absolute;
    left: 50%;
    bottom: 6px;
    background-color: #f79824;
}
.ttm-bgcolor-skincolor .title-section .heading-seperator:after{ 
	background-color: rgba(255, 255, 255, 0.70);
}
.title-section.ttm-title-align-left .heading-seperator:after, 
.title-section.ttm-title-align-left .heading-seperator:before {
	 left: 11%;
}
.title-section.center-text .heading-seperator:after {
	-webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.title-section.title-has-desc .heading-seperator {
	margin-top: 0px;
}
.title-section.title-has-desc  .ttm-subheading {
	padding-top: 8px;
    display: block;
}
.services-leftimage img {
	height:100%;
}

/* Blog Grid */

.post-grid .entry, .post-masonry .entry, .project-v2 .entry {
	margin-bottom: 49px;
}
.post-grid .entry .content-post, .item .content-item {
	padding: 24px 35px 21px;
}
.post-grid .entry .category, .item .category {
    margin-bottom: 6px;
}
.post-grid .entry .content-post .title-post, .item .content-item .title-item, .project-dynamic .entry .content-post .title-post, .blog-shortcode.post-list .entry .content-post .title-post {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 12px;
}
.ttm-readmore {
	padding-top:20px;
}
.item .content-item .title-item, 
.item .content-item .title-item a:not(:hover) {
	color: #171717;
	font-weight: 500;
}
.item .content-item .ttm-readmore a {
	font-size:16px;
}
.border-shadow .item-border {
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}
.ttm-btn3-center {
	    text-align: center;
}
.ttm-subheading.ttm_sub_padding_lr_200{
	padding: 0px 150px;
	display: block;
	font-weight: 300;
}

/*single-post*/
.single-post .single-text5 ol{
	list-style: decimal;
	margin-left: 30px;
	margin-bottom: 30px;
}
.single-post .single-text7 ul{
	list-style: square;
	margin-left: 30px;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* seperator */

.ttm_sep_pos_align_center {
    margin-left: auto;
    margin-right: auto;
}
.ttm_sep_width_2 {
    width: 3%;
}
.ttm_sep_width_10 {
    width: 10%;
}
.ttm_separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom: 40px;
}
.ttm_separator .ttm_sep_holder {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}
.ttm_separator .ttm_sep_holder .ttm_sep_line {
    height: 1px;
    border-top: 1px solid #EBEBEB;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}
.topbar.ttm-bgcolor-skincolor .ttm-align-right.social-links a:hover,
.topbar.ttm-bgcolor-skincolor a:hover {
    color: rgba(255,255,255,0.80);
}
.flat-button.ttm-btncolor-skincolor:hover:before ,
.flat-button.style2:hover:before{
    background-color: #f79824;
}
.left-overlay-column {
	padding: 50px 40px 50px 40px;
    margin-top: -800px !important;
    margin-left: 200px !important;
    margin-right: -50px !important;
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    z-index: 11;
}

.ttm-bg-footer-box {
    padding: 65px 75px 70px 75px;
    margin: -40px 0 -90px 0;
    text-align: center;
}
.widget-seperator {
	border-top: 1px solid rgba(255,255,255,0.1);
    display: block;
	width: 70%;
    margin: 0 auto;
}
.widget-seperator.style2 {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.widget ul>li {
    padding: 0 0 10px 0;
}
.first-footer-widget {
	padding-bottom:30px;
}
.ttm_gallery_widget_wrapper a {
	overflow: hidden;
    display: block;
    margin: 0 6px 0 0;
    width: 60px;
    height: 60px;
    display: inline-block;
    background: none;
}


/* item box */

.item .content-item {
	position:relative;
	overflow: hidden;
}
.item .content-item:before {
   content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2bbbd8;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    display: block;
}
.item:hover .content-item:before {
	-webkit-transform: translateX(0);
    transform: translateX(0);
}
.item:hover .content-item .title-item,
.item:hover .content-item p,
.item:hover .content-item .ttm-readmore a,
.item:hover .content-item .title-item a:not(:hover) {
	color:#fff;
}


 /* list style */
 
ul.ttm-liststyle-three li {
    font-size: 14px;
    line-height: 35px;
    font-weight: 400;
	list-style: none;
}
ul.ttm-liststyle-three li .ttm-right-text{
   text-align:right;
       float: right;
}
ul.list-styletwo li {
	padding:6px 0;
    font-weight: 400;
}
ul.list-styletwo li i {
	padding-right: 7px;
    color: #2176ff;
}
.ttm-textbold {
	font-weight:600;
	margin-bottom:10px;
}
.ttm-liststyle-three li i {
	padding-right: 5px;
}


.flat-row .row .col-lg-6.img-height-100 img{
	height: 100%;
}

.flat-input input.check-in,.flat-input input.check-out {
    background: url(../images/calender-icon.png) no-repeat 8px 15px #fff;
    padding-left: 30px;
	cursor: pointer;
}

.bottom-wheel {   
	color: #fff;
	position: absolute;
    padding-left: 4px;
}

.pt-10 {
    padding-top: 10px;
}

.b-color {
	color: #2176ff;
}
.o-color {
    color: #f79824;
}

.shadow-box {
	background-color: #fafafa;
	border: 1px dotted #777;
    padding: 40px 20px;
    /* box-shadow: 0px -1px 9px 1px; */
}

.ui-widget-header {
    border: 1px solid #2176ff !important;
    background: #2176ff url(images/ui-bg_highlight-soft_15_cc0000_1x100.png) 50% 50% repeat-x !important;
}

.copyright a:hover {
    color: #f79824;
}
.postion-right {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 9999;
    background: #fff;
    border-radius: 7px;
    padding-bottom: 4px;
}

.postion-right a img{
   /*size: 50px;*/
}


.postion-center {
    position: fixed;
    right: 0;
    top:45%;
    z-index: 9999;
    background: transparent;
    border-radius: 7px;
    padding-bottom: 4px;
}

/* Special offers Start */
.offers {    
	/*position: absolute;
    right: 100px;
    top: 0;   */
    padding: 0px 10px;
}

.animate-charcter
{

  background-image: linear-gradient(
    -225deg,
    #fff 0%,
    #fff 29%,
    #f79824 67%,
    #f79824 100%
  );
/*  background-size: auto auto;
  background-clip: border-box;*/
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

/* Special offers End */

/*ada*/
/*body .uwy.userway_p1 .uai {
  top: 34% !important;
}*/

/* Kayak Travel Start */

.kayak-img{
	padding-bottom: 3px;
	width: 150px;
}
/* Kayak Travel Ends */