@charset "utf-8";
/* CSS Document */

#left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 75px;
	text-align:left;
}

#right {
	position: absolute;
	width: 75px;
	top: 0px;
	right: 0px;
	text-align:right;
}

/* Navigation */

#navblock {
	background-color: #F00;
	height: 100px;
	width: 400px;
	z-index: 1;
	top: 0px;
	left: 400px;
	position: fixed;
	padding-right: 75px;
	padding-left: 75px;
	text-align: center;
}

#navblock2 {
	background-color: #FF0;
	height: 100px;
	width: 300px;
	z-index: 1;
	bottom: 0px;
	position: fixed;
	left: 400px;
}

/* Navigation End */

/* General */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	
	/*overflow: hidden;*/

}

.bg_black {
	background-color: #000000;
}

.logo {
	margin: 10% 25%;
}

.section {
	float: left;
	display: block;
	height: 1200px;
	width: 1920px;
	position: relative;
	z-index:0;
	padding: 10px;
	
}

.content {
	background-color: #0C0;
	width: 1200px;
}

/* General End */

/* One */

#one {
	background-image: url(../images/bg/homebg.jpg);
	background-repeat: no-repeat;
}

/* One End*/

/* Two */

#two {
	background-color: #F33;
}

/* Two End*/

/* Three */

#three {
	background-color: #06C;
}

/* Three End*/

/* Four */

#four {
	background-color: #FC0;
}

/* Four End*/

/* Five */

#five {
	background-color: #606;
}

/* Five End*/

/* Six */

#six {
	background-color: #F0F;
}

/* Six End*/

/* Seven */

#seven {
	background-color: #0F0;
}

/* Seven End*/

.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}

.text a {
	text-decoration: none;
	color: #333;
}

.text a:hover, .text a:active {
	color: #bf1e2e;
}

.text_white {
	color: #ffffff;
}

.video_horz {
	width: 100%;
}

.video_vert {
	width: 100%;
	
}

@media (min-width: 475px) {
	.video_vert {
		width: 50%;
	
	}
	
	.video_horz {
		width: 50%;
	
	}

}

@media (min-width: 925px) {

	.video_vert {
		width: 25%;
	}
}
