/**
  * Name: American Motor Lodge
*/
@import url("font-awesome.css");
@import url("shortcodes.css");

@font-face{
    font-family: NoSevenRegular;
    src: url('../fonts/No. Seven Bold W00 Regular.ttf')
}
/* 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: #758290;
	letter-spacing: 0px;
}
a {		
	color: #758290;
	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: #3c50a1;
	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: 700;
}
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: #20252c; font-weight: 600; font-family: 'Source Serif Pro', 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 {
	
}
.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{
	color: #fff;
}
 .breadcrumbs ul li a {
    color: #398b67;
	font-weight: 700;
}
/* 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 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.box-shadow2 {
    box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.10); 
}

.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: 0px 0 0px;
	background-color: #398b67;
}
.topbar .flat-info-text{
	display: inline-block;
    padding: 6px 0;
}
ul.flat-info-text li:not(:last-child){
	padding: 0 23px 0 0;
}
ul.flat-info-text li{
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 45px;
}
ul.flat-info-text li a{color: #fff; font-size: 15px;}
.topbar ul li i{
    font-size: 16px;
    color: #3c50a1;
}
.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 5px;
}
.topbar .reservation-btn{
    position: absolute;
    top: 0;
    right: 0;
}
.topbar .reservation-btn .flat-button {
	padding: 15px 60px 15px 60px;
	border: 1px solid #3c50a1;
}
.topbar .reservation-btn .flat-button:hover {
	border: 1px solid #3d3d3d;
	background-color: #3d3d3d;
	color: #fff;
}


/* Header
-------------------------------------------------------------- */
.logo {
    position: absolute;
/*    background-color: #fff;*/
    z-index: 9999999;
    top: -58px;
/*    padding: 44px 41px;*/
}
.header.downscrolled .logo {
    height: 112px;
    line-height: 112px;
    top: 0px;
    padding: 0px 40px;
}

