/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}


html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}

html{
	background-color: #fcf9f7;
}

.dim{
	opacity: 0.3;
}


body{
margin:0;
padding:0;
color: #4d4d4d;
position: relative;
font-family: 'Roboto', sans-serif;
text-align: left;
background: url(../images/bg.png) left top repeat;
}




.wrapper{
    display: table-cell;
    vertical-align: middle;	
    padding: 40px 0;
}

.left-section{
	width: 50%;
	float: left;
}

.left-section img{
	float: right;
	margin-right: 50px;
	max-width: 700px;
}

.right-section{
	width: 50%;
	float: left;
	padding-top: 5px;
}


.seprator{
	float: none;
	clear: both;
}


.main-content{
	margin-bottom: 20px;
}
.main-content h2{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}

.main-content p{
	font-size: 16px;
}


.watch-section{
	display: none;
}


@media only screen and (max-width: 1024px){

.left-section{
	width: 60%;
	float: left;
}

.left-section img{
	float: right;
	width: 90%;
	margin-right: 30px;
}


.right-section{
	width: 40%;

}

.main-content h2{
	font-size: 18px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}

}



@media only screen and (max-width: 840px){

.left-section{
	display: none;
}

.watch-section{
	width: 100%;
	float: left;
	text-align: center;
	display: block;
}

.watch-section img{
		width: 80%;
		max-width: 500px;
}


.right-section{
	width: 90%;
	padding: 0 5%;
	float: left;
}


.seprator{
	float: none;
	clear: both;
}


.main-content{
	margin-bottom: 20px;
	text-align: center;
}
.main-content h2{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}

.main-content p{
	font-size: 15px;
	letter-spacing: -0.5px;
}


}
