/*Site Styles and fixes*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0; 
	padding:0;
	border: 0;
}
body {background-color:#EDEDED;} 
*:focus { outline: none; }
*::-moz-focus-inner { border: none; }
.pointer {cursor: pointer;}
a { text-decoration:none; } //fixes annoying webkit
a:visited { text-decoration:none; } //fixes annoying webkit
a:hover { text-decoration:none; } //fixes annoying webkit
a:active { text-decoration:none; } //fixes annoying webkit
a:-webkit-any-link{ text-decoration: none; }

p, h1, h2, h3, h4, h5, h6 {
	padding-bottom: 20px;
}

/*Web Font imports*/


@font-face {
    font-family: 'TheSerifLight-Plain';
    src: url('../fonts/TheSerLigPla.woff') format('woff'),
    url('../fonts/TheSerLigPla.ttf') format('truetype'),
    url('../fonts/TheSerLigPla.svg#TheSerifLight-Plain') format('svg');
}

.borderRed {
	border : 1px solid #FF0000 !important;
}

body {
	background-color: #929292;
}

.ui-dialog { width: 400px!important; }

h1 {
	color: #4D4D4D;
	font-family: TheSerifLight-Plain;
	font-size: 38px;
	font-weight: normal;
	line-height: 40px;
}

h2 {
	color: #4D4D4D;
	font-family: TheSerifLight-Plain;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
}

h3 {
	color: #4D4D4D;
	font-family: TheSerifLight-Plain;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
}

h4 {
	color: #4D4D4D;
	font-family: TheSerifLight-Plain;
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
}

p {
	color: #4D4D4D;
	font-family: TheSerifLight-Plain;
	font-size: 16px;
	font-weight: normal;
	line-height: 19px;
}

#termsofuse {
	list-style-type: disc;
	margin-left: 5px;
	padding-left: 1em;
	font-family: TheSerifLight-Plain;
	font-size: 16px;
	font-weight: normal;
	line-height: 19px;
}

.red {
	color: #D84F52 !important;
}
.grey {
	color: #4D4D4D !important;
}
.light_grey {
	color: #707070 !important;
}

#content_main_body_right a {
	color: #D84F52;
}

#content_main_body_right a:hover {
	text-decoration: underline;
}

#button_list {

}

#button_list li {
	display:inline-block;
	list-style:none;
	list-style-type:none;
	padding: 10px;
	background-color: #D84F52;
	margin-right: 10px;
}

#button_list li:hover {
	background-color: #4D4D4D;
}

#button_list li a {
	color: #FFF;
	font-family: TheSerifLight-Plain;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
}

#button_list li a:hover {
	
}

#button_list li a:after
{ 
content:"   >";
}

#content_main {
	width: 1200px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 50;
	overflow: hidden;
	background-color: #FFF;
}

#content_main_body {
	width: 992px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 50;
	overflow: hidden;
	background-color: #FFF;
	padding-bottom: 40px;
}

#video_player {

}

#content_main_body_full {
	position: relative;
	margin-top: 40px;
	float: left;
	overflow: hidden;
}

#content_main_body_left {
	position: relative;
	width: 400px;
	margin-top: 40px;
	float: left;
	overflow: hidden;
}

#content_main_body_right {
	margin-left: 40px;
	position: relative;
	top: 40px;
	width: 550px;
	float: left;
	overflow: hidden;
}

/*Form*/

form {
	position: relative;
	margin-top: 20px;
	width: 990px;
	overflow: hidden;
	height: 400px;
}

input {
	background-color: white;
	border: 1px solid #E5E5E5;
	padding: 5px;
	display: block;
	line-height: 30px;
	font-family: TheSerifLight-Plain;
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
	width: 325px;
}

textarea {
	background-color: white;
	border: 1px solid #E5E5E5;
	padding: 5px;
	display: block;
	line-height: 30px;
	font-family: TheSerifLight-Plain;
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
	width: 844px;
	height: 150px;
}

label {
	width: 115px;
	float: left;
	font-family: TheSerifLight-Plain;
	font-size: 18px;
	color: #000;
	padding-top: 10px;
	margin-right: 10px;
}

#form_left {
	position: absolute;
	left:0px;
	top: 0px;
	height: 150px;
}

#form_right {
	position: absolute;
	left:520px;
	top: 0px;
	height: 150px;
}

#form_message {
	position: absolute;
	left:0px;
	top: 150px;
}

#form_send {
	position: relative;
	left:920px;
	top: 350px;
}

#client_list {
	clear: both;
	position: relative;
	width: 100%
}

#client_list img {
	margin-right: 60px;
}

#showreel_button {
	position: absolute;
	z-index: 10000;
	top: 400px;
}
	
#article_list li{
	border-bottom: 1px solid #E5E5E5;
	padding-top: 20px;
}

#article_list li:hover{
	border-bottom: 4px solid #E5E5E5;
}

#pagination {
	margin-top: 30px;
	margin-bottom: 20px;
}

/*Cookie warning*/

#cookie_warning_container {
	position: absolute;
	height: 45px;
	background: #000;
	width: 100%;
	z-index: 1000;
	top: 0px;
	opacity:0.7; filter:alpha(opacity=70);
	display: none;
}

#cookie_warning_text {
	position:relative;
	left: 0px;
	width: 800px;
}

#cookie_warning_content {
	position:relative;
	width: 992px;
	margin-left: auto;
	margin-right: auto;
	font-family: TheSerifLight-Plain;
	font-size: 13px;
	line-height: 13px;
	color: #FFF;
	padding-top: 8px;
}

#cookie_warning_content a {
	font-family: TheSerifLight-Plain;
	font-size: 13px;
	color: #FFF;
	padding-top: 8px;
}

		
#cookie_warning_content a:hover {
	text-decoration: underline;
}

#cookie_warning_close {
	position: absolute;
	text-align: right;
	width: 982px;
	top: 0px;
	padding-top:10px;
	padding-right:10px;
}

#cookie_warning_close a {	
	font-family: TheSerifLight-Plain;
	font-size: 18px;
	color: #FFF;
}

#cookie_warning_close a:hover {	
	color: #A6A6A6;
}

/*Pagination*/

#pagination {
	padding-bottom: 20px;
	padding-left: 0px;
}

#pagination ul {
	list-style: none;
	width: 600px;
}

#pagination ul li {
	display:inline;
	margin-right: 10px;
}

#pagination ul li a {
	font-family: TheSerifLight-Plain;
    font-size: 15px;
    color: #666666;
	cursor: pointer;
}

#pagination ul li a:hover {
	color: #D84F52;	
}

.active {
	color: #D84F52	!important;
}