/**
  * Name: HOME-TOWN
*/
@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;
}
*,
*: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: 'Open Sans', sans-serif;
	font-size: 14px;	
	line-height: 25px;
	font-weight: 400;
	background-color: #fff;		
	color: #413d3d;
}
a {		
	color: #000000;
	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: #7a232e;
	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: #fff;
    text-transform: uppercase;
    padding: 18px 30px 16px 30px;
    background-color: #7a232e;
    -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"] {	
	font-family: 'Montserrat', sans-serif;
	background-color: #ffffff;
    border: 1px solid #343535;
    height: 40px;
    padding-left: 28px;
    font-size: 14px;
    outline: none;
    margin-bottom: 30px;
	border-radius: 25px;
	-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: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 #5fc3ac;
	-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;
}
strong{
	color: #5fc3ac;
}
h1, h2, h3, h4, h5, h6 { margin-bottom: 20px; font-family: 'Playfair Display', sans-serif;}
h1 { font-size: 44px; line-height: 60px; font-weight: normal; margin-bottom: 8px; font-family: 'Playfair Display', serif;}
h2 { font-size: 30px; line-height: 35px; margin-bottom: 10px; color: #000;}
h3 { font-size: 22px; line-height: 20px; margin-bottom: 10px;}
h4 { font-size: 20px; line-height: 20px; }
h5 { font-size: 18px; line-height: 18px; }
h6 { font-size: 16px; line-height: 16px; }


/* 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;
}
.ttm-textcolor-white a,
.header .logo, #mainnav ul.submenu, 
#mainnav ul.submenu > li > a, aside.widget, 
.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 {
	-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;
    right: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
}
/* Color */
.flat-information li i,  
.start-pri i, .infomation-text span, 
.page-title.style2 .breadcrumbs ul 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, .breadcrumbs ul li a:hover, 
.ttm-textcolor-white a:hover {
	color: #7a232e;
}
.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;
}
.flat-header-wrap {
    background-color: #000;
}
.flat-alert.msg-success {
	text-align: center;
}
.parallax  .title-section.title-has-desc .ttm-subheading,
.social-links.color-white li a,
.widget.widget-nav-menu ul li.active a, .breadcrumbs ul li:before, 
.page-title-heading h1, 
#mainnav-mobi ul.sub-menu > li > a:hover,
.menu-extra li a, .social-links.style3 a:hover, 
.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-darkgrey .title-section .title,
.ttm-bgcolor-skincolor .title-section .title ,
.title-section .title.ttm-textcolor-white,
.iconbox.style2 .box-content .box-title, .iconbox.style3 .box-content .box-title{
	color: #ffffff;
}
.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, 
.flat-information, .flat-wrap-header , .flat-header-wrap,  
.widget.widget-nav-menu ul li a, .widget-nav-menu ul li, .nav-wrap, .page-title  {
	position: relative;
} 
.widget-nav-menu ul li::before,
.widget.widget-nav-menu ul li a:before{
	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 */

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


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

.topbar {
	background-color: #1e295b;	
	color: #fff;
    font-size: 14px;
}
.topbar p{
	margin-top: 10px;
}
.ttm-align-right {
    float: right;
}
.ttm-information li {
    line-height: 46px;
    font-size: 13px;
    padding-left: 20px;
    position: relative;
}
.ttm-information li,.footer-social-icon li,.social-icons li {
    display: inline-block;
}
.ttm-information li i{
       margin-right: 2px;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    height: 26px;
    width: 26px;
    border-radius: 50%;
        text-align: center;
    line-height: 26px;
        color: #fff;
}
.footer-social-icon ul.social-icons li i{
   padding-right: 0px;
   font-size: 13px;
}
.ttm-align-right.social-links {
	padding-left: 27px;
    margin-left: 5px;
}
.ttm-align-right.social-links a {
	font-size: 16px;
}
.ttm-align-right li {
	position:relative;
}
.topbar .list-inline,.footer-social-icon .list-inline{
    display: inline-block;
    line-height: 46px;
        padding-left: 15px;
}
.topbar  ul{ float: right !important; display: inline-block; }
.topbar  ul.social-icons{padding-left: 20px; line-height: 46px;}
.topbar  ul.social-icons li{padding-left: 7px;}
.footer-social-icon .ttm-social-links-wrapper ul.social-icons li{padding-left: 7px;}
.topbar  ul.social-icons li a i{padding:0;border:none;}
.topbar  ul.social-icons li a{
    font-size: 13px;
    border: 1px solid #fff;
    height: 26px;
    line-height: 25px;
    width: 26px;
    display: block;
    border-radius: 50%;
    text-align: center;
}
.topbar ul.ttm-information > li:after {
    position: absolute;
    content: "";
    display: block;
    right: -12px;
    top: 7px;
    height: 70%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.20);
}
.header.header-style2 .logo {
    top: -46px;
    position: absolute;
    z-index: 9999999;
}

