@charset "UTF-8";

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/*
 * Base structure
 */

html,
body {
  font-family: Open Sans !important;
  text-transform: uppercase;
  color: #fff !important;
  text-align: center;
  background: url('../img/rb4rlp/rb4_rlp_background_large.png') no-repeat;
  background-size: cover;
}

body {
  padding-top: 70px;
  /*width: 100%;*/
  overflow-x: hidden;
}

footer {
  width: 100%;
}

#signup {
  text-align: center;
  height: 128px;
  width: 352px;;
  background-color: rgba(59, 65, 155, .75) !important;
  color: #fff !important;
  font-family: Open Sans !important;
  padding: 12.5px;
  border-radius: 10px;
  /*`margin: -40% 0% 20% 45%;*/
  margin: -20% -50% 0% 35%;
}

#signup label {
  color: inherit;
  vertical-align: middle;
  margin-top: 5px;
}

#signup input {
  color: #000 !important;
  border: 1px solid #cacaca;
  border-radius: 0px !important;
  background: #fff;
  margin-bottom: 1.5%;
}

#signup select {
  border: 1px solid #cacaca;
  border-radius: 0px !important;
  background: #fff;
  color: #000 !important;
  height: 2.5em;
}

#signup input[type='submit'] #notify {
  color: rgba(233, 56, 14, 1) !important;
  outline: none;
  border-radius: 5px;
  border: none;
  /*margin-left: 2.5%;*/
}

#signup input[type='text'] {
  padding-left: 5px !important;
  height: 2.5em !important;
}

#signup label.checkbox {
  font-family: Open Sans !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
  #signup {
    font-family: Open Sans;
    text-align: center;
    width: 100%;
    background-color: rgba(59, 65, 155, 1) !important;
    padding: 12.5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    vertical-align: middle;
    height: 128px;
    margin: -15% 0% 0% 0%;
    z-index: -1;
  }

  .mobile-hide {
    margin-top: .75%;
    display: none;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  #signup {
    text-align: center;
    height: 128px !important;
    width: 328px;;
    background-color: rgba(59, 65, 155, .75) !important;
    color: #fff !important;
    font-family: Open Sans !important;
    padding: 12.5px;
    border-radius: 10px;
    margin: -42.5% 0% 12.5% 40%;
  }


  #signup label {
    color: inherit;
    vertical-align: middle;
    margin-top: 2px !important;
  }
}

@media screen and (max-width: 320px) and (orientation: portrait) {
  #signup {
    height: 176px;
    margin: -18% 0% 0% 0%;
  }

  #signup label {
    color: inherit;
    vertical-align: middle;
    margin-top: 1px !important;
    font-size: 12px;
  }
}

@media screen and (max-width: 375px) {
  #signup label {
    color: inherit;
    vertical-align: middle;
    margin-top: 1px !important;
    font-size: 11px;
  }
}

@media screen and (max-width: 991px) {
  img.desktop-band-img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  img.desktop-landscape-img {
    display: none;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait){
  img.desktop-landscape-img {
    display: none;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  #signup {
    font-family: Open Sans;
    text-align: center;
    width: 100%;
    background-color: rgba(59, 65, 155, 1) !important;
    padding: 12.5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    vertical-align: middle;
    height: 128px;
    margin: -15% 0% 0% 0%;
  }

  .mobile-hide {
    margin-top: .75%;
    display: none;
  }
}

@media screen and (orientation: landscape) {

  img.mobile-img {
    display: none;
  }

}

@media screen and (orientation: portrait) {

  img.mobile-img {
    margin-bottom: 14%;
  }

}
/* rb4.com */

.footer-section {
  box-shadow: inset 0 0 4em #000;
  min-height: 100%;
  width: 100%;
  padding: 2em 0;
  font-family: Open Sans !important;
  font-weight: 700 !important;
  background: url('../img/az_img/nav-bg.jpg') center center/5.3em 3em repeat;
}

.footer-section .footer-section-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.footer-section .red-line {
    margin: 3em 0 !important;
    border-color: rgba(59, 65, 155, 1);
}

.footer-section .logos-wrapper img,
.footer-section .social-wrapper img {
    height: 3em;
    width: auto;
    margin: 1em .5em
}

.small-font {
        font-size: .8em
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.navbar {
  min-height: 0;
}

.navbar-default {
  font-family: Open Sans !important;
  font-weight: 700 !important;
  height: 3em !important;
  line-height: 3em;
  min-width: 320px;
  border: none;
  width: 100%;
  z-index: 100;
  background: url('../img/az_img/nav-bg.jpg') center center/5.3em 3em repeat-x;
  -webkit-box-shadow: 0 0 1.5em #000;
  -moz-box-shadow: 0 0 1.5em #000;
  box-shadow: 0 0 1.5em #000;
  -webkit-background-size: 5.3em 3em;
  -moz-background-size: 5.3em 3em;
  -o-background-size: 5.3em 3em
}

.nav > li {
  display: inline-block !important;
  float: none !important;
}

.navbar-default .navbar-nav > ul {
  list-style-type: none;
  list-style-position: outside;
  padding: 0;
  margin-right: 10px;
  margin-top: 13px;
  overflow: hidden;
  padding-left: 1em;
  line-height: 1.6;
  display: block;
}

.navbar-default .navbar-nav > ul li {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 0 .6em rgba(0, 0, 0, .6);
  padding-right: 10px;
  line-height: 1;
}

.navbar-default .navbar-nav> li >a {
    color: #fff !important;
    padding: 0.7rem 1rem;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: rgba(59, 65, 155, 1) !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: rgba(59, 65, 155, 1) !important;
}

#oops, #thanks, #please-fix {
  display: none;
  transition: all 500ms; }

#oops, #please-fix {
  position: fixed;
  top: 70px;
  right: 20px;
  color: rgba(0, 0, 0, .65) !important;
  padding: 20px;
  text-align: center;
  z-index: 999;
  background: #fff;
  border: 1px solid #fff;
  font-family: 'Oswald'; }

.errorlist {
  margin: 0;
  padding: 0;
}

.errorlist li {
  list-style-type: none;
  color: #e9380e !important;
  text-transform: uppercase;
  font-size: .8em;
  font-family: 'Oswald';
  text-align: center;
  padding: 5px 5px 5px 0;
}

@media screen and (min-width: 768px) {
  .errorlist {
    margin-bottom: .15em;
  }
}

/* video */
.videowrapper{
  width:100%;
  text-align:center;
  background:url("../img/az_img/footer-bg.jpg") center center/5.3em 3em repeat;
  background-color:#3d3d3d;
  background-size:100%;
  padding: 5px;
  min-height: 100%;
}

.videoshrink {
  height: 65%;
  width: 65%;
}

.rb4-footer {
  max-width: 80%;
  margin: auto;
}
