@charset "utf-8";
@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");
/* CSS Document */
body {font-family: 'Open Sans', sans-serif; margin:0; padding:0;}
.clear {border: 0 none; clear: both; font-size: 0; height: 0; line-height: 0; margin: 0; padding: 0;}
p {font-size:18px; line-height:1.5em; font-weight:300;}

header {background:#171b1e; min-height:480px;}
.header_bk {background:url(../images/bg-screen.jpg) no-repeat center center;  min-height:480px;}
.logo {margin:80px 0 0 0;}

h1 {margin:30px 0 10px 0; font-size:44px; color:#fff; text-transform:uppercase;  font-weight:700;}
.subline {font-size:28px; color:#fff; font-weight:400;}

a.orange_bt {border-radius:5px; background:#9bd60d; padding:15px; display:block; text-align:center; margin:20px auto 20px auto; font-size:18px; color:#222; width:300px; box-shadow:2px 2px #000; font-weight:700}
a.orange_bt:hover {text-decoration:none; background:#71a000;}

header a.orange_bt {margin:20px 0; background:#9bd60d; color:#222; font-weight:700;}
header a.orange_bt:hover {background:#71a000;}

.first_block {margin: 0 0 40px 0;}
.first_block h4 {text-align:center; font-weight:700; margin:20px 0 20px 0; font-size:22px; }
.first_block p {font-size:16px; text-align:justify; font-weight:300;}
.white_bg {background:#fff; padding:15px;}
.second_block {background:#050612; padding:40px 0 40px 0;}
.second_block h2 {color:#fff; font-size:32px; margin:0 0 30px 0;}
.second_block p {color:#fff; font-size:16px; line-height:1.5em; }

.call_action_box {background:#323232; padding:40px 0 40px 0;}
.call_action_box p.title {font-size:28px; color:#fff; text-align:center; font-weight:700;}
.call_action_box a {margin:30px  auto 30px auto; }

.white_box {padding:40px 0 40px 0;}
.white_box h3, .white_box h2 {font-size:32px; margin:20px 0 40px 0;}
.white_box p {text-align:justify;}

.last_block {background:#fff; padding:40px 0 0 0; border-top:1px solid #dedede}
.last_block h5 {margin:40px 0 30px 0; color:#222; font-size:30px; font-weight:700;}

footer {padding:50px 0 50px 0;}
footer p {font-size:16px;}

@media (min-width: 1200px) {

}

@media screen and (max-width: 768px) {
h1 {font-size:26px; margin:50px 0 10px 0;}	
a.orange_bt {width:100%;}
	
	
}

