html {
	width: 366px;
	height: 100%;
	min-height: 930px;
}

body {
	height: 100%;
	min-height: 930px;
	width: 366px;
}

.wrapper{
	background-image: url("img/background.jpg");
	background-repeat: no-repeat;
	height: 100%;
	min-height: 750px;
	width: 366px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: -2;
	background-size: 100% 100%;
}

.background-filler{
	background: url("img/background-bottom.png") no-repeat;
	position: absolute;
	width: 366px;
	min-height: 300px;
	bottom: 0;
	z-index:-1;
}

.top-header{
	height: 37px;
	background: #023051; /* Old browsers */
	background: -moz-linear-gradient(top,  #023051 0%, #05467c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#023051), color-stop(100%,#05467c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #023051 0%,#05467c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #023051 0%,#05467c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #023051 0%,#05467c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #023051 0%,#05467c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023051', endColorstr='#05467c',GradientType=0 ); /* IE6-9 */
	border-bottom: 4px solid white;
}

.logo{
	position: absolute;
	left: 20px;
	z-index: 10;
	top: 0px;
}

.hero-video{
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 8px;
	margin-right: 8px;
	border-top: 4px solid white;
}

.hero-video-title-container{
	margin-top: -3px;
	background-color: white;
	box-shadow: 0px 2px 2px #CCC;
	height: 33px;
}

.hero-video-title{
	color: #074a90;
	padding-top: 10px;
	font-size: 14px;
	padding-left: 20px;
}

.now-playing{
	position: absolute;
	background-image: url("img/nowplaying-banner.png");
	background-size: 100%;
	height: 45px;
	width: 74px;
	z-index: 20;
	margin-top:10px;
	right: -6px;
}

.header-text{
	font-size: 15px;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
}

.bold{
	font-weight: bold;
}

.more-video-header{
	height: 37px;
	background: #023051; /* Old browsers */
	background: -moz-linear-gradient(top,  #023051 0%, #05467c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#023051), color-stop(100%,#05467c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #023051 0%,#05467c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #023051 0%,#05467c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #023051 0%,#05467c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #023051 0%,#05467c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023051', endColorstr='#05467c',GradientType=0 ); /* IE6-9 */
}

#more-video-header-text{
	padding-top: 12px;
	padding-left: 20px;
}


#top-header-text{
	padding-top: 12px;
	padding-left: 120px;
}

.more-video{
	background-color: white;
	box-shadow: 0px 1px 3px #ccc;
	min-height: 580px;
	width: 350px;
	margin-left: 8px;
	margin-right: 8px;
}

.video-container{
	width: 157px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 20px;
	display: inline-block;
	height: 130px;
	float: left;
}
.video-title-container{
	height: 33px;
	padding-bottom: 6px;
	border-bottom: 2px solid #ccc;
}

.video-title{
	padding-top: 7px;
	font-size: 11px;
	padding-left: 4px;
	color: #074a90;
	font-weight: bold;
}

.video-properties{
	width: 158px;
	height: 89px;
}

.see-more-videos{
	display: inline-block;
	margin-top: 30px;
	margin-left: 90px;
	margin-right: 90px;
	height: 30px;
	width: 170px;
	border-radius: 6px;
	background: #074a8f; /* Old browsers */
	background: -moz-linear-gradient(top,  #074a8f 0%, #084482 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#074a8f), color-stop(100%,#084482)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #074a8f 0%,#084482 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #074a8f 0%,#084482 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #074a8f 0%,#084482 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #074a8f 0%,#084482 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#074a8f', endColorstr='#084482',GradientType=0 ); /* IE6-9 */
}

.see-more-videos a{
	text-decoration: none;
	color: white;
	padding: 8px 7px;
}
.video-img{
	width: 158px;
}


.button-text{
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding-top: 9px;
}


#hero-vid {
	cursor: pointer;
}


/* Grow */

.grow {
	display: inline-block;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	cursor: pointer;
}
