@charset "UTF-8";
/* CSS Document */
.video_wrapper {
    background-image: url( 'yt-background-logo.jpg' );
    background-size: cover;
    position: relative;
    box-shadow: 0px 3px 5px #333;
    height: 450px;
    width: 100%;
}
.video_wrapper .video_trigger:before {
    content: '\f04b';
    font-family: 'FontAwesome';
    position: absolute;
    z-index: -1;
    font-size: 120px;
    color: rgba( 255, 255, 255, .2 );
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    top: -webkit-calc( 50% - 60px );
    top: calc( 50% - 60px );
    left: -webkit-calc( 50% - 60px );
    left: calc( 50% - 60px );
}
.video_wrapper .video_trigger {
    padding: 130px 30px;
    
    height: -webkit-calc( 100% - 200px );
    height: -moz-calc( 100% - 200px );
    height: -o-calc( 100% - 200px );
    height: calc( 100% - 260px );
    
    width: -webkit-calc( 100% - 60px );
    width: -moz-calc( 100% - 60px );
    width: -o-calc( 100% - 60px );
    width: calc( 100% - 60px );
    
    position: absolute;
    bottom: 25%;
	left: 3.5%;
    z-index: 9;
    background-color: rgba( 0, 0, 0, .6 );
    color: #fff;
}
.video_wrapper .video_layer {
    position: relative;
    display: none;
    height: 450px !important;
    width: inherit;
    margin: auto;
}
.video_wrapper p.text-center {
	color: #FFFFFF;
}
.video_wrapper p.text-center a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: 900;
}
.video_wrapper p.text-center a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: 900;
}
.video_wrapper input.btn-white, .video_wrapper input.btn-transparent {
	background: rgba(224,224,224,0.75);
	color: rgba(93,137,107,1.00);
	font-weight: 900;
}
.video_wrapper input.btn-white:hover, .video_wrapper input.btn-transparent:hover {
	background: rgba(234,48,51,0.75);
	color: rgba(93,137,107,1.00);
	font-weight: 900;
}
.video_wrapper .video_layer iframe {
    border: 0px none transparent;
    height: inherit;
    width: inherit;
}		
