body {
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif;
	min-width: 1024px;
}

a {
	font-weight: 400;
}

a, a:active, a:visited {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: underline;
}

span {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.back-top {
	float: right;
	margin-right: 20px;
	background-position: 0px 0px;
	width: 35px;
	height: 16px;
	background-repeat: no-repeat;
	background-image: url(/images/old/top-back.png);
}

.back-top:hover {
	cursor: pointer;
}

.bg {
	position: relative;
	background-color: #FFF;
	z-index: 300;
	padding-top: 20px;
	padding-bottom: 40px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
}

#navbar {
	border-bottom-color: #b3b3b3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 50px;
	width: 100%;
	background-color: white;
	padding: 0px!important;
	z-index: 9999;
	text-align: center;
	min-width: 1024px;
}

#navbar.fixed {
	position: fixed;
	top:0; left:0;
	width: 100%;
	
}

#navbar ul {
	list-style-type: none;
	margin: 0;
	text-transform: uppercase;
	font-size: 20px;
	height: 50px;
	padding: 0px;
}

#navbar ul li {
	margin: 0;
	padding: 0;
	line-height: 50px;
	padding-right: 10px;
	display: inline;
}

#navbar ul li a {
	color: rgb(0,0,0);
	text-decoration: none;
}

#navbar ul li a:hover {
	color: rgb(40,100,128);
	text-decoration: none;
}

#navbar .logo {
	height: 50px;
	width: 200px;
	background: url(/images/osp_logo_small.png) no-repeat left;
	left: 0px;
	position: absolute;
}

.hidden {
	display: none;
}

#separator1 {
	width: 100%;
	height: 500px;
	position: relative;
}

#separator1 .bg {
	background: url(/images/background-stock4.jpg) repeat center;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 500px;

	background-attachment: fixed !important;
	
}

#separator1 .bg1 {
	background: url(/images/background-platform2.jpg) repeat center;
	left: 0;
}

#separator1 .bg2 {
	background: url(/images/background-stock4.jpg) repeat center;
	left: 0;
}

#separator1 .bg3 {
	background: url(/images/background-production.jpg) repeat center;
	left: 0;
}

#separator1 .bg4 {
	background: url(/images/background-islands2.jpg) repeat center;
	right: 0;
}

#separator1 .bg5 {
	background: url(/images/background-green-water.jpg) repeat center;
	left: 0;
}

#separator1 .bg6 {
	background: url(/images/background-surf.jpg) repeat center;
	left: 0;
}

#separator1 .bg7 {
	background: url(/images/background-serverfarm.jpg) repeat center;
	left: 0;
}

h1.content-header {
	height: 90px;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	text-transform: uppercase;
	color: #aaa;
	font-weight: 700;
	font-size: 60px;
	display: block;
	text-align: center;
	margin-top: 60px;
}

h1.content-header.white {
	color: rgb(255,255,255);
}

span.lines {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

span.lines.white {
	border-color: rgb(255,255,255);
}

.platform-row {
	margin-top: 70px;
	height: 200px;
	background-color: rgb(40,100,128)!important;
}

.platform-row h2 {
	color: rgb(255,255,255);
	font-weight: 300;
	font-size: 1.5em;
	margin-top: 0px;
	margin-bottom: 10px;
}

.platform-row .detail {
	float: right;
	margin-right: 10%;
	text-align: center;
	width: 800px;
	height: 200px;
	
	/* background: url(/images/row_reverse_gradient.png) repeat left; */

}

.platform-row.vapor {
	background: url(/images/vapr_row_background_200_wide.jpg) no-repeat center;
}

.platform-row.vapor .logo {
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background: url(/images/fueltv_row_logo.png);
	width: 344px;
	height: 70px;
	margin-top: 15px;
}

.platform-row.surf {
	background: url(/images/surf_row_background_200_wide.jpg) no-repeat center;
}

.platform-row.surf .logo {
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background: url(/images/surf_row_logo.png);
	width: 344px;
	height: 70px;
	margin-top: 15px;
}

.platform-row.gilad {
	background: url(/images/gilad_row_background_200_wide.jpg) no-repeat center;
}

.platform-row.gilad .logo {
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background: url(/images/gilad_row_logo.png);
	width: 344px;
	height: 70px;
	margin-top: 15px;
}

.platform-row.moto {
	background: url(/images/moto_row_background_200_wide.jpg) no-repeat center;
	margin-bottom: 70px;
}

.platform-row.moto .logo {
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background: url(/images/moto_row_logo.png);
	width: 344px;
	height: 70px;
	margin-top: 15px;
}

.platform-row.snow {
	background: url(/images/snow_row_background_200_wide.jpg) no-repeat center;
}

.platform-row.snow .logo {
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background: url(/images/snow_row_logo.png);
	width: 344px;
	height: 70px;
	margin-top: 15px;
}

#channels {
	background-color: rgb(56,144,185);
}

