.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.separate-btn {
  border-radius: 5px;
  margin-right: 30px;
}
.btn-group > .separate-btn.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.btn-group > .separate-btn.btn:last-child:not(:first-child) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
body {
  font-family: Spinnaker, sans-serif;
  color: #2B2B24;
  padding-top: 50px;
}
nav.navbar {
  background: #1a1a1a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #333 0%, #000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333), color-stop(100%, #000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #333 0%, #000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #333 0%, #000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #333 0%, #000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #333 0%, #000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@col1', endColorstr='@col2', GradientType=0);
  /* IE6-9 */
  border-bottom-color: #222;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}
nav.navbar #main-nav-left {
  margin-left: -15px;
}
nav.navbar li.active > a {
  background: #2b2b2b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #444 0%, #111 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #444 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #444 0%, #111 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #444 0%, #111 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #444 0%, #111 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@col1', endColorstr='@col2', GradientType=0);
  /* IE6-9 */
}
@media (max-width: 767px) {
  nav.navbar li.active > a {
    background: none;
    background-color: #444 !important;
  }
}
.container {
  min-width: 320px;
}
.pos_rel {
  position: relative;
}
@media (max-width: 767px) {
  .btn {
    margin: 10px auto;
  }
}
.section .btn {
  background: #e81e7c;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-shadow: none;
  border-radius: 0;
  border: 0 none;
  padding: 0 0 0 16px;
  -webkit-transition: background 0.3s ease-out 0s;
  -moz-transition: background 0.3s ease-out 0s;
  -o-transition: background 0.3s ease-out 0s;
  transition: background 0.3s ease-out 0s;
}
.section .btn .arrow {
  display: inline-block;
  padding: 10px 16px;
  background: #9A1452;
  margin-left: 16px;
}
.section .btn:hover {
  background: #9A1452;
}
#section1 {
  color: #4DA74D;
  background: url('../img/bg/pt.jpg') repeat-x top center;
}
#section1 .container {
  height: 400px;
  background: rgba(225, 225, 225, 0.85);
}
#section1 .container #logo {
  display: block;
  width: 306px;
  height: 49px;
  background: url('../img/logo.header.png') no-repeat top left;
  margin: 16px 0 20px 20px;
}
#section1 .container #logo span {
  display: none;
}
#section1 .container #main_content {
  padding-right: 105px;
  color: #060605;
}
#section1 .container #main_content h1 {
  font-size: 42px;
  color: #2B2B24;
}
#section1 .container #main_content p {
  font-size: 16px;
}
@media (max-width: 991px) {
  #section1 .container #main_content h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #section1 .container #logo {
    margin: 16px auto 20px;
  }
  #section1 .container #main_content {
    padding: 16px 30px;
    margin: 0 60px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  #section1 .container #main_content {
    padding: 10px 20px;
    margin: 0 40px;
  }
  #section1 .container #main_content h1 {
    font-size: 26px;
  }
}
#section1 .container #hand {
  width: 302px;
  height: 384px;
  background: url('../img/hand-4-counter.png') no-repeat top left;
  position: absolute;
  bottom: 0;
  left: 58%;
}
#section1 .container #hand #hand_info {
  text-align: center;
  position: relative;
  top: 160px;
  left: 52px;
  width: 127px;
  color: #2B2B24;
}
#section1 .container #hand #hand_info .r1 {
  font-weight: bold;
}
#section1 .container .btn_row {
  padding: 20px 0 0 13px;
}
@media (max-width: 767px) {
  #section1 .container .btn_row {
    padding-left: 0;
    text-align: center;
  }
}
#section2 .container {
  padding-top: 60px;
  background: rgba(0, 0, 0, 0.1);
}
#section2 .ad {
  padding-left: 85px;
  margin-bottom: 60px;
  position: relative;
}
#section2 .ad img {
  float: left;
  margin-left: -70px;
}
#section2 .ad h4 {
  color: #4DA74D;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 16px;
}
#section2 .ad .lad {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}
#section2 .ad .lad span {
  color: #e81e7c;
  position: absolute;
  right: 10px;
  bottom: -14px;
  font-size: 28px;
}
#section3 {
  background: #4da74d;
  padding: 50px 0;
}
#section3 .first {
  height: 350px;
  color: #fff;
}
#section3 .first .bottom {
  position: absolute;
  bottom: 0;
}
#section3 .first .bottom > .btn_row {
  margin: 0 0 14px 0;
}
#section3 .first .bottom img {
  margin-left: 7px;
}
#section3 .first h2 {
  font-size: 45px;
}
#section3 .first p {
  font-size: 16px;
}
#section3 #tablet {
  position: absolute;
  left: 10px;
}
#section3 #mobile {
  position: absolute;
  left: 310px;
  top: 64px;
}
@media (max-width: 991px) {
  #section3 .bottom {
    position: relative !important;
  }
  #section3 .bottom .btn_row {
    text-align: center;
  }
  #section3 .bottom .btn_row + .row {
    text-align: center;
  }
}
#section4 {
  background: #2b2b24;
  padding: 50px 0;
}
#section4 .comm_partners_row {
  text-align: center;
  margin-bottom: 30px;
}
#section4 .comm_partners_row h4 {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 24px;
  border: 1px solid #fff;
}
#section4 .logos_row > div {
  text-align: center;
  margin-bottom: 20px;
}
#section4 .logos_row > div a span {
  display: none;
}
#section4 .logos_row > div a img {
  max-width: 100%;
  height: auto;
}
#sub_footer {
  padding-top: 20px;
}
#sub_footer h5 {
  font-size: 18px;
}
@media (max-width: 460px) {
  #section3 h2 {
    font-size: 35px !important;
  }
}
@media (max-width: 400px) {
  #section1 #main_content h1 {
    margin-top: 0;
    font-size: 20px !important;
  }
  #section1 #main_content p {
    font-size: 13px !important;
  }
  #section3 h2 {
    font-size: 30px !important;
  }
}
#carousel img {
  max-width: 150px;
  height: auto;
}
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-collapse.in {
    max-height: inherit;
  }
}
@media (min-width: 767px) {
  .navbar-toggle {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  #gdpr-popup .popup-title {
    padding: 10px;
  }
  #gdpr-popup .popup-title h2 {
    font-size: 5vw;
  }
  #gdpr-popup .popup-content {
    padding: 15px;
  }
  #gdpr-popup .popup-content p {
    font-size: 3.7vw;
    font-weight: 400;
    line-height: 1.5;
  }
  #gdpr-popup .popup-content h3 {
    margin-top: 0;
  }
}
