@import url(fonts.css);
html {
	margin:0px;
	padding:0px;
}
body {
	margin: 0;
	padding:0px;
	background:#fff;
	font-family: 'robotolight';
	font-weight:normal;
	font-size:14px;
	color:#000;
}
img {
	max-width:100%;
}
.navbar-nav {
	width:76%;
}
.navbar .navbar-nav > li > a {
	text-transform:uppercase;
	font-size:14px;
	font-family: 'robotoregular';
	font-weight:normal;
	margin-right: 1px;
}
.top-book-stay {
	width: 260px;
}
.top-book-stay a {
	display:block;
	background-color: #919191;
	color:#fff;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'robotomedium';
	font-weight:normal;
	line-height:40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: none;
}
.top-book-stay a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#303030;
}
.top-book-stay a:before {
	content:"";
	background:url(../images/icons/brifcase.png) no-repeat;
	display: inline-block;
	width: 25px;
	height: 18px;
	background-size: 100%;
	background-position: left center;
	margin-right: 15px;
	position: relative;
	top: 3px;
}
.logo {
	padding-top: 60px;
	padding-bottom: 11px;
	text-align:center;
}
.logo img {
	margin-bottom: 28px;
}
h1 {
	font-family: 'robotothin';
	font-size:30px;
	text-transform:uppercase;
}
h4, .h4{
	text-transform:uppercase;
	margin:0px;
}
.logo h1 {
}
.container {
	position:relative;
}
.header-about {
	padding:22px;
	text-align:center;
	border-top: 1px solid #a3a3a3;
}
.header-about p {
	font-size: 13px;
	line-height: 23px;
	margin-bottom: 25px;
}
.btn {
	font-family: 'roboto_condensedregular';
	font-size:13px;
}
.btn:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.follow-btn {
	width: 185px;
	display: block;
	margin: 0 auto;
	border-top: 1px solid #a3a3a3;
	padding-top: 25px;
	padding-bottom: 10px;
}
.follow-inner {
	width:160px;
	display:block;
	margin:0 auto;
}
.follow-text, .social-links {
	position:relative;
	display:inline-block;
	vertical-align:top;
}
.social-links {
	margin-left: 8px;
}
.follow-btn a {
	background:url(../images/icons/social-icon.png) no-repeat;
	display: inline-block;
	text-indent: -9999px;
	margin: 5px 0 0 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.follow-btn a.facebook {
	width: 8px;
	height: 11px;
	background-position: top left;
}
.follow-btn a.facebook:hover {
	background-position:bottom left;
}
.follow-btn a.twitter {
	width: 15px;
	height: 12px;
	background-position: -16px 0;
}
.follow-btn a.twitter:hover {
	background-position:-16px -15px;
}
.follow-btn a.instagram {
	width: 12px;
	height: 12px;
	background-position: -40px 0;
}
.follow-btn a.instagram:hover {
	background-position:-40px -15px;
}
.follow-btn a.pintrest {
	width: 11px;
	height: 14px;
	background-position: -60px 0;
}
.follow-btn a.pintrest:hover {
	background-position:-60px -15px;
}
.follow-btn a.gplus {
    width: 11px;
    height: 14px;
    background-position: -60px 0;
}
.follow-btn a.gplus:hover {
    background-position:-60px -15px;
}
.main-content {
	position:relative;
	margin-top:75px;
}
/*Home pgae Boxes*/
.home-boxes {
}
.home-image-box {
	margin:0px 0px 1px 1px;
	position:relative;
	overflow:hidden;
}
h1.home-box-title {
	font-size: 58px;
	color: #fff;
	position: absolute;
	top: 35%;
	background-color: rgba(0, 0, 0, 0.5);
	display: block;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 22px 10px;
}
.home-box-caption {
	position: absolute;
	top: 0;
	left: 0;
	padding:45px 20px;
	background: rgba(0, 0, 0, 0.6);
	color: #FFF;
	font-size:15px;
	height: 100%;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-o-transform: scale(0.3);
	-ms-transform: scale(0.3);
	transform: scale(0.3);
}
.home-image-box img {
	width:100%;
	max-width: 100%;
	display: block;
	position: relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.home-boxes .home-image-box:hover h1.home-box-title {
	display:none;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.home-boxes .home-image-box:hover .home-box-caption {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.home-boxes .home-image-box:hover img {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}
.home-box-caption h3 {
	margin: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	line-height:28px;
}
/*.home-box-caption h4 {
	margin: 0px;
	text-transform: uppercase;
	font-family: 'robotomedium';
	font-size: 16px;
	display: inline-block;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}*/
.line {
	width: 80px;
	height: 2px;
	padding: 0px;
	display: block;
	margin: 0 auto 25px;
	background: #fff;
}
.home-image-box .home-box-caption a {
	color:#fff;
	display: block;
	text-transform: uppercase;
	margin: 18px 0;
}
.home-image-box .home-box-caption a span {
	border-bottom: 1px solid transparent;
	padding-bottom: 5px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.home-image-box .home-box-caption a:hover {
	text-decoration:none;
}
.home-image-box .home-box-caption a:hover span {
	font-family: 'robotomedium';
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.home-box-caption .btn.white {
	display: inline-block;
	border: 1px solid #919191;
	color: #fff;
	margin: 10px 0;
}
.home-box-caption .btn.white:hover, .home-box-caption .btn.white:focus {
	border: 1px solid #fff;
	color: #000;
	background-color:#fff;
}
.home-events .event-caption {
}
/*End Home pgae Boxes*/


/*Home Evens Boxes*/
.home-events {
	background:url(../images/home-event-bg.png);
	padding: 60px 0 40px;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
	margin: 5px 0;
	background-size: cover;
}
.event-caption {
	position: absolute;
	top: 0;
	left: 0;
	padding:45px 20px;
	background: rgba(0, 0, 0, 0.6);
	color: #FFF;
	font-size:15px;
	height: 100%;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-o-transform: scale(0.3);
	-ms-transform: scale(0.3);
	transform: scale(0.3);
}
.event-img {
	position:relative;
}
.event-caption a {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	top: 35%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.event-caption a:hover {
	text-decoration:none;
	color: #B6B6B6;
}
.event-caption a:before {
	content:"";
	background:url(../images/icons/news_btn.png) no-repeat;
	display:inline-block;
	width: 19px;
	height: 19px;
	margin-right: 15px;
}
.event-slider .event-img:hover .event-caption {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.heading {
	font-size: 50px;
	text-align: center;
	margin: 0px 0 40px;
}
.event-slider {
	margin: 0;
	padding: 0;
}
.event-slider .flex-viewport {
	margin: 0 auto;
	padding: 0;
	max-width:1040px;
}
.event-slider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	position:relative;
	margin-right:30px
}
.event-slider .slides > li:first-child {
	margin-left:0px;
}
.event-slider .slides img {
	max-width: 100%;
	display: block;
	width:100%;
}
.event-slider {
	position: relative;
	zoom: 1;
	margin-bottom: 50px;
}
.event-slider .slides {
	zoom: 1;
}
.event-slider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.event-slider .flex-control-nav {
	width: 100%;
	text-align: center;
	display: inline-block;
	bottom: -60px;
}
.event-slider .flex-control-nav li {
	margin: 0 2px;
}
.event-slider .flex-control-paging li a {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color:transparent;
	border: 2px solid #919191;
	border-radius: 10px;
	box-shadow:none;
	overflow: hidden;
}
.event-slider .flex-control-paging li a.flex-active {
	background-color: transparent;
	border: 2px solid #000;
}
.event-slider .flex-control-paging li a:hover {
	background-color: transparent;
	border: 2px solid #000;
}
.event-slider .slides .description {
}
.event-slider .slides .description h2 {
	font-family: 'robotolight';
	font-weight:normal;
	font-size:24px;
	color:#000;
	text-transform:uppercase;
	padding-left:15px;
}
.event-slider .slides .description span {
	font-family: 'robotolight';
	font-weight:normal;
	font-size:14px;
	color:#000;
	text-transform:uppercase;
	padding-left:15px;
}
.event-slider .description hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #ccc;
}
.time_area {
	float:left;
	margin:0 15px;
	color:#948f91;
	font-size:16px;
	font-family: 'robotolight';
}
.description .icon_set {
	background:url(../images/icons/slider_post_time_icon.png);
	background-repeat:no-repeat;
	height:19px;
	width:19px;
	display:block;
	float:left;
	margin-right:10px;
}
#lobby_icon {
	background-position:-32px 0px;
}
#free_icon {
	background-position:-64px 0px;
}
.contact_info_area {
	position:relative;
	margin-top: 30px;
}
.contact_info_area h1 {
	color:#000;
	font-size:30px;
	font-family: 'robotolight';
	text-transform:uppercase
}
.contact_info_area .contact_intro_icon {
	background:url(../images/icons/icon_set_contact_page.png);
	background-repeat:no-repeat;
	height:30px;
	width:24px;
	display:block;
	float:left;
	margin-right:10px;
}
.contact_info_area #address {
	background-position:0px 5px;
}
.contact_info_area #call {
	background-position: -30px 5px;
	width: 25px;
}
.contact_info_area #info {
	background-position: -67px 5px;
	width: 25px;
}
.contact_info_area p {
	color:#000;
	font-size:17px;
	line-height:28px;
	font-family: 'robotolight';
	padding-left: 35px;
}
.contact_address {
	margin-bottom:65px;
}
.left_text {
	width: 60px;
	float: left;
}
.left_large_text {
	width: 105px;
	float: left;
}
.contact_address a:hover {
	font-family: 'robotoregular';
}
.separator_line {
	float: left;
	border-right: 1px solid #000;
	display: inline-block;
	position: absolute;
	height: 330px;
	left: 43%;
}
/*END HOME PAGE*/


/*ROOM PAGE */
.active_form {
	background-color:#303030 !important;
}
.book_now_area {
	position: absolute;
	right: 15px;
	float: none;
	top:0px;
}
.book_now_form {
	position:absolute;
	top:70px;
	background:#303030;
	width:260px;
	background-image:url(../images/book_now_form_top_line.png);
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 1;
}
.field_area {
	padding: 15px;
}
h1.caption-title {
	width:100%;
	top: 32%;
	padding: 22px 0;
	background-color:rgba(0, 0, 0, 0.5);
	position:absolute;
	text-align: center;
	font-family: 'robotothin';
	font-size: 58px;
	text-transform: uppercase;
	margin: 0px;
	text-shadow: none;
	color:#FFF;
}
.carousel-indicators {
	bottom: -35px;
	left: 90px;
}
.post_content {
	padding: 0 30px;
}
.post_content p {
	font-size:16px;
	color:#000;
	line-height:22px;
}
.post_share_area {
	position:relative;
}
.check_avai_btn {
	padding: 10px 20px;
	border:1px solid #000;
	text-transform:uppercase;
	color:#000;
	font-family: 'roboto_condensedregular';
	font-size:16px;
	background-color:#fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.check_avai_btn:hover {
	background-color:#000;
	color:#fff;
}
.check_avai_btn:before{
content: "";
background: url(../images/icons/check_icon.png);
display: inline-block;
width: 21px;
height: 19px;
margin-right: 10px;
top: 3px;
position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.check_avai_btn:hover:before{
	content:"";
	background-position:bottom left;
	
}
#check_avil_icon {


}
.social_icon {
	float: right;
margin-top: 5px;
background-color: #fff;
padding-left: 18px;
}
.post_social_icon {
	background-image:url(../images/icons/post_social_icon.png);
	background-repeat:no-repeat;
	width:25px;
	height:31px;
	display:block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	float:left;
	margin-right:10px;
	text-indent: -9999px;
}
.post_social_icon:hover {
	opacity:1;
}
.facebook1{
	background-position:0px 0px;
}
.facebook1:hover{
	background-position:0px -31px;
}
.twitter1 {
	background-position:-35px 0px;
}
.twitter1:hover {
	background-position:-35px -31px;
}
.google1 {
	background-position:-70px 0px;
}
.google1:hover {
	background-position:-70px -31px;
}
.mail1 {
	background-position:-105px 0px;
}
.mail1:hover {
	background-position:-105px -31px;
}
.line_separ {
	float: left;
	width:50%;
	margin-left: 18px;
}
.line_separ hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #ccc;
}
.check_btn_area {
	float: left;
padding-right: 18px;
background-color: #fff;
}
.post {
	position:relative;
	display:inline-block;
	margin-bottom:60px;
	width:100%;
}
.black_theme .btn-group.open .dropdown-toggle {
	webkit-box-shadow:none;
	box-shadow: none;
	background-color: #000;
	color:#f1f1f1;
}
.black_theme .btn-default {
	color: #f1f1f1;
	background-color:transparent;
	padding: 10px;
	width:230px !important;
	font-size:14px;
	text-transform:uppercase;
}
.black_theme .lable {
	color:#f1f1f1;
	text-decoration:none;
	font-size:14px;
	text-transform:uppercase;
	padding-right:120px;
}
.black_theme .lable:hover {
	text-decoration:none;
}
.black_theme .dropdown-menu {
	position: absolute;
	top: 98%;
	left: -1px;
	z-index: 1000;
	float: left;
	min-width: 230px !important;
	padding: 0;
	margin: 0px;
	font-size: 14px;
	list-style: none;
	background-color: #000;
	background-clip: padding-box;
	border-radius: 0px;
	-webkit-box-shadow:none;
	box-shadow: none;
	border-top:0px;
}
.black_theme .dropdown-menu > li > a {
	display: block;
	padding: 6px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #f1f1f1;
	white-space: nowrap;
	font-size:14px;
	font-family: 'robotoregular';
	text-transform:uppercase;
}
.black_theme .dropdown-menu > li > a:hover, .black_theme .dropdown-menu > li > a:focus {
	color: #000;
	font-family: 'robotobold';
	text-decoration: none;
	background-color: #fff;
}
.black_theme .caret {
	background-image: url(../images/icons/drop_arrow.png);
	width: 23px;
	height: 16px;
	background-repeat: no-repeat;
	border: 0px;
	top: 16px !important;
}
.open {
	background-color:#000;
}
.selectpicker {
	border: 1px solid #5e5e5e !important;
	border-bottom: 0px;
	margin-bottom: 0px;
}
.header-about .selectpicker {
	border: 1px solid #ababab !important;
}
.book_now_btn {
	padding: 8px;
	width:100%;
	border:1px solid #000;
	text-transform:uppercase;
	color:#fff;
	font-family: 'robotolight';
	font-size:19px;
	background-color:#000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin: 10px 0 0;
	outline: none;
}
.book_now_btn:after{
	content: "";
background: url(../images/icons/write.png) no-repeat top left;
display: inline-block;
width: 18px;
height: 14px;
margin-left: 10px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.book_now_btn:hover:after{
content: "";
background: url(../images/icons/write.png) no-repeat bottom left;
}
.book_now_btn:hover {
	background-color:#fff;
	color:#000;
	border:1px solid #fff;
}
.white_book_now_btn {
	padding: 8px;
	border: 1px solid #000;
	text-transform: uppercase;
	color: #000;
	font-family: 'robotoregular';
	font-weight:normal;
	font-size: 19px;
	background-color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 298px;
	outline: none;
}
.white_book_now_btn:hover {
	background-color:#000;
	color:#fff;
}
.white_book_now_btn:after{
	content: "";
background: url(../images/icons/write.png) no-repeat bottom left;
display: inline-block;
width: 18px;
height: 14px;
margin-left: 10px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.white_book_now_btn:hover:after{
content: "";
background: url(../images/icons/write.png) no-repeat top left;
}
.white_theme .btn-group.open .dropdown-toggle {
	webkit-box-shadow:none;
	box-shadow: none;
	background-color: #000;
	color:#fff;
	font-size:14px;
	margin-bottom:0px;
}
.white_theme .btn-default {
	color: #000;
	background-color:transparent;
	padding: 10px;
	width: 298px !important;
	font-size:14px;
	text-transform:uppercase;
}
.white_theme .lable {
	color:#f1f1f1;
	text-decoration:none;
	font-size:14px;
	text-transform:uppercase;
	padding-right:120px;
}
.white_theme .lable:hover {
	text-decoration:none;
}
.white_theme .dropdown-menu {
	position: absolute;
	top: 98%;
	left: -1px;
	z-index: 1000;
	float: left;
	min-width: 298px !important;
	padding: 0;
	margin: 0px;
	font-size: 14px;
	list-style: none;
	background-color: #000;
	background-clip: padding-box;
	border-radius: 0px;
	-webkit-box-shadow:none;
	box-shadow: none;
	border-top:0px;
}
.white_theme .dropdown-menu > li > a {
	display: block;
	padding: 6px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #f1f1f1;
	white-space: nowrap;
	font-size:14px;
	font-family: 'robotoregular';
	text-transform:uppercase;
	text-align:left;
}
.white_theme .dropdown-menu > li > a:hover, .white_theme .dropdown-menu > li > a:focus {
	color: #000;
	font-family: 'robotobold';
	text-decoration: none;
	background-color: #fff;
}
.white_theme .caret {
	background-image: url(../images/icons/drop_arrow_black.png);
	width: 23px;
	height: 16px;
	background-repeat: no-repeat;
	border: 0px;
	top: 16px !important;
}
.white_theme .open .caret {
	background-image: url(../images/icons/drop_arrow.png);
	width: 23px;
	height: 16px;
	background-repeat: no-repeat;
	border: 0px;
	top: 16px !important;
}
.sidebar-title {
	font-size:16px;
	color:#000;
	font-family: 'robotolight';
	text-transform:uppercase;
	margin-bottom: 20px;
	display: inline-block;
}
.sidebar-title.add-book-icon:before {
	content:"";
	background-image: url(../images/icons/add_book_icon.png);
	display: inline-block;
	width: 24px;
	height: 18px;
	position: relative;
	margin-right: 12px;
	top: 2px;
}
.sidebar-title.trainer-icon:before {
	content:"";
	background-image: url(../images/icons/trainer-icon.png);
display: inline-block;
width: 22px;
height: 11px;
position: relative;
margin-right: 12px;

}
.sidebar-title.add-reserv-icon:before {
	content:"";
	background-image: url(../images/icons/reservation_icon.png);
	display: inline-block;
	width: 21px;
height: 20px;
position: relative;
margin-right: 12px;
top: 2px;
}

.book_now_form .form-control {
	display: block;
	background-color: transparent;
	background-image: none;
	border: 1px solid #5e5e5e;
	border-radius: 0;
	box-shadow: none;
	color: #f1f1f1;
	white-space: nowrap;
	font-size: 14px;
	font-family: 'robotoregular';
	text-transform: uppercase;
	padding: 10px;
	height: auto;
}

.form-group .form-control{
	border-right:0;
}
.book_now_form .input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #c6c6c6;
	text-align: center;
	background-color: transparent;
	border: 1px solid #5e5e5e;
	border-radius: 0;
	border-left: none;
	cursor: pointer;
}
.book_now_form .datepicker.dropdown-menu {
	background-color: #000;
	border: 1px solid #5e5e5e;
	border-radius: 0;
	box-shadow: none;
	color: #f1f1f1;
	font-family: 'robotoregular';
	font-size:14px;
}
.header-about .input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #000;
	text-align: center;
	background-color: transparent;
	border: 1px solid #ababab;
	border-radius: 0;
	border-left: none;
	cursor: pointer;
}
.header-about .datepicker.dropdown-menu {
	background-color: #000;
	border: 1px solid #ababab;
	border-radius: 0;
	box-shadow: none;
	color: #f1f1f1;
	font-family: 'robotoregular';
	font-size:14px;
	width:295px;
}
.header-about .form-control {
	display: block;
	background-color: transparent;
	background-image: none;
	border: 1px solid #ababab;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	white-space: nowrap;
	font-size: 14px;
	font-family: 'robotoregular';
	text-transform: uppercase;
	border-right: none;
	padding: 10px;
	height: auto;
}
.header-about .form-group {
	width: 298px;
	margin: 0 auto 8px;
}
/*END ROOM PAGE*/