#production {
	background-color: rgb(255,255,255);
	background: url(/images/4k_production_background_wide.jpg) no-repeat left;
}

#production .detail {
	/* width: 1024px; */
	/* height: 467px; */
}

#production .tv-camera {
	width: 772px;
	height: 467px;
	background: url(/images/4k_production_tv_camera.png) no-repeat left;
}

#production .detail h2 {
	color: rgb(0,0,0);
	font-weight: 300;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}

#production .overlay {
	height: 300px;
	background: url(/images/4k_overlay.png) no-repeat center;
	width: 1024px;
	margin: 0 auto;
	background-position: right top;
	margin-top: 160px;
}

#production h2.subtitle {
	font-size: 1.2em;
	color: rgb(40,100,128);
	font-weight: 400;
	width: 1020px;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}

#remote-display {
	overflow: hidden;
}

#remote-display .header-row {
	width: 100%;
	height: 160px;
	padding: 20px;
	background-color: rgb(68,162,208);
	margin-top: 40px;
}

#film-library .header-row {
	width: 100%;
	padding: 20px;
	background-color: rgba(68,162,208,.3);
	margin-top: 40px;
}

#platform .header-row {
	width: 100%;
	height: 240px;
	padding: 20px;
	background-color: rgb(68,162,208);
	margin-top: 40px;
}

#platform .header-row .devices-image {
	float: left;
	margin-top: 20px;
	margin-right: 60px;
	background: url(/images/platform-devices.png);
	background-repeat: no-repeat;
	height: 163px;
	width: 350px;
}

#remote-display .header-row .center, #film-library .header-row .center, #platform .header-row .center {
	width: 1020px;
	margin: 0 auto;
}

#remote-display .header-row .player-image {
	float: left;
	margin-top: 20px;
	margin-right: 60px;
	background: url(/images/media-player.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 243px;
}

#remote-display .header-row .screen-image {
	float: left;
	/* margin-top: 20px; */
	margin-right: 60px;
	background: url(/images/rdn-hd-screen.png);
	background-repeat: no-repeat;
	width: 182px;
	height: 136px;
}

#remote-display .header-row .content, #platform .header-row .content, #film-library .header-row .content h2 {
	color: white;
}

#remote-display .header-row .content h2, #platform .header-row .content h2, #film-library .header-row .content h2 {
	text-transform: uppercase;
	font-size: 1.5em;
	margin: 10px 0 0 0;
	padding: 0;
}

#remote-display .header-row .content p, #platform .header-row .content p {
	font-size: 1.5em;
	font-weight: 200;
	margin: 0;
	padding: 0;
}

#remote-display .body-row, #platform .body-row {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: rgba(68,162,208,.3);
}

#platform .body-row .member {
	margin: 0 auto;
	width: 215px;
	height: 214px;
	background: url(/images/member-circle-icon.png) no-repeat; 
}

#platform .body-row .ppv {
	margin: 0 auto;
	width: 215px;
	height: 214px;
	background: url(/images/ppv-circle-icon.png) no-repeat;
}

#platform .body-row .download {
	margin: 0 auto;
	width: 215px;
	height: 214px;
	background: url(/images/download-circle-icon.png) no-repeat;
}


#remote-display .body-row.white, #platform .body-row.white {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: white;
}

#remote-display .body-row.grey, #remote-display-more .body-row.grey, #platform .body-row.grey, #platform-more .body-row.grey, #production-more .body-row.grey, #film-library .body-row.grey, #film-library-more .body-row.grey {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background: rgb(226,226,226);
}

#film-library-more.body-row.background {
	padding-top: 50px;
	padding-bottom: 50px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%), url('/images/background-stock.jpg') no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))), url('/images/background-stock.jpg') no-repeat;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%), url('/images/background-stock.jpg') no-repeat;
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%), url('/images/background-stock.jpg') no-repeat;
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%), url('/images/background-stock.jpg') no-repeat;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%), url('/images/background-stock.jpg') no-repeat;
}

