/**
* Table of Contents
*
* 1.0 - Fonts
* 2.0 - Home Page
*	2.1 - Header
*     2.1.1 - Navigation
*     2.1.2 - Slider
*     2.1.3 - Search Form
*   2.2 - Content
*     2.2.1 - Top destination (1-st section)
*     2.2.2 - USP (2-nd section)
*     2.2.3 - Categories portfolio (3-rd section)
*     2.2.4 - Visitors (4-th section)
*   2.3 - Footer
*     2.3.1 - Follow Us widget
*     2.3.2 - Back to Top button
*     2.3.3 - Copyright
* 3.0 - Search Result Page
*	3.1 - Progress steps
*   3.2 - Grid view
*   3.3 - Row view
*   3.4 - Left Sidebar
*     3.4.1 - Modify Search widget
*     3.4.2 - Search Details widget
*   3.5 - Sort elements section
*   3.6 - Pagination
*   3.7 - Top Sidebar
* 4.0 - Hotel Page
*   4.1 - Gallery and Description
*     4.1.1 - Tabs (gallery and map)
*     4.1.2 - Tabs (hotel description)
*   4.2 - Map and Availability
*   4.3 - Gallery and Amenities
*   4.4 - Gallery and Review
*   4.5 - Gallery and Write a Review
*	5.0 - Room Page
*	6.0 - Search result Rooms Page
*	7.0 - Payment Page
*	8.0 - Blog Page
*	9.0 - Thanks Page
*	10.0 - Blog Single Page
*	11.0 - Contact us Page
*	12.0 - User page
*	13.0 - Elements Page
*	14.0 - About-us Page
*	15.0 - Archive widget
*	16.0 - Twitter widget
*	17.0 - Personal Info Page
*	18.0 - Media queries
*
**/

html {
	min-height: 100%;
}
.icon-font {
	font-family: 'FontAwesome';
}
*:focus {
	outline: 0;
}
.h1,
h1 {
	font-size: 48px;
}
.h2,
h2 {
	font-size: 36px;
}
.h3,
h3 {
	font-size: 30px;
}
.h4,
h4 {
	font-size: 20px;
}
.h5,
h5 {
	font-size: 18px;
}
.h6,
h6 {
	font-size: 16px;
}
blockquote {
	font-size: 24px;
	background: url("../images/blockqoute.png") no-repeat 30px 17px;
	padding: 43px 35px 47px 174px;
	border: 1px solid #23def7;
}
code {
	border: 1px solid #ccc;
	border-radius: 0;
	color: #000;
	font-size: 14px;
	letter-spacing: 0.5px;
	margin: 0 1px 0 4px;
	padding: 0 8px 0 10px;
}
pre {
	border: 1px solid #ccc;
	border-radius: 0;
	font-size: 14px;
	padding: 14px 20px 9px;
}
.table {
	color: #999898;
	margin-bottom: 11px;
	font: 14px 'Open Sans';
}
.table thead {
	color: #08c1da;
}
.table td,
.table thead,
.table th {
	border: 1px solid #ebebeb !important;
	padding: 15px 17px 14px 17px !important;
}
.btn-primary,
.btn-default,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
	color: #fff;
	font-size: 16px;
	margin-top: 35px;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	margin-right: 16px;
	border-radius: 3px;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 5px;
}
.btn-primary {
	background: #08c1da none repeat scroll 0 0;
	border: 1px solid #08c1da;
	padding-left: 17px;
	padding-right: 13px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #23def7;
	border: 1px solid #23def7;
}
.btn-default {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #37e1f8;
	color: #08c1da;
	padding-left: 16px;
	padding-right: 18px;
	text-transform: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	background-color: #23def7;
	color: #fff;
	border: 1px solid #23def7;
}
.btn-success {
	background: #53bf83 none repeat scroll 0 0;
	border: 1px solid #53bf83;
	padding-left: 17px;
	padding-right: 12px;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
	background-color: #4de28f;
	border: 1px solid #4de28f;
}
.btn-info {
	background: #3ebfff none repeat scroll 0 0;
	border: 1px solid #3ebfff;
	padding-left: 13px;
	padding-right: 12px;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
	background-color: #5cb8e6;
	border: 1px solid #5cb8e6;
}
.btn-warning {
	background: #ffb066 none repeat scroll 0 0;
	border: 1px solid #ffb066;
	padding-left: 14px;
	padding-right: 12px;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
	background-color: #ff9b3e;
	border: 1px solid #ff9b3e;
}
.btn-danger {
	background: #f457a1 none repeat scroll 0 0;
	border: 1px solid #f457a1;
	padding-left: 17px;
	padding-right: 17px;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
	background-color: #ff3192;
	border: 1px solid #ff3192;
}
.alert-success {
	color: #65cd93;
	border: 1px solid #65cd93;
	margin-right: 40px;
	margin-bottom: 26px;
}
.alert-info {
	color: #5cb8e6;
	border: 1px solid #5cb8e6;
}
.alert-warning {
	color: #ffb066;
	border: 1px solid #ffb066;
	margin-right: 40px;
	margin-bottom: 26px;
}
.alert-danger {
	color: #f457a1;
	border: 1px solid #f457a1;
}
.alert {
	border-left: 3px solid;
	display: inline-block;
	font-size: 13px;
	width: 400px;
	border-radius: 0;
	background: 0;
	text-transform: uppercase;
	padding: 9px 10px 9px 28px;
}
.alert i {
	font-size: 16px;
	padding-right: 18px;
}
input {
	border: 1px solid #e0e0e0;
}
textarea {
	max-width: 100%;
}
label {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 7px;
	cursor: pointer;
}
.htlfndr-but-icon {
	position: relative;
	padding-bottom: 7px;
	padding-top: 12px;
	transition: all 0.3s ease-in-out 0s;
}
.htlfndr-but-icon:hover .fa-plane {
	color: #fff!important;
}
.htlfndr-but-icon .fa {
	position: absolute;
	right: 34px;
	font-size: 18px;
	color: #fff;
	top: 10px;
}
.htlfndr-but-icon .fa.fa-plane {
	transition: all 0.3s ease-in-out 0s;
	color: #08c1da;
}
.htlfndr-but-icon .btn-primary {
	padding-right: 44px;
}
.htlfndr-but-icon .btn-default {
	padding-right: 38px;
}
.htlfndr-but-icon .btn-success {
	padding-right: 41px;
}
.htlfndr-but-icon .btn-info {
	padding-right: 28px;
}
.htlfndr-but-icon .btn-warning {
	padding-right: 41px;
}
.htlfndr-but-icon .btn-danger {
	padding-right: 42px;
}
.switch-label-check {
	/* Checkbox */
	cursor: pointer;
	margin: 0 0 -1px 0;
	/* If checkbox is disabled */
}
.switch-label-check + label {
	font-weight: normal;
	margin-left: 12px;
}
.switch-label-check input[type="checkbox"]:disabled + .switch {
	background-color: #e7e7e7;
}
input[type="checkbox"] + span {
	background-color: #bfbfbf;
	display: block;
	height: 16px;
	position: relative;
	width: 16px;
}
input[type="radio"] + span {
	border: 1px solid #08c1da;
	border-radius: 50%;
	display: block;
	height: 20px;
	position: relative;
	width: 20px;
}
input[type="checkbox"]:checked + span {
	background-color: #08c1da;
}
input[type="checkbox"]:checked + span:after {
	color: #fff;
	content: '\f00c';
	font-family: 'FontAwesome';
	font-size: 10px;
	margin-left: 3px;
	position: absolute;
	top: 1px;
}
input[type="radio"]:checked + span:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #08c1da;
	border-radius: 50%;
	height: 12px;
	
	-webkit-transform: translate(-50%, -50%);
	
	-moz-transform: translate(-50%, -50%);
	
	-ms-transform: translate(-50%, -50%);
	
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
}
input[type="radio"]:disabled + span {
	border-color: #b7f4fc;
	border-width: 1px!important;
}
p.hover label {
	color: #d7d7d7;
}
p.hover label input[type="checkbox"]:checked + span,
p.hover label input[type="checkbox"] + span {
	background-color: #d7d7d7;
}
p.hover label input[type="radio"] + span {
	border-width: 3px;
}
p.hover label input[type="radio"] + span::after {
	background-color: #08c1da;
	border-radius: 50%;
	content: "";
	height: 12px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
}
p.hover label input[type="radio"]:disabled + span::after {
	background-color: #fff;
}
p.hover label input[type="radio"]:checked + span::after {
	background-color: #08c1da;
}
.htlfndr-font-24 {
	font-size: 24px;
}
.mainColor2 {
	color: #08c1da;
}
.htlfndr-select-custom {
	font-size: 16px;
	min-width: 110px;
}
.dropdown-menu {
	min-width: 185px;
}

/**
* #.# Fonts
*
* There are fonts are used in the theme.
* All fonts have been generated by Font Squirrel 
* (http://www.fontsquirrel.com) from .ttf files.
*/
/* Montserrat Regular */
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat/montserrat-regular-webfont.eot');
	src: url('../fonts/Montserrat/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/Montserrat/montserrat-regular-webfont.woff') format('woff'), url('../fonts/Montserrat/montserrat-regular-webfont.ttf') format('truetype'), url('../fonts/Montserrat/montserrat-regular-webfont.svg#Montserrat') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Open Sans Regular */
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/Open_Sans/opensans-regular-webfont.eot');
	src: url('../fonts/Open_Sans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Open_Sans/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/Open_Sans/opensans-regular-webfont.woff') format('woff'), url('../fonts/Open_Sans/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/Open_Sans/opensans-regular-webfont.svg#Open Sans') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Open Sans Bold */
@font-face {
	font-family: 'Open Sans Bold';
	src: url('../fonts/Open_Sans/bold/opensans-bold-webfont.eot');
	src: url('../fonts/Open_Sans/bold/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Open_Sans/bold/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/Open_Sans/bold/opensans-bold-webfont.woff') format('woff'), url('../fonts/Open_Sans/bold/opensans-bold-webfont.ttf') format('truetype'), url('../fonts/Open_Sans/bold/opensans-bold-webfont.svg#Open Sans Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Open Sans Light */
@font-face {
	font-family: 'Open Sans Light';
	src: url('../fonts/Open_Sans/light/opensans-light-webfont.eot');
	src: url('../fonts/Open_Sans/light/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Open_Sans/light/opensans-light-webfont.woff2') format('woff2'), url('../fonts/Open_Sans/light/opensans-light-webfont.woff') format('woff'), url('../fonts/Open_Sans/light/opensans-light-webfont.ttf') format('truetype'), url('../fonts/Open_Sans/light/opensans-light-webfont.svg#Open Sans Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Roboto Regular*/
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/roboto-regular-webfont.eot');
	src: url('../fonts/Roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/Roboto/roboto-regular-webfont.woff') format('woff'), url('../fonts/Roboto/roboto-regular-webfont.ttf') format('truetype'), url('../fonts/Roboto/roboto-regular-webfont.svg#Roboto') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Roboto Light*/
@font-face {
	font-family: 'Roboto Light';
	src: url('../fonts/Roboto/light/roboto-light-webfont.eot');
	src: url('../fonts/Roboto/light/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/light/roboto-light-webfont.woff2') format('woff2'), url('../fonts/Roboto/light/roboto-light-webfont.woff') format('woff'), url('../fonts/Roboto/light/roboto-light-webfont.ttf') format('truetype'), url('../fonts/Roboto/light/roboto-light-webfont.svg#Roboto Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Roboto Thin*/
@font-face {
	font-family: 'Roboto Thin';
	src: url('../fonts/Roboto_Thin/Roboto-Thin.eot');
	src: url('../fonts/Roboto_Thin/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto_Thin/Roboto-Thin.woff2') format('woff2'), url('../fonts/Roboto_Thin/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto_Thin/Roboto-Thin.ttf') format('truetype'), url('../fonts/Roboto_Thin/Roboto-Thin.svg#Roboto Thin') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Source Code Pro */
@font-face {
	font-family: 'Source Code Pro';
	src: url('../fonts/Source_Code_Pro/sourcecodepro-regular-webfont.eot');
	src: url('../fonts/Source_Code_Pro/sourcecodepro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Source_Code_Pro/sourcecodepro-regular-webfont.woff2') format('woff2'), url('../fonts/Source_Code_Pro/sourcecodepro-regular-webfont.woff') format('woff'), url('../fonts/Source_Code_Pro/sourcecodepro-regular-webfont.ttf') format('truetype'), url('../fonts/Source_Code_Pro/sourcecodepro-regular-webfont.svg#Source Code Pro') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Glyphicons Halflings */
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/Glyphicons_Halflings/glyphicons-halflings-regular.eot');
	src: url('../fonts/Glyphicons_Halflings/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Glyphicons_Halflings/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/Glyphicons_Halflings/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/Glyphicons_Halflings/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/Glyphicons_Halflings/glyphicons-halflings-regular.svg#Glyphicons Halflings') format('svg');
	font-weight: normal;
	font-style: normal;
}
.htlfndr-404-page {
	background: url('../images/bg_404.jpg') no-repeat center / cover;
}
.htlfndr-404-page header {
	padding-top: 72px;
}
.htlfndr-404-page header p {
	display: inline;
	font-size: 24px;
	margin-left: 13px;
}
.htlfndr-404-page header img {
	position: relative;
	top: -5px;
}
.htlfndr-404-content {
	margin-top: 56px;
	margin-bottom: 73px;
}
.htlfndr-404-content .htlfndr-404-title {
	font: 48px/60px 'Open Sans Light';
	color: #5ff4ff;
	margin: 0 auto;
	width: 60%;
}
.htlfndr-404-content .htlfndr-404 {
	font: 300px/240px "Roboto Thin";
	margin-bottom: 4%;
	margin-top: 7%;
	opacity: 0.5;
	color: #fff;
}
.htlfndr-404-content .htlfndr-404-btn {
	color: #23def7;
	border: 1px solid #23def7;
	border-radius: 3px;
	font: 20px "Open Sans";
	padding: 11px 24px;
	display: inline-block;
}
.htlfndr-404-content .htlfndr-404-btn i {
	margin-right: 16px;
}
.htlfndr-404-content .htlfndr-404-btn:hover {
	color: #fff;
	background: #23def7;
}
.fail-page {
	margin-bottom: 20px;
}
.fail-page .navbar-nav {
	display: inline-block;
	float: none;
}
.fail-page .navbar-nav li a {
	color: #fff!important;
	opacity: 0.5;
	margin: 0 17px;
}
.fail-page .navbar-nav li a:hover {
	opacity: 1;
	background: none;
	transition: none 0s ease 0s;
	outline: none;
}
.fail-page .navbar-nav li a:after {
	outline: none;
	background: none !important;
}
.fail-page .navbar-nav li a:focus,
.fail-page .navbar-nav li a:active {
	background: none !important;
}
.fail-page .navbar-nav li.active a {
	opacity: 1;
	background-color: none !important;
}
.fail-page .navbar-nav li.active a:after,
.fail-page .navbar-nav li.active a:focus,
.fail-page .navbar-nav li.active a:active {
	background-color: none !important;
	transition: none 0s ease 0s;
}
.htlfndr-wrapper a {
	color: #23def7;
}
.htlfndr-wrapper a:focus,
.htlfndr-wrapper a:hover {
	outline: none !important;
	text-decoration: none;
}
.htlfndr-wrapper p a:focus,
.htlfndr-wrapper p a:hover {
	outline: none !important;
	text-decoration: underline;
}
.htlfndr-wrapper .htlfndr-maincolor {
	color: #23def7;
}
.htlfndr-entry-content img.pull-left,
#htlfndr-comments img.pull-left {
	margin-bottom: 20px;
	margin-right: 30px;
	margin-top: 31px;
}
.htlfndr-entry-content blockquote,
.htlfndr-hotel-description-tab blockquote {
	background: #f6f6f6;
	border-bottom: 1px solid #e0e0e0;
	border-left: 3px solid #08c1da;
	border-right: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	color: #9f9f9f;
	font: 13px 'Open Sans', sans-serif;
	line-height: 1.8;
	margin: 0 0 20px;
	padding: 1.8rem 2.5rem;
	position: relative;
}
.htlfndr-entry-content blockquote:after,
.htlfndr-hotel-description-tab blockquote:after {
	background: #f6f6f6;
	border-left: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	content: '';
	height: 15px;
	left: 50px;
	position: absolute;
	top: -8px;
	
	-webkit-transform: rotate(45deg);
	
	-moz-transform: rotate(45deg);
	
	-ms-transform: rotate(45deg);
	
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 15px;
	z-index: 1;
}
/**
* #.# Header
*
*/
noscript h2 {
	color: red;
	text-align: center;
	font-size: 30px;
}
/* Navigation */
.htlfndr-top-header {
	position: relative;
	z-index: 1000;
}
    .htlfndr-top-header .navbar.navbar-default {
        background-color: #684317;
        border: none;
        border-radius: 0;
    }
.htlfndr-top-header .navbar {
	margin-bottom: 0;
	padding: 5px 0 0;
}
.htlfndr-top-header .htlfndr-logo.navbar-brand > img {
	top: 19px;
}
.htlfndr-logo.navbar-brand {
	padding: 16px 15px;
}
.htlfndr-logo.navbar-brand > img {
	position: absolute;
}
.htlfndr-logo-text {
	margin-left: 40px;
}
.htlfndr-logo-text span {
	color: #23def7;
}
.htlfndr-logo-text,
.navbar.navbar-default.htlfndr-blue-hover-nav .navbar-nav > li > a {
	color: #fff;
	text-transform: capitalize;
	background: none;
}
.navbar.navbar-default.htlfndr-blue-hover-nav .navbar-nav > li > a,
#htlfndr-main-nav .navbar-nav > li > a {
	margin: 0 15px;
	padding: 15px 0 3px;
}
.navbar.navbar-default.htlfndr-blue-hover-nav .navbar-nav > li:not(.dropdown) > a:after,
#htlfndr-main-nav .navbar-nav > li:not(.dropdown) > a:after {
	background: #23def7;
	content: '';
	height: 1px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 100%;
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
	transition: height 0.2s linear, opacity 0.1s linear, transform 0.1s linear;
	-moz-transition: height 0.2s linear, opacity 0.1s linear, -moz-transform 0.1s linear;
	-webkit-transition: height 0.2s linear, opacity 0.1s linear, -webkit-transform 0.1s linear;
	width: 100%;
}
.navbar.navbar-default.htlfndr-blue-hover-nav .navbar-nav > li:not(.dropdown) > a:hover:after,
#htlfndr-main-nav .navbar-nav > li:not(.dropdown) > a:hover:after {
	height: 2px;
	opacity: 1; 
	-webkit-transform: translateY(0px); 
	-moz-transform: translateY(0px); 
	-ms-transform: translateY(0px); 
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.navbar.navbar-default.htlfndr-blue-hover-nav .navbar-nav > li.active > a,
#htlfndr-main-nav .navbar-nav > li.active > a {
	background: #fff;
}
.navbar.navbar-default.htlfndr-blue-hover-nav .navbar-nav > li.active > a:after,
#htlfndr-main-nav .navbar-nav > li.active > a:after {
	height: 2px;
	opacity: 1; 
	-webkit-transform: translateY(0px); 
	-moz-transform: translateY(0px); 
	-ms-transform: translateY(0px); 
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.dropdown-submenu > a::after {
	color: #08c6df;
	content: "";
	font-family: "FontAwesome";
	font-size: 16px;
	position: absolute;
	right: 15px;
	transition: all 0.3s ease 0s;
}
#htlfndr-main-nav .navbar-nav > li > a {
	padding: 9px 4px;
}
.navbar.navbar-default.htlfndr-blue-hover-nav .navbar-nav > li > a:hover {
	color: #23def7;
}
#htlfndr-first-nav.navbar-collapse.in {
	overflow: visible;
}
/* Selectboxes */
.htlfndr-custom-select select {
	display: none;
}
.htlfndr-dropdown-container {
	position: relative;
	text-transform: uppercase;
}
[class*="fa-"]:before,
.htlfndr-dropdown-select-ul li:after,
.htlfndr-dropdown-select > span:after {
	font-family: 'FontAwesome';
}
.htlfndr-dropdown-select {
	-webkit-transition: background-color 0.2s ease 0s;
	-moz-transition: background-color 0.2s ease 0s; 
	-o-transition: background-color 0.2s ease 0s; 
	transition: background-color 0.2s ease 0s;
	background-color: #262729;
	cursor: pointer;
	line-height: 20px;
	padding: 15px;
	text-align: left;
	z-index: 200;
}
.htlfndr-dropdown-select > span {
	margin-right: 10px;
	line-height: 1.5;
}
.htlfndr-dropdown-select:before {
	-webkit-transition: all 0.3s ease 0s;	
	-moz-transition: all 0.3s ease 0s;	
	-o-transition: all 0.3s ease 0s;	
	transition: all 0.3s ease 0s;
	float: right;
}
.active .htlfndr-dropdown-select:before {
	-webkit-transform: rotate(180deg);	
	-moz-transform: rotate(180deg);	
	-ms-transform: rotate(180deg);	
	-o-transform: rotate(180deg);	
	transform: rotate(180deg);
}
.htlfndr-dropdown-select-ul {
	background-color: #262729;
	color: #fff;
	display: none;
	max-height: 50rem;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	padding-left: 0;
	position: absolute;
	text-align: left;
	width: 100%;
	z-index: 99999;
}
.htlfndr-dropdown-select-ul li {
	border-top: 1px solid #68686A;
	cursor: pointer;
	display: block;
	padding: 10px;
	position: relative;
}
.htlfndr-dropdown-select-ul li.selected,
.htlfndr-dropdown-select-ul li:hover,
.htlfndr-dropdown-select-ul li:focus {
	background-color: #08c6df;
}
.htlfndr-dropdown-select-ul li.optgroup {
	background: #a2a3a5;
	color: #cccccc;
	font-size: 90%;
	margin: 0 4%;
	padding-right: 0.7rem;
	text-align: right;
	width: 92%;
}
.htlfndr-dropdown-select-ul li.selected,
.htlfndr-dropdown-select-ul li.selected + li {
	border: none !important;
}
.htlfndr-dropdown-select-ul li.selected,
.htlfndr-dropdown-select-ul li.optgroup {
	cursor: default;
}
.active .htlfndr-dropdown-select-ul {
	animation-duration: 0.3s;
	animation-name: fadeIn;
	display: block;
	animation-fill-mode: both;
}
.no-js .htlfndr-custom-select select {
	display: block;
}
.no-js .htlfndr-dropdown-select,
.no-js .htlfndr-dropdown-select-ul {
	display: none;
}
.htlfndr-dropdown-select {
	color: #fff;
}
.htlfndr-dropdown-select:hover,
.htlfndr-dropdown-select:focus {
	color: #23def7;
}
.active .htlfndr-dropdown-select {
	color: #23def7;
}
/* Adding icons to the select options with currency */
.htlfndr-custom-select.htlfndr-currency .htlfndr-dropdown-select-ul li {
	padding: 10px 12px;
}
.htlfndr-custom-select.htlfndr-currency li[data-value="eur"]:after,
.htlfndr-custom-select.htlfndr-currency li[data-value="gbp"]:after,
.htlfndr-custom-select.htlfndr-currency li[data-value="jpy"]:after,
.htlfndr-custom-select.htlfndr-currency li[data-value="usd"]:after {
	float: right;
	margin-right: 18px;
}
.htlfndr-custom-select.htlfndr-currency .htlfndr-dropdown-select .eur:after,
.htlfndr-custom-select.htlfndr-currency .htlfndr-dropdown-select .gbp:after,
.htlfndr-custom-select.htlfndr-currency .htlfndr-dropdown-select .jpy:after,
.htlfndr-custom-select.htlfndr-currency .htlfndr-dropdown-select .usd:after {
	margin-left: 5px;
}
.htlfndr-custom-select.htlfndr-currency li[data-value="eur"]:after,
.htlfndr-custom-select.htlfndr-currency .htlfndr-dropdown-select .eur:after {
	content: '\f153';
}
.htlfndr-custom-select.htlfndr-currency li[data-value="gbp"]:after,
.htlfndr-custom-select.htlfndr-currency .htlfndr-dropdown-select .gbp:after {
	content: '\f154';
}
.htlfndr-custom-select.htlfndr-currency li[data-value="jpy"]:after,
.htlfndr-custom-select.htlfndr-currency .htlfndr-dropdown-select .jpy:after {
	content: '\f157';
}
.htlfndr-custom-select.htlfndr-currency li[data-value="usd"]:after,
.htlfndr-custom-select.htlfndr-currency .htlfndr-dropdown-select .usd:after {
	content: '\f155';
}
/* Select list top arrow */
.active .htlfndr-dropdown-select:after {
	border: 8px solid transparent;
	border-bottom-color: #636465;
	bottom: 0;
	content: ' ';
	height: 0;
	left: 22px;
	pointer-events: none;
	position: absolute;
	visibility: visible;
	width: 0;
	z-index: 300;
}
/* Adding icons to the select options with language */
.htlfndr-custom-select.htlfndr-language .htlfndr-dropdown-select {
	padding: 15px 15px 20px 45px;
}
.htlfndr-custom-select.htlfndr-language .htlfndr-dropdown-select-ul > li:before,
.htlfndr-custom-select.htlfndr-language span:before {
	background: #262729 no-repeat -6px -6px;
	background-size: 155% !important;
	border: 6px solid #404142;
	border-radius: 50%;
	content: ' ';
	height: 34px;
	position: absolute;
	width: 34px;
	-webkit-background-size: 155% !important;
}
.htlfndr-custom-select.htlfndr-language .htlfndr-dropdown-select-ul > li {
	padding: 10px 10px 10px 46px;
}
.htlfndr-custom-select.htlfndr-language .htlfndr-dropdown-select-ul > li::before {
	top: 3px;
	left: 3px;
}
.htlfndr-custom-select.htlfndr-language span:before {
	left: 3px;
	top: 10px;
}
.htlfndr-custom-select.htlfndr-language li[data-value="eng"]:before,
.htlfndr-custom-select.htlfndr-language .eng:before {
	background-image: url("../images/icon-flag-britain.png");
}
.htlfndr-custom-select.htlfndr-language li[data-value="ger"]:before,
.htlfndr-custom-select.htlfndr-language .ger:before {
	background-image: url("../images/icon-flag-german.png");
}
.htlfndr-custom-select.htlfndr-language li[data-value="jap"]:before,
.htlfndr-custom-select.htlfndr-language .jap:before {
	background-image: url("../images/icon-flag-japan.png");
}
.htlfndr-custom-select.htlfndr-language li[data-value="ita"]:before,
.htlfndr-custom-select.htlfndr-language .ita:before {
	background-image: url("../images/icon-flag-italy.png");
}
.htlfndr-custom-select.htlfndr-language li[data-value="fre"]:before,
.htlfndr-custom-select.htlfndr-language .fre:before {
	background-image: url("../images/icon-flag-french.png");
}
.htlfndr-custom-select.htlfndr-language li[data-value="rus"]:before,
.htlfndr-custom-select.htlfndr-language .rus:before {
	background-image: url("../images/icon-flag-russian.png");
}
.htlfndr-top-header .navbar-default .navbar-toggle:hover,
.htlfndr-under-header .navbar-default .navbar-toggle:hover,
.htlfndr-top-header .navbar-default .navbar-toggle:focus,
.htlfndr-under-header .navbar-default .navbar-toggle:focus {
	background-color: #23def7;
}
/* Main navigation */
#htlfndr-main-nav .navbar-nav > li > a {
	color: #000000;
	text-transform: capitalize;
	background: none;
}
#htlfndr-main-nav .dropdown-menu {
	border-radius: 0;
}
#htlfndr-main-nav .dropdown-menu > li > a {
	color: #000000;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: capitalize;
}
#htlfndr-main-nav .dropdown-menu > li > a:hover {
	background-color: #b7f4fc;
}
#htlfndr-main-nav .dropdown-menu .dropdown-submenu {
	position: relative;
}
#htlfndr-main-nav .dropdown-menu > li.active a {
	background-color: #b7f4fc;
}
#htlfndr-main-nav .dropdown-submenu .dropdown-menu {
	left: 100%;
	margin-left: 0 !important;
	top: 0;
}
/* Dropdown menu */
.htlfndr-under-header {
    position: relative;
    z-index: 500;
    background-color: #eddfcf;
}
    .htlfndr-under-header .navbar-default {
        background-color: #eddfcf;
        border: none;
        border-radius: 0;
        margin-bottom: 8px;
        margin-top: 7px;
        z-index: 5;
    }
