/**
 * The MIT License (MIT)
 * 
 * Copyright (c) 2015 BG Stock - html5backgroundvideos.com
 * 
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */

/**
 * Set default positioning as a fallback for if the plugin fails
 */
.jquery-background-video-wrapper {
	/*position: relative;*/
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    	background-size: cover;
}
.jquery-background-video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	    	transform: translate(-50%,-50%);
}
/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
	opacity: 0;
	-webkit-transition: opacity 300ms linear;
			transition: opacity 300ms linear;
}
.js .jquery-background-video.is-visible {
	opacity: 1;
}

/**
 * Pause/play button
 */ 
.jquery-background-video-pauseplay {
	position: absolute;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	width: 20px;
	height: 20px;
	top: 15px;
	right: 15px;
	padding: 0 !important;
	cursor: pointer;
	outline: none !important;
}
.jquery-background-video-pauseplay span {
	display: none;
}
.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}
.jquery-background-video-pauseplay.play:before {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #FFF;
}
.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-left: 5px solid #FFF;
}
.jquery-background-video-pauseplay.pause:after {
	left: 10px;
}

/* fonts */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Exo2-Thin.ttf');
}
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/Exo2-ExtraLight.ttf');
}
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Exo2-Light.ttf');
}
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Exo2-Regular.ttf');
}
@font-face {
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/Exo2-Italic.ttf');
}
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/Exo2-SemiBold.ttf');
}
@font-face {
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: bold;
    src: url('../fonts/Exo2-SemiBoldItalic.ttf');
}
p, a, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Exo 2', sans-serif !important;
}
html {
  height: 100%;
  overflow: hidden;
  font-family: 'Exo 2', sans-serif !important;
}
body {
    background:#fff;
    font-size:2em;
    margin: 0;
}

.bg-image {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
    background: url(/bg-video2.png) repeat;
}
.bl0 {
	position: absolute;
	width: 100%;
	text-align: center;
}

.bl1 img {
	width: 50%;
}
.bl2 a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.bl1, .bl2, .bl3, .bl4 {
    width:100%;
    text-align:center;
}
.bl1 {
	margin-top: 5%;
}
.bl1 img {
    width:80%;
}
.bl2-1 {
    width: 350px;
    background: #367baf;
    border-radius: 10px;
    margin:0 auto;
    padding: 5px 30px;
    transition:0.5s;
    box-shadow: 3px 3px 1px #121212;
}
    .bl2-1:hover {
        transition:0.5s;
        box-shadow: 1px 1px 1px #121212;
    }
.bl3 {
    margin-bottom:15px;
}
.bl3 img {
    height:65px;
}
.bl4 {
    position: fixed;
    bottom: 0;
}
@media (max-width: 844px) {
	.bl0 {
		margin: 56% auto;
	}
	.bl1 {
	    margin-top: 100px;
    }
	.bl1 img {
		width: 95%;
	}
	.bl2-1 {
        width: 290px;
        font-size: 0.8em;
    }
    .bl3 img {
        height:165px;
    }
}