/* Add here all your css styles (customizations) */
/* font size */
.tbhp_f20vw {
	font-size: 2vw !important;
}
.tbhp_f15vw {
	font-size: 1.5vw !important;
}
.tbhp_f12vw {
	font-size: 1.2vw !important;
}
.tbhp_f10vw {
	font-size: 1vw !important;
}
.tbhp_f8vw {
	font-size: 0.8vw !important;
}
.tbhp_f14px {
	font-size: 14px !important;
}
.tbhp_f16px {
	font-size: 16px !important;
}
.tbhp_f18px {
	font-size: 18px !important;
}
.tbhp_f20px {
	font-size: 20px !important;
}
.tbhp_f24px {
	font-size: 24px !important;
}
.tbhp_f40px {
	font-size: 40px !important;
}

@media (min-width: 900px) {
	.tbhp-index-hidden {
		display: block;
		visibility: visible !important;
	}
}
@media (max-width: 900px) {
	.tbhp-index-hidden {
		display: none;
	}
}
/*    */
#menu-demo {
	background-color: #e67e22;
	border: 0px;
	color: #FFF !important;
}
#menu-demo:hover {
	background-color: rgb(211,84,0);
}
#logo-footer {
	height: 120px;
}
.text-shadow-dark {
	text-shadow: 1px 1px 1px #585858;
}
.text-shadow-light {
	text-shadow: 1px 1px 1px #eee;
}
div.ms-nav-prev {
	background-color: transparent !important;
}
div.ms-nav-next {
	background-color: transparent !important;
}
.homepage-Parallax, .parallaxBg1 {
	background-position: center center;
	background-size: cover;
}
.parallax-quote:after {
	background-color: rgba(0,0,0,0.3);
}
.search-block {
	background-size: cover;
	background-position: center top !important;
	margin: 0px;
}
.sliderCircle {
	font-size: 20px !important;
	line-height: 25px;
	width: 150px;
	height: 150px;
	border-radius: 150px;
	text-align: center;
}
#hotel30slider1 {
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	background-color: white;
	padding-top: 40px;
	color: #e67e22;
}
#indexslider1 {
	left:100px; 
	top:60px;
	height: 110px !important;
	background-color: white;
	padding-top: 40px;
	color: #e67e22;
}
#indexslider2 {
	left:250px; 
	top:240px;
	height: 85px !important;
	background-color: rgba(255,255,255,.6);
	padding-top: 65px;
	color: #e67e22;
	border: 3px solid #e67e22;
}
#indexslider3 {
	left:100px; 
	top:70px;
	background-color: #e67e22;
	color: white;
	height: 95px !important;
	padding-top: 55px;
}
.breadcrumbs { /* About */
	border-top: 2px solid #eee;
}
/*languages*/
ul.languages {
	top: 5px;
	left: -5px;
	display: none;
	padding: 4px 0;
	padding-left: 0; 
	list-style: none;
	min-width: 100px;
	position: absolute;
	background: #f0f0f0;
}

li:hover ul.languages {
	display: block;
	position: relative;
}

ul.languages:after {
	top: -4px;
	width: 0; 
	height: 0;
	left: 8px;
	content: " "; 
	display: block; 
	position: absolute;
	border-bottom: 6px solid #f0f0f0;	
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}

ul.languages li a {
	color: #555;
	display: block;
	font-size: 10px;
	padding: 2px 12px;
	margin-bottom: 1px;
	text-transform: uppercase; 
}

ul.languages li.active a i {
	color: #999;
	float: right;
	margin-top: 2px;
}

ul.languages li a:hover, 
ul.languages li.active a {
	background: #fafafa;
}

ul.languages li a:hover {
	text-decoration: none; 
}
.pricing-mega-v1 .pricing-content li {
	font-size: 16px;
	line-height: 35px;
}
.pricing-content li i.fa {
	font-size: 24px !important;
}