/**
* #.# Slider
*
*/
.htlfndr-slider-section {
	overflow: hidden;
	position: relative;
	z-index: 50;
}
.htlfndr-slide-wrapper {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	width: 100%;
}
 /* Overlay for image */
.htlfndr-slide-wrapper:before {
	background-color: rgba(38, 36, 36, 0.3);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 15;
}
.htlfndr-slide-wrapper > img {
	height: 500px;
	position: absolute;
	width: 100%;
}
.htlfndr-slide-data {
	position: relative;
	z-index: 100;
}
/* Star rating */
.htlfndr-slide-rating-stars {
	color: #fff;
	cursor: default;
	margin-top: 8.4rem;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.htlfndr-slide-rating-stars .fa-star-o {
	font-size: 2.4rem;
	margin-right: 1.55rem;
}
/* Slider title */
.htlfndr-slider-title {
	color: #fff;
	font: 4.73rem 'Open Sans Bold', sans-serif;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	text-transform: capitalize;
}
/**
* #.#  Search Form aside start
*
* Aside with search form at the bottom of slider
*/
select {
	padding: 6px 18px;
}
.htlfndr-form-in-slider {
	width: 100%;
}
.htlfndr-form-in-slider input {
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
}
.htlfndr-form-in-slider h5 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 1.8rem;
	margin-top: 3.7rem;
}
.htlfndr-form-in-slider .search-hotel-input,
.htlfndr-form-in-slider .htlfndr-input-wrapper .ui-selectmenu-button {
	border: 1px solid #36322F;
}
.htlfndr-form-in-slider .htlfndr-input-wrapper {
	margin-bottom: 0.6rem;
}
.htlfndr-form-in-slider #htlfndr-input-1:before {
	background-image: url("../images/icon-location.png");
	background-size: 100% auto;
	content: "";
}
.htlfndr-form-in-slider #htlfndr-input-date-in:before {
	background-image: url("../images/icon-date-in.png");
	background-size: 100% auto;
	content: "";
}
.htlfndr-form-in-slider #htlfndr-input-date-out:before {
	background-image: url("../images/icon-date-out.png");
	background-size: 100% auto;
	transform: none;
	content: "";
}
.htlfndr-form-in-slider #htlfndr-input-4:before {
	background-image: url("../images/icon-person.png");
	top: 7px;
	content: "";
}
.htlfndr-form-in-slider .htlfndr-clear-datepicker::before {
	color: #c1c1c1;
}
.htlfndr-search-form input::-webkit-input-placeholder {
	color: #000000;
	font: 400 15px 'Montserrat', sans-serif;
	line-height: 20px;
}
.htlfndr-search-form input:-moz-placeholder {
	/* Firefox 18- */
	color: #000000;
	font: 400 15px 'Montserrat', sans-serif;
	line-height: 35px;
}
.htlfndr-search-form input::-moz-placeholder {
	/* Firefox 19+ */
	color: #000000;
	font: 400 15px 'Montserrat', sans-serif;
	line-height: 35px;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}