#film-library-more.body-row.blue-grad {
	padding-top: 50px;
	padding-bottom: 50px;
	background: rgba(68,162,208,.3);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(68,162,208,.3) 50%, rgba(68,162,208,.3) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(68,162,208,.3)), color-stop(100%,rgba(68,162,208,.3)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(68,162,208,.3) 50%,rgba(68,162,208,.3) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(68,162,208,.3) 50%,rgba(68,162,208,.3) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(68,162,208,.3) 50%,rgba(68,162,208,.3) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(68,162,208,.3) 50%,rgba(68,162,208,.3) 100%);
}

#film-library-more .interviews {
	width: 1024px;
	margin: 0 auto;
}

#film-library-more .interviews .image {
	width: 116px;
	height: 150px;
	background-color: #000;
	margin: 5px;
	border: 1px solid #ccc;
	float: left;
}

#film-library-more .interviews .image img {
	border: none;
	width: 116px;
	height: 150px;
	opacity: .75;
}

#film-library-more .interviews .image img:hover {
	opacity: 1;
}

#remote-display .body-row .center, #remote-display-more .body-row .center, #platform .body-row .center, #platform-more .body-row .center, #production-more .body-row .center, #film-library-more .body-row .center, #film-library .body-row .center {
	width: 1020px;
	margin: 0 auto;
	text-align: center;
}

#remote-display .body-row .plugin {
	margin: 0 auto;
	width: 215px;
	height: 214px;
	background: url(/images/plugin-circle-icon.png) no-repeat;
}

#remote-display .body-row .connect {
	margin: 0 auto;
	width: 215px;
	height: 214px;
	background: url(/images/connect-circle-icon.png) no-repeat;
}

#remote-display .body-row .stream {
	margin: 0 auto;
	width: 215px;
	height: 214px;
	background: url(/images/stream-circle-icon.png) no-repeat;
}

#remote-display .body-row h2 {
	text-transform: uppercase;
	font-size: 2em;
	margin: 20px 0 0 0;
	padding: 0;
	color: rgb(44,43,49);
}

#remote-display .body-row h3, #platform .body-row h3, #film-library .body-row h3 {
	text-align: center;
	font-size: 1.8em;
	font-weight: 400;
	margin: 20px 0 20px 0;
	padding: 0;
	color: rgb(56,157,206);
}

#remote-display .body-row h3.twentysix, #platform .body-row h3.twentysix, #film-library .body-row h3.twentysix {
	font-size: 24px;
	color: #666666;
	font-weight: 400;
	text-decoration:none;
	text-align: left;
	margin: 0 0 20px 0;
}

#remote-display .body-row h3.sixteen, #platform .body-row h3.sixteen, #film-library .body-row h3.sixteen {
	font-size: 16px;
	color: #666666;
	font-weight:normal;
	text-decoration:none;
	margin: 0;
}

#remote-display .body-row .third, #platform .body-row .third {
	width: 33%;
	text-align: center;
	float: left;
}

#remote-display-more, #platform-more, #production-more, #film-library-more {
	display: none;
}

#remote-display-more .third, #platform-more .third {
	width: 313px!important;
	float: left;
	height: 340px;
	background: rgb(226,226,226); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

#remote-display-more .third p, #platform-more .third p {
	color: #666666;
	padding: 15px;
	text-align: justify;
	font-size: 14px;
	font-weight: 200;
	margin: 0;
}

#remote-display-more .third.middle, #platform-more .third.middle {
	margin-left: 40px;
	margin-right: 40px;
	width: 314px!important;
}

#remote-display-more .additional-benefits, #platform-more .additional-benefits {
	margin-top: 30px;
}

#platform-more .supported-devices {
	margin-top: 0px;
	padding-top: 30px;
	/* background-color: #fff; */
}

#remote-display-more .additional-benefits h3.sixteen, #platform-more .additional-benefits h3.sixteen, #platform-more .supported-devices h3.sixteen {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
	color: #666;
}

#remote-display-more .additional-benefits p, #platform-more .additional-benefits p, #platform-more .supported-devices p {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: 200;
	text-align: left;
	color: #666;
}

#platform-more .supported-devices .row, #platform-more .modules .row {
	/* width: 100%; */
	background: rgb(226,226,226); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