ul.header-nav-menu {
    position: relative;
}
ul.header-nav-menu li:last-child{
	padding: 0;
}
ul.header-nav-menu li:last-child a:after {
    content: "";
}
ul.header-nav-menu li a{
	color: #fff;
	line-height: 18px;
	font-size: 14px;
}
.social-links li {
	display: inline-block;
	padding: 0 1px;
}
.ttm-align-right.social-links a {
    font-size: 13px;
}
ul.ttm-information > li a{padding-left:7px;}

/* Header
-------------------------------------------------------------- */
#header {
	z-index: 9999;
	height: 80px;
	box-shadow: 0px 1px 27px 0px rgba(0, 0, 0, 0.15);
}
.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 img{
	width: 62%;
}

.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;
}
/* Navigation */
.menu.menu-extra {
	padding-left: 20px;
	float: right;
}
.menu.menu-extra > li {
	display: inline-block;
	font-size: 16px;
}
#mainnav > ul {
	text-align: right;
	line-height: 90px;
}
#mainnav > ul {
   list-style-type: square;
    list-style-position: initial;
    list-style-image: initial;
   margin: 0;
   padding: 0;
}
#mainnav > ul > li > a {
    font-size: 14px;
    font-weight: 600;
    color: #283d58;
    text-transform: uppercase;
    display: block;
    position: relative;
        line-height: 20px;
}

element.style {
    /* border-bottom: 1px solid red; */
}
#mainnav > ul > li:hover > a:after, #mainnav > ul > li.active > a:after {
    background-color: #7a232e;
}
#mainnav > ul > li > a:after{
	position: absolute;
    left: 0;
    content: "";
    color: red;
    height: 3px;
    width: 100%;
    background-color: transparent;
    bottom: 0px;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
#mainnav > ul > li > a {
	padding: 30px 0;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
#mainnav > ul > li {
	position: relative;
    display: inline-block;
    list-style: outside none none;
    padding: 0px 15px;
    overflow: hidden;
}
#mainnav > ul > li:last-child{ padding-right: 0; }

#mainnav > ul > li:hover > a{ 
	    color: #7a232e;
}
#mainnav > ul > li.active > a {
	    font-weight: 700;
}
.header.header-style2 .logo,
 .logo a,
 .header-style2:not(.downscrolled) .flat-wrap-header,
 .header-style2:not(.downscrolled) .header-nav-menu, 
 .header-style2:not(.downscrolled) {
	transition: unset;
}
.wrap-formrequest .flat-input select option {
    background-color: #000;
}
.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;
}

