@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Arimo);
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;	
}
body {
	background:url(../images/bg.jpg) left top no-repeat;
	background-size:cover;	
	font-family: 'Arimo', sans-serif;
}
img {
	max-width:100%;	
}
a {
	text-decoration:none;	
}
h1, h2, h3, h4, h5 {
	font-weight:normal;	
}
.main {
	width:100%;
	float:left;	
}
.wrapper {
	width:78%;
	
	margin:0 auto;	
}
.row-1 {
	width:100%;
	float:left;
	margin-top:6%;
	text-align:center;	
}
.logo {
	margin:0 0 0px 0;
	display:block;	
}
.row-2 {
	width:100%;
	float:left;
	border-top:#FFF solid 2px;
	border-bottom:#FFF solid 2px;
	padding:3% 0;	
	margin:20px 0;
	text-align:center;
}
.row-2 h1 {
	font-size:35px;
	color:#fff;
}
.row-2 p {
	font-size:21px;
	color:#fff;
	padding:20px 0 0 0;
	line-height:33px;	
}
.row-2 p a {
	color:#fff000;	
}
.row-2 p a:hover {
	color:#FFF;	
}
.row-3 {
	width:100%;
	float:left;	
}
.row-3 ul {
	list-style:none;
	width:270px;
	margin:2% auto;	
}
.row-3 ul li {
	display:inline-block;
	float:left;
	margin-right:50px;
	background:url(../images/social-icons.png) no-repeat;	
}
.row-3 ul li a {
	display:block;
}
.row-3 ul li:nth-child(1) {
	background-position:left top;
	width:30px;
	height:120px;	
}
.row-3 ul li:nth-child(2) {
	background-position:-80px top;
	width:54px;
	height:120px;	
}
.row-3 ul li:nth-child(3) {
	background-position:-176px top;
	width:54px;
	height:120px;
	margin-right:0px;	
}
.row-3 ul li:nth-child(1) a{
	width:30px;
	height:57px;	
}
.row-3 ul li:nth-child(2) a{
	width:54px;
	height:57px;	
}
.row-3 ul li:nth-child(3) a{
	width:54px;
	height:57px;	
}
.row-4 {
	width:100%;
	float:left;	
}
.row-4 p {
	font-size:17px;
	line-height:24px;
	color:#fff;	
	text-align:center;
}
.row-4 p a {
	color:#fff000;
}
.row-4 p a:hover {
	color:#fff;
}
/*---------------*/
.content-row-1 {
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
	height:33%;
}
.content-row-2 {
	width:100%;
	position:absolute;
	left:0px;
	top:33%;
	height:33%;
}
.content-row-3 {
	width:100%;
	position:absolute;
	left:0px;
	bottom:2%;
	height:33%;
	
}

@media screen and (max-width:1024px) {
.content-row-1 {
	width:100%;
	position:inherit;
	left:0px;
	top:0px;
	height:33%;
}
.content-row-2 {
	width:100%;
	position:inherit;
	left:0px;
	top:0px;
	height:33%;
}
.content-row-3 {
	width:100%;
	position:inherit;
	left:0px;
	top:0px;
	height:33%;
	
}	
}

@media screen and (max-width:700px) {
	.row-2 h1 {
		font-size:28px;	
	}
	.row-2 p {
		font-size:18px;	
	}
	.row-4 p {
		font-size:15px;	
	}
}