#myVideo{
		position: relative;
		right: 0;
		bottom: 0;
		top:0;
		margin:123px auto 0px;
		right:0;
		width: 100%;
		height: 100%;
		background-size: 100% 100%;
 		background-color: black; /* in case the video doesn't fit the whole page*/
  		background-image: /* our video */;
  		background-position: center center;
  		background-size: contain;
   		object-fit: cover; /*cover video background */
   		z-index:3;
		clear:both;
	}

	/* Bottom menu
	* --------------------------------------- */
	#infoMenu li a {
		color: #fff;
	}

/****/
.coverCol {
	position:relative;
	margin:0 auto;
	width:75%;
	z-index:999;
	
	}
.coverCol ul {	
	padding:0;
		}
.coverCol li {	
	width:33.3%;
	float:left;
	height:auto;
	position:relative;
	margin:0 auto;	
		}
.coverCol img {	
		width:100%;
		position:relative;
		margin:0 auto;
		}
		
.gallery-item{
	width:75%;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	
}

#bx-pager ul{
	max-width:100%;
	margin:0;
	padding:0;
	list-style: none;
	background-color:#543f17;
	border:none;
	display: inline-block;
    /* for ie6/7 support */
    *display: inline;
    zoom: 1;
}
#bx-pager li{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position:relative;
	width:25%;
	padding:0px;
	opacity:0.5;
	-moz-opacity:0.5;
    -khtml-opacity: 0.5;    
    opacity:0.5; 
    filter:alpha(opacity=50);
    zoom:1; /* hasLayout for IE6 and IE7 */
	float:left;
	font-size: 0;
}
#bx-pager li img{
	width:100%;
}
#bx-pager li a:hover{
	opacity:1;
	-moz-opacity:1;
    -khtml-opacity: 1;    
    opacity:1; 
    filter:alpha(opacity=100);
    zoom:1; /* hasLayout for IE6 and IE7 */
	transition: opacity .3s ease-in;
	-moz-transition: opacity .3s ease-in;
	-webkit-transition: opacity .3s ease-in;
	-o-transition: opacity .3s ease-in;
	font-size: 0;
}


.gap2{
	position:relative;
	height:50px;
	}
.gap4{
	position:relative;
	height:125px;
	}
.fullImg img,.fullImg2 img, .miniImg img, .miniImg2 img{
	width:100%;
	position:relative;
	margin:0 auto;
	padding:0px;
	z-index:-11;
	left:0px;
	}
.miniImg img, .miniImg2 img{
	display:none;
	}
.coverAbout{
	width:100%;
	font-style:italic;
	color:#a87e31;
	margin:0px auto;
	letter-spacing:.5px;
	clear:both;
	z-index:-11;
	
	}
.coverAbout p{
	width:70%;
	position:relative;
	font-family: 'Conv_Optima Medium';
	font-size:12px;
	font-style:italic;
	color:#543f17;
	padding-top:30px;
	margin:0px auto;
	line-height:18px;
	letter-spacing:.5px;
	max-width:700px;
	z-index:-11;
	clear:both;
	}
.para1{
	
	position:relative;
	z-index:-11;
	clear:both;
	}

/****/
@media only screen 
and (max-width : 1024px) {
.fullImg img, .fullImg2 img{
	width:100%;
	position:relative;
	margin:0 auto;
	padding:0px;
	z-index:-11;
	left:0px;
	top:2px;
	}
}
@media only screen 
and (max-width : 768px) {
.col1, .col2, .col3 {
	font-family: 'Conv_Optima Medium';
	font-size:12px;
	position:relative;
	margin:0 auto;
	line-height:18px;
	color:#543f17;
	letter-spacing:.5px;
	width:70%;
	padding-right:0%;
	padding-left:15%;
	padding-top:0px;
	z-index:-11;
	text-align:justify;
	float:left;
	}
.col1{
	padding-top:30px;
	}
.fullImg img, .fullImg2 img{
	width:100%;
	position:relative;
	margin:0 auto;
	padding:0px;
	z-index:-11;
	left:0px;
	top:5px;
	}


}
@media only screen 
and (max-width : 700px) {
.fullImg img, .fullImg2 img{
	display:none;
	}	
.miniImg img, .miniImg2 img{
	display:block;
	}
.gap{
	height:126px;
	}
.download img{
	padding-top:30px;
	padding-bottom:20px;
	
	}
.gallery-item li{
	width:50%;
}
}

/* iPhone6 */
@media only screen 
and (min-width : 320px) 
and (max-width : 568px) { /* STYLES GO HERE */
	
}

#myVideo{
		margin:85px auto 0px;
}
}