/**
 * orange color : #F9761D;
 * dark silver color : #505050;
 * white color : #ffffff;
 **/

/* general css */
body {
	font-size: 14px;
	color: #505050;
	padding-top: 50px;
}
section {
	padding-top:50px;
	margin-top:-50px;
}
hr {
	border-top: 1px solid #FFE5D3;
}
.MarginR15 {
	margin-right: 15px;
}
.MarginT15 {
	margin-top: 15px;
}
.border-radius-5 {
	border: 1px solid #F9761D;
	border-radius: 5px;
}
.limit-height-300 {
	max-height: 300px;
}
.width-100-percent {
	width: 100%;
}
#home-main-icon a:hover .img-circle{
	transition: all 1s ease;	
	-webkit-filter: grayscale(1); 
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
.img-full-width {
	width: 100%;
}

/* header css */
#header {
}
#header .border-line {
	background-color: #505050;
	min-height: 20px;
}
.logo img {
	margin-top: 10px;
	width: 70px;
	height: 70px;
	vertical-align: text-bottom;
}
.logo a {
	text-decoration: none;
	color: #000000;
	font-size: 36px;
	vertical-align: baseline;
}
.hotel, #footer .company-name {
	color: #F9761D;
}
#nav-background {
	background-color: #F9761D;
	/*border-bottom: 1px solid #d1d1d1;*/
	position: fixed;
	z-index: 100;
	top: 0px;
	width: 100%;
	box-shadow: 0px 1px 1px #888888;
}
#cssmenu {
	z-index: 500;
}

/* content css */
#content {
	min-height: 400px;
	margin-bottom: 15px;
}
#content .home-main-icon img:hover {
	border: 10px solid;
}
#content .home-second-icon img {
	max-height: 180px;
}
img.company-sign {
	width: 100%;
	margin: 15px 0px;
}
#google-maps {
	min-height: 300px;
}
.ratio {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 50%;

	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.ratio-desc {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px 15px;
	line-height: 36px;
	font-size: 14px;
	color: #ffffff;
	display: none;
}
.row > .col-md-4 {
	margin-bottom: 15px;
}
.wifi-cafe-title {
	cursor: pointer;
	margin-bottom: 0px;
}
.wifi-cafe-list {
	/*width: 200px;*/
	text-align: center;
	margin: 0px auto;
	display: none;
}

/* footer */
#footer {
	background-color: #505050;
	color: #ffffff;
}
#footer a:hover {
	text-decoration: none;
}
#footer h5 {
	line-height: 50px;
}

/* social */
.social-icon {
	float: right;
}
.social-icon ul li {
	float: left;
	cursor: pointer;
	width: 45px;
	height: 44px;
	overflow: hidden;
	margin-left: 15px;
}
.social-icon ul li a {
	width: 45px;
	height: 44px;
	overflow: hidden;
}
.social-icon ul li a img {
	position: relative;
	top: 0;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.social-icon ul li a:hover img {
	position: relative;
	top: -44px;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

/* datepicker css */
.ui-widget-header {
	background: #F9761D;
	border: 0px;
}
.ui-corner-all {
	border-radius: 0px;
}
.ui-state-highlight {
	border: #F9761D!important;
	background: #F9761D!important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#home-main-icon h3 {
		min-height: 50px;
	}
}

@media only screen and (max-width: 768px) {
	/* general css */
	.border-radius-5 {
		margin-bottom: 15px;
	}
	body {
		padding-top: 0px;
	}

	/* header css */
	.logo a {
		font-size: 24px;
	}
	.social-icon {
		float: none;
	}
	#nav-background {
		position: relative;
		z-index: 1;
		top: auto;
	}

	/* language button */
	#language {
		position: absolute;
		top: 60px;
		right: 10px;
	}

	/* content css */
	#content {
		min-height: 280px;
	}
	#home-main-icon h3 {
		font-size: 22px;
	}
	.room-title {
		display: none;
	}
	.room-type {
		display: block;
	}
	.room-type, .room-desc {
		text-align: center;
	}
	#premier-family-room .col-md-4, #double-bed-room .col-md-4 {
		float: none;
		margin-bottom: 20px;
	}
	#contact-form input[name="name"], #contact-form input[name="subject"] {
		margin-bottom: 10px;
	}

	/* footer css */
	#footer h5 {
		line-height: 24px;
	}
	#footer h5 small {
		display: block;
		line-height: 24px;
	}
}