.htlfndr-search-form input:-ms-input-placeholder {
	color: #000000;
	font: 400 15px 'Montserrat', sans-serif;
	line-height: 35px;
}
.htlfndr-slider-under-title-line {
	background-color: #23def7;
	height: 0.5rem;
	width: 10.9rem;
}
.htlfndr-input-wrapper {
	position: relative;
}
.htlfndr-input-wrapper:before,
.htlfndr-input-wrapper .ui-selectmenu-button .ui-icon:after {
	background: rgba(0, 0, 0, 0) no-repeat;
	background-size: cover;
	position: absolute;
	-webkit-background-size: cover;
}
.htlfndr-input-wrapper:before {
	height: 27px;
	left: 5px;
	top: 9px;
	width: 27px;
	z-index: 100;
}
.search-hotel-input,
.htlfndr-input-wrapper .ui-selectmenu-button {
	background-color: #fff;
	color: #000000;
	font: 400 15px/20px 'Montserrat', sans-serif;
	height: 39px;
	padding: 3px 30px 0 35px;	
	-webkit-transition: all 0.3s linear 0s;	
	-moz-transition: all 0.3s linear 0s;	
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	width: 100% !important;
}
.search-hotel-input:hover,
.htlfndr-input-wrapper .ui-selectmenu-button:hover,
.search-hotel-input:focus,
.htlfndr-input-wrapper .ui-selectmenu-button:focus {
	border-color: #81ecfa !important;
}
/* Datepicker */
.ui-datepicker.htlfndr-datepicker {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.34);
	border-radius: 0;
	box-shadow: 0 3px 4.8px 0.3px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0 3px 4.8px 0.3px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0 3px 4.8px 0.3px rgba(0, 0, 0, 0.13);
	font-family: 'Montserrat' !important;
	width: 230px;
	z-index: 150 !important;
}
.ui-datepicker.htlfndr-datepicker table {
	font-size: 13px;
}
.ui-datepicker.htlfndr-datepicker table thead {
	border-bottom: 1px solid #CDCDCD;
}
.ui-datepicker.htlfndr-datepicker table th {
	color: #000000;
	font-weight: normal;
	width: 25px;
}
.ui-datepicker.htlfndr-datepicker table td span,
.ui-datepicker.htlfndr-datepicker table td a {
	padding: 5px;
	text-align: center;
}
.ui-datepicker.htlfndr-datepicker .ui-datepicker-title {
	color: #000000;
	font-size: 15px;
	font-weight: normal;
}
.ui-datepicker.htlfndr-datepicker .ui-datepicker-month {
	color: #000000;
}
.ui-datepicker.htlfndr-datepicker .ui-datepicker-year {
	color: #b4b4b4;
}
.ui-datepicker.htlfndr-datepicker .ui-datepicker-header {
	background: #fff;
	border: none;
	border-radius: 0;
}
.ui-datepicker.htlfndr-datepicker .ui-datepicker-prev,
.ui-datepicker.htlfndr-datepicker .ui-datepicker-next {
	border-radius: 0;
}
.ui-datepicker.htlfndr-datepicker .ui-datepicker-prev:before,
.ui-datepicker.htlfndr-datepicker .ui-datepicker-next:before {
	color: #b8b8b8;
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 16px;
	position: absolute;
}
.ui-datepicker.htlfndr-datepicker .ui-datepicker-prev:before {
	left: 33%;
	top: 15%;	
	-webkit-transform: rotate(180deg);	
	-moz-transform: rotate(180deg);	
	-ms-transform: rotate(180deg);	
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.ui-datepicker.htlfndr-datepicker .ui-datepicker-next:before {
	left: 43%;
	top: 11%;
}
.ui-datepicker.htlfndr-datepicker .ui-datepicker-week-end:first-child > span,
.ui-datepicker.htlfndr-datepicker .ui-datepicker-week-end:first-child .ui-state-default {
	color: #23def7;
}
.ui-datepicker.htlfndr-datepicker .ui-state-default {
	background-color: #fff;
	border: none;
	border-radius: 50%;
	color: #000000;
	font-weight: normal;
}
.ui-datepicker.htlfndr-datepicker .ui-state-hover,
.ui-datepicker.htlfndr-datepicker .ui-state-focus,
.ui-datepicker.htlfndr-datepicker .ui-state-active {
	background-color: #23def7;
	border: none;
}
.ui-datepicker.htlfndr-datepicker .ui-state-hover:before,
.ui-datepicker.htlfndr-datepicker .ui-state-focus:before,
.ui-datepicker.htlfndr-datepicker .ui-state-active:before {
	color: #fff;
}
.ui-datepicker.htlfndr-datepicker .ui-priority-secondary,
.ui-datepicker.htlfndr-datepicker .ui-datepicker-week-end.ui-datepicker-other-month .ui-priority-secondary {
	color: #b4b4b4;
	opacity: 1;
}
.ui-datepicker.htlfndr-datepicker .ui-priority-secondary.ui-state-hover,
.ui-datepicker.htlfndr-datepicker .ui-datepicker-week-end:first-child .ui-state-hover {
	color: #fff;
}
.htlfndr-clear-datepicker {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	padding: 0;
	position: absolute;
	right: 12px;
	top: 8px;
}
.htlfndr-clear-datepicker:before {
	color: #23def7;
	content: '\f00d';
	display: block;
	font-family: 'FontAwesome';
	font-size: 16px;
	height: 25px;
	padding-left: 5px;
}
.htlfndr-clear-datepicker:hover:before {
	color: #08c1da;
}
/* Selectmenu */
.htlfndr-input-wrapper .ui-selectmenu-button {
	border-radius: 0;
	outline: none;
}
.htlfndr-input-wrapper .ui-selectmenu-button .ui-selectmenu-text {
	padding: 0;
	line-height: 35px;
	height: 100%;
}
.htlfndr-input-wrapper .ui-selectmenu-button .ui-icon {
	margin-top: -10px !important;
	text-indent: 0;
}
.htlfndr-input-wrapper .ui-selectmenu-button .ui-icon:after {
	color: #c1c1c1;
	content: '\f107';
	font-family: 'FontAwesome';
	font-size: 20px;
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	-moz-transition: -moz-transform 0.3s ease 0s;
	-o-transition: -o-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
}
.htlfndr-input-wrapper .ui-selectmenu-button.ui-state-hover .ui-icon:after,
.htlfndr-input-wrapper .ui-selectmenu-button.ui-state-focus .ui-icon:after {
	color: #08c1da;
}
.htlfndr-input-wrapper > .ui-corner-top .ui-icon:after {	
	-webkit-transform: rotate(180deg);	
	-moz-transform: rotate(180deg);	
	-ms-transform: rotate(180deg);	
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.ui-selectmenu-menu.htlfndr-selectmenu .ui-menu {
	background: #fff;
	border-radius: 0;
	font-family: 'Montserrat';
}
.ui-selectmenu-menu.htlfndr-selectmenu .ui-menu li {
	border: none;
	color: #000000;
	font-weight: normal;
	list-style: none;
	padding: 8px 0 8px 18px;
}
.ui-selectmenu-menu.htlfndr-selectmenu .ui-menu .ui-state-focus {
	background-color: #b7f4fc;
	border: none;
	color: #000000;
	font-weight: normal;
	margin: 0;
}
/* Submit button */
#htlfndr-input-5 {
	margin-right: 0;
}
.htlfndr-search-form-inline #htlfndr-input-5,
.htlfndr-full-form #htlfndr-input-5 {
	margin-bottom: 25px;
	float: left;
}
.htlfndr-form-in-slider {
	/* Checkbox in slider search */

}
.htlfndr-form-in-slider input[type="submit"] {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	font: 400 15px/37px 'Montserrat', sans-serif;
	height: 38px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	width: 100%;
}
.htlfndr-form-in-slider input[type="submit"]:hover {
	background-color: #23def7;
	border-color: #23def7;
}
.htlfndr-form-in-slider .switch-label-check {
	border: 2.47px solid #23def7;
	-webkit-box-shadow: inset 0 0 1px 1px #045964;
	-moz-box-shadow: inset 0 0 1px 1px #045964;
	box-shadow: inset 0 0 1px 1px #045964;
	cursor: pointer;
	height: 20px;
	width: 20px;
	margin-top: 2px;
	margin-bottom: -5px;
	margin-left: 0;
}
.htlfndr-form-in-slider input[type="checkbox"] + span {
	display: block;
	height: 17px;
	position: relative;
	width: 17px;
	background: none;
}
.htlfndr-form-in-slider input[type="checkbox"]:checked + span:after {
	font-family: 'FontAwesome';
	color: #fff;
	content: '\f00c';
	font-size: 14px;
	margin-left: 2px;
	position: absolute;
	top: -2px;
}
.htlfndr-search-checkbox {
	margin: 1.5rem 0 1.7rem;
}
.htlfndr-search-checkbox label {
	color: #23def7;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: normal;
	margin-left: 0;
}
/* Search Form aside stop */
/**
* #.#  Content
*
*/
/* Top destination block (1-st section of the Main page) */
.htlfndr-top-destinations {
	margin-bottom: 4.6rem;
}
.htlfndr-section-title {
	margin-bottom: 3.4rem;
	margin-top: 6.5rem;
	text-align: center;
	text-transform: capitalize;
}
.bigger-title {
	font-size: 36px;
}
.htlfndr-section-under-title-line {
	background-color: #23def7;
	height: 0.7rem;
	margin: 0 auto 5rem auto;
	width: 9.2rem;
}
.htlfndr-top-destination-block {
	border: 1px solid #cccccc;
	margin-bottom: 3rem;
	overflow: hidden;
	width: 100%;
}
.htlfndr-top-destination-block > img {
	height: auto;
	max-height: 295px;
}
.htlfndr-top-destination-block .entry-title {
	font-size: 1.845rem;
	margin-bottom: 8px;
	margin-top: 23px;
}
.htlfndr-top-destination-block footer {
	padding-left: 19px;
	padding-right: 5px;
}
.htlfndr-top-destination-block footer:before,
.htlfndr-top-destination-block footer:after {
	content: " ";
	display: table;
}
.htlfndr-top-destination-block footer:after {
	clear: both;
}
.htlfndr-top-destination-block .htlfndr-cost {
	font-size: 27.67px;
}
.htlfndr-top-destination-block .htlfndr-per-night {
	color: #949494;
	font-size: 12.3px;
	float: right;
	width: 39px;
}
.htlfndr-top-destination-block .htlfndr-content-block {
	color: #ffffff;
	position: relative;
	overflow: hidden;
}
.htlfndr-top-destination-block .htlfndr-content-block:hover .htlfndr-post-content {
	bottom: 0;
}
.htlfndr-top-destination-block .htlfndr-post-content {
	background-color: rgba(35, 222, 247, 0.75);
	bottom: -100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
}
.htlfndr-top-destination-block .htlfndr-post-content .htlfndr-the-excerpt {
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	height: 72%;
	padding: 2.8rem;
	position: relative;
}
.htlfndr-top-destination-block .htlfndr-services {
	padding: 0.5rem 0 0.6rem 2.8rem;
}
.htlfndr-top-destination-block .htlfndr-service {
	font-size: 1.3rem;
	padding-bottom: 1rem;
}
.htlfndr-top-destination-block .htlfndr-service:before {
	font-family: 'FontAwesome';
	color: #ffffff;
	content: '\f058';
	margin-right: 5px;
}
.htlfndr-top-destination-block .htlfndr-read-more-arrow {
	bottom: 1.9rem;
	right: 3.2rem;
}
.htlfndr-read-more-arrow {
	border: 1.25px solid #fff;
	border-radius: 50%;
	height: 30px;
	padding-left: 11px;
	position: absolute;
	width: 30px;
}
.htlfndr-read-more-arrow i {
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	line-height: 27px;	
	-webkit-transition: all 0.2s ease 0s;	
	-moz-transition: all 0.2s ease 0s;	
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.htlfndr-read-more-arrow:hover i {	
	-webkit-transform: scale(1.1);	
	-moz-transform: scale(1.1);	
	-ms-transform: scale(1.1);	
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.htlfndr-entry-rating-stars {
	margin-bottom: 15px;
	margin-left: 6px;
}
.htlfndr-entry-rating-stars i {
	color: #c1c1c1;
	font-size: 15px;
	margin-right: 5px;
}
.fa.htlfndr-star-color {
	color: #08c1da !important;
}
.htlfndr-left-side-footer {
	float: left;
}
.htlfndr-right-side-footer {
	float: right;
}
.htlfndr-cost,
.htlfndr-per-night {
	display: table-cell;
}
.htlfndr-cost {
	float: left;
	margin-right: 6px;
}
/* USP section (2-nd section of the Main page) */
.htlfndr-usp-section {
	background-color: #f6f6f6;
	overflow: hidden;
}
.htlfndr-usp-section .htlfndr-section-title {
	margin-bottom: 6.4rem;
	margin-top: 5.65rem;
}
.htlfndr-lined-title:before {
	border-top: 1px solid #DFDFDF;
	content: '';
	display: block;
	height: 1px;
	margin-left: -15px;
	margin-top: 14px;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.htlfndr-lined-title span {
	background-color: #f6f6f6;
	padding: 0 2.5rem;
	position: relative;
	z-index: 1;
}
.htlfndr-icon-box {
	margin-bottom: 7.5rem;
	text-align: center;
}
.htlfndr-icon-box > img {
	height: 100px;	
	transition: transform 0.3s ease 0s;	
	-moz-transition: -moz-transform 0.3s ease 0s;	
	-o-transition: -o-transform 0.3s ease 0s;
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	width: 100px;
}
.htlfndr-icon-box > img:hover {	
	-webkit-transform: rotateY(180deg);	
	-moz-transform: rotateY(180deg);	
	-ms-transform: rotateY(180deg);	
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.htlfndr-icon-box p {
	color: #6c6c6c;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 24px;
}
.htlfndr-section-subtitle {
	line-height: 36px;
	margin-top: 1.2rem;
	text-transform: capitalize;
}
a.htlfndr-read-more-button {
	border: 1px solid #cccccc;
	color: #666666;
	display: inline-block;
	font-size: 12px;
	line-height: 32px;
	margin-top: 3.4rem;
	padding: 0 16px;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;	
	-webkit-transition: all 0.3s ease-in-out 0s;	
	-moz-transition: all 0.3s ease-in-out 0s;	
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
a.htlfndr-read-more-button:after {
	color: #666666;
	content: '\f105';
	font-family: 'FontAwesome';
	margin-left: 10px;	
	-webkit-transition: all 0.3s ease-in-out 0s;	
	-moz-transition: all 0.3s ease-in-out 0s;	
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
a.htlfndr-read-more-button:focus,
a.htlfndr-read-more-button:hover,
a.htlfndr-read-more-button.hovered {
	border-color: #07b0c6;
	color: #07b0c6;
	text-decoration: none;
}
a.htlfndr-read-more-button:focus:after,
a.htlfndr-read-more-button:hover:after,
a.htlfndr-read-more-button.hovered:after {
	color: #07b0c6;
}
/* Categories portfolio (3-rd section of the Main page) */
.htlfndr-categories-portfolio {
	background: #ffffff url('../images/background-world-map.png') no-repeat 0 60px;
	border-bottom: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
	padding-bottom: 8.2rem;
}
.htlfndr-categories-portfolio .container {
	margin-top: 9.3rem;
}
.htlfndr-category-box {
	background: #23def7;
	background: #3085a3;
	height: auto;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.htlfndr-category-box img {
	display: block;
	height: auto;
	position: relative;
	transition: opacity 1s, transform 1s;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.htlfndr-category-box .category-description {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100%;
	padding-top: 3.5rem;
	padding-right: 2.6rem;
	padding-left: 3.6rem;
	position: absolute;
	top: 0;
	width: 100%;	
	-webkit-transition: background-color 1s ease 0s;	
	-moz-transition: background-color 1s ease 0s;	
	-o-transition: background-color 1s ease 0s;
	transition: background-color 1s ease 0s;
}
.htlfndr-category-box .subcategory-name,
.htlfndr-category-box .category-name,
.htlfndr-category-box .category-properties {
	color: #fff;
	display: block;
	font-weight: 400;
	text-shadow: 0 3px 1.5px rgba(0, 0, 0, 0.27);
	transform: translate3d(-360px, 0, 0);
	-webkit-transform: translate3d(-360px, 0, 0);
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
}
.htlfndr-category-box .htlfndr-category-permalink {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px, 0, 0);
	transform: translate3d(-360px, 0, 0);
}
.htlfndr-category-box .subcategory-name {
	font-size: 4.9rem;
	margin-bottom: 0;
	margin-left: -0.5rem;
	margin-top: 5.3rem;
	text-transform: capitalize;
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.htlfndr-category-box .category-name {
	font-size: 13px;
	margin-top: -2px;
	text-transform: capitalize;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.htlfndr-category-box .category-properties {
	bottom: 0;
	display: block;
	font-size: 2.5rem;
	margin-bottom: 18px;
	position: absolute;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
.htlfndr-category-box .subcategory-name,
.htlfndr-category-box .htlfndr-category-permalink {
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}
.htlfndr-category-box .category-name {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
.htlfndr-category-box .category-properties {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.htlfndr-category-box .category-properties:before {
	background: url('../images/icon-location-white.png') no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	content: '';
	display: inline-block;
	margin-right: 1rem;
	height: 20px;
	width: 20px;
}
.htlfndr-category-box .htlfndr-category-permalink {
	background-color: transparent;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	position: absolute;
	text-decoration: none !important;
	top: 0;
	width: 100%;
	z-index: 100;
}
.htlfndr-category-box:hover {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.htlfndr-category-box:hover img {
	transform: scale3d(1.1, 1.1, 1);
	-webkit-transform: scale3d(1.1, 1.1, 1);
}
.htlfndr-category-box:hover .category-description {
	background-color: rgba(35, 222, 247, 0.75);
}
.htlfndr-category-box:hover .subcategory-name,
.htlfndr-category-box:hover .category-name,
.htlfndr-category-box:hover .category-properties,
.htlfndr-category-box:hover .htlfndr-category-permalink {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.htlfndr-category-box:hover .htlfndr-category-permalink {
	display: block;
}
.htlfndr-icon-flag-border {
	border: 6px solid rgba(221, 222, 223, 0.56);
	border-radius: 50%;
	height: 34px;
	overflow: hidden;
	width: 34px;
}
.htlfndr-icon-flag {
	background: no-repeat -6px -5px;
	background-size: 150%;
	border-radius: 50%;
	height: 22px;
	position: absolute;
	width: 22px;
	-webkit-background-size: 150%;
}
.htlfndr-icon-flag.flag-germany {
	background-image: url('../images/icon-flag-german.png');
}
.htlfndr-icon-flag.flag-britain {
	background-image: url('../images/icon-flag-britain.png');
}
.htlfndr-icon-flag.flag-italy {
	background-image: url('../images/icon-flag-italy.png');
}
.htlfndr-icon-flag.flag-france {
	background-image: url('../images/icon-flag-french.png');
}
.htlfndr-icon-flag.flag-russia {
	background-image: url('../images/icon-flag-russian.png');
}
.htlfndr-icon-flag.flag-japan {
	background-image: url('../images/icon-flag-japan.png');
}
/* Section with visitors cards (4-th section of the Main page) */
.htlfndr-visitor-column {
	margin-bottom: 30px;
}
.htlfndr-visitors-cards {
	background-color: #f6f6f6;
	margin-top: 1px;
	padding-bottom: 11rem;
}
.htlfndr-visitors-cards .container {
	margin-top: 8.2rem;
}
.htlfndr-visitor-card {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	padding: 6.775067751%;
}
.htlfndr-visitor-card .visitor-avatar-side,
.htlfndr-visitor-card .visitor-info-side {
	display: table-cell;
}
.htlfndr-visitor-card .visitor-avatar-side {
	vertical-align: top;
	width: 21.260162602%;
}
.htlfndr-visitor-card .visitor-avatar {
	background-color: #D7D7D7;
	border-radius: 4px;
	height: auto;
	overflow: hidden;
	width: 100%;
}
.htlfndr-visitor-card .visitor-avatar img {
	height: auto;
	width: 100%;
}
.htlfndr-visitor-card .visitor-info-side {
	padding-bottom: 3.7%;
	padding-left: 6%;
}
.htlfndr-visitor-card .visitor-user-name {
	margin-bottom: 2px;
	margin-top: 0;
}
.htlfndr-visitor-card .visitor-user-firm {
	color: #A2A2A2;
	font: 12px 'Roboto';
	margin-bottom: 13px;
	margin-top: 0;
}
.htlfndr-visitor-card .visitor-user-text {
	color: #5E5E5E;
	font-family: 'Roboto Light', sans-serif;
}
/**
* #.#  Footer
*
*/
.htlfndr-footer {
	position: relative;
}
.htlfndr-footer hr {
	border-color: rgba(255, 255, 255, 0.15);
	opacity: 0.2;
}
.htlfndr-footer .htlfndr-logo {
	float: none;
	font-size: 24px;
	font-weight: bold;
	padding: 0;
}
.htlfndr-footer .widget-wrapper {
	background-color: #1a1c28;
	padding-bottom: 2.5rem;
}
.htlfndr-footer .widget {
	color: #fff;
	font: 12px/24px 'Open Sans', sans-serif;
	line-height: 24px;
	margin-top: 8.1rem;
}
.htlfndr-footer .widget h1,
.htlfndr-footer .widget h2,
.htlfndr-footer .widget h4,
.htlfndr-footer .widget h5,
.htlfndr-footer .widget h6 {
	color: #23def7;
	font-weight: bold;
	text-transform: capitalize;
}
.htlfndr-footer .widget h5 {
	font-size: 14px;
}
.htlfndr-footer .widget .menu {
	margin-top: -11px;
	padding-left: 3px;
}
.htlfndr-footer .widget .menu li {
	list-style-type: none;
}
.htlfndr-footer .widget .menu li:before {
	content: '';
	display: inline-block;
	height: 3px;
	background-color: #23def7;
	margin-right: 10px;
	vertical-align: middle;
	width: 3px;
}
.htlfndr-footer .widget .menu li a {
	color: #fff;
	line-height: 33px;
	text-transform: capitalize;	
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
.htlfndr-footer .widget .menu li a:hover {
	color: #23def7;
	text-decoration: none;
}
.htlfndr-footer .widget .menu li.active a {
	color: #23def7;
	text-decoration: none;
}
.htlfndr-footer .widget .menu .current_page_item a {
	color: #23def7;
}
.htlfndr-footer .widget-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 3.3rem;
	margin-top: 0;
	text-transform: uppercase;
}
.htlfndr-footer .htlfndr-logo-text {
	margin-bottom: 12px;
}
.htlfndr-footer form {
	/* Mailing Form styles */
	position: relative;
}
.htlfndr-footer form input[type="text"],
.htlfndr-footer form input[type="password"],
.htlfndr-footer form input[type="email"],
.htlfndr-footer form input[type="url"] {
	background-color: transparent;
	border: 1px solid #08c1da;
	border-radius: 6px;
	color: #b0b0b0;
	height: 37px;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 45px;
	width: 100%;
}
.htlfndr-footer form input[type="submit"] {
	background: #08c1da url("../images/icon-submit-check.png") no-repeat 4.5px 6px;
	background-size: 63% auto;
	border: none;
	border-radius: 50%;
	height: 22px;
	position: absolute;
	right: 5px;
	text-indent: -9999px;
	top: 7px;
	width: 22px;
	-webkit-background-size: 63% auto;
}
.widget {
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	overflow: hidden;
	word-wrap: break-word;
	-ms-hyphens: auto;
}
.widget .switch-label-check + label {
	text-transform: capitalize;
}
/* Dividers */
.widget-divider,
.widget-divider-short {
	background-color: rgba(255, 255, 255, 0.12);
	height: 1px;
	margin: 18px 0;
}
.widget-divider {
	width: 100%;
}
.widget-divider-short {
	width: 50%;
}
/* Start Follow Us buttons */
.htlfndr-follow-plugin:after {
	clear: both;
	content: '';
	display: table;
}
.htlfndr-follow-button {
	cursor: pointer;
	float: left;
	overflow: visible;
	position: relative;
	text-align: center;
	-webkit-perspective: 800px;
	perspective: 800px;
}
.htlfndr-follow-button:before,
.htlfndr-follow-button:after {
	color: #fff;
	display: block;
	font-family: 'FontAwesome';
	font-size: 14px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;	
	transition: all 0.3s ease 0s;	
	-moz-transition: all 0.3s ease 0s;	
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	width: 100%;
}
.htlfndr-follow-button:before {
	background-color: #595959;
	z-index: 2;
}
.htlfndr-follow-button:after {
	opacity: 0;
	transform: translateY(2.1rem) rotateX(-90deg);
	-moz-transform: translateY(2.1rem) rotateX(-90deg);
	-o-transform: translateY(2.1rem) rotateX(-90deg);
	-webkit-transform: translateY(21px) rotateX(-90deg);
	z-index: 1;
}
.htlfndr-follow-button.button-facebook:before,
.htlfndr-follow-button.button-facebook:after {
	content: '\f09a';
}
.htlfndr-follow-button.button-facebook:before {
	background-color: #3b5998;
}
.htlfndr-follow-button.button-facebook:after {
	background-color: #263961;
}
.htlfndr-follow-button.button-twitter:before,
.htlfndr-follow-button.button-twitter:after {
	content: '\f099';
}
.htlfndr-follow-button.button-twitter:before {
	background-color: #55acee;
}
.htlfndr-follow-button.button-twitter:after {
	background-color: #1689e0;
}
.htlfndr-follow-button.button-google-plus:before,
.htlfndr-follow-button.button-google-plus:after {
	content: '\f0d5';
}
.htlfndr-follow-button.button-google-plus:before {
	background-color: #dd4b39;
}
.htlfndr-follow-button.button-google-plus:after {
	background-color: #ac2d1e;
}
.htlfndr-follow-button.button-linkedin:before,
.htlfndr-follow-button.button-linkedin:after {
	content: '\f0e1';
}
.htlfndr-follow-button.button-linkedin:before {
	background-color: #0077b5;
}
.htlfndr-follow-button.button-linkedin:after {
	background-color: #004569;
}
.htlfndr-follow-button.button-pinterest:before,
.htlfndr-follow-button.button-pinterest:after {
	content: '\f0d2';
}
.htlfndr-follow-button.button-pinterest:before {
	background-color: #cb2027;
}
.htlfndr-follow-button.button-pinterest:after {
	background-color: #89161a;
}
.htlfndr-follow-button.button-youtube:before,
.htlfndr-follow-button.button-youtube:after {
	content: '\f167';
}
.htlfndr-follow-button.button-youtube:before {
	background-color: #bb0000;
}
.htlfndr-follow-button.button-youtube:after {
	background-color: #6e0000;
}
.htlfndr-footer .htlfndr-follow-button:hover:before,
.htlfndr-footer .htlfndr-follow-button.hovered:before {
	opacity: 0;
	transform: translateY(-2.1rem) rotateX(90deg);
	-moz-transform: translateY(-2.1rem) rotateX(90deg);
	-o-transform: translateY(-2.1rem) rotateX(90deg);
	-webkit-transform: translateY(-21px) rotateX(90deg);
}
.htlfndr-footer .htlfndr-follow-button:hover:after,
.htlfndr-footer .htlfndr-follow-button.hovered:after {
	opacity: 1;
	transform: rotateX(0);
	-moz-transform: rotateX(0);
	-o-transform: rotateX(0);
	-webkit-transform: rotateX(0);
}
/* End Follow Us buttons */
/* "Back to top" button */
.htlfndr-button-to-top {
	background-color: #08c1da;
	border: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	height: 37px;
	left: 50%;
	padding: 0;
	position: absolute;
	top: -37px;	
	-webkit-transform: translate(-50%, 0);	
	-moz-transform: translate(-50%, 0);	
	-ms-transform: translate(-50%, 0);	
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1050;
}
.htlfndr-button-to-top span {
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 37px;
	padding: 5px 16px 0;
}
.htlfndr-button-to-top span:after {
	content: '\f106';
	font-family: 'FontAwesome';
	font-size: 14px;
	position: absolute;
	right: 45%;
	top: -9px;	
	transition: top 0.2s linear 0s;	
	-moz-transition: top 0.2s linear 0s;	
	-o-transition: top 0.2s linear 0s;
	-webkit-transition: top 0.2s linear 0s;
}
.htlfndr-button-to-top:hover span:after {
	top: -13px;
}
/* Copyright */
.htlfndr-copyright {
    background-color: #684317;
}
.htlfndr-copyright p {
	color: #BCBDC0;
	font: 10px/1.5 'Open Sans';
	margin: 20px 0;
	word-spacing: 5px;
	word-wrap: break-word;
}
/**
* #.#  Search Result Page
*
*/
/* Progress steps */
.htlfndr-steps {
	margin-bottom: 2.5rem;
	width: 100%;
}
.htlfndr-progress {
	list-style: none;
	margin: 0 0 1em;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
.htlfndr-progress li {
	background: #f6f6f6;
	display: inline-block;
	float: left;
	line-height: 7rem;
	position: relative;
	text-transform: uppercase;
	width: 25%;
}
.htlfndr-progress li a,
.htlfndr-progress li span {
	color: #cfcdcd;
}
.htlfndr-progress li:before,
.htlfndr-progress li:after {
	background-color: #f6f6f6;
	border-left: 1rem solid #FFF;
	content: '';
	display: block;
	height: 3.6rem;
	left: -1.8rem;
	/* Half of li's line-height */
	position: absolute;
	width: 5rem;
}
.htlfndr-progress li:before {
	bottom: 0;	
	-webkit-transform: skew(-45deg);
	-moz-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	-o-transform: skew(-45deg);
	transform: skew(-45deg);
}
.htlfndr-progress li:after {
	top: 0;	
	-webkit-transform: skew(45deg);
	-moz-transform: skew(45deg);
	-ms-transform: skew(45deg);
	-o-transform: skew(45deg);
	transform: skew(45deg);
}
.htlfndr-progress li:first-child {
	border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
}
.htlfndr-progress li:first-child:before,
.htlfndr-progress li:first-child:after {
	content: none;
}
.htlfndr-progress li:last-child {
	border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
}
.htlfndr-progress .htlfndr-step-number {
	background-color: #f6f6f6;
	border: 1px solid #cfcdcd;
	border-radius: 50%;
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
	position: relative;
	text-align: center !important;
	vertical-align: middle;
	z-index: 150;
}
.htlfndr-progress .htlfndr-step-description {
	font-size: 2rem;
	vertical-align: middle;
}
.htlfndr-progress .htlfndr-active-step {
	background-color: #fff !important;
}
.htlfndr-progress .htlfndr-active-step .htlfndr-step-number {
	background-color: #08c1da;
	border-color: #cff8fd;
	color: #fff;
}
.htlfndr-progress .htlfndr-active-step .htlfndr-step-description {
	color: #000000;
}
.htlfndr-progress .htlfndr-active-step:before,
.htlfndr-progress .htlfndr-active-step:after {
	background-color: #fff !important;
}
.htlfndr-sidebar .widget {
	width: 100%;
}
.htlfndr-rating-stars i {
	color: #cccccc;
}
.htlfndr-special {
	background-color: #fff;
	color: #f457a1 !important;
	font-size: 13px;
	line-height: 17px;
	padding-top: 2px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	padding-left: 17px;
	padding-right: 13px;
}
.htlfndr-search-result.htlfndr-grid-view .htlfndr-special {
	display: block;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
.htlfndr-search-result {
	padding-bottom: 5.8rem;
}
.htlfndr-search-result .htlfndr-search-result-title {
	font: 30px 'Open Sans';
	margin-bottom: 26px;
	margin-top: 0;
}
.htlfndr-search-result .htlfndr-search-result-title span {
	color: #08c1da;
	font-weight: bold;
}
.htlfndr-search-result .cost {
	display: none;
}
.htlfndr-search-result .htlfndr-hotel-thumbnail {
	display: block;
	overflow: hidden;
	width: 100%;
}
.htlfndr-search-result .htlfndr-hotel-post h2 a {
	color: #000000;
	text-transform: capitalize;
}
.htlfndr-search-result .htlfndr-hotel-post img {
	height: auto;
	width: 100%;
}
.htlfndr-search-result .htlfndr-hotel-post.special-offer .htlfndr-hotel-price {
	background-color: #f457a1;
}
.htlfndr-search-result .htlfndr-hotel-post.special-offer .htlfndr-hotel-price:after {
	border-top-color: #e10f72;
}
.htlfndr-search-result .htlfndr-hotel-description {
	padding-left: 14px;
	position: relative;
}
.htlfndr-search-result .htlfndr-rating-stars i {
	font-size: 18px;
}
.htlfndr-search-result .htlfndr-last-booking {
	color: #08c1da;
	font-size: 12px;
	margin-top: 17px;
}
.htlfndr-search-result .htlfndr-hotel-reviews {
	color: #b8b8b8;
	font-size: 12px;
	text-transform: capitalize;
}
.htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-post-wrapper:nth-child(3n):after {
	/* Grid view */
	/* Clearing after each 3-rd element */
	clear: both;
	content: '';
	display: block;
	height: 1px;
	visibility: hidden;
	width: 100%;
}
.htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-post {
	border: 1px solid #cccccc;
	margin-bottom: 35px;
}
.htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-post h2 {
	margin-top: 38px;
	margin-bottom: 8px;
}
.htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-post .htlfndr-hotel-description {
	border-top: 1px solid #cccccc;
}
.htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-post .htlfndr-last-booking {
	display: none;
}
.htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-post.special-offer .htlfndr-hotel-price .htlfndr-special {
	border: 1px solid #cccccc;
	right: 0;
	top: -50%;
}
.htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-post:hover {
	border: 1px solid #08c1da;
	-webkit-box-shadow: -2px 1px 4px -3px rgba(0, 0, 0, 0.54);
	-moz-box-shadow: -2px 1px 4px -3px rgba(0, 0, 0, 0.54);
	box-shadow: -2px 1px 4px -3px rgba(0, 0, 0, 0.54);
}
.htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-price {
	font-size: 30px;
	line-height: 39px;
	padding: 0 20px;
	right: -15px;
	top: -20px;
	padding: 0 28px 0 21px;
}
.htlfndr-search-result.htlfndr-grid-view .htlfndr-from,
.htlfndr-search-result.htlfndr-grid-view .htlfndr-per-night,
.htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-reviews,
.htlfndr-search-result.htlfndr-grid-view .cost {
	display: none;
}
.htlfndr-search-result.htlfndr-row-view .htlfndr-hotel-post-wrapper {
	/* Row view */
	padding-right: 0 !important;
}
.htlfndr-search-result.htlfndr-row-view .htlfndr-hotel-post {
	border: none;
	display: table;
	overflow: hidden;
	margin-bottom: 20px;
	padding-right: 15px;
	padding-top: 15px;
	width: 100%;
}
.htlfndr-search-result.htlfndr-row-view .htlfndr-hotel-post.special-offer .htlfndr-hotel-price .htlfndr-special {
	border: 1px solid #cccccc;
	right: 25px;
	top: -43px;
}
.htlfndr-search-result.htlfndr-row-view .htlfndr-hotel-post.special-offer .htlfndr-hotel-thumbnail {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.htlfndr-search-result.htlfndr-row-view .htlfndr-hotel-post.special-offer .htlfndr-hotel-description {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.htlfndr-search-result.htlfndr-row-view .htlfndr-hotel-post:hover {
	-webkit-box-shadow: -10px 11px 8px -12px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: -10px 11px 8px -12px rgba(0, 0, 0, 0.55);
	box-shadow: -10px 11px 8px -12px rgba(0, 0, 0, 0.55);
}
.htlfndr-search-result.htlfndr-row-view .htlfndr-hotel-post:hover .htlfndr-hotel-price .htlfndr-special {
	border: 1px solid #23def7;
	right: 25px;
	top: -43px;
}
.htlfndr-search-result.htlfndr-row-view .htlfndr-hotel-post:hover .htlfndr-hotel-thumbnail {
	border-bottom: 1px solid #54e5f9;
	border-left: 1px solid #54e5f9;
	border-top: 1px solid #54e5f9;
}
.htlfndr-search-result.htlfndr-row-view .htlfndr-hotel-post:hover .htlfndr-hotel-description {
	border-bottom: 1px solid #54e5f9;
	border-right: 1px solid #54e5f9;
	border-top: 1px solid #54e5f9;
}
.htlfndr-search-result.htlfndr-row-view .htlfndr-hotel-thumbnail {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	display: table-cell;
	max-height: 177px;
	width: 35.5%;
}
.htlfndr-search-result.htlfndr-row-view .htlfndr-hotel-description {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	display: table-cell;
}
.htlfndr-search-result.htlfndr-row-view .htlfndr-hotel-description h2 {
	margin-top: 45px;
}
.htlfndr-search-result.htlfndr-row-view .htlfndr-hotel-description .htlfndr-entry-title {
	margin-bottom: 8px;
}
.htlfndr-search-result.htlfndr-row-view .htlfndr-description-content {
	position: absolute;
	top: 0;
}
.htlfndr-search-result.htlfndr-row-view .htlfndr-rating-stars {
	margin-top: 17px;
	position: absolute;
	top: 0;
	width: 220px;
}
.htlfndr-search-result.htlfndr-row-view .htlfndr-last-booking {
	display: block;
}
.htlfndr-search-result.htlfndr-row-view .htlfndr-hotel-reviews {
	display: inline;
}
.htlfndr-search-result.htlfndr-row-view .htlfndr-hotel-price {
	font-size: 40px;
	line-height: 48px;
	padding: 0 30px 0 21px;
	right: -15px;
	top: 34px;
}
.htlfndr-search-result.htlfndr-row-view .htlfndr-hotel-price .htlfndr-from,
.htlfndr-search-result.htlfndr-row-view .htlfndr-hotel-price .htlfndr-per-night {
	color: #000000;
	font-size: 12px;
	position: absolute;
}
.htlfndr-search-result.htlfndr-row-view .htlfndr-hotel-price .htlfndr-from {
	left: 21px;
	text-transform: capitalize;
	top: -35px;
}
.htlfndr-search-result.htlfndr-row-view .htlfndr-hotel-price .htlfndr-per-night {
	bottom: -35px;
	right: 42px;
}
.htlfndr-search-result.htlfndr-row-view .htlfndr-select-hotel-button {
	bottom: 0;
	position: absolute;
	right: 15px;
}
.htlfndr-search-result .htlfndr-hotel-price,
.htlfndr-booking-details .htlfndr-hotel-price {
	background-color: #08c1da;
	-webkit-box-shadow: -3px 3px 2px 0 rgba(50, 50, 50, 0.33);
	-moz-box-shadow: -3px 3px 2px 0 rgba(50, 50, 50, 0.33);
	box-shadow: -3px 3px 2px 0 rgba(50, 50, 50, 0.33);
	color: #fff;
	position: absolute;
	/* The triangle under the Price line */
}
.htlfndr-search-result .htlfndr-hotel-price:after,
.htlfndr-booking-details .htlfndr-hotel-price:after {
	content: '';
	border-style: solid;
	border-width: 11px 15px 0 0;
	border-color: #068d9f transparent transparent transparent;
	bottom: -11px;
	height: 0;
	position: absolute;
	right: 0;
	-webkit-transform: rotate(360deg);
	/* For a better anti-aliasing in webkit browser */
	width: 0;
}
.htlfndr-hotel-location {
	color: #b8b8b8;
	font-size: 11px;
	margin-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	padding-left: 2px;
	margin-top: 8px;
	margin-bottom: 16px;
}
.htlfndr-hotel-location a {
	color: #b8b8b8;
	display: inline;
	white-space: nowrap;
}
.htlfndr-hotel-location a:hover {
	color: #08c1da;
}
.htlfndr-hotel-location a i {
	color: #08c1da;
	position: relative;
	top: -1px;
	padding-right: 11px;
	font-size: 11px;
}
.htlfndr-hotel-location:hover {
	color: #08c1da;
}
.htlfndr-search-result-content {
	position: relative;
}
.htlfndr-hotel-post-wrapper {
	position: relative;
	-webkit-transition: width 0.3s linear 0s;
	-moz-transition: width 0.3s linear 0s;
	-o-transition: width 0.3s linear 0s;
	transition: width 0.3s linear 0s;
}
.htlfndr-select-hotel-button {
	border: 1px solid #08c1da;
	border-radius: 3px;
	color: #08c1da;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 6px 22px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.htlfndr-select-hotel-button:hover,
.htlfndr-select-hotel-button.hovered {
	background-color: #08c1da;
	color: #fff;
}
.htlfndr-select-hotel-button:hover:focus,
.htlfndr-select-hotel-button.hovered:focus {
	color: #fff;
}
.htlfndr-select-hotel-button:focus {
	color: #08c1da;
}
/* Left Sidebar.
 * For the modify search
 */
.htlfndr-sidebar-in-left .widget {
	background-color: #f6f6f6;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
}
.htlfndr-sidebar-in-left .widget-title {
	display: block;
	text-transform: capitalize;
}
.htlfndr-sidebar-in-left .htlfndr-widget-content {
	padding: 0 1.5rem 3.5rem 1.5rem;
}
#htlfndr-input-1:before {
	background-image: url("../images/icon-location-blue.png");
	background-size: 52% auto;
	-webkit-background-size: 52% auto;
}
#htlfndr-input-date-in:before,
#htlfndr-input-date-out:before {
	background-image: url("../images/icon-date-blue.png");
	background-size: 63% auto;
	-webkit-background-size: 63% auto;
}
#htlfndr-input-date-out:before {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.htlfndr-modify-search-aside .htlfndr-search-form .search-hotel-input {
	font-size: 15px;
}
.htlfndr-modify-search-aside .htlfndr-search-form input::-webkit-input-placeholder {
	font-size: 15px;
}
.htlfndr-modify-search-aside .htlfndr-search-form input:-moz-placeholder {
	font-size: 15px;
}
.htlfndr-modify-search-aside .htlfndr-search-form input::-moz-placeholder {
	font-size: 15px;
}
.htlfndr-modify-search-aside .htlfndr-search-form input:-ms-input-placeholder {
	font-size: 15px;
}
.htlfndr-modify-search-aside .widget-title:before {
	content: '\f002';
}
.htlfndr-modify-search-aside .htlfndr-input-wrapper {
	/* Modify search form */
	width: 100%;
}
.htlfndr-modify-search-aside .htlfndr-input-wrapper:before {
	background-position: center center;
	top: 6px;
}
.htlfndr-modify-search-aside .search-hotel-input,
.htlfndr-modify-search-aside .htlfndr-input-wrapper .ui-selectmenu-button {
	border: 1px solid #cccccc;
}
.htlfndr-modify-search-aside .htlfndr-select-block :last-child {
	margin-right: 0 !important;
}
.htlfndr-modify-search-aside input[type="submit"] {
	/* Search button */
	background-color: #08c1da;
	border: none;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin: 2.4rem auto 0;
	padding: 6px 22px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.htlfndr-modify-search-aside input[type="submit"]:hover {
	background-color: #37e1f8;
}
.htlfndr-modify-search-aside .htlfndr-small-select {
	margin-right: 2%;
	width: 32%;
}
.htlfndr-small-select {
	/* Selects */
	float: left;
	margin-bottom: 2.4rem;
}
.htlfndr-small-select .htlfndr-dropdown {
	/* For the default select */
	width: 100%;
}
.htlfndr-small-select .ui-selectmenu-button {
	padding: 0 25px 0 20%;
	font-size: 15px;
}
.htlfndr-small-select .ui-selectmenu-button .ui-icon {
	background-color: #08c1da;
	height: 100%;
	right: 0;
	top: 10px;
	width: 28px;
}
.htlfndr-small-select .ui-selectmenu-button .ui-icon:after {
	color: #fff !important;
	font-size: 18px;
	padding: 10px 8px;
}
.ui-selectmenu-menu.htlfndr-selectmenu > .htlfndr-small-select-menu {
	box-shadow: -10px 0 3px -2px rgba(0, 0, 0, 0.75);
}
.ui-selectmenu-menu.htlfndr-selectmenu > .htlfndr-small-select-menu li {
	padding-left: 20%;
}
.ui-selectmenu-menu.htlfndr-selectmenu > .htlfndr-small-select-menu .ui-state-focus {
	background-color: #08c1da;
	color: #fff;
}
.htlfndr-modify-search-aside .widget-title,
.htlfndr-search-details .widget-title {
	background: #262729 url('../images/widget-title-background.jpg') no-repeat;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	font-size: 18px;
	line-height: 60px;
	margin-bottom: 0;
	padding-left: 25px;
	margin-top: 0;
	text-align: left;
}
.htlfndr-modify-search-aside .widget-title:before,
.htlfndr-search-details .widget-title:before {
	color: #08c1da;
	font-family: 'FontAwesome';
	font-size: 16px;
	margin-right: 10px;
}
.htlfndr-modify-search-aside .htlfndr-input-label,
.htlfndr-search-details .htlfndr-input-label {
	color: #b3b3b3;
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin-top: 2.4rem;
	text-transform: capitalize;
}
/* Search Details widget */
.htlfndr-search-details .widget-title:before {
	content: '\f085';
}
/* Price slider */
#htlfndr-price-slider {
	border: 1px solid #08c1da;
	height: 5px;
	margin-bottom: 7px;
	margin-top: 15px;
}
#htlfndr-price-slider .ui-slider-range {
	background-color: #08c1da;
}
#htlfndr-price-slider .ui-slider-handle {
	background-color: #08c1da;
	border: 3px solid #f6f6f6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	height: 18px;
	top: -7px;
	width: 18px;
}
#htlfndr-price-slider .ui-slider-handle:focus {
	outline: none;
}
#htlfndr-price-show {
	background-color: #f6f6f6;
	border: 0;
	width: 100%;
}
/* User Star rating */
.htlfndr-user-rating {
	display: inline-block;
}
.htlfndr-user-rating i {
	color: #08c1da;
	cursor: pointer;
	font-size: 26px;
	margin-right: 10px;
}
.htlfndr-user-rating i.htlfndr-empty-star {
	color: #b8b8b8;
}
/* Checkboxes */
.label-of-disabled-check {
	color: #d9d9d9 !important;
}
/* Sort elements section */
.htlfndr-search-result-sorting .dropdown .dropdown-toggle {
	color: #08c1da;
}
.htlfndr-search-result-sorting .dropdown .dropdown-toggle:after {
	content: '\f107';
	font-family: 'FontAwesome';
	margin-left: 4px;
	position: absolute;
	top: -2px;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}
.htlfndr-search-result-sorting .dropdown.open > .dropdown-toggle:after,
.htlfndr-search-result-sorting .dropdown.sorted > .dropdown-toggle:after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.htlfndr-search-result-sorting .dropdown .dropdown-menu {
	border-radius: 0;
	left: 20px;
	min-width: 30px;
	margin: 0;
}
.htlfndr-search-result-sorting .dropdown .dropdown-menu li a {
	color: #b8b8b8;
	padding: 6px 30px 6px 20px;
	text-transform: capitalize;
}
.htlfndr-search-result-sorting .dropdown .dropdown-menu li:hover a {
	background-color: #fff;
	color: #08c1da;
}
.htlfndr-sort {
	display: inline;
}
.htlfndr-sort .htlfndr-show-sort {
	/* Inserts via jQuery by choosing 'Sort by' */
	display: none;
	padding-left: 25px;
	text-transform: capitalize;
}
.htlfndr-search-result-sorting {
	margin-bottom: 0;
}
.htlfndr-view {
	display: inline-block;
	float: right;
}
.htlfndr-view .tooltip.top .tooltip-arrow {
	border-top-color: #08c1da;
}
.htlfndr-view .tooltip.right .tooltip-arrow {
	border-right-color: #08c1da;
}
.htlfndr-view .tooltip.bottom .tooltip-arrow {
	border-bottom-color: #08c1da;
}
.htlfndr-view .tooltip.left .tooltip-arrow {
	border-left-color: #08c1da;
}
.htlfndr-view .tooltip .tooltip-inner {
	background-color: #08c1da;
}
#htlfndr-grid,
#htlfndr-row {
	background-color: #fff;
	border: 0;
	height: 20px;
	padding: 0;
}
#htlfndr-grid.htlfndr-active span,
#htlfndr-row.htlfndr-active span {
	background-color: #08c1da;
}
#htlfndr-grid {
	margin-right: 20px;
	width: 20px;
}
#htlfndr-grid span {
	border: 1px solid #08c1da;
	float: left;
	height: 8px;
	margin: 0 2px 2px 0;
	width: 8px;
}
#htlfndr-row {
	width: 25px;
}
#htlfndr-row span {
	border: 1px solid #08c1da;
	display: block;
	height: 4px;
	margin-bottom: 3px;
	width: 100%;
}
#htlfndr-row span:last-child {
	margin-bottom: 2px !important;
}
/* Change number hotels to show */
.htlfndr-show-number-hotels {
	display: inline;
	margin-left: 35px;
}
/* Pagination */
.htlfndr-pagination .pagination {
	border: 0;
}
.htlfndr-pagination .pagination > li > a {
	background-color: transparent;
	border: none;
	color: #000000;
	font-size: 18px;
	padding: 3px 12px;
}
.htlfndr-pagination .pagination > li > a:hover {
	background-color: #08c1da;
	color: #fff;
}
.htlfndr-pagination .pagination > li > a:first-child,
.htlfndr-pagination .pagination > li > a:last-child {
	border-radius: 0;
}
.htlfndr-pagination .pagination > li.current > a {
	background-color: #08c1da;
	color: #fff;
}
.htlfndr-loader-overlay {
	background: url('../images/ajax-loader.gif') center no-repeat rgba(255, 255, 255, 0.8);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
/* Top Sidebar */
.htlfndr-sidebar-in-top {
	margin-bottom: 30px;
}
.htlfndr-sidebar-in-top .widget {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 15px;
}
.htlfndr-sidebar-in-top form .btn-default {
	border-radius: 0;
	margin-top: 0;
	width: 100%;
	text-transform: uppercase;
	height: 39px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.htlfndr-sidebar-in-top .htlfndr-input-wrapper {
	margin-bottom: 25px;
}
.htlfndr-sidebar-in-top .htlfndr-input-wrapper:before {
	background-position: center center;
	top: 6px;
}
.htlfndr-sidebar-in-top .search-hotel-input,
.htlfndr-sidebar-in-top .ui-selectmenu-button {
	border: 1px solid #e0e0e0;
}
.htlfndr-sidebar-in-top #htlfndr-input-1:before {
	background-image: url("../images/icon-location-blue.png");
	background-size: 52% auto;
	-webkit-background-size: 52% auto;
	content: '';
}
.htlfndr-sidebar-in-top #htlfndr-input-date-in:before,
.htlfndr-sidebar-in-top #htlfndr-input-date-out:before {
	background-image: url("../images/icon-date-blue.png");
	background-size: 63% auto;
	-webkit-background-size: 63% auto;
	content: '';
}
.htlfndr-sidebar-in-top #htlfndr-input-4:before {
	background-image: url("../images/icon-person-blue.png");
	background-size: 75% auto;
	-webkit-background-size: 75% auto;
	content: '';
}
.htlfndr-sidebar-in-top #htlfndr-input-date-out:before {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.htlfndr-sidebar-in-top .htlfndr-form-light {
	border: 1px solid #23def7;
}
.htlfndr-sidebar-in-top .htlfndr-form-light form {
	padding: 26px 0 0;
}
.htlfndr-sidebar-in-top .htlfndr-form-light form input[type="submit"] {
	border: 1px solid #23def7;
	color: #08c1da;
	background: transparent none repeat scroll 0 0;
	font-size: 18px;
	margin-left: 4px;
	padding: 5px 19%;
	text-transform: uppercase;
}
.htlfndr-sidebar-in-top .htlfndr-form-light form input[type="submit"]:hover {
	background-color: #23def7;
	color: #fff;
}
.htlfndr-sidebar-in-top .htlfndr-form-dark {
	background: #262729 url("../images/search-form-widget-background.jpg");
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.htlfndr-sidebar-in-top .htlfndr-form-dark .widget-title {
	color: #fff;
	margin: 36px 0 31px;
	padding-left: 43px;
	position: relative;
}
.htlfndr-sidebar-in-top .htlfndr-form-dark .widget-title:before {
	content: '\f002';
	color: #08c1da;
	font-family: 'FontAwesome';
	font-size: 20px;
	left: 8px;
	position: absolute;
	top: 4px;
}
.htlfndr-sidebar-in-top .htlfndr-form-dark form input[type="submit"] {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #fff;
	color: #fff;
	font-size: 18px;
	margin-left: 4px;
	padding: 5px 19% 4px;
	text-transform: uppercase;
}
.htlfndr-sidebar-in-top .htlfndr-form-dark form input[type="submit"]:hover {
	border-color: #08c1da;
	background-color: #08c1da;
}
/**
* #.#  Hotel page
* Gallery and Description
*/
.htlfndr-page-content {
	padding-bottom: 12.5rem;
}
.htlfndr-page-content .htlfndr-sidebar-in-right {
	margin-top: 10px;
}
.htlfndr-hotel-gallery img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}
.htlfndr-widget-padding {
	padding: 15px 15px 0;
}
.htlfndr-widget-padding .htlfndr-hotel-location {
	padding-left: 4px;
}
.htlfndr-widget-padding .htlfndr-hotel-location i {
	font-size: 11px!important;
}
.htlfndr-sidebar-in-right .widget,
.htlfndr-moved-sidebar-part .widget {
	margin-bottom: 35px;
}
.htlfndr-sidebar-in-right .htlfndr-hotel-description,
.htlfndr-moved-sidebar-part .htlfndr-hotel-description {
	border-bottom: 1px solid #e0e0e0;
}
.htlfndr-sidebar-in-right .htlfndr-hotel-description h2,
.htlfndr-moved-sidebar-part .htlfndr-hotel-description h2 {
	font-size: 36px;
	margin: 13px 0 0;
	text-transform: capitalize;
}
.htlfndr-sidebar-in-right .htlfndr-hotel-description i,
.htlfndr-moved-sidebar-part .htlfndr-hotel-description i {
	font-size: 20px;
}
.htlfndr-sidebar-in-right .widget-title,
.htlfndr-moved-sidebar-part .widget-title {
	border-bottom: 1px solid #e0e0e0;
	margin: 0;
	padding: 15px 0 28px;
	text-transform: uppercase;
	font-size: 16px;
}
.htlfndr-widget-main-content {
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	padding-top: 15px;
}
.htlfndr-hotel-visit-card .htlfndr-hotel-logo {
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
}
.htlfndr-hotel-visit-card .htlfndr-hotel-logo img {
	margin-bottom: 25px;
}
.htlfndr-hotel-visit-card .htlfndr-hotel-price {
	padding-bottom: 10px;
	text-align: center;
	margin-top: 7px;
	position: relative;
}
.htlfndr-hotel-visit-card .htlfndr-hotel-price span {
	display: inline;
}
.htlfndr-hotel-visit-card .htlfndr-hotel-price .htlfndr-from {
	color: #b8b8b8;
	text-transform: capitalize;
	vertical-align: text-top;
}
.htlfndr-hotel-visit-card .htlfndr-hotel-price .htlfndr-cost {
	color: #08c1da;
	font-size: 48px;
	float: none;
	margin-right: 0;
	vertical-align: middle;
}
.htlfndr-hotel-visit-card .htlfndr-hotel-price .htlfndr-per-night {
	color: #08c1da;
	float: none;
	position: relative;
	top: 15px;
	text-transform: uppercase;
	vertical-align: sub;
	width: auto;
	right: 4px;
}
.htlfndr-hotel-visit-card.special-offer .htlfndr-hotel-price {
	padding-top: 16px;
	position: relative;
}
.htlfndr-hotel-visit-card.special-offer .htlfndr-hotel-description {
	border-bottom: 1px solid #08c1da;
	padding-bottom: 20px;
}
.htlfndr-hotel-visit-card.special-offer .htlfndr-special {
	left: 50%;
	top: -21px;
	border: 1px solid #08c1da;
	line-height: 19px;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	width: 70%;
	text-align: center !important;
}
.htlfndr-hotel-visit-card.htlfndr-short-view .htlfndr-widget-main-content {
	margin-bottom: 0;
	border-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.htlfndr-hotel-visit-card.htlfndr-short-view .htlfndr-book-now-button {
	margin-top: 0;
}
.htlfndr-hotel-visit-card.special-offer .htlfndr-hotel-logo {
	border-bottom: 1px solid #08c1da;
}
.htlfndr-add-to-wishlist {
	margin-bottom: 10px;
	text-align: right;
}
.htlfndr-add-to-wishlist a {
	color: #b8b8b8;
}
.htlfndr-add-to-wishlist a:hover {
	color: #08c1da;
}
.htlfndr-add-to-wishlist i {
	font-size: 8px;
	vertical-align: middle;
}
.htlfndr-book-now-button {
	background-color: #08c1da;
	border: none;
	color: #fff !important;
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 65px;
	margin: 20px -15px 20px 0;
	padding: 0;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.htlfndr-book-now-button:hover,
.htlfndr-book-now-button.hovered {
	background-color: #37e1f8;
	font-size: 28px;
}
/* Moved top part of sidebar with hotel logo on small devices */
.htlfndr-moved-sidebar-part {
	margin-top: 10px;
	padding: 0 15px;
}
.htlfndr-hotel-contacts p {
	color: #b8b8b8;
	font-size: 13px;
	margin-bottom: 12px;
	padding-left: 30px;
	position: relative;
}
.htlfndr-hotel-contacts p:before {
	color: #08c1da;
	font-family: 'FontAwesome';
	font-size: 13px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 15px;
}
.htlfndr-hotel-contacts p > a {
	color: #b8b8b8;
}
.htlfndr-hotel-contacts .htlfndr-mail:before {
	content: '\f0e0';
}
.htlfndr-hotel-contacts .htlfndr-url:before {
	content: '\f0ac';
}
.htlfndr-hotel-contacts .htlfndr-phone:before {
	content: '\f095';
}
.htlfndr-hotel-contacts .htlfndr-reviews:before {
	content: '\f06e';
}
.htlfndr-hotel-contacts .htlfndr-location:before {
	content: '\f041';
}
.htlfndr-hotel-contacts .htlfndr-special-offer-post:before {
	content: '\f069 ';
}
.widget .htlfndr-hotel-contacts {
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	padding: 25px 0 15px;
}
.widget .switch-label-check + label {
	font-size: 15px;
}
/* Near Properties widget */
.htlfndr-near-properties .widget-title {
	border-bottom: none;
	padding-left: 15px;
}
.htlfndr-near-properties .htlfdr-hotel-post {
	position: relative;
	width: 100%;
}
.htlfndr-near-properties .htlfdr-hotel-post:hover {
	-webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.5);
	outline: 1px solid #08c1da;
	z-index: 1;
}
.htlfndr-near-properties .htlfdr-hotel-post:hover .htlfndr-post-inner {
	border-top-color: #fff;
}
.htlfndr-near-properties .htlfndr-hotel-info a {
	color: #000;
}
.htlfndr-near-properties .htlfndr-hotel-info a h6 {
	margin-bottom: 5%;
	margin-top: 0;
	font-size: 12px;
}
.htlfndr-near-properties .htlfndr-post-inner {
	border-top: 1px solid #e0e0e0;
	margin: 0 4%;
	padding-bottom: 15px;
	padding-top: 15px;
}
.htlfndr-near-properties .htlfndr-rating-stars {
	line-height: 8px;
}
.htlfndr-near-properties .htlfndr-rating-stars i {
	font-size: 11px;
}
.htlfndr-near-properties .htlfndr-hotel-price {
	margin-top: 4px;
	margin-bottom: 0;
}
.htlfndr-near-properties .htlfndr-hotel-price span:first-child {
	color: #b8b8b8;
	font-size: 11px;
}
.htlfndr-near-properties .htlfndr-cost-normal {
	font-size: 24px;
	padding-left: 5px;
	vertical-align: middle;
}
.htlfndr-table-view .htlfndr-hotel-thumbnail {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin-right: 2%;
}
.htlfndr-table-view .htlfndr-hotel-info {
	display: inline-block;
	vertical-align: top;
	width: 51%;
}
.htlfndr-hotel-thumbnail img {
	display: block;
	height: auto;
	width: 100%;
	min-height: 73px;
}
/* Tabs (gallery and map) */
#htlfndr-gallery-and-map-tabs.ui-tabs,
#htlfndr-hotel-description-tabs.ui-tabs {
	border: none;
	padding: 0;
}
#htlfndr-gallery-and-map-tabs.ui-tabs .ui-tabs-nav,
#htlfndr-hotel-description-tabs.ui-tabs .ui-tabs-nav {
	border: none;
	padding: 0;
}
#htlfndr-gallery-and-map-tabs.ui-tabs .ui-tabs-nav li,
#htlfndr-hotel-description-tabs.ui-tabs .ui-tabs-nav li {
	border-top: 1px solid #cacaca;
	margin: 0;
	position: relative;
}
#htlfndr-gallery-and-map-tabs.ui-tabs .ui-tabs-nav li:first-child,
#htlfndr-hotel-description-tabs.ui-tabs .ui-tabs-nav li:first-child {
	border-left: 1px solid #cacaca;
	border-right: none;
}
#htlfndr-gallery-and-map-tabs.ui-tabs .ui-tabs-nav li:first-child:before,
#htlfndr-hotel-description-tabs.ui-tabs .ui-tabs-nav li:first-child:before {
	content: none;
}
#htlfndr-gallery-and-map-tabs.ui-tabs .ui-tabs-nav li:last-child,
#htlfndr-hotel-description-tabs.ui-tabs .ui-tabs-nav li:last-child {
	border-left: none;
	border-right: 1px solid #cacaca;
}
#htlfndr-gallery-and-map-tabs.ui-tabs .ui-tabs-nav li:last-child.ui-state-active:before,
#htlfndr-hotel-description-tabs.ui-tabs .ui-tabs-nav li:last-child.ui-state-active:before {
	border-style: solid;
	border-color: transparent rgba(0, 0, 0, 0.2) transparent transparent;
	content: '';
	height: 0;
	position: absolute;
	width: 0;
}
#htlfndr-gallery-and-map-tabs.ui-tabs .ui-tabs-anchor,
#htlfndr-hotel-description-tabs.ui-tabs .ui-tabs-anchor {
	text-transform: uppercase;
}
#htlfndr-gallery-and-map-tabs.ui-tabs .ui-state-default,
#htlfndr-hotel-description-tabs.ui-tabs .ui-state-default {
	background-color: #cacaca;
	border: none;
}
#htlfndr-gallery-and-map-tabs.ui-tabs .ui-state-default .ui-tabs-anchor,
#htlfndr-hotel-description-tabs.ui-tabs .ui-state-default .ui-tabs-anchor {
	color: #fff;
}
#htlfndr-gallery-and-map-tabs.ui-tabs .ui-state-default.ui-state-active,
#htlfndr-hotel-description-tabs.ui-tabs .ui-state-default.ui-state-active {
	background-color: #fff;
	padding-bottom: 0;
}
#htlfndr-gallery-and-map-tabs.ui-tabs .ui-state-default.ui-state-active .ui-tabs-anchor,
#htlfndr-hotel-description-tabs.ui-tabs .ui-state-default.ui-state-active .ui-tabs-anchor {
	color: #000000;
}
#htlfndr-gallery-and-map-tabs.ui-tabs .ui-state-default.ui-state-active + li[aria-selected="false"],
#htlfndr-hotel-description-tabs.ui-tabs .ui-state-default.ui-state-active + li[aria-selected="false"] {
	border-left: none;
}
#htlfndr-gallery-and-map-tabs.ui-tabs .ui-state-default.ui-state-active + li[aria-selected="false"]:before,
#htlfndr-hotel-description-tabs.ui-tabs .ui-state-default.ui-state-active + li[aria-selected="false"]:before {
	border-style: solid;
	border-color: transparent transparent transparent rgba(0, 0, 0, 0.2);
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}
#htlfndr-gallery-and-map-tabs.ui-tabs .ui-state-hover,
#htlfndr-hotel-description-tabs.ui-tabs .ui-state-hover {
	border: none;
}
#htlfndr-gallery-and-map-tabs.ui-tabs .ui-state-hover .ui-tabs-anchor,
#htlfndr-hotel-description-tabs.ui-tabs .ui-state-hover .ui-tabs-anchor {
	color: #000000;
}
#htlfndr-gallery-and-map-tabs.ui-tabs .ui-tabs-panel,
#htlfndr-hotel-description-tabs.ui-tabs .ui-tabs-panel {
	overflow: hidden;
}
#htlfndr-gallery-and-map-tabs {
	margin-bottom: 7rem;
}
#htlfndr-gallery-and-map-tabs .ui-tabs-nav .ui-state-active + li[aria-selected="false"]:before {
	border-width: 38px 0 0 14px;
}
#htlfndr-gallery-and-map-tabs .ui-tabs-nav li:last-child.ui-state-active:before {
	border-width: 38px 14px 0 0;
	left: -15px;
}
#htlfndr-gallery-and-map-tabs .ui-tabs-anchor {
	font-size: 13px;
	padding: 11px;
}
#htlfndr-gallery-and-map-tabs .ui-tabs-panel {
	padding: 0;
}
/* Tabs (hotel description) Desktop view */
#htlfndr-hotel-description-tabs {
	overflow: hidden;
	word-wrap: break-word;
	/* Tabs (hotel description) Mobile view */
}
#htlfndr-hotel-description-tabs .ui-tabs-nav > li {
	text-align: center;
	width: 20%;
}
#htlfndr-hotel-description-tabs .ui-tabs-nav > li > a {
	width: 100%;
}
#htlfndr-hotel-description-tabs .ui-tabs-nav > li:after {
	background-color: #fff;
	content: '';
	height: 50%;
	position: absolute;
	right: 0;
	top: 25%;
	width: 1px;
	z-index: 150;
}
#htlfndr-hotel-description-tabs .ui-tabs-nav > li.ui-state-active:after,
#htlfndr-hotel-description-tabs .ui-tabs-nav > li:last-child:after {
	content: none;
}
#htlfndr-hotel-description-tabs .ui-tabs-nav > li:last-child.ui-state-active:before {
	border-width: 55px 23px 0 0;
	left: -23px;
}
#htlfndr-hotel-description-tabs .ui-tabs-nav .ui-state-active + li[aria-selected="false"]:before {
	border-width: 55px 0 0 23px;
}
#htlfndr-hotel-description-tabs .ui-tabs-anchor {
	line-height: 19px;
	padding: 18px 0;
}
#htlfndr-hotel-description-tabs.r-tabs {
	position: relative;
	/* Tab element */
	/* Tab panel */
	/* Accordion anchor */
}
#htlfndr-hotel-description-tabs.r-tabs .r-tabs-nav {
	margin: 0;
	padding: 0;
	/* Tab anchor */
	/* Disabled tab */
	/* Active state tab anchor */
}
#htlfndr-hotel-description-tabs.r-tabs .r-tabs-nav > li {
	background-color: #cacaca;
	border-top: 1px solid #cacaca;
	float: left;
	margin: 0;
	list-style: none;
	position: relative;
	width: 20%;
}
#htlfndr-hotel-description-tabs.r-tabs .r-tabs-nav > li:after {
	background-color: #fff;
	content: '';
	height: 50%;
	position: absolute;
	top: 25%;
	width: 1px;
	z-index: 150;
}
#htlfndr-hotel-description-tabs.r-tabs .r-tabs-nav > li.r-tabs-state-active:after,
#htlfndr-hotel-description-tabs.r-tabs .r-tabs-nav > li:last-child:after {
	content: none;
}
#htlfndr-hotel-description-tabs.r-tabs .r-tabs-nav > li:first-child {
	border-left: 1px solid #cacaca;
	border-right: none;
}
#htlfndr-hotel-description-tabs.r-tabs .r-tabs-nav > li:first-child:before {
	content: none;
}
#htlfndr-hotel-description-tabs.r-tabs .r-tabs-nav > li:last-child {
	border-left: none;
	border-right: 1px solid #cacaca;
}
#htlfndr-hotel-description-tabs.r-tabs .r-tabs-nav > li:last-child.r-tabs-state-active:before {
	border-width: 55px 23px 0 0;
	left: -23px;
	border-style: solid;
	border-color: transparent rgba(0, 0, 0, 0.2) transparent transparent;
	content: '';
	height: 0;
	position: absolute;
	width: 0;
}
#htlfndr-hotel-description-tabs.r-tabs .r-tabs-nav .r-tabs-anchor {
	color: #fff;
	float: left;
	line-height: 19px;
	padding: 18px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
