body {
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	min-width: 320px;
	overflow-x: hidden;
	color: #777;
	background-color: #f9fafc;
}

.header {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	background: url('../images/bannerbg.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.logo {
	display: inline-block;
}

.header h1 {
	line-height: 1.3;
	font-weight: 700;
	margin-top: 35px;
	margin-bottom: 20px;
}

.text-skew {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 15px;
	font-weight: 400;
	color: #496d87;
}
.text-skew::before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: -1;
	ms-transform: skewX(-5deg);
	-webkit-transform: skewX(-5deg);
	transform: skewX(-5deg); 
}

.btn-action {
	width: 100%;
	padding: 16px 25px;
	border-radius: 12px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background-color: #ff7800;
	-webkit-box-shadow: 4px 3px 9px rgba(0,0,0, .26);
	-moz-box-shadow: 4px 3px 9px rgba(0,0,0, .26);
	box-shadow: 4px 3px 9px rgba(0,0,0, .26);
}
.btn-action:hover, .btn-action:focus {
	color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.header .btn-action {
	margin-top: 35px;
}

.video-group {
	padding-top: 40px;
	padding-bottom: 40px;
}

.video-group h2 {
	margin-bottom: 40px;
}

.advantages {
	padding: 40px 0 40px;
	background-color: #00c2f6;
	color: #fff;
}

.advantages h2 {
	font-weight: 700;
}

.advantages-box {
	margin-top: 30px;
}

.advantages-box p {
	margin-top: -85px;
	padding: 95px 10px 25px;
	background-color: #f9fafc;
	color: #777;
	border-radius: 16px;
}
.advantages-box:nth-child(even) p{
	background-color: #eff0f5;
}

.learn-more {
	padding-top: 60px;
	padding-bottom: 20px;
	color: #fff;
	background: url('../images/learnmorebg.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.learn-more h2 {
	font-weight: 700;
	margin-bottom: 30px;
}

hr.separator {
	max-width: 724px;
	margin-top: 0;
	margin-bottom: 30px;
	border-top-width: 2px;
	border-top-color: rgba(255,255,255, .6);
}

.fb-link {
	display: inline-block;
	margin-top: 120px;
	text-transform: uppercase;
	color: #fff;
}
.fb-link:hover, .fb-link:focus {
	color: #fff;
}

.footer {
	padding: 12px 0 13px;
	background-color: #383838;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.footer a {
	color: #fff;
}

.footer-bottom ul {
	margin-top: 5px;
	margin-bottom: 0;
	list-style: none;
	padding-left: 0;
}

.footer-bottom ul > li {
	display: inline-block;
	line-height: 1em;
}

.footer-bottom ul > li + li {
	border-left: 1px dotted #fff;
}

.footer-bottom ul > li > a {
	padding: 0 5px;
	font-size: 14px;
}

.modal-capture .modal-content{
	padding: 2px;
}
.modal-capture .modal-content,
.modal-capture .modal-header,
.modal-capture .modal-footer {
	border-color: transparent;
}
.modal-capture .modal-content h4 {
	padding-top: 10px;
	font-size: 16px;
}
.modal-capture .modal-content form {
	border: 1px dashed #a2a2a2;
	border-radius: 10px;
}

.modal-capture .form-control {
	height: 46px;
	font-size: 18px;
	background-color: #ddd;
	border-radius: 10px;
	border-color: transparent;
}
.modal-capture .modal-header {
	padding-bottom: 0;
}
.modal-capture .modal-footer {
	padding-top: 0;
}
.modal-capture .btn {
	padding: 7px 15px;
	border-radius: 10px;
	font-size: 24px;
	color: #fff;
	background-color: #ff7800;
}
.gradient-gray {
	background: #dfdfdf;
	background: -moz-linear-gradient(top, #dfdfdf 0%, #f0f0f0 52%, #d7d7d7 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #dfdfdf), color-stop(52%, #f0f0f0), color-stop(100%, #d7d7d7));
	background: -webkit-linear-gradient(top, #dfdfdf 0%, #f0f0f0 52%, #d7d7d7 100%);
	background: -o-linear-gradient(top, #dfdfdf 0%, #f0f0f0 52%, #d7d7d7 100%);
	background: -ms-linear-gradient(top, #dfdfdf 0%, #f0f0f0 52%, #d7d7d7 100%);
	background: linear-gradient(to bottom, #dfdfdf 0%, #f0f0f0 52%, #d7d7d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#d7d7d7', GradientType=0 );
}
@media only screen and (min-width: 768px) {
	.header {
		padding-top: 65px;
		padding-bottom: 65px;
	}
	h1 {
		font-size: 40px;
	}
	h1 .text-skew {
		font-size: 60px;
	}
	.btn-action {
		max-width: 300px;
	}
	.video-group {
		padding-top: 120px;
		padding-bottom: 100px;
	}
	.advantages {
		padding: 80px 0 70px;
	}
	.advantages-box {
		margin-top: 50px;
	}
	.advantages-box p {
		font-size: 18px;
		margin-left: -15px;
		margin-right: -15px;
		border-radius: 0;
	}
	.advantages-box:first-child p {
		border-top-left-radius: 16px;
		border-bottom-left-radius: 16px;
	}
	.advantages-box:last-child p {
		border-top-right-radius: 16px;
		border-bottom-right-radius: 16px;
	}
	.learn-more {
		padding-top: 120px;
	}
	.learn-more h2 {
		font-size: 36px;
	}
	.modal-capture .modal-dialog {
    max-width: 420px;
  }
}