/* -CSS Reset */
/* -Responsive */
/* -Generic Classes */
/* -Header */
/* -Pre-Content */
/* -Content */
/* -Post-Content */
/* -Footer */

@font-face {
  font-family: "Lato-Regular";
  src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
  font-family: "Lato-Medium";
  src: url(../fonts/Lato-Medium.ttf);
}

@font-face {
  font-family: "Lato-Heavy";
  src: url(../fonts/Lato-Heavy.ttf);
}
@font-face {
  font-family: "avenirbold";
  src: url(../fonts/Avenir-bold.otf);
}

@font-face {
  font-family: "avenirreg";
  src: url(../fonts/Avenir-reg.ttf);
}




/*----------------------------------------
## @Base Elements
----------------------------------------*/
html, 
body {
  overflow-x: auto;
}

input
{
  color: #000;
  font-family: "Lato-Regular", Trebuchet Ms, sans-serif;
  font-size: 14px;
  line-height: 1;
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea {
  padding: 10px 15px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  color: #333;
  margin-bottom: 0px;
  outline: 0;
}
select {
padding: 10px 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    color: #333;
    margin-bottom: 5px;
    outline: 0;
    height: 40px;
    font-family: "Lato-Regular", Trebuchet Ms, sans-serif;
    font-size: 14px;
}
  ::-webkit-input-placeholder {
    color: #333;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #333;
  }
  ::-moz-placeholder {  /* Firefox 19+ */
    color: #333;
  }
  :-ms-input-placeholder {  
    color: #333;
  }
  textarea {
    min-height: 127px;
  }


img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 0;
  line-height: 1;
}

h1 {
  font-size: 30px;
  font-family: "avenirbold", Trebuchet Ms, sans-serif;
  text-transform: uppercase;
  color: #333;
}



h2 {
    font-size: 20px;
  font-family: "Lato-Heavy", Trebuchet Ms, sans-serif;
  line-height: 24px;
  color: #4ab3d3;
  
}
  h2.sm-mb {
    margin-bottom: 10px;
  }

h3 {
  font-size: 50px;
  
  font-family: "Lato-Regular", Trebuchet Ms, sans-serif;
  text-transform: uppercase;
  color: #66cc33;
  line-height: 50px;
}
  h3.smaller {
    font-size: 30px;
  }


p {
  margin-bottom: 0;
  margin-top: 0;
}

section {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 0;
}


#site-wrap {
  width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.inner-wrap {
  width: 1060px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

/********** BUTTON **********/
.rush-order {
  color: #fff;
  font-size: 30px;
  font-family: "Lato-Heavy", Trebuchet Ms, sans-serif;
  background-color: #d43132;
  padding: 20px;
  border-radius: 50px;
  border: none;
  display: inline-block;
  transition: .4s;
  width: 100%;
  max-width: 310px;
  text-align: center;
  cursor: pointer;
}

.rush-order:hover {
  background-color: #333;
}

.rush-order2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Lato-Heavy", Trebuchet Ms, sans-serif;
  background-color: #d43132;
  padding: 20px;
  border-radius: 8px;
  border: none;
  display: inline-block;
  transition: .4s;
  width: 300px;
  max-width: 400px;
  text-align: center;
  cursor: pointer;
}

.rush-order2:hover {
  background-color: #333;
}

#red-header {
  height: 60px; 
  background-color: #9d0000; 
}

/*----------------------------------------
## @Base Elements
----------------------------------------*/
#main-header {
  height: 882px; 

  background-image: url(../images/lp_02.jpg);
}


.section-1-arrow-down {
  position: absolute;
  right: -86px;
  z-index: 9;
}

/*** Order Form ***/
#order-form {
  position: absolute;
  right: 21px;
  bottom: 39px;
  border-radius: 10px;
  background-color: #fff;
  width: 330px;
  padding: 20px 10px;
  border: 1px solid #000;
}

#order-form .rush-order {
  width: 100%;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
}

input[type="submit"] {
  margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea {
  padding: 10px 10px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  color: #000;
  margin-bottom: 5px;
  outline: 0;
  height: 38px;
}
  ::-webkit-input-placeholder {
    color: #333;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #333;
  }
  ::-moz-placeholder {  /* Firefox 19+ */
    color: #333;
  }
  :-ms-input-placeholder {  
    color: #333;
  }

.topwrap {
	width: 100%;
	padding-top: 230px;
}

.topleft {
  float: left;
  width: 70%;
  margin-left: 0px; text-align:center;
}

.topright {
  float: right;
  width: 30%;
  margin-right: 0px;
}


/*----------------------
## @Section4
----------------------*/
#section4 {
  height: 735px;
  background-image:url(../images/lp_04.jpg);
}

/*----------------------
## @Section5
----------------------*/
#section5 {
  height: 299px;
  background-image:url(../images/lp_05.jpg);
  padding-top: 50px;
}

/*----------------------
## @Section7
----------------------*/
#section7 {
  height: 299px;
  background-image:url(../images/lp_07.jpg);
  padding-top: 50px;
}

/*----------------------
## @Section8
----------------------*/
#section8 {
  height: 940px;
  background-image:url(../images/lp_08.jpg);
  padding-top: 50px;
}

/*----------------------
## @Section9
----------------------*/
#section9 {
  height: 299px;
  background-image:url(../images/lp_09.jpg);
  padding-top: 50px;
}

/*----------------------
## @Section11
----------------------*/
#section11 {
  height: 717px;
  background-image:url(../images/lp_11.jpg);
}


 #object_2_1, #object_2_2, #object_2_3, #object_2_4, #object_2_5, #object_2_6, #object_2_7, #object_2_8, #object_2_9, #object_3_1, #object_3_2, #object_3_3, #object_3_4, #object_4_1, #object_4_2, #object_4_3, #object_4_4, #object_4_5, #object_4_6, #object_4_7, #object_5_1, #object_5_2, #object_5_3, #object_6_1, #object_6_2, #object_6_3, #object_6_4, #object_6_5, #object_7_1, #object_7_2, #object_7_3, #object_7_4, #object_8_1, #object_8_2, #object_8_3, #object_8_4, #object_9_1, #object_9_2, #object_9_3, #object_9_4{
visibility: hidden;
}

