h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

img {
  border: none;
}

#page {
  overflow: hidden;
  display: none;
}
#page.pre-loaded {
  display: block;
}

body, html {
  margin: 0;
}

body {
  overflow: hidden;
  font-family: Helvetica, HelveticaNeue, 'Helvetica Neue', sans-serif;
  background: #0d1426 url(../img/bg4.jpg) center 665px no-repeat;
  background-image: url(../img/bg4.jpg);
}
body.loaded {
  overflow: visible;
}

.container {
  width: 1180px;
  margin: 0 auto;
}
.container.wider {
  width: 1300px;
}
.container.widest {
  width: 1440px;
}

.logo {
  width: 51px;
  display: block;
}
.logo img {
  display: block;
  width: 100%;
}

.main-section {
  max-height: 750px;
  min-height: 750px;
  background: url(../img/bg3.png) center top no-repeat;
  background-image: url(../img/bg3.png);
  overflow: hidden;
  padding-top: 116px;
}
.subpage .main-section .container {
  position: relative;
  z-index: 15;
}
.main-section .holder-image {
  float: right;
  margin: 57px 28px 10px 0;
  position: relative;
}
.main-section .holder-image img {
  display: block;
}
.main-section .part-left {
  padding-top: 110px;
  overflow: hidden;
  position: relative;
  z-index: 15;
}
.main-section .main-heading {
  margin-bottom: 26px;
}
.main-section .default-list {
  margin-bottom: 42px;
}
.main-section .holder-buttons {
  overflow: hidden;
}
.main-section .holder-buttons a {
  display: inline-block;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
.main-section .holder-buttons a:last-child {
  margin-right: 0;
}
.main-section .holder-buttons img {
  display: block;
  width: 100%;
}

.video-box {
  position: absolute;
  z-index: 50;
  top: 79px;
  left: 84px;
  right: 0;
  width: 274px;
  height: 485px;
  overflow: hidden;
}
.video-box .jp-type-single {
  position: relative;
}
.video-box .jp-type-single .jp-gui {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  max-width: 275px;
}
.video-box .jp-video-270p {
  width: 100%;
}
.video-box .jp-video-270p .jp-video-play {
  margin-top: 0;
  height: 100%;
  width: 100%;
}

.jp-state-playing.jp-video .jp-controls .jp-play {
  background: url(../img/icon-pause.png) center no-repeat;
}

.jp-video .jp-controls {
    /*display: none;*/
  padding: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 50%;
  position: absolute;
  float: none;
  margin: -100px 0 0 0;
}
.jp-video .jp-controls button {
  margin: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-top: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  z-index: 10;
}
.jp-video .jp-controls .jp-play {
  max-height: 154px;
  background: url(../img/icon-play.png) center no-repeat;
}

#main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 15px;
  z-index: 1090;
}
#main-header .container {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#main-header .logo {
  float: left;
  margin: 56px 10px 10px 4px;
  position: absolute;
  top: 0;
  left: 0;
}
#main-header .socials {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  margin: 45px 10px 10px 10px;
}
#main-header .socials a {
  display: block;
  width: 52px;
  height: 53px;
  text-indent: -9999px;
}

