body {
	font-family: 'Open sans', sans-serif !important; 
    margin: 0; 
    padding: 0; 
    background: #e7e8ea !important;
}
.wrap {
	width: 100%;
	min-width: 320px; 
    background: url( ../img/bodybg.png ) repeat-x bottom;
}
.content {
    width: 96%;
    max-width: 1475px;
    margin: 0 auto;
}
.header {
    padding: 0 200px;
}
.page {
	width: 100%; 
    background: #fff;
}
.logo {
	float: left;   
    padding: 55px 0 43px 0;
}
.clear {
    clear: both;
}
.logo-hub,
.logo-dna {
    float: right;
}
.logo-hub {
    padding-top: 86px;
}
.logo-dna {
    padding-top: 113px; 
    padding-left: 25px;
}

.cover {
    width: 100%;
    min-height: 495px;
    background: url( ../img/cover.jpg ) no-repeat; background-position: top center; background-size: cover;
}

.cover-title {
    padding-left: 120px;
    color: #ffffff;
	padding-top: 100px;
}
.main-title {
    font-size: 48px;
font-weight: normal;
margin-bottom: 10px;
overflow: hidden;
line-height: 60px;
font-family: Helvetica, 'Open sans';
}
.sub-title {
    font-size: 23px;
font-weight: bold;
margin-bottom: 10px;
font-family: Helvetica,'Open sans';
}
 .hash-title
{
    font-size: 19px; 
    font-weight: normal; 
 
    letter-spacing: 10px;
	font-family: Helvetica, 'Open sans';
} 

.cover-lines {
    float: left;
    margin-top: 20px;
    font-weight: 600;
}
.cover-lines .line {
	font-size: 15px; 
    line-height: 30px;
    margin-bottom: 14px;
    padding-left: 15px;
    padding-right: 30px;
    margin-left: 120px;
    color: #000;
    background: #ffffff;
	font-family: Helvetica, 'Open sans';
	letter-spacing: 0.02em;
}
.line {
    font-weight: 600;
}
.cover-lines .line img {
    padding-top: 10px;
}
.cover .line-logo {
 float: left;
margin-left: 15px;
margin-top: 20px;
}
.fun-title {
	margin-top: 100px;
	font-weight: normal;
	color: #f0712f;
	font-size: 60px;
	padding: 0 30px;
}

h1 {
	font-size: 60px; 
	font-weight: 600; 
	margin-top: 71px; 
	margin-bottom: 30px; 
	text-align: center; 
    color: #1b2f47;
}
h2 {
    font-size: 48px; 
    font-weight: 400; 
    margin-top: 12px; 
    margin-bottom: 40px; 
    text-align: center; 
    color: #1b2f47;
}
.main-box h3 {
    font-size: 36px; 
    font-weight: 300; 
    font-style: italic; 
    margin: 0 0 45px 0 !important;  
    color: #272525;
}

.separator {
	width: 80%; 
	max-width: 700px; 
    height: 2px; 
    margin: 28px auto; 
    background: #f0712f;
}
.main-box {
    width: 96%; 
    max-width: 870px; 
    margin: 0 auto;
    padding-top: 73px; 
    padding-bottom: 185px;
}

p {
    font-size: 20px;
    margin: 0 0 25px 0; 
    color: #000;
}
a, .blue {
    color: #1b2f47 !important;
}
a {
    text-decoration: none;
}
a:hover,
a:active,
a:focus
{
    text-decoration: underline;
}

.input-name,
.input-email {
	font-size: 24px; 
	display: block; 
    width: 90%; 
    max-width: 508px;
    margin-bottom: 17px;
    padding: 24px 0 24px 54px;
    color: #2c3e50;
    border: none;
    border-bottom: 2px solid #1b2f47;
}

input {
    font-family: 'Open sans', sans-serif;
}
input:focus {
    outline: none;
}
.input-name {
    background: url( ../img/icon_name.png ) no-repeat center left;
}
.input-email {
    background: url( ../img/icon_email.png ) no-repeat center left;
}

