@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,300,400,600,700);
@import "https://fonts.googleapis.com/css?family=Exo:100,200,300italic,300,400,600,700";
input.form-control, textarea.form-control {
  border-color: #c3c3c3 !important;
}
input.form-control:focus, textarea.form-control:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(195, 195, 195, 0.6);
}

.backgroundCover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  font-family: "Open Sans", Tahoma, Arial;
}

.form-group {
  margin-bottom: 25px;
}

.head {
  width: 100%;
  height: 100vh !important;
  background-image: url("../img/header.jpg");
  background-size: cover;
  background-position: center;
  display: table;
  padding: 18px 0;
}
.head .container {
  position: absolute !important;
  width: 100%;
  bottom: 8%;
}
.head .container .coupon-container {
  font-family: "Exo";
}
.head .container .coupon-container h3 {
  font-size: 34px;
  font-weight: 300;
  color: #fff;
}
.head .container .coupon-container h2 {
  color: #fff;
  font-size: 75px;
  font-weight: lighter;
  letter-spacing: 15px;
  margin-top: 0;
  line-height: 0.8;
}
.head .container .coupon-container h2 span {
  color: #f28e00;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 48px;
}
.head .container .coupon-container h5 {
  color: #fff !important;
}
.head .container .coupon-container .btn-xxl {
  padding: 10px 35px;
  font-size: 40px;
  letter-spacing: 1.5px;
  font-weight: 600;
  background-color: #f28e00;
}
@media (max-height: 800px) {
  .head .container .coupon-container h2 {
    font-size: 70px;
  }
  .head .container .coupon-container h2 span {
    font-size: 38px;
  }
  .head .container .coupon-container .btn-xxl {
    font-size: 25px;
  }
}
@media (max-height: 700px) {
  .head .container .coupon-container h2 {
    font-size: 60px;
  }
  .head .container .coupon-container h2 span {
    font-size: 30px;
  }
  .head .container .coupon-container .btn-xxl {
    font-size: 20px;
  }
  .head .container .coupon-container h3 {
    font-size: 19px;
  }
}
@media (max-width: 800px) and (max-height: 450px) {
  .head .container .coupon-container h3 {
    font-size: 14px;
  }
  .head .container .coupon-container h2 {
    font-size: 26px;
  }
  .head .container .coupon-container h2 span {
    font-size: 16px;
  }
  .head .container .coupon-container .btn-xxl {
    padding: 5px 15px;
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  .head .container .coupon-container h3 {
    font-size: 25px;
  }
  .head .container .coupon-container h2 {
    font-size: 34px;
  }
  .head .container .coupon-container h2 span {
    font-size: 26px;
  }
  .head .container .coupon-container .btn-xxl {
    padding: 10px 20px;
    font-size: 18px;
  }
}

#wrap {
  padding-top: 70px;
}
#wrap.home {
  padding: 0;
}

section#whoWeAre {
  padding: 30px 0;
}
section#whoWeAre hr {
  margin: 10px 0;
  width: 30%;
  border-color: #2e6eb6;
  border-width: 2px;
}
section#whoWeAre h3 {
  font-family: "Exo";
  color: #2e6eb6;
}
section#whoWeAre .btn-xxl {
  margin-top: 15px;
  padding: 10px 25px;
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: 600;
  background-color: #f28e00;
}
section#form {
  padding: 30px 0;
}
section#form h2 {
  font-family: "Exo";
  color: #2e6eb6;
}
section#form form .form-group.error {
  margin-bottom: 25px;
}
@media (max-width: 380px) {
  section#form form label {
    font-size: 12px !important;
  }
}
section#form form label.error {
  clear: both;
  color: #ff0000;
  display: inline-block;
  font-weight: 500;
  padding-left: 5px;
  text-align: right;
  width: 100%;
  float: left;
}
section#form form label.error#privacy-error {
  text-align: center;
}
section#form form .form-group.error > i {
  top: 8px;
}

#uploader-container .btn.btn-primary.fileinput-button {
  padding: 5px 15px;
}

footer#site-footer {
  padding: 40px 0;
  background: #12203D;
  color: #fff;
  text-align: center;
}
footer#site-footer span.divider {
  float: none;
}
footer#site-footer h4 {
  text-transform: uppercase;
}
footer#site-footer a {
  color: #fff !important;
}
footer#site-footer a img.top {
  margin: 20px 0;
}
footer#site-footer .btn-orange {
  background-color: #E73C00;
  color: #fff !important;
  width: 50%;
}
footer#site-footer .footer-logo {
  width: 240px;
}

