@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
hr{
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-family: 'Roboto', sans-serif;
	background-color: #FFF;
	line-height: 24px;
	font-weight: 400;
	font-size:16px;
	box-sizing: border-box;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}f
ul {
	list-size: none;
}
ul li {
	list-size: none;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
  color: #000;
} 
a:focus, a:active{
	outline: none;
}
blockquote, q {
	quotes: none;
}
form, fieldset {
	border-size: none;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="text"],
input[type="email"], 
input[type="tel"], 
input[type="search"], 
input[type="submit"], 
textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  font-family: 'Roboto', sans-serif;
}
a img {
	outline: none;
	border: none;
}
.visible-lg{
	display:block;
}
.visible-xs{
	display: none;
}
.clearfix {
	clear: both;
}
.clearfix:after {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clear {
	clear: both;
}

p {
	margin-bottom: 15px;
	font-size: 16px;
	color: #4a4a4a;
	line-height: 25px;
	font-weight: 400;
}
b, strong {
	font-weight: 700;
}
i, em {
	font-size: italic;	
}
ol{
	padding-left: 15px;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

h1, h2, h3, h4, h5, h6{
	color: #000;
	font-family: inherit;
}

h1{
	font-size:40px;
	line-height:50px;
	margin-bottom: 15px;
}

h2{
	font-size:34px;
	line-height:40px;
	margin-bottom:15px;
}

h3{
	font-size:30px;
	line-height:30px;
	margin-bottom:15px;
}

h4{
	font-size:24px;
	line-height:34px;
	margin-bottom:15px;
}

h5{
	font-size:20px;
	line-height:30px;
	margin-bottom:15px;
}

h6{
	font-size:16px;
	line-height:26px;
	margin-bottom:15px;
}
table{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

select {
	background: transparent;
	border: none;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 14px;
}

textarea {
  resize: none;
  outline: none;
}

textarea:focus, input:focus,
textarea:active {
    outline: 0;
}


button {
  cursor: pointer;
}

.text-center{
	text-align:center;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.btn{
	padding: 10px 25px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	font-family: inherit;
	font-weight: 500;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	display:inline-block;
	border: 1px solid transparent;
	cursor: pointer;
	margin-top: 15px;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
} 

.btn:focus, .btn:active, button:focus, button:active{
	outline: none;
}


.container {
	max-width: 1170px;
	margin: 0 auto;
	padding:0 15px;
}

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section-title {
	margin-bottom: 40px;
	text-align: center;
}

.section-title h2 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0;
}

/*
* - Header -
*/

.header {
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
  padding: 15px 0;
}


.header .left-wrap {
  float: left;
}

.header .left-wrap .logo {
	width: 180px;
}

.header .right-wrap {
  float: right;
  margin-top: 15px;
}

.header .right-wrap .phone a {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
}


.hero-wrapper {
	background-image: url(../images/hero-bg.jpg);
	overflow: hidden;
}

.hero-wrapper .content {
	padding: 80px 0;
    max-width: 1000px;
    margin: auto;
	overflow: hidden;
}

.hero-wrapper .content .text {
	text-align: center;
}

.hero-wrapper .text h1 {
	font-size: 60px;
	font-weight: 700;
	color: #fff;
}

.hero-wrapper .text p {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.hero-wrapper .form {
	width: 470px;
	float: right;
	background-color: #fff;
	padding: 40px;
	margin-top: 40px;
}

.hero-wrapper .form .title {
	text-align: center;
	margin-bottom: 30px;
}

.hero-wrapper .form .title h3 {
	font-size: 30px;
	line-height: 35px;
	color: #363636;
	margin-bottom: 0px;
}

.hero-wrapper .form .title p {
	font-size: 16px;
	line-height: 26px;
	color: #999999;
	margin-bottom: 0px;
}

.hero-wrapper .form .grid-2 > span {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.hero-wrapper .form .grid-2 > span:first-child {
    margin-right: 5px;
}

.hero-wrapper .form .grid-2 > span:last-child {
    margin-left: 5px;
}

.hero-wrapper .form-input > span label {
	font-size: 14px;
	line-height: 25px;
	color: #999999;
	font-weight: 300;
}

.form-control {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    color: #1d1a1a;
    font-size: 14px;
}

.hero-wrapper .form-input textarea.form-control {
	height: 80px;
}

.hero-wrapper .form-input .submit-btn {
	width: 100%;
	background-color: #bf1f2f;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	border-radius: 3px;
	padding: 15px 25px;
}

.features {
	padding: 40px 0;
	background-color: #181818;
}

.features .grid-3 {
	display: flex;
	flex-flow: row wrap;
}

.features .grid-3 .grid {
	display: inline-block;
	width: 33.33333%;
}

.features .grid-3 span {
	display: inline-block;
	vertical-align: middle;
}

.features .grid-3 span:first-child {
	margin-right: 10px;
}

.features .grid-3 h3 {
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 0;
}

#request-form .error{
	font-size: 12px;
	color: #fb0505;
	display:block;
}

.copyright {
	background-color: #080808;
	padding: 15px;
	text-align: center;
}

.copyright p {
	font-size: 14px;
	color: #d4d4d4;
	margin-bottom: 0;
}

@media screen and (max-width: 1024px){
	.hero-wrapper .text h1 {
    	font-size: 46px;
	}

	.features .grid-3 h3 {
	    font-size: 18px;
	    line-height: 26px;
	}
}

@media screen and (max-width: 870px){
	.hero-wrapper .text h1 {
    	font-size: 38px;
    	line-height: 40px;
	}
	.features .grid-3 > div{
		text-align: center;
	}
	.features .grid-3 span {
		display: block;
	}
	.features .grid-3 span:first-child {
		margin-right: 0;
	}
	.features .grid-3 h3 {
	    font-size: 16px;
	}
}

@media screen and (max-width: 767px){
	.hero-wrapper .form {
	    float: none;
	    width: 100%
	}

	.section-title {
	    margin-bottom: 20px;
	}

}

@media screen and (max-width: 680px){
	.section-title h2 {
    	font-size: 26px;
	}	

}

@media screen and (max-width: 580px){
	.hero-wrapper .content {
    	padding: 50px 0;
	}

	.hero-wrapper .text p {
	    font-size: 16px;
	    line-height: 26px;
	}

	.section-title h2 {
    	font-size: 22px;
    	line-height: 30px;
	}
	.features .grid-3 {
		max-width: 270px;
		margin: 0 auto;
		width: 100%;
	}

	.features .grid-3 .grid {
	    display: block;
	    width: 100%;
	    margin-top: 15px;
	}
	.features .grid-3 > div{
		text-align: left;
	}
	.features .grid-3 span {
		display: inline-block;
	}
	.features .grid-3 span:first-child {
		margin-right: 10px;
	}

}

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

	.hero-wrapper .form {
		padding: 25px;
	}
	
	.hero-wrapper .form .title h3 {
    	font-size: 22px;
    	line-height: 30px;
	}

	.hero-wrapper .form .grid-2 span:last-child {
	    margin-left: 0;
	}

	.hero-wrapper .form .grid-2 span:first-child {
	    margin-right: 5px;
	}
	
	.hero-wrapper .form .grid-2 span {
	    width: 100%;
	}
}

@media screen and (max-width: 380px){
	.header .left-wrap .logo {
		width: 130px;
	}
	
	.header .right-wrap {
    	margin-top: 10px;
	}

	.hero-wrapper .text h1 {
    	font-size: 17px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.hero-wrapper .text p {
    	font-size: 14px;
	}

	.hero-wrapper .form .title h3 {
    	font-size: 18px;
    	line-height: 26px;
	}

	.section-title h2 {
    	font-size: 20px;
	}
}