body,html{
	background-image: url(../images/background-img.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	margin: 0px;
	padding: 0px;
	height:100%;	
	font-family: 'Open Sans', sans-serif;
	min-width: 1183px;
}

h2{
	color: #fff;
	background: #F90;
	padding:10px 20px;
	font-size:18px;
}

a{
	color: #C00;
	text-decoration: none;	
	transition: all 0.3s;
}

a:hover{
	color: #f04d4d;
	text-decoration: underline;
}


/* Let's get this party started */
::-webkit-scrollbar {
    width: 5px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0,0,0,0.2); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.4); 
}



/* HOTEL */
.recommended-hotel, .navigation-wrapper, .content-wrapper{
	height: 100%;	
	float: left;
}

.recommended-hotel{
	overflow-y: scroll;
	width: 200px;
	border-right:1px #ccc solid; 
	background:#fff;
} 

.recommended-hotel h1{
	background: #ccc;
	font-family: 'Roboto Condensed', sans-serif;
	text-align:center;    
	color: #C00;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px #ccc solid;
	padding: 15px 0px;
	margin:0px;
	margin-bottom:20px;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f9f9 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.hotel{
	width: 140px;
	margin: auto;
	text-align:center;
	font-size:12px;
	border-radius: 5px;
	margin-bottom:20px;
	border: 1px #ccc solid;
	padding:10px;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f9f9 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.hotel a{
	text-decoration: none;
	color: #C00 !important;
}

.hotel a:hover{
	text-decoration: underline;
}

.hotel img{
	width: 80%;
	margin-bottom:10px;
}

/*  Navigation  */

.navigation-wrapper{
	width: 200px;
	border-right:1px #ccc solid; 
	background: rgba(255,255,255,0.9);
}

.logo{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #C00;
	padding:15px 10px 15px 10px;
	margin:0px 0px 20px 0px;
	font-size: 26px;
	font-weight:bold;
}

.title{
	color: #C00 !important;
	margin:0px;
	padding:15px 0;
}

.navigation-wrapper ul{
	padding:0px;
	margin:0px;
	list-style: none;
}

.navigation-wrapper ul li a{	
	padding: 10px 20px;
	display:block;
	text-decoration:none;
	color:#fff;
	background: #F90;
	border-bottom:1px #fff solid;
}

.navigation-wrapper ul li:hover .submenu{
	height:368px;
}

.submenu{
	overflow:hidden;
	height:0px;
	margin:0px !important;
	transition: all 0.3s;
}

.submenu li a{
	padding: 10px 10px 10px 30px !important;	
	color:#fff;
	background: #ccc !important;
	transition: all 0.3s;
}

.submenu li a:hover{
	padding: 10px 10px 10px 30px !important;	
	color:#fff;
	background: #666 !important;
}


/*  Content  */

.content-wrapper{
	position:relative;
	overflow-y: scroll;
	background: rgba(255,255,255,0.95);
	width: 580px;
	color: #000;
}

.content{
	position:relative;
	padding:60px 40px 40px 40px;
	font-size:13px;
	padding-top:0px;
	line-height:24px;
}

.content h1{
	font-family: 'Roboto Condensed', sans-serif;
	color: #C00;
}

.order-list{
	margin:0px;	
	padding: 0px;
	padding-left: 15px;
}

.order-list li{
	font-size:16px;
	padding:10px 0px;
}

.order-list li a{
	text-decoration: none;
	font-size:13px;
}

.order-list li a:hover{
	text-decoration: underline;
}

.tour-wrapper{
	padding: 15px;
	border:1px #ccc solid;
	margin-bottom:50px;
}

.tour-wrapper h3{
	margin:0px;
	padding:10px 15px;
	color: #fff;
	background-color: #F90;
}

.language-wrapper{
	position: absolute;
	right:0;
	top:0;
}

.language-wrapper div{
	float:left;
	margin-left:-1px;
}

.language-wrapper div a{
	font-size:12px;
	color: #000;
	display: inline-block;
	padding: 5px 20px;
	border: 1px #ccc solid;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top,  #efefef 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efefef 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efefef 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efefef 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #efefef 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}

.form-box{
	border-radius: 3px;
	padding:8px 15px;
	text-shadow: none;
	box-shadow: none !important;
	border:1px #ccc solid;
	width:80%;		
}

.submit-button{
	border-radius: 5px;
	padding:5px 8px;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.float-left{
	float: left;
	width: 50%;
}

.van-title{
	background: rgba(0,0,0,1);
	padding:5px 10px;
	color:#fff;
}


.number li:last-child{
	list-style: none;

}

.ruyi:before{
	margin-left: -23px;
	padding-right:10px;
	list-style:none !important;
	content:'44 如意.';
	}
	
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 880px) {

.navigation-wrapper ul li .submenu{
	height:368px;
}

.submenu li a{
	padding: 10px 10px 10px 30px !important;	
	color:#fff;
	background: #f9b349 !important;
	transition: all 0.3s;
}

.submenu li a:hover{
	padding: 10px 10px 10px 30px !important;	
	color:#fff;
	background: #f9b349 !important;
}

}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}