@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: left;
}
.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-default .navbar-nav>.active>a  {
  color: #ED1C24;
  background: transparent;
}
 .navbar-default .navbar-nav>.active>a:hover {
   background: transparent;
   color: #ED1C24;
}
.navbar-default .navbar-nav>li>a:hover {
  color: #ED1C24;
}
.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 ;
}

.item:nth-child(1) img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.item:nth-child(2) img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.item:nth-child(3) img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.item:nth-child(4) img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.modal-body {
  background:white;
  -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;
}
.empty {
  width: 1px;
  height: 1px;
  display: none;
}
.optinBx-xl {
  clip-path: polygon(80% 0, 100% 0, 100% 100%, 50% 100%);
  -webkit-clip-path: polygon(80% 0, 100% 0, 100% 100%, 50% 100%);
  position: absolute;
  background: rgba(0,0,0,0.8);
  z-index: 1;
  width: 60%;
  height: 100%;
  top: 0;
  right: 0;
}
.optinBx-xl p {
  color: white;
  font-size: 30px;
  padding-right: 15px;
}
.optinBx-xl img {
  float: right;
  margin-right: 20px;
}

.optinBx, .optinBx-bot {
	background: rgba(0,0,0,0.6);
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0 0 30px 0;
  z-index: 1;
  color: white;
  font-family: "PT Sans", sans-serif;
}
.optinBx-bot {
  position:relative; 
}
.optinBx h2, .optinBx-bot h2{
  font-size: 26px;
  padding-top: 10px;
}
input[type="submit"] {
  padding: 10px 20px; 
  font-weight: 700;
  font-size: 20px;
  width: 100%;
  margin: 14px 0 10px 0;
  white-space: normal;
  background: #ec8600;
}
.btn.btn-otpin {
  border: 0;
  color: #fff;
  padding: 11px 15px;
  font-size: 24px;
  white-space: normal;
  position: relative;
  width: 100%;
  box-shadow: 0px 1px 8px rgba(0,0,0,0.3);
}
.bg-danger {
  background: #D42827;
}
.bg-danger:hover {
  background: #000!important;
}
.gradient-red {
  color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.gradient-red:hover {
  background: #f78d1d;
}
.btn-xl {
  margin-right: 16px;
  font-size: 22px;
  margin-top: 20px;
  padding: 11px 10px;
}
.body-content {
  width: 100%;
  padding-top: 20px;
  background: #fff; 
}
.body-content p{
  line-height: 30px;
  font-family: "PT Sans", sans-serif;
  padding-bottom: 30px;
}
.blue-bar {
  width: 100%;
  padding: 15px;
  background: #d42927;
  color: white;
  font-size: 26px;
  font-family: "PT Sans", sans-serif;
}

hr {
	border-top: 1px #ddd solid;
}
footer {
	width: 100%;
	padding: 10px 0 10px 0;
	background-color:#000;
  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;
}
.map {
	width:100%;
	border:1px #CCC solid;
	padding:10px 10px 10px 10px;
  overflow: hidden;
}
.map iframe {
  width: 100%;
  border: 0;
}
.modal {
  z-index: 9999; 
}
.form-wrap {
  margin-top:30px; 
  display: block;
  overflow: hidden;
}
.form-wrap input[type="text"], .form-wrap input[type="password"], 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;
}
.form-control:focus {
  border: 1px solid #3b5998;
  box-shadow: none;
  outline: 0 none;
}
.nls-bg {
  background: url(../images/nls-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 50px 0 55px;
}
.nls-bg h3 {
  font-size: 26px;
  line-height: 36px;
}
.mt-5 {
  margin-top: 48px;
}
.mt-4 {
  margin-top: 24px;
}
.mt-6 {
  margin-top: 79px;
}
.mb-4 {
  margin-bottom: 24px;
}
.carousel-control i {
  position: absolute;
  top: 25%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  font-size: 36px;
  position: relative;
  
}
.carousel a {
  z-index: 2;
}
.carousel a {
  cursor: pointer;
}
.g-recaptcha {
  display: inline-block;
  margin-bottom: 10px;
}
.required {
    color: red;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
.banner {
  height: 1000px;
  background: url(../images/banner-xs.jpg) #000 no-repeat top center ;
  background-size: cover;
}
.banner h1 {
    font-size:60px; 
  }
.banner .content {
  width: 90%;
}
}
@media screen and (max-width:480px){
.banner h1 {
    font-size:40px; 
  }
}
@media screen and (min-width:768px){
.banner h1 {
    font-size:60px; 
  }
.banner .content {
  width: 90%;
}
}
@media screen and (min-width:992px) {
	.banner .content {
		top: 55%;
}
}
@media screen and (min-width:1200px){
.banner h1 {
  font-size: 70px;
  background: none;
  }
.banner .content {
top: 50%;
  width: 60%;
  left: 40%;
  /*text-shadow: 4px 4px 15px rgba(0,0,0,0.5);*/
  text-shadow:
   -2px -2px 0 rgba(0,0,0,0.5),  
    2px -2px 0 rgba(0,0,0,0.5),
    -2px 2px 0 rgba(0,0,0,0.5),
     2px 2px 0 rgba(0,0,0,0.5);
}
.optinBx-xl p {
  padding-top: 375px;
  font-size: 28px;
  }
.optinBx-xl img {
  margin-top: 300px;
  }
.btn-xl {
  margin-right: 10px;
  font-size: 18px;
  margin-top: 20px;
}
}
@media screen and (min-width:1366px){
.banner h1 {
    font-size: 80px; 
  }
/*.banner .content {
		top: 75%;
  display: none;
}*/
}
@media screen and (min-width:1440px) {
.optinBx-xl p {
  padding-top: 375px;
  font-size: 35px;
  }
.optinBx-xl img {
  margin-top: 300px;
  }
.btn-xl {
  margin-right: 13px;
  font-size: 23px;
  padding: 11px 10px;
}
.optinBx-xl {
  clip-path: polygon(75% 0, 100% 0, 100% 100%, 45% 100%);
  width: 60%;
  height: 100%;
}
}
@media screen and (min-width:1700px) {
.optinBx-xl {
  clip-path: polygon(80% 0, 100% 0, 100% 100%, 50% 100%);
  width: 60%;
  height: 100%;
}
.optinBx-xl p {
  font-size: 40px;
  padding-top: 375px;
  padding-right: 15px;
}
.btn-xl {
  margin-right: 16px;
  font-size: 26px;
}
}
@media screen and (min-width:1900px){
  .banner h1 {
    font-size: 100px; 
  }
}
.banner .content h1 {
    font-size: 68px;
}
.gradient-lil {
    color: #fff;
    background: #9E4A9D;
background: linear-gradient(180deg, rgba(158, 74, 157, 1) 0%, rgba(212, 99, 211, 1) 100%);
}
.gradient-lil:hover {
    color: #fff;
    background: #9E4A9D;
background: linear-gradient(0deg, rgba(158, 74, 157, 1) 0%, rgba(212, 99, 211, 1) 100%);
}
.navbar-default .navbar-nav>.active>a {
    color: #6ab9b3;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #6ab9b3;
}
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
    color: #6ab9b3;
}
.form-control {
    height: 50px;
}

@media screen and (max-width: 767px) {
    .banner {
        height: 1000px;
        background: url(../images/jwDHTsVN5rhsoMKU54KFLBt2fTZK3GDSsym3ZPWX.jpg) #000 no-repeat top left;
        background-size: cover;
    }
}