#htlfndr-hotel-description-tabs.r-tabs .r-tabs-nav .r-tabs-anchor:hover {
	color: #000000;
}
#htlfndr-hotel-description-tabs.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}
#htlfndr-hotel-description-tabs.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #000000;
	font-weight: bold;
	text-shadow: none;
}
#htlfndr-hotel-description-tabs.r-tabs .r-tabs-nav .r-tabs-state-active + li:before {
	border-width: 55px 0 0 23px;
	border-style: solid;
	border-color: transparent transparent transparent rgba(0, 0, 0, 0.2);
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}
#htlfndr-hotel-description-tabs.r-tabs .r-tabs-nav:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	width: 100%;
}
#htlfndr-hotel-description-tabs.r-tabs .r-tabs-panel {
	background-color: #fff;
}
#htlfndr-hotel-description-tabs.r-tabs .r-tabs-accordion-title {
	border-bottom: 1px solid #e1e1e1;
	cursor: pointer;
	/* Active accordion anchor */
	/* Disabled accordion button */
	/* Buttons */
	/* Info bar */
}
#htlfndr-hotel-description-tabs.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
	background-color: #d2d2d2;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
}
#htlfndr-hotel-description-tabs.r-tabs .r-tabs-accordion-title .r-tabs-anchor:hover {
	color: #000000;
}
#htlfndr-hotel-description-tabs.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #b8b8b8;
	color: #000000;
	text-shadow: none;
}
#htlfndr-hotel-description-tabs.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}
#htlfndr-hotel-description-tabs.r-tabs .r-tabs-accordion-title button {
	background-color: #08c1da;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	line-height: 100%;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	vertical-align: middle;
}
#htlfndr-hotel-description-tabs.r-tabs .r-tabs-accordion-title .info {
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #00ab94;
	color: #08c1da;
	cursor: pointer;
	display: inline-block;
	line-height: 100%;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	width: 300px;
}
.r-tabs .r-tabs-panel {
	display: none;
}
.r-tabs .r-tabs-accordion-title {
	display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
	display: block;
}
.htlfndr-hotel-description-tab {
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	padding: 3.8rem 15px 0 3.8rem;
}
.htlfndr-hotel-description-tab .htlfndr-description-table th {
	padding-right: 25px;
}
/* Hotel gallery slider */
#htlfndr-gallery-synced-1 {
	margin-bottom: 18px;
}
#htlfndr-gallery-synced-1 .htlfndr-gallery-item {
	background: #0c83e7;
	border: 1px solid #b8b8b8;
}
#htlfndr-gallery-synced-2 {
	padding: 0 30px;
}
#htlfndr-gallery-synced-2 .htlfndr-gallery-item {
	/* Hover effect */
	background: #c9c9c9;
	position: relative;
	margin: 0 9px;
}
#htlfndr-gallery-synced-2 .htlfndr-gallery-item:before,
#htlfndr-gallery-synced-2 .htlfndr-gallery-item:after {
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0s ease 0s, all 0.3s ease 0s, all 0s ease-in-out 0s;
	-moz-transition: all 0s ease 0s, all 0.3s ease 0s, all 0s ease-in-out 0s;
	-o-transition: all 0s ease 0s, all 0.3s ease 0s, all 0s ease-in-out 0s;
	transition: all 0s ease 0s, all 0.3s ease 0s, all 0s ease-in-out 0s;
	z-index: 100;
}
#htlfndr-gallery-synced-2 .htlfndr-gallery-item:before {
	color: #ffffff;
	content: '\f055';
	font: 30px/0.5em'FontAwesome';
	-webkit-transform: translate(-50%, -50%) scale(3);
	-moz-transform: translate(-50%, -50%) scale(3);
	-ms-transform: translate(-50%, -50%) scale(3);
	-o-transform: translate(-50%, -50%) scale(3);
	transform: translate(-50%, -50%) scale(3);
	left: 50%;
	top: 50%;
	z-index: 1000;
}
#htlfndr-gallery-synced-2 .htlfndr-gallery-item:after {
	background-color: rgba(0, 0, 0, 0.5);
	content: '';
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	width: 100%;
}
#htlfndr-gallery-synced-2 .htlfndr-gallery-item:hover {
	cursor: pointer;
}
#htlfndr-gallery-synced-2 .htlfndr-gallery-item:hover:before,
#htlfndr-gallery-synced-2 .htlfndr-gallery-item:hover:after {
	opacity: 1;
}
#htlfndr-gallery-synced-2 .htlfndr-gallery-item:hover:before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	left: 50%;
	top: 50%;
}
#htlfndr-gallery-synced-2 .htlfndr-gallery-item:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
#htlfndr-gallery-synced-2 .owl-item.synced .htlfndr-gallery-item {
	background: #0c83e7;
	border: 3px solid #08c1da;
}
#htlfndr-gallery-synced-2 .owl-item.synced .htlfndr-gallery-item:before,
#htlfndr-gallery-synced-2 .owl-item.synced .htlfndr-gallery-item:after {
	content: none;
}
.htlfndr-gallery-carousel .owl-controls .owl-prev,
.htlfndr-gallery-carousel .owl-controls .owl-next {
	bottom: -14%;
	position: absolute;
	z-index: 500;
}
.htlfndr-gallery-carousel .owl-controls .owl-prev > i,
.htlfndr-gallery-carousel .owl-controls .owl-next > i {
	color: #08c1da;
	height: 20px;
	font-size: 18px;
	font-weight: bold;
	width: 18px;
}
.htlfndr-gallery-carousel .owl-controls .owl-prev {
	left: 10px;
	text-align: left;
}
.htlfndr-gallery-carousel .owl-controls .owl-next {
	right: 10px;
	text-align: right;
}
/* Map */
iframe {
	
	height: 300px;
	
	
	top: 0;
	width: 100%;
}
.htlfndr-iframe-wrapper {
	height: 0;
	padding-bottom: 78.5%;
	padding-top: 25px;
	position: relative;
}
.htlfndr-description-table table tr th,
.htlfndr-description-table table tr td {
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 10px;
}
.htlfndr-description-table table tr th {
	color: #08c1da;
	text-transform: uppercase;
}
.htlfndr-description-table table tr td {
	color: #9f9f9f;
	font-family: 'Open Sans', sans-serif;
	text-transform: capitalize;
}
.htlfndr-description-right-side .media-left {
	padding: 18px 0 0 18px;
}
.htlfndr-description-right-side .media-left img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.htlfndr-description-right-side .media-body {
	padding-left: 32px;
	vertical-align: middle;
}
.htlfndr-description-right-side .media-body h4,
.htlfndr-description-right-side .media-body h5 {
	text-transform: capitalize;
}
.htlfndr-description-right-side .media-body h4 {
	color: #08c1da;
	margin: 0;
	font-size: 18px;
}
.htlfndr-description-right-side .media-body h5 {
	margin-bottom: 5px;
	margin-top: 15px;
	font-size: 14px;
}
.htlfndr-description-right-side blockquote {
	margin-top: 20px;
}
/**
* #.#  Hotel page
* Map and Availability
*/
.htlfndr-post-thumbnail img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}
.htlfndr-available-rooms-section h3,
.htlfndr-tab-article h3 {
	font-size: 15px;
	text-transform: uppercase;
}
.htlfndr-available-rooms-section h3 {
	margin-bottom: 26px;
	font-size: 24px;
}
.htlfndr-tab-article .htlfndr-post-excerpt {
	color: #b8b8b8;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.htlfndr-second-tab-post {
	margin-bottom: 28px;
}
.htlfndr-second-tab-post > div {
	margin-bottom: 40px;
}
.htlfndr-second-tab-post > a {
	color: #000;
}
.htlfndr-second-tab-post > a i {
	border: 1px solid #ececec;
	border-radius: 3px;
	color: #08c1da;
	margin-right: 10px;
	padding: 6px;
}
.htlfndr-second-tab-post h3 {
	margin-bottom: 3.3rem;
	font-size: 24px;
}
.htlfndr-second-tab-post .htlfndr-post-wrapper {
	position: relative;
}
.htlfndr-second-tab-post .htlfndr-post-title {
	font-size: 24px;
	line-height: 21px;
	margin-bottom: 11px;
}
.htlfndr-second-tab-post .htlfndr-post-info {
	color: #08c1da;
	margin-bottom: 28px;
	margin-top: 0;
}
.htlfndr-second-tab-post p {
	display: table-cell;
}
.htlfndr-second-tab-post .htlfndr-post-excerpt {
	padding-right: 5%;
}
.htlfndr-second-tab-post .htlfndr-button-block {
	vertical-align: bottom;
}
.htlfndr-second-tab-post .htlfndr-select-hotel-button {
	margin-bottom: 0;
}
.htlfndr-post-title > a,
.htlfndr-post-title > a:hover {
	color: inherit;
}
.htlfndr-third-tab-post h3 {
	color: #08c1da;
	margin-bottom: 2.5rem;
	margin-top: 0;
	font-size: 24px;
}
/* Tab Article footer */
.htlfndr-amenities {
	margin-bottom: 37px;
	margin-top: 29px;
}
.htlfndr-amenities .htlfndr-amenities-icon,
.htlfndr-amenities p {
	display: inline-block;
}
.htlfndr-amenities p {
	color: #b8b8b8;
	font-size: 15px;
	padding-left: 2rem;
	text-transform: capitalize;
	vertical-align: middle;
}
/**
* #.#  Hotel page
* Gallery and Amenities
*/
.htlfndr-amenities-icon {
	color: #08c1da;
	font-size: 24px;
	text-align: center;
	width: 15%;
}
.htlfndr-hotel-single-content .htlfndr-entry-title {
	display: inline-block;
}
.htlfndr-hotel-single-content .htlfndr-entry-header .htlfndr-rating-stars {
	display: inline-block;
	font-size: 24px;
	line-height: 39px;
	margin-left: 15px;
	vertical-align: text-bottom;
}
.htlfndr-hotel-single-content .htlfndr-hotel-contacts {
	margin-bottom: 20px;
	margin-top: 5px;
}
.htlfndr-hotel-single-content .htlfndr-hotel-contacts p {
	margin-bottom: 6px;
}
.htlfndr-widget-help .htlfndr-widget-main-content {
	padding-bottom: 15px;
}
.htlfndr-widget-help span {
	color: #a8a7a7;
	font-size: 13px;
	text-transform: capitalize;
	display: block;
	margin-top: 10px;
	margin-bottom: 24px;
}
.htlfndr-widget-help p {
	color: #08c1da;
	font-size: 15px;
	padding-left: 30px;
	position: relative;
}
.htlfndr-widget-help p:before {
	color: #08c1da;
	font-family: 'FontAwesome';
	font-size: 13px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 2px;
	width: 15px;
}
.htlfndr-widget-help .htlfndr-mail:before {
	content: '\f0e0';
}
.htlfndr-widget-help .htlfndr-phone:before {
	content: '\f095';
}
/**
* #.#  Hotel page
* Gallery and Review
*/
.htlfndr-hotel-marks {
	border-bottom: 1px solid #e0e0e0;
	margin-right: 2.3rem;
	padding-bottom: 3.8rem;
}
.htlfndr-hotel-marks .htlfndr-rating-stars {
	line-height: 2.4rem;
	padding-bottom: 15px;
}
.htlfndr-hotel-marks table {
	margin-top: -3px;
	width: 100%;
}
.htlfndr-hotel-marks table th {
	color: #a8a7a7;
	font-size: 15px;
	font-weight: normal;
	padding: 7px 0;
	text-transform: uppercase;
	width: 41.5%;
}
.htlfndr-hotel-marks .htlfndr-meter-cell {
	width: 42.4%;
}
.htlfndr-hotel-marks .htlfndr-rating-cell {
	color: #08c1da;
	font-size: 20px;
	padding-right: 3%;
	text-align: right;
	width: 16.1%;
}
.htlfndr-hotel-marks dl dt {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}
.htlfndr-hotel-marks dl dt span {
	color: #08c1da;
	font-size: 23px;
}
.htlfndr-hotel-marks dl dd {
	color: #a8a7a7;
	font-size: 11px;
}
/* Meter tag style */
meter {
	background: #fff;
	border: 1px solid #08c1da;
	height: 5px;
	vertical-align: middle;
	width: 100%;
}
meter::-webkit-meter-bar {
	background: none;
	/* Required to get rid of the default background property */
	background-color: #fff;
	border: 1px solid #08c1da;
	height: 5px;
}
meter::-webkit-meter-optimum-value {
	background: none;
	background-color: #08c1da;
}
meter:-moz-meter-optimum::-moz-meter-bar {
	background: #08c1da;
}
.meter-gauge {
    border: 1px solid #08c1da;
    background-color: #fff;
    width: 100%;
    height: 5px;
    display: block;
}
.meter-gauge > span {
  height: inherit;
  background-color:  #08c1da;
  background-size: 100% 100%;
  display: block;
  text-indent: -9999px;
  height: 3px;
}
.htlfndr-fake-meter {
	background: #fff;
	border: 1px solid #08c1da;
	display: block;
	height: 5px;
	vertical-align: middle;
	width: 100%;
}
.htlfndr-fake-meter > span {
	background: #08c1da;
	display: block;
	height: 3px;
}
.htlfndr-visitor-review {
	margin-top: 3.8rem;
	overflow: hidden;
	padding-bottom: 3.1rem;
}
.htlfndr-visitor-review dl {
	margin-left: 15px;
	margin-top: 22px;
	text-transform: uppercase;
}
.htlfndr-visitor-review dl dt {
	color: #08c1da;
	font-size: 16px;
	font-weight: normal;
}
.htlfndr-visitor-review dl dd {
	color: #a8a7a7;
	font-size: 11px;
}
.htlfndr-review-left-side {
	position: relative;
}
.htlfndr-visitor-avatar {
	border-radius: 50%;
	height: 118px;
	overflow: hidden;
	width: 118px;
}
.htlfndr-visitor-avatar img {
	height: auto;
	width: 100%;
}
.htlfndr-visitor-flag {
	border: 5px solid #fff;
	border-radius: 50%;
	height: 36px;
	left: 85px;
	overflow: hidden;
	position: absolute;
	top: 85px;
	width: 36px;
	z-index: 10;
}
.htlfndr-visitor-flag img {
	height: auto;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 150%;
}
.htlfndr-visitor-post h3,
.htlfndr-visitor-post h6 {
	display: inline-block;
	margin-top: 0;
}
.htlfndr-visitor-post h3 {
	font-size: 15px;
	padding-right: 5%;
	text-transform: uppercase;
}
.htlfndr-visitor-post h6 {
	color: #a8a7a7;
	font-size: 11px;
	text-align: right;
	text-transform: capitalize;
	font-size: 12px;
}
.htlfndr-visitor-post header h3 {
	margin-bottom: 17px;
}
.htlfndr-visitor-post .htlfndr-rating-stars {
	font-size: 20px;
	margin-bottom: 24px;
}
.htlfndr-visitor-post p {
	color: #b8b8b8;
	line-height: 1.7;
}
.htlfndr-visitor-post footer {
	color: #a8a7a7;
	margin-top: 6.4rem;
}
.htlfndr-visitor-post footer h3 {
	margin-bottom: 12px;
}
.htlfndr-visitor-post footer p {
	font-size: 12px !important;
}
.htlfndr-review-footer-marks {
	margin-bottom: 12px;
}
.htlfndr-round-mark,
.htlfndr-radio-set .ui-button:hover,
.htlfndr-radio-set .ui-state-active {
	background-color: #08c1da;
	border: 4px solid #6de9fa;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 36px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 36px;
}
.htlfndr-round-mark {
	font-size: 18px;
	line-height: 20px;
	padding: 5px;
}
.htlfndr-special-offer-post {
	color: #f457a1 !important;
	text-transform: uppercase;
}
.htlfndr-special-offer-post:before {
	color: #f457a1 !important;
}
/**
* #.#  Hotel page
* Gallery and Write a Review
*/
.htlfndr-review-form,
.htlfndr-leave-comment-form {
	display: inline-block;
	width: 100%;
}
.htlfndr-review-form label,
.htlfndr-leave-comment-form label,
.htlfndr-review-form h3,
.htlfndr-leave-comment-form h3 {
	color: #b8b8b8;
	font-weight: normal;
	text-transform: uppercase;
}
.htlfndr-review-form input,
.htlfndr-leave-comment-form input,
.htlfndr-review-form textarea,
.htlfndr-leave-comment-form textarea {
	margin-bottom: 4.8rem;
}
.htlfndr-review-form textarea,
.htlfndr-leave-comment-form textarea {
	height: 170px;
}
.htlfndr-review-form .htlfndr-input,
.htlfndr-leave-comment-form .htlfndr-input {
	height: 43px;
	margin-bottom: 0;
}
.htlfndr-form-left-side label {
	display: block;
	font-size: 15px;
	margin-bottom: 15px;
}
.htlfndr-review-form-input {
	border: 1px solid #e0e0e0;
	padding: 3px 5px;
	width: 100%;
}
.htlfndr-review-form-input:hover,
.htlfndr-review-form-input:focus {
	border-color: #23def7;
}
.htlfndr-radio-set {
	margin-bottom: 2.5rem;
}
.htlfndr-radio-set h3 {
	font-size: 15px;
	margin-bottom: 7px;
	margin-top: 2px;
	padding-left: 15px;
}
.htlfndr-radio-set label {
	border: 8px solid transparent;
	font-size: 15px;
	padding: 10px;
}
.htlfndr-radio-set .ui-state-hover .ui-button-text {
	padding: 0 5px;
	line-height: 18px;
}
.htlfndr-radio-set .ui-state-default .ui-button-text {
	line-height: 18px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/**
* #.#  Room Page
*
*/
.htlfndr-room-page .htlfndr-hotel-visit-card {
	margin-bottom: 26px;
}
.htlfndr-room-page .htlfndr-hotel-visit-card .htlfndr-from {
	display: none;
}
.htlfndr-room-page .htlfndr-hotel-visit-card .htlfndr-hotel-price {
	padding-bottom: 18px;
	padding-top: 30px;
}
.htlfndr-room-page .htlfndr-hotel-visit-card .htlfndr-hotel-price span {
	display: block;
	text-align: left;
	font-size: 12px;
	color: #b8b8b8;
}
.htlfndr-room-page .htlfndr-hotel-visit-card .htlfndr-hotel-price .htlfndr-cost {
	font-size: 46px;
	position: absolute;
	right: 3px;
	top: 8px;
	color: #08c1da;
}
.htlfndr-room-page .htlfndr-book-now-button {
	margin-bottom: 28px;
}
.htlfndr-room-page .htlfndr-widget-padding {
	padding-top: 9px;
	padding-left: 19px;
}
.htlfndr-room-page .htlfndr-widget-padding h2 {
	padding-bottom: 21px;
}
.htlfndr-room-page .htlfndr-widget-padding .htlfndr-details-list {
	margin-top: 13px;
}
.htlfndr-room-post .htlfndr-entry-title {
	margin-bottom: 36px;
}
.htlfndr-room-post .htlfndr-entry-title a {
	color: #08c1da;
}
.htlfndr-room-post .htlfndr-entry-title a span {
	font-size: 22px;
}
.htlfndr-room-page .htlfndr-sidebar-in-right {
	margin-top: 80px!important;
}
.htlfndr-room-page.htlfndr-search-rooms .htlfndr-sidebar-in-right {
	margin-top: 83px;
}
/* Room slider */
#htlfndr-room-slider {
	border: 1px solid #e0e0e0;
	/* Room slider pagination */
}
#htlfndr-room-slider .owl-controls {
	bottom: 15px;
	right: 6px;
}
#htlfndr-room-slider .owl-controls,
.htlfndr-post-thumbnail.owl-carousel .owl-controls {
	position: absolute;
}
#htlfndr-room-slider .owl-page,
.htlfndr-post-thumbnail.owl-carousel .owl-page {
	background: rgba(0, 0, 0, 0.3);
	border: 2px solid rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	display: inline-block;
	margin-right: 18px;
	height: 20px;
	width: 20px;
}
#htlfndr-room-slider .owl-page.active,
.htlfndr-post-thumbnail.owl-carousel .owl-page.active {
	background: #54e5f9;
	border-color: #fff;
}
#htlfndr-room-slider .owl-prev,
.htlfndr-post-thumbnail.owl-carousel .owl-prev,
#htlfndr-room-slider .owl-next,
.htlfndr-post-thumbnail.owl-carousel .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 28px;
	line-height: 73px;
	padding: 0 15px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
