/*-----------------------------------------------------------------------------------*/
/*  1. BASE
/*-----------------------------------------------------------------------------------*/
body {
	font-family: 'Roboto', sans-serif;
	word-wrap:break-word;
	-ms-word-wrap:break-word;
	font-size: 14px;
	color: #333333;
	background: #ffffff;
	font-weight: normal;
}
img {
	max-width:100%;
	height:auto;
	display: block;
}
input[type="email"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	outline: 0;
}
.placeholder { 
	color: #999999; 
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
	margin-top: 0;
}
h1 { 
	font-size:36px; 
}
h2 { 
	font-size:30px; 
}
h3 { 
	font-size:24px; 
}
h4 { 
	font-size:18px; 
}
h5 { 
	font-size:14px; 
}
h6 { 
	font-size:12px; 
}
p {
	color: #333333;
}
a { 
	color: #333333;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover, a:focus {
	color: #c94645;
	text-decoration: none;
	outline: 0;
}
table{
	width:80%;
	margin-bottom:20px;
}
th, td{
	padding:8px;
	line-height:20px;
	text-align:left;
	vertical-align:top;
	border:1px solid #ddd;
}
th{
	font-weight:bold;
	border-bottom:2px solid;
	text-align:center;
}
*::-moz-selection{
	background:#000;
	color:#fff;
}
*::selection{
	background:#000;
	color:#fff;
}
*{
	margin: 0;
	padding: 0;
}
button{
	background-image:none;
	background:transparent;
}