#platform-more .modules .row {
	padding: 40px;
	/* padding-left: 20px; */
}

#platform-more .supported-devices .support-device-row {
	float: left;
	width: 25%;
}

#platform-more .supported-devices .support-device-row .support-device-item {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#platform-more .supported-devices h3.twenty {
	font-size: 20px;
	margin-left: 24px;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0px;
	color: #666;
}

#platform-more .modules h3.twenty {
	font-size: 20px;
	margin: 0px;
	text-align: left;
	color: #666;
}

#platform-more .modules p {
	font-size: 16px;
	text-align: left;
	color: #666;
	font-weight: 200;
}

#platform-more .modules ul {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	color: #666;
	font-weight: 200;
}

#remote-display-more .use-cases {
	margin-top: 30px;
}

#remote-display-more .use-cases h3.sixteen {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
	color: #666;
}

#remote-display-more .use-cases p {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: 200;
	text-align: left;
	color: #666;
}

#platform-more .third {
	height: 390px!important;
}

.third.middle {
	width: 34%;
}

#contact p {
	font-size: 1.2em;
	font-weight: 200;
}

#contact h2 {
	font-weight: 400;
}

#logo {
	height: 600px;
	background: url(/images/logo_background.jpg) no-repeat center;
	background-size: cover !important;
	-webkit-background-size: cover !important;
}

#logo .logo {
	padding-top: 50px;
	width: 500px;
	height: 500px;
	margin: 0 auto;
	background: url(/images/logo_500.png) no-repeat center;
}

#platform {
	background-color: rgb(255,255,255);
	min-height: 500px;
	overflow: hidden;
}

#film-library {
	background-color: rgb(255,255,255);
	background: url(/images/stockfootage_background_wide_500.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#film-library h2.subtitle {
	text-transform: uppercase;
	font-size: 1.5em;
	color: rgb(40,100,128);
	font-weight: 400;
	width: 1020px;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}

#film-library h2.subtitle span {
	color: rgb(56,157,206);
	font-weight: 200;
	font-size: 1.5em;
	top: 5px;
	position: relative;
}

#film-library .body-row {
	width: 100%;
	padding-bottom: 20px;
}

#film-library .body-row .center {
	width: 1020px;
	margin: 0 auto;
}

#film-library .body-row p {
	font-weight: 200;
	font-size: 1.5em;
}

#film-library .timeline, #film-library-more .timeline {
	position: relative;
	top: -20px;
	background: url(/images/timeline_bar.png) no-repeat;
	background-position: center top;
}

#film-library .timeline .fifth, #film-library-more .timeline .fifth {
	width: 20%;
	text-align: center;
	float: left;
}

.down-arrow {
	border-top-width: 8px;
	border-top-color: rgb(40,100,128);
	border-top-style: solid;
	height: 13px;
	width: 100%;
	margin-top: -20px;
}

.down-arrow .arrow {
	background-image: url(/images/down-arrow.png);
	height: 13px;
	width: 53px;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.blue-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f0f7fa;
	box-shadow:inset 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#33bdef;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff!important;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 6px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b6178;
	width: 100px;
	text-align: center;
}

.blue-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color:#019ad2;
}

.blue-button:active {
	position:relative;
	top:1px;
}

.grey-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666!important;
	/* font-family: 'Open Sans Condensed', sans-serif; */
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	font-weight:600;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	width: 100px;
	text-align: center;
}
.grey-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.grey-button:active {
	position: relative;
	top: 1px;
}

a#submit_contact_button.grey-button.disabled {
	opacity: 0.5;
  	pointer-events: none;
  	cursor: default;
}

@media screen and (min-width: 1600px) {
	.platform-row .detail {
		margin-right: 20%;
	}
}

@media screen and (max-width: 1260px) {
	#navbar.sticky.fixed .logo {
		width: 75px;
	}
}

@media screen and (max-width: 1024px) {
	#separator1 .bg {
		background-attachment: scroll !important;
	}
	
	.platform-row .detail {
		margin-right: 10%;
	}
	
	#film-libary .body-row {
		margin-top: 370px;
	}
	
}

.register_form_row {
	height: 34px;
	padding-bottom: 15px;
}

.register_form_row_error {
	font-weight: bold;
	font-size: 16px;
	color: red;
	/* margin-left: 55px; */
	padding: 20px;
	/* width: 700px; */
	text-align: left;
}