#htlfndr-room-slider .owl-prev,
.htlfndr-post-thumbnail.owl-carousel .owl-prev {
	left: -100px;
}
#htlfndr-room-slider .owl-next,
.htlfndr-post-thumbnail.owl-carousel .owl-next {
	right: -100px;
}
#htlfndr-room-slider:hover .owl-prev,
.htlfndr-post-thumbnail.owl-carousel:hover .owl-prev {
	left: 0;
}
#htlfndr-room-slider:hover .owl-next,
.htlfndr-post-thumbnail.owl-carousel:hover .owl-next {
	right: 0;
}
.htlfndr-post-thumbnail.owl-carousel .owl-controls {
	bottom: 3rem;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.htlfndr-room-slide-wrapper {
	max-height: 507px;
}
.htlfndr-room-slide-wrapper img {
	height: auto;
	max-width: 100%;
	width: 100%;
}
.htlfndr-room-post footer {
	margin-top: 62px;
}
.htlfndr-room-post .htlfndr-blue-title {
	margin-bottom: 20px;
}
.htlfndr-blue-title {
	color: #08c1da;
	font-size: 16px;
	text-transform: uppercase;
}
.htlfndr-entry-content {
	
	hyphens: auto;
	line-height: 1.8;
	word-wrap: break-word;
    font-size: 20px;
}
.htlfndr-entry-content h2 {
	margin-top: 30px;
	margin-bottom: 32px;
	color: #000000;
}
.single .htlfndr-entry-content {
	padding: 39px 0 0;
}
.htlfndr-more-avilability-rooms {
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	width: 100%;
}
.htlfndr-more-avilability-rooms hr {
	border-top-color: #e0e0e0;
	margin: 0 27px;
}
.htlfndr-available-room {
	display: inline-table;
	padding: 27px;
	width: 33.333%;
	margin-right: -3px;
}
.htlfndr-available-room h6 {
	margin-bottom: 3%;
	margin-top: 0;
	font-size: 12px;
}
.htlfndr-available-room .htlfndr-hotel-info p {
	color: #b8b8b8;
	font-size: 11px;
	margin-bottom: 3%;
}
.htlfndr-available-room .htlfndr-cost-normal {
	font-size: 24px;
	line-height: 24px;
}
.htlfndr-available-room:hover {
	box-shadow: -1px 1px 4px 2px rgba(0, 0, 0, 0.1);
	outline: 1px solid #23def7;
}
/* Sidebar */
.htlfndr-payment-page .htlfndr-room-details .widget-title {
	border-bottom: none;
	display: block;
	position: relative;
	cursor: pointer;
}
.htlfndr-payment-page .htlfndr-room-details .widget-title:after {
	font-family: 'FontAwesome';
	content: '\f107';
	position: absolute;
	right: 0;
	bottom: 25px;
	color: #08c1da;
	font-size: 18px;
	-webkit-transition: transform 0.1s ease-out 0s;
	-moz-transition: transform 0.1s ease-out 0s;
	-o-transition: transform 0.1s ease-out 0s;
	transition: transform 0.1s ease-out 0s;
}
.htlfndr-payment-page .htlfndr-room-details .widget-title.active {
	color: #08c1da;
}
.htlfndr-payment-page .htlfndr-room-details .widget-title.active:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.htlfndr-payment-page .htlfndr-room-details .widget-title:hover {
	color: #08c1da;
}
.htlfndr-room-details .widget-title {
	border-bottom: none;
	display: block;
	position: relative;
}
.htlfndr-room-details .htlfndr-accordion-inner {
	border-top: 1px solid #e0e0e0;
	padding-top: 15px;
}
.htlfndr-room-details .htlfndr-accordion-inner > div {
	padding-left: 0;
	padding-right: 0;
}
.htlfndr-room-details .htlfndr-details-list {
	border-top: 1px solid #e0e0e0;
}
.htlfndr-room-details .htlfndr-info {
	border-top: 1px solid #e0e0e0;
	padding: 10px 0;
	font-size: 13px;
}
.htlfndr-room-details .htlfndr-info span {
	color: #08c1da;
}
.htlfndr-details span:first-child {
	text-transform: capitalize;
}
.htlfndr-details span:last-child {
	color: #08c1da;
}
.htlfndr-list,
.htlfndr-details-list {
	margin-top: 18px;
	padding-left: 5px;
	padding-top: 18px;
}
.htlfndr-list li,
.htlfndr-details-list li {
	list-style: none;
	padding-bottom: 10px;
	position: relative;
	padding-left: 30px;
}
.htlfndr-list li:before,
.htlfndr-details-list li:before {
	background-color: #23def7;
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 6px;
	margin-right: 25px;
	position: absolute;
	top: 6px;
	left: 0;
	width: 6px;
}
/**
* #.#  Search result Rooms Page
*
*/
.htlfndr-search-rooms .htlfndr-show-number-hotels {
	margin-left: 0;
}
.htlfndr-search-rooms .htlfndr-search-result-title {
	display: inline;
}
.htlfndr-search-rooms .htlfndr-hotel-title {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 20px;
}
.htlfndr-search-rooms .widget form {
	margin-bottom: 25px;
}
.htlfndr-hotel-title {
	color: #08c1da;
	font-size: 18px;
}
.htlfndr-hotel-title a {
	color: inherit;
}
.htlfndr-hotel-title a:hover {
	color: inherit;
}
/**
* #.# Payment Page
*
*/
.htlfndr-payment-page {
	padding-bottom: 33px;
}
.htlfndr-payment-page .htlfndr-accordion-inner {
	display: block;
}
.htlfndr-payment-page #htlfndr-right-sidebar {
	margin-top: 35px;
}
.htlfndr-payment-page #htlfndr-right-sidebar .widget-title {
	font-size: 18px;
}
.htlfndr-form-section {
	margin-bottom: 6rem;
}
.htlfndr-form-section hr {
	border-color: #e0e0e0;
	margin-bottom: 6rem;
}
.htlfndr-form-section-title {
	font-size: 36px;
	text-align: left;
	margin-top: 30px;
}
.htlfndr-form-section-title span {
	font-weight: bold;
}
.htlfndr-form-section-description {
	color: #cccccc;
}
.htlfndr-form-block-title {
	border-bottom: 1px solid #e0e0e0;
	color: #08c1da;
	margin-top: 38px;
	padding-bottom: 8px;
	position: relative;
	text-transform: uppercase;
	font-size: 24px;
	cursor: pointer;
}
.htlfndr-form-block-title:after {
	content: '\f0dd';
	display: block;
	font-family: 'FontAwesome';
	font-size: 18px;
	position: absolute;
	bottom: -20px;
	height: 7px;
	line-height: 7px;
	-webkit-transition: transform 0.2s ease-out 0s;
	-moz-transition: transform 0.2s ease-out 0s;
	-o-transition: transform 0.2s ease-out 0s;
	transition: transform 0.2s ease-out 0s;
}
.htlfndr-form-block-title.active:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.htlfndr-form-block label,
.htlfndr-contact-page label {
	font-size: 18px;
	font-weight: normal;
}
.htlfndr-form-block .htlfndr-top-label,
.htlfndr-contact-page .htlfndr-top-label {
	display: block;
	margin-bottom: 8px;
}
.htlfndr-form-block input,
.htlfndr-contact-page input {
	margin-bottom: 5rem;
}
.htlfndr-form-block .htlfndr-error-text,
.htlfndr-contact-page .htlfndr-error-text {
	margin-top: -4rem;
}
.htlfndr-form-block .htlfndr-small-select,
.htlfndr-contact-page .htlfndr-small-select {
	width: 30%;
}
.htlfndr-form-block .htlfndr-small-select + .htlfndr-small-select,
.htlfndr-contact-page .htlfndr-small-select + .htlfndr-small-select {
	margin-left: 5%;
}
.htlfndr-form-block .htlfndr-small-select select > option:first,
.htlfndr-contact-page .htlfndr-small-select select > option:first {
	color: #cccccc;
}
.htlfndr-form-block .htlfndr-small-select .ui-selectmenu-button,
.htlfndr-contact-page .htlfndr-small-select .ui-selectmenu-button {
	padding-left: 20px;
}
.htlfndr-form-block .htlfndr-input-wrapper .ui-selectmenu-button,
.htlfndr-contact-page .htlfndr-input-wrapper .ui-selectmenu-button {
	color: #a8a7a7;
}
.htlfndr-form-block .htlfndr-input-wrapper .ui-selectmenu-button[aria-activedescendant],
.htlfndr-contact-page .htlfndr-input-wrapper .ui-selectmenu-button[aria-activedescendant] {
	color: #000;
}
.ui-selectmenu-open ul {
	height: 136px;
}
.htlfndr-form-block input[type="radio"] + span,
.htlfndr-contact-page input[type="radio"] + span {
	margin-top: 19px;
	margin-right: 3px;
}
.htlfndr-form-block .switch-label-check + label,
.htlfndr-contact-page .switch-label-check + label {
	margin-right: 43px;
	margin-bottom: 23px;
}
.htlfndr-form-block-inner {
	margin-top: 28px;
}
.htlfndr-required {
	position: relative;
}
.htlfndr-required:after {
	content: '\f069';
	font-family: 'FontAwesome';
	position: absolute;
	color: #08c1da;
	font-size: 10px;
	margin-left: 5px;
}
.htlfndr-input,
.htlfndr-textarea {
	border: 1px solid #e0e0e0;
	background-color: #fff;
	color: #000000;
	font: 400 15px/20px 'Montserrat', sans-serif;
	height: 39px;
	padding: 3px 20px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	width: 100%;
}
.htlfndr-input:hover,
.htlfndr-textarea:hover,
.htlfndr-input:focus,
.htlfndr-textarea:focus {
	border-color: #81ecfa;
}
.htlfndr-textarea {
	max-width: 100%;
	margin-bottom: 58px;
	height: 140px;
	padding: 12px 14px;
}
input.incorrect,
textarea.incorrect {
	border-color: #f784ba;
}
.htlfndr-input.active {
	border-color: #23def7;
}
.htlfndr-input-error {
	border-color: #f457a1 !important;
}
.htlfndr-input-error:hover,
.htlfndr-input-error:focus {
	border-color: #f457a1 !important;
}
.htlfndr-error-text {
	color: #f457a1;
	font-size: 13px;
}
.htlfndr-sing-in-link {
	border-bottom: 1px solid #08c1da;
	color: #08c1da;
	cursor: pointer;
}
#htlfndr-radio-card {
	margin: 23px 0;
}
#htlfndr-radio-card label {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 98%;
	background-size: 98%;
	border: none;
	border-radius: 3px;
	height: 42px;
	margin-right: 26px;
	padding: 3px;
	width: 63px;
}
#htlfndr-radio-card label[for="htlfndr-visa"] {
	background-image: url("../images/icon-card-visa.png");
}
#htlfndr-radio-card label[for="htlfndr-paypal"] {
	background-image: url("../images/icon-card-paypal.png");
}
#htlfndr-radio-card label[for="htlfndr-mastercard"] {
	background-image: url("../images/icon-card-mastercard.png");
}
#htlfndr-radio-card label[for="htlfndr-amex"] {
	background-image: url("../images/icon-card-amex.png");
	margin-right: 0;
}
#htlfndr-radio-card label:hover,
#htlfndr-radio-card label.ui-state-active {
	border: 1px solid #08c1da;
}
#htlfndr-card-code {
	width: 100px;
}
.htlfndr-form-review-section hr {
	margin-bottom: 30px;
}
.htlfndr-attention {
	color: #f457a1;
	font-size: 24px;
}
#htlfndr-accept-label {
	color: #a8a7a7;
	font-size: 13px;
}
.htlfndr-long-checkbox {
	position: relative;
	margin-top: 33px;
}
.htlfndr-long-checkbox .switch-label-check {
	position: absolute;
}
.htlfndr-long-checkbox .switch-label-check + label {
	margin-left: 36px;
}
.htlfndr-rules {
	color: #08c1da;
	text-decoration: underline;
}
.htlfndr-rules:hover {
	color: #08c1da;
}
.htlfndr-warning-message {
	position: relative;
	margin: 37px 0;
	color: #f457a1;
	border-top-color: #fde7f1;
	border-right-color: #fde7f1;
	border-bottom-color: #fde7f1;
	border-left-color: #f457a1;
	border-style: solid;
	border-width: 1px 1px 1px 4px;
	padding: 11px 20px 10px;
	font-size: 13px;
	text-transform: uppercase;
}
.htlfndr-warning-message i {
	font-size: 21px;
	margin-right: 20px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.htlfndr-warning-message p {
	margin: 0 0 0 39px;
}
.htlfndr-payment-submit {
	background-color: #08c1da;
	border: none;
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 65px;
	padding: 0 25px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background-color 0.3s ease 0s;
	-moz-transition: background-color 0.3s ease 0s;
	-o-transition: background-color 0.3s ease 0s;
	transition: background-color 0.3s ease 0s;
}
.htlfndr-payment-submit:hover {
	background-color: #37e1f8;
}
/* Payment page Sidebar */
.htlfndr-widget-block {
	padding: 33px 0 20px;
	border-bottom: 1px solid #e0e0e0;
}
.htlfndr-booking-details {
	position: relative;
}
.htlfndr-booking-details h3 {
	font-size: 18px;
	margin-top: 5px;
	color: #000;
	margin-bottom: 3px;
}
.htlfndr-booking-details .htlfndr-rating-stars {
	font-size: 16px;
	margin-bottom: 7px;
}
.htlfndr-booking-details .htlfndr-location {
	color: #a8a7a7;
	font-size: 10px;
	text-transform: uppercase;
}
.htlfndr-booking-details .htlfndr-hotel-price {
	font-size: 35px;
	line-height: 48px;
	padding: 0 20px;
	right: -15px;
	bottom: 44px;
}
.htlfndr-room-cost span:first-child {
	text-transform: capitalize;
}
.htlfndr-room-cost span:last-child {
	float: right;
	color: #a8a7a7;
}
.htlfndr-bigger-font {
	font-size: 15px;
}
.htlfndr-total-price {
	color: #a8a7a7;
	margin-top: 71px;
	margin-bottom: 37px;
	text-transform: uppercase;
}
.ui-selectmenu-menu.htlfndr-selectmenu-payment-page .ui-menu .ui-menu-item {
	font-size: 13px;
}
.ui-selectmenu-menu.htlfndr-selectmenu-payment-page .ui-menu .ui-state-focus {
	background-color: #08c1da;
	color: #fff;
	text-decoration: underline;
}
.ui-selectmenu-menu.htlfndr-selectmenu-payment-page .ui-menu .ui-state-focus.ui-state-disabled {
	text-decoration: none;
}
/**
* #.# Blog page
*
*/
.blog .htlfndr-page-content {
	margin-top: 21px;
	padding-bottom: 7rem;
}
.blog .htlfndr-pagination {
	margin-top: -35px;
}
.htlfndr-entry-title {
	margin-bottom: 17px;
	color: #000;
}
.htlfndr-entry-meta span {
	white-space: nowrap;
	margin-right: 20px;
}
.htlfndr-entry-meta span:last-child {
	margin-right: 0;
}
.htlfndr-entry-meta span + span {
	border-left: 1px solid #e0e0e0;
	padding-left: 20px;
}
.htlfndr-entry-meta span {
	color: #a8a7a7;
}
.htlfndr-entry-meta a:hover {
	color: #08c1da;
	text-decoration: none;
}
.htlfndr-entry-meta .htlfndr-post-date,
.htlfndr-entry-meta .htlfndr-category-link,
.htlfndr-entry-meta .htlfndr-post-comments {
	text-transform: capitalize;
}
.htlfndr-post {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 60px;
	margin-bottom: 50px;
}
.htlfndr-post .htlfndr-entry-header {
	margin-bottom: 36px;
}
.htlfndr-post .htlfndr-entry-header a {
	color: #08c1da;
}
.htlfndr-post .htlfndr-post-thumbnail {
	display: block;
	margin-bottom: 25px;
	max-height: 375px;
	overflow: hidden;
}
.htlfndr-more-link {
	display: inline-block;
	border: 1px solid #54e5f9;
	border-radius: 3px;
	color: #08c1da;
	font-size: 16px;
	line-height: 50px;
	margin-top: 21px;
	padding: 0 25px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}
.htlfndr-more-link:hover {
	background-color: #08c1da;
	border-color: #08c1da;
	color: #fff;
}
.htlfndr-post-format-quote .htlfndr-entry-content blockquote {
	border: 1px solid #23def7;
	background: #fff;
	color: #000000;
	font-family: 'Montserrat';
	font-size: 2.4rem;
	line-height: 1.5;
	padding: 4rem 3.5rem 4.3rem 17rem;
	position: relative;
}
.htlfndr-post-format-quote .htlfndr-entry-content blockquote:before {
	position: absolute;
	left: 3.4rem;
	top: 18px;
	display: inline-block;
	height: 10.7rem;
	width: 10.7rem;
	background: #08c1da;
	border: 0.9rem solid #6de9fa;
	border-radius: 50%;
	content: '\f10e';
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 3rem;
	text-align: center;
	line-height: 9.7rem;
}
.htlfndr-post-format-quote .htlfndr-entry-content blockquote:after {
	content: none;
}
.htlfndr-post-format-video .htlfndr-iframe-wrapper {
	padding-bottom: 54%;
}
/* Blog Search */
.widget .htlfndr-blog-search-form {
	width: 100%;
}
.htlfndr-blog-search-form {
	display: block;
	position: relative;
}
.htlfndr-blog-search-form:before {
	display: block;
	position: absolute;
	top: 6px;
	right: 9px;
	font-family: 'FontAwesome';
	content: '\f002';
	color: #b8b8b8;
}
.htlfndr-blog-search-field {
	height: 33px;
	width: 100%;
	padding-left: 22px;
	padding-right: 24px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	background: #fff;
	-webkit-transition: border-color 0.3s ease 0s;
	-moz-transition: border-color 0.3s ease 0s;
	-o-transition: border-color 0.3s ease 0s;
	transition: border-color 0.3s ease 0s;
}
.htlfndr-blog-search-field:focus {
	border-color: #23def7;
}
.htlfndr-blog-search-submit {
	display: none;
}
/**
 Thanks Page
*/
.htlfndr-thanks-page {
	margin-top: 43px;
	margin-bottom: 132px;
}
.htlfndr-thanks-page h1 {
	margin-top: 0px;
	margin-bottom: 0;
	font: 110px 'Open Sans Light';
}
.htlfndr-thanks-page h3 {
	margin-top: 2px;
	margin-bottom: 58px;
	font-size: 24px;
}
.htlfndr-thanks-page .htlfndr-logo-text {
	color: #000;
	margin: 0;
	font-weight: bold;
}
.htlfndr-thanks-page h4 {
	line-height: 36px;
	margin-bottom: 86px;
	margin-top: 49px;
	max-width: 520px;
	display: inline-block;
	font-size: 18px;
}
.htlfndr-thanks-page .htlfndr-more-link {
	text-transform: capitalize;
	font: 18px/50px 'Open Sans Light';
	margin: 0 0 10px 18px;
	width: 172px;
	padding: 0;
}
/**
* #.# Blog Single Page
*
*/
.glyphicon {
	color: #23def7;
}
.htlfndr-single-title {
	margin-top: 20px;
	margin-bottom: 25px;
}
.htlfndr-single-blog-page .htlfndr-more-link {
	font-size: 14px;
	text-transform: capitalize;
	color: #e3e3e3;
	border-color: #e3e3e3;
	padding: 9px 16px;
	margin-top: 0px;
	line-height: normal;
}
.htlfndr-single-blog-page .htlfndr-prev-next-post span {
	color: #e3e3e3;
}
.htlfndr-single-blog-page .htlfndr-more-link:hover {
	color: #fff;
	border-color: #08c1da;
}
.htlfndr-single-blog-page .htlfndr-more-link:hover span {
	color: #fff;
}
.htlfndr-single-blog-page .htlfndr-entry-meta {
	margin-top: 11px;
}
.htlfndr-single-blog-page ul.glyphicon-ok {
	list-style: none;
	padding-left: 0px;
	margin-top: 9px;
	margin-bottom: 23px;
}
.htlfndr-single-blog-page ul.glyphicon-ok li {
	line-height: 20px;
	padding: 10px 0 12px 43px;
	display: block;
	position: relative;
	font-family: "Montserrat";
	color: #a8a7a7;
}
.htlfndr-single-blog-page .glyphicon-ok::before {
	font-size: 12px;
	left: 3px;
	position: absolute;
	top: 9px;
	font-family: "Glyphicons Halflings";
	color: #23def7;
}
.htlfndr-single-blog-page .htlfndr-entry-header {
	margin-bottom: 36px;
}
.htlfndr-single-blog-page .htlfndr-tags {
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	padding: 15px 20px;
	color: #c2c1c1;
	position: relative;
	margin-top: 41px;
}
.htlfndr-single-blog-page .htlfndr-tags div {
	display: inline-block;
	margin-left: 69px;
	font-style: italic;
}
.htlfndr-single-blog-page .htlfndr-tags a {
	color: #a8a7a7;
}
.htlfndr-single-blog-page .htlfndr-tags a:hover {
	color: #23def7;
	text-decoration: underline;
}
.htlfndr-single-blog-page .htlfndr-tags .glyphicon-tag {
	font-size: 16px;
	position: absolute;
	top: 21px;
	color: #3cb5cb;
}
.htlfndr-single-blog-page .htlfndr-social-share {
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	background: url("../images/share_button.jpg") no-repeat 15px center;
	margin-top: 11px;
	margin-bottom: 11px;
	padding: 11px 5px 11px 78px;
}
.htlfndr-single-blog-page .htlfndr-social-share a {
	color: #cacaca;
	background-color: #fff;
	font-size: 20px;
	padding: 0 10px;
}
.htlfndr-single-blog-page .htlfndr-social-share a:hover {
	color: #23def7;
}
.htlfndr-single-blog-page .htlfndr-prev-next-post {
	margin-bottom: 63px;
}
.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments_title .leave_comment {
	float: right;
	margin-top: 21px;
	color: #a8a7a7;
	font-size: 14px;
}
.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments_title a {
	margin-right: 19px;
	padding: 5px 6px;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
}
.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments_title h3 {
	float: left;
}
.htlfndr-single-blog-page #htlfndr-comments .comments_title:after {
	clear: both;
}
.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area {
	margin-top: 45px;
	margin-left: 3px;
}
.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-comment-author {
	background-color: #ececec;
	width: 129px;
	height: 129px;
	margin-right: 38px;
	border-radius: 100px;
	position: relative;
}
.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-comment-author img {
	border-radius: 100px;
	height: auto;
	max-width: 100%;
	border: 7px solid #e8e8e8;
}
.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-comment-list {
	list-style: none;
	padding: 0;
}
.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-comment-list .htlfndr-comment-body {
	margin-bottom: 60px;
}
.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-comment-list .htlfndr-comment-metadata {
	border-bottom: 1px solid #e8e8e8;
	margin-left: 20px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}
