@font-face {
    font-family: 'Open Sans Condensed';
    src: url('OpenSansCondensed-Light.eot');
    src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'),
        url('./fonts/OpenSansCondensed-Light.eot?#iefix') format('embedded-opentype'),
        url('./fonts/OpenSansCondensed-Light.woff2') format('woff2'),
        url('./fonts/OpenSansCondensed-Light.woff') format('woff'),
        url('./fonts/OpenSansCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans Condensed';
    src: url('OpenSansCondensed-LightItalic.eot');
    src: local('Open Sans Condensed Light Italic'), local('OpenSansCondensed-LightItalic'),
        url('./fonts/OpenSansCondensed-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('./fonts/OpenSansCondensed-LightItalic.woff2') format('woff2'),
        url('./fonts/OpenSansCondensed-LightItalic.woff') format('woff'),
        url('./fonts/OpenSansCondensed-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans Condensed';
    src: url('OpenSansCondensed-Bold.eot');
    src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'),
        url('./fonts/OpenSansCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/OpenSansCondensed-Bold.woff2') format('woff2'),
        url('./fonts/OpenSansCondensed-Bold.woff') format('woff'),
        url('./fonts/OpenSansCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

* {  
  font-family: 'Open Sans Condensed', sans-serif !important;
  font-weight:300 !important;
  font-size: 17px;
  color: #f2f2f2;
} 


body, html {			
	height: 100% !important;			
}
		
div, blockquote, h1, a {			
	text-decoration: none !important;			
}		

.pageBgImage {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	height: 100%;
	width: 100%;			
	webkit-filter: blur(25px);
	filter: blur(25px);			
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='15') opacity: .92;
} 

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}