/**
  * Name: American Motor Lodge
*/
@import url("font-awesome.css");
@import url("shortcodes.css");
/* 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;
}
*,
*: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: 14px;	
	line-height: 25px;
	font-weight: 400;
	background-color: #fff;		
	color: #63667a;
	letter-spacing: 0px;
}
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: #ba893f;
	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: 900;
}
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;
    width: 100%;
    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: 1px solid #ba893f;
	-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: #656565; font-weight: 600; margin-bottom: 20px; font-family: 'Poppins', sans-serif; }
h1 { font-size: 36px; line-height: 40px; }
h2 { font-size: 30px; line-height: 35px; }
h3 { font-size: 24px; line-height: 30px; }
h4 { font-size: 20px; line-height: 25px; }
h5 { font-size: 18px; line-height: 20px; }
h6 { font-size: 16px; line-height: 18px; }
/* 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, 
.go-top, .widget-nav-menu ul li::after, .widget.widget-out-link ul li a:before,
.widget-nav-menu ul li {
	-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;
}
#mainnav ul.submenu, .effect-animation, .top-search, .go-top {
    -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 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
   visibility: visible;
}


/* Color */
 #mainnav > ul > li > a{
 	color: #28221f;
 }
.ttm-textcolor-skincolor{
	color: #ba893f;
}
.page-title-heading h1, .breadcrumbs ul li a{
	color: #fff;
}

/* Position */
.page-title, .flat-button{
	position: relative;
}

.breadcrumbs ul li:before,  
.item .readmore::after, .entry .readmore:after, 
.widget-download .download a:after, .widget-nav-menu ul li::after {
	position: absolute;
	font-family: "FontAwesome";
}
.widget.widget-out-link ul li a:before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "FontAwesome";
}


/* Box-Shadow */

.box-shadow1 {
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10); 
}
.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); 
}
/*title-style*/
.title-shape li{
	content: "";
	width: 70px;
	height: 3px;
	background-color: #ba893f;
}
.title-section.text-center .title-shape li{
	text-align: center;
	margin: 0 auto;
}
.ttm-bgcolor-skincolor .title-shape li{
	background-color: #fff;
}


/* Top 
---------------------------------------------------------------*/
.topbar{
	padding: 10px 0;
	background-color: #ba893f;
}
.topbar .flat-info-text{
	display: inline-block;
}
ul.flat-info-text li:not(:last-child){
	padding: 0 15px 0 0;
}
ul.flat-info-text li{
	color: #fff;
	display: inline-block;
}
.topbar ul li i{
	height: 26px;
	width: 26px;
	line-height: 26px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.20);
	font-size: 13px;
	color: #fff;
}
.topbar ul.flat-info-text li i{
	margin: 0 10px 0 0;
}
.topbar .flat-top.social-links {
    float: right;
}
.social-links li {
    display: inline-block;
    padding: 0px 1px;
}


/* Header
-------------------------------------------------------------- */
.logo {
	padding: 12px 0 20px;
    float: left;
}
.mainnav{
	float: right;
}
.mainnav .menu{
	display: table;
	height: 82.5px;
}
#mainnav > ul > li {
    display: table-cell;
    vertical-align: middle;
    float: none;
    font-family: 'Playfair Display', serif;
}
#mainnav > ul > li > a {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 13px;
    font-size: 14px;
}
#mainnav > ul > li.active a,
#mainnav > ul > li:hover a{
    color: #ba893f;
}


/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
   	display: block;
   	margin: 0 auto;
   	width: 100%;
   	position: absolute;
   	background-color: #222222;
   	z-index: 1000;
	top: 111px;
}
#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;
}

/* Reservation Form
---------------------------------------- */
.wrap-formrequest .contactform {
    border-top: 1px solid #ba893f;
    position: relative;
    margin-top: -141px;
    z-index: 9;
    background: rgba(0, 0, 0, .60);
}
.wrap-formrequest .contactform-title {
    padding: 40px 30px;
}
.wrap-formrequest .contactform-title h3 {
    font-size: 20px;
    margin-bottom: 0;
    font-family: 'Playfair Display', serif;
}
.wrap-formrequest .contactform .form-control ,
 .contactform .flat-input select{
    padding: 0;
    cursor: pointer;
    background: transparent;
    color: #ffffff;
    font-family: 'Playfair Display' , serif;
    font-size: 30px;
    padding-top: 5px;
    line-height: 30px;
}
 .contactform .flat-input select option{
 	background-color: #fff;
 	color: #0a0a0a;
 }
.contactform .flat-input select option:hover,
.contactform .flat-input select option:focus,
.contactform .flat-input select option:select{
	background-color: #ba893f;
}

/* Mobile navigation
---------------------------------------- */
.header.downscrolled {
	background-color: #fff;
    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);
}