.main-nav {
  text-align: center;
  width: 100%;
  padding: 56px 160px 28px 130px;
}
.main-nav ul {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.main-nav ul li {
  display: block;
  float: left;
  margin-left: 70px;
}
.main-nav ul li:first-child {
  margin-left: 0;
}
.main-nav ul li a {
  text-decoration: none;
  display: block;
  font-size: 15px;
  color: #ffffff;
  padding: 5px 10px;
  letter-spacing: 0.7px;
}
.main-nav ul li a:hover {
  text-decoration: none;
  color: #00D3FF;
  opacity: 0.8;
}

.socials a {
  float: left;
  margin-left: 18px;
}
.socials a:first-child {
  margin-left: 0;
}
.socials a.facebook {
  background-image: url("../img/icon-facebook-circle.png");
}
.socials a.facebook:hover {
  background-position: 0 -53px;
}
.socials a.twitter {
  background-image: url("../img/icon-twitter-circle.png");
}
.socials a.twitter:hover {
  background-position: 0 -53px;
}

.main-heading {
  margin: 0;
  font-size: 62px;
  color: #ffffff;
  line-height: 57px;
  font-family: 'quan_bookregular';
  letter-spacing: 1.6px;
}

.default-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.default-list li {
  margin-bottom: 7px;
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 1.7px;
  font-family: 'quan_extralightregular';
}
.default-list li:before {
  content: "\002013";
  margin-right: 8px;
  display: inline-block;
}

.upcoming-games-section {
  padding-top: 99px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1000;
}
.upcoming-games-section .container {
  position: relative;
}
.upcoming-games-section .container:before {
  content: "";
  width: 589px;
  height: 563px;
  background: url(../img/img-left-tri.png) no-repeat;
  background-image: url(../img/img-left-tri.png);
  position: absolute;
  top: -232px;
  left: -70px;
  right: auto;
  z-index: 1;
}
.upcoming-games-section .container:after {
  content: "";
  width: 1092px;
  height: 449px;
  background: url(../img/img-right-tri.png) no-repeat;
  background-image: url(../img/img-right-tri.png);
  position: absolute;
  top: -336px;
  right: -70px;
  left: auto;
  z-index: 1;
}
.upcoming-games-section * {
  position: relative;
  z-index: 5;
}
.upcoming-games-section .section-headings {
  margin-bottom: 14px;
}
.upcoming-games-section .subheadings {
  margin-bottom: 26px;
}

.section-headings {
  color: #c4c5c6;
  font-size: 72px;
  margin: 0;
  font-weight: 400;
  font-family: 'quan_bookregular';
}

.subheadings {
  margin: 0;
  font-weight: 400;
  color: #c4c5c6;
  font-size: 28px;
  font-family: 'quan_hairlineregular';
}

.columns-with-events {
  overflow: hidden;
}
.columns-with-events > div {
  min-height: 142px;
  padding-left: 55px;
  padding-right: 20px;
  float: left;
  width: 33.3%;
  position: relative;
}
.columns-with-events > div .shape {
  position: absolute;
  top: 8px;
  left: 0;
  bottom: 0;
}
.columns-with-events > div span {
  display: block;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 0.4px;
  font-family: 'quan_hairlineregular';
}
.columns-with-events > div span.date {
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 7px;
  letter-spacing: 1.9px;
}
.columns-with-events .heading-col {
  margin-bottom: 17px;
  min-height: 66px;
}

.heading-col {
  margin: 0;
  font-weight: 400;
  color: #5e5bea;
  font-size: 42px;
  line-height: 46px;
  font-family: 'quan_hairlineregular';
}
.heading-col.orange {
  color: #ff8200;
}

.shape {
  display: block;
  width: 31px;
  position: relative;
  overflow: hidden;
}
.shape .img-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.shape .img-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.shape:before {
  content: "";
  width: 1px;
  background: #e5e7e4;
  position: absolute;
  margin-top: 31px;
  margin-bottom: 12px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.stats-section {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 54px 0;
}

.holder-stats-info {
  overflow: hidden;
}
.holder-stats-info .image {
  display: block;
  margin: 36px auto 10px;
}
.holder-stats-info > div {
  float: left;
  width: 16.66%;
  padding-right: 15px;
}
.holder-stats-info span {
  color: #ffffff;
  display: block;
  font-size: 20px;
  letter-spacing: 4.3px;
  font-family: 'quan_hairlineregular';
}
.holder-stats-info span.quantity {
  letter-spacing: 4px;
  font-size: 74px;
  line-height: 70px;
}

.custom-style-tabs {
  width: 674px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.custom-style-tabs.ui-tabs {
  padding: 0;
}
.custom-style-tabs.ui-tabs .ui-tabs-nav {
  padding: 0;
  margin-bottom: 5px;
}
.custom-style-tabs.ui-tabs .ui-tabs-nav > li {
  margin: 0;
  padding: 0;
  width: 221px;
  margin-left: 5px;
}
.custom-style-tabs.ui-tabs .ui-tabs-nav > li:first-child {
  margin-left: 0;
}
.custom-style-tabs.ui-tabs .ui-tabs-nav > li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 0;
}
.custom-style-tabs.ui-tabs .ui-tabs-nav > li.ui-tabs-active .ui-tabs-anchor {
  background: #b02221;
}
.custom-style-tabs.ui-tabs .ui-tabs-nav > li .ui-tabs-anchor {
  width: 100%;
  background: #18252d;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  padding: 17px 10px 12px;
  letter-spacing: 7px;
  font-family: 'quan_hairlineregular';
  font-size: 23px;
}
.custom-style-tabs.ui-tabs .ui-tabs-nav > li .ui-tabs-anchor:focus {
  outline: none;
}
.custom-style-tabs.ui-tabs .ui-tabs-panel {
  min-height: 300px;
  padding: 0;
}
.custom-style-tabs.ui-tabs .ui-tabs-panel > *:first-child:not(.ui-tabs) {
  margin-top: 33px;
}
.custom-style-tabs .ui-tabs {
  padding: 0;
}
.custom-style-tabs span, .custom-style-tabs p {
  font-size: 30px;
  color: #ffffff;
  font-family: 'quan_hairlineregular';
}
.custom-style-tabs p {
  margin: 0;
}
.custom-style-tabs .main-score {
  margin-bottom: 10px;
}
.custom-style-tabs .person-name {
  margin-bottom: 20px;
}

.custom-style-tabs-internal {
  border-top: 3px solid #2875a3;
}
.custom-style-tabs-internal.ui-tabs .ui-tabs-nav li {
  margin-top: 1px;
  margin-left: 2px;
  width: 223px;
}
.custom-style-tabs-internal.ui-tabs .ui-tabs-nav li:first-child {
  margin-left: 0;
}
.custom-style-tabs-internal.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  background: transparent;
}
.custom-style-tabs-internal.ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
  font-size: 26px;
  padding: 14px 10px 13px;
}