.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-comment-list .htlfndr-comment-metadata span {
	white-space: nowrap;
	margin-right: 20px;
	font-size: 12px;
	color: #23def7;
}
.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-comment-list .htlfndr-comment-metadata span:last-child {
	margin-right: 0;
}
.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-comment-list .htlfndr-comment-metadata span + span {
	border-left: 1px solid #e0e0e0;
	padding-left: 20px;
}
.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-comment-list .htlfndr-comment-metadata h4 {
	margin-top: 9px;
	margin-bottom: 5px;
	font-size: 18px;
}
.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-comment-list .htlfndr-comment-metadata h4 a {
	color: #000000;
}
.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-comment-list .htlfndr-comment-metadata .fa.fa-reply {
	color: #a8a7a7;
	position: absolute;
	right: 0;
}
.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-comment-list .htlfndr-comment-metadata .fa.fa-reply:hover {
	color: #23def7;
}
.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-comment-list .htlfndr-comment-content {
	color: #a8a7a7;
	margin-left: 22px;
	line-height: 24px;
}
.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-comment-list .children > li {
	padding-left: 6%;
}
.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-comment-list .children > li .htlfndr-comment-author {
	height: calc(90%);
	width: calc(90%);
}
.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-leave_comment {
	margin-top: 118px;
}
.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-leave_comment h3 {
	margin-bottom: 60px;
}
.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-leave_comment .col {
	position: relative;
}
.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-leave_comment .col .glyphicon {
	position: absolute;
	right: 25px;
	top: 15px;
	font-size: 12px;
	color: #a8a7a7;
}
.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-leave_comment .htlfndr-textarea {
	padding: 0 15px;
	width: 100%;
	margin-top: 27px;
	height: 170px;
}
.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-leave_comment .htlfndr-leave-comment-form input[type="submit"] {
	margin-bottom: 0;
}
.single .htlfndr-page-content .htlfndr-sidebar-in-right {
	margin-top: 23px;
}
/**
 Contact us Page
*/
.htlfndr-contact_map {
	height: 400px;
	position: relative;
}
.htlfndr-contact-page {
	margin-bottom: 8%;
	padding: 0 15px;
}
.htlfndr-contact-page h1 {
	margin-bottom: 17px;
	margin-top: 44px;
}
.htlfndr-contact-page form {
	margin-top: 20px;
}
.htlfndr-contact-page form input {
	margin-bottom: 24px;
}
.htlfndr-contact-page form textarea {
	height: 120px;
}
.htlfndr-contact-page form .btn-primary {
	margin-top: 50px;
	padding: 10px 25px;
}
.htlfndr-contact-page p {
	line-height: 24px;
	color: #a8a7a7;
	margin-bottom: 14px;
}
.htlfndr-contact-page .htlfndr-contact-title {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 5px;
}
.htlfndr-contact-page .htlfndr-review-form-input {
	padding: 10px 5px;
}
.htlfndr-contact-page .htlfndr-iframe-wrapper {
	padding-bottom: 35%;
}
.htlfndr-contact-page h2 {
	margin-top: 54px;
	margin-bottom: 30px;
}
.htlfndr-contact-page .border_bottom {
	border-bottom: 7px solid #23def7;
	display: inline-block;
	text-align: center;
	width: 90px;
}
.htlfndr-contact-page .row {
	margin-top: 22px;
}
/* user page */
.htlfndr-user-tabs .htlfndr-booking-page .text-right a {
	margin: -10px 15px 0 0;
	color: #000;
}
.htlfndr-user-tabs .htlfndr-booking-page .text-right a:hover {
	color: #23def7;
	text-decoration: underline;
}
body > #htlfndr-sing-in,
body > #htlfndr-sing-up,
#htlfndr-edit-card,
#htlfndr-add-card {
    z-index: 1050;
    background-color: #eddfcf;
}
#htlfndr-edit-card,
#htlfndr-sing-in,
#htlfndr-sing-up,
.htlfndr-sing-in-page,
.htlfndr-sing-up-page,
#htlfndr-add-card {
	bottom: 0;
	display: none;
	left: 0;
	outline: 0 none;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
}
#htlfndr-edit-card .htlfndr-content-card,
#htlfndr-sing-in .htlfndr-content-card,
#htlfndr-sing-up .htlfndr-content-card,
.htlfndr-sing-in-page .htlfndr-content-card,
.htlfndr-sing-up-page .htlfndr-content-card,
#htlfndr-add-card .htlfndr-content-card {
	background: #fff;
	position: relative;
	margin: 100px auto;
	width: 615px;
	padding: 7px 15px;
}
#htlfndr-edit-card .htlfndr-content-card .htlfndr-card-title,
#htlfndr-sing-in .htlfndr-content-card .htlfndr-card-title,
#htlfndr-sing-up .htlfndr-content-card .htlfndr-card-title,
.htlfndr-sing-in-page .htlfndr-content-card .htlfndr-card-title,
.htlfndr-sing-up-page .htlfndr-content-card .htlfndr-card-title,
#htlfndr-add-card .htlfndr-content-card .htlfndr-card-title {
	border-bottom: 1px solid #ececec;
}
#htlfndr-edit-card .htlfndr-content-card .htlfndr-card-title span,
#htlfndr-sing-in .htlfndr-content-card .htlfndr-card-title span,
#htlfndr-sing-up .htlfndr-content-card .htlfndr-card-title span,
.htlfndr-sing-in-page .htlfndr-content-card .htlfndr-card-title span,
.htlfndr-sing-up-page .htlfndr-content-card .htlfndr-card-title span,
#htlfndr-add-card .htlfndr-content-card .htlfndr-card-title span {
	top: 26px;
	position: relative;
	font-size: 18px;
	padding-left: 12px;
	color: #999898;
}
#htlfndr-edit-card .htlfndr-content-card .htlfndr-card-title h2,
#htlfndr-sing-in .htlfndr-content-card .htlfndr-card-title h2,
#htlfndr-sing-up .htlfndr-content-card .htlfndr-card-title h2,
.htlfndr-sing-in-page .htlfndr-content-card .htlfndr-card-title h2,
.htlfndr-sing-up-page .htlfndr-content-card .htlfndr-card-title h2,
#htlfndr-add-card .htlfndr-content-card .htlfndr-card-title h2 {
	margin-left: 38px;
	margin-bottom: 12px;
	text-transform: capitalize;
	font-size: 30px;
}
#htlfndr-edit-card .htlfndr-content-card h4,
#htlfndr-sing-in .htlfndr-content-card h4,
#htlfndr-sing-up .htlfndr-content-card h4,
.htlfndr-sing-in-page .htlfndr-content-card h4,
.htlfndr-sing-up-page .htlfndr-content-card h4,
#htlfndr-add-card .htlfndr-content-card h4 {
	margin-bottom: 6px;
	text-transform: capitalize;
	font-size: 18px;
}
#htlfndr-edit-card .htlfndr-content-card form,
#htlfndr-sing-in .htlfndr-content-card form,
#htlfndr-sing-up .htlfndr-content-card form,
.htlfndr-sing-in-page .htlfndr-content-card form,
.htlfndr-sing-up-page .htlfndr-content-card form,
#htlfndr-add-card .htlfndr-content-card form {
	padding: 28px 38px;
}
#htlfndr-edit-card .htlfndr-content-card form input,
#htlfndr-sing-in .htlfndr-content-card form input,
#htlfndr-sing-up .htlfndr-content-card form input,
.htlfndr-sing-in-page .htlfndr-content-card form input,
.htlfndr-sing-up-page .htlfndr-content-card form input,
#htlfndr-add-card .htlfndr-content-card form input {
	border-radius: 10px;
	padding-left: 14px;
	color: #cccccc;
}
#htlfndr-edit-card .htlfndr-content-card form input[type="submit"],
#htlfndr-sing-in .htlfndr-content-card form input[type="submit"],
#htlfndr-sing-up .htlfndr-content-card form input[type="submit"],
.htlfndr-sing-in-page .htlfndr-content-card form input[type="submit"],
.htlfndr-sing-up-page .htlfndr-content-card form input[type="submit"],
#htlfndr-add-card .htlfndr-content-card form input[type="submit"] {
	margin-top: 56px;
	padding: 16px 36px;
	background: #d3d3d3;
	color: #fff;
	font-size: 24px;
	font-family: 'Montserrat Bold';
	margin-bottom: 13px;
	border: 0;
}
#htlfndr-edit-card .htlfndr-content-card form input[type="submit"]:hover,
#htlfndr-sing-in .htlfndr-content-card form input[type="submit"]:hover,
#htlfndr-sing-up .htlfndr-content-card form input[type="submit"]:hover,
.htlfndr-sing-in-page .htlfndr-content-card form input[type="submit"]:hover,
.htlfndr-sing-up-page .htlfndr-content-card form input[type="submit"]:hover,
#htlfndr-add-card .htlfndr-content-card form input[type="submit"]:hover {
	background: #23def7;
}
#htlfndr-edit-card .htlfndr-content-card .glyphicon-remove,
#htlfndr-sing-in .htlfndr-content-card .glyphicon-remove,
#htlfndr-sing-up .htlfndr-content-card .glyphicon-remove,
.htlfndr-sing-in-page .htlfndr-content-card .glyphicon-remove,
.htlfndr-sing-up-page .htlfndr-content-card .glyphicon-remove,
#htlfndr-add-card .htlfndr-content-card .glyphicon-remove {
	border: 1px solid #ececec;
	border-radius: 50px;
	color: #c4c4c4;
	margin: 9px 9px 7px 0px;
	padding: 5px 5px 5px 6px;
	font-size: 10px;
	cursor: pointer;
}
#htlfndr-edit-card .htlfndr-content-card .glyphicon-remove:hover,
#htlfndr-sing-in .htlfndr-content-card .glyphicon-remove:hover,
#htlfndr-sing-up .htlfndr-content-card .glyphicon-remove:hover,
.htlfndr-sing-in-page .htlfndr-content-card .glyphicon-remove:hover,
.htlfndr-sing-up-page .htlfndr-content-card .glyphicon-remove:hover,
#htlfndr-add-card .htlfndr-content-card .glyphicon-remove:hover {
	background: #23def7;
	color: #fff;
	border-color: #23def7;
}
#htlfndr-edit-card .htlfndr-content-card .htlfndr-info-card,
#htlfndr-sing-in .htlfndr-content-card .htlfndr-info-card,
#htlfndr-sing-up .htlfndr-content-card .htlfndr-info-card,
.htlfndr-sing-in-page .htlfndr-content-card .htlfndr-info-card,
.htlfndr-sing-up-page .htlfndr-content-card .htlfndr-info-card,
#htlfndr-add-card .htlfndr-content-card .htlfndr-info-card {
	margin-top: 15px;
}
#htlfndr-edit-card .htlfndr-content-card .htlfndr-info-card .htlfndr-card-name,
#htlfndr-sing-in .htlfndr-content-card .htlfndr-info-card .htlfndr-card-name,
#htlfndr-sing-up .htlfndr-content-card .htlfndr-info-card .htlfndr-card-name,
.htlfndr-sing-in-page .htlfndr-content-card .htlfndr-info-card .htlfndr-card-name,
.htlfndr-sing-up-page .htlfndr-content-card .htlfndr-info-card .htlfndr-card-name,
#htlfndr-add-card .htlfndr-content-card .htlfndr-info-card .htlfndr-card-name {
	padding-right: 21px;
}
#htlfndr-edit-card .htlfndr-content-card .htlfndr-info-card .htlfndr-card-valid,
#htlfndr-sing-in .htlfndr-content-card .htlfndr-info-card .htlfndr-card-valid,
#htlfndr-sing-up .htlfndr-content-card .htlfndr-info-card .htlfndr-card-valid,
.htlfndr-sing-in-page .htlfndr-content-card .htlfndr-info-card .htlfndr-card-valid,
.htlfndr-sing-up-page .htlfndr-content-card .htlfndr-info-card .htlfndr-card-valid,
#htlfndr-add-card .htlfndr-content-card .htlfndr-info-card .htlfndr-card-valid {
	padding-left: 6px;
}
.htlfndr-sing-in-page,
.htlfndr-sing-up-page {
	display: block;
	position: relative;
}
.htlfndr-sing-in-page .htlfndr-content-card,
.htlfndr-sing-up-page .htlfndr-content-card {
	border: 1px solid #ececec;
}
#htlfndr-sing-in .htlfndr-content-card,
#htlfndr-sing-up .htlfndr-content-card,
.htlfndr-sing-in-page .htlfndr-content-card,
.htlfndr-sing-up-page .htlfndr-content-card {
	padding: 4px 15px 17px;
}
#htlfndr-sing-in .htlfndr-content-card .htlfndr-card-title h2,
#htlfndr-sing-up .htlfndr-content-card .htlfndr-card-title h2,
.htlfndr-sing-in-page .htlfndr-content-card .htlfndr-card-title h2,
.htlfndr-sing-up-page .htlfndr-content-card .htlfndr-card-title h2 {
	margin-bottom: 9px;
}
#htlfndr-sing-in .htlfndr-content-card form,
#htlfndr-sing-up .htlfndr-content-card form,
.htlfndr-sing-in-page .htlfndr-content-card form,
.htlfndr-sing-up-page .htlfndr-content-card form {
	padding: 9px 38px;
}
#htlfndr-sing-in .htlfndr-content-card form input[type="submit"],
#htlfndr-sing-up .htlfndr-content-card form input[type="submit"],
.htlfndr-sing-in-page .htlfndr-content-card form input[type="submit"],
.htlfndr-sing-up-page .htlfndr-content-card form input[type="submit"] {
	margin-top: 37px;
	padding: 16px 50px;
	margin-right: -4px;
}
#htlfndr-sing-in .htlfndr-content-card form .clearfix > span,
#htlfndr-sing-up .htlfndr-content-card form .clearfix > span,
.htlfndr-sing-in-page .htlfndr-content-card form .clearfix > span,
.htlfndr-sing-up-page .htlfndr-content-card form .clearfix > span {
	position: relative;
	top: 88px;
	left: 7px;
	font-size: 12px;
	letter-spacing: 0.5px;
}
#htlfndr-sing-in .htlfndr-content-card form .clearfix a,
#htlfndr-sing-up .htlfndr-content-card form .clearfix a,
.htlfndr-sing-in-page .htlfndr-content-card form .clearfix a,
.htlfndr-sing-up-page .htlfndr-content-card form .clearfix a {
	margin-left: 8px;
	text-decoration: underline;
	color: #23def7;
}
#htlfndr-sing-in .htlfndr-content-card h4,
#htlfndr-sing-up .htlfndr-content-card h4,
.htlfndr-sing-in-page .htlfndr-content-card h4,
.htlfndr-sing-up-page .htlfndr-content-card h4 {
	margin-top: 15px;
}
#htlfndr-sing-up .htlfndr-content-card,
.htlfndr-sing-up-page .htlfndr-content-card {
	padding: 4px 15px 0px;
}
#htlfndr-sing-up .htlfndr-content-card form,
.htlfndr-sing-up-page .htlfndr-content-card form {
	padding: 18px 38px 27px;
}
#htlfndr-sing-up .htlfndr-content-card form input[type="submit"],
.htlfndr-sing-up-page .htlfndr-content-card form input[type="submit"] {
	margin-top: 43px;
	padding: 16px 46px;
	margin-right: -4px;
}
.htlfndr-edit-page #htlfndr-edit-card,
.htlfndr-edit-page #htlfndr-sing-in,
.htlfndr-edit-page #htlfndr-sing-up,
.htlfndr-edit-page #htlfndr-add-card {
	bottom: 0;
	display: block;
	position: relative;
}
.htlfndr-edit-page #htlfndr-edit-card .htlfndr-content-card,
.htlfndr-edit-page #htlfndr-sing-in .htlfndr-content-card,
.htlfndr-edit-page #htlfndr-sing-up .htlfndr-content-card,
.htlfndr-edit-page #htlfndr-add-card .htlfndr-content-card {
	border: 1px solid #ececec;
	margin: 30px auto 50px;
}
.htlfndr-credit-card {
	width: 270px;
	height: 175px;
	border-radius: 3px;
	border: 1px solid #ececec;
	padding: 0 13px 0 25px;
	font: 12px "Open Sans";
	color: #a8a7a7;
	float: left;
	margin: 0 30px 30px 0;
}
.htlfndr-credit-card .htlfndr-but_edit {
	position: relative;
	top: -1px;
	right: -3px;
}
.htlfndr-credit-card .htlfndr-but_edit a {
	border: 1px solid #ececec;
	border-radius: 50px;
	color: #c4c4c4;
	margin: 6px 0px 6px 5px;
	padding: 5px 5px 5px 6px;
	font-size: 12px;
	cursor: pointer;
}
.htlfndr-credit-card .htlfndr-but_edit a:hover {
	background: #23def7;
	color: #fff;
	border-color: #23def7;
}
.htlfndr-credit-card .htlfndr-number-card {
	font-size: 18px;
	margin-top: 2px;
	color: #000;
}
.htlfndr-credit-card .htlfndr-valid-card {
	margin: 6px 0 22px 0;
}
.htlfndr-credit-card .htlfndr-valid-card span {
	font-size: 14px;
	color: #000;
}
.htlfndr-credit-card .htlfndr-person-card .htlfndr-person-name {
	color: #23def7;
	font: 18px/42px 'Open Sans Bold';
	text-transform: uppercase;
}
.htlfndr-credit-card .htlfndr-edit-card {
	font: 14px "open Sans Bold";
	color: #23def7;
	text-transform: uppercase;
	padding-top: 64px;
	text-align: center;
}
.htlfndr-credit-card .htlfndr-edit-card a {
	background: #23def7;
	border: 1px solid ;
	border-radius: 100px;
	color: #fff;
	font-size: 20px;
	padding: 6px 6px 6px 7px;
	margin-right: 17px;
	margin-left: 0;
	cursor: pointer;
	position: relative;
	top: 5px;
}
.htlfndr-credit-card .htlfndr-add-card a {
	color: #23def7;
	font-family: 'Open Sans Bold';
	font-size: 18px;
	left: 23px;
	position: relative;
	text-transform: uppercase;
	top: 65px;
}
.htlfndr-credit-card .htlfndr-add-card a span {
	background: #23def7;
	border-radius: 16px;
	color: #fff;
	padding: 7px;
}
.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-post {
	position: relative;
	margin-bottom: 23px;
}
.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-post:hover .htlfndr-special {
	border-color: #08c1da;
}
.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-post a.htlfndr-select-hotel-button {
	color: #08c1da;
}
.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-post a.htlfndr-select-hotel-button:hover {
	color: #fff;
}
.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-post .glyphicon-remove {
	border: 1px solid #ececec;
	border-radius: 50px;
	color: #c4c4c4;
	cursor: pointer;
	font-size: 12px;
	margin: 6px 0 6px 5px;
	padding: 5px 5px 5px 6px;
	position: absolute;
	right: -9px;
	top: -17px;
	z-index: 99;
	background: #fff;
}
.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-post .glyphicon-remove:hover {
	border-color: #08c1da;
	color: #08c1da;
}
.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-post img {
	max-width: 300px;
}
.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-post .htlfndr-special {
	top: -11px;
	right: 21px;
	border: 1px solid #cccccc;
	padding: 2px 5px 0px 7px;
	letter-spacing: 0.5px;
	width: auto;
	z-index: 999;
}
.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-thumbnail {
	position: relative;
	width: auto;
	z-index: 9;
	margin-right: 17px;
}
.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-description {
	border-top: none;
	margin-top: 17px;
	min-height: 0px;
}
.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-description .htlfndr-star-color {
	margin-right: -4px;
}
.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-description .htlfndr-hotel-reviews {
	display: inline;
	margin-left: 10px;
}
.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-description .htlfndr-hotel-location a {
	color: #a8a7a7;
}
.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-description .htlfndr-last-booking {
	display: block;
	margin-top: 15px;
}
.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-description .htlfndr-description-content h2 {
	margin-top: 8px;
	letter-spacing: 0.5px;
	margin-bottom: 0;
}
.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-description .htlfndr-hotel-price {
	top: 14px;
	font-size: 40px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 3px;
	right: -16px;
	z-index: 99;
}
.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-description .htlfndr-from,
.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-description .htlfndr-per-night {
	position: absolute;
	top: -4px;
	right: 94px;
	font-size: 12px;
	display: block;
}
.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-description .htlfndr-per-night {
	top: 67px;
	right: 23px;
	font-size: 14px;
}
.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-select-hotel-button {
	right: 17px;
	bottom: 1px;
}
.htlfndr-load_more {
	right: 0px;
	top: -12px;
	position: relative;
	font-size: 14px;
}
.htlfndr-load_more a {
	text-transform: uppercase;
	color: #23def7 !important;
}
.htlfndr-setting {
	padding-left: 13px;
	padding-top: 2px;
}
.htlfndr-setting h2 {
	margin-top: 0;
	margin-bottom: 45px;
}
.htlfndr-setting .htlfndr-form-setting {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 21px;
	margin-bottom: 46px;
}
.htlfndr-setting .htlfndr-form-setting label {
	margin-bottom: 9px;
}
.htlfndr-setting .htlfndr-form-setting p,
.htlfndr-setting .htlfndr-change-setting p {
	margin-bottom: 5px;
}
.htlfndr-setting .htlfndr-form-setting p label,
.htlfndr-setting .htlfndr-change-setting p label {
	font-weight: normal;
}
.htlfndr-setting .htlfndr-form-setting input,
.htlfndr-setting .htlfndr-change-setting input {
	max-width: 371px;
	padding-left: 15px;
	padding-top: 7px;
	margin-bottom: 25px;
}
.htlfndr-setting .htlfndr-form-setting .htlfndr-form-setting-cols,
.htlfndr-setting .htlfndr-change-setting .htlfndr-form-setting-cols {
	padding: 0;
	margin-left: 15px;
	margin-right: 15px;
}
.htlfndr-setting .htlfndr-form-setting label,
.htlfndr-setting .htlfndr-change-setting label {
	font-size: 15px;
}
.htlfndr-setting .htlfndr-form-setting input[type="submit"],
.htlfndr-setting .htlfndr-change-setting input[type="submit"] {
	font-size: 16px;
	padding: 9px 22px;
	border-radius: 0;
}
/* Elements Page*/
.htlfndr-elements-page {
	padding-top: 21px;
}
.htlfndr-elements-page .htlfndr-elements-title {
	margin-bottom: 50px;
}
.htlfndr-elements-page .htlfndr-elements-title h5 {
	text-transform: uppercase;
}
.htlfndr-elements-page .htlfndr-elements-title h2 {
	margin-top: 16px;
	padding-bottom: 10px;
}
.htlfndr-elements-page .htlfndr-elements-title:first-child {
	border-bottom: 1px solid #ececec;
	margin-bottom: 63px;
}
.htlfndr-elements-page .htlfndr-elements-title:first-child h2 {
	padding-bottom: 19px;
}
.htlfndr-elements-page .htlfndr-elements-content {
	border-bottom: 1px solid #ececec;
	margin-bottom: 34px;
	padding-bottom: 59px;
}
.htlfndr-elements-page .htlfndr-elements-content h3 b {
	color: #08c1da;
	text-transform: uppercase;
	margin-bottom: 23px;
}
.htlfndr-elements-page .htlfndr-elements-content h1 {
	margin-top: 31px;
}
.htlfndr-elements-page .htlfndr-elements-content h2 {
	margin-top: 14px;
	margin-bottom: 10px;
}
.htlfndr-elements-page .htlfndr-elements-content h3 {
	margin-top: 14px;
	margin-bottom: 17px;
}
.htlfndr-elements-page .htlfndr-elements-content h4 {
	margin-top: 10px;
	margin-bottom: 19px;
}
.htlfndr-elements-page .htlfndr-elements-content h5 {
	margin-bottom: 23px;
}
.htlfndr-elements-page .htlfndr-elements-content h6 {
	letter-spacing: 1.16px;
}
.htlfndr-elements-page p {
	
	line-height: 25px;
	margin-bottom: 20px;
}
.htlfndr-elements-page p.lead {
	line-height: 32px;
	
}
.htlfndr-elements-page p.small {
	line-height: 22px;
}
.htlfndr-elements-page .btn-primary,
.htlfndr-elements-page .btn-default,
.htlfndr-elements-page .btn-success,
.htlfndr-elements-page .btn-info,
.htlfndr-elements-page .btn-warning,
.htlfndr-elements-page .btn-danger {
	text-transform: none;
}
.htlfndr-elements-page #htlfndr-inputs .row input {
	margin-bottom: 42px;
}
.htlfndr-elements-page #htlfndr-inputs .htlfndr-clear-datepicker {
	right: 14px;
	top: 42px;
}
.htlfndr-elements-page #htlfndr-inputs #htlfndr-input-date-cal {
	width: 243px;
	display: inline-block;
	margin-right: 25px;
	float: left;
}
.htlfndr-elements-page #htlfndr-inputs #htlfndr-input-date-cal::before {
	left: 14px;
	top: 45px;
}
.htlfndr-elements-page #htlfndr-inputs input::-webkit-input-placeholder {
	color: #ccc;
	opacity: 1;
}
.htlfndr-elements-page #htlfndr-inputs input:-moz-placeholder {
	color: #ccc; /* Firefox 18- */
	opacity: 1;
}
.htlfndr-elements-page #htlfndr-inputs input::-moz-placeholder {
	color: #ccc; /* Firefox 19+ */
	opacity: 1;
}
.htlfndr-elements-page #htlfndr-inputs input:-ms-input-placeholder {
	color: #ccc;
	opacity: 1;
}
.htlfndr-elements-page .htlfndr-check-radios input[type="checkbox"]:checked + span::after {
	top: -4px;
}
.htlfndr-elements-page .htlfndr-check-radios .htlfndr-check-radios label {
	font-size: 14px;
}
.htlfndr-elements-page .htlfndr-check-radios .htlfndr-check-radios p {
	margin-bottom: 6px;
}
.htlfndr-elements-page #htlfndr-price-slider {
	position: relative;
	margin-top: 4px;
}
.htlfndr-elements-page #htlfndr-price-slider .price_min,
.htlfndr-elements-page #htlfndr-price-slider .price_max {
	position: absolute;
	top: 13px;
	font-size: 15px;
}
.htlfndr-elements-page #htlfndr-price-show {
	display: none;
}
.htlfndr-elements-page .htlfndr-price-range {
	color: #a8a7a7;
}
.htlfndr-elements-page .htlfndr-check-radios .htlfndr-top-label {
	position: relative;
	top: -3px;
}
.htlfndr-elements-page .htlfndr-fa-icons {
	margin-bottom: 10px;
	color: #666;
	padding: 0;
	font: 14px/25px 'helvetica';
	font-weight: normal;
	position: relative;
	padding-left: 34px;
}
.htlfndr-elements-page .htlfndr-fa-icons i {
	margin-right: 19px;
	position: absolute;
	top: 6px;
	left: 0;
}
.htlfndr-elements-page .htlfndr-icon-list {
	padding-left: 15px;
}
.htlfndr-elements-page #htlfndr-icons {
	border-bottom: 0;
}
.htlfndr-menu_elements {
	border-bottom: 1px solid #ececec;
	margin-bottom: 70px;
}
    .htlfndr-menu_elements .htlfndr-elements-tab {
        border: 1px solid #ececec;
        padding: 15px 10px;
        border-bottom: none;
        cursor: pointer;
        font-size: 18px;
    }
