.content-wrapper
{
	background: url('../images/bg.jpg') no-repeat;
	background-position: 50% 0;    
}
#content .container
{
	background: #fff;
}
.main-content-wrapper{
	padding-top:35px;
}

.banner-section .container{
	padding:0;
	position: relative;
}
.gallery {
    padding-bottom: 10px;
    padding-top: 15px;
}
.gallery ul{
	text-align: center;
	overflow: hidden;
	text-align: left;
	margin-bottom: 0;
	display: inline-block;
}
.gallery ul li{
	
	display: inline-block;
	padding:5px;
	margin-right: 8px;
   	margin-bottom: 8px;
   border:1px solid #9fac8f;
	
}
.gallery ul li img
{
	display: block;
}
.flexslider
{
	background: transparent;
}
.flexslider ul li img
{
	display: block;
}
.flexslider .slides > li:first-child 
{
	display: block; 
    -webkit-backface-visibility: visible;
}
.flexslider .slides > li 
{
	display: none; 
	-webkit-backface-visibility: hidden;
}
.flexslider
{
	overflow:hidden;
}
.fancybox-overlay-fixed
{
	overflow: hidden !important;
}
.fancybox-wrap{
	left:0!important;
	right:0!important;
	margin:auto;
}

nav {
    z-index: 99;
}



/*  FOR COLUMNS CONTAINING BOOKING BUTTON  */

/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 1000 PIXELS */

@media only screen and (max-width: 1000px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

/*  GRID OF EIGHT   ============================================================================= */

	
.span_8_of_8 {
	width: 100%;
}

.span_7_of_8 {
	width: 87.3%; 
}

.span_6_of_8 {
	width: 74.6%; 
}

.span_5_of_8 {
	width: 61.9%; 
}

.span_4_of_8 {
	width: 49.2%; 
}

.span_3_of_8 {
	width: 36.5%;
}

.span_2_of_8 {
	width: 23.8%; 
}

.span_1_of_8 {
	width: 11.1%; 
}


/*  GO FULL WIDTH AT LESS THAN 1000 PIXELS */

@media only screen and (max-width: 1000px) {
	.span_8_of_8 {
		width: 100%; 
	}
	.span_7_of_8 {
		width: 100%; 
	}
	.span_6_of_8 {
		width: 100%; 
	}
	.span_5_of_8 {
		width: 100%; 
	}
	.span_4_of_8 {
		width: 100%; 
	}
	.span_3_of_8 {
		width: 100%; 
	}
	.span_2_of_8 {
		width: 100%; 
	}
	.span_1_of_8 {
		width: 100%; 
	}
}