.score-section {
  padding: 55px 0;
}

.person-name {
  color: #fd695f;
  font-size: 78px;
  font-weight: 400;
  margin: 0;
  font-family: 'quan_hairlineregular';
}

.list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.list li {
  margin-bottom: 11px;
  float: left;
  width: 46%;
  color: #ffffff;
  font-size: 20px;
}
.list li:nth-child(2n+2) {
  margin-left: 8%;
}

.testimonials-section {
  text-align: center;
  padding: 32px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: url(../img/bg-twitter.png) 95% 100% no-repeat;
  position: relative;
}
.testimonials-section .headings {
  margin-bottom: 20px;
}

.quotes {
  margin: 0;
  color: #ffffff;
  font-size: 29px;
  font-family: 'quan_bookregular';
  line-height: 36px;
  letter-spacing: 0.3px;
}

.link {
  color: #6fcdff;
  text-decoration: none;
}

.user-name {
  display: block;
  color: #ffffff;
  font-size: 24px;
}

.content-slide span, .content-slide p {
  font-family: 'quan_hairlineregular';
}
.content-slide .user-name {
  margin-bottom: 18px;
}

.flexslider {
  margin-bottom: 0;
  padding: 0;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
  position: relative;
  z-index: 10;
}
.flexslider .slides li {
  width: 100%;
}
.flexslider .slides img {
  width: auto;
  margin: 0 auto 18px;
}

.headings {
  color: #c4c5c6;
  margin: 0;
  font-size: 44px;
  font-weight: 400;
  font-family: 'quan_bookregular';
  letter-spacing: 0.3px;
}

.news-section .boxes {
  overflow: hidden;
}
.news-section .boxes > div {
  position: relative;
  float: left;
  width: 33.3%;
}
.news-section .boxes > div img {
  display: block;
  max-width: 100%;
  width: auto;
}
.news-section .boxes .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 10px 32px 22px;
}
.news-section .boxes .text-box span {
  display: block;
  color: #ffffff;
  font-size: 30px;
  font-family: 'quan_hairlineregular';
}

.ir {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.title-box {
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  font-family: 'quan_bookregular';
  width: 50%;
}

.default-table {
  width: 100%;
  text-align: left;
  border: 2px solid #2a343e;
}
.default-table th {
  letter-spacing: 5px;
  border-left: 2px solid #2a343e;
  font-family: 'quan_hairlineregular';
  font-size: 24px;
  background: #18252d;
  color: #ffffff;
  font-weight: 400;
  padding: 15px 25px 13px;
}
.default-table th:first-child {
  border-left: none;
}
.default-table td {
  border-left: 2px solid #2a343e;
  font-family: 'quan_hairlineregular';
  color: #ffffff;
  font-size: 26px;
  padding: 0 25px 10px;
}
.default-table td:first-child {
  border-left: none;
}
.default-table tr:first-child + tr td {
  padding-top: 16px;
}
.default-table tr:last-child td {
  padding-bottom: 23px;
}

.logos-section {
  background: #181a26;
  text-align: center;
}

.logos {
  padding: 57px 0 32px;
}
.logos a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 77px;
  margin-bottom: 25px;
}
.logos a:first-child {
  margin-left: 0;
}
.logos img {
  display: block;
}