.htlfndr-menu_elements .htlfndr-elements-tab a {
	color: #000;
	display: block;
	width: 100%;
}
.htlfndr-menu_elements .htlfndr-elements-tab i {
	margin-left: 30px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-left-width: 6px;
	color: #08c1da;
	transform: rotate(180deg);
}
.htlfndr-menu_elements .htlfndr-elements-tab.collapsed i {
	transform: rotate(0deg);
}
.htlfndr-menu_elements ul {
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	list-style: outside none none;
	margin: 0;
	padding-left: 41px;
	position: relative;
	top: -3px;
}
.htlfndr-menu_elements ul li {
	padding: 0px 17px 10px;
}
.htlfndr-menu_elements ul li a {
	color: #a8a7a7;
	font-size: 16px;
	text-transform: capitalize;
}
.htlfndr-menu_elements ul li a:hover {
	color: #08c1da;
}
/*
About-us Page
*/
.htlfndr-about-us .h5 {
	margin-top: 33px;
}
.htlfndr-about-us h1 {
	margin-top: 27px;
	margin-bottom: 32px;
}
.htlfndr-about-us .htlfndr-text {
	line-height: 16px;
	text-align: center;
}
.htlfndr-about-us i {
	color: #08c1da;
}
.htlfndr-about-us p {
	color: #a8a7a7;
}
.htlfndr-about-us .htlfndr-creative-team {
	margin-top: 73px;
	background: #f6f6f6;
	padding-bottom: 89px;
	border-bottom: 1px solid #ececec;
}
.htlfndr-about-us .htlfndr-creative-team h1 {
	background: #f6f6f6;
	display: table;
	margin: 17px auto 10px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	z-index: 99999;
}
.htlfndr-about-us .htlfndr-creative-team hr {
	position: relative;
	z-index: 0;
	top: -43px;
}
.htlfndr-about-us .htlfndr-creative-team .htlfndr-video-block {
	min-height: 160px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}
