body {
	color: #000;
	background: url('background.jpg');
	-o-background-size: cover;
	background-size: cover;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	font-family: 'Contrail One', cursive;
	font-size: 100%;
}

.displayNone {
	display: none;
}

.headline {
	margin-bottom: 15px;
	margin-top: 40px;
}

.videoBox {
	background-color: #fff !important;
	margin-top: 15px;
	padding: 10px;
	border-radius: 10px;
}

.videoBox .videoContent {
	border-radius: 10px;
	cursor: pointer;
	background-color: #000;
}

.teaserBox {
	padding: 5px 15px 15px 15px;
}

.teaserBox img {
	width: 480px;
	margin: 5px auto;
}

.teaserBox .img-thumb {
	padding: 0 !important;
	border-radius: 10px;
	border: 5px solid #fff;
}

.teaserBox span h3 {
	color: #ffcc00;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0.1em 0.1em 0.05em #333;
}

.teaserBox h3 {padding: 0; margin: 10px 0 0 0;}

h1, h2 {color: #ffcc00;
	font-size: 33px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0.1em 0.1em 0.05em #333;}

.text-content {
	font-size: 1.2em;
	color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    padding: 5px;
    border: 4px solid #fff;
   

}


/** 

.btn-custom {
	border: 0;
	border-radius: 10px;
	background-color: #cc7a00 !important;
	background-repeat: repeat-x;
	filter: progid : DXImageTransform.Microsoft.gradient(startColorstr="#ffad32", endColorstr="#cc7a00");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#ffad32), to(#cc7a00));
	background-image: -moz-linear-gradient(top, #ffad32, #cc7a00);
	background-image: -ms-linear-gradient(top, #ffad32, #cc7a00);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffad32), color-stop(100%, #cc7a00));
	background-image: -webkit-linear-gradient(top, #ffad32, #cc7a00);
	background-image: -o-linear-gradient(top, #ffad32, #cc7a00);
	background-image: linear-gradient(#ffad32, #cc7a00);
	border-color: #cc7a00 #cc7a00 #b36b00;
	color: #333 !important;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
}

*/

.btn-custom h4 {
	text-transform: uppercase;
	text-shadow: #000 0.1em 0.1em 0.2em;
}

video.video_bgvid {
	background-image: url('asiansex.jpg');
}

.footer {margin: 15px 0 0 0; width: 100%; background-color: #000; color: #ccc; text-align: center; border: 1px solid #fff;}