/*contact*/
.header-contact {
	padding: 22px 45px;
	text-align: center;
	border-top: 1px solid #a3a3a3;
}
.contact_input {
	width:100%;
	border:1px solid #ababab;
	padding:10px 35px 10px 10px;
	color:#000;
	font-family: 'robotoregular';
	font-size:14px;
	margin-bottom:10px;
	border-radius:0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.input_txt {
	}
.input_txtarea {
	height:160px;
}
#user {
	background-image:url(../images/contact_small.png);
	background-repeat:no-repeat;
	background-position:right 10px top 12px;
}
#contact_mail {
	background-image:url(../images/contact_small.png);
	background-repeat:no-repeat;
	background-position:right 10px top -16px;
}
#contact_call {
	background-image:url(../images/contact_small.png);
	background-repeat:no-repeat;
	background-position:right 10px top -46px;
}
.contact_send {
width: 100%;
border: 1px solid #000;
text-transform: uppercase;
color: #000;
font-family: 'robotoregular';
font-weight: normal;
font-size: 20px;
background-color: #fff;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
padding: 8px;
}
.contact_send:hover {
	background-color:#000;
	color:#fff;
}
.contact_send:after{
	content: "";
background: url(../images/icons/write.png) no-repeat bottom left;
display: inline-block;
width: 18px;
height: 14px;
margin-left: 10px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.contact_send:hover:after{
content: "";
background: url(../images/icons/write.png) no-repeat top left;
}
#map {
	width: 100%;
	height: 360px;
}
/*End contact*/

