#slider {
    width: 100%;
    height: 450px;
    position: relative;
    margin-top: 7px;
    background-size: cover;
    background-position: center center;
    z-index: -1;
   
}
#galery{
	text-align: left;
	max-width: 1150px;
	
}
#page{
		max-width: 1200px;
		margin: auto;
		overflow: hidden;
		margin-top: -140px;
		background-color: rgba(255,255,255,0.8);
	}
	
	#page .description{
		width: 68%;
		float: left;
		border-radius: 5px;
		
	}
	#page .description h1{
		color: #003a66;
		margin: 10px;
	}
	h3{
		color: #003a66;
	}
	#page .description .img
	{
		width: 95%;
		height: 450px;
		margin: 5px;
		background-size: cover;
		background-position: center center;
		position: relative;
	}
	
	#page .description>div{
		font-size: 15px;
		line-height: 25px;
		color: #525252;
		margin: 10px;
	}
	/*li{
		font-size: 15px;
		line-height: 20px;
		color: #525252;
		margin: 10px;
		margin-left: 20px;
	}
	*/
	#page .description ul{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
         #page .description ul li{
		width: 100%;
		background-image: url('../img/icons/2705.png');
		background-repeat: no-repeat;
		background-position: 8px 18px;
		cursor: pointer;
		padding: 10px;
		-webkit-transition: all 0.6s;
	 -moz-transition: all 0.6s;
	 -o-transition: all 0.6s;
	transition: all 0.6s;
	}
	#page .description ul li:hover{
	
		background-image: url('../img/icons/270s5.png');
		
	}
	#page .description ul li p{
		margin-left: 30px;
		color: #454246;
	}
	#page .rand{
		width: 30%;
		float: right;
	}
	#page .rand div{
		width: 100%;
		height: 78px;
		box-shadow: 0px 5px 5px #F0F0F0;
		border-radius: 5px;
		margin-top: 10px;
	}
	
	#page .rand div img{
		width: 85px;
		height: 70px;
		float: left;
		padding: 5px;
		cursor: pointer;
	}
	#page .rand div h4{
		color: #333333;
		text-align: left;
		line-height: 20px;
		padding: 10px;
		-webkit-transition: all 0.6s;
	 -moz-transition: all 0.6s;
	 -o-transition: all 0.6s;
	transition: all 0.6s;
	}
	#page .rand div:hover h4{
		color: #fecc09;
	}
	b{
		color: #4e5356;
	}
	#block{
		width: 350px;
		height: 350px;
		background-color: rgba(0,0,0, 0.8);
		position: fixed;
		bottom: 0;
		right: -500px;
		z-index: 99999;
		border-radius: 5px;
		 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	}
#block img{
	position: absolute;
	right: 0;
	top: -24px;
	cursor: pointer;
}
	.form-p{
	width: 100%;
	text-align: center;
	font-size: 17px;
	color: #fff;
    font-family: "BPG Arial Caps", sans-serif;
   
}


.form img{
	position: absolute;
	top: -25px;
	right: -40px;
	cursor: pointer;
	z-index: 9999;
}
.text {
   width: 96%;
    height: 37px;
    background-color: transparent;
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(0, 0, 0, 0.2);
    outline: none;
    color: #fff;
    font-size: 14px;
    margin: 5px;
    border-radius: 5px;

}
.select{
   width: 50%;
    height: 37px;
    background-color: transparent;
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-radius: 0;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(0, 0, 0, 0.2);
    outline: none;
    color: #fff;
    font-size: 14px;
    margin: px;
    border-radius: 5px;
    right: 8px;
    

}