.htlfndr-about-us .htlfndr-creative-team .htlfndr-video-block img {
	width: 100%;
	height: auto;
	position: absolute;
	top: -40%;
	left: 0;
	min-height: 100%;
}
.htlfndr-about-us .htlfndr-creative-team .htlfndr-video-block .htlfndr-video-title {
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding-top: 38px;
	padding-bottom: 4.5%;
	background: rgba(0, 0, 0, 0.6);
}
.htlfndr-about-us .htlfndr-creative-team .htlfndr-video-block .htlfndr-video-title p {
	color: #fff;
	opacity: 0.8;
	text-shadow: 0 0 21px #000000;
	font-size: 15px;
}
.htlfndr-about-us .htlfndr-creative-team .htlfndr-video-block .htlfndr-video-title .htlfndr-title-first {
	font-size: 4em;
	margin-bottom: 2px;
}
.htlfndr-about-us .htlfndr-creative-team .htlfndr-video-block .htlfndr-button-play {
	background: rgba(0, 0, 0, 0) url("../images/btn-play.png") no-repeat scroll center top;
	display: block;
	height: 183px;
	margin: 0 auto;
	width: 183px;
	cursor: pointer;
}
.htlfndr-about-us .htlfndr-creative-team .row {
	margin: 58px auto 0;
}
.htlfndr-about-us .htlfndr-creative-team .row .col-md-3 {
	padding-left: 7px;
	padding-right: 7px;
}
.htlfndr-about-us .htlfndr-creative-team .row .col-md-3 .htlfndr-user-person-navigation {
	padding-bottom: 19px;
	background: #fff;
	margin-bottom: 20px;
}
.htlfndr-about-us .htlfndr-creative-team .row .col-md-3 .htlfndr-user-person-navigation .htlfndr-user-avatar {
	margin-top: 20px;
}
.htlfndr-about-us .htlfndr-creative-team .row .col-md-3 .htlfndr-user-person-navigation h3 {
	margin-top: 14px;
	margin-bottom: 7px;
}
.htlfndr-about-us .htlfndr-creative-team .row .col-md-3 .htlfndr-user-person-navigation h6 {
	margin-bottom: 20px;
}
.htlfndr-about-us .htlfndr-creative-team .row .col-md-3 .htlfndr-user-person-navigation p {
	color: #a8a7a7;
	line-height: 26px;
	padding: 0 25px;
}
.htlfndr-about-us .htlfndr-contact {
	margin-bottom: 93px;
}
.htlfndr-about-us .htlfndr-contact h1 {
	margin-bottom: 8px;
	margin-top: 59px;
}
.htlfndr-about-us .htlfndr-contact .htlfndr-slogan {
	margin-bottom: 22px;
}
.htlfndr-about-us .htlfndr-contact .btn-default {
	font-size: 24px;
	padding: 13px 50px;
	top: 18px;
	position: relative;
}
.htlfndr-about-us .htlfndr-contact .btn-default:hover {
	text-decoration: none;
}
/* Archive widget */
.htlfndr-widget-archive ul,
.htlfndr-widget-category ul {
	margin-top: 23px;
	padding-left: 0;
}
.htlfndr-widget-archive ul li,
.htlfndr-widget-category ul li {
	list-style: none;
	padding-bottom: 1.8rem;
	color: #a8a7a7;
	font-size: 15px;
	text-transform: capitalize;
}
.htlfndr-widget-archive ul li a,
.htlfndr-widget-category ul li a {
	color: #a8a7a7;
}
.htlfndr-widget-archive ul li:before,
.htlfndr-widget-category ul li:before {
	display: inline-block;
	margin-right: 22px;
	content: '\f105';
	font-family: 'FontAwesome';
}
.htlfndr-widget-archive ul li:hover a,
.htlfndr-widget-category ul li:hover a,
.htlfndr-widget-archive ul li:hover:before,
.htlfndr-widget-category ul li:hover:before {
	color: #08c1da;
}
/* Twitter widget */
.htlfndr-recent-tweets {
	padding-left: 0;
	font-size: 15px;
}
.htlfndr-recent-tweets a,
.htlfndr-recent-tweets a:hover {
	color: #08c1da;
}
.htlfndr-recent-tweets .hashtag {
	color: #b8b8b8 !important;
}
.htlfndr-recent-tweets li {
	position: relative;
	list-style: none;
	padding-left: 30px;
	padding-top: 20px;
}
.htlfndr-recent-tweets li:before {
	position: absolute;
	left: 0;
	display: inline-block;
	font-family: 'FontAwesome';
	content: '\f099';
	color: #08c1da;
	font-size: 16px;
}
.htlfndr-recent-tweets li + li {
	border-top: 1px solid #e0e0e0;
}
.htlfndr-twitter-time {
	margin-top: 39px;
	margin-bottom: 25px;
	font-size: 10px;
	text-transform: uppercase;
}
.htlfndr-twitter-time a,
.htlfndr-twitter-time a:hover {
	color: #b8b8b8;
}
.twitter-timeline {
	color: #08c1da;
}
/**
* #.# Personal Info Page
*
*/
.htlfndr-user-page .htlfndr-blue-hover-nav .container {
	position: relative;
}
.htlfndr-user-page main {
	padding-top: 4.4rem;
	padding-bottom: 7.8rem;
}
.htlfndr-user-person-navigation-wrapper {
	margin-bottom: 5rem;
}
.htlfndr-user-avatar {
	display: block;
	border-radius: 50%;
	overflow: hidden;
}
.htlfndr-user-avatar img {
	height: auto;
	width: 100%;
}
.htlfndr-user-signed-in {
	display: inline-block;
	position: absolute;
	color: #fff;
}
.htlfndr-user-signed-in .htlfndr-user-avatar {
	display: inline-block;
	height: 36px;
	width: 36px;
	vertical-align: middle;
}
.htlfndr-user-signed-in .htlfndr-user-greeting {
	display: inline-block;
	margin-left: 18px;
	font-size: 14px;
}
.htlfndr-user-person-navigation {
	border: 1px solid #e0e0e0;
	border-radius: 3px;
}
.htlfndr-user-person-navigation .htlfndr-user-avatar {
	height: 130px;
	width: 130px;
	margin: 35px auto 0;
	border: 7px solid #e0e0e0;
}
.htlfndr-user-person-navigation .htlfndr-user-avatar img {
	width: 108%;
}
.htlfndr-user-name {
	text-align: center;
	text-transform: capitalize;
	margin-top: 12px;
	font-size: 24px;
}
.htlfndr-user-membership {
	margin-bottom: 32px;
	color: #08c1da;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}
/* User navigation Tabs */
.htlfndr-user-tabs {
	border: none;
}
.htlfndr-user-tabs.ui-tabs .ui-tabs-nav {
	padding: 0;
	width: 100%;
}
.htlfndr-user-tabs.ui-tabs .ui-tabs-nav .ui-tabs-active {
	padding: 0;
}
.htlfndr-user-tabs.ui-tabs .ui-tabs-nav .ui-state-default {
	border-top-color: #e0e0e0;
	border-right: none;
	border-left: none;
	clear: left;
	margin: 0;
	width: 100%;
	-webkit-transition: border-color 0.3s ease 0s;
	-moz-transition: border-color 0.3s ease 0s;
	-o-transition: border-color 0.3s ease 0s;
	transition: border-color 0.3s ease 0s;
}
.htlfndr-user-tabs.ui-tabs .ui-tabs-nav .ui-state-default i {
	margin-right: 15px;
}
.htlfndr-user-tabs.ui-tabs .ui-tabs-nav .ui-state-default a {
	display: block;
	float: none;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #fff;
	color: #000000;
	line-height: 51px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.htlfndr-user-tabs.ui-tabs .ui-tabs-nav .ui-state-default.ui-state-hover,
.htlfndr-user-tabs.ui-tabs .ui-tabs-nav .ui-state-default.ui-state-active {
	border-top-color: #08c1da;
}
.htlfndr-user-tabs.ui-tabs .ui-tabs-nav .ui-state-default.ui-state-hover + li,
.htlfndr-user-tabs.ui-tabs .ui-tabs-nav .ui-state-default.ui-state-active + li {
	border-top-color: #08c1da;
}
.htlfndr-user-tabs.ui-tabs .ui-tabs-nav .ui-state-default.ui-state-hover a,
.htlfndr-user-tabs.ui-tabs .ui-tabs-nav .ui-state-default.ui-state-active a {
	background-color: #08c1da;
	color: #fff;
}
.htlfndr-user-tabs.ui-tabs .ui-tabs-panel {
	padding: 0;
}
.htlfndr-counter-block {
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	margin-bottom: 3rem;
}
.htlfndr-icon-holder {
	width: 93px;
	height: 93px;
	margin: 30px auto;
	border: 8px solid #beeef5;
	border-radius: 50%;
	color: #07b4cb;
	font-size: 45px;
	text-align: center;
}
.htlfndr-icon-holder i {
	line-height: 77px;
}
.htlfndr-counter-numbers {
	margin-bottom: 14px;
	padding-top: 16px;
	border-top: 1px solid #e0e0e0;
	text-align: center;
}
.htlfndr-counter-numbers dt {
	font-size: 36px;
	font-weight: normal;
	line-height: 1;
	color: #08c1da;
}
.htlfndr-counter-numbers dd {
	margin-top: 7px;
	font-size: 14px;
	line-height: 1;
	color: #a8a7a7;
	text-transform: uppercase;
}
.htlfndr-personal-info-table {
	margin-top: 1.4rem;
}
.htlfndr-personal-info-table th {
	padding-right: 7rem;
	font-weight: bold;
}
.htlfndr-user-booking-table {
	width: 100%;
	border: 1px solid #e0e0e0;
}
.htlfndr-user-booking-table th,
.htlfndr-user-booking-table td {
	border: 1px solid #e0e0e0;
	padding: 16px 10px 17px 20px;
}
.htlfndr-user-booking-table th {
	color: #08c1da;
	font-size: 15px;
	line-height: 1.6;
}
.htlfndr-user-booking-table td {
	font: 14px/1.3 'Open Sans', sans-serif;
	color: #a8a7a7;
	text-transform: capitalize;
}
ul.glyphicon-ok::before {
	content: "";
}
/* Pixelperfect */
.htlfndr-categories-portfolio .htlfndr-section-title {
	margin-bottom: 2.9rem;
}
.htlfndr-visitors-cards .htlfndr-section-title {
	margin-top: 7.1rem;
}
.htlfndr-category-box img {
	width: 103% !important;
}
/**
* #.# Media queries
*
*/
@media (max-width: 1199px) {
	#htlfndr-hotel-description-tabs .r-tabs-anchor {
		font-size: 12px;
	}
	.htlfndr-available-room {
		display: block;
		width: 100%;
	}
	.htlfndr-available-room .htlfndr-post-title {
		font-size: 3rem;
		margin-bottom: 15%;
	}
	.htlfndr-available-room .htlfndr-hotel-info p {
		font-size: 2rem;
		margin-bottom: 10%;
	}
	.htlfndr-available-room .htlfndr-hotel-info .htlfndr-cost-normal {
		font-size: 4rem;
	}
	.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-post {
		margin: 20px 15px;
	}
	.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-thumbnail {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-thumbnail img {
		max-width: 100%;
	}
	.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-description .htlfndr-hotel-price {
		bottom: 109px;
		font-size: 30px;
		padding-left: 10px;
		padding-right: 0;
		top: auto;
		width: 110px;
	}
	.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-description .htlfndr-from,
	.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-description .htlfndr-per-night,
	.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-description .cost {
		display: none;
	}
	.htlfndr-wishlist-page .htlfndr-search-result.htlfndr-grid-view .htlfndr-select-hotel-button {
		left: 15px;
		position: relative;
	}
	.htlfndr-404-content .htlfndr-404-title {
		width: 80%;
	}
}
@media (max-width: 991px) {
	html {
		font-size: 8px !important;
	}
	.htlfndr-search-result .htlfndr-hotel-post h2 {
		font-size: 24px;
	}
	.htlfndr-form-in-slider .switch-label-check {
		margin-right: 1.2rem;
	}
	.htlfndr-follow-button {
		height: 7rem;
		width: 7rem;
	}
	.htlfndr-follow-button:before,
	.htlfndr-follow-button:after {
		line-height: 7rem;
	}
	.htlfndr-category-box .subcategory-name {
		margin-top: 15%;
		margin-bottom: 11px;
	}
	.htlfndr-progress .htlfndr-active-step .htlfndr-step-number {
		border-width: 6px;
		height: 40px;
		padding: 4px;
		width: 40px;
	}
	.htlfndr-view {
		display: none;
	}
	.htlfndr-hotel-single-content {
		margin-bottom: 8rem;
	}
	.htlfndr-description-table table {
		width: 100%;
	}
	.htlfndr-description-table table th,
	.htlfndr-description-table table td {
		width: 50%;
	}
	.htlfndr-hotel-visit-card .htlfndr-from {
		padding-right: 10px;
	}
	.htlfndr-hotel-visit-card .htlfndr-hotel-location {
		margin-bottom: 20px;
	}
	.htlfndr-hotel-visit-card .htlfndr-hotel-price {
		padding-top: 15px;
	}
	.htlfndr-near-properties .htlfndr-post-inner {
		padding-bottom: 15px;
	}
	.htlfndr-widget-help p {
		display: inline-block;
		margin-right: 10%;
	}
	.htlfndr-available-room .htlfndr-post-title {
		margin-bottom: 15%;
	}
	.htlfndr-available-room .htlfndr-hotel-info .htlfndr-cost-normal {
		font-size: 7rem;
	}
	.htlfndr-hotel-visit-card .htlfndr-hotel-description {
		text-align: center;
	}
	.htlfndr-room-page .htlfndr-float-input {
		float: left;
		width: 49%;
	}
	.htlfndr-room-page .htlfndr-float-input.first-float {
		margin-right: 2%;
	}
	.htlfndr-room-page .htlfndr-sidebar-in-right {
		margin-top: 10px!important;
	}
	.htlfndr-search-rooms {
		padding-bottom: 11rem;
	}
	.htlfndr-booking-details h3 {
		font-size: 4rem;
		margin-bottom: 15%;
	}
	.htlfndr-booking-details .htlfndr-rating-stars {
		font-size: 3.5rem;
		margin-bottom: 6%;
	}
	.htlfndr-booking-details .htlfndr-location {
		font-size: 13px;
	}
	.htlfndr-contact-page form {
		margin-top: 14px;
	}
	.htlfndr-contact-page form input[type="submit"] {
		margin-top: 15px;
	}
	.htlfndr-contact_map {
		height: 350px;
	}
	.htlfndr-404-content {
		margin-top: 56px;
		margin-bottom: 73px;
	}
	.htlfndr-404-content .htlfndr-404-title {
		font: 34px/54px 'Open Sans Light';
	}
	.htlfndr-404-content .htlfndr-404 {
		font: 250px/230px "Roboto Thin";
	}
	.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-comment-author {
		margin-bottom: 20px;
	}
	.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-comment-list .col-md-2 {
		float: left;
	}
	.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-comment-list .htlfndr-comment-metadata {
		border: none;
	}
	.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-comment-list .children > li .htlfndr-comment-author {
		height: 129px;
		width: 129px;
	}
	.htlfndr-review-form .htlfndr-input,
	.htlfndr-leave-comment-form .htlfndr-input {
		height: 43px;
		margin-bottom: 15px;
	}
	.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-leave_comment .htlfndr-leave-comment-form input[type="submit"] {
		margin-bottom: 45px;
		margin-top: 0;
	}
	.htlfndr-top-destination-block .htlfndr-right-side-footer {
		margin-left: 27%;
		padding-top: 10px!important;
		float: left;
	}
	.htlfndr-top-destination-block .htlfndr-per-night {
		padding-top: 1rem!important;
	}
	.htlfndr-top-destination-block .htlfndr-cost {
		font-size: 28px!important;
	}
	.htlfndr-sidebar-in-top .htlfndr-form-light form input[type="submit"],
	.htlfndr-sidebar-in-top .htlfndr-form-dark form input[type="submit"] {
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media (max-width: 767px) {
	.navbar .dropdown > .dropdown-toggle,
	.navbar .dropdown > .dropdown-submenu > a {
		position: relative;
	}
	.navbar .dropdown > .dropdown-toggle:after,
	.navbar .dropdown > .dropdown-submenu > a:after {
		color: #08c6df;
		content: '\f107';
		font-family: 'FontAwesome';
		font-size: 16px;
		position: absolute;
		right: 15px;	
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.navbar .dropdown > .dropdown-toggle.active-on-device:after,
	.navbar .dropdown > .dropdown-submenu > a.active-on-device:after {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.navbar .dropdown.open {
		margin-top: 2px;
	}
	.navbar .dropdown .dropdown-submenu .dropdown-menu > li > a {
		padding: 0 35px;
	}
	.navbar .dropdown .dropdown-submenu > a {
		padding: 0 15px;
	}
	.navbar .dropdown .dropdown-submenu > a {
		position: relative;
	}
	.navbar .dropdown .dropdown-submenu > a:after {
		color: #08c6df;
		content: '\f107';
		font-family: 'FontAwesome';
		font-size: 16px;
		position: absolute;
		right: 15px;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.navbar .dropdown .dropdown-submenu.open > a {
		background-color: #e7e7e7!important;
	}
	.navbar .dropdown .dropdown-submenu.open > a:after {
		transform: rotate(180deg);
	}
	.navbar .dropdown .dropdown-submenu.open > a:hover,
	.navbar .dropdown .dropdown-submenu.open > a:focus {
		background-color: #e7e7e7;
	}
	footer.nav li {
		display: inline-block;
	}
	.nav > li > a {
		display: inline-block;
		width: 100%;
	}
	.navbar.navbar-default.htlfndr-blue-hover-nav .navbar-nav > li > a,
	#htlfndr-main-nav .navbar-nav > li > a {
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar.navbar-default.htlfndr-blue-hover-nav .navbar-nav > li:not(.dropdown) > a::after,
	#htlfndr-main-nav .navbar-nav > li:not(.dropdown) > a::after {
		background: none;
	}
	.navbar-nav {
		margin: 7.5px 0px;
	}
	.navbar-collapse.in {
		overflow-y: unset;
		padding-left: 0;
		padding-right: 0;
	}
	#htlfndr-main-nav .navbar-nav > li.active > a,
	#htlfndr-main-nav .navbar-nav > li > a:hover {
		color: #08c1da;
	}
	.htlfndr-custom-select.htlfndr-currency .htlfndr-dropdown-select {
		padding: 9px 15px;
	}
	.htlfndr-custom-select.htlfndr-currency .htlfndr-dropdown-select-ul > li {
		padding: 10px 12px 10px 30px;
	}
	.htlfndr-custom-select.htlfndr-language .htlfndr-dropdown-select {
		padding: 3px 15px 15px 60px;
	}
	.htlfndr-custom-select.htlfndr-language .htlfndr-dropdown-select-ul > li {
		padding: 10px 10px 10px 72px;
	}
	.htlfndr-custom-select.htlfndr-language .htlfndr-dropdown-select-ul > li:before {
		left: 26px;
	}
	.htlfndr-custom-select.htlfndr-language span:before {
		left: 15px;
		top: -5px;
	}
	.htlfndr-slide-wrapper {
		height: 36rem;
	}
	/* Search form aside media start */
	.htlfndr-form-in-slider {
		background-color: #262729;
		padding-bottom: 3rem;
		position: relative;
	}
	.htlfndr-search-form .htlfndr-input-wrapper {
		float: left;
		margin-bottom: 2rem;
		margin-right: 0;
		width: 100%;
	}
	.htlfndr-full-form #htlfndr-input-4 select {
		width: 100%;
	}
	.htlfndr-search-form #htlfndr-input-date-in,
	.htlfndr-search-form #htlfndr-input-date-out {
		width: 49%;
	}
	.htlfndr-search-form #htlfndr-input-date-in {
		margin-right: 2%;
	}
	.htlfndr-search-form #htlfndr-input-date-out:after {
		content: '';
		clear: both;
		display: block;
		width: 100%;
		height: 1px;
		visibility: hidden;
	}
	.htlfndr-float-input {
		float: left;
		width: 49%;
	}
	.htlfndr-float-input.first-float {
		margin-right: 2%;
	}
	/* Search form aside media stop */
	.htlfndr-top-destination-block img {
		width: 100%;
	}
	.htlfndr-top-destination-block .entry-title {
		font-size: 2.5rem;
	}
	.htlfndr-top-destination-block .htlfndr-right-side-footer {
		padding-top: 20px!important;
		float: right;
		margin-left: 0;
	}
	.htlfndr-top-destination-block .htlfndr-per-night {
		line-height: 15px;
		padding-top: 5px!important;
	}
	.htlfndr-top-destination-block .htlfndr-cost {
		font-size: 27.67px!important;
	}
	.htlfndr-top-destination-block .htlfndr-the-excerpt {
		font-size: 2.6rem;
		line-height: 4rem;
	}
	.htlfndr-top-destination-block .htlfndr-service {
		font-size: 2rem;
	}
	.htlfndr-progress li {
		padding-left: 7%;
		width: 50%;
		text-align: center;
	}
	.htlfndr-progress li:nth-child(2n+1):before,
	.htlfndr-progress li:nth-child(2n+1):after {
		transform: initial;
		border-left: 0;
	}
	.htlfndr-progress .htlfndr-step-number {
		height: 30px;
		padding: 5px;
		width: 30px;
	}
	.htlfndr-modify-search-aside input[type="submit"] {
		width: 100%;
	}
	.htlfndr-gallery-carousel .owl-controls .owl-prev,
	.htlfndr-gallery-carousel .owl-controls .owl-next {
		bottom: -20%;
	}
	#htlfndr-hotel-description-tabs .r-tabs-anchor {
		font-size: 15px;
	}
	/* Responsive tabs */
	.r-tabs .r-tabs-nav {
		display: none;
	}
	.r-tabs .r-tabs-accordion-title {
		display: block;
	}
	.htlfndr-near-properties .htlfndr-hotel-info a h6 {
		font-size: 3rem;
	}
	.htlfndr-near-properties .htlfndr-rating-stars {
		line-height: normal;
	}
	.htlfndr-near-properties .htlfndr-rating-stars i {
		font-size: 3rem;
	}
	.htlfndr-near-properties .htlfndr-hotel-price {
		margin-top: 6%;
	}
	.htlfndr-near-properties .htlfndr-hotel-price span:first-child {
		font-size: 2rem;
	}
	.htlfndr-near-properties .htlfndr-cost-normal {
		font-size: 4rem;
	}
	.htlfndr-second-tab-post {
		border-bottom: 1px solid #e0e0e0;
		margin-bottom: 4rem;
		padding-bottom: 3rem;
	}
	.htlfndr-second-tab-post .htlfndr-post-thumbnail,
	.htlfndr-second-tab-post .htlfndr-post-wrapper {
		display: block;
	}
	.htlfndr-second-tab-post:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
	.htlfndr-hotel-marks .htlfndr-rating-stars {
		font-size: 24px;
	}
	.htlfndr-available-room .htlfndr-post-title {
		font-size: 3rem;
		margin-bottom: 10%;
	}
	.htlfndr-available-room .htlfndr-hotel-info .htlfndr-cost-normal {
		font-size: 5rem;
	}
	#htlfndr-radio-card label {
		margin-right: 1.5rem;
	}
	.htlfndr-booking-details h3 {
		font-size: 3rem;
		margin-bottom: 10%;
	}
	.htlfndr-booking-details .htlfndr-rating-stars {
		font-size: 3rem;
		margin-bottom: 10%;
	}
	.htlfndr-booking-details .htlfndr-location {
		font-size: 11px;
	}
	.htlfndr-user-signed-in {
		top: 8px;
		right: 90px;
	}
	.htlfndr-user-booking-table th,
	.htlfndr-user-booking-table td {
		padding-left: 2px;
	}
	.htlfndr-user-booking-table th {
		text-align: center;
	}
	.htlfndr-user-booking-table td {
		font-size: 12px;
	}
	.htlfndr-thanks-page h1 {
		font-size: 90px;
	}
	.htlfndr-contact_map {
		height: 300px;
	}
	.table {
		width: 100%;
		text-align: right;
	}
	.table td[data-title]::before {
		content: attr(data-title);
		float: left;
	}
	.table thead {
		display: none !important;
	}
	.table tr {
		display: block;
		margin-bottom: 20px;
		border: 2px solid #08c1da;
	}
	.table td {
		border: 0 none!important;
		display: block;
		border-top: 1px solid #ececec !important;
		padding: 7px 17px !important;
	}
	.table td.htlfndr-scope-row {
		text-align: left;
		background: #08c1da;
		color: #fff;
		border-top: 0 none!important;
	}
	#htlfndr-edit-card,
	#htlfndr-sing-in,
	#htlfndr-sing-up,
	#htlfndr-add-card {
		overflow-y: scroll;
	}
	#htlfndr-edit-card .htlfndr-content-card,
	#htlfndr-sing-in .htlfndr-content-card,
	#htlfndr-sing-up .htlfndr-content-card,
	#htlfndr-add-card .htlfndr-content-card {
		width: 97%;
	}
	#htlfndr-edit-card .htlfndr-content-card .htlfndr-card-title h2.pull-left,
	#htlfndr-sing-in .htlfndr-content-card .htlfndr-card-title h2.pull-left,
	#htlfndr-sing-up .htlfndr-content-card .htlfndr-card-title h2.pull-left,
	#htlfndr-add-card .htlfndr-content-card .htlfndr-card-title h2.pull-left {
		float: none !important;
	}
	#htlfndr-edit-card .htlfndr-content-card .htlfndr-card-title span,
	#htlfndr-sing-in .htlfndr-content-card .htlfndr-card-title span,
	#htlfndr-sing-up .htlfndr-content-card .htlfndr-card-title span,
	#htlfndr-add-card .htlfndr-content-card .htlfndr-card-title span {
		position: relative;
		top: -6px;
	}
	#htlfndr-edit-card .htlfndr-content-card form,
	#htlfndr-sing-in .htlfndr-content-card form,
	#htlfndr-sing-up .htlfndr-content-card form,
	#htlfndr-add-card .htlfndr-content-card form {
		padding: 9px 18px;
	}
	.htlfndr-edit-page #htlfndr-edit-card,
	.htlfndr-edit-page #htlfndr-sing-in,
	.htlfndr-edit-page #htlfndr-sing-up,
	.htlfndr-edit-page #htlfndr-add-card {
		overflow-y: none;
	}
	.htlfndr-user-tabs.ui-tabs .ui-tabs-panel {
		padding: 0 0 0 15px;
	}
	.htlfndr-user-tabs.ui-tabs .htlfndr-wishlist-page {
		padding: 0;
	}
	.htlfndr-user-tabs.ui-tabs .htlfndr-wishlist-page .htlfndr-hotel-post {
		margin: 20px 0;
	}
	.htlfndr-user-tabs.ui-tabs .htlfndr-user-panel.htlfndr-wishlist-page {
		padding: 0;
	}
	.htlfndr-user-tabs.ui-tabs .htlfndr-user-panel.htlfndr-booking-page,
	.htlfndr-user-tabs.ui-tabs .htlfndr-user-panel.htlfndr-credit-page {
		padding: 0 15px;
	}
	.htlfndr-user-tabs.ui-tabs .htlfndr-user-panel.htlfndr-info-page,
	.htlfndr-user-tabs.ui-tabs .htlfndr-user-panel.htlfndr-setting-page {
		padding: 0 15px 0 0;
	}
	.htlfndr-credit-card {
		float: none;
		margin: 10px auto;
	}
	.htlfndr-info-card .htlfndr-card-valid {
		margin-top: 25px;
		padding-left: 15px!important;
	}
	.htlfndr-info-card .htlfndr-card-name {
		padding-right: 15px!important;
	}
	.htlfndr-single-blog-page .htlfndr-more-link {
		margin-bottom: 5px;
		margin-top: 9px;
	}
	.htlfndr-about-us .htlfndr-creative-team .htlfndr-video-block img {
		top: 0;
	}
	.htlfndr-about-us .htlfndr-creative-team .htlfndr-video-block .htlfndr-video-title {
		padding-top: 10px;
	}
	.htlfndr-about-us .htlfndr-creative-team .htlfndr-video-block .htlfndr-video-title .htlfndr-button-play {
		height: 150px;
		background-size: cover;
		width: 150px;
	}
	.htlfndr-about-us .htlfndr-creative-team .htlfndr-video-block .htlfndr-video-title .htlfndr-title-first {
		font-size: 37px;
	}
	.htlfndr-sidebar-in-top .htlfndr-form-light form input[type="submit"],
	.htlfndr-sidebar-in-top .htlfndr-form-dark form input[type="submit"] {
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
		margin-left: 0;
	}
	.htlfndr-search-form-inline #htlfndr-input-5,
	.htlfndr-full-form #htlfndr-input-5 {
		width: 100%;
	}
	.htlfndr-search-form-inline #htlfndr-input-5 {
		margin-bottom: 0;
	}
}
@media (max-width: 500px) {
	html {
		font-size: 5px !important;
	}
	footer .nav li {
		display: block;
	}
	.search-hotel-input,
	.htlfndr-input-wrapper .ui-selectmenu-button,
	.htlfndr-search-checkbox label,
	.htlfndr-form-in-slider input[type="submit"] {	
		font-size: 2.7rem !important;
	}
	.htlfndr-form-in-slider input::-webkit-input-placeholder {
		font-size: 2.7rem !important;
	}
	.htlfndr-form-in-slider input:-moz-placeholder {
		/* Firefox 18- */	
		font-size: 2.7rem !important;
	}
	.htlfndr-form-in-slider input::-moz-placeholder {
		/* Firefox 18- */	
		font-size: 2.7rem !important;
	}
	.htlfndr-form-in-slider input:-ms-input-placeholder {
		font-size: 2.7rem !important;
	}
	.htlfndr-search-form .htlfndr-input-wrapper {
		float: none;
		width: 100%;
	}
	.htlfndr-search-form #htlfndr-input-date-in,
	.htlfndr-search-form #htlfndr-input-date-out {
		margin-right: 0;
		width: 100%;
	}
	.htlfndr-float-input {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.htlfndr-top-destination-block footer {
		padding-left: 5px !important;
	}
	.htlfndr-top-destination-block .entry-title {
		font-size: 3rem;
	}
	.htlfndr-top-destination-block .htlfndr-right-side-footer {
		padding-top: 20px;
	}
	.htlfndr-top-destination-block .htlfndr-per-night {
		line-height: 12px;
	}
	.htlfndr-top-destination-block .htlfndr-cost {
		font-size: 25px;
	}
	.htlfndr-top-destination-block .htlfndr-the-excerpt {
		font-size: 3rem;
		line-height: 4.5rem;
	}
	.htlfndr-categories-portfolio .col-sm-4.col-xs-6 {
		width: 100%;
	}
	.htlfndr-category-box .subcategory-name {
		font-size: 6rem;
		margin-bottom: 2rem;
	}
	.htlfndr-category-box .category-properties {
		font-size: 3rem;
	}
	.htlfndr-progress li {
		padding-left: 3%;
	}
	.htlfndr-progress .htlfndr-active-step .htlfndr-step-number {
		border-width: 6px;
		height: 35px;
		padding: 2px;
		width: 35px;
	}
	.htlfndr-gallery-carousel .owl-controls .owl-prev,
	.htlfndr-gallery-carousel .owl-controls .owl-next {
		bottom: -30%;
	}
	.htlfndr-iframe-wrapper {
		padding-bottom: 88.5%;
	}
	.htlfndr-hotel-visit-card .htlfndr-cost {
		font-size: 25px !important;
	}
	.htlfndr-hotel-visit-card .htlfndr-per-night {
		font-size: 12px;
	}
	.htlfndr-second-tab-post p {
		display: block;
	}
	.htlfndr-second-tab-post .htlfndr-post-excerpt {
		padding-right: 0;
	}
	.htlfndr-second-tab-post .htlfndr-button-block {
		text-align: right;
	}
	.htlfndr-amenities > div {
		width: 100% !important;
		float: none;
	}
	.htlfndr-hotel-single-content .htlfndr-entry-title {
		font-size: 6.5rem;
	}
	.htlfndr-hotel-single-content .htlfndr-rating-stars {
		line-height: 30px;
		margin-left: 0;
	}
	.htlfndr-hotel-single-content .htlfndr-hotel-contacts {
		margin-top: 12px;
	}
	.htlfndr-review-footer-marks {
		width: 100% !important;
	}
	.htlfndr-available-room {
		padding: 15px;
	}
	.htlfndr-available-room:hover {
		padding: 14px;
	}
	.htlfndr-more-avilability-rooms hr {
		margin: 0 15px;
	}
	.htlfndr-accordion-inner .htlfndr-check-row {
		width: 100%;
	}
	.htlfndr-form-block .htlfndr-small-select {
		width: 100%;
		margin-left: 0 !important;
	}
	.htlfndr-post-thumbnail.owl-carousel .owl-page {
		margin-right: 12px;
		height: 15px;
		width: 15px;
	}
	.htlfndr-post-format-quote .htlfndr-entry-content blockquote {
		font-size: 3.3rem;
	}
	.htlfndr-user-page .htlfndr-blue-hover-nav .container {
		margin-top: 38px;
	}
	.htlfndr-user-signed-in {
		top: -31px;
		right: 15px;
	}
	.htlfndr-user-booking-table th,
	.htlfndr-user-booking-table td {
		padding-right: 1px;
	}
	.htlfndr-thanks-page h1 {
		font-size: 60px;
	}
	.htlfndr-contact_map {
		height: 250px;
	}
	.htlfndr-404-content {
		margin-top: 56px;
		margin-bottom: 73px;
	}
	.htlfndr-404-content .htlfndr-404-title {
		font: 28px/35px 'Open Sans Light';
		width: 100%;
	}
	.htlfndr-404-content .htlfndr-404 {
		font: 192px/220px "Roboto Thin";
	}
	.collapse.fail-page {
		display: block;
	}
	.htlfndr-info-card .htlfndr-card-valid {
		margin-top: 20px;
		padding-left: 15px;
	}
	.htlfndr-info-card .htlfndr-card-name {
		padding-right: 15px;
	}
	.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-comment-author {
		margin-bottom: 20px;
		height: 90px;
		width: 90px;
	}
	.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-comment-list .col-md-2 {
		float: none;
	}
	.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-comment-list .htlfndr-comment-metadata {
		border: none;
	}
	.htlfndr-single-blog-page #htlfndr-comments .htlfndr-comments-area .htlfndr-comment-list .children > li .htlfndr-comment-author {
		height: 90px;
		width: 90px;
	}
	.htlfndr-about-us h1 {
		font-size: 40px;
	}
	.htlfndr-about-us .htlfndr-creative-team .col-xs-6 {
		width: 100%;
	}
	.htlfndr-about-us .htlfndr-creative-team .htlfndr-video-block .htlfndr-video-title .htlfndr-button-play {
		height: 130px;
		width: 130px;
	}
	.htlfndr-about-us .htlfndr-creative-team .htlfndr-video-block .htlfndr-video-title .htlfndr-title-first {
		font-size: 25px;
	}
	.htlfndr-elements-page input {
		margin-bottom: 20px;
	}
	.htlfndr-elements-page .htlfndr-but .btn-primary,
	.htlfndr-elements-page .htlfndr-but-icon .btn-primary,
	.htlfndr-elements-page .htlfndr-but .btn-default,
	.htlfndr-elements-page .htlfndr-but-icon .btn-default,
	.htlfndr-elements-page .htlfndr-but .btn-success,
	.htlfndr-elements-page .htlfndr-but-icon .btn-success,
	.htlfndr-elements-page .htlfndr-but .btn-info,
	.htlfndr-elements-page .htlfndr-but-icon .btn-info,
	.htlfndr-elements-page .htlfndr-but .btn-warning,
	.htlfndr-elements-page .htlfndr-but-icon .btn-warning,
	.htlfndr-elements-page .htlfndr-but .btn-danger,
	.htlfndr-elements-page .htlfndr-but-icon .btn-danger {
		margin-bottom: 0 !important;
	}
	.htlfndr-elements-page .alert {
		width: 100%;
		margin-right: 0;
	}
	#htlfndr-edit-card,
	#htlfndr-sing-in,
	#htlfndr-sing-up,
	#htlfndr-add-card {
		overflow-y: scroll;
	}
	#htlfndr-edit-card .htlfndr-content-card form .clearfix span,
	#htlfndr-sing-in .htlfndr-content-card form .clearfix span,
	#htlfndr-sing-up .htlfndr-content-card form .clearfix span,
	#htlfndr-add-card .htlfndr-content-card form .clearfix span {
		top: 30px;
		display: block;
	}
	#htlfndr-edit-card .htlfndr-content-card form input[type="submit"].pull-right,
	#htlfndr-sing-in .htlfndr-content-card form input[type="submit"].pull-right,
	#htlfndr-sing-up .htlfndr-content-card form input[type="submit"].pull-right,
	#htlfndr-add-card .htlfndr-content-card form input[type="submit"].pull-right {
		float: none !important;
	}
}
@media (max-width: 340px) {
	.htlfndr-top-destination-block .htlfndr-the-excerpt {
		font-size: 2rem;
		line-height: 3.5rem;
	}
	.htlfndr-top-destination-block .htlfndr-service {
		padding-bottom: 0 !important;
	}
	.owl-pagination {
		display: none !important;
	}
	.htlfndr-user-booking-table th,
	.htlfndr-user-booking-table td {
		word-break: break-all;
	}
	.htlfndr-thanks-page h1 {
		font-size: 30px;
	}
	.htlfndr-contact_map {
		height: 200px;
	}
	.htlfndr-contact-page h1 {
		margin-bottom: 15px;
		margin-top: 30px;
	}
	.htlfndr-404-content {
		margin-top: 56px;
		margin-bottom: 73px;
	}
	.htlfndr-404-content .htlfndr-404-title {
		font: 20px/30px 'Open Sans Light';
	}
	.htlfndr-404-content .htlfndr-404 {
		font: 162px/192px "Roboto Thin";
	}
	.htlfndr-credit-card {
		width: 100%;
	}
	.htlfndr-about-us .htlfndr-creative-team .htlfndr-video-block .htlfndr-video-title .htlfndr-title-first {
		font-size: 20px;
	}
	blockquote {
		background-position: 17px 17px;
		background-size: 80px 80px;
		padding-left: 115px;
		padding-right: 15px;
	}
}
@media (min-width: 501px) and (max-width: 600px) {
	.htlfndr-category-box .category-description {
		padding-left: 1.6rem;
		padding-top: 2.5rem;
	}
	.htlfndr-category-box .subcategory-name {
		font-size: 3.9rem;
	}
}
@media (min-width: 768px) {
	.htlfndr-custom-select.htlfndr-currency > li {
		margin-right: 15px;
	}
	.htlfndr-custom-select.htlfndr-currency .htlfndr-dropdown-select {
		padding: 15px 15px 19px;
	}
	.htlfndr-under-header .navbar-nav {
		margin-left: -30px;
	}
	.nav .dropdown:hover > .dropdown-menu {
		display: block;
	}
	.nav .dropdown-submenu:hover > .dropdown-menu {
		display: block;
	}
	#htlfndr-main-nav .dropdown .dropdown-menu {
		margin-left: 14px;
		margin-top: -1px;
	}
	.dropdown-menu {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
	/* Search form aside media start */
	.htlfndr-form-in-slider {
		background-color: rgba(38, 36, 36, 0.74);
		bottom: 0;
		padding-bottom: 1rem;
		position: absolute;
		z-index:  20;
	}
	.htlfndr-form-in-slider h5 {
		margin-left: 2px;
	}
	.htlfndr-slide-wrapper {
		height: 55.9rem;
	}
	/* Search form aside media stop */
	.htlfndr-top-destination-block img {
		width: 140%;
	}
	.htlfndr-top-destination-block .entry-title {
		font-size: 1.845rem;
	}
	.htlfndr-top-destination-block .htlfndr-right-side-footer {
		padding-top: 20px;
	}
	.htlfndr-top-destination-block .htlfndr-per-night {
		line-height: 1.5rem;
		padding-top: 0.5rem;
	}
	.htlfndr-top-destination-block .htlfndr-cost {
		font-size: 2.767rem;
	}
	.htlfndr-top-destination-block .htlfndr-the-excerpt {
		font-size: 1.6rem;
		line-height: 3.1rem;
	}
	.htlfndr-slider-title {
		letter-spacing: -0.8px;
		margin-bottom: 13px;
		margin-left: -4px;
		margin-top: 10px;
	}
	.htlfndr-search-checkbox {
		margin-left: -1px;
	}
	.htlfndr-progress li {
		padding-left: 0;
		text-align: center;
	}
	.htlfndr-progress .htlfndr-step-number {
		height: 35px;
		padding: 7px;
		width: 35px;
	}
	.htlfndr-form-in-slider .htlfndr-input-wrapper,
	.htlfndr-full-form .htlfndr-input-wrapper {
		float: left;
		margin-right: 1.025641026%;
	}
	.htlfndr-form-in-slider #htlfndr-input-1,
	.htlfndr-full-form #htlfndr-input-1 {
		width: 27.905982906%;
	}
	.htlfndr-form-in-slider #htlfndr-input-date-in,
	.htlfndr-full-form #htlfndr-input-date-in,
	.htlfndr-form-in-slider #htlfndr-input-date-out,
	.htlfndr-full-form #htlfndr-input-date-out {
		width: 14.658119658%;
	}
	.htlfndr-form-in-slider #htlfndr-input-4,
	.htlfndr-full-form #htlfndr-input-4 {
		width: 24.145299152%;
	}
	.htlfndr-form-in-slider #htlfndr-input-4 select,
	.htlfndr-full-form #htlfndr-input-4 select {
		max-width: 100%;
		padding-left: 30px;
		background: #fff;
	}
	.htlfndr-form-in-slider #htlfndr-input-5,
	.htlfndr-full-form #htlfndr-input-5 {
		width: 14.52991453%;
	}
	.htlfndr-short-form .htlfndr-input-wrapper {
		float: left;
		margin-right: 1.7%;
	}
	.htlfndr-short-form #htlfndr-input-date-in,
	.htlfndr-short-form #htlfndr-input-date-out {
		width: 20.5%;
	}
	.htlfndr-short-form #htlfndr-input-4 {
		width: 35%;
	}
	.htlfndr-short-form #htlfndr-input-5 {
		width: 18%;
	}
	.htlfndr-tab-article .htlfndr-post-excerpt {
		padding-right: 5%;
	}
	.htlfndr-second-tab-post .htlfndr-post-thumbnail,
	.htlfndr-second-tab-post .htlfndr-post-wrapper {
		display: table-cell;
	}
	.htlfndr-second-tab-post .htlfndr-post-thumbnail {
		width: 29%;
	}
	.htlfndr-second-tab-post .htlfndr-post-wrapper {
		padding-left: 4.5%;
		vertical-align: top;
		width: 71%;
	}
	.htlfndr-available-rooms-section {
		margin-top: -28px;
	}
	.htlfndr-second-tab-post .htlfndr-post-title {
		margin-top: 0;
	}
	.htlfndr-overview-rating,
	.htlfndr-review-left-side {
		float: left;
		width: 23%;
	}
	.htlfndr-detailed-rating,
	.htlfndr-review-right-side {
		margin-left: 23.5%;
	}
	.htlfndr-hotel-marks .htlfndr-rating-stars {
		font-size: 2.4rem;
	}
	.htlfndr-form-left-side {
		float: left;
		padding-right: 9%;
		width: 65%;
	}
	.htlfndr-form-right-side {
		margin-left: 65%;
	}
	.htlfndr-user-page .htlfndr-button-to-top {
		display: none;
	}
	.htlfndr-user-signed-in {
		top: 8px;
		right: 276px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.htlfndr-top-destination-block .htlfndr-post-content .htlfndr-the-excerpt {
		font-size: 1.3rem;
		line-height: 1.8;
		padding: 1.5rem;
	}
	.htlfndr-top-destination-block .htlfndr-services {
		font-size: 1.2rem;
		padding: 0 0 0 1rem;
	}
	.htlfndr-top-destination-block .htlfndr-read-more-arrow {
		bottom: 8px;
		right: 8px;
	}
	.htlfndr-top-destination-block .htlfndr-service {
		font-size: 1.2rem;
		padding-bottom: 0.5rem;
	}
	.htlfndr-top-destination-block footer {
		padding-left: 5px !important;
	}
	.htlfndr-top-destination-block .entry-title {
		font-size: 2rem;
	}
	.htlfndr-top-destination-block .htlfndr-per-night {
		font-size: 9px;
	}
	.htlfndr-category-box .category-description {
		padding-left: 2rem;
		padding-top: 2rem;
	}
	.htlfndr-category-box .subcategory-name {
		margin-top: 7%;
		font-size: 3.7rem;
	}
	.htlfndr-near-properties .htlfndr-hotel-info a h6 {
		font-size: 3rem;
	}
	.htlfndr-near-properties .htlfndr-rating-stars {
		line-height: normal;
	}
	.htlfndr-near-properties .htlfndr-rating-stars i {
		font-size: 4rem;
	}
	.htlfndr-near-properties .htlfndr-hotel-price {
		margin-top: 10%;
		text-align: left;
	}
	.htlfndr-near-properties .htlfndr-hotel-price span:first-child {
		font-size: 14px;
	}
	.htlfndr-near-properties .htlfndr-cost-normal {
		font-size: 35px;
	}
	.htlfndr-hotel-single-content .htlfndr-entry-title {
		font-size: 5.8rem;
	}
	.htlfndr-hotel-single-content .htlfndr-rating-stars {
		line-height: 32px;
	}
	.htlfndr-available-room .htlfndr-post-title {
		font-size: 4rem;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	html {
		font-size: 8px !important;
	}
	.htlfndr-search-result.htlfndr-row-view .htlfndr-hotel-thumbnail img {
		width: 120%;
	}
	.htlfndr-near-properties .htlfdr-hotel-post {
		padding-bottom: 10px;
	}
	.htlfndr-amenities p {
		font-size: 12px;
	}
	.htlfndr-widget-help p {
		font-size: 14px;
	}
}
@media (min-width: 992px) {
	.htlfndr-search-result .htlfndr-hotel-post h2 {
		font-size: 2.3rem;
	}
	.htlfndr-form-in-slider .switch-label-check {
		margin-right: 3.2rem;
	}
	.htlfndr-follow-button {
		height: 4.2rem;
		width: 4.2rem;
	}
	.htlfndr-follow-button:before,
	.htlfndr-follow-button:after {
		line-height: 4.2rem;
	}
	.htlfndr-progress .htlfndr-step-number {
		margin-right: 10px;
	}
	.htlfndr-progress .htlfndr-active-step .htlfndr-step-number {
		border-width: 8px;
		height: 52px;
		padding: 8px;
		width: 52px;
	}
	.htlfndr-search-result.htlfndr-grid-view .htlfndr-hotel-description {
		min-height: 193px;
	}
	.htlfndr-search-result.htlfndr-grid-view .htlfndr-select-hotel-button {
		bottom: 0;
		position: absolute;
	}
	.htlfndr-search-result .htlfndr-hotel-location {
		margin-bottom: 0;
	}
	.htlfndr-near-properties .htlfdr-hotel-post {
		max-height: 110px;
	}
	.blog .htlfndr-sidebar {
		margin-top: 63px;
	}
}
@media (min-width: 1200px) {
	#htlfndr-hotel-description-tabs .r-tabs-anchor {
		font-size: 15px;
	}
	.htlfndr-form-left-side {
		width: 75%;
	}
	.htlfndr-form-right-side {
		margin-left: 75%;
	}
	.htlfndr-more-avilability-rooms hr {
		display: none;
	}
	.htlfndr-available-room {
		border-right: 1px solid #e0e0e0;
	}
	.htlfndr-available-room:last-child {
		border-right: none;
	}
}
/* Retina styles */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6/1), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.3dppx) {
	.htlfndr-footer .widget {
		font-size: 16px;
	}
	/* Remove overlay with hovering */
	.htlfndr-gallery-item:hover:before,
	.htlfndr-gallery-item:hover:after {
		content: none !important;
	}
	.htlfndr-category-box .subcategory-name {
		display: inline-block;
	}
	.htlfndr-category-box .htlfndr-category-permalink {
		border-radius: 50%;
		border: 1.25px solid #fff;
		display: inline-block !important;
		height: 30px;
		margin-left: 15px;
		padding-left: 11px;
		position: relative !important;
		vertical-align: text-bottom;
		width: 30px;
	}
		.htlfndr-category-box .htlfndr-category-permalink:after {
		color: #fff;
		content: '\f105';
		font-family: 'FontAwesome';
		font-weight: bold;
		font-size: 21px;
		line-height: 27px;
		-webkit-transition: all .2s ease 0s;
		-moz-transition: all .2s ease 0s;
		-o-transition: all .2s ease 0s;
		transition: all .2s ease 0s;
	}
}