#main-footer {
  padding: 36px 0;
  overflow: hidden;
  background: #1d1d1d;
  border-top: 10px solid #000000;
}
#main-footer .socials {
  float: left;
  margin-right: 47px;
  margin-top: 7px;
}
#main-footer .socials a {
  margin-left: 25px;
}
#main-footer .socials a:first-child {
  margin-left: 0;
}
#main-footer .wrap-logos {
  float: right;
}
#main-footer .wrap-logos a {
  display: inline-block;
  margin-left: 35px;
  vertical-align: middle;
}
#main-footer .wrap-logos a:first-child {
  margin-left: 0;
}
#main-footer .holder-links {
  float: left;
  margin-top: 8px;
}

.footer-links {
  overflow: hidden;
  padding-left: 0;
  list-style: none;
  margin: 0 0 10px;
}
.footer-links li {
  float: left;
  margin-right: 44px;
}
.footer-links li a {
  display: inline-block;
  letter-spacing: 5px;
  font-size: 19px;
  font-family: 'quan_bookregular';
  text-decoration: none;
  color: #ffffff;
}
.footer-links li a:hover {
  color: #00D3FF;
  opacity: 0.8;
}

.copyright {
  font-family: Helvetica, HelveticaNeue, 'Helvetica Neue', sans-serif;
  letter-spacing: 4.3px;
  margin: 0;
  font-size: 14px;
  color: #7f7f7f;
}

.pre-load-section {
  background: url(../img/bg1.jpg) center top no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1080;
  width: 100%;
  height: 100%;
}
.pre-load-section .container {
  display: table;
  height: 100%;
  padding-top: 150px;
}
.pre-load-section .container .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.heading-intro {
  margin: 0 0 65px;
  font-size: 50px;
  letter-spacing: 10px;
  color: #ffffff;
  font-family: 'quan_hairlineregular';
}

#button-main-nav {
  display: none;
  float: right;
  margin: 30px 10px 10px 10px;
  width: 22px;
}
#button-main-nav span {
  display: block;
  width: 100%;
  height: 4px;
  background: #ffffff;
  margin-bottom: 4px;
}

