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

*{margin:0;padding:0;}
body {
	background-color: #f5f5f5;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  color: #575757;
}
.navbar {
	background: #fff;
	background: rgba(255,255,255,0.8);
	border-radius: 0;
	border-bottom: 1px transparent solid;
	z-index:9;
}

.navbar.active {
  background: rgba(255,255,255,1);
  box-shadow: 0 1px 5px rgba(0,0,0,.5);
}

.navbar-nav>li>a {
  font-size: 14px;
  font-weight: 700;
  transition: all 0.2s;
}

.navbar .navbar-nav>li>a {
  color: #575757;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover  {
  color: #FF93AC;
  background-color: transparent;
}
.navbar-nav>li>a .fa {
  color: #eb7a8d;
}
.navbar-brand {
	height: auto;
	padding: 12px 15px;
}
.navbar-brand img {
  max-width: 150px;
}
.navbar-ease {
	background-color: white;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 6px rgba(0,0,0,0.4);
}
.navbar-nav>li.join_me {
  padding: 14px 0 17px 12px;
  white-space: nowrap;
}
.navbar-nav>li.join_me>a {
  display: inline-block;
  padding: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
  line-height: 36px;
  background-color: #eb7e90;
  text-align: center;
  vertical-align: middle;
}
.navbar-nav>li.join_me>a:hover {
  background-color: #5c5d5d;
  color: #ffffff;
}
.navbar-nav>li.join_me>a .fa {
  color: #ffffff;
      line-height: 36px;
}

