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,canvas{
	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;
}
@font-face {
    font-family: 'socicon';
    src: url('assets/fonts/socicon/font/socicon-webfont.eot');
    src: url('assets/fonts/socicon/font/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/socicon/font/socicon-webfont.woff') format('woff'),
         url('assets/fonts/socicon/font/socicon-webfont.ttf') format('truetype'),
         url('assets/fonts/socicon/font/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}
.socicon {
    font-family: 'socicon' !important;
}
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;
}
header {
	width: 100%; 
	position: fixed;
	left: 0;
	top: 0;
	font-size: 38px;
	color: black;
	text-align: center;
	height: 64px;
	line-height: 64px;
}
.wrapper{
    display: table-cell;
    vertical-align: middle;	
    padding: 40px 0;
}
.left-section{
	width: 50%;
	float: left;
}
.left-section canvas{
	float: right;
	
	margin-right: 50px;
}
.right-section{
	width: 50%;
	float: left;
}
h1{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #e8ebec;
	padding: 5px 15px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	color: #4d4d4d;
	font-size: 60px;
	text-transform: uppercase;
	letter-spacing: -1px;
	float: left;
	margin-bottom: 20px;
}
.seprator{
	float: none;
	clear: both;
}
.main-content{
	margin-bottom: 20px;
}
.main-content h2{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 37px;
	color: #396f90;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.main-content p{
	font-size: 16px;
	letter-spacing: -0.5px;
}
ul.social{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
ul.social li{
	display: inline;
	text-align: center;
}
ul.social li i{
	font-size: 20px;
	line-height: 44px;
}
ul.social li a{
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);

	width: 42px;
	border: 4px solid #fff;
	height: 42px;
	float: left;
	margin-right: 10px;
	color: #fff;
}
ul.social li#instagram a{
	background: #3b5998;
}
ul.social li a:hover{
	opacity: 0.9;
}
ul.info{
	width: 100%;
	float: left;
}
ul.info i{
	width: 30px;
	font-size: 20px;
	color: #000;
}
ul.info li{
	margin-bottom: 15px;
}
ul.info li a{
	color: #4a4a4a;
	text-decoration: none;
}
ul.info li a:hover{
	text-decoration: underline;
}
.watch-section{
	display: none;
}
ul.social2{
	display: none;
}

@media only screen and (max-width: 768px){
	.left-section{
		display: none;
	}
	.watch-section{
		width: 100%;
		float: left;
		text-align: center;
		display: block;
	}
	.watch-section canvas{
			width: 20%;
	}
	.right-section{
		width: 90%;
		padding: 0 5%;
		float: left;
	}
	h1{
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		background: #e8ebec;
		padding: 5px 0;
		width: 100%;
		text-align: center;
		font-family: 'Roboto Slab', serif;
		font-weight: 700;
		color: #4d4d4d;
		font-size: 35px;
		text-transform: uppercase;
		letter-spacing: -1px;
		float: left;
		margin-bottom: 15px;
	}
	.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: #396f90;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: -0.5px;
	}
	.main-content p{
		font-size: 15px;
		letter-spacing: -0.5px;
	}
	ul.info{
		width: 100%;
		float: left;
		margin-bottom: 15px;

	}
	ul.info i{
		width: 100%;
		color: #000;
		display: block;
		font-size: 20px;
		text-align: center;
	}
	ul.info li{
		margin-bottom: 15px;
			text-align: center;
			font-size: 15px;
	}
	ul.info li a{
		color: #4a4a4a;
		text-decoration: none;
	}
	ul.info li a:hover{
		text-decoration: underline;
	}
	ul.social{
		display: none;
	}
	.social-links{
		display: table;
		margin: 0 auto;
	}
	ul.social2{
		display: inherit;
	}
	ul.social2{
		width: 100%;
		list-style: none;
		float: left;
		margin-bottom: 30px;
	}
	ul.social2 li{
		display: inline;
		text-align: center;
	}
	ul.social2 li i{
		font-size: 20px;
		line-height: 44px;
	}
	ul.social2 li a{
		-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
		box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
		width: 42px;
		border: 4px solid #fff;
		height: 42px;
		float: left;
		margin: 0 5px;
		color: #fff;
	}

	ul.social2 li#instagram a{
		background: ##5B6CB2;
	}
	ul.social2 li a:hover{
		opacity: 0.9;
	}
}