body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #43464e;
	font-size: 19px;
	padding-right: 0 !important;
}
.modal-open {
    overflow: visible;
}

font {
	white-space: nowrap;
}
h3 {
	color: #008963;
	font-size: 36px;
	text-transform: uppercase;
	margin: 0;
	padding-top: 100px;
	padding-bottom: 65px;
	text-align: center;
	font-family: proxima-nova, sans-serif;
	font-weight: 800;
}

@media (min-width: 1300px) {
	.container {
		width: 1250px;
	}
}

.btn-scroll {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: -45px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #00925c;
	z-index: 99;
	padding: 0;
}
.btn-scroll span {
	border: solid #fff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 10px;
	position: relative;
}
.btn-scroll .up {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-top: 35px;
	animation-name: up;
	animation-duration: 7s;
	animation-iteration-count: infinite;
	top: 0
}
@keyframes up {
	0%   {top: 0px;}
	5%  {top: -15px;}
	10% {top: 0px;}
	100% {top: 0px;}
}
.btn-scroll .down {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 27px;
	animation-name: down;
	animation-duration: 7s;
	animation-iteration-count: infinite;
	top: 0
}
@keyframes down {
	0%   {top: 0px;}
	5%  {top: 15px;}
	10% {top: 0px;}
	100% {top: 0px;}
}

header {
	box-shadow: 0px 5px 5px #f0f0f0;
	border-top: 7px solid #0c5239;
	background-color: #fff;
	margin-bottom: 60px;
}
header img {
	width: 138px;
	margin: 30px 0;
}

section#title {
	margin-bottom: 65px;
}
section#title img {
	width: 90%;
	max-width: 633px;
	margin: auto;
}
section#title h1 {
	color: #00523b;
	font-size: 54px;
	text-transform: uppercase;
	font-family: proxima-nova, sans-serif;
	font-weight: 800;
	margin: 0;
	padding-top: 70px;
}
section#title h2 {
	color: #00523b;
	font-size: 40px;
	text-transform: uppercase;
	font-family: proxima-nova, sans-serif;
	font-weight: 800;
	margin: 0;
	padding-bottom: 60px;
}
section#title .icons {
	width: 80%;
	max-width: 93px;
}
section#title .box {
	background-color: #f6f8fa;
	padding: 30px;
	margin-bottom: 60px;
}
section#title .box h3 {
	padding: 25px 0 5px 0;
}
section#title .box p {
	margin: 0;
	height: 220px;
}

section#more {
	background-color: #f6f8fa;
	padding-bottom: 110px;
}
section#more .box {
	background-color: #fff;
	padding: 30px 50px;
	border-radius: 30px;
	margin: 0 9%;
	margin-bottom: 56px;
}
section#more .box p {
	margin-bottom: 0px;
}
section#more .box .pic {
	position: absolute;
	left: 4%;
	top: -10px;
}
.btn-orange {
	background-color: #f04e23;
	color: #fff;
	border-radius: 30px;
	border: 1px solid #f04e23;
	font-size: 20px;
	text-transform: uppercase;
	font-family: proxima-nova, sans-serif;
	font-weight: 800;
	padding: 13px 20px 13px 5px;
	width: 75%;
	max-width: 350px;
	position: absolute;
	right: 15%;
	bottom: 0px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	outline: none; 
}
.btn-orange:hover {
	background-color: transparent;
	color: #f04e23;
}

section#info {
	padding-bottom: 70px;
	padding-top: 50px;
}
section#info h3 {
	padding-bottom: 0px;
}
section#info p {
	max-width: 870px;
	margin: auto;
	padding-top: 30px;
}
section#info h4 {
	max-width: 870px;
	margin: auto;
	font-size: 26px;
	color: #181818;
	font-family: proxima-nova, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	padding-top: 85px;
}
section#info ul {
	max-width: 870px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 10px;
}
section#info li {
	padding-bottom: 10px;
}
section#info li:before {
	content: "";
	color: #fff;
	border-radius: 3px;
	width: 21px;
	height: 21px;
	background-color: #0b5239;
	position: absolute;
	margin-left: -40px;
	margin-top: 3px;
}
section#info li span:before {
	content: "";
	position: absolute;
	display: block;
	width: 9px;
	height: 14px;
	border: solid #fff;
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: -34px;
	margin-top: 5px;
}
section#info a {
	color: #0b5239;
	font-family: proxima-nova, sans-serif;
	font-weight: 800;
	font-size: 20px;
}