.register_form_field {
	padding: 5px;
	width: 300px;
	height: 20px;
	/* color: black; */
	font-size: 16px;
	font-weight: 200;
	font-family: 'Oswald', sans-serif;
	line-height: 20px;
	float: left;
}

.register_form {
	/* color: #b8b8b8; */
	height: 30px;
	padding-bottom: 15px;
}

table.account-detail {
	width: 550px;
	color: #333333;
	font-size: 18px;
	font-weight: 200;
	border-collapse: collapse;
	border-bottom: 1px solid #e7e7e7;
}

table.account-detail tr {
	line-height: 40px;
	box-sizing: border-box;
}

table.account-detail th {
	width: 150px;
	padding: 5px;
	background-color: #f3f3f3;
	font-weight: 200;
	text-align: left;
	padding-bottom: 6px;
	padding-top: 7px;
	padding-left: 14px;
	padding-right: 14px;
	
	border-top: 1px solid #e7e7e7;
	vertical-align: top;
}

table.account-detail td {
	color: #333333;
	text-align: left;
	background-color: #fff;
	padding-bottom: 6px;
	padding-top: 7px;
	padding-left: 14px;
	padding-right: 14px;
	
	border-top: 1px solid #e7e7e7;
}

table.account-detail td .right {
	width: 220px;
	float: right;
	font-size: 14px;
	text-align: right;
}

table.account-detail td .right a {
	text-decoration: none;
	color: rgb(37,170,225);
}

table.account-detail td .right a:hover {
	text-decoration: underline;
	color: rgb(37,170,225);
}

table.account-detail td .left {
	float: left;
}

table.account-detail td .fifty {
	width: 50%;
	float: left;
	font-size: 14px;
}

table.account-detail td .fifty a {
	text-decoration: none;
	color: rgb(37,170,225);
}

table.account-detail td .fifty a:hover {
	text-decoration: underline;
	color: rgb(37,170,225);
}

table.account-detail td .thirty {
	width: 33%;
	float: left;
	font-size: 14px;
}

table.account-detail td .thirty a {
	text-decoration: none;
	color: rgb(37,170,225);
}

table.account-detail td .thirty a:hover {
	text-decoration: underline;
	color: rgb(37,170,225);
}

.support_form_textarea {
	padding: 5px;
	width: 300px;
	height: 150px;
	color: black;
	font-weight: 200;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	line-height: 20px;
	float: left;
}

#company .center {
	width: 1020px;
	margin: 0 auto;
}

.company-pic {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	background-repeat: no-repeat;
	height: 120px;
	width: 120px;
	margin-right: 10px;
	margin-bottom: 10px;
	/* display: inline-block; */
}

.company-pic.a {
	background: url(/images/company-pic-a.jpg);	
}

.company-pic.b {
	background: url(/images/company-pic-b.jpg);
}

.company-pic.c {
	background: url(/images/company-pic-c.jpg);
}

.company-pic.d {
	background: url(/images/company-pic-d.jpg);
}

.company-pic.e {
	background: url(/images/company-pic-e.jpg);
}

.company-pic.f {
	background: url(/images/company-pic-f.jpg);
}

.company-profiles {
	margin: 0;
	padding: 0;
}

.profile {
	margin: 20px 0 0 0;
	padding: 0;
	height: 120px;
	
}

.profile h2 {
	font-size: 1.5em;
	font-weight: 400;
	color: white;
	margin: 0;
	padding: 0;
}

.profile h4 {
	font-size: 1.2em;
	font-weight: 200;
	color: grey;
	margin: 0 0 5px 0;
	padding: 0;
}

.profile img.hood {
	background: url(/images/hood-profile_120.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 120px;
	margin-right: 40px;
	display: inline-block;
}

.profile img.opper {
	background: url(/images/opper-profile_120.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 120px;
	margin-right: 40px;
	display: inline-block;
}

.more-info-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#f5f5f5;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-size:13px;
	padding:4px 40px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin: 0 auto;
	margin-top: 20px;
}
.more-info-button:hover {
	background-color:#e8e8e8;
}
.more-info-button:active {
	position:relative;
	top:1px;
}

h3.twentysix {
	font-size: 26px;
	color: #666666;
	font-weight:normal;
	text-decoration:none;
	text-align: left;
}

h3.sixteen {
	font-size: 16px;
	color: #666666;
	font-weight:normal;
	text-decoration:none;
}