#baground{
	width: 100%;
	height: 400px;
	background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
}
#Gallery{
	max-width: 1300px;
	margin: 10px auto;
	position: relative;
	min-height: 600px;
	text-align: left;
}
.Gallery{
	width: 399px;
	height: 250px;
	border: 3px solid #e2e2e2;
	display: inline-block;
	margin: 12px;
	border-radius: 3px;
	position: relative;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: hidden;
}
.Gallery .h5 {
    width: 97%;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    height: 40px;
    color: #fff;
    font-size: 15px;
    padding: 7px;
    text-align: center;
    line-height: 25px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    font-family: 'dejavu_sansbook';
    font-weight: normal;
    display: flex;
    bottom: 0px;
}
.Gallery .h5>div {
    margin: auto;
}
.Gallery:hover{
	border: 3px solid #fe6d69;
}
.Gallery:hover .h5 {
	background-color: rgba(0,0,0,0.9);
}
.col-lg-3{
	width: 414px;
	 height:250px;
    display: inline-block;
    margin: 8px;
    position: relative;
    background-size: cover;
    background-position: center center;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
    border-radius: 2px;
    
}
.image-color{
	width: 90%;
	height: 90%;
	margin-top: 2.5%;
	margin-left: 5%;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#video{
	max-width: 1300px;
	min-height: 300px;
	margin: auto;
	margin-top:10px;
}
.video{
	width: 404px;
	height: 220px;
	border: 3px solid #bbbbbb;
	border-radius: 10px;
	display: inline-block;
	margin: 10px;
	overflow: hidden;
}
.video>h4{
	width: 100%;
	text-align: center;
	font-family: 'dejavu_sansextralight';
	color: #3e3e3e;
	font-size: 19px;
	margin-top: 5px;
}
.All_videos{
	width: 120px;
	height: 20px;
	background-color: #005b9e;
	padding: 10px;
	margin: auto;
	border-radius: 5px;
	color:#fff;
	text-align: center;
	  -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
}
.All_videos:hover{
	background-color: #ba0621;
}
.fa-angle-right{
	margin-top:2px;
	position: absolute;
	margin-left: 4px;
}
.col-lg-3:hover .image-color{
	opacity: 1;
}
/*! 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;
	opacity: 0;
}

.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;
}
#contacts{
	width: 100%;
	margin: auto;
	text-align: center;
	background-color: #f8f9fb;
	overflow: hidden;
}
#contacts>h3{
	font-size: 23px;
	text-align: center;
	width: 100%;
	margin-top: 40px;
	color: #000;
}
#contacts>div{
    font-size: 13px;
    color: #56565a;
    line-height: 22px;
    text-align: center;
    max-width: 600px;
    margin: auto;
    margin-top: 20px;
}
.contacts{
	width: 350px !important;
	height: 300px;
	display: inline-block;
	margin: 40px 30px!important;
	overflow: hidden;
	border-radius: 5px;
	cursor: pointer;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contacts>h4{
	font-size: 19px;
	color: #000;
}
.contacts>span{
	padding: 5px;
	line-height: 20px;
	font-size: 16px;
	margin-top: 120px;
}


.fa-mobile-alt,.fa-envelope,.fa-map-marker-alt{
	font-size: 47px;
	color: #a43d4e;
	margin: 40px auto;
}

.form{
    margin: auto;
    max-width: 1100px;
    overflow: hidden;
}
.text {
    width: 45%;
    height: 30px;
    background-color: transparent;
	border: 1px solid #c9cbcb;
    outline: none;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    float: left;
}
.textarea {
    width: 98%;
    height: 200px;
    background-color: transparent;
	border: 1px solid #c9cbcb;
    outline: none;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    margin-top: 20px;
}
.aBooking {
    width: 100px;
    height: 40px;
    color: #fff;
    float: right;
    background-color: #a43d4e;
    border: 1px solid #a43d4e;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.aBooking:hover{
	
	 background-color: transparent;
	 color: #a43d4e;
}


@media only screen and (max-width: 1320px) {
  
  #Gallery {
    max-width: 1200px;
}
.Gallery {
    width: 365px;
    overflow: hidden;
	}
	.col-lg-3 {
    width: 381px;
   
}
.video{
	width: 370px;
	
}
#video{
	max-width: 1200px;
}
}

@media only screen and (max-width: 1220px) {
  
  #Gallery {
    max-width: 1200px;
    text-align: center;
}
#video{
	text-align: center;
}

}
@media only screen and (max-width: 500px) {
  
  .Gallery {
    
    margin: 0px;
   

}
	.col-lg-3 {
    width: 351px;
   
}
.video{
	width: 360px;
	
}
}
