* {
	margin: 0;
}
html, body {
	height:100%;
	margin:0;
	}
body p {
	margin-top:15px;
	margin-bottom:15px;
	}	
body {
	width:100%;
	margin:0;
	font-family:Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	color:#000;
	padding:0;
	/*min-height:100%;*/
	}
.wrapper {
	/*margin:0px;
	margin-bottom:100px;
	padding:0px;*/
	min-height:100%;
	height:auto !important;
	Height:100%;
	margin:0 auto -50px;
	margin-bottom:auto;
	position:relative;
	}	
.header {
	height: auto;
	width: 100%;
	clear: both;
	border:none;
	/*border-top-color: #D1104A;*/
	border-top-color: #bd0608;
	border-top-width: .6em;
	border-top-style: solid;
	background-color: #2d2d2d;
	vertical-align:top;
	padding:0;
}
.header img {
	margin-left: 10%;
	vertical-align:middle;
	padding:5px;
}
.header p {
	
	font-size: 24px;
	font-size:1.6vmax;
	color:#fff;
	font-weight:lighter !important;
	margin-top:0;
	margin-bottom:0;
	
	display:inline-block;
	
}
.main {
	margin-left:15%;
	margin-right:15%;
	/*padding-bottom:50px;*/
	/*height:100%;
	min-height:100%;*/
	overflow:auto;
	height:auto;
	}

.main h1 {
	font-size:38px;
	font-size:2.3vmax;  /*1vw = 1% of viewport width 1vh = 1% of viewport height 1vmin = 1vw or 1vh, whichever is smaller
						1vmax = 1vw or 1vh, whichever is larger */
	
	font-weight:bold !important;
	margin-bottom:.1em;
	}
.main h4 {
	font-size:24px;
	font-size:1.6vmax;
	margin-top:.1em;
	font-weight:normal !important;
	}	
 main .under_text {
	position:relative;
	float:left;
	font-size:14px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial !important;
	/*margin-top:16px !important;*/
	}	
.under_text a {
	text-decoration:none;}	
	
.under_text a:visited {
	color:rgb(0,0,238);
}
#player img {

}
.footer {
	position:relative;
	/*width: 100%;
	min-height:50px;
	height:auto;*/
	/*height:50px;*/
	background: #333333;
	margin-top:-50px;
	/*margin-bottom:0 !important;
	bottom:0 !important;*/
	font-size:16px;
	font-size:1.1vmax;
	clear:both;
	
}

.footer p {
	display:inline-block;
	color: #c0c0c0;
	text-align:center;
	}
.footer p {
	margin-left:10%;
	}	
.footer p + p {
	float:right;
	margin-right:10%;
	}	
.footer p a {
	text-decoration:none;
	color:inherit;}	
.footer p a:hover {
	color:rgb(17,28,41);
	}	
.footer, .push {

min-height:50px;
height:auto;
}
/*#player {
	position:relative;
	align-content:center;
	width:50% !important;
	height:50% !important;
	}	
*/
#player_wrapper {
	width:80%;
	max-width: 640px;
	margin: 0 auto;
}
#player {
		left:0;
		
}
#jw_player_wrapper {
	
}
#jw_player {
	left:0;
	margin:0px;
	padding:0px;
	
	}
#mainPara {
	display:none;
	}		
#livestream_palyer {
	max-height:360px;
	max-width:640px;
	}	
#live_player {
	width:100%;
	max-width:640px;
	max-height:360px;
	/*height:100%;*/
	/*border:#000 1px solid;*/
	}	
#livestream_player {
	max-width:640px;
	max-height:360px;
	}	
/*.fluidMedia {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
 /*   padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.fluidMedia iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}*/
@media only screen and (min-width: 751px) and (max-width:920px) {
.media_capture_embed {
	height:330px;
}
}
@media only screen and (min-width: 621px) and (max-width:750px) {
.media_capture_embed {
	height:290px;
}
}
@media only screen and (min-width: 480px) and (max-width: 620px) {
.media_capture_embed {
	height:250px;
}
}
@media only screen and (max-width: 479px) {
	.media_capture_embed {
	height:190px;
	}
}

/*@media (-webkit-device-pixel-ratio: 2){
body {
width: 640px;
}
}*/