/* Eric Meyer's CSS Reset */
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
	height: 100%;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
/*
	min-height: 100%;
	height: auto !important;
	height: 100%;
*/
}

.container{
	max-width: 860px;
	width: 100%;
}


.fix-width-wrapper{
/*	width: 860px;*/
	width: 100%;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
/*
.header {
	height: 98px;
}
*/

.logo{
	margin: 20px 0 0;
	float: left;
}

.call{
/*
	float: right;
	width: 160px;
*/
	padding: 0 0 0 45px;
	background:url(../images/phone-icon.png) no-repeat left 3px transparent;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #999999;
	margin:10px 0 0 20px;
}

.call .number{
	font-weight: 600;
}


/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 0px 0;
	font-family: 'Open Sans', sans-serif;
	color: #575757;
	font-size: 20px;
	font-weight: 300;
	background:url(../images/gradient-bg.png) repeat-x left top transparent;
}

.content-top{
	width: 100%;
	background:url(../images/content-top-bg.jpg) no-repeat center top transparent;
	height: 395px;
/*	margin-bottom: 60px;*/
}

.bold{
	font-weight: 600;
}

h1{
	color: #FFFFFF;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 53px;
    font-weight: 600;
    line-height: 45px;
    padding: 100px 0 0;
	text-shadow: 0 2px 2px rgba(51, 51, 51, 0.54);
}

h1 span{
	font-size: 65px;
	font-weight: 900;
}

.content .content-top p{
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin: 33px 0 0;
	text-align: left;
	padding: 0;
	line-height: 18px;
}

.content .content-top h2{
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin: 33px 0 0;
	text-align: left;
	padding: 0;
	line-height: 18px;
}

.watch-now-btn{
	background:url(../images/button-bg.png) no-repeat left top transparent;
	color: #FFFFFF;
    display: block;
    height: 65px;
    margin: 24px auto;
    text-decoration: none;
    width: 339px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 30px;
	text-align: center;
	line-height: 64px;	
}



.content p{
	text-align: center;
	padding: 20px 0;
	line-height: 30px;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 100%;
	margin: -132px auto 0;
	height: 132px;
	position: relative;
	background-color: #f5f5f5;
}

.footer .fix-width-wrapper{
/*	width: 860px;*/
	margin: 0 auto;
	padding: 40px 0 0;
}

.footer-logo{
	float: right;
}

.footer p, .footer a {
    color: #7D7D7D;
    font-size: 10px;
    line-height: 12px;
    padding: 0 0 10px;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-text{
	float: left;
	margin-top: 20px;
}

.footer-text p{
	padding-bottom: 15px;
}

.mx-auto p{
	padding-bottom: 15px;
}