@media (max-width: 1440px) {
  .container.widest {
    width: 100%;
  }

  .testimonials-section {
    background-position: 97% 100%;
  }
}
@media (max-width: 1330px) {
  .container.wider {
    width: 1180px;
  }

  .upcoming-games-section .container:before {
    top: -215px;
  }
  .upcoming-games-section .container:after {
    top: -350px;
  }
}
@media (max-width: 1210px) {
  .container {
    width: 960px;
  }
  .container.wider {
    width: 960px;
  }

  .heading-col {
    font-size: 38px;
  }

  .title-box {
    font-size: 32px;
  }

  .news-section .boxes .text-box span {
    font-size: 26px;
  }

  .columns-with-events > div span {
    font-size: 26px;
  }
  .columns-with-events > div span.date {
    font-size: 24px;
  }

  .upcoming-games-section .container:before {
    left: -120px;
    top: -199px;
  }
  .upcoming-games-section .container:after {
    right: -120px;
  }

  .logos a {
    margin-left: 25px;
    margin-right: 25px;
    max-width: 160px;
  }
  .logos a img {
    width: 100%;
  }
  .logos a:first-child {
    margin-left: 25px;
  }

  .holder-stats-info > div {
    width: auto;
    margin-right: 28px;
    padding-right: 0;
  }
  .holder-stats-info span.quantity {
    font-size: 70px;
  }

  .columns-with-events > div {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .upcoming-games-section .container:after {
    right: -160px;
    top: -380px;
  }

  .news-section .container {
    padding: 0;
  }

  .heading-col {
    line-height: 28px;
  }

  .container {
    width: 748px;
    padding: 0 10px;
  }
  .container.wider {
    width: 748px;
  }

  #main-header .logo {
    margin-left: 10px;
  }
  #main-header .socials {
    margin-right: 10px;
  }

  .main-nav ul li {
    margin-left: 30px;
  }

  .main-section {
    min-height: 829px;
  }
  .main-section .holder-image {
    width: 300px;
    margin-right: 80px;
  }
  .main-section .part-left {
    padding-top: 10%;
  }
  .main-section .holder-buttons a {
    max-width: 158px;
  }

  .holder-stats-info {
    text-align: center;
  }
  .holder-stats-info > div {
    float: none;
    margin: 0 10px;
    display: inline-block;
  }
  .holder-stats-info > div:first-child {
    display: block;
  }
  .holder-stats-info .image {
    margin-top: 15px;
  }
  .holder-stats-info span {
    letter-spacing: 2px;
  }
  .holder-stats-info span.quantity {
    font-size: 56px;
  }

  .title-box {
    font-size: 30px;
  }

  .news-section .boxes .text-box {
    padding: 10px;
  }
  .news-section .boxes .text-box span {
    font-size: 25px;
  }

  .quotes {
    line-height: 35px;
  }

  .logos {
    padding: 37px 0 12px;
  }
  .logos a {
    margin-left: 15px;
    margin-right: 15px;
    max-width: 130px;
  }
  .logos a:first-child {
    margin-left: 15px;
  }

  .stats-section {
    padding: 34px 0;
  }
}
@media (max-width: 767px) {
  body {
    min-width: 320px;
  }

  #button-main-nav {
    display: block;
  }

  .container {
    width: auto;
  }
  .container.wider {
    width: auto;
  }

  .main-nav {
    display: none;
    padding: 0;
    clear: both;
  }
  .main-nav ul li {
    float: none;
    margin-left: 0;
    display: block;
  }

  #main-header {
    position: static;
    padding-bottom: 0;
  }
  #main-header .container {
    padding-bottom: 10px;
  }
  #main-header .logo {
    position: static;
    margin-bottom: 30px;
    margin-top: 25px;
  }
  #main-header .socials {
    margin-right: 60px;
    margin-top: 15px;
  }
  #main-header .socials a {
    margin-left: 10px;
  }

  .main-section {
    padding-top: 40px;
    max-height: 100%;
    padding-bottom: 20px;
    min-height: 590px;
  }
  .main-section .holder-image {
    float: none;
    margin: 0 auto;
  }
  .main-section .holder-image img {
    max-width: 420px;
  }
  .main-section .holder-image .wrap-img {
    margin-left: -60px;
  }
  .main-section .holder-image.mobile-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.95);
  }
  .main-section .holder-image.mobile-pop .wrap-img {
    margin-left: 0;
    text-align: center;
    display: none;
  }
  .main-section .holder-image.mobile-pop .wrap-img img {
    display: inline-block;
  }
  .main-section .holder-image.mobile-pop .video-box {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .main-section .holder-image.mobile-pop .video-box .jp-video {
    height: 100%;
  }
  .main-section .holder-image.mobile-pop .video-box .jp-video .jp-type-single {
    height: 100%;
  }
  .main-section .holder-image.mobile-pop video {
    display: block;
    width: 100% !important;
    height: 100% !important;
  }
  .main-section .holder-image.mobile-pop .jp-gui {
    left: 50%;
    margin-left: -127px;
  }
  .main-section .holder-image.mobile-pop .jp-play {
    position: absolute;
  }
  .main-section .part-left {
    clear: both;
    padding-top: 20px;
  }
  .main-section .holder-buttons a {
    max-width: 174px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .main-section .holder-buttons a:last-child {
    margin-right: auto;
  }

  .video-box {
    left: 19px;
    top: 73px;
    width: 258px;
    height: 458px;
  }

  .main-heading {
    font-size: 42px;
    line-height: 34px;
    text-align: center;
  }

  .section-headings {
    font-size: 58px;
    line-height: 44px;
  }

  .default-list li {
    font-size: 20px;
  }

  .columns-with-events > div {
    width: 100%;
    margin-bottom: 30px;
  }
  .columns-with-events > div span {
    line-height: 30px;
  }
  .columns-with-events > div .shape {
    top: 4px;
  }

  .upcoming-games-section {
    padding-top: 35px;
    margin-bottom: 30px;
  }
  .upcoming-games-section .subheadings {
    margin-bottom: 30px;
  }
  .upcoming-games-section .container:after {
    top: -535px;
  }
  .upcoming-games-section .container:before, .upcoming-games-section .container:after {
    display: none;
  }

  .holder-stats-info > div {
    margin-bottom: 20px;
  }
  .holder-stats-info span {
    font-size: 18px;
  }
  .holder-stats-info span.quantity {
    font-size: 46px;
    line-height: 50px;
  }

  .custom-style-tabs {
    width: 100%;
  }
  .custom-style-tabs.ui-tabs .ui-tabs-nav li {
    margin-left: 0;
    width: 100%;
  }
  .custom-style-tabs.ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
    padding: 8px 10px;
  }

  .custom-style-tabs-internal.ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
    font-size: 20px;
  }

  .score-section {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .person-name {
    font-size: 41px;
  }

  .quotes {
    font-size: 25px;
    line-height: 25px;
  }

  .news-section .boxes > div {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 100%;
  }

  .default-table th {
    letter-spacing: 3px;
    padding: 10px;
  }
  .default-table tr:first-child + tr td {
    padding-top: 10px;
  }
  .default-table tr:last-child td {
    padding-bottom: 10px;
  }
  .default-table td {
    padding: 0 5px 5px;
    font-size: 20px;
  }

  .logos {
    padding: 40px 0 20px;
  }
  .logos a {
    max-width: 160px;
  }

  .stats-section {
    padding: 20px 0 10px;
  }

  #main-footer {
    padding: 30px 0 40px;
  }
  #main-footer .container {
    overflow: hidden;
    position: relative;
  }
  #main-footer .socials {
    margin-top: 0;
  }
  #main-footer .holder-links {
    text-align: center;
    float: none;
    clear: both;
  }
  #main-footer .wrap-logos {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 10px;
  }

  .footer-links {
    display: block;
    margin-top: 50px;
    text-align: center;
  }
  .footer-links li {
    float: none;
    margin: 5px 10px;
    margin-bottom: 5px;
    display: inline-block;
  }
  .footer-links li a {
    letter-spacing: 2px;
  }

  .copyright {
    letter-spacing: 3px;
  }

  .heading-col {
    line-height: 38px;
  }
}
/***************************************** SUBPAGE ***************************************/
.subpage .main-section {
  text-align: center;
  background: url(../img/bg2.png) center top no-repeat;
}
.subpage .main-section .holder-buttons {
  text-align: center;
}
.subpage .main-section .holder-buttons a {
  float: none;
}
.subpage .main-section .main-heading {
  margin-top: 120px;
}

