@charset "utf-8";
body{
	background: url(img/header/bg2.png) no-repeat center center fixed; 
	margin: 0px;
	padding: 0px;
	font-family:Verdana;
}
header{
	margin: 0px;
	padding: 0px;
}
.header-wrapper{
	margin: 0px auto;
	padding: 0px;
	background:url(img/header/header.png) repeat-x left top;
	background-size: 100% 100%;
	min-height: 150px;
}
.header-logo{
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px auto;
	text-align: left;
}
.google-tran{
	float:right;
	padding-right: 25px;
	padding-top: 25px;
}
.nav-wrapper{
	background: #48629b;
}
.page-layout{
	background: #fff;
	margin: 0px auto;
	padding: 0px;
}
.content{
	padding: 25px;
}
.content h1{
	background: #48629b;
	font-size: 20px;
	color: #fff;
	margin: 0px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.text-ani{
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 7px;
	margin: 0px auto;
	background: #48629b;
	color: #fff;
}
.marquee {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    animation: marquee 50s linear infinite;
}

.marquee:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0%   { text-indent: 27.5em }
    100% { text-indent: -105em }
}
.roombox{
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 10px;
	background: #fff;
	color: #444;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px #999;
	box-shadow: 0 0 10px #999;
  border: 1px solid #f1f1f1;
}
.roombox h2{
	font-size: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000;
	font-weight: bold;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.roombox h3{
	font-size: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #e2ae15;
	font-weight:bold;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.roombox a{
	text-decoration: none;
}
.roomprice{
	font-size: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #e2ae15;
	font-weight:bold;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.room{
	background: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
	-webkit-box-shadow: 0 0 10px #666;
	box-shadow: 0 0 10px #666;
  border: 1px solid #f1f1f1;
}
.room:hover{
	background: #eee;
	cursor: pointer;
}
.room h2{
	text-align: center;
	font-size: 22px;
	color: #000;
}
.roompriced{
	text-decoration: line-through;
	font-size: 18px;
	color: #555;
	padding-right: 10px;
}
.roomprice{
	font-size: 24px;
	font-weight: bold;
	color: #e0bc2b;
	padding-right: 10px;
	padding-bottom: 10px;
}
.room p{
	text-align: left;
}
.room a{
	color: #fff;
	text-decoration: none;
}
.tourdetail{
	border:1px solid #ddd;
	padding: 15px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer-wrapper{
	text-align: center;
	padding: 10px;
	background:#fff;
}
.facebook-like{
	text-align: center;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-left: 300px;
}
.network p{
	padding-top: 10px;
	padding-bottom: 10px;
}
.network a{
	padding-left: 1px;
	padding-right: 1px;
}
.network img:hover{
	opacity: 0.8;
}
.service-offer{
	padding-left: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #e8e8e8;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.service-offer ul{
	margin-left: 20px;
}
.service-offer li {
    list-style: none;
    margin-left: -40px;
	line-height: 32px;
}

.service-offer li:before {
	font-family:"Glyphicons Halflings";
  	content:"\e013";
    font-size: 20px;
    color: #eb971e;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 30px;
}
.tour-wrapper{
	background: #6aa0fb;
	margin: 0px auto;
	padding: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.tourbox{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom:1px solid #ccc;
}
.tourbox:hover{
	background: #3d6fc8;
	cursor: pointer;
	display: block;
}
.tourbox h3{
	font-size: 18px;
	color: #333;
	margin: 0px;
	margin-top: 10px;
	padding-bottom: 5px;
}
.tourbox a{
	text-decoration: none;
}
.tourbox a:hover{
	color: #fff;
	text-decoration: none;
}
.btndetail {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight: normal;
	padding:5px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.btndetail:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
.btndetail:active {
	position:relative;
	top:1px;
}
.btnbook {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.btnbook:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.btnbook:active {
	position:relative;
	top:1px;
}

.alert-danger{
	padding: 8px;
	text-align: center;
	border-bottom: 5px solid #dda918
}
.alert-success{
	padding: 8px;
	text-align: center;
	border-bottom: 5px solid #dda918
}
.alert-danger h1, .alert-success h1{
	font-family: 'BebasNeuewebfont';
	font-size: 22px;
}
@media only screen and (max-width:600px){
	.google-tran{
		float: none;
		padding: 0px !important;
		margin-top: 10px;
	}
	.facebook-like{
		margin: 0px !important;
	}
}
@media only screen and (max-width:876px){
	.facebook-like{
		margin-left: 100px;
	}
}
.row.vdivide [class*='col-']:not(:last-child):after {
  background: #e0e0e0;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  min-height: 70px;
}
@media (min-width:992px){
	.vdivider1{
		border-right:1px solid #fff;
		max-height:auto;
		min-height: 2300px;
		margin-bottom:0px;
		}
	.vdividercontact{
		border-right:1px solid #fff;
		max-height:auto;
		min-height: 1770px;
		margin-bottom:0px;
		}		
	.vcenter {
    	float: none;
  		display: table-cell;
    	vertical-align: bottom;

		}
	.logo-pad{
		width:150px; 
		border:#ccc solid 0px;	
	}
	.title-pad{
		width:450px; 
		border:#000 solid 0px; 
		padding-top:40px;	
	}
	.social-pad{
		width:25%; 
		float:right; 
		padding-bottom:20px; 
		padding-top:50px;	
	}
	.navbar-nav1{
		margin-right:2px;
		height:45px;
	}
	.navbar-nav1 > li{
		margin-right:2px;
		display:inline-block;
		height:45px;
	}
}
@media (min-width:1200px){
	.vdivider1{
		border-right:1px solid #fff;
		max-height:auto;
		min-height: 2300px;
		margin-bottom:0px;
		}
	.vdividercontact{
		border-right:1px solid #fff;
		max-height:auto;
		min-height: 1770px;
		margin-bottom:0px;
		}	
	.vcenter {
    	float: none;
  		display: table-cell;
    	vertical-align: bottom;
		}
	.logo-pad{
		width:150px; 
		border:#ccc solid 0px;	
	}
	.title-pad{
		width:450px; 
		border:#000 solid 0px; 
		padding-top:40px;	
	}
	.social-pad{
		width:25%; 
		float:right; 
		padding-bottom:20px; 
		padding-top:50px;	
	}
	.navbar-nav1{
		margin-right:2px;
		height:45px;
	}
	.navbar-nav1 > li{
		margin-right:2px;
		display:inline-block;
		height:45px;
	}
}
html { 
background: url(img/header/bg2.png) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.vcenter-pad{
	padding-bottom:20px;
}
hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE -moz-use-text-color #FFFFFF;
  border-style: solid none;
  margin: 10px 0;
}
.footer-wide{
	width:80px;
}
@media (max-width:768px){
.footer-line{
	border-bottom:1px #9CC dashed;
	line-height:20px;
	padding-top:10px;
	padding-bottom:10px;
}

}

.dropdown-menu li{
	border-bottom:1px #fff dotted;
	background:#a6bbda;
}
@media (max-width:1005px){
	.text5{
		font-size:24px;
		color:#ffffff;
		font-weight:800;
	}
}
@media (min-width:782px){
	.text5{
		font-size:24px;
		color:#ffffff;
		font-weight:800;
	}
}