.navbar-nav>li.join_me>a + a {
  margin-left: 2px;
}
.navbar-nav>li.join_me span {
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
  display: inline-block;
    line-height: 36px;
    vertical-align: middle;
}
.navbar-toggle {
  margin-top: 4px;
  margin-bottom: 4px;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-toggle .icon-bar {
  height: 4px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #585858;
}
.modal div:empty {
    border: 0!important;
    min-height: 0!important;
}
.banner {
      text-align: left;
  background-size: cover;
  }
.banner h3 {
    font-size: 55px;
    font-family: 'Anton', sans-serif;
    line-height: 1.25em;
}
.banner p {
    font-size: 24px;
}
.banner p > b {
    font-size: 150%;
}
.image-header {
    min-height: 100%;
}
.image-header {
    padding: 300px 0 200px;
    color: #fff;
}
.btn.btn-optin {
  border: none;
  background-color: #c52a3f;
  color: #fff;
  border-radius: 50px;
  padding: 13px 20px;
  font-size: 20px;
  line-height: 22px;
  white-space: normal;
  position: relative;
}
.btn.btn-optin:hover, .btn.btn-otpin:focus {
  color: #fff;
  outline: none;
}
.gradient-rose {
  background: #f28a9b;
  background: -moz-linear-gradient(top, #f28a9b 0%, #e2677b 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f28a9b), color-stop(100%, #e2677b));
  background: -webkit-linear-gradient(top, #f28a9b 0%, #e2677b 100%);
  background: -o-linear-gradient(top, #f28a9b 0%, #e2677b 100%);
  background: -ms-linear-gradient(top, #f28a9b 0%, #e2677b 100%);
  background: linear-gradient(to bottom, #f28a9b 0%, #e2677b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28a9b', endColorstr='#e2677b', GradientType=0 );
  background-repeat: no-repeat;
}
.btn-optin.gradient-rose:hover{
  background: #f98094;
  background: -moz-linear-gradient(top, #f98094 0%, #ce5267 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f98094), color-stop(100%, #ce5267));
  background: -webkit-linear-gradient(top, #f98094 0%, #ce5267 100%);
  background: -o-linear-gradient(top, #f98094 0%, #ce5267 100%);
  background: -ms-linear-gradient(top, #f98094 0%, #ce5267 100%);
  background: linear-gradient(to bottom, #f98094 0%, #ce5267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98094', endColorstr='#ce5267', GradientType=0 );
  background-repeat: no-repeat;
}
.gradient-red {
  background: #fc4949;
  background: -moz-linear-gradient(top, #fc4949 0%, #c82727 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fc4949), color-stop(100%, #c82727));
  background: -webkit-linear-gradient(top, #fc4949 0%, #c82727 100%);
  background: -o-linear-gradient(top, #fc4949 0%, #c82727 100%);
  background: -ms-linear-gradient(top, #fc4949 0%, #c82727 100%);
  background: linear-gradient(to bottom, #fc4949 0%, #c82727 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc4949', endColorstr='#c82727', GradientType=0 );
  background-repeat: no-repeat;
}
.btn-optin.gradient-red:hover {
  background: #c82727;
    background: -moz-linear-gradient(top, #c82727 0%, #fc4949 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #c82727), color-stop(100%, #fc4949));
    background: -webkit-linear-gradient(top, #c82727 0%, #fc4949 100%);
    background: -o-linear-gradient(top, #c82727 0%, #fc4949 100%);
    background: -ms-linear-gradient(top, #c82727 0%, #fc4949 100%);
    background: linear-gradient(to bottom, #c82727 0%, #fc4949 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c82727', endColorstr='#fc4949', GradientType=0 );
    background-repeat: no-repeat;
}
.body-content {
    padding-top: 40px;
    padding-bottom: 40px;
}
.about-block {
    margin-top: 72px;
    border-top: 1px solid #fa959c;
    padding-bottom: 100px;
}
.nls-block {
    margin-top: 72px;
}
.nls-block-top {
    padding-top: 100px;
    padding-bottom: 120px;
    background-size: cover;
}
.optin-banner {
    padding-top: 35px;
    padding-bottom: 55px;
    background-color: #fa959c;
    color: #fff;
    text-align: center;
}
footer {
  font-size: 14px;
  padding: 15px 0;
  background-color: #383838;
  color: white;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul>li {
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
}
footer ul>li>a {
  color: #fff;
}
footer ul>li>a:hover {
  color: #aaa;
  text-decoration: none;
}
footer .container {
    min-height: 30px;
}
.sticky-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
}
iframe {
	border: 0;
	color: white;
}
.modal-optin .modal-content {
  border-radius: 0;
  border-top: 8px solid #e64b60;
}
.modal-optin .form-wrap h3 {
  font-weight: 700;
  line-height: 1.3em;
}
#processing-block {
  margin-bottom: 10px;
  text-align: center;
}
#error, #success {
  margin-bottom: 10px;
  font-size: 14px;
}
.btn.send-form {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #c62b40;
  border-radius: 2px;
  padding: 7px 15px;
}
.modal-backdrop {
    bottom: 0;
}
.modal-backdrop:empty {
    border: none;
}
.modal-optin label {
  font-weight: 400;
  color: #777777;
}
.modal-optin .form-group {
  margin-bottom: 20px;
}
.modal-optin .form-control {
  font-size: 16px;
  border-radius: 2px;
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #666;
}
.modal-optin .form-control:focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.modal-optin .form-control + span {
  font-size: 14px;
}
button.close {
  font-size: 14px;
  line-height: 13px;
  opacity: .5;
}

.modal-optin .form-wrap h3 {
font-size: 22px;
}
.modal-optin .modal-body {
padding: 15px 30px;
}
.btn.send-form {
font-size: 20px;
}
.modal-optin .form-control {
height: 44px;
}
.banner-default {
    color: #fff;
}
.banner-default-content-wrapper {
    min-height: 320px;
    background: url('http://brandedsites.com/storage/projects/1/pw0WQ9qCSSr9F7ksrbUMTSTQVkI0LGelAL3q/images/XktSpBW5YOPICGOXIJmWADN8QQaE9SvFSZyHlPnr.jpg') no-repeat center top;
    background-size: cover;
    position: relative;
}
.banner-default-content-wrapper .contant {
    position: absolute;
    width: 100%;
    top: 50%;
}
.optin-banner h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 30px;
}
h2 small {
    color: inherit;
}
.img-abs-wrap {
    margin-top: -250px;
    margin-bottom: -55px;
}
.default-block {
    padding-top: 70px;
    padding-bottom: 70px;
}
.email-form-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.email-form-wrapper .form-control {
  border-radius: 2px;
  height: 44px;
}
.email-form-wrapper textarea.form-control {
  height: auto;
}
.email-form-wrapper .form-control {
  padding-left: 42px;
  background-image: url('http://brandedsites.com/storage/projects/1/pw0WQ9qCSSr9F7ksrbUMTSTQVkI0LGelAL3q/images/asI2nRKgPmIshq4kYqBQFNCLzpYNagdvZNMF5b1G.png');
  background-position: 15px 0;
  background-repeat: no-repeat;
}
.email-form-wrapper .form-control.name {background-position-y: 13px;}
.email-form-wrapper .form-control.email {background-position-y: -37px;}
.email-form-wrapper .form-control.comments {background-position-y: -92px;}
.email-form-wrapper form > p{font-size: 15px;}

.btn.btn-pink {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 7px 15px;
  background-color: #fa959c;
  border-radius: 2px;
}
.location {
  margin-top: 40px;
}
.media-gallery .photo {
    margin-bottom: 20px;
}
.banner-media {
    padding-top: 33%;
    margin-top: 70px;
    position: relative;
    overflow: hidden;
}
.banner-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .img-abs-wrap {
        margin-top: -200px;
    }
}
@media only screen and (max-width: 991px) {
    .navbar-brand {
        padding: 13px 15px;
    }
    .banner-default-content-wrapper {
        min-height: 250px;
    }
    .about-block, .nls-block {
        margin-top: 77px;
    }
    .img-abs-wrap {
        margin-top: -100px;
    }
    .optin-banner h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .banner-default-content-wrapper h1 {
        text-align: center;
        margin-top: 0;
        font-size: 30px;
    }
}
@media screen and (max-width: 767px) {
  .navbar-collapse {
    background-color: #dadcde;
  }
  .navbar-nav>li:not(:last-of-type) {
    border-bottom: 1px solid #fff;
  }
  .navbar-nav>li>a,
  .navbar-nav>li.join_me span {
    font-size: 16px;
  }
  .banner {
      text-align: center;
  }
  .banner h3 {
    font-size: 38px;
  }
  .banner p {
      font-size: 22px;
    }
    .image-header {
        padding: 150px 0 150px;
    }
    .btn.btn-optin {
        font-size: 16px;
        padding: 8px 30px;
    }
    .modal-optin .form-wrap h3 {
        font-size: 16px;
    }
    .btn.send-form {
        font-size: 18px;
    }
    .modal-optin .form-control {
        height: 30px;
    }
    .modal-optin .modal-body {
        padding: 15px;
    }
    .modal-optin .modal-content {
        background: #fff;
    }
    .optin-banner h2 {
        font-size: 24px;
    }
    .default-block {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .banner-media {
        margin-top: 50px;
    }
    .about-block, .nls-block {
        margin-top: 51px;
    }
    .about-block {
        padding-bottom: 100px;
    }
}

@media screen and (min-width:768px) {
  .navbar-brand {
    padding: 17px 15px;
  }
  .navbar-brand img {
    max-width: 100%;
  }
  .navbar-nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width:992px) {
  .navbar-nav>li>a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width:1200px) {
  .navbar-nav>li>a {
    font-size: 18px;
  }
  .navbar-nav>li.join_me {
    padding-top: 17px;
  }
  .navbar-nav>li.join_me span {
    font-size: 18px;
  }
}