.dropdown-box {
  min-width: 221px;
}
.dropdown-box .dropdown {
  position: relative;
  padding-right: 20px;
  font-size: 23px;
  color: #ffffff;
  font-family: 'quan_hairlineregular';
  text-decoration: none;
  padding: 17px 10px 12px;
  min-width: 221px;
  width: 100%;
  display: inline-block;
  text-align: center;
  letter-spacing: 7px;
  line-height: 1.3;
  background: #18252d;
}
.dropdown-box .dropdown:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/icon-arrow-dropdown.png) 0 -12px no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 16px;
}
.dropdown-box .dropdown.open + .dropdown-list {
  display: block;
}
.dropdown-box .dropdown.open:after {
  background: url(../img/icon-arrow-dropdown.png) 0 0 no-repeat;
}
.dropdown-box .dropdown-list {
  display: none;
  position: absolute;
  z-index: 20;
  top: 68px;
  left: 0;
  right: 0;
  padding: 25px 0 5px;
  margin: 0;
  background: #ae2221;
}
.dropdown-box .dropdown-list li {
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.dropdown-box .dropdown-list li a {
  display: block;
  padding: 0 16px;
  text-decoration: none;
  font-family: 'quan_hairlineregular';
  letter-spacing: 7px;
  font-size: 23px;
  color: #ffffff;
}

.custom-style-tabs .dropdown-box {
  position: absolute;
  top: 0;
  right: 1px;
}

@media (max-width: 767px) {
  .custom-style-tabs .dropdown-box {
    position: relative;
    right: 0;
    width: 100%;
  }

  .dropdown-box .dropdown {
    padding: 8px 10px;
  }
  .dropdown-box .dropdown-list {
    top: 100%;
  }
}
@media (max-width: 992px) {
  .subpage .main-section .main-heading {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .subpage .main-section .main-heading {
    margin-top: 0;
  }
}

.news-section .boxes > div img{
    border-right: white 1px solid;
    background-color: #4B639E;
}

.news-section .boxes > div:last-of-type img {
    border: none;
}
