/* 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 {
  background-color: #000000;
  height: 100%;
  font-size: 100%;
  width: 100%;
}


body{
margin:0;
padding:0;
color: #ffffff;
background: url(../images/main_image.jpg) center top no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
font-family: 'Lato', sans-serif;
display: block;
}

.black{
background-color: rgba(0, 0, 0, 0.7);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.off_canavas_wrap{
	-webkit-backface-visibility: hidden;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.header{
	width: 80%;
	margin: 0 10%;
	float: left;
	padding-top: 70px;
}

.logo{
	text-align: center;
	display: block;
	margin-bottom: 120px;
	text-shadow: 2px 4px 5px #222;

}

.logo h1{
	font-size: 40px;
	font-weight: 900;
}

.logo h1 span{
	font-weight: 300;
	font-style: italic;
}

.logo p{
	font-size: 14px;
	letter-spacing: 4px;
	margin-top: 15px;
	text-transform: uppercase;
}

.main_content{
	width: 80%;
	margin: 0 10%;
	float: left;
}

.left_c{
	width: 45%;
	float: left;
	padding-top: 20px;
}

.left_c p{
	text-align: center;
	font-size: 100px;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 2px 4px 5px #222;

}

.left_c p span{
	font-weight: 100;
	font-style: italic;
}

.left_c p.small_text{
	font-size: 21px;
	font-weight: 300;
	text-transform: none;
	}


.middle_c{
	width: 10%;
	float: left;
	font-size: 150px;
	font-weight: 100;
	text-shadow: 2px 4px 5px #222;
	
	text-align: center;
}

.right_c{
	width: 45%;
	float: left;
	padding-top: 50px;
}

.right_c p{
	text-align: center;
	font-size: 40px;
	font-weight: 900;
		text-transform: uppercase;
	text-shadow: 2px 4px 5px #222;
}

.right_c p.small_text{
	font-size: 35px;
	font-weight: 300;
	font-style: italic;
	text-transform: none;
}


.social{
	width: 80%;
	margin: 100px 10% 40px;
	float: left;
}

.social ul{
	display: table;
	margin: 0 auto;	
}

.social ul li{
	float: left;
	margin: 0 40px;
	height: 87px;
	width: 87px;
	transition:all 0.3s ease;
	background: url(../images/social.png) left top no-repeat;	
}

.social ul li a{
	display: block;
	height: 87px;
	width: 87px;
}



.social ul li.facebook{
	background: url(../images/social.png) left top no-repeat;
	width: 87px;
}



.social ul li.twitter{
	background: url(../images/social.png) -87px top no-repeat;
	width: 87px;
}


.social ul li.instagram{
	background: url(../images/social.png) -174px top no-repeat;
	width: 87px;
}


.social ul li.facebook:hover{
	background: url(../images/social.png) left bottom no-repeat;
}

.social ul li.twitter:hover{
	background: url(../images/social.png) -87px bottom no-repeat;
}

.social ul li.instagram:hover{
	background: url(../images/social.png) -174px bottom no-repeat;
}

.social2{
	display: none;
}




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


.header{
	width: 90%;
	margin: 0 5%;
	float: left;
	padding-top: 50px;
}

.logo{
	text-align: center;
	display: block;
	margin-bottom: 100px;
	text-shadow: 2px 4px 5px #222;
}

.main_content{
	width: 90%;
	margin: 0 5%;
	float: left;
}


.social{
	width: 90%;
	margin: 100px 5% 0;
	float: left;
}


.left_c p{
	text-align: center;
	font-size: 80px;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 2px 4px 5px #222;

}

.left_c p span{
	font-weight: 100;
	font-style: italic;
}

.left_c p.small_text{
	font-size: 16px;
	font-weight: 300;
	text-transform: none;
	}


.middle_c{
	width: 10%;
	float: left;
	font-size: 120px;
	font-weight: 100;
	text-shadow: 2px 4px 5px #222;
	
	text-align: center;
}

.right_c{
	width: 45%;
	float: left;
	padding-top: 50px;
}

.right_c p{
	text-align: center;
	font-size: 30px;
	font-weight: 900;
		text-transform: uppercase;
	text-shadow: 2px 4px 5px #222;
}

.right_c p.small_text{
	font-size: 27px;
	font-weight: 300;
	font-style: italic;
	text-transform: none;
}



}



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

body{
	background:none;
	background-color:#000;
}

.header{
	width: 80%;
	margin: 0 10%;
	float: left;
	padding-top: 50px;
}

.logo{
	text-align: center;
	display: block;
	margin-bottom: 60px;
	text-shadow: 2px 4px 5px #222;

}

.logo h1{
	font-size: 40px;
	font-weight: 900;
}

.logo h1 span{
	font-weight: 300;
	font-style: italic;
}

.logo p{
	font-size: 14px;
	letter-spacing: 4px;
	margin-top: 15px;
	text-transform: uppercase;
}

.main_content{
	width: 80%;
	margin: 0 10%;
	float: left;
}

.left_c{
	width: 100%;
	float: left;
	padding-top: 20px;
}

.left_c p{
	text-align: center;
	font-size: 80px;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 2px 4px 5px #222;

}

.left_c p span{
	font-weight: 100;
	font-style: italic;
}

.left_c p.small_text{
	font-size: 16px;
	font-weight: 300;
	text-transform: none;
	}


.middle_c{
	width: 100%;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	writing-mode: lr-tb;	
	float: left;
	font-size: 100px;
	font-weight: 0;
	text-shadow: 2px 4px 5px #222;
	text-align: center;
	margin:-20px 0;
}

.right_c{
	width: 100%;
	float: left;
	padding-top: 0px;
}

.right_c p{
	text-align: center;
	font-size: 30px;
	font-weight: 900;
		text-transform: uppercase;
	text-shadow: 2px 4px 5px #222;
}

.right_c p.small_text{
	font-size: 26px;
	font-weight: 300;
	font-style: italic;
	text-transform: none;
}


.social{
	width: 80%;
	margin: 100px 10% 40px;
	float: left;
}

.social ul{
	display: table;
	margin: 0 auto;	
}

.social ul li{
	float: left;
	margin: 0 20px;
	height: 87px;
	width: 87px;
	transition:all 0.3s ease;
	background: url(../images/social.png) left top no-repeat;	
}

.social ul li a{
	display: block;
	height: 87px;
	width: 87px;
}



.social ul li.facebook{
	background: url(../images/social.png) left top no-repeat;
	width: 87px;
}



.social ul li.twitter{
	background: url(../images/social.png) -87px top no-repeat;
	width: 87px;
}


.social ul li.instagram{
	background: url(../images/social.png) -174px top no-repeat;
	width: 87px;
}


.social ul li.facebook:hover{
	background: url(../images/social.png) left bottom no-repeat;
}

.social ul li.twitter:hover{
	background: url(../images/social.png) -87px bottom no-repeat;
}

.social ul li.instagram:hover{
	background: url(../images/social.png) -174px bottom no-repeat;
}





}


@media only screen and (max-width: 568px){
	
body{
	background:none;
	background-color:#000;
}
	
.header{
	width: 80%;
	margin: 0 10%;
	float: left;
	padding-top: 30px;
}

.logo{
	text-align: center;
	display: block;
	margin-bottom: 40px;
	text-shadow: 2px 4px 5px #222;

}

.logo h1{
	font-size: 30px;
	font-weight: 900;
}

.logo h1 span{
	font-weight: 300;
	font-style: italic;
}

.logo p{
	font-size: 10px;
	letter-spacing: 4px;
	margin-top: 15px;
	text-transform: uppercase;
}

.main_content{
	width: 80%;
	margin: 0 10%;
	float: left;
}

.left_c{
	width: 100%;
	float: left;
	padding-top: 20px;
}

.left_c p{
	text-align: center;
	font-size: 50px;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 2px 4px 5px #222;

}

.left_c p span{
	font-weight: 100;
	font-style: italic;
}

.left_c p.small_text{
	font-size: 14px;
	font-weight: 300;
	text-transform: none;
	}


.middle_c{
	width: 100%;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	writing-mode: lr-tb;	
	float: left;
	font-size: 100px;
	font-weight: 0;
	text-shadow: 2px 4px 5px #222;
	text-align: center;
	margin:-20px 0;
}

.right_c{
	width: 100%;
	float: left;
	padding-top: 0px;
}

.right_c p{
	text-align: center;
	font-size: 26px;
	font-weight: 900;
		text-transform: uppercase;
	text-shadow: 2px 4px 5px #222;
}

.right_c p.small_text{
	font-size: 21px;
	font-weight: 300;
	font-style: italic;
	text-transform: none;
}


.social{
	width: 80%;
	margin: 100px 10% 0;
	display: none;
	float: left;
}





.social2{
	display: inherit;
		width: 80%;
	margin: 100px 10% 0;
	float: left;
}

.social2 ul{
	display: table;
	margin: 0 auto;	
}

.social2 ul li{
float: left;
margin: 0 15px;
}

.social2 ul li a{
	font-size: 15px;
	font-weight: 800;
	color: #fff;
	text-decoration: none;
}