/*amenities page css */
.banner {
	position:relative;
	display:block;
}
.amenities-section {
	margin:3px 0;
}
.col-ameni-box {
	width: 20%;
float: none;
padding-bottom: 20px;
display: inline-block;
margin-left: -3px;
vertical-align: top;
}
.ameni-box-inner {
	padding:1px;
	color: #000;
}
.ameni-box-inner .ameni-info {
	font-size: 14px;
	padding: 15px 15px;
	line-height: 28px;
	text-align:center;
}
.ameni-box-inner .ameni-info strong {
	font-family: 'robotomedium';
	font-weight:normal;
}
.public-space {
	background:url(../images/public-space-bg.jpg);
	padding: 60px 0 40px;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
	margin: 5px 0;
	background-size: cover;
}
.public-space-inner {
	color:#474747;
	font-size:14px;
	line-height:20px;
	padding:0 20px;
}
.public-space h3 {
	text-transform:uppercase;
	color:#000;
	margin-left: 20px;
	margin-right: 20px;
}
/*End amenities page css */


/*gallery page css */
.banner {
	position:relative;
	display:block;
}
.gallery-section {
	margin:3px 0;
}
.col-gallery-box {
	width: 20%;
float: none;
padding-bottom: 20px;
display: inline-block;
margin-left: -3px;
vertical-align: top;
}
.gallery-box-inner {
	padding:1px;
	color: #000;
}
.gallery-box-inner .ameni-info {
	font-size: 14px;
	padding: 15px 15px;
	line-height: 28px;
	text-align:center;
}
.gallery-box-inner .ameni-info strong {
	font-family: 'robotomedium';
	font-weight:normal;
}
.public-space {
	background:url(../images/public-space-bg.jpg);
	padding: 60px 0 40px;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
	margin: 5px 0;
	background-size: cover;
}
.public-space-inner {
	color:#474747;
	font-size:14px;
	line-height:20px;
	padding:0 20px;
}
.public-space h3 {
	text-transform:uppercase;
	color:#000;
	margin-left: 20px;
	margin-right: 20px;
}
/*End gallery page css */




