@font-face {
  font-family: 'scoreboard';
  src: url('fonts/ScoreBoard.woff2') format('woff2'),
       url('fonts/ScoreBoard.woff') format('woff'),
       url('fonts/scoreboard.ttf') format('truetype');
}

/*body{
    text-align: center;
    background: #00ECB9;
  	font-family: sans-serif;
  	font-weight: 100;
}*/

#main_container {
	top: 0;
	left: 0;
	width: 300px;
	height: 250px;
	position: absolute;
	overflow: hidden;
	background-color: black;
}

#main_container #clicktag {
	width: 300px;
	height: 250px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	overflow: hidden;
	background: transparent;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 15000;
}

#main_container #border {
	border: 1px solid #666;
	width: 298px;
	height: 248px;
	position: absolute;
	top: 0;
	left: 0;
}

#main_container #loading { 
	background-color: black;
	width: 300px;
	height: 250px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 10000;
}

#ref_image {
	background: url("../../_DESIGN_ASSETS/300x250/fr1.jpg") no-repeat;
	top: 0;
	left: 0;
	position: absolute;
	width: 300px;
	height: 250px;
}

.fix_shake {
	-webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	transform:rotateZ(0.001deg);
}

/* BACKGROUND ELEMENTS */

#main_container #prime_logo {
	background: url("img/logo_primeVideo_lockUp.svg") no-repeat;
	width: 116px;height: 116px;
	-webkit-background-size: 116px 116px;
	     -o-background-size: 116px 116px;
	        background-size: 116px 116px;
	top: 172px;left: 22px;position: absolute;
	-ms-transform: scale(0.2, 0.2); /* IE 9 */
    -webkit-transform: scale(0.2, 0.2); /* Safari */
    transform: scale(0.2, 0.2);
}

#main_container #amazon_tnf_logo {
	background: url("img/amazon_tnf_logo.png") no-repeat;
	width: 88px;height: 95px;
	top: 80px;left: 106px;position: absolute;
	
}

#main_container .tv_logo_load {
	background: url("img/TV_logos.png") no-repeat;
	width: 75px;height: 44px;position: absolute;
}

#main_container #cbs_logo {
	width: 28px;height: 26px;left: 168px;background-position: 0 0;
	bottom: 7px;
}

#main_container #nbc_logo {
	width: 38px;height: 26px;left: 197px;background-position: -29px 0;
	bottom: 7px;
}

#main_container #nfl_horz_logo {
	background: url("img/NFL_Network_logo.svg") no-repeat;
	width: 300px;height: 64px;top: 198px;left: -18px;position: absolute;
	-webkit-background-size: 300px 64px;
	     -o-background-size: 300px 64px;
	        background-size: 300px 64px;
	-webkit-transform: scale(0.22, 0.22);
	   -moz-transform: scale(0.22, 0.22);
	    -ms-transform: scale(0.22, 0.22);
	     -o-transform: scale(0.22, 0.22);
	        transform: scale(0.22, 0.22);
	/*width: 73px;height: 19px;left: 95px;background-position: 0 -27px;
	bottom: 9px;*/
}

#main_container #bkg_solid {
	top: 0;
	left: 0;
	width: 300px;
	height: 250px;
	/*background-color: black;*/
	position: absolute;
}

/* CLOCK */
#main_container #clockdiv{
    font-family: 'scoreboard', sans-serif;
    display: inline-block;
    
    text-align: center;
    /*font-size: 15px;*/
    /*color: #fff;*/
    position: absolute;
    width: 300px;
    height: 250px;
}

#main_container .orange_text {
	padding-top: 4px;
	font-size: 34px;
	color: #fd9900;
}

#main_container #clockdiv > div{
	width: 62px;height: 62px;
    /*padding: 10px;*/
    /*border-radius: 3px;*/
    display: inline-block;
	background-color: #282828;
}

#main_container #clockdiv div > span{
	/*width: 50px;height: 50px;*/
    /*padding: 15px;*/
    /*border-radius: 3px;*/
    display: inline-block;
    /*background: #282828;*/
}

#main_container .smalltext{
    padding-top: 0px;
    font-size: 10px;
    color: #afafaf;
}

#main_container #myDays {
	top: 17px;left: 15px;position: absolute;
}

#main_container #myHours {
	top: 17px;left: 84px;position: absolute;
}

#main_container #myMinutes {
	top: 17px;left: 153px;position: absolute;
}

#main_container #mySeconds {
	top: 17px;left: 222px;position: absolute;
}

/* STREAMS ON */
#main_container #streams_txt {
	font-family: 'scoreboard', sans-serif;
	font-size: 16px; color: #fd9900;
	position: absolute;
	top: 176px;left: 74px;
	width: 160px;
	line-height: 19px;
	text-align: center;
}

#main_container .streams_gradient {
	width: 200px;height: 51px;top: 168px;position: absolute;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&0+0,1+50 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

#main_container #left_streams_grad {
	left: 50px;
	-ms-transform: scale(-1, 1); /* IE 9 */
    -webkit-transform: scale(-1, 1); /* Safari */
    transform: scale(-1, 1);
}

#main_container #right_streams_grad {
	left: 50px;
}