/* Button menu mobile */
.btn-menu {
	display: none;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 25px 0;
	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: #ba893f;
    -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);
}

/* Welcome-section
-------------------------------------------------------------- */
.welcome-image {
    width: 100%;
    position: relative;
    height: 430px;
}
.welcome-image-01 {
    background-size: cover;
    display: table-cell;
    width: 30%;
    height: 500px;
    margin-top: 20px;
    position: absolute;
    right: 0;
    transition: all 1s cubic-bezier(.165,.84,.44,1);
    background-size: cover;
    background-position: center;
}
.welcome-image-02 {
    display: table-cell;
    width: 70%;
    height: 550px;
    position: absolute;
    left: 0;
    transition: all 1s cubic-bezier(.165,.84,.44,1);
    background-size: cover;
    background-position: center;
}
.welcome-image .welcome-image-01:hover { width: 70%; height: 480px; margin-top: 0; }
.welcome-image .welcome-image-01:hover + .welcome-image-02 { width: 30%; height: 440px; margin-top: 20px; }


/* Services-section 
-------------------------------------------------------------- */
.our_services ul li {
	position: relative;
	padding: 6px 0px;
}
.our_services ul li i {
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 17px;
}
.our_services ul .list-li-content {
    display: inline-block;
    padding-left: 25px;
    color: #626262;
    font-size: 16px;
    font-weight: normal;
}


/* Services-section 
-------------------------------------------------------------- */
.ttm-sbox-general:hover .ttm-icon{
	border: 1px solid #ba893f;
}
.services-section .ttm-icon{
	font-size: 40px;
	height: 95px;
	width: 95px;
	color: #ba893f;
	border: 1px solid #e6e6e6;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
    display: block;
	line-height: 95px;
	background-color: #fff;
	margin-bottom: 34px;
	box-shadow: 0 1px 7px rgba(0, 0, 0, .20);
	transition: all .3s ease-in-out;
}
.services-section .sbox-content-header h3{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 18px;
	color: #28221f;
	font-family: 'Playfair Display', serif;
}
.sbox-description p{
	font-size: 14px;
	font-weight: normal;
	color: #626262;
	letter-spacing: 0;
}


/* Page Title
-------------------------------------------------------------- */
.page-title {
	 padding: 120px 0px 120px;
}
.page-title-heading h1 {	
    margin-bottom: 11px;
	font-weight: 500;
	font-family: "Playfair Display", serif;
}
.page-title {
    background-image: url(../images/parallax-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.page-title .section-overlay {
    background-color: rgba( 0, 0, 0, 0.20);
}
.page-title-heading,
.breadcrumbs {
	text-align: center;	
}
.page-title .title-box{
    background-color: rgba( 0, 0, 0, 0.80);
    text-align: center;
    margin: 0 auto;
    padding: 40px;
    display: table;
}


/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs ul {
	padding-top: 0;
}
.breadcrumbs ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
}
.breadcrumbs ul li:not(:last-child) {
    margin-right: 7px;
}
.breadcrumbs ul li.home {
	padding-right: 18px;
}
.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;
}


