﻿body{
	background:white /*url('../images/bg.jpg') no-repeat /*#F5F5F5*/ ;
	font-family:Arial;
	margin:auto;
	align:center;
}
h1{
	font-family: Arial;
	color: orange;
	font-size: 50px;
	font-weight: bold;
	text-align:center;
	background:rgba(0,0,0,0.2);
}
h2{
	font-family: Arial;
	color: #888;
	font-size: 18px;
	font-weight: bold;
	background:rgba(0,0,0,0.2);

}
/* ------------------------ */

.mainrow {
  border:none;
  position: absolute;
  height: 400px;
  width: 100%;
  z-index:0;
}

.mainrow img {
	width:100%;
	height:400px;
}
.rowcenter{
	text-align:center;
	width:50%;
	height:100%;
	top:-150px;
	margin:0 auto;
}
/* ---- Title ------ */


.title{
	margin:auto;
	width:800px;
	height:100px;
	z-index:1;
}
.title_bg{
		background:white url('../images/bg.jpg') no-repeat /*#F5F5F5*/ ;
		min-width:100%;
}
.texttitle{
	font-family: Verdana;
	color: black;
	Font-size:30px;
	height:85px;
	width:50px;
	float:left;
	text-align:justify;
	padding-top:20px;
	}
.textsubtitle{
	font-family: Verdana;
	color: black;
	Font-size:12px;
	height:35px;
	width:300px;
	float:left;
	text-align:justify;
}
/* ------------------------ */

/* - Video Background stuff */

video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  /*  background: no-repeat;*/
    background-size: cover; 
}

.topvideo {
width:100%;
height:200px;
position: relative;
top:0px;
z-index: -100;
}

.video-overlay {
	background: "./images/black-broken-diagonal-lines.png";
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
	background-size: cover;
    position: absolute;
    top: 130px;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    opacity: 0.5;
    background-repeat: repeat;
}


/* ------------------------------------------ */

/* --- Content ----- */
.content{
	position:absolute;
	top:130px;
	width:100%;
	height:100%;
}

.content2{
	margin: 0 auto;
	z-index: 1;
	top: 150px;
	bottom: 800px;
	width:800px;
	height:100%;
	
}

.contenttitle { 
    width:100%;
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 50px;
    z-index: 0;
    color: #fff;
    text-align:center;
   	position: relative;
    background:rgba(0,0,0,0.2);
    padding-top: 3%;
    padding-bottom: 3%;
}

.invisible {
	display: none;
}

.contentAdd{
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    font-size: 40px;
    color: #fff;
}

.form-required{
	color: red;
}


@media only screen and (min-width: 769px){

	#rightAdv{
	display: all;
	}

	#leftAdv{
	display: all;
	}

}

@media only screen and (max-width: 768px){

	#mobileRightAdv{
	display: all;
	}

	#mobileLefttAdv{
	display: all;
	}

}
