/* Variables and Classes ================================================================================================ */
.clearafter {
  content: '';
  display: block;
  clear: both; }

.vcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.backface {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#box1 {
  background: url(../images/bg3.jpg) center center #492543;
  background-size: cover;
  position: relative;
  text-align: center;
  margin-top: 100px;
  padding-top: 65px;
  padding-bottom: 65px; }

#box1 h1 {
  font-size: 100px;
  line-height: 100px;
  color: #fff; }

#box1 p {
  padding-left: 15%;
  padding-right: 15%;
  color: #fff;
  font-size: 18px;
  line-height: 24px; }

#box1 p a {
  font-size: 18px;
  line-height: 24px; }

#box1 #b1links {
  font-size: 0;
  text-align: center;
  padding-top: 20px; }

#box1 #b1links a {
  display: inline-block;
  vertical-align: top;
  background: #74b843;
  color: #000;
  font-family: "Righteous", cursive;
  font-size: 26px;
  text-transform: uppercase;
  padding: 18px 50px 18px 50px;
  text-decoration: none;
  margin-left: 20px;
  margin-right: 20px; }

#box1 #b1links a:hover {
  background: #8ac55f; }

@media screen and (max-width: 1650px) {
  #box1 h1 {
    font-size: 80px;
    line-height: 80px; } }

@media screen and (max-width: 1260px) {
  #box1 p {
    padding-left: 5%;
    padding-right: 5%; } }

@media screen and (max-width: 1012px) {
  #box1 {
    margin-top: 54px;
    padding-top: 55px;
    padding-bottom: 55px; }
  #box1 h1 {
    font-size: 60px;
    line-height: 60px; }
  #box1 #b1links a {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 300px; } }

@media screen and (max-width: 767px) {
  #box1 h1 {
    font-size: 30px;
    line-height: 30px; } }

#box3 {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 40px;
  text-align: center; }

#box3 p {
  padding-left: 15%;
  padding-right: 15%; }

#b3box {
  padding-top: 30px; }

#b3box > div {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin-bottom: 30px;
  margin-left: 40px;
  margin-right: 40px; }

#b3box > div h3 {
  font-size: 20px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 0; }

.smallf {
  font-size: 16px;
  line-height: 21px; }

@media screen and (max-width: 1260px) {
  #b3box > div {
    margin-bottom: 20px;
    margin-left: 33px;
    margin-right: 33px; } }

@media screen and (max-width: 1012px) {
  #box3 p {
    padding-left: 0%;
    padding-right: 0%; }
  #b3box > div {
    width: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block; } }

/* ============================================================
  Contact Form
============================================================ */
.cpagecontainer {
  /*width: 350px;*/
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: left;
  display: block;
  margin: 0 auto; }

.cpagecontainer .formentry {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  color: #ff0000; }

.cpagecontainer .formentrytextarea {
  width: 100%;
  margin-left: 0; }

.cpagecontainer .formentry span, .cpagecontainer .selectmenu span {
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  font-family: "Righteous", cursive;
  display: block; }

.cpagecontainer .formentryfirst {
  margin-left: 0; }

.cpagecontainer .formsuccess {
  text-align: center;
  font-weight: bold;
  color: #4084c5;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Righteous", cursive;
  font-size: 34px;
  line-height: 40px; }

.cpagecontainer .formerror {
  color: #ff0000 !important;
  font-size: 14px !important; }

.cpagecontainer label.error {
  position: absolute;
  padding: 0;
  right: 0;
  bottom: 0;
  color: #ff0000 !important;
  font-size: 14px;
  line-height: normal; }

.cpagecontainer .formentrytextarea label.error {
  bottom: 6px; }

.cpagecontainer input, .cpagecontainer select, .cpagecontainer textarea {
  height: 40px;
  line-height: 40px;
  width: calc(100% - 8px);
  border: 2px solid #ccc !important;
  background: #fff;
  margin-bottom: 20px;
  padding: 0 0 0 8px;
  color: #000;
  font-size: 16px;
  position: relative;
  border-radius: 0; }

.cpagecontainer textarea {
  height: 90px;
  width: calc(100% - 8px);
  padding: 6px 0 0 8px;
  position: relative;
  line-height: normal;
  line-height: 21px; }

.cpagecontainer button {
  width: 300px;
  display: block;
  margin: 0 auto;
  margin-top: 14px;
  border: 0;
  padding: 0;
  cursor: pointer;
  clear: both;
  color: #000 !important;
  text-transform: uppercase;
  font-size: 28px;
  border-radius: 0px; }

.cpagecontainer button:hover {
  background: #8ac55f; }

@media screen and (max-width: 1012px) {
  .cpagecontainer {
    margin: 0 auto;
    width: 100%;
    max-width: 350px; }
  .cpagecontainer form {
    text-align: center; }
  .cpagecontainer .formentry {
    width: 100%;
    float: none;
    margin: 0 auto !important;
    margin-left: inherit;
    display: block;
    text-align: left; }
  .cpagecontainer label.error {
    bottom: -2px;
    font-size: 12px; }
  .cpagecontainer .formentrytextarea label.error {
    bottom: 4px; }
  .cpagecontainer input, .cpagecontainer select, .cpagecontainer textarea {
    width: 97%;
    padding: 0 0 0 2%; }
  .cpagecontainer textarea {
    width: 98%;
    padding: 6px 0 0 2%; }
  .cpagecontainer button {
    width: 100%;
    max-width: 350px; } }

#box4 {
  background: url(../images/bg3.jpg) center center #000;
  background-size: cover;
  position: relative;
  text-align: center;
  padding-top: 65px;
  padding-bottom: 50px; }

#box4 h2 {
  font-size: 45px;
  line-height: 45px;
  color: #fff; }