form {
	background-color: #0b5239;
	color: #fff;
	padding-bottom: 100px;
}
form h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	margin: 0;
	padding-top: 100px;
}
form h3 {
	padding-top: 0px;
	padding-bottom: 85px;
	color: #fff;
}
form .box {
	max-width: 900px;
	margin: auto;
}
.form-group {
    margin-bottom: 15px;
	height: 64px;
}
p.text2 {
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: -21px;
	margin-bottom: 25px;
}
.type_box {
	height: auto;
}
.type_box div {
	display: inline-block;
}
.type_text {
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.one {
	margin: 0 10px 0 0;
}
.type_text input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 20px;
	width: 20px;
	top: 0px;
	left:0;
	margin-top:0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #ffffff;
	border-radius: 3px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.type_text:hover input ~ .checkmark {
	background-color: #ccc;
}
.type_text input:checked ~ .checkmark {
	background-color: #ffffff;
}
.checkmark:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 1px;
	width: 9px;
	height: 14px;
	border: solid #00925c;
	border-width: 0 4px 4px 0;
	-webkit-transform: scale(3, 3) rotate(45deg);
	-ms-transform: scale(3, 3) rotate(45deg);
	transform: scale(3, 3) rotate(45deg);
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.type_text input:checked ~ .checkmark:after {
	-webkit-transform: scale(1, 1) rotate(45deg);
	-ms-transform: scale(1, 1) rotate(45deg);
	transform: scale(1, 1) rotate(45deg);
	opacity: 1;
}

.form-control {
	max-width: 100%;
	min-width: 100%;
	height: 30px;
	max-height: 30px;
	min-height: 30px;
	background-color: transparent;
	border: none;
	box-shadow: none;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left:0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	font-size: 19px;
	color: #fff;
	overflow: hidden;
}
.form-control:focus {
	border: none;
	box-shadow: none;
}
label.text {
	width: 100%;
	height: 1px;
	background-color: #fff;
    margin-bottom: 0px;
}
label.text:before {
	content: "";
	width: 0;
	display: block;
	height: 1px;
	background-color: #00925c;
    margin-bottom: 0px;
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
}
.form-control:focus ~ label.text:before {
	width: 100%;
}
.invalid {
	color: #ff0000;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
form span {
	position: relative;
	top: -75px;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-transition: color 0.5s, font-size 0.5s;
	-moz-transition: color 0.5s, font-size 0.5s;
	-o-transition: color 0.5s, font-size 0.5s;
	transition: color 0.5s, font-size 0.5s;
}
.form-control:focus ~ label.text span {
	font-size: 12px;
	color: #00925c;
}
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #0b5239 inset !important;
    -webkit-text-fill-color: #fff !important;
    border-radius: 0;
	transition-duration: 0s;
}

.btn-white {
	background-color: #fff;
	color: #0b5239;
	border-radius: 30px;
	border: 1px solid #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-family: proxima-nova, sans-serif;
	font-weight: 800;
	padding: 13px 20px 13px 5px;
	width: 90%;
	max-width: 350px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	outline: none; 
}
.btn-white:hover {
	background-color: transparent;
	color: #fff;
}

#error, #thanks, #no-thanks {
	display: none;
}
.modal-body {
    padding: 20px 0;
}
.modal-body p {
    margin: 0;
	text-align: center;
	color: #0b5239;
    padding: 15px 0 25px 0;
	width: 80%;
	margin: auto;
}
.modal-body p.header_modal {
	text-transform: uppercase;
	font-family: proxima-nova, sans-serif;
	font-weight: 800;
	border-bottom: 1px solid #ccc;
    padding: 25px 0 15px 0;
}
button.close {
	position: absolute;
	right: 10px;
	top: 10px;
}

section#contact {
	font-size: 13px;
	color: #c1aca9;
	background-color: #302827;
	padding: 55px 0;
}
section#contact a {
	color: #c1aca9;
}

footer {
	font-size: 13px;
	color: #4b4b4b;
	padding: 10px 0;
}