/**** RESETS & DEFINITIONS ***/

/*html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.364;
	color: #444;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: #fc531d;
	text-decoration: none
}*/

/*** BOOTSTRAP OVER-WRITE  ***/

@media (min-width:1200px) {
.container {
	width: 996px;
}
}

/****/

body {
	background-color: #000;
	margin: 0;
}

img.full {
	width: 100%;
}


	
.top
{
	padding-bottom: 20px;
	padding-top: 20px;
	width: 95%;
	margin: auto;
	height: 88px;
}



.footer
{
	padding-top: 20px;
}


.logo
{
	float: left;
}

.logo-img
{
	width: 160px;
}

.top-headline
{
	float: right;
	margin-top: -16px;
}


.copyright
{
	color: #fff;
	font-size: 10px;
	text-align: center;
	width: 85%;
	margin: auto;
}

h1 
{
	font-size: 30px;
	color: #fff;
	font-weight: 200;
	letter-spacing:-1px;
}

h2 
{
    text-shadow: 1px 1px 1px rgb(60, 60, 60);
    color: #fff;
    font-size: 69px;
    font-weight: bold;
    letter-spacing: -2px;
    text-align: right;
	padding-bottom: 10px;
	margin-top: 0px;
}


h3 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 10px;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 0px;
	color:#000000;
}

.joinbox {
	width: 300px;
	text-align: center;
	padding: 15px;
	background:rgba(255,255,255,0.8);
	border-radius: 10px;
	border:1px solid #c4c4c4;
	box-shadow:0px 0px 8px #848484;
	float: right;
}


.text-over-video
{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	padding-right: 40px;
	padding-top: 10px;
}

/*
.statement
{
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
*/

iframe
{
	height: 325px;
}

.orange
{
	color: #fc531d;
}


video
{
	height:;
	width:;
}

@media only screen and (max-width:991px) {

h1
{
	font-size: 26px;
}

h2
{
	font-size: 55px;
}

.logo-img 
{
    width: 135px;
}

.top
{
	height: 75px;
}

.joinbox
{
    -moz-transform: scale(0.77);
	-webkit-transform: scale(0.77);
	transform: scale(0.77);
	margin-top: -54px;
	margin-right: -40px;
}

}

@media only screen and (max-width:767px) {



.logo
{
	float: none;
	width: 100%;
	text-align: center;
}

.top-headline
{
	width: 100%;
	text-align: center;
}

.logo-img
{
	width: 270px;
}

h1
{
	text-align: center;
	letter-spacing: 0px;
	font-size: 27px;
}

h2
{
	text-align: center;
	font-size: 50px;
}


h3
{
	font-size: 24px;
	display:none;
}

.text-over-video
{
	position: relative;
	padding-right: 0px;
	margin-top: -10px;
}

.joinbox
{
	width: 100%;
	background: #fff;
	border-radius: 0px;
	border: 0px;
	float: auto;
	box-shadow: none;
	margin-top: 0px;
	margin-right: 0px;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}


.top
{
	height: 155px;
}

.orange
{
	color: yellow;
}

.freeaccess
{
	background-color: #fc531d;
	margin-top: -5px;
	margin-bottom: -17px;
	padding: 10px;
}


.footer 
{
    padding-top: 40px;
}



}

@media only screen and (max-width:640px){

.top-headline
{
	margin-bottom: 7px;
}

.top
{
	padding-top: 10px;
	height: auto;
}



h2
{
	font-size: 40px;
}

}

@media only screen and (max-width:480px){

.logo-img
{
	width: 190px;
}

h1
{
	font-size: 22px;
}

h2
{
	font-size: 31px;
}


}


@media only screen and (max-width:360px){




h2
{
	font-size: 23px;
	letter-spacing: 0px;
}


}