@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,900);

* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  background-color: #f5f5f5;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
}

.banner {
  width: 100%;
  height: 100%;
  padding-top: 1px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: top right;
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
}
.banner-inner {
  background-size: cover;
  width: 100%;
  height: 85%;
  padding-top: 1px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: top right;
  background-image: url(../images/poster.jpg);
  background-repeat: no-repeat;
}

.navbar {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  border-bottom: 1px #ccc solid;
  z-index: 9;
}

.navbar-nav li {
  font-weight: 700;
  font-size: 18px;
  padding-top: 10px;
  color: #999;
}

.navbar-brand {
  height: auto;
  padding: 10px 15px;
}

.banner .content {
  z-index: 1;
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.banner h1 {
  color: #eee;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  line-height: normal;
  background: rgba(0, 0, 0, 0.2);
  padding: 0 40px 0;
}

.banner-inner h1 {
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.3);
  padding: 20px 50px;
  z-index: 1;
  position: absolute;
}

.optinBx,
.optinBx-bot {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0 0 15px 0;
  z-index: 1;
  border-top: 15px solid #fff;
  color: white;
  font-family: "PT Sans", sans-serif;
}

.optinBx-bot {
  position: relative;
  background: rgba(43, 68, 132, 0.8);
  margin-bottom: 20px;
}

.optinPic {
  position: absolute;
  z-index: 9;
}

.optinPic-bot {
  position: absolute;
  z-index: 9;
}

.no-groove {
  padding-left: 0;
}

.optinBx small,
.optinBx-bot small {
  color: #ccc;
}

.optinBx h2,
.optinBx-bot h2 {
  font-size: 26px;
  padding-top: 10px;
}

.opt-but a {
  padding: 10px 20px;
  font-weight: 700;
  font-size: 20px;
  width: 100%;
  margin: 14px 0 10px 0;
  white-space: normal;
}

.body-content {
  width: 100%;
  padding-top: 20px;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f1f1f1 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #fff 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f1f1f1', GradientType=0);
  padding-bottom: 40px;
}

.body-content p {
  line-height: 30px;
  font-family: "PT Sans", sans-serif;
  padding-bottom: 30px;
}

.body-content h1 {
  font-family: "PT Sans", sans-serif;
  color: #666;
  font-size: 32px;
  padding: 15px 40px 0;
}

.body-content h2 {
  font-family: "Roboto Condensed", sans-serif;
  color: #333;
  font-size: 24px;
  padding-top: 10px;
  font-weight: 700;
}

.body-content h1:before {
  content: url(../images/f-dquote.png);
  padding-right: 10px;
}

.body-content h1:after {
  content: url(../images/b-dquote.png);
  padding-left: 10px;
}

.blue-bar {
  width: 100%;
  padding: 15px;
  background: #2b3f74;
  color: white;
  font-size: 26px;
  margin-bottom: 40px;
  font-family: "PT Sans", sans-serif;
  margin-top: 20px;
}

#packages {
  margin-bottom: 50px;
}

#packages a {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
}

#packages p {
  line-height: 30px;
  font-family: "PT Sans", sans-serif;
}

#packages ul li {
  font-family: "PT Sans", sans-serif;
  margin-left: 30px;
}

hr {
  border-top: 1px #ddd solid;
}

.btn-xxl {
  padding: 10px 26px;
  font-size: 28px;
  border-radius: 8px;
  font-family: "PT Sans", sans-serif;
}

.footer {
  width: 100%;
  padding: 10px 0 10px 0;
  background-color: #343434;
  font-family: "PT Sans", sans-serif;
  color: white;
}

.footNav {
  color: #ccc;
  font-size: 12px;
}

.footNav li a {
  padding-bottom: 10px;
  color: #ccc;
}

.copy {
  padding: 20px;
  font-size: 14px;
}

iframe {
  border: 0;
  color: white;
}

.map {
  width: 100%;
  border: 1px #CCC solid;
  padding: 10px 10px 10px 10px;
  overflow: hidden;
}

.map iframe {
  width: 100%;
  border: 0;
}

.modal-body {
  padding: 20px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
}

.modal div:empty {
  border: 0!important;
  min-height: 0!important;
}

.modal p {
  font-family: "PT Sans", sans-serif;
  padding-top: 10px;
  line-height: 30px;
}

.modal {
  z-index: 9999;
}
.form-wrap {
  margin-top:30px; 
  display: block
}
.form-wrap input[type="text"], .form-wrap input[type="password"], .form-wrap select {
	font-family: 'Open Sans', sans-serif;
  background-color: #f2f2f2;
  border: 1px solid #bfbfbf;
  border-radius: 0;
  box-shadow: none;
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  height:50px;
  margin: 0 auto;
  padding: 15px;
  width: 100%;
	border-radius: 5px;
}
.mt-4 {
  margin-top: 35px;
}
.anchor {
  display: block;
  height: 115px;
  margin-top: -115px;
  visibility: hidden;
}

@media screen and (max-width: 1024px) {
  .banner-inner .content {
    left: 35%;
    top: 25%;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    height: 1000px;
    background: url(../images/poster-xs.jpg) #000 no-repeat top center;
    background-size: cover;
  }
  .banner-inner {
    height: 70%;
  }
  .banner h1 {
    font-size: 60px;
  }
  .banner .content {
    width: 90%;
  }
  .banner-inner h1 {
    top: 300px;
  }
}

@media screen and (max-width:480px) {
  .banner h1 {
    font-size: 40px;
  }
  .banner-inner h1 {
    font-size: 30px;
    top: 200px;
    padding: 10px;
    text-align: center;
  }
  .body-content h1 {
    padding: 20px 20px 0;
  }
}

@media screen and (min-width:768px) {
  .banner h1 {
    font-size: 60px;
  }
  .banner .content {
    width: 90%;
  }
  .banner-inner h1 {
    font-size: 50px;
    top: 420px;
  }
  .optinPic {
    bottom: -215px;
  }
  .optinPic-bot {
    bottom: -212px;
  }
}

@media screen and (min-width:992px) {
  .banner .content {
    top: 55%;
  }
}

@media screen and (min-width:1200px) {
  .banner h1 {
    font-size: 70px;
  }
  .banner .content {
    top: 50%;
    width: 60%;
  }
  .banner-inner {
    height: 90%;
  }
  .banner-inner .content {
    top: 25%;
  }
  .banner-inner h1 {
    font-size: 50px;
    top: 150px;
  }
  .optinPic {
    bottom: -190px;
  }
  .optinPic-bot {
    bottom: -190px;
  }
  .opt-but a {
    font-size: 24px;
  }
}

@media screen and (min-width:1366px) {
  .banner h1 {
    font-size: 80px;
  }
  .banner .content {
    top: 55%;
  }
}

@media screen and (min-width:1900px) {
  .banner h1 {
    font-size: 100px;
  }
  .banner-inner {
    height: 85%;
  }
}