/* GoTop Button
-------------------------------------------------------------- */
.go-top {
	position: fixed !important;
	right: -35px;
	bottom: 55px;   
	width: 45px;
	cursor: pointer;   
	background-color: #ba893f;
	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 {
    border-radius: 50%;
}

/* Footer
-------------------------------------------------------------- */
.footer {
	background-color: #121212;
	background-image: url(../images/footer-bg-image.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.ttm-bg-footer-box {
    padding: 65px 75px 70px 75px;
    margin: -40px 0 -90px 0;
    text-align: center;
}
.ttm-subheading.ttm_sub_padding_lr_200 {
    padding: 0px 221px;
    display: block;
}
.widget-seperator {
    border-top: 1px solid rgba(255,255,255,0.2);
    display: block;
    width: 40%;
    margin: 0 auto;
}
.widget-seperator.style2{
	margin-bottom: 20px;
	width: 100%;
    border-top: 1px solid rgba(0,0,0,0.2);
}
.first-footer-widget {
    padding-bottom: 40px;
}
.footer .first-footer-widget .widget {
	padding: 40px 0px 30px;
}
.footer .widget:last-child  {
	padding: 0px 0px 60px;
}
.footer .widget-outer-link p{
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}
.footer .widget-outer-link p i{
	padding-right: 10px;
}
.footer .social-links li a {
    display: block;
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding: 0 1px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.footer .social-links li a:hover{
	background-color: #ba893f;
	color: #fff;
}
.copyright p{
	color: #fff;
}


/* Bottom
-------------------------------------------------------------- */
.bottom {
    background-color: #ba893f;
    padding: 13px 0px 20px;
	text-align: center;
}
.copyright {
	margin: 10px 0px 0px 3px;
	color: #888888;
	font-size: 14px;
}


/* section-overlay
-------------------------------------------------------------- */
.section-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba( 0, 0, 0, 0.70);
}
.section-overlay.stylethree {
	    background-image: url(../images/col-bg-three.jpg);
}
.section-overlay.style3 {
	background-color: rgba( 15, 54, 97, 0.5);
}
.background-img1{
	    background-image: url(../images/background-img1.jpg);
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover;
}
.background-img2{
	    background-image: url(../images/background-img1.jpg);
	    background-repeat: no-repeat;
	    background-size: cover;
}
.background-img2 .section-overlay{
	background-attachment: fixed;
	background-color: rgba(0,0,0,0.85);
}


/* paddings */
.no-padding{
	padding: 0;
}
.padding-bottom30 {
		padding-bottom:30px;	
}
.padding-top30 {
	padding-top:30px;	
}
.padding-top20 {
	padding-top:20px;	
}
.padding-top40 {
	padding-top:40px;	
}

/* title-section
-------------------------------------------------------------- */
.title-section .title {
	font-size: 36px;
	line-height: 52px;
	color: #363636;
	margin-bottom: 15px;
	font-weight: 600;
	letter-spacing:  0;
	font-family:'Playfair Display', serif;
}
.title-section .title span{
	color: #ba893f;
}
.title-section .title.ttm-textcolor-white{
	color: #fff;
}
.title-section.title-has-desc  .ttm-subheading {
    display: block;
    color: #626262;
    font-size: 17px;
    margin-top: 15px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
}
.ttm-bgcolor-skincolor .title-section.title-has-desc  .ttm-subheading ,
.ttm-bgcolor-skincolor .title-section.title-has-desc  .title {
	color: #fff;
}


/* gallery-section
-------------------------------------------------------------- */
.section-gallery{
	margin-top: -120px;
}
.flat-carousel.style2 .imagebox{
	margin: 0 15px;
}
.ttm-box-spacing-10px .ttm-box-col-wrapper{
	padding: 10px;
}
.ttm-box-col-wrapper.col-lg-4{
	padding: 10px;
}
.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(255, 255, 255, 1);
    -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: 1px solid #ba893f;
    border-radius: 50%;
    font-size: 18px;
}
.ttmlodge-icon-box a {
    color: #ba893f;
}
.ttm-box-view-gallery .ttmlodge-icon-box a:hover{
	color: #0a0a0a;
	border: 1px solid #0a0a0a;
}
.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%;
}


/* 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: 600;
}
ul.list-styletwo li i {
	padding-right: 15px;
    font-size: 20px;
    color: #0a0a0a;
}
ul.list-styletwo li:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
}


/*services-amenities*/
.top-section{
	margin-top: -100px;
    margin: -100px 100px 100px;
}

/*about-page*/
.project-v1.post-list .entry .featured-post {
    margin: 0px 52px 0px 0px;
}
.post-list .entry .featured-post {
    float: left;
    margin: 0px 50px 0px 0px;
}
.project-v1.post-list .entry .content-post {
    padding: 37px 50px 20px 0px;
}
.post-list .entry .content-post {
    overflow: hidden;
    padding: 66px 50px 20px 0px;
}
.project-v1.post-list .entry:not(:last-child) {
    margin-bottom: 49px;
}


/*nearby-section*/
.nearby-section h3{
	border: 3px;
	padding: 10px;
	border-style: outset;
	font-family: "Playfair Display", serif;
}
.nearby-section .right-content ul li{
	padding: 5px 0;
	margin: 0 25px;
	list-style: square;
}
.nearby-section span{
	font-family: "Playfair Display", serif;
	background-color: #ba893f;
	color: #fff;
	padding: 1px 3px;
	margin: 5px;
}
.nearby-section p{
	display: inline-block;
	color: #0a0a0a;
}
.nearby-section .right-content {
    padding: 50px 30px;
    border: 1px solid #ebebeb;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}


/*about-info-section*/
.flat-row.info-about-section{
	padding: 0 0 80px 0;
	margin-top: -80px;
}
.info-about-section h2{
	color: #0a0a0a;
}
.info-about-section ul li{
	list-style: disc;
}
.info-about-section .box-shadow1{
	padding: 30px;
	background-color: #fff;
}
.info-about-section strong{
	font-weight: 600;
}

/*virtual-tour-section*/
.virtual-tour iframe{ 
	border:0 none;
	height:640px;
}
.virtual-tour iframe html,
.virtual-tour iframe html body{ 
	background:#fff;
}
.inner{ 
	padding:5px 0;
}

.bottom-wheel {   
    border: 1px solid #fff;
    padding: 10px;
	color: #fff;
	position: absolute;
	top: 50px;
	left:48%;
	z-index: 1;
}