.aBooking {
    width:96.5%;
    height: 40px;
    color: #fff;
    border: 2px solid rgba(254, 204, 9, 1);
    background-color: rgba(254, 204, 9, 0.8);
    border-radius: 5px;
    cursor: pointer;
    margin-left: 5px;
    margin-top: 5px;
    font-size: 15px;
    color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.aBooking:hover{
	 background-color: rgba(254, 204, 9, 1);
}
option{
	background-color: #fff;
	color: #000;
}
::placeholder {
    color: #fff;
    opacity: 0.8; /* Firefox */
    font-size: 12px;
    padding: 10px;
}
	.block{
		width: 350px;
		height: 350px;
		margin: auto;
		
	}
.col-lg-3{
	margin: 19px;
	width: 325px;
    height: 220px;
    display: inline-block;
    position: relative;
    border: 3px solid #c6c7c7;
}
/*! littlelightBox v0.9 */

.lightbox-wrap * {
	padding: 0;
	margin: 0;
}

/* Mask layer */

.lightbox-mask {
	position: fixed;
	top: 0;
	left: 0;
	background: url('../resource/opacity.png');
	z-index: 1000;
	display: none;
	cursor: pointer;
}

.lightbox-wrap .lightbox-skin,
.lightbox-wrap .lightbox-outer,
.lightbox-wrap .lightbox-inner {
	width: auto;
	height: auto;
	margin: auto;
}

.lightbox-loading,
.lightbox-skin .lightbox-closeBtn,
.lightbox-skin .lightbox-prevBtn span,
.lightbox-skin .lightbox-nextBtn span {
	background: url('../resource/lightbox_sprite.png');
}

.lightbox-wrap .lightbox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.lightbox-skin .lightbox-closeBtn {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -13px;
	margin-right: -13px;
	cursor: pointer;
	width: 36px;
	height: 34px;

	background-position: 0 0;
	z-index: 1060;
}

.lightbox-skin .lightbox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	background: transparent url(../resource/transparent.png);
	cursor: pointer;
	z-index: 1040;
}

.lightbox-skin .lightbox-nav:hover span {
	visibility: visible;
}

.lightbox-skin .lightbox-nav span {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	width: 36px;
	height: 34px;
	z-index: 1040;
	visibility: hidden;
}

.lightbox-skin .lightbox-prevBtn {
	left: 0px;
}
.lightbox-skin .lightbox-prevBtn span {
	left: 20px;
	background-position: 0 -36px;
}

.lightbox-skin .lightbox-nextBtn {
	right: 0px;
}
.lightbox-skin .lightbox-nextBtn span {
	right: 20px;
	background-position: 0 -72px;
}

.lightbox-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	z-index: 1050;
}

.lightbox-loading div {
	background: url('../resource/lightbox_loading.gif') center center no-repeat;
	width: 44px;
	height: 44px;
}

.lightbox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
}

.lightbox-wrap .lightbox-outer,
.lightbox-wrap .lightbox-skin {
	position: relative;
}

.lightbox-wrap .lightbox-skin,
.lightbox-wrap .lightbox-outer,
.lightbox-wrap .lightbox-image {
	background-color: white;
	border-radius: 10px;
}

/* Title helper */

.lightbox-wrap .lightbox-title {
	font: normal 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1030;
	width: 80%;
}

.lightbox-wrap .lightbox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 40px;
	line-height: 40px;
	vertical-align: middle;
	color: #FFF;
	background: #000;
	background: rgba(0, 0, 0, .7);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.lightbox-wrap .lightbox-title-over p {
	float: left;
	padding-top: 5px;
}

.lightbox-wrap .lightbox-title p {
	padding-left: 10px;
}

.lightbox-wrap .lightbox-title span {
	float: right;
	padding-right: 10px;
}

.lightbox-wrap .lightbox-title-inside {
	padding-bottom: 5px;
}

.lightbox-wrap .lightbox-outer + .lightbox-title-inside {
	padding-top: 5px;
	padding-bottom: 0;
}


table {
	font-size: 1em;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}
.block-tour{
	width: 150px;
	height: 40px;
	border: 3px solid #fecc09;
    background-color: rgba(254, 204, 9,0.8);
    border-radius: 10px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    bottom: 10px;
    left: 40%;
}
.Price{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #00a3e0;
	background-color: rgba(0, 163, 224,0.6);
	text-align: center;
	padding: 5px;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	color: #fecc09;
	margin: 5px;
	position: absolute;
}