@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500');

html, body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
}

body.iosBugFixCaret.modal-open { position: fixed; width: 100%; }

.banner {
  width: 100%;
  overflow: hidden;
  background: #E43B2C;
  border-top: 2px solid #B02E22;
  border-bottom: 2px solid #B02E22;
  padding-bottom: 45px;
  padding-top: 15px;
}
iframe {
  width: 1px!important;
  min-width: 100%!important;
}
.logo {
	text-align:left;
	padding: 10px 0 10px 0;
}
.navbar {
  border-radius: 0px;
}
.navbar-inverse {
  background-color: #2d2d2d; 
  border-bottom:1px dotted #ea2e2c; 
  margin-bottom:0;
}
.navbar h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight:400;
  font-size: 18px;
  color: white;
  padding-top: 20px;
}
.banner h1 {
  color: white;
  font-size: 36px;
  font-weight:500;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  line-height:44px;
}
.banner h1 span {
  font-size: 40px;
  color: #ffec12;
}
.optin {
  margin-top: 30px;
}
.modal .optin {
  margin-top: 0px;
  margin-left:0px;
}
.optin .optHead {
  font-size: 22px;
  color: #FAD8D5;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding-bottom: 20px;
}
.optin input[type="email"] {
  height: 50px;
  font-weight: bold;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
    font-size: 16px;
}
.optin input::placeholder {
  color: #666;
}
.optin .optinBut a, .optin .optinBut button{
  display: inline-block;
  background: #0075b2;
  font-size: 30px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  border: 1px solid rgba(0,0,0,0.2);
  border-bottom: 2px solid rgba(0,0,0,0.2);
  border-radius: 3px;
  color: white;
  padding: 10px 30px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-align: center;
  text-decoration: none;
}
.optin .optinBut a:hover, .optin .optinBut button:hover {
background: #1E85BB;
}
.optinBottomWrap {
  width: 100%;
  overflow: hidden;
  background: #E43B2C;
  padding-top:40px;
  padding-bottom:40px;
  margin-top: 40px;
}

.form-wrap input[type="password"], .form-wrap input[type="text"], select  {
   background-color: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 0;
    box-shadow: none;
    color: #323232;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    margin: 0 auto;
    padding: 15px;
    width: 100%;
}
.form-wrap > h1 {
    font-size: 23px;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
}
.video {
  margin-top:20px;
  box-shadow: 1px 1px 20px rgba(0,0,0,0.5)
}
.body-content {
  margin-top:80px;
}
.body-content h1 {
  color: #E43B2C;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  font-size: 36px;
}
.body-content p {
  text-align: left;
  font-size: 18px;
  line-height: 1.5em;
  color: #666;
  font-family: "Roboto", sans-serif;
  padding-bottom: 20px;
}
.spacer {
  height: 90px;
  clear: both;
}
.img-responsive {
  margin: 0 auto;
}
.footer-bottom {
  background: none repeat scroll 0 0 #151515;
  color: #fff;
  padding:25px 0;
  font-size: 13px;
}
.copy-right {
    margin-top: 10px;
    padding: 10px 0 0 0;
    text-align: center;
}
.copy-right a {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.3px;
    text-decoration: none;
  padding-top: 10px;
}
.copy-right a:hover {
  color: #ccc;
}
iframe {
  border: 0;
}
@media only screen and (max-width:767px) {
  .navbar h4 {
    padding-top: 1px; 
  }
.banner h1 {
  font-size: 28px;
  line-height: 30px;
  }
  .optin {
  margin-top: 25px;
    margin-left: 0px;
  }
  .optin .optHead {
  text-align: center;
  }
}
@media only screen and (max-width:450px) {
  .banner h1 {
  font-size: 20px;
  line-height: 24px;
  }
  .navbar h4 {
   font-size: 14px;
  }
  .optin .optHead {
  font-size:18px;
  }
  .optin input[type="email"] {
    font-size: 12px;
  }
  .body-content h1 {
    font-size: 28px;
  }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
.optin {
  margin-top: 30px;
  }
}
@media only screen and (min-width:768px) {
.margin-r {
  margin-right:30px;
  }
}
@media only screen and (min-width:1200px) {
.fontxxx{
  font-size: 48px!important;
  }
}