.bypostauthor{
	background:#ffffff;
}
.bypostauthor > .comment .comment-author cite:after{
	content:"post author";
	font-size:7px;
	font-size:0.693333rem;
	font-style:italic;
	margin-left:6px;
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.alignright {
	float:right;
	margin-left: 10px;
}
.alignleft {
	float:left;
	margin-right: 10px;
}
img.aligncenter, img.alignnone{
	margin-bottom:12px;
}
img.alignleft{
	margin:12px 24px 12px 0;
	margin:10px 20px 10px 0;
}
img.alignright{
	margin:12px 0 12px 24px;
	margin:10px 0 10px 20px;
}
pre {
	white-space: pre;
	word-wrap: normal;
	overflow-x: scroll;
	line-height: 1.3;
	margin: 1em 0;
}
figure {
	max-width: 100%;
	height: auto;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption{
	font-style:italic;
	line-height:2;
	color:#757575;
	font-size:12px;
	font-size:1.2rem;
	text-align:left;
}
.sticky .heading-block:before {
	content: "Featured Post";
	padding: 10px 20px;
	color: #ffffff;
	background-color: #333;
	float: right;
	position: relative;
	top: 0;
	z-index: 10;
	right: 0px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*custom base*/
.button-normal {
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	padding: 15px 30px;
	margin-top: 15px;
	border: none;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	will-change: opacity, transform;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background-color: #c94645;
	color: #333333;
}
.button-normal.yellow {
	background-color: #c94645;
	color: #333333;
}
.button-normal.white {
	background-color: #ffffff;
	color: #333333;
}
.button-normal:hover,
.button-normal.yellow:hover,
.button-normal.white:hover {
	background-color: #333333;
	color: #ffffff!important;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(//theme.hstatic.net/1000077855/1000533237/14/status.gif?v=68);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

/*-----------------------------------------------------------------------------------*/
/*  2. LAYOUT
/*-----------------------------------------------------------------------------------*/
.wrapper {
	padding: 100px 0 100px;
	overflow: hidden;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-15,
.col-md-15 {
	width: 20%;
	float: left;
}

/*-----------------------------------------------------------------------------------*/
/*  3. HEADER
/*-----------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 1000;
	padding: 10px 0 10px 0;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
#header.transparent-header {
	background-color: transparent;
}
#header.bg-header {
	background-color: #fff;
	padding: 10px 0;
}
#header.fixedwrap {
	background-color: rgba(0,0,0,0.8);
	padding: 10px 0;
}
#header .logo img {
	margin-top: 10px;
}
.logo {
	float: left;
}
.site-title a {
	color: #ffffff;
}

/* 3a. Main Navigation */
#main-menu ul {
	padding: 0;
	text-align: right;
}
#main-menu ul li {
	position: relative;
	display: inline-block;
	margin: 0 13px;
}
#main-menu ul li:last-child {
	margin-right: 0;
}
#main-menu ul li a {
	font-family: 'Roboto',sans-serif ;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	padding: 15px 0;
	display: block;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#main-menu ul li a::after, #header.fixedwrap #main-menu ul li a::after, 
#main-menu ul li.current-menu-ancestor a::after, 
#header.fixedwrap #main-menu ul li.current-menu-ancestor a::after,
#main-menu ul li.current-menu-item a::after, 
#header.fixedwrap #main-menu ul li.current-menu-item a::after,
.current_page_parent a::after  {
	content: "";
	display: block;
	width: 35px;
	margin: 0 auto;
	border-bottom: 2px solid #c94645;
zoom: 1;
position: relative;
bottom: -5px;
right: 1px;
opacity: 0;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
-moz-transition: opacity 0.3s, -moz-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
transform: translateY(10px);
}
#header.bg-header #main-menu ul li a::after {
	border-bottom: 2px solid #ffffff;
}
#main-menu ul li a:hover::after,
#main-menu ul li a:focus::after,
#main-menu ul li.active a::after,
#header.fixedwrap #main-menu ul li a:hover::after,
#header.fixedwrap #main-menu ul li a:focus::after,
#header.fixedwrap #main-menu ul li.active a::after,
#header.bg-header #main-menu ul li a:hover::after,
#header.bg-header #main-menu ul li a:focus::after,
#header.bg-header #main-menu ul li.active a::after,
#main-menu ul li.current-menu-ancestor a::after,
#header.fixedwrap #main-menu ul li.current-menu-ancestor a::after,
#main-menu ul li.current-menu-item a::after, 
#header.fixedwrap #main-menu ul li.current-menu-item a::after,
#header .current_page_parent a::after,
#header.fixedwrap .current_page_parent a::after {
	opacity: 1 !important;
	-webkit-transform: translateY(0px) !important;
	-moz-transform: translateY(0px) !important;
	transform: translateY(0px) !important;
}
#header.bg-header #main-menu ul li a {
	color: #ffffff;
}
ul.menus li.has-child ul.child, ul.menus li.page_item_has_children ul.children, ul.menus li.menu-item-has-children ul.sub-menu {
	display: none;
}
#main-menu ul.menus li.has-child:hover ul.child, #main-menu ul.menus li.page_item_has_children:hover ul.children, #main-menu ul.menus li.menu-item-has-children:hover ul.sub-menu {
	display: block;
}
#main-menu ul.menus li.has-child ul.child, #main-menu ul.menus li.page_item_has_children ul.children, #main-menu ul.menus li.menu-item-has-children ul.sub-menu {
	position: absolute;
	background-color: #333333;
	text-align: left;
	width: 15em;
	padding: 0;
	z-index: 2;
}
#main-menu ul.menus li.has-child ul.child li, #main-menu ul.menus li.page_item_has_children ul.children li, #main-menu ul.menus li.menu-item-has-children ul.sub-menu li {
	margin: 0 !important;
	width: 100%;
}
#main-menu ul.menus li.has-child ul.child li a, #main-menu ul.menus li.page_item_has_children ul.children li a, #main-menu ul.menus li.menu-item-has-children ul.sub-menu li a {
	background-color: transparent !important;
	color: #ffffff;
	padding: 0 !important;
	margin: 5px 20px;
	font-size: 12px;
}
#main-menu ul.menus li.has-child ul.child li:first-child a, #main-menu ul.menus li.page_item_has_children ul.children li:first-child a, #main-menu ul.menus li.menu-item-has-children ul.sub-menu li:first-child a {
	margin-top: 15px;
}
#main-menu ul.menus li.has-child ul.child li:last-child a, #main-menu ul.menus li.page_item_has_children ul.children li:last-child a, #main-menu ul.menus li.menu-item-has-children ul.sub-menu li:last-child a {
	margin-bottom: 15px;
}
#main-menu ul.menus li.has-child ul.child li a:hover, #main-menu ul.menus li.page_item_has_children ul.children li a:hover, #main-menu ul.menus li.menu-item-has-children ul.sub-menu li a:hover {
	background-color: transparent !important;
	color: #ffffff;
	opacity: 0.7;
}
#main-menu ul.menus li.has-child ul.child li a:after, ul.menus li.has-child ul.child li a:hover:after, #main-menu ul.menus li.page_item_has_children ul.children li a:after, ul.menus li.page_item_has_children ul.children li a:hover:after, #main-menu ul.menus li.menu-item-has-children ul.sub-menu li a:after, ul.menus li.menu-item-has-children ul.sub-menu li a:hover:after {
	opacity: 0 !important;
}
/* 3b. Mobile Menu */
.mobile-menu {
	display: none;
}
#slide-buttons {
	background-color: #FFFFFF;
	border-radius: 50%;
	color: #c94645;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border: none;
	font-size: 22px;
	padding: 0;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#slide-buttons:hover, #slide-buttons:focus, #slide-buttons.active, .c-menu__close:hover, .c-menu__close:focus, .c-menu__close.active {
	outline: 0;
}
.c-menu {
	position: fixed;
	z-index: 200;
	padding: 20px;
	background-color: #c94645;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.c-menu--slide-right {
	height: 100%;
}
.c-menu--slide-right {
	top: 0;
	right: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.c-menu--slide-right.is-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.c-menu__close {
	margin-bottom: 30px;
	background-color: #ffffff;
	border-radius: 50%;
	color: #c94645;
	height: 40px;
	width: 40px;
	line-height: 38px;
	border: none;
	font-size: 22px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.slide-overlay {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.slide-overlay.is-active {
	width: 100%;
	height: 100%;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.menus-mobile {
	padding: 25px 20px;
	text-align: left;
	list-style: none;
}
.menus-mobile li a {
	color: #333333;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #c94645;
width: 100%;
display: block;
padding-bottom: 7px;
margin-bottom: 7px;
}
.menus-mobile ul.child {
	padding: 0;
}
.menus-mobile ul.child li a {
	padding-left: 10px;
}
.menus-mobile li a:hover, .menus-mobile ul.child li a:hover {
	opacity: 0.7;
}

/*menu mobile dropdown*/
span.toggle.CLOSE:after {
	content: "\f078";
	font-family: "FontAwesome";
	position: absolute;
	top: 146px;
	right: 15px;
	background: #333;
	padding: 2px 4px;
	color: #ffffff;
}
span.toggle.OPEN:after {
	content: "\f077";
	font-family: "FontAwesome";
	position: absolute;
	top: 146px;
	right: 15px;
	background: #333;
	padding:2px 4px;
	color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/
/*  4. HOME SLIDER
/*-----------------------------------------------------------------------------------*/
#slider.fullscreen .flex-control-thumbs {
	width: 1140px;
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: -110px;
	padding: 5px;
	z-index: 500;
	position: relative;
	bottom: 0;
}
#slider.fullscreen .slides {
	overflow: hidden;
}
#slider.fullscreen .flex-control-thumbs li {
	width: 20%;
	padding: 5px;
}
#slider.fullscreen .flexslider {
	margin: 0 !important;
	border: 0;
	overflow: hidden;
}
.flexslider {background: #ffffff;}
/* 4a. Slider Text*/
.slider-text-wrap {
	left: 855px;
}
#slider .slider-text-wrap .slider-form {width: 400px;}
#slider .slider-wrap {
	top: 240px;
	position: absolute;
	z-index: 999;
	float: left;
	left: 100px;
	max-width: 100%;
}
.slider-text {position: absolute; z-index: 999;}
.slider-text-wrap {
	position: absolute;
	z-index: 500;
	/*width: 100%;*/
}
.slider-text {
	color: #ffffff;
}
.slider-text h2 {
	margin-bottom: 0;
	font-size: 45px;
	text-transform: uppercase;
}
.slider-text h3 {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 20px;
}
.slider-text p {
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
	margin: 10px 0px;
}
.flex-direction-nav {
	display: none;
}

/* 4b. Slider Form*/
.form-wrap {
	background-color: rgba(255,255,255,0.5);
	padding: 20px 20px 0;
	height: 100%;
}

.slider-form input, .slider-form textarea {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	background-color: #ffffff;
	padding: 0 15px;
	width: 100%;
	height: 45px;
	border: none;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.slider-form .wpcf7-submit {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	color: #333333;
}
.slider-form form textarea {
	padding: 15px 15px;
	height: 80px;
}
.contact-form .form-control {border-radius: 0px;}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*  5. CONTENT
/*-----------------------------------------------------------------------------------*/
#content.homepage {
	margin-top: 120px;
}
.grey-bg {
	background-color: #f3f3f3;
}
/* 5a. Title */
.page-title {
	min-height: 100px;
	background-position: center center;
	background-size: cover;
}
.page-title .title {
	padding-top: 8%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
}
.page-title .title h2 {
	font-size: 30px;
}
.page-title .title h2, .page-title .title h2 span.bold, .page-title .title p.subtitle {
	color: #ffffff;
}
.title {
	position: relative;
}
.title h2 {
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-top: 0;
	margin-bottom: 20px;
	display: inline-block;
	color: #000000;
}
.title h2 span.bold {
	font-family: 'Roboto', sans-serif;
	color: #000000;
}

.title:after {
	content: "";
	position: absolute;
	display: block;
	width: 82px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: 18px;
	background-repeat: no-repeat;
}


.title .subtitle {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	color: #333333;

}
/* 5b. Features Section */ 
.features-item .icon-features img {
	display: inline-block;
	height: 40px;
	margin-bottom: 15px;
}
.features-item h4 {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #333333;
}
.features-item p {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color: #333333;
	margin-bottom: 0;
}
/* 5c. Facilities */
.facilities {
	background-size: cover;
	background-position: center center;
}
.facilities-detail {
	float: right;
	background-color: rgba(255,255,255,0.9);
	padding-left: 5%;
	padding-right: 5%;
}
.facilities-detail p.intro {
	font-size: 18px;
}
.facilities-detail p {
	font-size: 15px;
}
.facilities-item {
	float: left;
	margin-top: 40px;
	padding-right: 20px;
}
.facilities-item h3 {
	color:  #000000;
}

.video-tour iframe {
	width: 100%;
	height: 315px;
	border: 0;
}

.blog .info {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #e7e7e7;
}
.blog .info span i {
	color: #c94645
}
.featured-img {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	width: auto;
}
.featured-img .caption {
	position: absolute;
	bottom: 10px;
	padding-left: 20px;
	color: #fff;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.5);
}
.featured-img .mask {
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	text-align: center;
}
.featured-img:hover .mask {
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.meta-post-image {
	position: absolute;
	z-index: 2;
	padding: 10px 20px 0;
	left: -11px;
	background-color: #c94645;
	top: 10px;
}
.meta-post-image:after {
	content: "";
	border-color: #c94645 transparent;
	border-style: solid;
	border-width: 10px 0 0 10px;
	display: block;
	height: 0;
	width: 0;
	left: -19px;
	top: 10px;
	position: relative;
}
.meta-post-image .meta-comment,
.meta-post-image .meta-view {
	display: inline-block;
	vertical-align: top;
	color: #333333;
}
.meta-post-image .meta-comment {
	margin-right: 0px;
}
.meta-post-image .meta-comment a:hover {color: #333 !important;}
.meta-post-image .meta-comment a span {margin-right: 0px;}

/*------TAGS-----*/
.widget_tag_cloud {margin: 15px 0px;}
.single-sidebar .tagcloud a {
	border: 1px solid #333;
	color: #333;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 7px 10px;
}
.single-sidebar .tagcloud a:hover{
	background: #c94645 none repeat scroll 0 0;
	border-color: #c94645;
	color: #ffffff;
}

/* 5d. Room Dimension */
.gallery a img:hover {
	opacity: 0.7;
}
.gallery .item-detail {
	text-align: center;
	margin: 0 auto;
	background-color: #c94645;
	width: 60%;
	padding: 10px;
	position: relative;
	top: -30px;
}
.item-detail h4, .item-detail p {
	margin: 0;
}
.mfp-bg {
	background: #ffffff;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #333333;
}
.mfp-title {
	color: #333333;
}
.mfp-counter {
	color: #333333;
}

/* Common style */
.grid a {
	color: #333;
}

.grid figure {
	position: relative;
	overflow: hidden;
	margin: 5px;
	background: #333;
}

.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.grid figcaption {
	position: absolute;
	top: -14%;
	z-index: 11;
	padding: 10px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.grid figcaption h2 {
	margin: -10px 0 20px 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.grid figcaption h2 {
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.grid figure span {
	position: absolute;
	padding: 4px 20px;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.grid figcaption,
.grid figcaption h2,
.grid figure span {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Style for SVG */
.grid svg {
	position: absolute;
	opacity: 0.8;
	top: -1px; /* fixes rendering issue in FF */
	z-index: 10;
	width: 100%;
	height: 100%;
}

.grid svg path {
	fill: #fff;
}

/* Hover effects */
.grid a:hover figure img {
	opacity: 0.5;
}

.grid a:hover figcaption h2,
.grid a:hover figcaption p {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.grid a:hover figcaption p {
	opacity: 0;
}

/* Individual styles */
.gallery .grid figure span {
	top: 65%;
	left: 50%;
	border: 3px solid #ffffff;
background: transparent;
color: #ffffff;
opacity: 0;
-webkit-transform: translateY(-50%) translateX(-50%) scale(0.25);
transform: translateY(-50%) translateX(-50%) scale(0.25);
}

.gallery .grid a:hover figure span {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(1);
	transform: translateY(-50%) translateX(-50%) scale(1);
}

.gallery .grid figcaption h2,
.gallery .grid figcaption p {
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.115, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.115, 1.445);
	timing-function: cubic-bezier(0.250, 0.250, 0.115, 1.445);
}

.gallery .grid a:hover figcaption p {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

.gallery body {
	background: #52be7f;
}

.gallery .grid figcaption h2 {
	color: #333333;
}

.gallery .grid a:hover figcaption h2 {
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

/* Media Queries */
/* Let's redefine the width of each anchor and the margins */

@media screen and (max-width: 58em) {
	.grid a {
		width: 100%;
	}
	.grid a:nth-child(odd) {
		margin: 0;
	}
}

@media screen and (max-width: 45em) {
	.grid a {
		width: 100%;
	}
	.grid a:nth-child(3n-1) {
		margin: 0;
	}
	.grid figcaption h2 {
		margin-bottom: 0px;
		-webkit-transform: translateY(85px);
		transform: translateY(85px);
	}
	.grid figcaption p {
		margin: 0;
		padding: 0 10px;
	}
}

@media screen and (max-width: 27em) {
	.grid a {
		width: 100%;
	}

	.grid a:nth-child(even) {
		margin: 0;
	}
}
/* 5e. Blog */
.blog .blog-post img {
	width: 100%
}
.article .post-content .featured-img img {
	width: auto;
}
.article .post-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f3f3f3;
}
.blog-post {
	margin-bottom: 60px;
}
.blog-title {
	background-color: #333333;
	padding: 30px;
	min-height: 195px;
}
.blog-title h4 {
	position: relative;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 26px;
	padding-bottom: 30px;
}

.blog-title p {
	text-transform: uppercase;
	color: #ffffff;
}

/* Pagination */
#pagination .page-node{
	width: 40px;
	height: 40px;
	border: 1px solid #f3f3f3;
text-align: center;
line-height: 38px;
display: inline-block;
overflow: hidden;
font-size: 13px;
font-weight: 700;
text-decoration: none;
margin-right: 6px;
color: #333;
}
#pagination .page-node.current,
#pagination a.page-node:hover {
	background: #c94645;
	border: 1px solid #c94645;
color: #fff;
}
#pagination a.next{
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}
#pagination a.prev{
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}
#pagination a.next:before{
	content: "\f105";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 38px;
	font-size: 15px;
}
#pagination a.prev:before{
	content: "\f104";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 38px;
	font-size: 15px;
}
#pagination .pagination-center{padding:0; text-align: center;}

/* 5f. Single Post */
/*.post-content {
padding-right: 30px;
}*/
.article .title-post {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 22px;
}
.article .title-post a {
	color: #333333;
	font-size: 22px;
}
.article .title-post a:hover {color: #c94645;}
.article span {
	color: #333333;
	font-size: 14px;
	line-height: 30px;
	margin-right: 5px;
}
.article .post-content .info span i {color: #c94645;}
.article span a {color: #333333;}
.article span a:hover {color: #c94645;}
.article .content {
	margin-top: 20px;
	text-align: left;
}
.article .content p {
	color: #333333;
}
.article .content img {
	width: 100%;
}
.article .content p:last-child {
	margin-bottom: 0px;
}
select {
	max-width: 100%;
	width: 100%;
}
.widget-area table {
	margin: auto;
}
.widget-area .sidebar-widget {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #e7e7e7;
}
.widget-area .sidebar-widget ul, .widget-area .sidebar-widget ul.children, .widget-area .sidebar-widget ul.sub-menu {
	padding: 0;
	list-style: none;
}
.widget-area .sidebar-widget ul.children li, .widget-area .sidebar-widget ul.sub-menu li {
	padding-left: 8px;
	border: none;
	padding-bottom: 0;
}
.widget-area .sidebar-widget li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #e7e7e7;
}

/* 5h. Sidebar */
.widget-area {
	margin-bottom: 40px;
}
.widget-area .searchform {
	position: relative;
}
.widget-area .searchform input {
	border: 1px solid #f3f3f3;
	background-color: #f3f3f3;
	height: 40px;
	width: 100%;
	padding: 0 20px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.widget-area .searchform input:hover, .widget-area .searchform input:focus {
	border: 1px solid #bdbdbd;
}
.widget-area .searchform input:focus {outline: 0;}
.widget-area .searchform input[type="submit"].search-button {
	background-color: transparent;
	border: none;
	position: absolute;
	background: url(//theme.hstatic.net/1000077855/1000533237/14/search.png?v=68) no-repeat ;
	right: 0;
	width: 5%;
	top: 10px;
}
.title-post, .widget-title {
	color: #000000;
}
.widget-area h3.widget-title {
	position: relative;
	text-transform: uppercase;
	line-height: 26px;
	font-size: 22px;
}

.widget-area h3.widget-title:after {
	
}

.widget-area .widget-agent-info {
	display: inline-block;
	margin-bottom: 15px;
}
.widget-area .widget-agent-img {
	float: left;
	width: 100px;
	margin-right: 15px;
}
.widget-area .widget-agent-img img {
	border: 5px solid #f3f3f3;
}
.widget-area .widget-agent-name {
	overflow: hidden;
}
.widget-area .widget-agent-name h3,
.widget-area .widget-agent-name p {
	color: #333333
}
.widget-area .listing-agent-wrap h3 {
	margin-bottom: 0;
}
.widget-area .agent-social ul li {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.widget-area .listing-agent-wrap p {
	margin-bottom: 0;
}
.widget-area .listing-agent-wrap p.group {
	font-weight: bold;
	margin-bottom: 15px;
}
.widget-area .listing-agent-wrap a.button-normal {
	margin-top: 10px;
}


/* ----------------------------------------------------------------
6. Footer
-----------------------------------------------------------------*/
#footer {
	background-color: #2d2d37 !important;
}
.footer-text {
	padding: 0 2%;
}
.footer-text .footer-wrap {
	padding-bottom: 60px;
	border-bottom: 1px solid #d2d2d2;
}
.footer-text p {
	font-size: 15px;
	color: #333333;
}
.footer-text h1 {
	color: #333333;
	font-size: 30px;
	text-transform: uppercase;
}

/* 6a. Copyright */
.footer-copyright {
	margin-top: 40px;
}
.copyright ul.footer-social {
	padding: 0
}
.copyright ul.footer-social li {
	display: inline-block;
	margin: 0 5px;
}
.copyright ul.footer-social li a {
	color: #333333;
	width: 40px;
	height: 40px;
	line-height: 48px;
	display: inline-block;
	font-size: 20px;
}
.copyright ul.footer-social li a:hover {
	color: #c94645;
}
.copyright .copy-text, .copyright .copy-text a {
	color: #333333;
}
.copyright .copy-text a:hover {
	color: #c94645;
}
/*=========================================================*/
/*COMMENT
/*===========================================================*/
.comments-area {
	position: relative;
	background-color: #ffffff;
	margin-right: 15px;
	border-top: 1px solid #e5e5e5;
	margin-top: 30px;
	padding-top: 20px;
}
.comments-title h4,
h3.comment-reply-title span {
	font-size: 40px;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 30px;
	letter-spacing: normal;
	line-height: normal;
	margin-right: 0;
	color: #000000;
	text-transform: uppercase;
}
p.comment-notes span {
	letter-spacing: normal;
}
.waiting-moderation {
	font-size: 13px;
}
.comment-wrapper {
	margin: 0 auto;
	max-width: 790px;
}
.comment-list, .children {
	list-style: none;
	overflow: hidden;
	padding-left: 0px;
}
.children {
	padding-left: 40px;
}
.comment-list > li {
	float: left;
	width: 100%;
	position: relative;
	z-index: 10;
}
.comment-list .children article.comment {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}

.comment-list > li > article.comment {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}

.comment-list li article header {
	position: relative;
}
.comments-area .avatar {
	float: left;
	width: 70px;
	height: 70px;
	position: relative;
	z-index: 9;
	margin-right: 20px;
}
.avatar img {
	width: 100%;
}
.comment-author .fn, .comment-author .fn a {
	font-weight: bold;
}
.comment-author .fn {
	text-transform: uppercase;
	color: #333333;
}
.comment-meta.commentmetadata {
	font-size: 13px;
	color: #333333;
}
.meta-comment {
	overflow: hidden;
}
.comment-content {
	margin-top: 10px;
}
.comment-content p {
	color: #333333;
	margin: 0;
	font-weight: bold;
}
.comment-action {
	position: absolute;
	right: 0;
	top: 0;
	transition: all .4s ease-in-out;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
.comment-action span.edit-link a.comment-edit-link {
	margin-right: 20px;
}
.comment-action a:hover {
	color: #222222;
}
.comment-respond label {
	display: block;
	color: #333333;
}
.comment-respond .comment-form-author {
	width: 49%;
	margin-right: 9px;
}
.comment-respond .comment-form-email {
	width: 49%;
}
.comment-respond .comment-form-author, .comment-respond .comment-form-email {
	display: inline-block;
}
.comment-respond .comment-form-author input {
	margin-right: 20px;
	height: 45px;
}
.comment-respond .comment-form-email input, .comment-respond .comment-form-url input {
	height: 45px;
}
.comment-respond input, .comment-respond textarea {
	font-family: 'Roboto', sans-serif;
	background-color: #f8f8f8;
	padding: 0 15px;
	width: 100%;
	border: none;
	margin-bottom: 10px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.comment-respond input:focus, .comment-respond textarea:focus {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.comment-respond input {
	height: auto;
}
.comment-respond textarea {
	padding: 15px 15px;
}
.form-submit {
	display: inline-block;
}
.form-submit .submit {
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	padding: 15px 30px;
	margin-top: 30px;
	border: none;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	width: inherit;
	border: 0;
	outline: none;
	color: #333;
}
.form-submit .submit:hover {
	background-color: #333333;
	color: #ffffff;
}
.button-normal.yellow, .form-submit .submit {
	background-color: #c94645;
	margin-bottom: 5px;
}

/* 5g. Contact Agent*/
.agent-details {
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
	margin-top: 25px;
}
.agent-title h3 {
	margin: 10px 0 0 0;
	color: #000000
}
.agent-desc p {
	margin: 0;
}
.agent-desc p.desc {
	margin-bottom: 20px;
}
p.agent-position {
	margin-bottom: 20px;
}
.agent-social ul {
	padding: 0;
	margin-top: 25px;
	margin-bottom: 0;
	display: inline-block;
	list-style: none;
}
.agent-social ul li {
	float: left;
	margin-right: 10px;
}
.agent-social ul li a {
	font-size: 20px;
	color: #333333;
}
.agent-social ul li a:hover {
	color: #c94645;
}
.maps iframe {
	width: 100%;
	height: 460px;
	border: 0;
	outline: none;
	pointer-events: none;
}
.form form input, .form form textarea {
	background-color: #f8f8f8;
	padding: 0 15px;
	width: 100%;
	height: 45px;
	border: none;
	margin-bottom: 10px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.form form textarea {
	padding: 15px 15px;
	height: 100%;
}
.form form input:focus, .form form textarea:focus {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.form form input, .form form textarea {
	font-family: 'Roboto', sans-serif;
	background-color: #f8f8f8;
	padding: 0 15px;
	width: 100%;
	height: 45px;
	border: none;
	margin-bottom: 10px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.form form textarea {
	padding: 15px 15px;
	height: 100%;
}
.form form input:focus, .form form textarea:focus {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.form p {
	margin-bottom: 0;
}
.form .wpcf7-submit {
	font-family: 'Roboto', sans-serif;
	width: auto;
	border: 0;
	outline: none;
	height: auto;
	margin: 0;
	padding: 15px 30px;
}

/*PAGE PRODUCT*/
/* 5i. Room Detail */
.room-detail-top {
	margin-bottom: 80px;
}
.room-detail-top .flexslider {
	margin: 0;
}
.flex-control-nav {
	bottom: 10px;
	z-index: 100;
}
.room-detail {font-family: 'Roboto', sans-serif;}

.room-detail h4 {
	margin-bottom: 10px;
	margin-top: 20px;
	text-transform: uppercase;
}
.room-detail h4:first-child {
	margin-top: 0;
}
.room-detail ul {
	display: block;
	padding: 0;
	overflow: hidden;
}
.room-detail ul li i {
	font-size: 20px;
	position: relative;
	top: 5px;
}
.room-video .room-tour-detail h2 {text-transform: uppercase;}
.video-wrap iframe {
	width: 100%;
	height: 350px;
}
.room-nav {
	padding: 20px 0;
}
.room-nav .prev-room {
	float: left;
}
.room-nav .next-room {
	float: right;
}
.room-nav a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}
.room-nav .prev-room a:before,
.room-nav .next-room a:before {
	font-family: "gapura" !important;
	font-size: 29px;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	position: absolute;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.room-nav .prev-room a {
	padding-left: 34px;
}
.room-nav .next-room a {
	padding-right: 34px;
}
.room-nav .prev-room a:before {
	content: "\72";
	left: 0;
	top: -5px;
}
.room-nav .next-room a:before {
	content: "\74";
	right: 0;
	top: -5px;
}

/*SEARCH*/
div#search {
	float: left;
	width: 100%;
	outline: none;
}
.search-field {
	width: 100%!important;
}
input#go {
	width: 39px!important;
	height: 39px!important;
	float: right!important;
	background: url(//hstatic.net/0/0/global/design/theme-default/icon-search.png) #c94645 center no-repeat;
margin: 0px!important;
font-size: 0px;
position: relative!important;
top:0px!important;
border: none;
}
input#go:hover {color: #333333;}
#search .search_box
{
	width: calc(100% - 42px)!important;
	float: left;
	outline: none;
	padding: 7px 0px 8px 10px;
}
#search .subtext {
	font-size: 22px;
	padding-bottom: 27px;
}

/*Address*/
.input-group {
	margin: 10px 0px;
}
.input-group-addon {
	color: #ffffff;
	background-color: #c94645 !important;
	border-color: #c94645;
}
.action_bottom .btn {
	font-size: 12px;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	height: 40px;
	background: #c94645 ; 
	text-align: center;
	margin: 20px 0;
	font-family: "Roboto", sans-serif;
	padding: 15px 30px;
	border-radius: 0;
	border-color: #c94645;
}
a.btn.btn-readmore:hover, .action_bottom .btn:hover, .btn.btn-comment:hover {
	background: #333333;
	color: #ffffff;
	border-color: #333333
}
.address a, .address_actions a, .add-new-address, .clear-address a { color: #303038; }
.address a:hover, .address_actions a:hover, .add-new-address:hover, .clear-address a:hover { color: #c94645; }

/*activate-account*/
#layout-page .activate-account h2 {text-align: center;}
.userbox {
	max-width: 100%;
	width: 335px;
	padding: 15px;
	background-color: #fff;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	margin:auto;
	margin-bottom:20px;
}
.userbox h2 {
	color: #75828C;
	font-size: 16px;
	margin-top: 0;
	display: inline;
}
.icon-field {
	display: inline-block !important;
	background-color: #F8F8F8 !important;
	color: white;
	border: solid 1px #E7E7E7;
	text-align: center;
	height: 37px;
	vertical-align: middle;
	line-height: 33px;
	width: 35px;
	margin-top: 10px;
	margin-bottom: 2px;
	float: left;
}
.icon-login {
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
}
.icon-envelope:after {
	content: url(//hstatic.net/0/0/global/design/theme-default/email.png);
}
.icon-user:after {
	content: url(//hstatic.net/0/0/global/design/theme-default/userico.png);
}
.userbox input[type=email],
.userbox input[type=password],
.userbox input[type=text] {
	max-width: calc(100% - 30px)!important;
	width: 100%;
	height: 37px;
	display: inline-block !important;
	background-color: #fff;
	border: solid 1px #E7E7E7;
	margin-left: -5px;
	margin-top: 10px;
	float: left;
	padding-left: 10px;
	outline: none;
	margin-bottom: 0px !important;
}
.icon-shield:after {
	content: url(//hstatic.net/0/0/global/design/theme-default/pass.png);
	margin-top: 8px;
	display: block;
}
.layout-page-login,
.layout-page-account,
.layout-page-order {
	background: #fff;
	padding: 0px;
	overflow: hidden;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
	padding-bottom: 18px;
}
.layout-page-login .header-page h1,
.layout-page-login .header-page h2,
.layout-page-account .header-page h1,
.layout-page-account .header-page h2 {
	background: #fff;
	padding: 10px 15px 15px 15px;
	border-bottom: 1px solid #c94645;
content: "";
text-transform: uppercase;
color: #000000;
font-size: 22px;
margin: 10px 0 10px;
font-family: "Roboto", sans-serif;
}
.main {
	padding: 20px 0 20px;
	min-height: 400px;
	clear: both;
}
#customer_orders, #customer_sidebar, #order_payment, #order_shipping {
	margin-bottom: 30px;
	margin-top: 30px;
}
table { width: 100%; border-spacing: 0; }
table tr td { border-top: 1px solid #dddddd; }
table tr td, table tr th { padding: 10px; text-align: left; }
table tr td:first-child, table tr th:first-child { padding-left: 10px; }
table tr td:last-child, table tr th:last-child { padding-right: 10px; }
.data-table, #order_details {
	width: 100%;
	border: 1px solid #E6E4E4;
}
.data-table thead th {
	font-weight: bold;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	padding: 8px 8px;
	color: #000;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #fafafa;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
.data-table tbody th, .data-table tbody td {
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	text-align: center;
	color: #be382a;
	font-family: Roboto;
}
#order_details tbody th, #order_details tbody td {
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	text-align: center;
	color: #303038;
	font-family: 'Roboto', sans-serif;
}


@media (min-width: 380px) and (max-width: 740px) {
	#slider .slider-wrap .slider-text p,
	#slider .slider-wrap .slider-text h3,
	#slider .slider-wrap .slider-text a {
		display: none;
	}
	#slider .slider-wrap { top: 146px;}
}

/*Page Mặt bằng căn hộ*/
.design .center_column .gallery-item{margin-bottom: 20px;}
/*.design .center_column .gallery-item:nth-of-type(3n+1){clear:left;}*/
.design .gallery-item img{
	display: block;
	height: auto;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
	will-change: opacity;
}
.design .gallery-item a:hover img{
	opacity: 0.5;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
}
.design .gallery-item a{
	border: 2px solid #fff;
	position: relative;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	display: block;
}
.design .gallery-item a:hover{border: 2px solid #333;}
/*Contact*/
.page-subheading{
	font-weight: bold;
	text-transform: uppercase;
	color: #202020;
	font-size: 18px;
	border-bottom: 1px solid #F3F0F0;
	padding: 0 0 15px;
	line-height: normal;
	margin-bottom: 12px;
	font-family: 'Noto Serif', sans-serif!important;
}
.contact-form .page-subheading{
	padding-left: 0px;
	border: none;
	margin-bottom: 0;
}
.textwidget p{margin-bottom: 5px;color: #050404;}
.google_maps{margin-top: 50px;}
.google_maps .text-center iframe{
	width: 100%;
	height: 450px;
	pointer-events: none;
}
.block_content_contact{padding: 0 5px;}
.fieldset h4{
	text-transform: uppercase;
	color: #142ef2;
}
.textwidget p i{
	font-size: 18px;
	color: #fe0808;
	margin-right: 8px;
}
.row_2 .title {padding-top: 50px;}

/* - Harafunnel mobile */
.harafunnel-mb {
	position: fixed;
	right: 10px;
	bottom:40px;
	z-index: 9999;
	width: 65px;
	height: 65px;
	padding:8px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
	transition: box-shadow 150ms linear;
}
.harafunnel-mb:hover {box-shadow: 0 5px 24px rgba(0, 0, 0, .3);}
.harafunnel-mb a {display: block;}
.harafunnel-mb a svg{width:100%;height:100%;}

/* ============ 	ADDTHIS ** addthis ============== */
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge{ right: 18px!important;;}
.addThis_listSharing {
	position: fixed;bottom:85px;z-index: 999;	
	right:-15px;opacity: 0;	visibility: hidden;
	transition: all .3s ease;	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;
}
.addThis_listSharing.is-show{right: 0;opacity: 1;	visibility: visible;}
ul li{list-style: none;}
.addThis_listing .addThis_item{margin-bottom:5px;margin-right:24px;}
.addThis_listing .addThis_item .addThis_item--icon {
	position: relative;display: inline-block;text-align: center;
	width: 44px;height: 44px;line-height: 44px;color: #fff;
	border-radius: 50%;cursor: pointer;box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
	background-size: auto;background-repeat: no-repeat;background-position: center;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
	position: absolute;top: 4px;right: 55px;z-index: 9;
	height: 32px;line-height: 26px;padding:3px 10px;
	width: auto;border-radius: 5px;font-size: 11px;color: #fff;text-align: center;
	white-space: nowrap;cursor: pointer;background-color: rgba(0, 0, 0, 1);
	visibility: hidden;opacity: 0;
	-ms-transition: all 200ms linear ;-webkit-transition: all 200ms linear ;transition: all 200ms linear ;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after{
	content: "";width: 0;height: 0;
	border-width:5px;border-style: solid;
	border-color: transparent transparent transparent rgba(0, 0, 0, 1);
	position: absolute;left: 100%;top: 0;bottom: 0;margin: auto;
	-ms-transition: all 200ms linear ;-webkit-transition: all 200ms linear ;transition: all 200ms linear ;
}
.addThis_listing .addThis_item .addThis_item--icon:hover {text-decoration: none; opacity: .9;box-shadow: 0 5px 10px rgba(0,0,0,.15), 0 4px 15px rgba(0,0,0,.13);}
.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text{visibility: visible;opacity: 1;}
.actionToolbar_mobile {
	position: fixed;bottom: 0;left: 0; right: 0;margin: 0 auto;z-index: 999;
	height:45px;width: 100%;border-top: 1px solid #e7e7e7;background: #fff; padding:5px 10px;
}
.actionToolbar_mobile  ul.actionToolbar_listing{
	margin:0;
	display: -webkit-flex;display: -moz-flex;display: flex;
	-webkit-justify-content: space-between;justify-content: space-between;
	-webkit-align-items: center;align-items: center;
}
.actionToolbar_mobile  ul.actionToolbar_listing li{width: 20%;float: left;}
.actionToolbar_mobile  ul.actionToolbar_listing li a {display: block;color: #696969;font-size: 12px;text-align: center;position: relative;}
.actionToolbar_mobile  ul.actionToolbar_listing li a svg {fill: #696969;width: 35px;height: 35px;	display: inline-block;vertical-align: middle;}
.actionToolbar_mobile  ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {margin-top: -25px;display: inline-block;vertical-align: top;}
.actionToolbar_mobile  ul.actionToolbar_listing li.actionToolbar_chatbot a svg{width:44px;height:44px;}
/* modal- center */
.modal-addThis{	background: rgba(3, 17, 27, 0.7);-webkit-transition: opacity .35s linear;-o-transition: opacity .35s linear;transition: opacity .35s linear;}
.modal-addThis.fade .modal-dialog{-webkit-transform: translate(0,0);-ms-transform: translate(0,0);-o-transform: translate(0,0);transform: translate(0,0);}
.modal-addThis .modal-dialog-centered {
	display: -webkit-box;display: -ms-flexbox; display: flex;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.modal-addThis .modal-dialog-centered .modal-content {width: 100%; }
.modal-addThis .modal-dialog-centered{ margin: 1.75rem auto;min-height: calc(100% - (1.75rem * 2));}
.modal-addThis.fade .modal-dialog-centered {
	opacity: 0;
	-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);
	-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;transition: all .2s;
}
.modal-addThis.fade.in .modal-dialog-centered {	opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);	-ms-transform: scale(1);transform: scale(1);}
.modal-addThis .modal-dialog-centered .modal-content{margin-bottom: 50px;}
@media (max-width: 767px) {
	.modal-addThis .modal-dialog-centered{margin: 2.5rem 1.5rem;min-height: calc(100% - (2.5rem * 2));}
}
.modal-backdrop.in {display: none;opacity: 0!important;}
/* modal-succes */
.modal-succes .modal-body .modal-title{font-size: 18px;font-weight: 600;margin:0;}
.modal-succes .modal-body p:not(.modal-title){font-size: 15px;margin:10px 0 5px}
.modal-succes .modal-body .txtloading{color: #aaa;font-size: 13.5px;}
@keyframes rotatePlaceholder{0%{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);-moz-transform:rotate(-405deg);-o-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);-moz-transform:rotate(-405deg);-o-transform:rotate(-405deg);transform:rotate(-405deg)}}
@keyframes animateSuccessTip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}
@keyframes animateSuccessLong{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0px;top:35px}100%{width:47px;right:8px;top:38px}}
.modal-icon.sweet-alert {padding-top: 15px;}
.animateSuccessTip {animation: animateSuccessTip 0.75s;}
.animateSuccessLong {animation: animateSuccessLong 0.75s;}
.sa-icon.sa-success.animate::after {animation: rotatePlaceholder 4.25s ease-in;}
.sweet-alert .sa-icon.sa-success{width:80px;height:80px;border:4px solid #4cae4c;border-radius:50%;margin:20px auto 0;position:relative;box-sizing:content-box}
.sweet-alert .sa-icon.sa-success::before,.sweet-alert .sa-icon.sa-success::after{content:'';border-radius:50%;position:absolute;width:60px;height:120px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.sweet-alert .sa-icon.sa-success::before{border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;-moz-transform-origin:60px 60px;-o-transform-origin:60px 60px;transform-origin:60px 60px}
.sweet-alert .sa-icon.sa-success::after{border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0px 60px;-moz-transform-origin:0px 60px;-o-transform-origin:0px 60px;transform-origin:0px 60px}
.sweet-alert .sa-icon.sa-success .sa-placeholder{width:80px;height:80px;border:4px solid rgba(92, 184, 92, 0.2);border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}
.sweet-alert .sa-icon.sa-success .sa-fix{width:5px;height:90px;background-color:#fff;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.sweet-alert .sa-icon.sa-success .sa-line{height:5px;background-color:#5cb85c;display:block;border-radius:2px;position:absolute;z-index:2}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
/* modal-contactform */  
.modal-contactform .modal-header h4.modal-title {text-align: center;font-size: 18px;font-weight: 500;}
.modal-contactform .modal-header .close {	margin-top: -10px;opacity: 0.5;font-size: 26px;width: 30px;	margin-right: -8px;}
.modal-contactform .content_popupform button{padding: 10px 20px; border: 0;text-transform: uppercase;margin-bottom: 20px;}
.modal-contactform .content_popupform .input-group{ width: 100%;margin:0 0 15px;}
.modal-contactform .content_popupform .input-group input,
.modal-contactform .content_popupform .input-group textarea{
	border: 1px solid #e7e7e7;
	box-shadow: none;
	height: 40px;
	font-weight: 500;
	padding:5px 20px;
	background: #fbfbfb;
	color: #252a2b;
	width: 100%;
}
.modal-contactform .content_popupform .input-group textarea{resize: none;height:80px;}
.fb_dialog.fb_dialog_mobile.fb_customer_chat_bubble_animated_no_badge{right: 14px !important;}

@media (max-width: 767px){
	.scrollToTop{
		position: fixed;
		left: 14px;
		bottom: 30px;
	}
	.scrollToTop.scrollToTop_left{
		right: 10px;
		left: initial;
		bottom: 55px;
	}
}
/* -------------------------------------------------------------------------------
SCROLL TO TOP
------------------------------------------------------------------------------- */
#yt-totop {
	width: 40px;
	height: 40px;
	display: none;
	background-color: #c94645;
	text-align: center;
	line-height: 40px;
	color: #fff;
	position: fixed;
	bottom: 50px;
	right: 20px;
	opacity: 0.6;
	z-index: 800;
	border-radius: 50%;
}
#yt-totop:before {
	content: "\f062";
	font-family: fontawesome;
	font-size: 20px;
}
#yt-totop:hover {
	opacity: 1;
}