.mainnav{
}
.mainnav .menu{
	display: table;
	height: 112px;
    display: flex;
    justify-content: center;
}
#mainnav > ul > li {
    display: table-cell;
    vertical-align: middle;
    float: none;
    font-family: 'Open Sans', serif;
    padding: 0 20px;
    line-height:112px;
}
#mainnav > ul > li:first-child{padding-left: 0px;}
#mainnav > ul > li > a {
    font-family: 'Philosopher', serif;
    font-weight: 700;
    font-size: 18px;
    position: relative;
}
#mainnav > ul > li.active a,
#mainnav > ul > li:hover a{
    color: #3c50a1;
}
#mainnav > ul > li > a:after{
	position: absolute;
	content: "";
	width: 0px;
	height: 3px;
	display: block;
	top: -8px;
	background: #3c50a1;
    left: 0;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mainnav > ul > li.active > a:before, #mainnav > ul > li:hover > a:before, #mainnav > ul > li:hover > a:after, #mainnav > ul > li.active > a:after {
    opacity: 1;
    width: 100%;
}
/* extra-menu
---------------------------------------- */
.extra-menu {
    position: absolute;
    top: 0;
    right: 0;
}
.extra-menu .header-social-icons-box {
    margin: 0 30px 0 0;
    height: 100%;
    position: relative;
    float: right;
    z-index: 999;
}
.extra-menu ul.header-social-icons{line-height: 112px;}
.extra-menu ul.header-social-icons li {
    display: inline-block;
    position: relative;
    line-height: 36px;
    height: 40px;
    width: 40px;
    border: 1px solid #3c50a1;
/*    border-radius: 50%;*/
    background-color: #3c50a1;
    margin-right: 10px;
    -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;
}
.extra-menu ul.header-social-icons li a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 2px 3px;
}
.extra-menu .header-social-icons-box:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 112px;
    background-color: #e9ecf0;
    line-height: 112px;
    left: -30px;
    top: 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;
}
.extra-menu ul.header-social-icons li a:hover{
	color: #fff;
}
.extra-menu ul.header-social-icons li:hover{background-color: #398b67; border: 1px solid #398b67;}
/* 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;
}



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

.flat-wrap-header{
	height: 100%;
    position: relative;
}

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


/* Services-section 
-------------------------------------------------------------- */
.our_services ul li {
	position: relative;
	padding: 4px 0px;
}
.our_services ul li i {
    position: absolute;
    left: 0px;
    top: 8px;
    font-size: 18px;
    color: #398b67;
}
.our_services ul .list-li-content {
    display: inline-block;
    padding-left: 28px;
    color: #758290;
    font-size: 14px;
    font-weight: normal;
}




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


/* Footer
-------------------------------------------------------------- */
.footer {
	background-color: #ffffff;
	background-image: url(../images/footer-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.ttm-bg-footer-box {
    padding: 60px 75px 16px 75px;
    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: 30px;
}

.footer .widget:last-child  {
	padding: 30px 0px 30px;
}
.footer .widget-outer-link p{
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
    display: inline;
    color: #ffffff;
    padding-right: 20px;
}
.footer .widget-outer-link p i{
	width: 40px;
    height: 40px;
    line-height: 38px;
    border: 2px solid #327c5c;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    margin-right: 10px;
    color: #327c5c;
}
.footer .social-links li a {
    display: block;
    font-size: 13px;
    color: rgb(255, 255, 255,.53);
    text-align: center;
    padding: 0 1px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255,.15);
}
.footer .social-links li a:hover{
	background-color: #cd4930;
	color: #fff;
	 border: 1px solid #cd4930;

}
.copyright p{
	color: #fff;
	line-height: 42px;
}


/* Bottom
-------------------------------------------------------------- */
.bottom {
    background-color: #2e2e2e;
    padding: 15px 0px 15px;
	text-align: center;
	border-top: 1px solid rgb(255, 255, 255,.08);
}
.copyright {
	color: #888888;
	font-size: 14px;
}


/* paddings */
.no-padding{
	padding: 0;
}


/* title-section
-------------------------------------------------------------- */
.title-section .title {
    font-size: 32px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 2px;
}
.title-section .title span{
	color: #ba89   3f;
}
.title-section .title.ttm-textcolor-white{
	color: #fff;
}
.title-section.title-has-desc  .ttm-subheading {
    display: block;
    color: #758290;
    font-size: 14px;
    margin-top: 4px;
    letter-spacing: 0;
}


/* 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 #3c50a1;
    border-radius: 50%;
    font-size: 18px;
}
.ttmlodge-icon-box a {
    color: #3c50a1;
}
.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%;
}
.flat-row.section-iconbox .title-section .heading-seperator:after,.flat-row.section-iconbox  .title-section .heading-seperator:before  {
    left: 56px;
}
.welcome-image {margin-left: -22px;}


/*features-section...*/
.flat-row.service-section{
	padding-top: 0;
	margin-top: -240px;
}
.bgparrlex {
    background-image: url(../images/parallax-4.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.bgwhite {
    background-color: #fff;
}

.features-content {
    position: relative;
    overflow: hidden;
    padding: 24px 35px 21px 35px;
    text-align: center;
}
.features-content:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -1px;
    right: 0;
    bottom: 0;
    background: #ffffff;
    -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;
}

.features-content .features-heading{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 600;
    position: relative;
}
.features-inner:hover .features-content:before {
    background: #3c50a1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.features-inner:hover .features-content p,.features-inner:hover .features-content .features-heading{
 color: #fff;
}
.features-heading:before{
	position: absolute;
	content: "";
	width: 86%;
	background-color: #cbcbcb;
	height: 1px;
	display: block;
	bottom: -14px;
	left: 7%;
}
.features-content p{
	font-size: 14px;
	color: #717171;
	font-family: 'Open Sans', sans-serif;
    padding-top: 15px;
}

/*parallax-section...*/
.flat-row.parallax {
    padding: 100px 0 80px;
}
.parallax.parallax4 {
    background-image: url(../images/parallax-4.jpg);
    background-attachment: unset;
    background-position: center !important;
    background-repeat: no-repeat;
}
.section-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba( 0, 0, 0, 0.45);
}
.parallax span.icon {
    margin-bottom: 20px;
}
.parallax span {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #fff;
    display: block;
    margin-bottom: 25px;
}
.parallax h1 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 17px;
    font-weight: 500;
    color: #fff;
}
.parallax span a{color: #fff;}
.parallax span a:hover{color: #cd4930;}
.inline-btn.with-icon {
    color: #cd4930;
}
.inline-btn {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding: 0;
    border: 0;
    position: relative;
    display: inline-block;
    background-color: transparent;
    font-family: 'Vollkorn', sans-serif;
}
.inline-btn:after{
	position: absolute;
    content: "";
    width: 0px;
    height: 2px;
    display: block;
    top: 30px;
    background: #cd4930;
    left: 0;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.inline-btn:hover:after{
	opacity: 1;
    width: 100%;
}
.ttm-single-img,.ttm-single-img img,.amenities-section .flat-tabs .content-inner{
	height: 100%;
	width: 100%;
}
.amenities-section .flat-tabs .content-inner{
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;	
}
.flat-row.amenities-section .flat-tabs .content-tab{
	padding-top: 0;
	padding-bottom: 0;
}
.ttm-box-col-wrapper .row:not(:first-child) {
    padding-top: 15px;
}
.ttm-boxes-row-wrapper .ttm-box-col-wrapper.bounceIn {
    padding: 10px;
}
.flat-row.our-gallery-section .container-fluid{
padding: 0;
overflow: hidden;
}
.ttm-box-col-wrapper .row .ttm-box-col-wrapper:nth-child(2) {
    padding: 0;
    margin-top: 0;
    padding-right: 10px;
}
 .nav-wrap {
    overflow: hidden;
}
.flat-row.amenities-section .flat-tabs.row{margin: 0; margin-top: 30px;}
.flat-row.amenities-section .flat-tabs .content-tab{padding-right: 15px;padding-left: 15px;padding-bottom: 32px;}

/*amenities-section...*/
.flat-row.amenities-section{padding-bottom: 50px;}
.amenities-row .item-box{
	padding: 20px;
    border: 1px solid #e3e4e5;
    background-color: #fff;
    transition: .4s;
    margin-bottom: 30px;
}
.amenities-row .item-box:hover{
	    transform: translateY(-10px);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.amenities-row .item-box span{
	font-size: 70px;
/*    font-weight: 300;*/
    line-height: 1.2;
    margin-bottom: 1rem!important;
    display: block!important;
    color: #398b67!important;
}

.amenities-row .item-box h2{
	margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 28px;
    font-size: 20px;
    color: #626262;
}

/*contact-us...*/
.flat-row.contact-box{padding-top: 0;}
.flat-row.map-section{padding: 0 0;}
.flat-row.map-section > .container-fluid {
    padding: 0;
    overflow: hidden;
}
.flat-row.contact-box{
background-image: url(../images/map.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.location-box,.infomation-box{
    padding: 40px 35px;
    overflow: hidden;
    position: relative;
}
.infomation-box .Information-widget{margin-top: 35px;}
.infomation-box .Information-widget ul.social-links  li a{color: #090909;}
.infomation-box .Information-widget ul.social-links  li a:hover{color: #3c50a1;}
.location-box{
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    border-bottom: 2px solid #388966;
    margin-top: -80px;
    background: white;
}
.location-box:after{
	content: '';
    position: absolute;
    display: block;
    height: 100px;
    width: 100px;
    right: -50px;
    bottom: -50px;
    transform: rotate(-45deg);
    background: #388966;
}
.location-box ul.list-unstyled{
	margin-top: 25px;
    padding-left: 0;
    list-style: none;
}
.location-box ul.list-unstyled li{padding: 15px 0;}
.location-box ul.list-unstyled li span{
	float: left;
    width: 20px;
    font-size: 20px;
    margin-right: 12px;
	color: #388966;
}
.location-box ul.list-unstyled li .p-txt,.infomation-box .p-txt{
    overflow: hidden;
    color: #626262;
}
.img-rounded{border-radius: 4px;}

.gallery-page-section .container >.row{margin: 0;}
.gallery-page-section .flat-tabs ul.menu-tab li{
    padding: 10px 35px;
}
.attraction-section .map-row .attraction-box{
    background-color: #fff;
    padding: 20px;
}
.attraction-section .map-row .attraction-box .attraction-content{
    padding: 20px;
}
.sep-line:before {
    height: 3px;
    width: 75px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #398b67;
}
.attraction-content ul.list-styletwo li {
    padding: 4px 0;
    font-weight: 500;
}
ul.list-styletwo li:not(:last-child) {
}
.attraction-content ul.list-styletwo li i {
    padding-right: 10px;
    font-size: 18px;
    color: #398b67;
    line-height: 22px;
}
ul.list-styletwo li span {
    font-family: 'open Sans', serif;
    font-style: italic;
    padding-left: 10px;
}
.flat-row.cooming-soon-section h1{font-size: 52px;}

.subtitle1 {
    font-family: 'NoSevenRegular';
    font-size: 36px;
    color: #398b67;
    font-weight: 500;
    position: relative;
    top: 14px;
}

.subtitle2 {
    font-family: 'NoSevenRegular';
    font-size: 36px;
    color: #3c50a1;
    font-weight: 500;
    position: relative;
    top: 14px;
}

.mrl-1 {
    margin: 10px 80px;
}

/*
.bg_color {
    background-color: #368864;
}
*/

.footer-contain {
    color: #ffffff;
    padding: 16px 14px;
}

.blue-bg {
    background-color: #0054a4;
}

.title-section .title_footer {
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 2px;
    color: #fff;
}

.fontcolor {
    color: #e58100;
    text-decoration: underline;
}
.fontcolor:hover {
    color: #fff;
    text-decoration: underline;
}

.fontcolor1 {
    color: #e58100;
    font-weight: 500;
}

.emailphone {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 14px;
    color: #fff;
}

.pall {
    padding: 20px 0;
}

.ada {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff !important;
}

.gallrybg {
    background-image: url(../images/gallerybg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.email{
    color: #fff;
}
.email:hover{
    color: #fff;
}

.copyright a {
    font-weight: 500;
}

.adabtn {
    border: 1px solid #398b67;
    padding: 7px 16px;
    background-color: #398b67;
    border-radius: 5px;
    cursor: pointer;
}

.ada.adabtn:hover {
    background-color:#3c50a1;
    border: 1px solid #3c50a1;
}