/* Eat and Drink Page */
.opening-hour{
text-align: left;
color: #000;
margin-bottom: 30px;
display: inline-block;
width: 100%;
font-size: 18px;	
}
.opening-hour span{
	display:block;
}
.open-time{
	font-family: 'robotothin';
	font-weight:normal;
}
.eat-drink-slider{
	position:relative;
	zoom: 1;
margin-bottom: 50px;
padding:0px;
}
.eat-drink-slider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	position:relative;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.eat-drink-slider .slides img {
	width: 100%;
	display: block;
}

.caption-title span{
	font-family: 'robotoregular';
	font-weight:normal;
}
.post-footer{
	background: url(../images/line.png) repeat-x left center;
position: relative;
display: inline-block;
width: 100%;
margin: 20px 0;
}
.post.single{margin-bottom:20px;}
.post-grid{
	display:inline-block;
	width:100%;
	margin-bottom:50px;
	font-size: 16px;
line-height: 24px;
}
.post-grid h1.title{
	font-size:48px;
	margin:10px 0 20px;
	color:#000;
}
.post-grid p{margin:0 0 14px;}
.btn-lg{
padding: 8px 16px;
font-size: 16px;
border-radius: 0;
margin: 10px 0;
}
.menu-icon:before{
	content:"";
	background: url(../images/icons/menu-icon.png) repeat-x left top;
width: 14px;
height: 18px;
display: inline-block;
margin-right: 10px;
top: 2px;
position: relative;
-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-icon:hover:before{
	content:"";
	background-position:left bottom;
}
.glass-icon:before{
	content:"";
	background: url(../images/icons/glass-icon.png) repeat-x left top;
width: 18px;
height: 21px;
display: inline-block;
margin-right: 10px;
top: 2px;
position: relative;
-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.glass-icon:hover:before{
	content:"";
	background-position:left bottom;
}
/*End  Eat and Drink Page */
/*Start Spacial Page */

.special-posts{
	position: relative;
width: 100%;
display: inline-block;
margin: 10px 0;
}
.special-post-row{
	position: relative;
display: inline-block;
width: 100%;
margin-bottom: 40px;
}
.special-posts h1{font-size:38px;margin: 12px 0 2px;}
.post-date{
	font-size:18px;
	text-transform:uppercase;
	display:block;
}
.special-posts p{margin:10px 0;min-height: 140px;}
.book-room{
padding: 8px 16px;
font-size: 16px;
border-radius: 0;
margin: 10px 0;
}
.book-room:after{
	content:"";
	background: url(../images/icons/write.png) no-repeat bottom left;
display: inline-block;
width: 18px;
height: 14px;
margin-left: 10px;
-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.book-room:hover:after{
	content:"";
	background-position:top left;
	
}
/*End Spacial Page */




/*footer*/
.footer {
	background: #fff;
	padding: 50px 0;
	display: block;
	position: relative;
	border-top: 3px solid #000;
	margin-top:20px;
	z-index:20;
}
.footer.no-border {
	border-top:none;
	margin-bottom:0px;
}
.add_footer {
	border:1px solid #e2e2e2;
	padding:30px 40px;
	display:block;
	position:relative;
	text-align:center;
	margin:0 auto;
	width:260px;
}
.add_border {
	border-bottom:4px solid #e2e2e2;
	width:60px;
	display:block;
	position:relative;
	margin:20px auto;
}
.add_footer h2, .footer_col h2 {
	font-size:28px;
	color:#000;
	font-family: 'robotolight';
}
.add_footer p {
	font-size:16px;
	color:#7a7677;
	font-family: 'robotolight';
	line-height:30px;
}
.copyright {
	color:#919191;
	font-family: 'robotolight';
	font-size:12px;
	margin:20px 0;
	text-align:center;
}
.copy_group {
	color:#000;
	font-family: 'robotoregular';
}
.copyhotels {
	color:#919191;
	font-family: 'robotolight';
	padding: 5px 50px 5px 30px;
	text-align:center;
	display:block;
}
.footer_col {
	text-align:center;
	padding:30px 0;
}
.footer_col .col-xs-12 {
	padding:0px;
}
.footer_col a {
	color:#000;
	font-size:16px;
	text-decoration:none;
	display:block;
	line-height:30px;
}
.footer_col a:hover, .footer_col a:active {
	text-decoration:underline;
}
.footer_col h2 {
	border-bottom:1px solid #d1d1d1;
	padding-bottom:20px;
}
.newslatter_box {
	border: 1px solid #919191;
	padding: 5px 50px 5px 30px;
	background: url(../images/icons/news_latter.png) no-repeat;
	background-size: 14px 14px;
	background-position: 8px 8px;
	border-radius: 5px;
	width: 220px;
	margin: 10px auto;
	height: 34px;
	float: left;
	position: relative;
}

input:focus, textarea:focus {
	outline-color: transparent;
	outline-style: none;
}
.news_area {
	width:230px;
	margin:0 auto;
	position:relative;
}
.news_button {
	width: 40px;
	height: 34px;
	background-color: #919191;
	background-image: url(../images/icons/news_btn.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 5px;
	border: none;
	right: 10px;
	top: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	text-indent: -9999px;
}
.news_button:hover {
	background-color:#000;
}
/*End footer*/
::-webkit-input-placeholder {
 color: #000;
}

:-moz-placeholder { /* Firefox 18- */
 color: #000;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #000;
}

:-ms-input-placeholder {
 color: #000;
}
.field_area .selectpicker {
	margin-bottom:0px;
}
/*.room-fixed {
	position: fixed;
	width: 24.85%;
}*/
.uppercase {
	text-transform:uppercase;
}
iframe{
	border:none;
}
.book_now_form ::-webkit-input-placeholder {
   color: #f1f1f1;
   
}

.book_now_form :-moz-placeholder { /* Firefox 18- */
   color: #f1f1f1;  
}

.book_now_form ::-moz-placeholder {  /* Firefox 19+ */
   color: #f1f1f1;  
}

.book_now_form :-ms-input-placeholder {  
   color: #f1f1f1; 
}
::-webkit-input-placeholder {
	text-transform:uppercase;
   
}
:-moz-placeholder { /* Firefox 18- */
text-transform:uppercase;
}
::-moz-placeholder {  /* Firefox 19+ */
 text-transform:uppercase;
}
:-ms-input-placeholder {  
  text-transform:uppercase;
}
.success_message{
	color: green;
font-weight: bold;
width: 150px;
border: 1px solid green;
-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
margin:5px;
}
span.field-req{
	color:#F00;
	display:inline-block;
	position:absolute;
}
.header-about .text_input {
width: 298px;
margin:0 auto;
border: 1px solid #ababab;
padding: 10px 35px 10px 10px;
color: #000;
font-family: 'robotoregular';
font-size: 14px;
margin-bottom: 10px;
border-radius: 0;
box-shadow: none;
-webkit-box-shadow: none;
}
