﻿@font-face {
	font-family: OpenSans;
	src: url(/fonts/OpenSans-Regular.ttf);
}

@font-face {
	font-family: MinionPro;
	src: url(/fonts/MinionPro-Regular.otf);
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family: OpenSans, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	color: #666666;
	background-color: white;
	cursor: default;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

.header {
	width: 100%;
	height: 112px;
	padding: 31px 40px 0 40px;
}

.logo {
	width: 265px;
	height: 43px;
	background: url(/Images/VRXLogo.png) top left no-repeat;
	background-size: auto 43px;
	margin-bottom: 25px;
}

.page-title {
	font-family: MinionPro;
	font-size: 24px;
	font-style: italic;
	color: #999999;
	letter-spacing: 0.75px;
}

.section {
	width: 100%;
	padding: 19px 40px 30px 40px;
}

.section:nth-child(even) {
	background-color: #eeeeee;
}

.section:after {
	clear: both;
	content: "";
	display: block;
}

.section-title {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 11px;
	letter-spacing: 0.75px;
}

.thumbnail {
	position: relative;
	width: 427px;
	height: 240px;
	float: left;
	margin: 0 10px 10px 0;
	cursor: pointer;
}

.thumbnail-image {
	display: block;
	position: absolute;
	height: 240px;
	left: 0;
	top: 0;
}

.thumbnail-caption {
	display: block;
	position: absolute;
	width: 100%;
	top: 69px;
	font-size: 16px;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	pointer-events: none;
}

.thumbnail-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5) url(/Images/PlayOverlay.png) center 102px no-repeat;
	pointer-events: none;
}

.thumbnail-overlay:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