input[type=submit] {
	font-size: 20px;
	font-weight: 800;
	line-height: 40px;
	margin: 0; margin-top: 34px;
	padding: 0 35px;
	cursor: pointer;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 1s ease-out; 
	color: #fff;
border: none;
background: #f0712f;
border-radius: 10px;
font-weight: normal;
}
input[type=submit]:hover {
    background: #1b2f47;
    color: #ffffff;
}


form {
	margin-bottom: 70px; 
    padding-top: 13px;
}

.tags
{
    font-size: 14px;
}
.tags a
{
    font-weight: bold !important;
	text-decoration: none !important;
}

.footer
{font-size: 14px; 

    width: 100%; color: #808080; background: #252525;
}
.footer .content
{ 
    line-height: 76px; padding-left: 20px;
}

.error,
.message
{
    font-size: 14px; font-weight: bold; display: none; margin-top: 10px;
}
.error
{
    color: #e74c3c;
}
.message
{
    color: #2ecc71;
}


.main-box a { color: #f0712f !important; font-weight: normal; text-decoration: underline }
 
/*Responsive*/
@media screen and (max-width: 1300px) {
	
	.cover-title { padding-left: 83px; }
	.cover-lines .line  { margin-left: 83px; }
	.cover-lines .line-logo { padding-left: 83px; }

}

@media screen and (max-width: 1100px) {
	.cover { 
    	width: 100%; 
    	min-height: 495px; 
      /*	background: url( ../img/cover_2.jpg ) no-repeat;
      	background-size: cover; 
      	background-position: top right*/
    }
	.header {
		padding: 0 ;
		width: 96%;
		max-width: 870px;
		margin: 0 auto;
	}
	
	.cover-lines { /* margin-top: 52px;*/ }
    .main-title { font-size: 50px ;  }
    .sub-title { font-size: 23px;  }
	.hash-title { font-size: 15px; }

}

@media screen and (max-width: 620px) {
	.logo-hub, .logo-dna {
	    padding-bottom: 20px;
	}
	.cover { 
    	width: 100%; 
    	min-height: 495px; 
      /*	background: url( ../img/cover_3.jpg ) no-repeat;
      	background-size: cover; 
      	background-position: top right*/
    }
	.logo {
	    padding: 55px 0 0 0;
	    float: none;
		text-align: center;
	}
	.logo-hub, .logo-dna {
	    float: none;
	}
	.logo-hub {
	    padding-top: 36px;
	    float: left;
	}
	.logo-dna {
	    padding-top: 63px;
	    padding-left: 25px;
	    float: right;
	}
	.cover-title {
		padding-left: 20px; 
		padding-top: 20px;
	}
	.cover-lines { 
		margin-top: 20px;
	}
	.cover-lines .line {
		margin-left: 20px;
	}
	.cover .line-logo {
		padding-left: 5px;
		float: none;
		clear: both;
	}
	.main-title { 
		font-size: 50px ; 
		text-align: left; 
	}
	.sub-title { 
		font-size: 23px; 
		text-align: left; }
	.hash-title { 
		font-size: 15px; 
		text-align: left; 
	}

	}

	@media screen and (max-width: 475px) {
	.cover { 
    	width: 100%; 
    	min-height: 495px; 
      /*	background: url( ../img/cover_4.jpg ) no-repeat;
      	background-size: cover; 
      	background-position: top center*/
    }
    .cover-title {
    	/*padding-top: 60px;*/
    }
    .main-title {
    	line-height: 50px;
    	font-size: 43px;
    }
    .sub-title {
    	font-size: 20px;
    }
    .cover-lines {
    	font-size: 42px;
    	margin-top: 20px;
    	padding: 0;
    }
	.cover-lines .line {
	/*	font-size: 18px;
		line-height: 20px;
	    padding-left: 30px;
		padding-right: 30px;*/
	}
	.cover-lines .line-logo { 
		padding-left: 30px; 
	}
	.hash-title {
	/*	font-size: 12px;*/
	}

	.main-box {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	p {
		font-size: 16px;
	}
}
	
}