/* 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: #7a232e;
   	z-index: 1000;
}

#mainnav-mobi ul {
   	display: block;
   	list-style: none;
   	margin: 0;
   	padding: 0;
}
#mainnav-mobi ul li {
   	margin:0;
   	position: relative;
   	text-align: left;
   	cursor: pointer;
   	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#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: 17px 0;
	width: 26px;
	height: 16px;
	float: right;
    -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: #7a232e;
    -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);
}


/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs ul {
	padding-top: 0;
}
.breadcrumbs ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    margin-right: 7px;
    letter-spacing: 0;
    color: #2f2f2fc7;
}
.breadcrumbs ul li a{
	padding-right: 17px;
}
.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: #7a232e;
	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: #283d58;
}

/* Footer
-------------------------------------------------------------- */
.footer {
	background-image: url(../images/ftr-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-color: #1a2022;
}
.footer .widget-area.widget {
	margin: 60px 0px 0px;
}
.footer .widget {
padding-bottom: 10px;
}
.first-footer-widget .widget.widget-out-link ul.one-half{
	list-style: disc;
}
.widget-footer .widget .widget-title {
    color: #5fc3ac;
    margin-bottom: 20px;
    letter-spacing: 0.6px;
    position: relative;
    font-size: 25px;
    line-height: 28px;
    font-weight: normal;
    font-family: 'Playfair Display', sans-serif;
}
.footer .logo {
	margin-bottom: 17px;
}
.ttm-bg-footer-box .ttm-subheading.ttm_sub_padding_lr_254 {
    padding: 0px 132px;
    display: block;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 37px;
    margin-top: 28px;
    line-height: 26px;
}
.widget-logo p {
	padding-left: 3px;
	margin-bottom: 14px;
}
.flat-info i,
.flat-info strong{
	font-size: 16px;
	line-height: 26px;
	padding-right: 10px;
}
.flat-info p{
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	    color: rgba(255,255,255,.70);
}
.footer .social-links {
	padding-top: 5px;
}
.footer .social-links li {
    padding: 0px 6px;
}
.footer-nav-menu li a:hover{
	color: rgba(255, 255, 255, .50);
}
.footer ul.social-icons  li a{ 
	display: block;
	height: 30px;
	width: 30px;
	line-height: 29px;
	font-size: 13px;
	border: 1px solid #fff;
	border-radius: 50%;
}
.footer ul.social-icons li a:hover,
.topbar ul.social-icons li a:hover{ background-color: #7a232e; border-color: #7a232e; }
.ttm-bg-footer-box {
    padding: 50px 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: 25%;
    margin: 0 auto;
    margin-bottom: 15px;
}
/* Bottom
-------------------------------------------------------------- */
.bottom {
    background-color: #7a232e;
    padding: 15px 0px;
	text-align: center;
}
.copyright p{
	font-size: 14px;
	color: #e2e2e2;
}
.copyright a{ color: #fff !important; }
.copyright a:hover{ opacity: 0.7 !important; }
.reservation-btn {
    display: block;
    float: right;
    margin-left: 20px;
}

.section-about .title-section {
    margin-bottom: 0px;
    position: relative;
}
.title-section .title {
    line-height: 52px;
    color: #283d58;
    margin-bottom: 23px;
    letter-spacing: 0;
}
.title-section .sep-line {
    position: relative;
    padding-bottom: 20px;
}
.sep-line:before {
    height: 3px;
    width: 75px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #7a232e;
}
.title-section.text-center .sep-line:before {
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.title-section .sub-title {
    font-size: 15px;
    line-height: 26px;
   color: #57616b;
       margin-bottom: 30px;
}
.title-section.title-has-desc .ttm-subheading {
    display: block;
    color: #828c96;
    margin-top: 15px;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.h-46{height: 46px;}
.image-box img {
    position: relative;
    z-index: -9;
}
.image-box label {
    width: 70%;
    background-color: #fff;
    display: block;
    margin: 0 20px;
    margin-top: -30px;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    font-weight: 400;
    color: #282828;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.10);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.10);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.10);
    -o-box-shadow: 0 0 15px 0 rgba(0,0,0,.10);
}
.cocktail-icon-box{
    height: 50px;
    width: 48px;
    color: #fff;
    background: #7a232e;
    font-size: 24px;
}
.image-box label a,.cocktail-icon-box{
	display: table-cell;
}
.image-box label a{padding-left: 22px;color: #283d58; font-weight: 600;}
.amenities-section{
	    background-image: url(../images/bg2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.index-image{z-index: 1;}
.service-icon-box .service-icon i{font-size: 72px;color: #283d58;line-height: 72px;}
.service-icon-box:hover .service-icon i{color: #7a232e;}
.service-icon-box .service-icon{margin-bottom: 10px;position: relative;}
.service-icon-box .service-icon:after {
	content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    bottom: -50px;
    left: 0;
}
.service-heading{color: #283d58;}
.service-icon-box{text-align: center;}
.gallary-section{
	background-image: url(../images/gallery-bg1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.gallary-section .title,.gallary-section .sub-title{color: #fff;}
.gallary-section .sep-line:before{background-color: #fff;}

.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;
    width: 100%;
}
.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 #7a232e;
    border-radius: 50%;
    font-size: 18px;
}
.ttmlodge-icon-box a {
    color: #7a232e;
}
.ttm-box-view-gallery:hover .ttmlodge-overlay {
    opacity: 0.7;
}
.ttm-box-view-gallery:hover .ttmlodge-icon-box {
    top: 50%;
}
.ttm-box-view-gallery:hover .ttmlodge-icon-box {
    margin-top: -20px;
    opacity: 1;
}
.ttm-box-col-wrapper{padding: 0px 15px;}
.flat-row.section-gallery{ margin-top: -205px;}
.bottom-sub-heading{
	    font-size: 18px;
    color: #828c96;
}
.bottom-section .title-section h2.title {
   font-size: 40px;
}
.ttmlodge-post-item{
	position: relative;
	overflow: hidden;
	clear: both;
}
.room-aminities ul.list-styletwo {
    padding-left: 15px;
}
.room-aminities ul.list-styletwo li {
    list-style: square;
}
ul.list-styletwo li:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
}
ul.list-styletwo li {
    padding: 20px 10px 20px 10px;
    font-weight: 550;
    color: #828c96;
        line-height: 32px;
    padding-left: 30px;
}
ul.list-styletwo li i {
    font-size: 20px;
    color: #828c96;
    padding-right: 20px;
    line-height: 22px;
}
.imagebox{
    overflow: hidden;
    position: relative;
	padding: 3px;
}
.imagebox .imagebox-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 19px 30px 14px 30px;
    background-color: rgb(122, 35, 46,.7);
}
.imagebox .imagebox-content, .social-links.style3.team {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.imagebox .imagebox-content .imagebox-title {
    margin-bottom: 3px; line-height: 25px; font-family: 'Open Sans', sans-serif; font-size: 16px;
}
.imagebox-title a {
    color: #fff;
}
.imagebox .imagebox-content .imagebox-category {
    font-size: 14px;
    color: #fff;
}
.imagebox .imagebox-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
}
.imagebox:hover .imagebox-content, .flat-client .client:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}
.imagebox:hover .imagebox-content, .flat-team.style2:hover .social-links.style3.team {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.imagebox:hover .imagebox-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.imagebox .imagebox-content,.imagebox-image img {
   
    -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;
}
.iconbox.iconleft {
    padding: 20px 0;
    text-align: center;
}
.iconbox {
    padding: 48px 45px 41px;
    z-index: 1;
    overflow: hidden;
        position: relative;
        height: 200px;
}
.iconbox .box-icon {
    width: 70px;
    height: 70px;
    border: 1px solid #ffffff;
    text-align: center;
    margin-bottom: 0;
    background-color: #7a232e;
    margin: 0 auto;
    margin-bottom: 20px;
        border-radius: 50%;
}
.iconbox .box-icon i {
    font-size: 32px;
    line-height: 70px;
    color: #FFF;
}
.iconbox .box-content .box-title {
    margin-bottom: 8px;
    font-weight: 600;
}
.iconbox .box-content p ,.iconbox .box-content p  a{
    line-height: 26px;
   color: #828c96;
}
.flat-row.contact-box {
    background-color: #f2f2f2;
}
.iconbox:after{
	content: "";
    position: absolute;
    width: 55%;
    height: 1px;
    background-color: #7a232e;
    bottom: 0;
        left: 25%;
}
.attraction-content ul.list-styletwo li {
    padding: 4px 0;
    font-weight: 600;
}
.attraction-content ul.list-styletwo li i {
    padding-right: 10px;
    font-size: 16px;
    color: #7a232e;
}
.map-section .map-row{
	background-color: #fff;
    margin-top: -70px;
    padding: 20px;
}
.ttm-boxes-spacing-5px .ttm-box-col-wrapper {
    padding-right: 5px;
    padding-left: 0px;
    margin-bottom: 5px;
}
.flat-input button:hover{
    background-color: #283d58!important;
}

.image-box img {
    width: 100%;
    transition: transform 0.8s ease-in-out;
}
.image-box:hover  img {
    transform: scale(1.1);
}