@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);
* {
	padding: 0px;
	margin: 0px;
}
body {
	background: #dddcd8;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	-moz-appearance: none;
	-webkit-appearance: none;
}
img {
	border: none;
}
p {
	word-wrap: break-word;
}
div, ul, li, table, tr, td, th, span, a, nav, header, footer, section, h1, h2, h3, h4, h5, h6 {
	margin: 0px auto;
	padding: 0px;
}
a {
	color: #333;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:focus {
	outline: none;
}
input:focus {
	outline: none;
}
select:focus {
	outline: none;
}


@font-face {
    font-family: 'novecento_sans_widemedium';
    src: url('../fonts/novecentosanswide-medium-webfont.eot');
    src: url('../fonts/novecentosanswide-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/novecentosanswide-medium-webfont.woff2') format('woff2'),
         url('../fonts/novecentosanswide-medium-webfont.woff') format('woff'),
         url('../fonts/novecentosanswide-medium-webfont.ttf') format('truetype'),
         url('../fonts/novecentosanswide-medium-webfont.svg#novecento_sans_widemedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'novecento_widemedium';
    src: url('../fonts/novecentowide-medium-webfont.eot');
    src: url('../fonts/novecentowide-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/novecentowide-medium-webfont.woff2') format('woff2'),
         url('../fonts/novecentowide-medium-webfont.woff') format('woff'),
         url('../fonts/novecentowide-medium-webfont.ttf') format('truetype'),
         url('../fonts/novecentowide-medium-webfont.svg#novecento_widemedium') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
	font-family: 'Helvetica Neue';
	src: url('../fonts/HelveticaNeue-Medium.eot');
	src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeue-Medium.woff') format('woff'),
		url('../fonts/HelveticaNeue-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStdLight';
    src: url('../fonts/AvenirLTStdLight.eot');
    src: url('../fonts/AvenirLTStdLight.eot') format('embedded-opentype'),
         url('../fonts/AvenirLTStdLight.woff2') format('woff2'),
         url('../fonts/AvenirLTStdLight.woff') format('woff'),
         url('../fonts/AvenirLTStdLight.ttf') format('truetype'),
         url('../fonts/AvenirLTStdLight.svg#AvenirLTStdLight') format('svg');
}

@font-face {
    font-family: 'NovecentowideLight';
    src: url('../fonts/NovecentowideLight.eot');
    src: url('../fonts/NovecentowideLight.eot') format('embedded-opentype'),
         url('../fonts/NovecentowideLight.woff2') format('woff2'),
         url('../fonts/NovecentowideLight.woff') format('woff'),
         url('../fonts/NovecentowideLight.ttf') format('truetype'),
         url('../fonts/NovecentowideLight.svg#NovecentowideLight') format('svg');
}

@font-face {
    font-family: 'NovecentowideBold';
    src: url('../fonts/NovecentowideBold.eot');
    src: url('../fonts/NovecentowideBold.eot') format('embedded-opentype'),
         url('../fonts/NovecentowideBold.woff2') format('woff2'),
         url('../fonts/NovecentowideBold.woff') format('woff'),
         url('../fonts/NovecentowideBold.ttf') format('truetype'),
         url('../fonts/NovecentowideBold.svg#NovecentowideBold') format('svg');
}

::-moz-selection { /* Code for Firefox */
 color: #fff;
 background: rgba(138, 193, 50, 0.9) ;
}
::selection {
	color: #fff;
	background: rgba(138, 193, 50, 0.9) ;
}

button:focus {
	outline: none;
}
ul, ol {
	list-style: none
}
.spaser {
	clear: both;
}
.contaner {
	width: 1070px;
	margin: 0px auto;
	background: #fff;
}
.banner {
	width: 100%;
	float: left;
	position: relative;
}
.banner > img {
	width: 100%;
}
.banner_form {
  background: rgba(180, 213, 92, 0.9) none repeat scroll 0 0;
  box-sizing: border-box;
  padding: 58px 0 130px;
  position: absolute;
  right: 67px;
  top: 0;
  width: 344px;
  z-index: 5;
}
.form_logo {
	width: 100%;
	float: left;
	padding: 15px 0px 20px;
	margin-bottom: 25px;
	text-align: center;
}
.form_logo img {
}
.banner_form .form_content h3 {
  background: #6f8c23 none repeat scroll 0 0;
  color: #fff;
  font-family: "novecento_widemedium",sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 33px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
}
.input_area {
  margin-top: 40px;
  padding:0 27px;
}
.form_content {
	width: 100%;
	float: left;
	position:relative;
}
.form_content p {
	width: 100%;
	float: left;
	margin-bottom: 34px;
}
.form_content p span {
	width: 32%;
	float: left;
	font-size: 14px;
	font-family: 'Helvetica Neue', sans-serif;
	color: #fff;
	font-weight: normal;
	padding-top: 4px;
}
.form_content p input {
	width: 60%;
	float: right;
	height: 27px;
	line-height: 15px;
	border-radius: 30px;
	border: none;
	padding: 2px 15px;
	box-sizing: border-box;
}

.main_content h1{     float: left;
    font-family: "novecento_widemedium",sans-serif;
    font-size: 70px;
    line-height: 80px;
    padding: 100px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;}



.main_content h1 span{color:rgba(138, 193, 50, 0.9); display:block;}


.main_content h1{     float: left;
    font-family: "novecento_widemedium",sans-serif;
    font-size: 40px;
   line-height: 43px;
    padding: 100px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;}



.main_content h1 span{color:rgba(138, 193, 50, 0.9);  font-size: 70px; margin-bottom: 20px; line-height: 60px; display:block;}


.form_content input[type="submit"] {
  -moz-appearance: none;
  background: #000 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  padding: 1px 6px 4px;
  text-transform: uppercase;
  transition: all 300ms linear 0s;
}
.form_content input[type="submit"]:hover {
	color: #000;
	background: #fff;
}
/*30-12-2015*/
.banner_form .brochure {
  background-color: #425a02;
  bottom: 0;
  clear: both;
  left: 0;
  position: absolute;
  width: 100%;
}
.banner_form .brochure .video {
  padding: 20px;
  text-align: center;
}
.banner_form .modal-box {
  background: black none repeat scroll 0 0 padding-box;
  display: none;
  left: 0 !important;
  position: absolute;
  top: 0 !important;
  width: 100%;
  z-index: 1000;
}
a.close {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: 2%;
  text-decoration: none;
  top: 5%;
}
/*.head_cap {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  font-family: "AvenirLTStdLight";
  font-size: 23px;
  color:#000;
  font-weight: normal;
  left: 0;
  padding: 22px 74px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 47%;
}*/
.head_cap {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  color: #000;
  font-family: "AvenirLTStdLight";
  font-size: 23px;
  font-weight: normal;
  left: 0;
  padding: 22px 22px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 53%;
}
.head_cap > span {
  font-size: 12px;
  padding-left:10px;
}
.banner_form .modal-box header, .banner_form .modal-box .modal-header {
  padding: 1.25em 1.5em;
}
.thnkspage .banner_form {
  padding-bottom: 0;
}
.clickbtn {
  background: #000 none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  font-family: arial;
  font-size: 10px;
  padding: 2px;
  margin-right:12px;
  text-transform: uppercase;
}
.clickbtn:hover{
	color:#fff;
}
#popup header h3 {
  font-family: 'novecento_widemedium';
  font-size: 15px;
  color:#fff;
  padding-left: 10px;
  text-align: left;
  text-transform: capitalize;
  border:none;
}
/*end//*/


.main_content {
	width: 100%;
	float: left;
	padding: 34px 65px 20px;
	background: #fff;
	box-sizing: border-box;
}
.main_content ul {
	float: left;
	margin: 0px;
	padding: px;
	width: 100%;
}
.main_content > p {
   font-family:Arial, Helvetica, sans-serif;
   font-size: 16px;
   margin: 0 0 40px;
   padding: 0;
}
.main_content ul li {
	width: 188px;
	background: none;
	margin-left: 48px;
	float: left;
	padding-top:18px;
	margin-bottom: 54px;
	display: inline-block;
	position: relative;
	border-top:3px solid #b8d760;
}
.main_content ul li h2{
	font-family: 'NovecentowideBold';
	font-size:24px;
	color:#000;
	margin:0;
	padding:0 0 20px;
	text-transform:uppercase;
}
.main_content ul li p {
  color: #000;
  font-family: 'novecento_widemedium';
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  text-transform:uppercase;
}
.main_content ul li:nth-child(4n+1){
	margin-left: 0px;
}
.button_get {
  text-align: center;
}
.getQuote {
  background: #5e7c0d none repeat scroll 0 0;
  border-radius: 5px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  padding: 16px 97px;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(84, 111, 11, 1);
-moz-box-shadow:    0px 5px 0px 0px rgba(84, 111, 11, 1);
box-shadow:         0px 5px 0px 0px rgba(84, 111, 11, 1);
}
footer {
	width: 100%;
	float: left;
	padding: 10px 65px 24px;
	background: #fff;
	box-sizing: border-box;
}
.footlogo {
	width: 145px;
	height: 88px;
	float: right;
	text-align: center;
}
.footlogo img {
	width: 145px;
	height: 88px;
}
.footer_con {
	width: 80%;
	float: left;
	background: none;
	margin-right: 30px;
	padding-top: 37px;
}
.bar_code {
	width: 57px;
	height: 51px;
	float: left;
	margin-top: 10px;
}
.footer_text {
	width: 100%;
	float: right;
	background: none;
}
/*ThankYou*/
.thnkspage .input_area {
  margin-top: 0;
}
.thnkspage .input_area h1{
  font-family: 'Helvetica Neue';
  font-size:15px;
  margin:0;
  padding:0;
  text-align: center;
}
.thnkspage .input_area span {
  display: block;
  font-family: "Helvetica Neue";
  font-size: 33px;
  color:#fff;
  padding: 0 0 10px;
  text-align: center;
}
.download_button {
  background: #425a02 none repeat scroll 0 0;
  margin: 25px 0 0;
  padding: 17px 0;
  overflow:hidden;
}
.link_dwnld {
  margin-left: 40px;
}
.link_dwnld > li {
  border: medium none;
  float: left;
  margin-bottom: 0;
  margin-left: 42px;
  text-align: center;
  width: auto;
}
.link_dwnld > li a {
  color: #fff;
  font-family: "Helvetica Neue";
  font-size: 16px;
  margin:0;
  padding:0;
}
.link_dwnld span {
  display: block;
}
.footer_text_contact {
	width: 100%;
	float: left;
	padding: 3px 0px;
	border-bottom: 1px dotted #3f4045
}
.footer_text_contact ul {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.footer_text_contact ul li {
  float: left;
  margin-left: 193px;
}
.footer_text_contact ul li:first-child{
	margin-left: 0;
}
.footer_text_contact ul li a {
	color: #000000;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 18px;
}
.footer_text p {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 8px;
	color: #616266;
	line-height: 12px;
	width: 100%;
	float: left;
	margin-top:9px;
}

@media screen and (max-width:1100px) {
.contaner {
	width: 100%;
	margin: 0px auto;
	background: #fff;
}
.main_content {
	padding: 34px 15px 0;
}
.footer_text {
	width: 89%;
	float: right;
	background: none;
}
.footer_con {
	width: 75%;
	float: left;
	background: none;
	margin-right: 30px;
	padding-top: 25px;
}
.main_content ul li p {
	width: 74%;
}
.main_content ul li {
	position: relative;
	width: 23%;
	margin-left:16px;
}
.head_cap {
  font-size: 19px;
  padding: 22px 74px 0;
  width: 65%;
}
.footer_text_contact ul li {
  margin-left: 16%;
}
.banner_form .brochure {
  bottom: -65px;
}
.form_content p:last-child {
	margin-bottom:10px;
}
footer {
	padding: 10px 15px 24px;
}
.banner_form {
	padding: 20px 27px;
	top: 6%;
	width: 40%;
	right: 68px;
	box-sizing: border-box;
}
.form_content p span {
	font-size: 11px;
}
.banner_form h3 {
	font-size: 19px;
}
.form_logo {
	margin-bottom: 10px;
	padding: 15px 0 15px;
}
.form_logo img {
	width: auto;
}
.button_get {
  margin-bottom: 40px;
}
.form_content p {
  margin-bottom: 8px;
}
.form_content input[type="submit"] {
  margin-bottom: 25px;
}
.banner_form {
  padding-left: 0;
  padding-right: 0;
}
}

@media screen and (max-width:1024px) {
/*.banner_form {
  width: 34%;
}*/
}

@media screen and (max-width:768px) {
.contaner {
	width: 100%;
	margin: 0px auto;
	background: #fff;
}
.banner_form {
	padding: 10px 0 20px;
	top: 0;
	width: 40%;
}
.form_content p span {
	font-size: 11px;
}
.banner_form h3 {
	font-size: 19px;
}
.form_logo {
	margin-bottom: 0px;
	padding: 10px 0 10px;
}
.form_logo img {
	width: 70%;
}
.footer_con {
	padding-top: 0;
	width: 70%;
}
.footer_text {
	width: 85%;
}
.footer_text_contact ul li {
	margin-right: 10px;
	margin-left:0;
}
.footer_text_contact ul li a {
	font-size: 12px;
}
.input_area {
  margin-top: 19px;
  padding: 0 27px;
}
}
@media screen and (max-width:767px) {
.main_content ul li {
  margin-left: 18px;
}
.main_content ul li {
  margin-left: 0;
}
.head_cap {
  clear: both;
  display: block;
  font-size: 18px;
  padding: 45px 0 0;
  position: relative;
  text-align: center;
  width: 91%;
}
.banner_form {
	padding-left:0 !important;
	padding-right:0 !important;
}
.banner_form .form_content h3 {
  background: #6f8c23 none repeat scroll 0 0;
  color: #fff;
  font-family: "novecento_widemedium",sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 33px;
  padding: 10px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.getQuote {
  font-size: 18px;
  padding: 6px 40px;
}
.link_dwnld > li {
  margin-left: 10%;
}
}
@media screen and (max-width:640px) {
.contaner {
	width: 100%;
	margin: 0px auto;
	background: #fff;
}
.form_logo img {
	width: auto;
}
.banner_form {
	margin: 0 2.5% 50px;
	float: left;
	padding: 15px 27px;
	position: relative;
	right: 0;
	top: 10px;
	width: 95%;
	z-index: 5;
}
.form_content p span {
	font-size: 13px;
}
.main_content {
	padding: 20px 25px 0;
	width: 100%;
}
.main_content ul li {
	width: 100%;
	margin-bottom: 40px;
}
.main_content ul li p {
	font-size: 14px;
	width: 75%;
}
.footlogo {
	width: 100%;
}
footer {
	padding: 10px 15px 24px;
}
.footer_con {
	padding-top: 15px;
	width: 100%;
}
.footer_text {
	width: 100%;
}
}

@media screen and (max-width:320px) {
.form_content p span {
	font-size: 12px;
}
}