.media {
  margin: 80px 0;
  text-align: left;
  overflow: hidden;
}
.media a {
  text-decoration: none;
}
.media a.pull-left {
  margin-right: 25px;
}
.media a.pull-right {
  margin-left: 25px;
}
.media a .media-object {
  background: #f28e00;
  color: #FFFFFF;
  border: 4px solid #f28e00;
  padding: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
  height: 100px;
  width: 100px;
  text-align: center;
  text-decoration: none;
}
.media:hover .media-object {
  background: #FFFFFF;
  color: #f28e00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.media.right {
  text-align: right;
}
.media .media-body h4 {
  color: #000000;
  text-transform: uppercase;
}
.media .media-body p {
  color: #999999;
}
.media.media-circle .media-object {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  background: none;
  color: #f28e00;
  width: 50px;
  height: 50px;
  margin: 10px auto;
  border: 2px solid #FFFFFF;
}
.media.media-circle:hover .media-object {
  background: #FFFFFF;
}
.media.vertical .media-object {
  background: #FFFFFF;
  width: 70px;
  height: 70px;
  margin: 10px auto;
  color: #555555;
}
.media.vertical .media-body {
  text-align: center;
}
.media.vertical:hover .media-object {
  background: #f28e00;
  color: #FFFFFF;
}

.go-down {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 999;
  padding-top: 30px;
}
.go-down a {
  color: #FFFFFF;
}

.section-heading {
  text-align: center;
  padding: 30px 0;
}
.section-heading h1 {
  font-size: 42px;
}
.section-heading h1, .section-heading h2, .section-heading h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 500;
}
.section-heading h1 span, .section-heading h2 span, .section-heading h3 span {
  font-weight: 700;
}
.section-heading h2 {
  line-height: 1.5;
}
.section-heading h4 {
  color: #555555;
  line-height: 22px;
}
.section-heading i {
  color: #d9d9d9;
}
.section-heading span.divider {
  margin: 20px auto;
  float: none;
}
.section-heading.white {
  color: #FFFFFF;
}

span.brandy {
  color: #f28e00;
  text-transform: lowercase;
}

span.divider {
  height: 10px;
  background: #f28e00;
  border-left: 15px solid #000000;
  display: block;
  margin: 20px auto;
  width: 30px;
  position: relative;
}
span.divider:before {
  position: absolute;
  content: ' ';
  top: 0;
  left: -1px;
  width: 1px;
  height: 10px;
  background: #FFF;
}
span.divider.grey {
  border-color: #999999;
}
span.divider.grey:before {
  background: #222222;
}

ul {
  list-style-image: url(../img/bullet-zp.png);
  line-height: 25px;
}

.img-center {
  margin: 0 auto;
}

.carousel-indicators.vertical {
  right: 15px;
  left: inherit;
  margin-left: 0;
  width: 20px;
  bottom: 0px;
}
.carousel-indicators.vertical li {
  display: block;
  margin: 10px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 15px;
  height: 15px;
  border: 2px solid #FFFFFF;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.carousel-indicators.vertical li.active {
  margin: 10px 0;
  width: 15px;
  height: 15px;
  border: 2px solid #FFFFFF;
}
.carousel-indicators li {
  display: inline-block;
  margin: 10px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 15px;
  height: 15px;
  border: 2px solid #FFFFFF;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.carousel-indicators li.active {
  margin: 10px 0;
  width: 15px;
  height: 15px;
  border: 2px solid #FFFFFF;
}

.btn.btn-primary {
  background: #f28e00;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 40px;
}
.btn.btn-primary:hover {
  background: #d97f00;
}
@media (max-width: 480px) {
  .btn.btn-primary {
    padding: 15px 10px;
  }
}

.btn.btn-empty {
  background: none;
  border: 2px solid #FFFFFF;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn.btn-empty:hover {
  background: #FFFFFF;
  color: #f28e00;
}

.pre-loader {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: block;
}
.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center;
}

.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #bdc3c7;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.has-feedback.left .form-control-feedback {
  top: 7px;
  right: inherit;
  left: 0;
}
.has-feedback.left .form-control {
  padding-left: 15px;
  padding-right: 0;
}

.form-control {
  height: 50px;
  padding: 12px;
  border: 1px solid #eeeeee;
}

a {
  color: #f28e00;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
a:hover {
  color: #8c5200;
  text-decoration: none;
}

.scrollpoint {
  opacity: 0;
}
.scrollpoint.active {
  opacity: 1 \0;
}

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 57.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}
.quote {
  background: #333333;
  color: #FFFFFF;
  border-left: 4px solid #f28e00;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  padding: 25px;
  margin-bottom: 15px;
}

:focus {
  outline: 0;
}

canvas {
  width: 200px !important;
  height: 200px !important;
  display: block;
  float: none;
}

@media (max-width: 767px) {
  #nav .navbar-nav li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .theme-switcher {
    display: none;
  }

  .navbar-brand {
    margin-left: 20px;
  }

  header.masthead h1 {
    font-size: 30px;
  }
  header.masthead h2 {
    font-size: 22px;
    margin-top: 40px;
  }
  header.masthead h3 {
    font-size: 14px;
  }
  header.masthead .tp-caption a {
    color: #000000;
  }
  header.masthead h1, header.masthead h2, header.masthead h3 {
    color: #FFFFFF;
  }
}
.modal-header {
  border-bottom: 0px;
}

.imageresource {
  cursor: pointer;
}

/*# sourceMappingURL=styles.css.map */
