/************************Banner Youtube videos css************************************************/
.video-section .pattern-overlay {
	/*background-color: rgba(71, 71, 71, 0.59);*/
	padding: 110px 0 32px;
	min-height: 600px;
/* Incase of overlay problems just increase the min-height*/
}
.video-section h1, .video-section h3{
text-align:center;
color:#fff;
}
/*.video-section h1{
font-size:110px;
font-family: 'Buenard', serif;
font-weight:bold;
text-transform: uppercase;
margin: 40px auto 0px;
text-shadow: 1px 1px 1px #000;
-webkit-text-shadow: 1px 1px 1px #000;
-moz-text-shadow: 1px 1px 1px #000;
}*/
.video-section h3{
font-size: 25px;
font-weight:lighter;
margin: 0px auto 15px;
}
.video-section .buttonBar{display:none;}
.player {font-size: 1px;}
.slide.yt {
	height: 600px;
}
.slide.yt section {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.button.button--bellini.helvetica-light {
    background-color: #ff8669;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 46px;
    text-transform: uppercase;
    width: auto;
    font-family: "Basis Grotesque Bold", Helvetica, Arial, sans-serif;
    min-height: 44px;
    height: auto;
    display: inline-block;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-user-select: none;
}
.video-section h1 {
	font-weight:bold;
	text-transform: uppercase;
	margin: 40px auto 0px;
	text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	max-height: 550px;
	margin-bottom: 28px;
    font-size: 64px;
    line-height: 64px;
    padding: 0 48px;
    color: #fff;
    font-family: "Plantin W01 Semibold", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}
@media (max-width: 767px) {
	.video-section .pattern-overlay {
		height:	350px;
	}
	.slide.yt {
	    height: 350px;
	}
}
@media (max-width: 560px) {
	.video-section .pattern-overlay {
		height: 300px;
	}
	.slide.yt {
	    height: 300px;
	}
}
@media (max-width: 420px){
	.video-section .pattern-overlay {
		height: 170px;
	}
	.slide.yt,.content-section {
	    height: 170px;
	}
}
/************************Banner Youtube videos css************************************************/
.bxslider li div.overlay {
    position: absolute;
    /*z-index: 999;*/
    z-index: -2;
    min-width: 100%;
    min-height: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
