@charset "UTF-8";
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after, input[type="search"] {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  outline: none;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol,
dl, dt, dd {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

body, input, textarea, button {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

body {
  background-color: #f5f5f5;
  padding-top: 114px;
}
body.admin-bar {
  padding-top: 146px;
}
@media (max-width: 1273px) {
  body.admin-bar {
    padding: 0;
  }
}
@media (max-width: 1273px) {
  body {
    padding-top: 0;
  }
}

.home .footer {
  margin-top: 0px;
}

.wrapper {
  width: 1254px;
  margin: 0px auto;
  *zoom: 1;
}
.wrapper:before, .wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
@media (max-width: 1273px) {
  body.single-post .wrapper, body.single-player .wrapper, body.page-template-parent-page .wrapper, body.single-campaign .wrapper, body.search .wrapper, body.blog .wrapper, body.archive .wrapper, body.page-template-default .wrapper, body.single-interview .wrapper, body.single-tinfo .wrapper, body.single-hall_fame .wrapper, body.post-type-archive-player .wrapper, body.post-type-archive-campaign .wrapper, body.post-type-archive-hall_fame .wrapper, body.post-type-archive-tinfo .wrapper, body.post-type-archive-video .wrapper, body.page-template-tpl-login-php .wrapper, body.page-template-tpl-register-php .wrapper, body.page-template-tpl-no-sidebar .wrapper, body.page-template-tpl-full_breadcrumbs-php .wrapper, body.page-template-tpl-full-php .wrapper, body.post-type-archive-gallery .wrapper {
    max-width: 1272px;
    width: 100%;
    padding: 0 9px;
  }
}
@media (max-width: 799px) {
  body.single-post .wrapper, body.single-player .wrapper, body.page-template-parent-page .wrapper, body.single-campaign .wrapper, body.search .wrapper, body.blog .wrapper, body.archive .wrapper, body.page-template-default .wrapper, body.single-interview .wrapper, body.single-tinfo .wrapper, body.single-hall_fame .wrapper, body.post-type-archive-player .wrapper, body.post-type-archive-campaign .wrapper, body.post-type-archive-hall_fame .wrapper, body.post-type-archive-tinfo .wrapper, body.post-type-archive-video .wrapper, body.page-template-tpl-login-php .wrapper, body.page-template-tpl-register-php .wrapper, body.page-template-tpl-no-sidebar .wrapper, body.page-template-tpl-full_breadcrumbs-php .wrapper, body.page-template-tpl-full-php .wrapper, body.post-type-archive-gallery .wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 799px) {
  .wrapper--single {
    padding: 0 !important;
  }
}
.wrapper--logreg {
  width: 100%;
  max-width: 618px;
}

.main {
  float: left;
  width: 936px;
}

.sidebar {
  width: 300px;
  float: right;
}

.header {
  border-top: 12px solid #3bb92e;
  background-color: #fff;
  height: 114px;
  border-bottom: 1px solid #d8d8d8;
  position: fixed;
  left: 0;
  top: 0;
  text-transform: uppercase;
  width: 100%;
  z-index: 999;
  font-family: "Montserrat", Arial, sans-serif;
  min-width: 1276px;
}
body.sticky .header {
  height: 76px;
}
@media (max-width: 1273px) {
  .header {
    display: none;
  }
}
body.admin-bar .header {
  top: 32px;
}
.header__adv {
  height: 450px;
  background-color: #888888;
}
.header__logo {
  position: absolute;
  left: 0;
  top: 0;
  height: 101px;
  border-right: 1px solid #d8d8d8;
  background-color: #fff;
  width: 111px;
  z-index: 4;
}
body.sticky .header__logo {
  height: 63px;
}
.header__logo img {
  display: block;
  max-height: 60px;
}
body.sticky .header__logo img {
  max-height: 43px;
  display: none;
}
.header__logo .sticky_logo {
  display: none;
}
body.sticky .header__logo .sticky_logo {
  display: block !important;
}
.header__logo a {
  padding: 20px 20px 0;
  text-indent: -9999px;
  display: block;
  height: 101px;
  background-repeat: no-repeat;
  background-position: center center;
}
body.sticky .header__logo a {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 63px;
}
.header__bar {
  height: 37px;
  border-bottom: 1px solid #d8d8d8;
  margin-left: 111px;
  *zoom: 1;
  font-size: 11px;
  position: relative;
  z-index: 3;
}
.header__bar:before, .header__bar:after {
  content: " ";
  display: table;
}
.header__bar:after {
  clear: both;
}
body.sticky .header__bar {
  display: none;
}
.header__bar__nav {
  float: left;
}
.header__bar__nav > ul {
  *zoom: 1;
  list-style: none;
}
.header__bar__nav > ul:before, .header__bar__nav > ul:after {
  content: " ";
  display: table;
}
.header__bar__nav > ul:after {
  clear: both;
}
.header__bar__nav > ul > li {
  float: left;
  border-right: 1px solid #d8d8d8;
  position: relative;
}
.header__bar__nav > ul > li:hover > a:after {
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: " ";
  display: block;
  background-color: #3bb92e;
}
.header__bar__nav > ul > li:hover ul {
  display: block;
}
.header__bar__nav > ul > li > a {
  padding: 0 30px;
  float: left;
  text-decoration: none;
  color: #3bb92e;
  line-height: 36px;
  position: relative;
}
@media (max-width: 1531px) {
  .header__bar__nav > ul > li > a {
    padding: 0 15px;
  }
}
.header__user {
  float: right;
  padding: 0 30px;
  border-left: 1px solid #d8d8d8;
  line-height: 36px;
  color: #888888;
  font-size: 11px;
}
.header__user span {
  font-size: 9px;
  padding: 0 5px;
}
.header__user a {
  color: #3bb92e;
}
.header__user a:hover {
  text-decoration: underline;
}
.header__campaign {
  float: right;
  padding: 0 30px;
  border-left: 1px solid #d8d8d8;
  line-height: 36px;
  color: #888888;
  font-size: 11px;
}
.header__campaign a {
  color: #3bb92e;
}
.header__campaign a:hover {
  text-decoration: underline;
}
.header__nav {
  margin-left: 111px;
  height: 64px;
  *zoom: 1;
  position: relative;
}
.header__nav:before, .header__nav:after {
  content: " ";
  display: table;
}
.header__nav:after {
  clear: both;
}
.header__nav__sub {
  position: absolute;
  left: 0;
  top: 64px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  font-size: 13px;
  line-height: 18px;
  width: 275px;
  padding: 20px 0;
  display: none;
}
.header__nav__sub__full {
  margin: 20px -1px -21px;
  line-height: 60px;
  position: relative;
  z-index: 3;
}
.header__nav__sub__full a {
  display: block;
  background-color: #3bb92e;
  color: #fff;
}
.header__nav__sub__full a:hover {
  text-decoration: underline;
  color: #fff !important;
}
.header__nav__sub ul {
  list-style: none;
  *zoom: 1;
}
.header__nav__sub ul:before, .header__nav__sub ul:after {
  content: " ";
  display: table;
}
.header__nav__sub ul:after {
  clear: both;
}
.header__nav__sub ul li ul {
  *zoom: 1;
  font-size: 12px;
}
.header__nav__sub ul li ul:before, .header__nav__sub ul li ul:after {
  content: " ";
  display: table;
}
.header__nav__sub ul li ul:after {
  clear: both;
}
.header__nav__sub ul li ul li {
  float: none;
  width: 100%;
}
.header__nav__sub ul li ul li a {
  color: #888888;
  position: relative;
  padding-left: 34px;
}
.header__nav__sub ul li ul li a:before {
  content: " ";
  display: block;
  position: absolute;
  left: 20px;
  top: 7px;
  width: 4px;
  height: 4px;
  background: #888888;
  border-radius: 2px;
}
.header__nav__sub--double {
  width: 570px;
}
.header__nav__sub--double li {
  width: 50%;
  float: left;
}
.header__nav__sub--double li ul {
  *zoom: 1;
  font-size: 11px;
}
.header__nav__sub--double li ul:before, .header__nav__sub--double li ul:after {
  content: " ";
  display: table;
}
.header__nav__sub--double li ul:after {
  clear: both;
}
.header__nav__sub--double li ul li {
  float: none;
  width: 100%;
}
.header__nav__sub--double li ul li a {
  color: #888888;
}
.header__nav__sub a {
  padding: 0 20px 8px;
  display: block;
}
.header__nav__sub a:hover {
  color: #3bb92e;
}
.header__nav__main {
  float: left;
}
.header__nav__main ul {
  list-style: none;
  *zoom: 1;
}
.header__nav__main ul:before, .header__nav__main ul:after {
  content: " ";
  display: table;
}
.header__nav__main ul:after {
  clear: both;
}
.header__nav__main > ul {
  padding-left: 10px;
}
.header__nav__main > ul > li {
  float: left;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 1531px) {
  .header__nav__main > ul > li {
    padding: 0 10px;
  }
}
.header__nav__main > ul > li:hover .header__nav__sub {
  display: block;
}
.header__nav__main > ul > li:hover > a {
  color: #3bb92e;
}
.header__nav__main > ul > li:hover > a:after {
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: " ";
  display: block;
  background-color: #3bb92e;
}
.header__nav__main > ul > li > a {
  line-height: 64px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #222;
  position: relative;
}
@media (max-width: 1531px) {
  .header__nav__main > ul > li > a {
    font-size: 12px;
  }
}
.header__nav__main > ul > li > a:hover, .header__nav__main > ul > li > a.active {
  color: #3bb92e;
}
.header__nav__main > ul > li > a:hover:after, .header__nav__main > ul > li > a.active:after {
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: " ";
  display: block;
  background-color: #3bb92e;
}
.header__lang, .header__shop, .header__search {
  float: right;
  border-left: 1px solid #d8d8d8;
}
.header__donate {
  float: right;
  margin: 12px 20px 0;
}
.header__donate a {
  font-size: 12px;
  border: 2px solid #3bb92e;
  color: #3bb92e;
  text-decoration: none;
  line-height: 36px;
  padding: 0 13px;
  float: left;
}
.header__donate a:hover {
  background: #3bb92e;
  color: #fff;
}
.header__search {
  height: 64px;
  position: relative;
  z-index: 5;
  background-color: #fff;
}
body.sticky .header__search {
  height: 63px;
}
.header__search__form {
  position: absolute;
  right: 0;
  top: 0;
  height: 64px;
  width: 0%;
  overflow: hidden;
  z-index: 2;
  display: block;
  -webkit-transition: width .5s ease-in-out;
          transition: width .5s ease-in-out;
}
body.sticky .header__search__form {
  height: 63px;
}
.header__search__form.open {
  width: 100%;
}
.header__search__form.open .header__search__form__close {
  opacity: 1;
}
.header__search__form .screen-reader-text {
  display: none;
}
.header__search__form__input {
  display: block;
  height: 64px;
  width: 100%;
  border: none;
  color: #3bb92e;
  padding: 0 20px;
  font-size: 18px;
}
body.sticky .header__search__form__input {
  height: 63px;
}
.header__search__form__close {
  display: block;
  width: 20px;
  height: 64px;
  position: absolute;
  font-size: 24px;
  color: #3bb92e;
  line-height: 64px;
  right: 81px;
  top: 0;
  -webkit-transition: opacity .25s ease;
          transition: opacity .25s ease;
  opacity: 0;
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}
body.sticky .header__search__form__close {
  height: 63px;
  line-height: 63px;
}
.header__search__form__close:hover {
  color: #222;
}
.header__search__form__submit {
  display: none;
}
.header__search a {
  display: block;
  padding: 0 20px;
  width: 60px;
  height: 64px;
  position: relative;
  z-index: 4;
  font-size: 20px;
  line-height: 64px;
  color: #3bb92e;
}
.header__search a:hover:after {
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: " ";
  display: block;
  background-color: #3bb92e;
}
.header__lang {
  font-size: 11px;
  color: #888888;
  padding: 0 20px;
  line-height: 64px;
}
@media (max-width: 1531px) {
  .header__lang {
    padding: 0 10px;
  }
}
.header__lang ul {
  *zoom: 1;
  list-style: none;
}
.header__lang ul:before, .header__lang ul:after {
  content: " ";
  display: table;
}
.header__lang ul:after {
  clear: both;
}
.header__lang ul li {
  float: left;
}
.header__lang ul li:first-child:after {
  content: "/";
  padding: 0 5px;
  font-size: 9px;
  float: left;
}
.header__lang a, .header__lang span {
  float: left;
  color: #222;
}
.header__lang a.current, .header__lang span.current {
  color: #3bb92e;
  text-decoration: none;
}
.header__lang a.inactive, .header__lang span.inactive {
  color: #888888;
}
.header__lang a:hover {
  text-decoration: underline;
}
.header__shop a {
  display: block;
  height: 64px;
  position: relative;
  width: 60px;
  font-size: 20px;
  line-height: 64px;
  color: #3bb92e;
  text-align: center;
}
.header__shop a:hover:after {
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: " ";
  display: block;
  background-color: #3bb92e;
}

.mega {
  position: fixed;
  width: 100%;
  min-width: 1276px;
  background-color: #fff;
  top: 114px;
  left: 0;
  z-index: 999;
  padding: 30px 0 50px;
  display: none;
  *zoom: 1;
  border-bottom: 1px solid #d8d8d8;
}
.mega:before, .mega:after {
  content: " ";
  display: table;
}
.mega:after {
  clear: both;
}
body.sticky .mega {
  top: 76px;
}
@media (max-width: 1273px) {
  .mega {
    display: none;
  }
}
body.admin-bar .mega {
  top: 146px;
}
body.admin-bar.sticky .mega {
  top: 108px;
}
.mega__chooser {
  list-style: none;
  font-size: 13px;
  line-height: 26px;
  float: left;
  text-transform: uppercase;
  width: 330px;
  font-family: "Montserrat", Arial, sans-serif;
  margin-top: -5px;
  padding: 0 50px;
}
.mega__chooser ul {
  list-style: none;
}
.mega__chooser a:hover, .mega__chooser a.active {
  color: #3bb92e;
}
.mega__section {
  display: none;
  float: left;
  position: relative;
}
.mega__section--single {
  padding: 0 40px;
}
.mega__section--single .mega__block:nth-child(n+4) {
  display: block !important;
}
.mega__section--single .mega__block:nth-child(n+5) {
  display: none !important;
}
.mega__section.active {
  display: block;
}
.mega__block {
  float: left;
  width: 270px;
  margin-right: 20px;
}
@media (max-width: 1531px) {
  .mega__block:nth-child(n+4) {
    display: none;
  }
}
.mega__block__figure {
  display: block;
  height: 150px;
  position: relative;
  overflow: hidden;
  background-color: #888888;
}
.mega__block__figure span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
          transition: opacity .25s ease-in-out, transform .25s ease-in-out;
}
.mega__block__title {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  padding-top: 5px;
  display: block;
}
.mega__block a {
  display: block;
}
.mega__block a:hover .mega__block__title {
  color: #3bb92e;
}

.page__intro {
  *zoom: 1;
  padding: 30px 0 20px;
  font-family: "Montserrat", Arial, sans-serif;
}
.page__intro:before, .page__intro:after {
  content: " ";
  display: table;
}
.page__intro:after {
  clear: both;
}
@media (max-width: 1273px) {
  .page__intro {
    padding-top: 9px;
  }
}
@media (max-width: 799px) {
  body.single-post .page__intro, body.page-template-default .page__intro {
    display: none;
  }
}
body.archive .page__intro, body.blog .page__intro, body.single-post .page__intro, body.page-template-default .page__intro, body.post-type-archive-player .page__intro, body.post-type-archive-video .page__intro, body.post-type-archive-gallery .page__intro {
  padding: 30px 0 20px;
}
@media (max-width: 1273px) {
  body.archive .page__intro, body.blog .page__intro, body.single-post .page__intro, body.page-template-default .page__intro, body.post-type-archive-player .page__intro, body.post-type-archive-video .page__intro, body.post-type-archive-gallery .page__intro {
    padding: 20px 9px 20px;
  }
}
@media (max-width: 799px) {
  body.archive .page__intro, body.blog .page__intro, body.single-post .page__intro, body.page-template-default .page__intro, body.post-type-archive-player .page__intro, body.post-type-archive-video .page__intro, body.post-type-archive-gallery .page__intro {
    padding: 20px 20px 20px;
  }
}
.page__intro--title {
  padding-top: 47px;
  padding-bottom: 16px;
  position: relative;
}
.page__intro__title {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  float: left;
  position: relative;
}
.page__intro__title__intro {
  color: #3bb92e;
  width: 300px;
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: -30px;
}
@media (max-width: 1273px) {
  .page__intro__title__intro {
    display: none;
  }
}
.page__intro__title__intro--just {
  top: 5px;
}
.page__intro__breadcrumbs {
  text-transform: uppercase;
  max-width: 1000px;
  overflow: hidden;
  color: #888888;
  font-size: 11px;
  line-height: 11px;
  float: left;
  position: relative;
  top: 5px;
}
@media (max-width: 1273px) {
  .page__intro__breadcrumbs {
    display: none;
  }
}
.page__intro__breadcrumbs a, .page__intro__breadcrumbs span {
  float: left;
}
.page__intro__breadcrumbs a {
  color: #3bb92e;
  text-decoration: none;
}
.page__intro__breadcrumbs a:hover {
  text-decoration: underline;
}
.page__intro__breadcrumbs__divider {
  text-indent: -9999px;
  width: 4px;
  height: 11px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAIBAMAAAAsHUM2AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAGFBMVEWIiIiIiIiIiIiIiIiIiIiIiIiIiIj///+kaUiHAAAAB3RSTlMAIsx33apmsGXl9wAAAAFiS0dEBxZhiOsAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAeSURBVAjXYxBgYFBmYBAxYGB0ZmAIZWANABIMCQwAFCACG/WttDIAAAAASUVORK5CYII=) center center no-repeat;
  margin: 0 5px;
}
.page__intro__follow {
  float: right;
}
@media (max-width: 1273px) {
  .page__intro__follow {
    display: none;
  }
}
.page__intro--title .page__intro__follow {
  position: relative;
  top: 11px;
}
.page__intro__follow ul {
  float: left;
  *zoom: 1;
  list-style: none;
}
.page__intro__follow ul:before, .page__intro__follow ul:after {
  content: " ";
  display: table;
}
.page__intro__follow ul:after {
  clear: both;
}
.page__intro__follow li {
  float: left;
}
.page__intro__follow li:before {
  content: "/";
  float: left;
  color: #888888;
  font-size: 11px;
  padding: 0 7px;
}
.page__intro__follow li:first-child:before {
  display: none;
}
.page__intro__follow__label {
  color: #3bb92e;
  float: left;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  margin-right: 15px;
  position: relative;
  top: 5px;
}
.page__intro__follow a {
  background-repeat: no-repeat;
  display: block;
  height: 16px;
  float: left;
  font-size: 18px;
  color: #3bb92e;
}

.mobile-header {
  background-color: #fff;
  border-top: 6px solid #3bb92e;
  display: none;
}
.mobile-header__head {
  height: 70px;
  border-bottom: 1px solid #d8d8d8;
}
.mobile-header__open {
  display: none;
}
.mobile-header__user {
  border-bottom: 1px solid #d8d8d8;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  display: none;
}
.mobile-header__user a {
  text-decoration: none;
  color: #3bb92e;
  display: block;
}
.mobile-header__user ul {
  list-style: none;
  *zoom: 1;
}
.mobile-header__user ul:before, .mobile-header__user ul:after {
  content: " ";
  display: table;
}
.mobile-header__user ul:after {
  clear: both;
}
.mobile-header__user ul li {
  float: left;
  width: 50%;
}
.mobile-header__user ul li:first-child {
  border-right: 1px solid #d8d8d8;
}
.mobile-header__user ul li.not-first {
  border: none !important;
  float: none;
  width: 100%;
}
.mobile-header__network {
  border-bottom: 1px solid #d8d8d8;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
.mobile-header__network a {
  text-decoration: none;
  color: #3bb92e;
  display: block;
}
.mobile-header__network ul {
  list-style: none;
  *zoom: 1;
}
.mobile-header__network ul:before, .mobile-header__network ul:after {
  content: " ";
  display: table;
}
.mobile-header__network ul:after {
  clear: both;
}
.mobile-header__network ul li {
  float: left;
  width: 50%;
}
.mobile-header__network ul li:first-child {
  border-right: 1px solid #d8d8d8;
}
.mobile-header__network ul li.not-first {
  border: none !important;
  float: none;
  width: 100%;
}
.mobile-header__lang {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 50px;
  font-size: 12px;
}
.mobile-header__lang__span {
  display: block;
  border-bottom: 1px solid #d8d8d8;
}
.mobile-header__lang__span a, .mobile-header__lang__span span {
  color: #222;
}
.mobile-header__lang__span a:first-child:after, .mobile-header__lang__span span:first-child:after {
  content: "/";
  display: inline-block;
  padding: 0 10px;
  color: #d8d8d8;
}
.mobile-header__lang__span a.current, .mobile-header__lang__span span.current {
  color: #3bb92e;
  text-decoration: none;
}
.mobile-header__search {
  border-bottom: 1px solid #d8d8d8;
  height: 60px;
  position: relative;
}
.mobile-header__search__text {
  display: block;
  height: 59px;
  width: 100%;
  padding: 0 20px;
  font-size: 24px;
  border: none;
  line-height: 59px;
  font-weight: normal;
}
.mobile-header__search__submit {
  position: absolute;
  height: 59px;
  top: 0;
  right: 0;
  background-color: #fff;
  color: #3bb92e;
  font-size: 24px;
  border: none;
  width: 60px;
  border: none;
}
@media (max-width: 1273px) {
  .mobile-header {
    display: block;
  }
}
.mobile-header__trigger {
  float: right;
  margin: 21px 20px 0 0;
  font-family: "Montserrat", Arial, sans-serif;
}
.mobile-header__trigger a {
  display: block;
  border: 2px solid #d8d8d8;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #3bb92e;
  line-height: 24px;
  font-size: 12px;
  height: 28px;
}
.mobile-header__trigger a i {
  display: none;
}
.mobile-header__trigger a.open {
  border-color: #3bb92e;
  background: #3bb92e;
  width: 34px;
  text-align: center;
}
.mobile-header__trigger a.open .fa {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.mobile-header__trigger a.open span {
  padding: 0;
  display: none;
}
.mobile-header__trigger a span {
  display: block;
  padding: 0 10px;
}
.mobile-header__nav {
  text-transform: uppercase;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  padding: 10px 0 20px;
  border-bottom: 1px solid #d8d8d8;
}
.mobile-header__nav ul {
  list-style: none;
}
.mobile-header__nav ul ul {
  font-size: 13px;
  padding: 10px 0;
  display: none;
}
.mobile-header__nav ul ul ul {
  padding: 0 20px;
}
.mobile-header__nav ul ul ul a {
  color: #888888;
}
.mobile-header__nav ul ul a {
  padding: 5px 50px;
}
.mobile-header__nav ul ul a span {
  margin: 0;
}
.mobile-header__nav .has-sub .fa {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 12px;
  color: #555;
  width: 24px;
  line-height: 24px;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  text-align: center;
}
.mobile-header__nav .has-sub .fa-minus {
  display: none;
}
.mobile-header__nav .has-sub .open .fa-plus {
  display: none;
}
.mobile-header__nav .has-sub .open .fa-minus {
  display: block;
}
.mobile-header__nav span {
  margin: 0 20px;
  display: block;
}
.mobile-header__nav a {
  display: block;
  padding: 5px 0;
  position: relative;
}
.mobile-header__logo {
  float: left;
}
.mobile-header__logo a {
  display: block;
  padding: 10px 20px 9px 20px;
  border-right: 1px solid #d8d8d8;
}
.mobile-header__logo img {
  max-height: 50px;
  display: block;
}
.mobile-header__social {
  text-align: center;
  padding: 20px;
}
.mobile-header__social ul {
  list-style: none;
  display: inline-block;
  margin: 0 auto;
  *zoom: 1;
}
.mobile-header__social ul:before, .mobile-header__social ul:after {
  content: " ";
  display: table;
}
.mobile-header__social ul:after {
  clear: both;
}
.mobile-header__social ul li {
  float: left;
  margin: 0 10px;
}
.mobile-header__social a {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #3bb92e;
  font-size: 16px;
}

.instagram {
  background-color: #3bb92e;
  height: 320px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 799px) {
  .instagram {
    margin-top: 0;
  }
}
.instagram #instafeed {
  position: absolute;
  width: 130%;
  height: 320px;
}
.instagram:hover .instagram__overlay {
  opacity: 0;
}
.instagram a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.instagram__overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  color: #fff;
  display: table;
  pointer-events: none;
  opacity: 1;
  vertical-align: middle;
  font-family: "Montserrat", Arial, sans-serif;
  position: relative;
  z-index: 3;
  -webkit-transition: opacity .25s ease-in-out;
          transition: opacity .25s ease-in-out;
}
.instagram__overlay__content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.instagram__figure {
  float: left;
  width: 160px;
  height: 160px;
  position: relative;
  overflow: hidden;
}
.instagram img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .4;
  -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out, -webkit-filter .25s ease-in-out;
          transition: opacity .25s ease-in-out, transform .25s ease-in-out, -webkit-filter .25s ease-in-out;
}
.instagram__label {
  text-transform: uppercase;
  font-size: 14px;
}
.instagram__hash {
  font-size: 36px;
  line-height: 36px;
}

.social__widget {
  height: 850px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.social__widget__holder {
  height: 850px;
  background-color: #fff;
  position: relative;
}
.social__widget__head {
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
  border-bottom: 2px solid #3bb92e;
  z-index: 30;
  background-color: #fff;
  width: 100%;
}
.social__widget__button {
  position: absolute;
  right: 20px;
}
.social__widget__button--twitter {
  top: 30px;
}
.social__widget__button--youtube {
  top: 25px;
}
.social__widget__button--facebook {
  top: 30px;
}
.social__widget__title {
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  padding: 0 20px;
  font-size: 14px;
  line-height: 79px;
}
.social__widget__content {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  z-index: 2;
  height: 520px;
}
.social__widget__content--facebook {
  top: -50px;
}
.social__widget__content__yt {
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
  height: 770px;
}
.social__widget__content__yt ul {
  padding: 20px 20px 0;
  list-style: none;
}
.social__widget__content__yt li {
  margin-bottom: 20px;
}
.social__widget__content__yt a {
  text-decoration: none;
  color: #222;
  display: block;
}
.social__widget__content__yt a:hover {
  color: #3bb92e;
}
.social__widget__content__yt img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.social__widget iframe {
  display: block;
  height: 770px;
  width: 100%;
}
.social__widget .widgettitle {
  display: none;
}
.social__widget .ytc-links {
  display: none !important;
}
.social__widget .ytc-thumbnails {
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
  height: 770px;
}
.social__widget .ytc-row {
  padding: 10px 20px;
}
.social__widget .ytctitle {
  display: block;
  margin: 10px 0;
}
.social__widget .ytctdescription {
  color: #888888;
}

.comment-form {
  *zoom: 1;
  color: #888888;
}
.comment-form:before, .comment-form:after {
  content: " ";
  display: table;
}
.comment-form:after {
  clear: both;
}

.comment-reply-title {
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}

.comment-notes, .logged-in-as, .must-log-in {
  color: #888888;
  margin-bottom: 20px;
}
.comment-notes a, .logged-in-as a, .must-log-in a {
  color: #3bb92e;
}
.comment-notes a:hover, .logged-in-as a:hover, .must-log-in a:hover {
  color: #222;
  text-decoration: none;
}

.comment-form-author,
.comment-form-email,
.comment-form-comment {
  margin-bottom: 20px;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-comment label {
  display: block;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, sans-serif;
  margin-bottom: 10px;
  color: #222;
}

.interfacecontainerdiv {
  margin-top: 20px;
}

.comment-form-author,
.comment-form-email {
  width: 50%;
}
.comment-form-author input,
.comment-form-email input {
  display: block;
  height: 40px;
  width: 100%;
  padding: 0 20px;
  border: 1px solid #d8d8d8;
}

.comment-form-author {
  float: left;
  padding-right: 10px;
}

.comment-form-email {
  float: right;
  padding-left: 10px;
}

.comment-form-comment {
  clear: both;
}
.comment-form-comment textarea {
  height: 260px;
  border: 1px solid #d8d8d8;
  display: block;
  width: 100%;
  padding: 20px;
}

.form-submit,
.login-submit {
  width: auto !important;
  margin-right: 20px;
}
.form-submit .submit,
.form-submit .button-primary,
.login-submit .submit,
.login-submit .button-primary {
  display: block;
  border: none;
  background-color: #3bb92e;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  height: 50px;
  padding: 0 20px;
}

.comment-list {
  list-style: none;
}
.comment-list .children {
  list-style: none;
  padding-left: 120px;
}
@media (max-width: 1273px) {
  .comment-list .children {
    padding-left: 20px;
  }
}

.comments-title {
  font-size: 15px;
  color: #888888;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 45px;
  margin-bottom: 50px;
}
.comments-title__title {
  color: #222;
  font-size: 18px;
  font-family: "Montserrat", Arial, sans-serif;
  display: block;
  margin-top: 5px;
  text-transform: uppercase;
}

.comment-body {
  padding-left: 110px;
  position: relative;
  color: #555555;
  min-height: 86px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}
.comment-body h1 {
  font-size: 48px;
  line-height: 1.5em;
}
.comment-body h2 {
  font-size: 37px;
  line-height: 1.5em;
}
.comment-body h3 {
  font-size: 27px;
  line-height: 1.5em;
}
.comment-body h4 {
  font-size: 23px;
  line-height: 1.5em;
}
.comment-body h5 {
  font-size: 18px;
  line-height: 1.5em;
}
.comment-body h6 {
  font-size: 16px;
  line-height: 1.5em;
}
.comment-body a {
  color: #3bb92e;
}
.comment-body p, .comment-body ul, .comment-body ol, .comment-body table, .comment-body dl, .comment-body address {
  margin-bottom: 26px;
}
.comment-body p {
  padding-right: 30px;
}
.comment-body ul, .comment-body ol {
  padding-left: 26px;
}
.comment-body ul ul, .comment-body ul ol, .comment-body ol ul, .comment-body ol ol {
  margin-bottom: 0;
}
.comment-body h1, .comment-body h2, .comment-body h3, .comment-body h4, .comment-body h5, .comment-body h6 {
  font-family: "Montserrat", Arial, sans-serif;
  color: #222;
  margin-bottom: 24px;
}
.comment-body img {
  max-width: 100%;
  height: auto;
  display: block;
}
.comment-body hr {
  border: none;
  border-top: 1px solid #d8d8d8;
  margin-bottom: 26px;
}
.comment-body .wp-caption {
  max-width: 100%;
  font-size: 12px;
  margin-bottom: 26px;
}
.comment-body .wp-caption p {
  margin-bottom: 0;
  padding: 0;
}
.comment-body th, .comment-body td {
  text-align: left;
  font-weight: normal;
  padding: 13px 26px 13px 0;
  border-bottom: 1px solid #d8d8d8;
}
.comment-body .aligncenter {
  text-align: center;
}
.comment-body .aligncenter img {
  display: block;
  margin: 0 auto;
}
.comment-body thead th, .comment-body thead td {
  font-weight: bold;
}
.comment-body blockquote {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  border-left: 5px solid #3bb92e;
  padding-left: 21px;
  font-size: 23px;
  line-height: 32px;
}
.comment-body .alignleft {
  float: left;
  margin-right: 26px;
  margin-bottom: 26px;
}
.comment-body .alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 26px;
}

.comment-author {
  display: block;
  font-size: 18px;
  font-family: "Montserrat", Arial, sans-serif;
}
.comment-author .avatar {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 78px;
  border-radius: 39px;
  height: auto;
}
.comment-author a {
  text-decoration: none;
  color: #222;
}
.comment-author cite {
  font-style: normal;
}
.comment-author .says {
  display: none;
}

.comment-meta {
  color: #888888;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.comment-meta a {
  text-decoration: none;
  color: #888888;
}

.comment-reply-link {
  text-transform: uppercase;
  font-family: "Montserrat", Arial, sans-serif;
  color: #888888 !important;
  font-size: 12px;
  text-decoration: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKBAMAAACQ3rmwAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAJ1BMVEWIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIj////kJt8GAAAAC3RSTlMARLuq3XfuETPMZrE0tX8AAAABYktHRAyBs1FjAAAACXBIWXMAAAsSAAALEgHS3X78AAAANElEQVQI12NgYGQAA2UwybTFOBBIae/evVsBQm0GC6ptKwApYfduYABpCCsAq46EaF3IAACdvwvVafrMggAAAABJRU5ErkJggg==) left center no-repeat;
  padding-left: 16px;
}
.comment-reply-link:hover {
  color: #3bb92e !important;
}

.content {
  font-size: 17px;
  line-height: 26px;
  color: #555;
  position: relative;
  padding: 0 36px;
}
@media (max-width: 799px) {
  .content {
    padding: 0 18px;
  }
}
.content--no-padding {
  padding: 0;
}
.content table {
  width: 100%;
}
.content h1 {
  font-size: 36px;
  line-height: 42px;
}
.content h2 {
  font-size: 32px;
  line-height: 38px;
}
.content h3 {
  font-size: 28px;
  line-height: 34px;
}
.content h4 {
  font-size: 24px;
  line-height: 30px;
}
.content h5, .content dt {
  font-size: 21px;
  line-height: 25px;
}
.content h6 {
  font-size: 18px;
  line-height: 24px;
}
.content a {
  color: #3bb92e;
}
.content a:hover {
  text-decoration: underline;
}
.content p, .content ul, .content ol, .content table, .content dd, .content address {
  margin-bottom: 26px;
}
.content p {
  padding-right: 30px;
}
.content ul, .content ol {
  padding-left: 32px;
}
.content ul ul, .content ul ol, .content ol ul, .content ol ol {
  margin-top: 13px;
  margin-bottom: 13px;
}
.content ul ul ul li, .content ul ul ol  li, .content ul ol ul li, .content ul ol ol  li, .content ol ul ul li, .content ol ul ol  li, .content ol ol ul li, .content ol ol ol  li {
  margin: 0;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content dt {
  font-family: "Montserrat", Arial, sans-serif;
  color: #222;
  margin-bottom: 24px;
}
.content img {
  max-width: 100%;
  height: auto;
  display: block;
}
.content hr {
  border: none;
  border-top: 1px solid #d8d8d8;
  margin-bottom: 26px;
}
.content .wp-caption {
  max-width: 100%;
  font-size: 12px;
  margin-bottom: 26px;
}
.content .wp-caption p {
  margin-bottom: 0;
  padding: 0;
}
.content th, .content td {
  text-align: left;
  font-weight: normal;
  padding: 13px 26px 13px 0;
  border-bottom: 1px solid #d8d8d8;
}
.content .aligncenter {
  text-align: center;
}
.content .aligncenter img {
  display: block;
  margin: 0 auto;
}
.content thead th, .content thead td {
  font-weight: bold;
}
.content blockquote {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  border-left: 5px solid #3bb92e;
  padding-left: 21px;
  font-size: 23px;
  line-height: 32px;
}
.content .alignleft {
  float: left;
  margin-right: 26px;
  margin-bottom: 26px;
}
.content .alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 26px;
}

.date {
  font-size: 12px;
  line-height: 1em;
  margin-bottom: 9px;
  color: #888888;
}
.C--white .date {
  color: #fff;
}

.title {
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.2em;
}
.title--large {
  font-size: 44px;
}
.title--just {
  font-size: 19px;
}
.title--24 {
  font-size: 24px;
}
.title--big {
  font-size: 28px;
}
.title--huge {
  font-size: 60px;
}
.title--small {
  font-size: 14px;
}

.TT--u {
  text-transform: uppercase;
}

.footer {
  text-align: center;
  background: #222;
  font-family: "Montserrat", Arial, sans-serif;
}
@media (max-width: 1273px) {
  .footer {
    padding-bottom: 40px;
  }
}
.footer__ref {
  text-align: left;
  position: relative;
}
.footer__ref .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 9;
  border: none;
  width: 50px;
  height: 50px;
  background-color: transparent;
  font-size: 30px;
  display: block;
  color: #888888;
}
.footer__ref .slick-arrow:hover {
  color: #fff;
}
.footer__ref__holder {
  border-bottom: 1px solid rgba(70, 70, 70, 0.8);
  padding: 25px 0;
}
.footer__ref .slick-prev {
  left: 0;
}
.footer__ref .slick-next {
  right: 0;
}
.footer__ref__left, .footer__ref__right {
  position: absolute;
  top: 0;
  width: 200px;
  height: 50px;
  z-index: 8;
}
@media (max-width: 779px) {
  .footer__ref__left, .footer__ref__right {
    width: 100px;
  }
}
.footer__ref__left {
  background: -webkit-gradient(linear, left top, right top, from(#222222), to(rgba(34, 34, 34, 0)));
  background: -webkit-linear-gradient(left, #222222 0%, rgba(34, 34, 34, 0) 100%);
  background: linear-gradient(to right, #222222 0%, rgba(34, 34, 34, 0) 100%);
  left: 0;
}
.footer__ref__right {
  background: -webkit-gradient(linear, left top, right top, from(rgba(34, 34, 34, 0)), to(#222222));
  background: -webkit-linear-gradient(left, rgba(34, 34, 34, 0) 0%, #222222 100%);
  background: linear-gradient(to right, rgba(34, 34, 34, 0) 0%, #222222 100%);
  right: 0;
}
.footer__ref ul {
  *zoom: 1;
  list-style: none;
}
.footer__ref ul:before, .footer__ref ul:after {
  content: " ";
  display: table;
}
.footer__ref ul:after {
  clear: both;
}
.footer__ref ul li {
  float: left;
  line-height: 50px;
  font-size: 12px;
  text-transform: uppercase;
}
.footer__ref ul li a {
  float: left;
  *zoom: 1;
  text-decoration: none;
  color: #fff;
  padding: 0 40px;
}
.footer__ref ul li a:before, .footer__ref ul li a:after {
  content: " ";
  display: table;
}
.footer__ref ul li a:after {
  clear: both;
}
.footer__ref ul li i {
  float: left;
  font-style: normal;
}
.footer__ref ul li span {
  float: left;
  width: 50px;
  height: 50px;
  background-color: #3bb92e;
  border-radius: 25px;
  margin-right: 10px;
}
.footer__ref ul li span img {
  display: block;
  width: 50px;
  height: 50px;
}
.footer__follow {
  min-height: 100px;
  border-bottom: 1px solid rgba(70, 70, 70, 0.8);
  text-align: center;
  padding-top: 31px;
}
.footer__follow__b {
  margin-bottom: 80px;
  border-top: 1px solid rgba(70, 70, 70, 0.8);
}
@media (max-width: 779px) {
  .footer__follow__b {
    margin: 30px 0 0 0;
  }
}
.footer__follow__inner {
  margin: 0 auto;
  text-align: left;
  display: inline-block;
}
.footer__follow__ico {
  width: 38px;
  height: 38px;
  float: left;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
}
.footer__follow__label {
  float: left;
  line-height: 38px;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 0 10px;
}
@media (max-width: 779px) {
  .footer__follow__label {
    display: none;
  }
}
.footer__follow ul {
  float: left;
  *zoom: 1;
  list-style: none;
}
.footer__follow ul:before, .footer__follow ul:after {
  content: " ";
  display: table;
}
.footer__follow ul:after {
  clear: both;
}
.footer__follow li {
  float: left;
}
@media (max-width: 779px) {
  .footer__follow li {
    margin-bottom: 10px;
  }
  .footer__follow li:last-child {
    margin-bottom: 0;
  }
}
.footer__follow li a {
  float: left;
  display: block;
  opacity: 1;
  text-decoration: none;
  color: #fff;
  margin: 0 15px;
  -webkit-transition: opacity .25s ease-in-out;
          transition: opacity .25s ease-in-out;
  *zoom: 1;
}
.footer__follow li a:before, .footer__follow li a:after {
  content: " ";
  display: table;
}
.footer__follow li a:after {
  clear: both;
}
@media (max-width: 779px) {
  .footer__follow li a {
    float: none;
  }
}
.footer__follow li a:hover {
  opacity: .5;
}
.footer__follow__facebook .footer__follow__ico {
  background-color: #005e99;
}
.footer__follow__twitter .footer__follow__ico {
  background-color: #33b1ff;
}
.footer__follow__youtube .footer__follow__ico {
  background-color: #e62117;
}
.footer__end {
  *zoom: 1;
  position: relative;
}
.footer__end:before, .footer__end:after {
  content: " ";
  display: table;
}
.footer__end:after {
  clear: both;
}
.footer__end ul {
  float: left;
  *zoom: 1;
  background-color: #222;
  line-height: 86px;
  font-size: 14px;
  list-style: none;
  position: relative;
  z-index: 3;
  color: rgba(255, 255, 255, 0.6);
  padding-right: 50px;
}
.footer__end ul:before, .footer__end ul:after {
  content: " ";
  display: table;
}
.footer__end ul:after {
  clear: both;
}
@media (max-width: 779px) {
  .footer__end ul {
    display: none;
  }
}
.footer__end ul a {
  color: inherit;
}
.footer__end ul a:hover {
  color: #fff;
}
.footer__end ul li:after {
  content: "/";
  float: left;
  margin: 0 10px;
}
.footer__end ul li:last-child:after {
  display: none;
}
.footer__end ul li, .footer__end ul a {
  float: left;
}
@media (max-width: 779px) {
  .footer__end ul li, .footer__end ul a {
    float: none;
  }
}
.footer__end:before {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(70, 70, 70, 0.8);
  position: absolute;
  left: 0;
  top: 50%;
}
@media (max-width: 779px) {
  .footer__end:before {
    display: none;
  }
}
.footer__nav {
  *zoom: 1;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.4);
}
.footer__nav:before, .footer__nav:after {
  content: " ";
  display: table;
}
.footer__nav:after {
  clear: both;
}
.footer__nav h6 {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 22px;
}
.footer__nav ul {
  list-style: none;
}
.footer__nav address {
  font-style: normal;
}
.footer__nav a {
  text-decoration: none;
  color: inherit;
}
.footer__nav a:hover {
  color: #fff;
}
.footer__nav__col {
  float: left;
  width: 25%;
  text-align: left;
  padding: 50px 20px 50px 0;
}
@media (max-width: 779px) {
  .footer__nav__col {
    padding: 30px 20px 0 0;
  }
}
@media (max-width: 1273px) {
  .footer__nav--4col .footer__nav__col {
    width: 50%;
  }
  .footer__nav--4col .footer__nav__col:nth-child(3n) {
    clear: left;
  }
}
.footer__nav--5col .footer__nav__col {
  width: 20%;
}
@media (max-width: 1273px) {
  .footer__nav--5col .footer__nav__col {
    width: 33.3333%;
  }
  .footer__nav--5col .footer__nav__col:nth-child(4n) {
    clear: left;
  }
}
@media (max-width: 799px) {
  .footer__nav--5col .footer__nav__col {
    font-size: 11px;
  }
}
@media (max-width: 1273px) {
  .footer__nav--5col .footer__nav__col--ext {
    width: 50%;
  }
}
.footer__copyright {
  font-size: 13px;
  line-height: 13px;
  color: rgba(255, 255, 255, 0.3);
  padding-top: 15px;
  padding-bottom: 50px;
}
@media (max-width: 779px) {
  .footer__copyright {
    text-align: center;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer__logo {
  background-color: #222;
  position: relative;
  z-index: 3;
}
@media (max-width: 779px) {
  .footer__logo {
    margin-left: 0 !important;
  }
}
.footer__logo--right {
  float: right;
  padding-left: 50px;
}
@media (max-width: 779px) {
  .footer__logo--right {
    float: none;
    padding-left: 0;
    margin: 0 auto;
  }
  .footer__logo--right img {
    display: block;
    margin: 0 auto;
  }
}
.footer__logo--center {
  float: left;
  position: absolute;
  left: 50%;
  top: 0;
}
@media (max-width: 779px) {
  .footer__logo--center {
    position: static;
    float: none;
    margin: 30px auto;
  }
  .footer__logo--center img {
    display: block;
    margin: 0 auto;
  }
}
.footer__logo--center a {
  padding: 0 25px;
}
@media (max-width: 779px) {
  .footer__logo--center a {
    padding: 0;
  }
}
.footer__logo a, .footer__logo img {
  display: block;
}
@media (max-width: 779px) {
  .footer__logo a {
    padding-top: 0 !important;
  }
}

.more {
  color: #3bb92e;
  font-family: "Montserrat", Arial, sans-serif;
}

.W--88 {
  width: 88px;
}

.W--150 {
  width: 150px;
}

.W--152 {
  width: 152px;
}

.W--172 {
  width: 172px;
}

.W--170 {
  width: 170px;
}

.W--176 {
  width: 176px;
}

.W--210 {
  width: 210px;
}

.W--194 {
  width: 194px;
}

.W--270 {
  width: 270px;
}

.W--300 {
  width: 300px;
}

.W--406 {
  width: 406px;
}

.W--512 {
  width: 512px;
}

.W--459 {
  width: 459px;
}

.W--618 {
  width: 618px;
}

.W--664 {
  width: 664px;
}

.W--684 {
  width: 684px;
}

.W--686 {
  width: 686px;
}

.W--724 {
  width: 724px;
}

.W--830 {
  width: 830px;
}

.W--936 {
  width: 936px;
}

.W--1024 {
  width: 1024px;
}

.W--1148 {
  width: 1148px;
}

.W--1254 {
  width: 1254px;
}

.H--83 {
  height: 83px;
}

.H--88 {
  height: 88px;
}

.H--100 {
  height: 100px;
}

.H--150 {
  height: 150px;
}

.H--167 {
  height: 167px;
}

.H--194 {
  height: 194px;
}

.H--250 {
  height: 250px;
}

.H--267 {
  height: 267px;
}

.H--350 {
  height: 350px;
}

.H--368 {
  height: 368px;
}

.H--450 {
  height: 450px;
}

.H--516 {
  height: 516px;
}

.H--618 {
  height: 618px;
}

.H--718 {
  height: 718px;
}

.Mb--18 {
  margin-bottom: 18px;
}

.Mb--36 {
  margin-bottom: 36px;
}

.BG--white {
  background-color: #fff;
}

.BG--gray {
  background-color: #888888;
}

.BG--red {
  background-color: #3bb92e;
}

.col {
  float: left;
  margin-left: 9px;
  margin-right: 9px;
  position: relative;
  *zoom: 1;
}
.col:before, .col:after {
  content: " ";
  display: table;
}
.col:after {
  clear: both;
}
.col__holder {
  margin-left: -9px;
  margin-right: -9px;
  *zoom: 1;
  display: block;
}
.col__holder:before, .col__holder:after {
  content: " ";
  display: table;
}
.col__holder:after {
  clear: both;
}
.col__holder--mobileexp .fp__section__head {
  margin-left: 9px;
  margin-righT: 9px;
}
@media (max-width: 779px) {
  .col__holder--mobileexp {
    margin-left: 9px;
    margin-right: 9px;
  }
  body.single-player .col__holder--mobileexp {
    margin-left: -9px;
    margin-right: -9px;
  }
}

.block {
  display: block;
  position: relative;
  *zoom: 1;
}
.block:before, .block:after {
  content: " ";
  display: table;
}
.block:after {
  clear: both;
}

.P--18 {
  padding: 18px;
}

.Pr--18 {
  padding-right: 18px;
}

.Mr--40 {
  margin-right: 40px;
}

.Pr--36 {
  padding-right: 36px;
}

.Pb--36 {
  padding-bottom: 36px;
}

.P--36 {
  padding: 36px;
}

.Pt--18 {
  padding-top: 18px;
}

.Pt--36 {
  padding-top: 36px;
}

.Ptb--36 {
  padding-top: 36px;
  margin-bottom: 36px;
}

.Plr--40 {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1273px) {
  .Plr--40 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.Plr--53 {
  padding-left: 53px;
  padding-right: 53px;
}

.Ptb--36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.Plr--36 {
  padding-left: 36px;
  padding-right: 36px;
}

.Pr--40 {
  padding-right: 40px;
}

.Mb--45 {
  margin-bottom: 45px;
}

.Mb--54 {
  margin-bottom: 54px;
}

.cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cover,
.figure {
  background-color: #000;
}

.figure img, .cover--scale img {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
  -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
          transition: opacity .25s ease-in-out, transform .25s ease-in-out;
}

a:hover .figure .cover img {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  opacity: .8;
}

.figure--scale, .cover--scale {
  position: relative;
  overflow: hidden;
}
a:hover .figure--scale img, a:hover .cover--scale img {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  opacity: .8;
}

.overlay {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
}
.overlay--gradient:before {
  position: absolute;
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  opacity: .6;
  -webkit-transition: opacity .25s ease-in-out;
          transition: opacity .25s ease-in-out;
}
a:hover .overlay--gradient:before {
  opacity: 1;
}
.overlay--gradient .title {
  position: relative;
  margin-bottom: -31px;
  -webkit-transition: margin-bottom .25s ease-in-out;
          transition: margin-bottom .25s ease-in-out;
  font-size: 16px;
}
.overlay--gradient .title--big {
  font-size: 22px;
}
.overlay--gradient .title:after {
  content: " ";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAMCAMAAAC6EAb3AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAaVBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9tAe1xAAAAInRSTlMARepZSfn9a0PxgC/mlAIg16YG5LGz2KUwkgF+SPxpROxXQ3WiVwAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAABQSURBVBjTY2BABoxMzAyYgIWVjR2LMAenEhcWYW4eJV4+TGF+ASVBIQZhJUwgglVUFNMEMSVxIXRBCR4lSSksLpPG0C7DKiuH6Sx5BUUwDQDqiQhgWZVLiwAAAABJRU5ErkJggg==) 0 0 no-repeat;
  width: 21px;
  height: 12px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transition: opacity .25s ease-in-out;
          transition: opacity .25s ease-in-out;
}
a:hover .overlay--gradient .title {
  margin-bottom: 0;
}
a:hover .overlay--gradient .title:after {
  opacity: 1;
}

a {
  text-decoration: none;
  color: inherit;
}

.FL--l {
  float: left;
}

.FL--r {
  float: right;
}

.C--white {
  color: #fff;
}

.C--gray {
  color: #888888;
}

.BDb--line {
  border-bottom: 1px solid #d8d8d8;
}

.LH--inline {
  line-height: 1em;
}

.interview {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 32px;
  z-index: 3;
}
.interview:hover span {
  display: block;
}
.interview span {
  float: left;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  display: none;
  padding-right: 5px;
}
.interview:after {
  display: block;
  float: right;
  content: " ";
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 16px;
}

.sidebar__ad__label {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  color: #888888;
  margin-top: -8px;
  margin-bottom: 12px;
  clear: both;
}
.resp--sidebar--home-news .sidebar__ad__label {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 15px;
  margin-bottom: 44px;
}
.sidebar__tinfo__links {
  list-style: none;
  font-size: 14px;
  line-height: 18px;
  font-family: "Montserrat", Arial, sans-serif;
}
.sidebar__tinfo__links li {
  margin-bottom: 6px;
}
.sidebar__tinfo__links a:hover {
  color: #3bb92e;
}
.sidebar .ad {
  float: none;
}
.sidebar__section {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.sidebar__section--frame {
  background: #fff;
  padding: 20px;
  border-bottom: 0;
}
.sidebar__section .switch-ad {
  margin-bottom: 18px;
}
.sidebar__section .switch-ad a, .sidebar__section .switch-ad img {
  display: block;
}
.sidebar__section__head {
  *zoom: 1;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.sidebar__section__head:before, .sidebar__section__head:after {
  content: " ";
  display: table;
}
.sidebar__section__head:after {
  clear: both;
}
.sidebar__section__title {
  float: left;
  font-size: 16px;
  line-height: 18px;
  color: #888888;
}
.sidebar__section--frame .sidebar__section__title {
  border-bottom: 1px solid #d8d8d8;
  float: none;
  padding: 0 0 20px;
}
.sidebar__section__button {
  float: right;
  font-size: 11px;
  line-height: 11px;
  position: relative;
  top: 7px;
}
.sidebar__section__button a {
  color: #3bb92e;
  display: block;
}
.sidebar__section__button a i {
  font-size: 9px;
  position: relative;
  top: -1px;
  margin: 0 0 0 5px;
}
.sidebar__section__button a:hover {
  text-decoration: underline;
}
.sidebar__list ul {
  list-style: none;
}
.sidebar__list li {
  margin-bottom: 18px;
}
.sidebar__list a {
  display: block;
  *zoom: 1;
}
.sidebar__list a:before, .sidebar__list a:after {
  content: " ";
  display: table;
}
.sidebar__list a:after {
  clear: both;
}
.sidebar__list a:hover .sidebar__list__title {
  color: #3bb92e;
}
.sidebar__list__figure {
  float: left;
  width: 88px;
  height: 74px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.sidebar__list__figure .img_holder {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
          transition: opacity .25s ease-in-out, transform .25s ease-in-out;
}
.sidebar__list__info {
  float: left;
  margin-left: 18px;
  width: 194px;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 18px;
}
.sidebar__list__date {
  display: block;
  color: #888888;
  font-size: 11px;
  font-family: "Roboto", Arial, sans-serif;
}
.sidebar__list__title {
  display: block;
  font-size: 14px;
  -webkit-transition: color .25s ease-in-out;
          transition: color .25s ease-in-out;
}
.sidebar__list__meta {
  font-size: 12px;
  color: #888888;
  font-family: "Roboto", Arial, sans-serif;
}
.sidebar__list__meta span {
  color: #3bb92e;
}
.sidebar__featured {
  position: relative;
  display: block;
  height: 170px;
}
.sidebar__featured__figure {
  height: 170px;
  position: relative;
  overflow: hidden;
  display: block;
}
.sidebar__featured__figure img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sidebar__featured__overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 120px;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
}
.sidebar__featured__info {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  padding: 15px 20px;
  width: 100%;
}
.sidebar__featured__date {
  display: block;
  font-size: 11px;
}
.sidebar__featured__title {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.sidebar__player ul {
  list-style: none;
  *zoom: 1;
  margin: 0 -9px;
}
.sidebar__player ul:before, .sidebar__player ul:after {
  content: " ";
  display: table;
}
.sidebar__player ul:after {
  clear: both;
}
.sidebar__player ul li {
  float: left;
  width: 88px;
  margin: 0 9px 18px;
}
.sidebar__player ul li:nth-child(4n+4) {
  clear: left;
}
.sidebar__player a {
  display: block;
}
.sidebar__player a:hover .sidebar__player__title {
  color: #3bb92e;
}
.sidebar__player__figure {
  width: 88px;
  display: block;
  height: 88px;
  position: relative;
  overflow: hidden;
}
.sidebar__player__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.sidebar__player__title {
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, sans-serif;
  display: block;
  margin-top: 9px;
}
.sidebar__ico {
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
  line-height: 20px;
  color: #3bb92e;
  font-size: 10px;
}
.sidebar__ico--featured {
  width: 32px;
  height: 32px;
  font-size: 16px;
  border-radius: 16px;
  right: 20px;
  top: 20px;
  line-height: 32px;
}
.sidebar__ico--featured .fa-play {
  left: 3px;
}
.sidebar__ico .fa-play {
  position: relative;
  left: 2px;
}

.player__archive {
  *zoom: 1;
  margin: 0 -9px;
}
.player__archive:before, .player__archive:after {
  content: " ";
  display: table;
}
.player__archive:after {
  clear: both;
}
.player__archive__block {
  font-family: "Montserrat", Arial, sans-serif;
  float: left;
  width: 33.3333%;
  margin: 0 0 18px;
  padding: 0 9px;
  text-transform: uppercase;
  position: relative;
  height: 320px;
  height: 350px;
}
@media (max-width: 959px) {
  .player__archive__block {
    width: 50%;
  }
}
@media (max-width: 499px) {
  .player__archive__block {
    width: 100%;
  }
}
.player__archive__block__link {
  display: block;
}
.player__archive__block__link:hover .player__archive__title {
  color: #3bb92e;
}
.player__archive__block__link:hover .player__archive__figure span {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  opacity: .8;
}
.player__archive__ad {
  height: 350px;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 499px) {
  .player__archive__ad {
    height: auto;
  }
}
.player__archive__ad--scund {
  height: 280px;
}
.player__archive__ad a, .player__archive__ad img {
  display: block;
}
.player__archive__ad__label {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  color: #888888;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.player__archive__ad__content {
  position: relative;
}
.player__archive__ad__content img {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  height: auto !important;
  max-height: 300px;
}
@media (max-width: 499px) {
  .player__archive__ad__content img {
    max-height: 100%;
    max-width: 100%;
  }
}
.player__archive__figure {
  display: block;
  position: relative;
  overflow: hidden;
  background: #000;
  height: 167px;
}
.player__archive__figure span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
          transition: opacity .25s ease-in-out, transform .25s ease-in-out;
}
.player__archive__interview {
  *zoom: 1;
  position: absolute;
  right: 29px;
  top: 20px;
  display: block;
  z-index: 3;
  display: block;
}
.player__archive__interview:before, .player__archive__interview:after {
  content: " ";
  display: table;
}
.player__archive__interview:after {
  clear: both;
}
.player__archive__interview:hover .player__archive__interview__label {
  opacity: 1;
}
.player__archive__interview__label {
  float: left;
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  margin-right: 10px;
  opacity: 0;
  -webkit-transition: opacity .25s ease-in-out;
          transition: opacity .25s ease-in-out;
}
.player__archive__interview__ico {
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAANBAMAAABSlfMXAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAGFBMVEX/AAD/AAD/AAD/AAD/AAD/AAD/AAD///8fkj7oAAAABnRSTlMAESLuM0Qfu8MFAAAAAWJLR0QHFmGI6wAAAAlwSFlzAAALEgAACxIB0t1+/AAAADhJREFUCNdjYFQCAgEGBgbhNCAwRGawhAKBkyJUJC1ZAMEAS4XApIACCAZESgmmGGgSnAG2C2gbAH8VGSkvalXRAAAAAElFTkSuQmCC) center center no-repeat;
}
.player__archive__info {
  background-color: #fff;
  height: 100px;
  display: block;
  padding: 20px;
  height: 183px;
  position: relative;
}
.player__archive__arrow {
  position: absolute;
  color: #3bb92e;
  bottom: 30px;
  left: 20px;
}
.player__archive__country {
  font-size: 12px;
  line-height: 16px;
  display: block;
  color: #888888;
  margin-top: -4px;
  margin-bottom: 3px;
}
.player__archive__title {
  display: block;
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: color .25s ease-in-out;
          transition: color .25s ease-in-out;
}
.player__archive__rank {
  font-size: 13px;
  line-height: 16px;
  display: block;
  margin-top: 3px;
}
.player__instagram {
  *zoom: 1;
  margin: 0 -2px -4px;
}
.player__instagram:before, .player__instagram:after {
  content: " ";
  display: table;
}
.player__instagram:after {
  clear: both;
}
.player__instagram a {
  float: left;
  width: 50%;
  padding: 0 2px;
  margin-bottom: 4px;
}
.player__instagram a img {
  display: block;
  width: 100%;
  height: auto;
}
.player__download {
  margin-bottom: 20px;
}
.player__download a {
  display: block;
  height: 80px;
  width: 300px;
  background-color: #fff;
  text-decoration: none;
  color: #3bb92e;
  padding-left: 35px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, sans-serif;
  -webkit-transition: color .25s ease-in-out, background .25s ease-in-out;
          transition: color .25s ease-in-out, background .25s ease-in-out;
  display: table;
}
.player__download a span {
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABJlBMVEX/////AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD///8+e7VRAAAAYHRSTlMAAA5Zm8rq+vnpyJhVDCWd9vOXIQqL+7VqNhYGBxc4breC054mLKLLHjPCQeQqJKux4xwJ0QKyisQIEM18OUf3G5yfqI0N9ScRIu1Ytt29SppreUW66xXc7kSZZsn4x5aR2A/HAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAVVJREFUOMuFk3dXwjAUxROQUlBx4UAK7lEHuBUV92hVFAeYguN+/09hGmgbKpzcc/JHcn8n7+XlPUJcUVeRaF9Mi+uJZP/AIAmJ26mhYfgaGR0LAenxCWByKjOdNXL5mVlAnzNkIDUPLCxSX0vLwMpq4Jsa1vK0Q+sxbGx6fkFD0aAhRbawvdPyd/dQpP+1f4BkVgCHOCp1AejxCU5FgDjKtKvOcH7BgUtc0R66xg0ht3e4l84s2wo2GTxkySOeZL+CikQ844VU8SoBNq+zHWzfeIwk8r2Bd3yQGur+/VYbsLwoBXwSHV4RTcYcATiMma2jOmoS0ABYkwNNBjQCIAhhVzgBsbwb3BBSki4hxBwpSfmZbcL3xTM7CiWIwBeF6iw1JyRflDr0WXbDDH2W+ruVDUPSqpZTNq267dWDI42eUcqVu4weVQ6vSCta/dL078TPrzz+f9v/Zkd0etGlAAAAAElFTkSuQmCC) left center no-repeat;
  padding-left: 44px;
  -webkit-transition: background .25s ease-in-out;
          transition: background .25s ease-in-out;
}
.player__download a:hover {
  background-color: #3bb92e;
  color: #fff;
}
.player__download a:hover span {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABIFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9zlAINAAAAX3RSTlMADlmbyur6+enImFUMJZ3285chCov7tWo2FgYHFzhut4LTniYsosseM8JB5Cokq7HjHAnRArKKxAgQzXw5R/cbnJ+ojQ31JxEi7Vi23b1Kmmt5RbrrFdzuRJlmyfjHlhnzz3IAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAABUUlEQVQ4y4WTCVfCMAzHAzIG3ooHMvA+5gHeiorivakoHmABj//3/xaOwtZujte8t7em+TVJ04TIk0i0L6bF9USyf2CQ/svQ8Ag8GR0bD5hTE5PA1HR6JmNkc7NzgD5v+I4vAItLQl9eAVbXhG5qWM/5XW7EsLnlKnkNBSMQkyLb2NntLPf2UQjJ+uAQyQxfHeG4GALQySnOeIA4ShQq57goO79LXFEPucYN0e0d7qU9y7aEksZDhh7xJNsrqEjEM16oilcJsJ0620J9c2IkkesNvOODaqh7/q0uYLlR8vgkHW4RTcYaHGgwZna26qhJQBNgLQdoMaApABHCrjgE+Od6aIeQkmwTXFhDSlK+Zpfw7PyavkJxQth5ofyldgjJzksdeCy7aQYeS/3cyoahlKrllE2rbnv14EijZxSzpZDRI+Xw8rSi1S9N/078/Mrj/wfQU2Ld3TXuqwAAAABJRU5ErkJggg==);
}
.player__table {
  text-transform: none;
  font-size: 16px;
}
.player__table tr:last-child th, .player__table tr:last-child td {
  border-bottom: none;
}
.player__table--clean tr th, .player__table--clean tr td {
  border-bottom: none;
  padding-top: 2px;
  padding-bottom: 2px;
}
.player__table th {
  color: #222;
  font-weight: bold;
}
.player__single__pic__main {
  *zoom: 1;
  margin-left: -9px;
  margin-right: -9px;
}
.player__single__pic__main:before, .player__single__pic__main:after {
  content: " ";
  display: table;
}
.player__single__pic__main:after {
  clear: both;
}
@media (max-width: 779px) {
  .player__single__pic__main {
    margin-left: 0;
    margin-right: 0;
  }
}
.player__single__follow {
  *zoom: 1;
}
.player__single__follow:before, .player__single__follow:after {
  content: " ";
  display: table;
}
.player__single__follow:after {
  clear: both;
}
.player__single__follow span {
  float: left;
  margin: 0 10px 0 0;
  color: #3bb92e;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
}
.player__single__follow a {
  float: left;
  margin: 0 10px;
}
.player__single__follow a .fa {
  font-size: 16px;
  color: #3bb92e;
}
.player__single__follow a span {
  display: none;
}
.player__single__select {
  color: #3bb92e;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}
.player__single__personal {
  padding-top: 30px;
}
.player__single__gallery__nr {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: inline-block;
  background: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  height: 32px;
  border-radius: 16px;
  padding: 0 20px;
  color: #3bb92e;
  font-size: 11px;
  line-height: 32px;
}
.player__single__gallery__nr .fa {
  margin-right: 5px;
}
.player__single__pic {
  float: left;
  width: 50%;
  position: relative;
}
@media (max-width: 779px) {
  .player__single__pic {
    float: none;
    width: 100%;
  }
}
.player__single__pic a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: none;
  background-position: center center;
}
.player__single__main {
  float: left;
  width: 50%;
}
@media (max-width: 779px) {
  .player__single__main {
    float: none;
    width: 100%;
    padding: 0 !important;
  }
}
.player__single__main__inner {
  padding: 30px 0;
  border-top: 2px solid #3bb92e;
}
.player__single__pic, .player__single__main {
  padding: 0 9px;
}
.player__single__pic__inner, .player__single__main__inner {
  min-height: 490px;
  background: #fff;
  position: relative;
}
@media (max-width: 779px) {
  .player__single__pic__inner, .player__single__main__inner {
    min-height: 300px;
    position: static;
  }
}

.resp--main {
  float: left;
  width: 100%;
}
.resp--main--sponsor .news__blabla {
  max-width: 600px !important;
  width: 60% !important;
  float: left !important;
  margin-right: 0 !important;
}
@media (max-width: 799px) {
  .resp--main--sponsor .news__blabla {
    float: none !important;
    width: 100% !important;
  }
}
@media (max-width: 1273px) {
  .resp--main--home-page .news--gamma {
    display: none;
  }
}

.resp--holder {
  margin-right: 318px;
  *zoom: 1;
}
.resp--holder:before, .resp--holder:after {
  content: " ";
  display: table;
}
.resp--holder:after {
  clear: both;
}
@media (max-width: 1273px) {
  .resp--holder--home-news {
    margin-right: 0;
  }
  .resp--holder--home-news .news--beta:nth-last-of-type(2) {
    display: none;
  }
}
.resp--holder--sponsor {
  margin-right: 0;
}
@media (max-width: 779px) {
  .resp--holder--home-news .news--beta:nth-last-of-type(2) {
    display: block;
  }
}
@media (max-width: 799px) {
  .resp--holder {
    margin-right: 0;
  }
}

.resp--sidebar {
  float: right;
  width: 300px;
  margin-right: -318px;
}
.resp--sidebar p {
  font-size: 14px;
  line-height: 18px;
  font-family: "Montserrat", Arial, sans-serif;
  color: #555;
}
.resp--sidebar p a {
  color: #555;
  text-decoration: underline;
}
.resp--sidebar p a:hover {
  color: #3bb92e;
}
.resp--sidebar .ad {
  margin-bottom: 10px;
}
@media (max-width: 1273px) {
  .resp--sidebar--home-news {
    display: none;
  }
}
@media (max-width: 799px) {
  .resp--sidebar {
    display: none;
  }
}

.home-player {
  width: 16.666%;
  float: left;
  margin-bottom: 18px;
  padding: 0 9px;
}
@media (max-width: 1273px) {
  .home-player {
    width: 33.333%;
  }
}
@media (max-width: 799px) {
  .home-player {
    width: 50%;
  }
  .home-player .H--194 {
    height: 160px;
  }
}
.home-player .col {
  margin-left: 0;
  margin-right: 0;
}

.col__holder--player {
  margin-left: -9px;
  margin-right: -9px;
}

.gallery__archive {
  *zoom: 1;
  margin: 0 -9px;
}
.gallery__archive:before, .gallery__archive:after {
  content: " ";
  display: table;
}
.gallery__archive:after {
  clear: both;
}
.gallery__archive__block {
  font-family: "Montserrat", Arial, sans-serif;
  float: left;
  width: 33.3333%;
  margin: 0 0 18px;
  padding: 0 9px;
  position: relative;
  height: 350px;
}
.home--gallery .gallery__archive__block {
  width: 25%;
}
@media (max-width: 1079px) {
  .gallery__archive__block {
    width: 50%;
  }
  .home--gallery .gallery__archive__block {
    width: 25%;
  }
}
@media (max-width: 939px) {
  .gallery__archive__block {
    width: 50%;
  }
  .home--gallery .gallery__archive__block {
    width: 25%;
  }
}
@media (max-width: 839px) {
  .home--gallery .gallery__archive__block {
    width: 33.3333%;
  }
}
@media (max-width: 779px) {
  .home--gallery .gallery__archive__block {
    width: 50%;
  }
}
@media (max-width: 499px) {
  .gallery__archive__block {
    width: 100%;
    height: auto;
  }
  .home--gallery .gallery__archive__block {
    width: 100%;
  }
}
.gallery__archive__block__link {
  display: block;
}
.gallery__archive__block__link:hover .gallery__archive__title {
  color: #3bb92e;
}
.gallery__archive__block__link:hover .gallery__archive__figure span {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  opacity: .8;
}
.gallery__archive__ad {
  height: 350px;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 499px) {
  .gallery__archive__ad {
    height: auto;
  }
}
.gallery__archive__ad a, .gallery__archive__ad img {
  display: block;
}
.gallery__archive__ad__label {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  color: #888888;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.gallery__archive__ad__content {
  position: relative;
}
.gallery__archive__ad__content img {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  height: auto !important;
  max-height: 300px;
}
@media (max-width: 499px) {
  .gallery__archive__ad__content img {
    max-height: 100%;
    max-width: 100%;
  }
}
.gallery__archive__ico {
  background-color: #fff;
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  right: 29px;
  top: 20px;
  z-index: 3;
  text-align: center;
}
.gallery__archive__ico i {
  color: #3bb92e;
  line-height: 32px;
  font-size: 14px;
}
.gallery__archive__figure {
  display: block;
  position: relative;
  overflow: hidden;
  background: #000;
  height: 167px;
}
.gallery__archive__figure span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
          transition: opacity .25s ease-in-out, transform .25s ease-in-out;
}
.gallery__archive__info {
  background-color: #fff;
  display: block;
  padding: 20px;
  height: 183px;
  position: relative;
}
.gallery__archive__arrow {
  position: absolute;
  color: #3bb92e;
  bottom: 30px;
  left: 20px;
}
.gallery__archive__date {
  font-size: 12px;
  line-height: 16px;
  display: block;
  color: #888888;
  margin-top: -4px;
  margin-bottom: 3px;
}
.gallery__archive__title {
  font-size: 16px;
  line-height: 22px;
  display: block;
  -webkit-transition: color .25s ease-in-out;
          transition: color .25s ease-in-out;
}

.video__archive {
  *zoom: 1;
  margin: 0 -9px;
}
.video__archive:before, .video__archive:after {
  content: " ";
  display: table;
}
.video__archive:after {
  clear: both;
}
.video__archive__block {
  font-family: "Montserrat", Arial, sans-serif;
  float: left;
  width: 33.3333%;
  margin: 0 0 18px;
  padding: 0 9px;
  position: relative;
  height: 350px;
}
.video__archive__block--home {
  width: 25%;
}
@media (max-width: 1273px) {
  .video__archive__block--home {
    width: 33.333%;
  }
  .home--video .video__archive__block--home:last-child {
    display: none;
  }
}
@media (max-width: 1079px) {
  .video__archive__block {
    width: 50%;
  }
  .home--video .video__archive__block {
    width: 33.3333%;
  }
}
@media (max-width: 939px) {
  .video__archive__block {
    width: 50%;
  }
  .home--video .video__archive__block {
    width: 33.3333%;
  }
}
@media (max-width: 839px) {
  .home--video .video__archive__block {
    width: 33.3333%;
  }
}
@media (max-width: 779px) {
  .home--video .video__archive__block {
    width: 50%;
  }
  .home--video .video__archive__block:last-child {
    display: block;
  }
}
@media (max-width: 499px) {
  .video__archive__block {
    width: 100%;
    height: auto;
  }
  .home--video .video__archive__block {
    height: auto;
    width: 100%;
  }
}
.video__archive__block__link {
  display: block;
}
.video__archive__block__link:hover .video__archive__title {
  color: #3bb92e;
}
.video__archive__block__link:hover .video__archive__figure span {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  opacity: .8;
}
.video__archive__ad {
  height: 350px;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 499px) {
  .video__archive__ad {
    height: auto;
  }
}
.video__archive__ad--scund {
  height: 280px;
}
.video__archive__ad a, .video__archive__ad img {
  display: block;
}
.video__archive__ad__label {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  color: #888888;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.video__archive__ad__content {
  position: relative;
}
.video__archive__ad__content img {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  height: auto !important;
  max-height: 300px;
}
@media (max-width: 499px) {
  .video__archive__ad__content img {
    max-height: 100%;
    max-width: 100%;
  }
}
.video__archive__ico {
  background-color: #fff;
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  right: 29px;
  top: 20px;
  z-index: 3;
  text-align: center;
}
.video__archive__ico i {
  color: #3bb92e;
  line-height: 32px;
  font-size: 14px;
  position: relative;
  left: 2px;
}
.video__archive__figure {
  display: block;
  position: relative;
  overflow: hidden;
  background: #000;
  height: 167px;
}
.video__archive__figure span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
          transition: opacity .25s ease-in-out, transform .25s ease-in-out;
}
.video__archive__info {
  background-color: #fff;
  display: block;
  padding: 20px;
  height: 183px;
  position: relative;
}
.video__archive__arrow {
  position: absolute;
  color: #3bb92e;
  bottom: 30px;
  left: 20px;
}
.video__archive__date {
  font-size: 12px;
  line-height: 16px;
  display: block;
  color: #888888;
  margin-top: -4px;
  margin-bottom: 3px;
}
.video__archive__title {
  font-size: 16px;
  line-height: 22px;
  display: block;
  -webkit-transition: color .25s ease-in-out;
          transition: color .25s ease-in-out;
}

.news {
  position: relative;
}
.news:hover .news__share {
  opacity: 1;
}
.news:hover .news__figure span {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  opacity: .8;
}
.news .news__figure span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
          transition: opacity .25s ease-in-out, transform .25s ease-in-out;
}
.news .news__title {
  -webkit-transition: color .25s ease-in-out;
          transition: color .25s ease-in-out;
  color: #222;
}
.news .news__arrow {
  color: #3bb92e;
  font-size: 12px;
}
.news--alpha {
  float: left;
  width: 618px;
  margin: 0 9px 18px;
}
.news--alpha:hover .news__more {
  color: #fff;
  background: #3bb92e;
  border-color: #3bb92e;
}
@media (max-width: 1273px) {
  .news--alpha {
    display: none;
  }
}
.news--alpha .news__figure {
  display: block;
  height: 350px;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.news--alpha .news__figure img {
  display: block;
}
.news--alpha .news__excerpt {
  margin-top: 20px;
  font-size: 16px;
  display: block;
  line-height: 24px;
  color: #666;
}
.news--alpha .news__info {
  display: block;
  background-color: #fff;
  height: 368px;
  padding: 30px;
  position: relative;
}
.news--alpha .news__date {
  color: #888888;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  margin-top: -5px;
}
.news--alpha .news__title {
  font-size: 32px;
  color: #222;
  line-height: 120%;
  font-family: "Montserrat", Arial, sans-serif;
  display: block;
  max-width: 560px;
}
.news--alpha .news__arrow {
  display: block;
  position: absolute;
  left: 30px;
  bottom: 30px;
  @incude clearfix;
}
.news--alpha .news__arrow i {
  float: left;
}
.news--alpha .news__arrow__text {
  float: left;
  opacity: 0;
  padding-left: 10px;
  text-transform: uppercase;
  color: #888888;
  font-size: 12px;
  line-height: 12px;
  -webkit-transition: opacity .25s ease-in-out;
          transition: opacity .25s ease-in-out;
  font-family: "Montserrat", Arial, sans-serif;
}
.news--alpha .news__more {
  border: 2px solid #d8d8d8;
  text-transform: uppercase;
  line-height: 32px;
  padding: 0 8px;
  font-size: 11px;
  font-family: "Montserrat", Arial, sans-serif;
  display: inline-block;
  color: #888888;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.news--alpha--page-var .news__title {
  color: #3bb92e;
}
.news--alpha--page-var .news__date {
  font-family: "Montserrat", Arial, sans-serif;
}
.news--beta {
  float: left;
  width: 300px;
  margin: 0 9px 18px;
}
@media (max-width: 1273px) {
  .news--beta {
    width: 33.3333%;
    padding: 0 9px;
    margin: 0 0 18px;
  }
}
@media (max-width: 1079px) {
  .news--beta {
    width: 50%;
  }
  .resp--main--home-page .news--beta, .resp--main--home-news .news--beta {
    width: 33.3333%;
  }
}
@media (max-width: 939px) {
  .news--beta {
    width: 50%;
  }
  .resp--main--home-page .news--beta, .resp--main--home-news .news--beta {
    width: 33.3333%;
  }
}
@media (max-width: 839px) {
  .resp--main--home-page .news--beta, .resp--main--home-news .news--beta {
    width: 33.3333%;
  }
}
@media (max-width: 779px) {
  .resp--main--home-page .news--beta, .resp--main--home-news .news--beta {
    width: 50%;
  }
}
@media (max-width: 499px) {
  .news--beta {
    width: 100%;
  }
  .resp--main--home-page .news--beta, .resp--main--home-news .news--beta {
    width: 100%;
  }
}
.news--beta .news__excerpt {
  margin-top: 20px;
  display: block;
  text-transform: none;
  font-size: 14px;
  line-height: 18px;
  text-transform: none;
  color: #666;
}
.news--beta .news__ad {
  height: 350px;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 499px) {
  .news--beta .news__ad {
    height: auto;
  }
}
.news--beta .news__ad a, .news--beta .news__ad img {
  display: block;
}
.news--beta .news__ad__label {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  color: #888888;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.news--beta .news__ad__content {
  position: relative;
}
.news--beta .news__ad__content img {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  height: auto !important;
  max-height: 300px;
}
@media (max-width: 499px) {
  .news--beta .news__ad__content img {
    max-height: 100%;
    max-width: 100%;
  }
}
.news--beta .news__figure {
  display: block;
  height: 167px;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.news--beta .news__figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1273px) {
  .news--beta .news__figure img {
    height: auto;
    width: 100%;
  }
}
.news--beta .news__info {
  display: block;
  background-color: #fff;
  height: 183px;
  padding: 10px 20px 60px;
  position: relative;
}
@media (max-width: 799px) {
  .news--beta .news__info {
    padding-bottom: 20px;
    min-height: 100px;
  }
}
.news--beta .news__date {
  color: #888888;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
}
.news--beta .news__title {
  font-size: 16px;
  color: #222;
  line-height: 22px;
  font-family: "Montserrat", Arial, sans-serif;
  display: block;
}
.news--beta .news__arrow {
  display: block;
  position: absolute;
  left: 20px;
  bottom: 30px;
}
.news--gamma {
  float: left;
  width: 618px;
  margin: 0 9px 18px;
}
.news--gamma:hover .news__more {
  color: #fff;
  background: #3bb92e;
  border-color: #3bb92e;
}
@media (max-width: 1273px) {
  .news--gamma {
    width: 33.3333%;
    padding: 0 9px;
    margin: 0 0 18px;
  }
}
@media (max-width: 1079px) {
  .news--gamma {
    width: 50%;
  }
  .resp--main--home-page .news--gamma {
    width: 33.3333%;
  }
}
@media (max-width: 939px) {
  .news--gamma {
    width: 50%;
  }
  .resp--main--home-page .news--gamma {
    width: 33.3333%;
  }
}
@media (max-width: 839px) {
  .resp--main--home-page .news--gamma {
    width: 33.3333%;
  }
}
@media (max-width: 779px) {
  .resp--main--home-page .news--gamma {
    width: 50%;
  }
}
@media (max-width: 499px) {
  .news--gamma {
    width: 100%;
  }
  .resp--main--home-page .news--gamma {
    width: 100%;
  }
}
.news--gamma .news__figure {
  display: block;
  height: 350px;
  float: right;
  width: 300px;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.news--gamma .news__figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1273px) {
  .news--gamma .news__figure img {
    height: auto;
    width: 100%;
  }
}
.news--gamma .news__excerpt {
  margin-top: 20px;
  font-size: 16px;
  display: block;
  line-height: 24px;
  color: #666;
}
.news--gamma .news__info {
  display: block;
  background-color: #fff;
  padding: 10px 20px 60px;
  position: relative;
  float: left;
  width: 318px;
  height: 350px;
}
@media (max-width: 799px) {
  .news--gamma .news__info {
    padding-bottom: 20px;
    min-height: 100px;
  }
}
.news--gamma .news__more {
  border: 2px solid #d8d8d8;
  text-transform: uppercase;
  line-height: 32px;
  padding: 0 8px;
  font-size: 11px;
  font-family: "Montserrat", Arial, sans-serif;
  display: inline-block;
  color: #888888;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.news--gamma .news__date {
  color: #888888;
  font-size: 12px;
  font-family: "Montserrat", Arial, sans-serif;
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
}
.news--gamma .news__title {
  font-size: 19px;
  color: #3bb92e;
  line-height: 22px;
  font-family: "Montserrat", Arial, sans-serif;
  display: block;
}
.news--gamma .news__arrow {
  display: block;
  position: absolute;
  left: 20px;
  bottom: 30px;
}
.news--delta {
  float: left;
  width: 936px;
  margin: 0 9px 18px;
  background-color: #fff;
}
@media (max-width: 1273px) {
  .news--delta {
    display: none;
  }
}
.news--delta .news__figure {
  float: left;
  width: 300px;
  height: 270px;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.news--delta .news__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.news--delta .news__info {
  float: right;
  width: 618px;
  padding: 40px 30px 0;
  padding-right: 70px;
  display: block;
  background-color: #fff;
  position: relative;
}
.news--delta .news__excerpt {
  color: #666;
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin-bottom: 30px;
}
.news--delta .news__more {
  text-transform: uppercase;
  color: #3bb92e;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  display: block;
}
.news--delta .news__date {
  color: #888888;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  margin-top: 10px;
}
.news--delta .news__title {
  font-size: 19px;
  color: #222;
  line-height: 25px;
  margin-bottom: 5px;
  font-family: "Montserrat", Arial, sans-serif;
  display: block;
  max-width: 440px;
}
.news--delta .news__arrow {
  display: block;
  position: absolute;
  right: 20px;
  top: 55px;
  color: #3bb92e;
}
.news--alpha .news__author, .news--beta .news__author, .news--delta .news__author, .news--gamma .news__author {
  color: #3bb92e;
}
.news--alpha .news__author img, .news--beta .news__author img, .news--delta .news__author img, .news--gamma .news__author img {
  float: left;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  margin-right: 5px;
}
.news--alpha a:hover .news__title, .news--beta a:hover .news__title, .news--delta a:hover .news__title, .news--gamma a:hover .news__title {
  color: #3bb92e;
}
.news--alpha a:hover .news__arrow__text, .news--beta a:hover .news__arrow__text, .news--delta a:hover .news__arrow__text, .news--gamma a:hover .news__arrow__text {
  opacity: 1;
}
.news--alpha .news__share, .news--beta .news__share, .news--delta .news__share, .news--gamma .news__share {
  right: 10px;
  position: absolute;
  bottom: 30px;
  opacity: 0;
  font-size: 14px;
  -webkit-transition: opacity .25s ease-in-out;
          transition: opacity .25s ease-in-out;
}
@media (max-width: 1273px) {
  .news--alpha .news__share, .news--beta .news__share, .news--delta .news__share, .news--gamma .news__share {
    right: 20px;
  }
}
@media (max-width: 799px) {
  .news--alpha .news__share, .news--beta .news__share, .news--delta .news__share, .news--gamma .news__share {
    display: none;
  }
}
.news--alpha .news__share ul, .news--beta .news__share ul, .news--delta .news__share ul, .news--gamma .news__share ul {
  list-style: none;
  *zoom: 1;
}
.news--alpha .news__share ul:before, .news--alpha .news__share ul:after, .news--beta .news__share ul:before, .news--beta .news__share ul:after, .news--delta .news__share ul:before, .news--delta .news__share ul:after, .news--gamma .news__share ul:before, .news--gamma .news__share ul:after {
  content: " ";
  display: table;
}
.news--alpha .news__share ul:after, .news--beta .news__share ul:after, .news--delta .news__share ul:after, .news--gamma .news__share ul:after {
  clear: both;
}
.news--alpha .news__share li, .news--beta .news__share li, .news--delta .news__share li, .news--gamma .news__share li {
  float: left;
  margin-right: 10px;
}
.news--alpha .news__share a, .news--beta .news__share a, .news--delta .news__share a, .news--gamma .news__share a {
  display: block;
  -webkit-transition: color .25s ease-in-out;
          transition: color .25s ease-in-out;
  color: #888888;
}
.news--alpha .news__share a:hover, .news--beta .news__share a:hover, .news--delta .news__share a:hover, .news--gamma .news__share a:hover {
  color: #3bb92e;
}
.news--single .news__figure {
  display: block;
  position: relative;
  height: 516px;
  overflow: hidden;
  background-color: #888888;
}
@media (max-width: 1273px) {
  .news--single .news__figure {
    height: 350px;
  }
}
.news--single:hover .news__figure span {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}
.news--single .news__blabla {
  margin-left: 170px;
  margin-bottom: 40px;
}
@media (max-width: 1273px) {
  .news--single .news__blabla {
    margin-left: 0;
    float: none;
    width: 100%;
  }
}
.news--single .news__title {
  font-size: 48px;
  color: #222;
  line-height: 54px;
  padding: 30px 0;
  font-family: "Montserrat", Arial, sans-serif;
}
@media (min-width: 1025px) and (max-width: 1274px) {
  .news--single .news__title {
    font-size: 37px;
    line-height: 42px;
  }
}

@media (max-width: 1023px) {
  .news--single .news__title {
    font-size: 24px;
    line-height: 36px;
  }
}
.news--single .news__meta {
  font-size: 14px;
  padding-bottom: 25px;
  margin-bottom: 40px;
  color: #888888;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 1273px) {
  .news--single .news__meta {
    font-size: 12px;
    font-family: "Montserrat", Arial, sans-serif;
  }
}
.news--single .news__meta a {
  text-decoration: none;
  color: #3bb92e;
}
.news--single .news__meta__author span {
  text-transform: capitalize;
}
.news--single .news__meta__author strong {
  color: #3bb92e;
  text-transform: uppercase;
  font-weight: normal;
}
.news--single .news__share {
  position: absolute;
  right: 0;
  top: -15px;
  height: 30px;
}
@media (max-width: 1273px) {
  .news--single .news__share {
    position: static;
    margin-top: 20px;
    margin-left: -10px;
  }
}
.news--single .news__share ul {
  list-style: none;
}
.news--single .news__share li {
  margin: 0 0 0 10px !important;
  padding: 0 !important;
  width: 30px !important;
  height: 30px !important;
  float: left;
  border-radius: 15px;
  border: 1px solid #3bb92e;
  background-position: center center !important;
  opacity: 1;
  -webkit-transition: opacity .25s ease-in-out;
          transition: opacity .25s ease-in-out;
}
.news--single .news__share li:hover {
  opacity: .5;
}
.news--single .news__share a {
  display: block;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
}
.news--single .news__comment-nr:before {
  content: "/";
  padding: 0 10px;
}
.news--single .news__date {
  color: #888888;
}
.news--single .news__sidebar {
  width: 170px;
  padding-right: 40px;
  float: left;
  margin-right: -170px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 36px;
}
@media (max-width: 1273px) {
  .news--single .news__sidebar {
    display: none;
  }
}
.news--single .news__profile-pic {
  display: block;
  margin-bottom: 10px;
}
.news--single .news__profile-pic img {
  display: block;
  width: 86px;
  height: auto;
}
.news--single .news__author {
  display: block;
  border-bottom: 1px solid #d8d8d8;
  color: #3bb92e;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news--single .news__author strong {
  display: block;
  text-transform: capitalize;
  color: #888888;
}
.news--single .news__sponsor__sidebarlogo {
  margin-bottom: 15px;
}
.news--single .news__sponsor__sidebarlogo img {
  display: block;
  width: 100%;
  height: auto;
}
.news--single .news__category {
  display: block;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news--single .news__category strong {
  display: block;
  text-transform: capitalize;
  color: #888888;
}
.news--single .news__category ul {
  list-style: none;
}
.news--single .news__category ul a {
  color: #3bb92e;
}
.news--single .news__category ul a:hover {
  text-decoration: underline;
}
.news--single .news__nav {
  border-top: 2px solid #3bb92e;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 24px;
  font-size: 16px;
  min-height: 120px;
  padding: 20px 0;
  *zoom: 1;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAABXCAMAAADGZR5NAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABa1BMVEXY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2Nj///9778OEAAAAeHRSTlMATjHCRg3yCUy8kXjUNBvsAl6po2YB5iEs3HGXtVMG8RE+yoSFx0AQB1G3lXPaLh/oY6SnYesc1naTuk0IDkTEiIDMOxPwBVeymm3fKiTjaKCtWwPtGDbReo7ASQoLjTefbO/Nf9VgZOdytj/JUtsgZagzd5C7RTLq5d9CAAAAAWJLR0R41tvkRgAAAAlwSFlzAAALEgAACxIB0t1+/AAAAURJREFUSMd11WdbgQEUgGEjL5WMREJGCAlFZFN2VlZEe+89/n5/oOd8va/zfDxHJPp/xBIAkXQKQCbIQRTTFJuZJVHOAajUGhDtPMV0CwB6wyKIcYliJjOJZRnAarODOFYo5nSRuFcBPIIXxLdGMf86SSAIENrQg2yGKRbZAtBEYyCSbYrFEyTJFEBayIBkcxTL75DsFgCKpTJIpUqx2h5JvQHQbNFKe5+k0wXo9QcgB0OKjQ5JxhOAI9sxyGRMsZMRyfAUYNDvgXQ7FDtrk7SaAI06rZzXSKoVgPJFEaRwSbGrPEkuC5CxpUFSSYol4iTX9CFiUQ3ITYRi4VsA/V0IJBig2L2f5MEH4BU8II9uirmcJE8OAHvJCvJsoZjZRPJiBHg10IF+01HsXQugUatAPpQU+/wi+VYAyAUZyI+UYr9igD/5ZSjkwHtXcAAAAABJRU5ErkJggg==) center center no-repeat;
}
.news--single .news__nav:before, .news--single .news__nav:after {
  content: " ";
  display: table;
}
.news--single .news__nav:after {
  clear: both;
}
@media (max-width: 1273px) {
  .news--single .news__nav {
    background: none;
  }
}
.news--single .news__nav span {
  font-size: 12px;
  text-transform: uppercase;
  color: #3bb92e;
  font-weight: bold;
}
.news--single .news__nav a {
  display: block;
}
.news--single .news__nav a:hover {
  color: #3bb92e;
}
.news--single .news__nav a i {
  font-size: 8px;
  position: relative;
  top: -2px;
}
.news--single .news__nav__left {
  float: left;
}
.news--single .news__nav__left i {
  margin: 0 5px 0 0;
}
.news--single .news__nav__right {
  float: right;
  text-align: right;
}
.news--single .news__nav__right i {
  margin: 0 0 0 5px;
}
@media (max-width: 1273px) {
  .news--single .news__nav__right {
    margin-top: 20px;
    text-align: left;
  }
}
.news--single .news__nav__left, .news--single .news__nav__right {
  max-width: 380px;
}
@media (max-width: 1273px) {
  .news--single .news__nav__left, .news--single .news__nav__right {
    float: none;
    max-width: 100%;
  }
}
.news--single .news__tags {
  border-top: 1px solid #d8d8d8;
  min-height: 70px;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #888888;
  *zoom: 1;
  padding: 25px 0;
}
.news--single .news__tags:before, .news--single .news__tags:after {
  content: " ";
  display: table;
}
.news--single .news__tags:after {
  clear: both;
}
.news--single .news__tags__separator {
  padding: 0 5px;
  float: left;
}
.news--single .news__tags__label {
  padding-right: 10px;
  float: left;
}
.news--single .news__tags a {
  color: #3bb92e;
  float: left;
}
.news--single .news__tags a:hover {
  color: #222;
}
.news--single .news__related {
  float: left;
  width: 33.3333%;
  padding: 0 9px;
}
.news--single .news__related--sponsored {
  width: 25%;
}
@media (max-width: 799px) {
  .news--single .news__related {
    float: none;
    width: 100%;
    margin-bottom: 18px;
  }
}
.news--single .news__related__label {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, sans-serif;
  margin-bottom: 25px;
  padding: 0 9px;
  float: left;
}
@media (max-width: 799px) {
  .news--single .news__related__label {
    float: none;
  }
}
.news--single .news__related__logo {
  float: right;
  padding: 0 9px;
  margin-bottom: 25px;
}
@media (max-width: 799px) {
  .news--single .news__related__logo {
    float: none;
  }
}
.news--single .news__related__logo img {
  display: block;
  max-height: 40px;
  width: auto;
}
.news--single .news__related__holder {
  *zoom: 1;
  padding: 40px 31px 40px;
  border-top: 1px solid #d8d8d8;
}
.news--single .news__related__holder:before, .news--single .news__related__holder:after {
  content: " ";
  display: table;
}
.news--single .news__related__holder:after {
  clear: both;
}
@media (max-width: 1273px) {
  .news--single .news__related__holder {
    padding: 20px 11px;
  }
}
.news--single .news__related__figure {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #888888;
  width: 100%;
  height: 150px;
}
.news--single .news__related__figure .img_holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.news--single .news__related__date {
  display: block;
  color: #888888;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.news--single .news__related__title {
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
a:hover .news--single .news__related__title {
  color: #3bb92e;
}
.news--single .news__related a {
  display: block;
}
.news--single .news__related a:hover .news__related__title {
  color: #3bb92e;
}
.news--single .news__comments {
  padding: 40px 40px 0;
  border-top: 1px solid #d8d8d8;
}
@media (max-width: 1273px) {
  .news--single .news__comments {
    padding: 20px 20px 0;
  }
}
.news--single .news__comments__form {
  padding: 40px;
  border-top: 1px solid #d8d8d8;
}
@media (max-width: 1273px) {
  .news--single .news__comments__form {
    padding: 20px;
  }
}
.news--single .news__comments__form table {
  width: 100%;
}
.news--sponsored .news__figure {
  width: 100%;
  max-width: 1254px;
}

a {
  -webkit-transition: color .25s ease-in-out;
          transition: color .25s ease-in-out;
}

.sponsored__list {
  font-family: "Montserrat", Arial, sans-serif;
}
.sponsored__list ul {
  list-style: none;
}
.sponsored__list ul li {
  margin-bottom: 18px;
}
.sponsored__list ul a {
  text-decoration: none;
  display: block;
  *zoom: 1;
}
.sponsored__list ul a:before, .sponsored__list ul a:after {
  content: " ";
  display: table;
}
.sponsored__list ul a:after {
  clear: both;
}
.sponsored__list ul .sponsored__list__figure {
  float: left;
  width: 88px;
  height: 88px;
  position: relative;
}
.sponsored__list ul .sponsored__list__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.sponsored__list ul .sponsored__list__figure span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.sponsored__list ul .sponsored__list__title {
  float: right;
  color: #222;
  font-size: 13px;
  line-height: 18px;
  width: 194px;
  padding-top: 18px;
}
.sponsored__list__label {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

@media (max-width: 799px) {
  .sponsorblock {
    display: none;
  }
}

.courtfinder__holder {
  position: relative;
  *zoom: 1;
}
.courtfinder__holder:before, .courtfinder__holder:after {
  content: " ";
  display: table;
}
.courtfinder__holder:after {
  clear: both;
}
.courtfinder__map {
  height: 570px;
  background: #888888;
}
.courtfinder__map--right {
  float: right;
  width: -webkit-calc(100% - 318px);
  width: calc(100% - 318px);
}
.courtfinder__map--pos_reset {
  float: none;
  width: 100%;
}
.courtfinder__map__infobox {
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
}
.courtfinder__map__infobox__title {
  font-size: 18px;
  margin-bottom: 10px;
}
.courtfinder__map__infobox__address, .courtfinder__map__infobox__phone, .courtfinder__map__infobox__url {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 17px;
}
.courtfinder__map__infobox__url a {
  text-decoration: underline;
}
.courtfinder__map__infobox__url a:hover {
  text-decoration: none;
}
.courtfinder__map__infobox__feat {
  *zoom: 1;
  margin-top: 10px;
}
.courtfinder__map__infobox__feat:before, .courtfinder__map__infobox__feat:after {
  content: " ";
  display: table;
}
.courtfinder__map__infobox__feat:after {
  clear: both;
}
.courtfinder__map__infobox__feat .mark {
  float: left;
  font-size: 10px;
  line-height: 16px;
  padding: 0 5px;
  border-radius: 8px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.courtfinder__overlay, .courtfinder__loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.2);
  z-index: 2;
}
.courtfinder__loading {
  background: rgba(34, 34, 34, 0.2);
  text-align: center;
  line-height: 570px;
}
.courtfinder__loading .fa {
  font-size: 100px;
  color: #fff;
}
.courtfinder__use {
  *zoom: 1;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  color: #222;
  font-size: 12px;
  line-height: 30px;
  padding: 20px 0;
}
.courtfinder__use:before, .courtfinder__use:after {
  content: " ";
  display: table;
}
.courtfinder__use:after {
  clear: both;
}
.courtfinder__use a {
  color: inherit;
}
.courtfinder__use a:hover {
  color: #3bb92e;
}
.courtfinder__use span {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  float: left;
  border-radius: 15px;
  line-height: 28px;
  font-size: 16px;
  border: 1px solid #d8d8d8;
  text-align: center;
  color: #3bb92e;
}
.courtfinder__reset {
  position: absolute;
  right: 20px;
  top: 25px;
  height: 20px;
}
.courtfinder__reset a {
  line-height: 20px;
  text-decoration: none;
  color: #888888;
}
.courtfinder__reset a:hover {
  color: #3bb92e;
}
.courtfinder__selector {
  padding: 0 20px;
}
.courtfinder__sidebar {
  position: relative;
  float: left;
  width: 318px;
  background: #fff;
  z-index: 99;
  height: 570px;
  border-top: 2px solid #3bb92e;
  -webkit-box-shadow: 0 3px 5px rgba(34, 34, 34, 0.5);
          box-shadow: 0 3px 5px rgba(34, 34, 34, 0.5);
}
.courtfinder__sidebar__filter {
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 20px 15px;
}
.courtfinder__sidebar__filter ul {
  list-style: none;
}
.courtfinder__sidebar__filter ul .mark {
  border: 1px solid #3bb92e;
  font-size: 10px;
  line-height: 16px;
  padding: 0 5px;
  border-radius: 8px;
  margin: 0 0 0 10px;
  text-transform: uppercase;
  color: #3bb92e;
}
.courtfinder__sidebar__filter ul input {
  margin: 0 10px 0 0;
}
.courtfinder__sidebar__filter ul li {
  *zoom: 1;
  padding: 5px 0;
}
.courtfinder__sidebar__filter ul li:before, .courtfinder__sidebar__filter ul li:after {
  content: " ";
  display: table;
}
.courtfinder__sidebar__filter ul li:after {
  clear: both;
}
.courtfinder__sidebar__toggle {
  position: absolute;
  right: -25px;
  top: 12px;
  width: 25px;
  height: 45px;
  background: #3bb92e;
  line-height: 45px;
  text-align: center;
}
.courtfinder__sidebar__toggle .fa {
  font-size: 30px;
  line-height: 45px;
}
.courtfinder__sidebar__toggle a {
  text-decoration: none;
  color: #fff;
  display: block;
}
.courtfinder__sidebar--small {
  left: -318px;
  position: absolute;
  top: 0;
  width: 318px;
}
.courtfinder__sidebar--start {
  position: absolute;
  width: 318px;
  height: 152px;
  left: 50%;
  top: 50%;
  margin-left: -159px;
  margin-top: -76px;
}
.courtfinder__sidebar--startpr {
  width: 318px;
  height: 210px;
  margin-left: -159px;
  margin-top: -105px;
}
.courtfinder__sidebar__current {
  position: relative;
  height: 70px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 17px;
  line-height: 20px;
  padding-top: 15px;
  font-weight: bold;
  padding: 25px 20px 0;
  margin-bottom: 15px;
  color: #222;
}
.courtfinder__sidebar__res {
  background: rgba(238, 238, 238, 0.5);
}
.courtfinder__sidebar__res__h {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  color: #3bb92e;
  padding: 0 20px;
  line-height: 49px;
  font-weight: bold;
  font-size: 14px;
}
.courtfinder__sidebar__res__list {
  position: relative;
  overflow: auto;
  height: 250px;
}
.courtfinder__sidebar__res__list--semi {
  height: 190px;
}
.courtfinder__sidebar__res__list--longer {
  height: 297px;
}
.courtfinder__sidebar__res__list > ul {
  list-style: none;
  padding: 0 20px;
  font-size: 14px;
  line-height: 17px;
  color: #888888;
  position: relative;
  overflow: hidden;
}
.courtfinder__sidebar__res__list > ul > li {
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0;
}
.courtfinder__sidebar__res__list > ul span {
  font-size: 15px;
  display: block;
  line-height: 18px;
}
.courtfinder__sidebar__res__list > ul a {
  color: #3bb92e;
}
.courtfinder__sidebar__res__list > ul a:hover {
  text-decoration: none;
}
.courtfinder__sidebar__res__list__el .fa {
  display: none;
}
.courtfinder__sidebar__res__list__el--highl .fa {
  display: inline-block;
  margin: 0 5px 0 0;
}
.courtfinder__sidebar__res__list__el--highl .courtfinder__sidebar__res__list__el__title a {
  color: #3bb92e !important;
}
.courtfinder__sidebar__res__list__el--highl a {
  color: #3bb92e;
}
.courtfinder__sidebar__res__list__el__title {
  color: #222;
}
.courtfinder__sidebar__res__list__el__title a {
  color: #222 !important;
}
.courtfinder__sidebar__res__list__el__title a:hover {
  color: #3bb92e !important;
}

.page__block {
  float: left;
  width: 33.3333%;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
@media (max-width: 799px) {
  .page__block {
    float: none;
    width: 100%;
    margin-bottom: 18px;
  }
}
.page__block__inside {
  margin: 0 9px;
  position: relative;
  overflow: hidden;
  background: #3bb92e;
}
.page__block:hover .page__block__img {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.page__block__img {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  opacity: .2;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .25s ease-in-out;
          transition: transform .25s ease-in-out;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.page__block a {
  display: block;
  height: 226px;
  color: #fff;
  position: relative;
  z-index: 3;
}
.page__block--default a:hover .page__block__title {
  top: -20px;
}
.page__block--default a:hover .page__block__more span {
  bottom: -20px;
}
.page__block--default a:hover .page__block__more span i {
  opacity: 1;
  margin: 0 0 0 10px;
}
.page__block--default a:hover .page__block__more:before {
  width: 326px;
}
.page__block__content {
  display: block;
  padding: 30px;
}
.page__block__title {
  display: block;
  font-size: 22px;
  line-height: 28px;
  padding-top: 40px;
  font-weight: normal;
  margin-bottom: 10px;
  position: relative;
  top: 0;
  -webkit-transition: top .25s ease-in-out;
          transition: top .25s ease-in-out;
}
.page__block__more {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
}
.page__block__more:before {
  content: " ";
  display: block;
  width: 50px;
  -webkit-transition: width .25s ease-in-out, bottom .25s ease-in-out;
          transition: width .25s ease-in-out, bottom .25s ease-in-out;
  position: relative;
  bottom: 0;
  background-color: #fff;
  height: 2px;
  margin-bottom: 15px;
}
.page__block__more span {
  position: relative;
  bottom: 0;
  -webkit-transition: bottom .25s ease-in-out;
          transition: bottom .25s ease-in-out;
}
.page__block__more span i {
  margin: 0 0 0 5px;
  font-size: 10px;
  opacity: 0;
  position: relative;
  top: -1px;
  -webkit-transition: opacity .25s ease-in-out, margin .25s ease-in-out;
          transition: opacity .25s ease-in-out, margin .25s ease-in-out;
}
.page__block__extra {
  border-top: 1px solid #fff;
  text-transform: uppercase;
  font-size: 10px;
  padding-top: 10px;
  display: block;
  margin-top: 25px;
  position: relative;
  bottom: 0;
  -webkit-transition: bottom .25s ease-in-out;
          transition: bottom .25s ease-in-out;
  z-index: 3;
}
@media (max-width: 799px) {
  .page__block__extra {
    display: none;
  }
}
.page__block--extended {
  width: 50%;
  position: relative;
}
@media (max-width: 799px) {
  .page__block--extended {
    float: none;
    width: 100%;
  }
}
.page__block--extended .page__block__title {
  padding-top: 40px;
  position: relative;
  z-index: 3;
}
.page__block--extended .page__block__more {
  position: relative;
  z-index: 3;
}
.page__block--extended .page__block__more span:after {
  content: " ";
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAMAAAC7r5/PAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAaVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8G612AAAAInRSTlMARepZSfn9a0PxgC/mlAIg16YG5LGz2KUwkgF+SPxpROxXQ3WiVwAAAAFiS0dEAf8CLd4AAAAJcEhZcwAACxIAAAsSAdLdfvwAAACGSURBVDjLtdLHCsMwEATQdZG7Lfde5/8/0pgcQ/AIlDk/BraI/IzjuK7nCRMD6vtKBUEY2qUiURTHQJLYpSJpmmVAnheFTSqidVkCVVXXJrRpQKVt/0G7zoS+j9X3wDBQGyDpOD4nmKZ5fu2k6eddloU4Kk3XValt23ei04Aex3leFwG/6Q3E1yF9z2cm5gAAAABJRU5ErkJggg==) right -1px no-repeat;
  background-size: 21px 12px;
  width: 21px;
  height: 12px;
  position: absolute;
  right: -26px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity .25s ease-in-out, right .25s ease-in-out;
          transition: opacity .25s ease-in-out, right .25s ease-in-out;
}
.page__block--extended a {
  height: 250px;
}
.page__block--extended a:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 180px;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity .25s ease-in-out;
          transition: opacity .25s ease-in-out;
}
.page__block--extended a:hover .page__block__title {
  top: -20px;
}
.page__block--extended a:hover:after {
  opacity: .4;
}
.page__block--extended a:hover .page__block__extra {
  bottom: 10px;
}
.page__block--extended a:hover .page__block__more span {
  bottom: 20px;
  -webkit-transition: bottom .25s ease-in-out, padding-right .25s ease-in-out, background-image .25s ease-in-out;
          transition: bottom .25s ease-in-out, padding-right .25s ease-in-out, background-image .25s ease-in-out;
}
.page__block--extended a:hover .page__block__more span:after {
  opacity: 1;
  right: -31px;
}
.page__block--extended a:hover .page__block__more:before {
  bottom: 20px;
}

.ad {
  margin-bottom: 18px;
  float: left;
}
.ad-score {
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 1273px) {
  .ad-score {
    margin-top: 20px;
  }
}
.ad a, .ad img {
  display: block;
}
.ad img {
  width: 100%;
  height: auto;
}
.ad--100 {
  height: 100px;
}
.ad--250 {
  height: 250px;
}

.page__figure {
  height: 350px;
  background-color: #888888;
  margin: 0 -36px 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 799px) {
  .page__figure {
    margin-right: -18px;
    margin-left: -18px;
  }
}

.page__figure {
  height: 350px;
  background-color: #888888;
  margin: 0 -36px 60px;
  position: relative;
}
@media (max-width: 799px) {
  .page__figure {
    margin-right: -18px;
    margin-left: -18px;
  }
}
.page__figure__title {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 48px;
  line-height: 52px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
}
@media (max-width: 799px) {
  .page__figure__title {
    overflow: hidden;
    font-size: 24px;
    line-height: 30px;
  }
}
.page__figure__title > span {
  display: table;
  width: 100%;
  height: 100%;
}
.page__figure__title > span > span {
  display: table-cell;
  width: 100%;
  padding: 0 80px;
  height: 100%;
  vertical-align: middle;
}
@media (max-width: 799px) {
  .page__figure__title > span > span {
    padding: 0 18px;
  }
}

.tab {
  margin-bottom: 26px;
}
.tab > ul {
  border-bottom: 2px solid #d8d8d8;
  font-family: "Montserrat", Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.tab > ul li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  border-bottom: 2px solid #d8d8d8;
  z-index: 2;
  margin: 0 15px -2px;
}
.tab > ul li a {
  color: #888888;
  padding: 0 0 15px;
  display: block;
}
.tab > ul li a:hover {
  text-decoration: none;
  color: #222;
}
.tab > ul li.ui-state-active {
  border-bottom-color: #3bb92e;
}
.tab > ul li.ui-state-active a {
  color: #222;
}

.hide {
  display: none;
}

.pagination {
  margin-bottom: 18px;
  line-height: 80px;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}
.pagination span {
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: background-image .25s ease-in-out;
          transition: background-image .25s ease-in-out;
}
.pagination .fa {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 2px solid #3bb92e;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  margin: 0 18px 0 0;
  position: relative;
  top: -2px;
  -webkit-transition: border-color .25s ease-in-out;
          transition: border-color .25s ease-in-out;
}
.pagination a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  color: #3bb92e;
  -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
          transition: color .25s ease-in-out, background-color .25s ease-in-out;
}
.pagination a:hover {
  background-color: #3bb92e;
  color: #fff;
}
.pagination a:hover .fa {
  border-color: #fff;
}
.pagination.loading {
  display: none;
}

.fp__slider {
  height: 600px;
  background-color: #888888;
  margin-bottom: 45px;
  font-family: "Montserrat", Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.fp__slider__holder {
  position: relative;
}
.fp__slider__prev, .fp__slider__next {
  position: absolute;
  top: 50%;
  width: 92px;
  height: 92px;
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
  display: block;
  z-index: 99;
  margin-top: -46px;
  font-size: 70px;
  line-height: 92px;
  text-align: center;
  color: #888888;
}
@media (max-width: 1531px) {
  .fp__slider__prev, .fp__slider__next {
    display: none !important;
  }
}
.fp__slider__prev {
  left: 0;
}
.fp__slider__next {
  right: 0;
}
.fp__slider__pag {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 99;
  height: 16px;
}
.fp__slider__pag ul {
  display: inline-block;
  margin: 0 auto;
  list-style: none;
}
.fp__slider__pag ul li {
  float: left;
  margin: 0 5px;
}
.fp__slider__pag ul a {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin: 5px;
}
.fp__slider__pag ul a.active {
  margin: 0;
  border: 5px solid #fff;
  background: #3bb92e;
  border-radius: 8px;
  width: 16px;
  height: 16px;
}
.fp__slider__elem {
  position: relative;
  height: 600px !important;
  border: none !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.fp__slider .t {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  background-color: rgba(0, 0, 0, 0.15);
}
.fp__slider .tc {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.fp__slider .wrapper {
  position: relative;
}
.fp__slider__title {
  font-size: 48px;
  line-height: 120%;
  max-width: 746px;
  margin-bottom: 18px;
}
.fp__slider__text {
  font-size: 19px;
  line-height: 150%;
  max-width: 600px;
  margin-bottom: 35px;
}
@media (max-width: 799px) {
  .fp__slider__text br {
    display: none;
  }
}
.fp__slider__label a {
  border: 2px solid #fff;
  padding: 0 13px;
  line-height: 54px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: background-color .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out;
          transition: background-color .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out;
}
.fp__slider__label a:hover {
  background-color: #3bb92e;
  color: #fff;
  border-color: #3bb92e;
}

.fp__socialplugins {
  margin-bottom: 100px;
}

.fp__section__head {
  *zoom: 1;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.fp__section__head:before, .fp__section__head:after {
  content: " ";
  display: table;
}
.fp__section__head:after {
  clear: both;
}
.fp__section__head__title {
  float: left;
  font-size: 18px;
  line-height: 24px;
  color: #222;
}
.fp__section__head__link {
  float: right;
  font-size: 11px;
  line-height: 11px;
  position: relative;
  top: 10px;
}
.fp__section__head__link a {
  color: #3bb92e;
}
.fp__section__head__link a i {
  font-size: 9px;
  position: relative;
  top: -1px;
  margin: 0 0 0 5px;
}
.fp__section__head__link a:hover {
  text-decoration: underline;
}

.hover--red:hover .title {
  color: #3bb92e;
}

.fp__ad img {
  display: block;
  width: 100%;
  height: auto;
}
.fp__ad--top {
  margin: -45px 0 36px;
}

.search__results ul {
  list-style: none;
}
.search__results li {
  margin-bottom: 12px;
}
.search__results a:hover {
  color: #222;
}

.only-resp {
  display: none;
}
@media (max-width: 1273px) {
  .only-resp {
    display: block;
  }
}

.only-full {
  display: block;
}
@media (max-width: 1273px) {
  .only-full {
    display: none;
  }
}

@media (max-width: 1273px) {
  .home--gallery .only-resp:last-child {
    display: none;
  }
  .home--gallery .only-resp:nth-last-of-type(2) {
    display: none;
  }
}
@media (max-width: 779px) {
  .home--gallery .only-resp:nth-last-of-type(2) {
    display: block;
  }
}
@media (max-width: 1273px) {
  .ad a, .ad img, .ad iframe, .ad object {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
.ad.yes a, .ad.yes img, .ad.yes iframe, .ad.yes object {
  display: block;
  max-width: 100%;
  height: auto;
}

.lrshare_iconsprite32.lrshare_facebook,
.lrshare_iconsprite32.lrshare_twitter,
.lrshare_iconsprite32.lrshare_googleplus,
.lrshare_iconsprite32.lrshare_pinterest {
  margin: 0 0 0 10px !important;
  padding: 0 !important;
  width: 30px !important;
  height: 30px !important;
  float: left;
  border-radius: 15px;
  border: 1px solid #3bb92e;
  background-position: center center !important;
}

.lrshare_iconsprite32.lrshare_facebook {
  background: #fff url(../img/single-share-facebook.png) 0 0 no-repeat;
}

.lrshare_iconsprite32.lrshare_twitter {
  background: #fff url(../img/single-share-twitter.png) 0 0 no-repeat;
}

.lrshare_iconsprite32.lrshare_googleplus {
  background: #fff url(../img/single-share-google.png) 0 0 no-repeat;
}

.lrshare_iconsprite32.lrshare_pinterest {
  background: #fff url(../img/single-share-pinterest.png) 0 0 no-repeat;
}

#login-container, #forgotpassword-container, #registration-container {
  font-family: "Montserrat", Arial, sans-serif;
}
@media (max-width: 1273px) {
  #login-container, #forgotpassword-container, #registration-container {
    float: none;
  }
}
#login-container form, #forgotpassword-container form, #registration-container form {
  *zoom: 1;
}
#login-container form:before, #login-container form:after, #forgotpassword-container form:before, #forgotpassword-container form:after, #registration-container form:before, #registration-container form:after {
  content: " ";
  display: table;
}
#login-container form:after, #forgotpassword-container form:after, #registration-container form:after {
  clear: both;
}

.loginradius-raas--form-element-content {
  margin-bottom: 20px;
}
#forgotpassword-container .loginradius-raas--form-element-content {
  clear: both;
  float: none;
}
.loginradius-raas--form-element-content label {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
}
.loginradius-raas--form-element-content input {
  display: block;
  border: 1px solid #d8d8d8;
  width: 100%;
  font-size: 14px;
  color: #555;
  font-family: "Roboto", Arial, sans-serif;
  padding: 0 20px;
  height: 50px;
}

.loginradius-raas-submit {
  border: none;
  background-color: #3bb92e;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 0 20px;
  height: 50px;
  color: #fff;
  clear: both;
}
#forgotpassword-container .loginradius-raas-submit {
  clear: both;
}
.loginradius-raas-submit:hover {
  background-color: #222;
}

.loginradius__buttons a {
  border: none;
  background-color: #3bb92e;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 12px 20px;
  height: 50px;
  color: #fff;
  clear: both;
  text-align: center;
}
#forgotpassword-container .loginradius__buttons a {
  clear: both;
}
.loginradius__buttons a:hover {
  background-color: #222;
  text-decoration: none;
}

.links-login {
  font-size: 12px;
  clear: both;
  max-width: 400px;
  text-transform: uppercase;
  *zoom: 1;
  display: none;
}
.links-login:before, .links-login:after {
  content: " ";
  display: table;
}
.links-login:after {
  clear: both;
}
.links-login a:first-child {
  float: left;
}
.links-login a:last-child {
  float: right;
}

.recaptcha_options {
  list-style: none;
  *zoom: 1;
  font-size: 12px;
  font-family: "Roboto", Arial, sans-serif;
  padding: 0 !important;
  clear: both;
}
.recaptcha_options:before, .recaptcha_options:after {
  content: " ";
  display: table;
}
.recaptcha_options:after {
  clear: both;
}
.recaptcha_options li {
  *zoom: 1;
}
.recaptcha_options li:before, .recaptcha_options li:after {
  content: " ";
  display: table;
}
.recaptcha_options li:after {
  clear: both;
}
.recaptcha_options li a {
  text-decoration: underline;
  float: left;
  line-height: 17px;
}
.recaptcha_options li img {
  margin-right: 10px;
  float: left;
}

.recaptcha_widget {
  width: 100%;
  clear: both;
}

#recaptcha_image {
  float: left;
  width: 45% !important;
}
#recaptcha_image img {
  display: block;
  width: 100% !important;
  height: 40px !important;
}

#recaptcha_response_field {
  width: 45% !important;
  float: right;
}

#registration-container .content-loginradius-raas-emailid {
  float: none;
  clear: both;
}

.loginradius-raas-validation-message {
  font-size: 11px;
  color: #3bb92e;
}

#social-registration-container {
  max-width: 400px;
  *zoom: 1;
}
#social-registration-container:before, #social-registration-container:after {
  content: " ";
  display: table;
}
#social-registration-container:after {
  clear: both;
}
#social-registration-container li {
  list-style: none;
}
#social-registration-container a {
  display: block;
  float: left;
}
#social-registration-container img {
  width: 100%;
  display: block;
}

.recaptcha_input {
  *zoom: 1;
}
.recaptcha_input:before, .recaptcha_input:after {
  content: " ";
  display: table;
}
.recaptcha_input:after {
  clear: both;
}

.cfacebook {
  margin-bottom: 15px;
  padding: 0 7px;
}

.cgoogle {
  margin-bottom: 15px;
  padding: 0 7px;
}

.ctwitter {
  margin-bottom: 15px;
  padding: 0 7px;
}

.cinstagram,
.cyahoo,
.clinkedin {
  width: 33.333%;
  padding: 0 7px;
}

.loginradius {
  font-family: "Montserrat", Arial, sans-serif;
}
.loginradius__holder {
  *zoom: 1;
  position: relative;
  padding: 80px 80px;
}
.loginradius__holder:before, .loginradius__holder:after {
  content: " ";
  display: table;
}
.loginradius__holder:after {
  clear: both;
}
@media (max-width: 1273px) {
  .loginradius__holder {
    padding: 0;
  }
}
.loginradius__holder:before {
  content: " ";
  width: 1px;
  display: block;
  height: 100%;
  background-color: #d8d8d8;
  position: absolute;
  left: 50%;
  top: 0;
}
@media (max-width: 1273px) {
  .loginradius__holder:before {
    display: none;
  }
}
.loginradius__col {
  float: left;
  width: 50%;
  max-width: 400px;
  margin: 0 auto;
}
.loginradius__col--alt {
  float: right;
}
@media (max-width: 1273px) {
  .loginradius__col {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
}
.loginradius__title {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Montserrat", Arial, sans-serif;
  margin-bottom: 20px;
}
.loginradius__login, .loginradius__register, .loginradius__forgotten {
  *zoom: 1;
}
.loginradius__login:before, .loginradius__login:after, .loginradius__register:before, .loginradius__register:after, .loginradius__forgotten:before, .loginradius__forgotten:after {
  content: " ";
  display: table;
}
.loginradius__login:after, .loginradius__register:after, .loginradius__forgotten:after {
  clear: both;
}
.loginradius__login .loginradius__cancel {
  display: none;
}
.loginradius__login .loginradius__forgot {
  display: none;
}
.loginradius__login #login-container {
  display: none;
}
.loginradius__forgotten {
  display: none;
}
.loginradius__register #registration-container {
  display: none;
}
.loginradius__register .loginradius__cancel {
  display: none;
}
.loginradius__switch {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 10px;
}
.loginradius__switch a {
  color: #222;
  text-decoration: underline;
}
.loginradius__switch a:hover {
  color: #3bb92e;
  text-decoration: none;
}
.loginradius__cancel, .loginradius__forgot {
  font-size: 13px;
  float: left;
  margin-top: 10px;
  text-transform: uppercase;
}
.loginradius__cancel a, .loginradius__forgot a {
  color: #3bb92e;
}
.loginradius__cancel a:hover, .loginradius__forgot a:hover {
  text-decoration: none;
  color: #222;
}
.loginradius__forgot {
  float: right;
}

.recaptcha_only_if_image {
  display: none !important;
}

.loginradius__forgotten .interfacecontainerdiv {
  display: none;
}

.interfacecontainerdiv {
  margin: 0 -7px !important;
}

#loginradius-raas-social-registration-message-info {
  font-size: 14px;
  color: #3bb92e;
  margin-bottom: 20px;
}

.hr-or-rule {
  display: none;
}

.lr-link {
  display: none;
}

.mobile-more {
  border: 1px solid #3bb92e;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 54px;
  margin-top: -32px;
}
.mobile-more--score {
  margin-top: 0;
  margin-bottom: 0;
}
.mobile-more i {
  margin: 0 0 0 10px;
}
.mobile-more a {
  color: #3bb92e;
  display: block;
  -webkit-transition: background-color .25s ease-in-out;
          transition: background-color .25s ease-in-out;
}
.mobile-more a:hover {
  background-color: #3bb92e;
  color: #fff;
}

.loader {
  height: 80px;
  margin-bottom: 18px;
  text-align: center;
}
.loader .fa {
  font-size: 36px;
  line-height: 80px;
  color: #3bb92e;
}

.news__comments__form #loginradius_post_message_container {
  width: 300px !important;
}

.news__comments__form #loginradius_post_message_container input {
  border: none !important;
  background-color: #3bb92e !important;
  color: #fff !important;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, sans-serif;
  padding: 3px 10px;
  max-width: 100% !important;
  font-size: 11px;
  position: relative;
  top: 4px;
}

.switch-ad {
  position: relative;
}

.no-results-message {
  float: left;
  margin: 0 9px 18px;
  position: relative;
  width: 100%;
  display: block;
}
@media (max-width: 1273px) {
  .no-results-message {
    margin-top: 20px;
  }
}

.no-results-message .title--large {
  padding-bottom: 50px;
  line-height: 50px;
}
@media (max-width: 870px) {
  .no-results-message .title--large {
    font-size: 31px;
    line-height: 35px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}

.no-results-message .title--big {
  margin-right: 20px;
  border-top: 1px solid #d8d8d8;
  padding-top: 40px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 870px) {
  .no-results-message .title--big {
    font-size: 21px;
    line-height: 25px;
    padding-left: 20px;
  }
}

@media (max-width: 799px) {
  .hide-mobile {
    display: none;
  }
}

@media (max-width: 799px) {
  .fancybox-nav span {
    visibility: visible !important;
  }
}
.score {
  font-family: "Montserrat", Arial, sans-serif;
}
@media (max-width: 1273px) {
  .score {
    padding-top: 20px;
  }
}
.score--home {
  margin: 0 -9px;
}
.score .selector {
  display: block;
  position: relative;
  display: none;
  margin-bottom: 20px;
}
@media (max-width: 799px) {
  .score .selector {
    display: block;
  }
}
.score .selector span {
  width: 100%;
  display: block;
  background: #fff url(../img/dropdown-arrow.png) right center no-repeat;
  line-height: 44px;
  color: #3bb92e;
  text-transform: uppercase;
  font-size: 13px;
  border: 1px solid #d8d8d8;
  padding: 0 20px;
}
.score .selector select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  height: 44px;
  -webkit-appearance: none;
}
.score a {
  text-decoration: none;
}
.score__head {
  text-transform: uppercase;
  font-size: 30px;
  padding-bottom: 40px;
  line-height: 27px;
}
@media (max-width: 799px) {
  .score__head {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 30px;
    line-height: 15px;
  }
}
.score__title {
  font-size: 18px;
  padding-bottom: 25px;
}
.score__tab {
  border-bottom: 2px solid #d8d8d8;
  font-size: 14px;
  margin-bottom: 40px;
}
.score__tab--center {
  text-align: center;
  height: 47px;
}
.score__tab--center ul {
  display: inline-block;
  margin: 0 auto;
}
.score__tab ul {
  margin-bottom: -2px;
}
.score__tab li {
  margin: 0 40px 0 0;
}
.score__tab a {
  padding-bottom: 25px;
}
.score__tab a:hover {
  color: #3bb92e;
}
.score__switch {
  font-size: 13px;
  margin-bottom: 40px;
  margin-top: -40px;
}
.score__switch li {
  margin: 0 20px 0 0;
}
.score__switch a {
  padding-top: 20px;
  padding-bottom: 10px;
}
.score__switch a:hover {
  color: #3bb92e;
}
.score__tab, .score__switch {
  text-transform: uppercase;
}
@media (max-width: 799px) {
  .score__tab, .score__switch {
    display: none;
  }
}
.score__tab ul, .score__switch ul {
  list-style: none;
  *zoom: 1;
}
.score__tab ul:before, .score__tab ul:after, .score__switch ul:before, .score__switch ul:after {
  content: " ";
  display: table;
}
.score__tab ul:after, .score__switch ul:after {
  clear: both;
}
.score__tab li, .score__tab a, .score__switch li, .score__switch a {
  float: left;
}
.score__tab a, .score__switch a {
  color: #888888;
}
.score__tab a.current, .score__switch a.current {
  border-bottom: 2px solid #3bb92e;
  color: #222;
}
@media (max-width: 999px) {
  .score__tab span, .score__switch span {
    display: none;
  }
}
.score__tab .active a, .score__switch .active a {
  border-bottom: 2px solid #3bb92e;
  color: #222;
}
.score__card {
  background-color: #fff;
  min-height: 136px;
  padding: 0 20px;
  position: relative;
}
.score__card__ext {
  float: left;
  width: 33.333%;
  padding: 0 9px;
}
@media (max-width: 1273px) {
  .score__card__ext {
    width: 50%;
  }
}
@media (max-width: 799px) {
  .score__card__ext {
    width: 100%;
    float: none;
  }
  .live-slick .score__card__ext {
    float: left;
  }
}
@media (max-width: 799px) {
  .score__card__ext--winners {
    width: 100% !important;
  }
}
.score__card__el {
  position: absolute;
  width: 30px;
  left: -30px;
  height: 1px;
  background-color: #3bb92e;
  top: 50%;
}
.score__card__col--1 .score__card__el {
  display: none;
}
.score__card__title {
  padding: 0 20px;
  margin: 0 -20px;
  border-bottom: 2px solid #3bb92e;
  line-height: 48px;
  font-size: 11px;
  color: #888888;
  text-transform: uppercase;
}
.score__card__col {
  float: left;
  padding: 0 30px;
}
.score__card__col--2 .score__card {
  margin: 78px 0 176px;
}
.score__card__col--3 .score__card {
  margin: 234px 0 488px;
}
.score__card__col--4 .score__card {
  margin: 548px 0 1106px;
}
.score__card__col--5 .score__card {
  margin: 1106px 0 2212px;
}
.score__card__col--6 .score__card {
  margin: 2212px 0 4424px;
}
.score__card__holder {
  margin: 0 -9px 30px;
  *zoom: 1;
}
.score__card__holder:before, .score__card__holder:after {
  content: " ";
  display: table;
}
.score__card__holder:after {
  clear: both;
}
.score__card__holder.live-slick {
  margin-bottom: 0;
}
.score__card__holder__inside {
  *zoom: 1;
  margin-left: -30px;
  margin-right: -30px;
}
.score__card__holder__inside:before, .score__card__holder__inside:after {
  content: " ";
  display: table;
}
.score__card__holder__inside:after {
  clear: both;
}
.score__card__holder--col {
  position: relative;
  overflow: hidden;
  overflow-x: auto;
  margin-right: 0;
  margin-left: 0;
}
.score__card--bdt-red {
  border-top: 2px solid #3bb92e;
}
.score__card--draw {
  margin-bottom: 20px;
  position: relative;
}
.score__card--draw:after {
  display: block;
  content: " ";
  width: 30px;
  height: 1px;
  background: #3bb92e;
  position: absolute;
  right: -30px;
  top: 50%;
}
.score__card__col:last-child .score__card--draw:after {
  display: none;
}
.only-800m .score__card--draw:after {
  display: none;
}
.score__card--draw:before {
  display: block;
  content: " ";
  width: 1px;
  height: 100px;
  background: #3bb92e;
  position: absolute;
  right: -30px;
  top: 50%;
}
.only-800m .score__card--draw:before {
  display: none;
}
.score__card__col--2 .score__card--draw:before {
  height: 300px;
}
.score__card__col--3 .score__card--draw:before {
  height: 400px;
}
.score__card__col--4 .score__card--draw:before {
  height: 700px;
}
.score__card__col--5 .score__card--draw:before {
  height: 1400px;
}
.score__card__col--6 .score__card--draw:before {
  height: 2000px;
}
.score__card__col:last-child .score__card--draw:before {
  display: none;
}
.score__card--draw:nth-child(2n+2):before {
  top: auto;
  bottom: 50%;
}
.score__card--draw-mobile:after, .score__card--draw-mobile:before {
  display: none;
}
.score__card--match {
  margin: 0 0 20px;
}
.live-slick .score__card--match {
  margin-bottom: 0;
}
.score__card--matchinfo {
  float: left;
  padding: 0 30px;
  width: 59%;
}
@media (max-width: 799px) {
  .score__card--matchinfo {
    float: none;
    clear: both;
    width: 100%;
    padding: 0 20px;
    margin: 20px 0;
  }
  .score__card--matchinfo .score__card__line__stat {
    right: 0 !important;
  }
}
.score__card:hover .full-link {
  opacity: 1;
}
.score__card .full-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #3bb92e;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 135px;
  z-index: 100;
  opacity: 0;
}
.score__card .full-link span {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAMCAMAAAC6EAb3AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAaVBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9tAe1xAAAAInRSTlMARepZSfn9a0PxgC/mlAIg16YG5LGz2KUwkgF+SPxpROxXQ3WiVwAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAABQSURBVBjTY2BABoxMzAyYgIWVjR2LMAenEhcWYW4eJV4+TGF+ASVBIQZhJUwgglVUFNMEMSVxIXRBCR4lSSksLpPG0C7DKiuH6Sx5BUUwDQDqiQhgWZVLiwAAAABJRU5ErkJggg==) right center no-repeat;
  padding-right: 31px;
  display: inline-block;
}
.score__card__line {
  border-bottom: 1px solid #d8d8d8;
  *zoom: 1;
  line-height: 67px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}
.score__card__line:before, .score__card__line:after {
  content: " ";
  display: table;
}
.score__card__line:after {
  clear: both;
}
.score__card__line:last-of-type {
  border: none;
}
.score__card__line:last-of-type .score__card__line__stat {
  border-bottom: none;
}
.score__card__line__score {
  position: absolute;
  right: 101px;
  top: 0;
  border-left: 1px solid #d8d8d8;
  background-color: #fff;
  z-index: 8;
  width: 50px;
  text-align: center;
}
.score__card__line--last {
  border: none;
}
.score__card__line small {
  font-size: 10px;
  color: #888888;
}
.score__card__line span {
  color: #888888;
}
.score__card__line__player {
  position: relative;
  overflow: hidden;
  height: 67px;
}
.score__card__line__player img {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 5px;
}
.score__card__line__player--double {
  line-height: 22px;
  padding-top: 11px;
  padding-bottom: 10px;
  height: 67px;
  font-size: 13px;
}
.score__card__line__player__tick {
  width: 34px;
  height: 66px;
  top: 0;
  left: -35px;
  position: absolute;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg3NTYzMDZDMzIxNDExRTU5MDlFODNGRUQzQzRFQ0IzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg3NTYzMDZEMzIxNDExRTU5MDlFODNGRUQzQzRFQ0IzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODc1NjMwNkEzMjE0MTFFNTkwOUU4M0ZFRDNDNEVDQjMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODc1NjMwNkIzMjE0MTFFNTkwOUU4M0ZFRDNDNEVDQjMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6D3GoXAAABaUlEQVR42mJ8p6fCQCXABcSLgdgXiLuAuBaI/7NQ0fBNQOwM5VcDMT8Q51HDAh4g3grEdmjiOUD8k5HCIOKDGm6DQ/4LJT4ABcF2ILbEo2YyExJHAYjrCWiAAUEg3kNAbQ8QV8GCSBuI9wKxOBD/AuIwIN6IQ6MwEO8CYiM8hreDDAcxQD4wAOL9UMNBgA2IVwFxMBaNolCX4zO8CWY4zILVUI3IAGTJCqhPYEAc6hADPIbXQIMZDkCR/BuHYpDcMii9HxqEmngMrwDiTnRBUByoQzVL49D4F4ifAbEsDvn/QFwCxH3YJEFBdBOI7YH4EQ4DmAkYnofLcJgFIHAXaskDEvIByPBMIJ6CTxFyPngAteQeEYb/A+JUIJ5JSCETGv8RtEy5hUcPKE4SgXguMd5kwiL2FIgdgPgGDsPjgHgRseHIhEP8OdSSq0hioOQcBU26DJRaAAIvgdgRmgdAyTQUmsNJAgABBgAECUTD54RejgAAAABJRU5ErkJggg==) center center no-repeat;
  background-size: 14px 10px;
}
.score__card__line__player__ball {
  width: 36px;
  height: 66px;
  top: 0;
  left: -37px;
  position: absolute;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA0NzczODk0MzIxNDExRTU4NkZCQjY5QjU3QTJGNDFBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA0NzczODk1MzIxNDExRTU4NkZCQjY5QjU3QTJGNDFBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDQ3NzM4OTIzMjE0MTFFNTg2RkJCNjlCNTdBMkY0MUEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDQ3NzM4OTMzMjE0MTFFNTg2RkJCNjlCNTdBMkY0MUEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6MUoHlAAACHklEQVR42qSWTUhUYRSG74yVGiISiS0SJ0tBMAsCF24qkbIfiH42iuAiEDcuhCKINtGPbnQhBNUmUNBMcG0iUSkktSiERNFUDBdiRCBSi5h8jrzGeL135s6dA88wfN/9zrlzvvecM5GfVcecJGabjbAKz+AXZMMPmIM3MKjvnhb1WS+FfpiB+1CkZ/dDDhyGs/AAZmEYSoIGaILP0ABZWvsGxbDX4/kIXIUpnU0aoB36IN+1/haqneSWr7P3/AJY9G6Pg59gBS45wczSdtMdIAZPfA50QQFcd4JbjwTyP8Ajj7SYjcIrpS4vjQAmhs6tC0KmR6WWPa6H1uAkHISPkmc6Focyc3rNx/kF6X4khPPt7DTYxzmPS62BaRiC4054O2MByhO03irnv2EMLjqZWYml5im8g0n9LJPYYzgQ0qml9bnE8cUu2SqxEq7IeSyk4w14KLmvQxWctl/wFSoyTMW06sT60g24A6fguwVYzjCASbge9qlu6hL2ZqNquWFtCS7rviZdzs1eR3UZ8RDO45oVf1Qr7rv7a208qrcYDBHgBXxI7DsusxdfiGiiHVE/z0vj7a1+DsGEj6JOWG1tN7tFaIF/AQOMqzBv+ey3aX/HPBiA2wGDmFpy4bzH3l2lz3OidWnwbKQI8F4tJdeVlmboSDWT+1XZydQ1n6CauJqiVW7vroGd4m9LTAO9VrOhUCks0poV6EvdoadtCjAA4F9xzK9RBlAAAAAASUVORK5CYII=) center center no-repeat;
  background-size: 16px 16px;
}
.score__card__line__stat {
  float: right;
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  position: absolute;
  top: 0;
  right: 0;
  height: 69px;
  padding-left: 10px;
  background-color: #fff;
}
.score__card__line__stat ul {
  list-style: none;
  *zoom: 1;
  width: 90px;
}
.score__card__line__stat ul:before, .score__card__line__stat ul:after {
  content: " ";
  display: table;
}
.score__card__line__stat ul:after {
  clear: both;
}
.score__card__line__stat ul li {
  float: left;
  min-width: 30px;
  text-align: center;
}
.score__card__line__info {
  *zoom: 1;
  line-height: 48px;
  position: relative;
  z-index: 9;
}
.score__card__line__info:before, .score__card__line__info:after {
  content: " ";
  display: table;
}
.score__card__line__info:after {
  clear: both;
}
.score__card__line__info--center {
  text-align: center;
}
.score__card__line__info .auto {
  color: #888888;
  font-size: 12px;
}
.score__card__line__info__time {
  float: left;
  font-size: 13px;
  color: #888888;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY2MkVGOUZGMzIxNDExRTVCQTMxODUwNzYyREYyMjJDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY2MkVGQTAwMzIxNDExRTVCQTMxODUwNzYyREYyMjJDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjYyRUY5RkQzMjE0MTFFNUJBMzE4NTA3NjJERjIyMkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjYyRUY5RkUzMjE0MTFFNUJBMzE4NTA3NjJERjIyMkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5+vT+TAAACbUlEQVR42qyWTUhUURTH3zyEwEA0sChcFCVq0CSFZlSLqDBoEyT0QRAVraLatcgUqkX7MV1VtAqDCPraVNgXZosWSlAWESWVpDVDtegDcfwf+D84ns57M47+4cfcO/fj3HveuefeVDa9IiigJtAG1oN6UMX/c+A1GADXwYukSVIJhraBc2BdUJyegw7wwGsMnf/mg0vg3gyMiFrAfXCRc0xTmalXg7t0l6cx8InlGrDQ6XMYrAI7wDdvR+XgtmPkKzgFloJFYC2R8jK2jZkxzeAO5/zPUJfjKnFDLTgPPjqr/8A26XPZtMlcGWtoCzhkOp4GR8Avx8BJcAbMY/0nXdZp+smcm3XUDfBjRroCDiZ8+Dx/0+ClaZOxB1S9H2yUHa0xRsTfx4PSdQKMq/oG0BjyMGplYtxVrH7we2u1hWY3omvB7GXnaAmZViJ9B+/mwNBbpqhI9aHKXaLPwdzpiypX2RSUcga0gklGWl5FXCGlbK7TW6xxBpTHLED0O8HQElXOSq57BRZHWwR14I3qdBMsdyaaACMxRhpApaoPh0zvWrtNXdz23mEkYTd7Tb1fMsNqFAbVn+PcVa7EIFjAyNVBlpYdDYEn5qrIzCLauoyRR5KmoqjrNNG0H5wtwYjcyPtMTmzX2fsxb1UtuZavmtUluauXGV+rGzyzbwYJ4z7nTspxQC8jNK/OyUqwBxx1FvQQbAf/vMeJrOwWM64nuXdGWZYjURHT7ynYKecn7nEiDVtBT0wGqGBE1sUYkTEX+ILKFnoF/aErNnH7xaqPnjgG/s7kXRdJXjS7+O0a1LeQFQ/zwN9wbtppmhJgAP2Sg8BzA7UhAAAAAElFTkSuQmCC) left center no-repeat;
  background-size: 15px 15px;
  padding-left: 25px;
}
.score__card__line__info__time--center {
  margin: 0 auto;
  float: none;
}
.score__card__line__info__time--center strong {
  text-transform: uppercase;
  color: #3bb92e;
}
.score__card__line__info__action {
  float: right;
  font-size: 11px;
  color: #888888;
  text-transform: uppercase;
  color: #3bb92e;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAMAAAACh/xsAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAARVBMVEXuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiT///8kIYkmAAAAFXRSTlMA1XoBNOGrDBEkx9Mj99klyNGq1HmJJo95AAAAAWJLR0QWfNGoGQAAAAlwSFlzAAALEgAACxIB0t1+/AAAADNJREFUCNcli8cNACAMxI6a0Pv+q4KCn5YNAEobCNZ5AoiZQ0wZ5QhVTOsj/2aSxGu/6wIuHQGmFl2YlQAAAABJRU5ErkJggg==) right center no-repeat;
  padding-right: 15px;
}
.score__card__line__info a {
  display: block;
  *zoom: 1;
  margin: 0 -20px;
  padding: 0 20px;
}
.score__card__line__info a:before, .score__card__line__info a:after {
  content: " ";
  display: table;
}
.score__card__line__info a:after {
  clear: both;
}
.score__card__line__info a:hover {
  background-color: #3bb92e;
  padding-top: 1px;
  margin-top: -1px;
}
.score__card__line__info a:hover .score__card__line__info__action,
.score__card__line__info a:hover .score__card__line__info__time {
  color: #fff;
}
.score__card__line__info a:hover .score__card__line__info__action {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAMAAAACh/xsAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAQlBMVEX///////////////////////////////////////////////////////////////////////////////////////8Alm/HAAAAFXRSTlMA1XoBNOGrDBEkx9Mj99klyNGq1HmJJo95AAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAADNJREFUCNcli8cNACAMxI6a0Pv+q4KCn5YNAEobCNZ5AoiZQ0wZ5QhVTOsj/2aSxGu/6wIuHQGmFl2YlQAAAABJRU5ErkJggg==);
}
.score__card__line__info a:hover .score__card__line__info__time {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfJJREFUeNqsll8rREEYxvechFb+rLggRbmw0kZKdrmQkA9AyRdRkgt8A3JlRYkoKR8AEe0SV8q/5EKRVVabCzfa45l6p8ZrZvbY9dRvO2dmzvPszDTvOY7neYEc6gKjIAbCIETt7+AaJMA2OLe6iCADQyDp+VcCDJr8dI1lYNnLX3HysAbVgjOLSQpcECnLuFNQYwoKGpbqBUyCRs3sm6hPF5okz19BuuVaAuWWfZRUGJ6P86ABzaApi/EEmAElrH2aeWRBvxqUYANWcsxAKqLpW2VexzKoU7Ph5QUEVYJX5tnh0mFUNQ8+AvkrAxZY26gIirLGrUDh4h5Rl8qK1Bu4/4egOypRUmFXqV1CT4H/07NyHXJZp6N5YBhkRVlU8KMfXi6bYoPmgaDhDwh9WoLqlet0EX6uQJ2cImgBt8qgXdCsMfoCj4aQVlCl3N+IGSXZoDF2L5btQcOjZTbj7P5EHLB2drjEYQv5qG8mqkGaeUZk5yHrWCsgaJ15Hai1ro8KoKrZPELmNEW1h78mljQVfMPnMorl2tQ8v/CXF1+a/mkbcJTxDrXNafZEaB8Um17l1VTWTcqAGyJjGXdEXtaPk1KwqNkzP8rScpX4+QqS9NL0/WoPxEx+jo8PyAgYAd104mURTosTTwd+B1zaTL4FGACIss3QwVJ3QwAAAABJRU5ErkJggg==);
  background-size: 15px 15px;
}

.match {
  font-family: "Montserrat", Arial, sans-serif;
}
@media (max-width: 1273px) {
  .match {
    padding-top: 20px;
  }
}
.match__back {
  text-align: center;
  margin-top: 30px;
}
.match__back a {
  display: inline-block;
  margin: 0 auto;
  font-size: 14px;
  text-decoration: none;
  color: #3bb92e;
  text-transform: uppercase;
}
.match__intro {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.match__intro__label {
  color: #3bb92e;
  font-size: 14px;
  margin-bottom: 10px;
}
.match__intro__title {
  font-size: 30px;
  line-height: 30px;
}
.match__intro__title small {
  font-size: 24px;
}
.match__stat {
  *zoom: 1;
  background-color: #fff;
}
.match__stat:before, .match__stat:after {
  content: " ";
  display: table;
}
.match__stat:after {
  clear: both;
}
@media (max-width: 799px) {
  .match__stat {
    background: none;
  }
}
.match__stat__figure {
  height: 200px;
  width: 20%;
  background-color: #d8d8d8;
  position: relative;
}
@media (max-width: 799px) {
  .match__stat__figure {
    width: 40%;
    height: 140px;
    margin-bottom: 20px;
  }
}
.match__stat__figure__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.match__stat__figure__img--double {
  width: 50%;
}
.match__stat__figure__img--double.second {
  left: 50%;
}
.match__stat__figure--left {
  float: left;
}
.match__stat__figure--right {
  float: right;
}
.match__table {
  width: 100%;
  padding: 30px 40px 20px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 799px) {
  .match__table {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.match__table__percent {
  width: 50%;
  height: 20px;
  position: absolute;
  top: 0;
}
.match__table__percent span {
  position: absolute;
  height: 20px;
  top: 0;
}
.match__table__percent--left {
  left: 0;
}
.match__table__percent--left span {
  right: 0;
  background-color: #d8d8d8;
}
.match__table__percent--right {
  right: 0;
}
.match__table__percent--right span {
  left: 0;
  background-color: #eeeeee;
}
.match__table__head {
  *zoom: 1;
  padding: 30px 0;
  line-height: 30px;
}
.match__table__head:before, .match__table__head:after {
  content: " ";
  display: table;
}
.match__table__head:after {
  clear: both;
}
@media (max-width: 799px) {
  .match__table__head {
    display: none;
  }
}
.match__table__head__left {
  float: left;
  width: 40%;
  font-size: 18px;
}
.match__table__head__center {
  width: 20%;
  float: left;
  text-align: center;
  padding: 0 20px;
  font-size: 21px;
  text-transform: uppercase;
}
.match__table__head__right {
  float: right;
  width: 40%;
  text-align: right;
  font-size: 18px;
}
.match__table ul {
  list-style: none;
}
.match__table li {
  *zoom: 1;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
}
.match__table li:before, .match__table li:after {
  content: " ";
  display: table;
}
.match__table li:after {
  clear: both;
}
.match__table__left, .match__table__center, .match__table__right {
  position: relative;
  z-index: 3;
}
.match__table__left {
  float: left;
  width: 20%;
}
.match__table__center {
  width: 60%;
  float: left;
  text-align: center;
}
.match__table__right {
  float: right;
  width: 20%;
  text-align: right;
}

@media (max-width: 1273px) {
  .oop {
    padding-top: 20px;
  }
}
.oop__group {
  *zoom: 1;
  position: relative;
  margin-bottom: 40px;
}
.oop__group:before, .oop__group:after {
  content: " ";
  display: table;
}
.oop__group:after {
  clear: both;
}
.oop__group--resp {
  margin: 0 -9px;
}
.oop__court {
  position: absolute;
  border: 2px solid #3bb92e;
  width: 300px;
  text-align: center;
  height: 100%;
}
@media (max-width: 799px) {
  .oop__court {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
}
.oop__court__name {
  font-size: 21px;
  padding: 40px;
}
@media (max-width: 799px) {
  .oop__court__name {
    padding: 20px;
  }
}
.oop__court__time {
  color: #3bb92e;
  font-size: 18px;
}
@media (max-width: 799px) {
  .oop__court__time {
    padding-bottom: 20px;
  }
}
.oop__card {
  padding: 30px 40px;
  background-color: #fff;
  margin-bottom: 20px;
}
.oop__card--bdt-red {
  border-top: 2px solid #3bb92e;
}
.oop__card--resp .oop__card {
  padding: 18px 20px;
  margin: 0;
}
.oop__card--resp {
  float: left;
  width: 33.3333%;
  padding: 0 9px;
}
@media (max-width: 1273px) {
  .oop__card--resp {
    width: 50%;
  }
}
@media (max-width: 799px) {
  .oop__card--resp {
    width: 100%;
    float: none;
  }
  .live-slick .oop__card--resp {
    float: left;
  }
}
@media (max-width: 799px) {
  .oop__card {
    padding: 20px;
  }
}
.oop__card__time {
  color: #3bb92e;
  margin-bottom: 20px;
}
.oop__card:last-child {
  margin-bottom: 0;
}
.oop__card__head {
  *zoom: 1;
  color: #888888;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.oop__card__head:before, .oop__card__head:after {
  content: " ";
  display: table;
}
.oop__card__head:after {
  clear: both;
}
.oop__card__footer {
  *zoom: 1;
  color: #888888;
  font-size: 13px;
  text-transform: uppercase;
  border-top: 1px solid #d8d8d8;
  margin-top: 10px;
  padding-top: 11px;
}
.oop__card__footer:before, .oop__card__footer:after {
  content: " ";
  display: table;
}
.oop__card__footer:after {
  clear: both;
}
.oop__card__title {
  float: left;
}
.oop__card__progress {
  float: right;
}
.oop__card__player {
  float: left;
  width: 40%;
  font-size: 16px;
  line-height: 24px;
}
.oop__card--resp .oop__card__player {
  font-size: 14px;
  line-height: 20px;
  float: none;
  width: 100%;
}
@media (max-width: 799px) {
  .oop__card__player {
    float: none;
    width: 100%;
  }
}
.oop__card__player small {
  font-size: 10px;
}
.oop__card__player span {
  font-size: 14px;
}
.oop__card__player small, .oop__card__player span {
  color: #888888;
}
.oop__card__vs {
  float: left;
  width: 20%;
  color: #888888;
}
.oop__card__vs--space {
  padding: 22px 0;
}
@media (max-width: 799px) {
  .oop__card__vs {
    float: none;
    width: 100%;
  }
}
.oop__card--resp .oop__card__vs {
  float: none;
  width: 100%;
  font-size: 12px;
}
.oop__card__score {
  *zoom: 1;
  float: right;
  font-size: 16px;
}
.oop__card__score:before, .oop__card__score:after {
  content: " ";
  display: table;
}
.oop__card__score:after {
  clear: both;
}
.oop__card__score ul {
  list-style: none;
  *zoom: 1;
}
.oop__card__score ul:before, .oop__card__score ul:after {
  content: " ";
  display: table;
}
.oop__card__score ul:after {
  clear: both;
}
.oop__card__score ul li {
  float: left;
  margin-left: 10px;
}
.oop__card__holder {
  float: right;
  width: 100%;
  padding-left: 320px;
}
@media (max-width: 799px) {
  .oop__card__holder {
    padding-left: 0;
    float: none;
  }
}

.firstname, .initial {
  display: inline;
  font-style: normal;
}

.initial {
  display: none;
}

@media (max-width: 1273px) {
  .firstname {
    display: none;
  }

  .initial {
    display: inline;
  }
  .initial:not(:empty):after {
    content: ".";
  }
}
.live-slick {
  position: relative;
  padding-bottom: 50px;
}
.live-slick .slick-dots {
  display: block;
  list-style: none;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 30px;
}
.live-slick .slick-dots button {
  width: 10px;
  height: 10px;
  border: none;
  display: block;
  background-color: #d8d8d8;
  border-radius: 5px;
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-indent: -9999px;
  margin: 0 5px;
  border: 2px solid #f5f5f5;
}
.live-slick .slick-dots li {
  display: inline-block;
  margin: 0 auto;
  height: 10px;
}
.live-slick .slick-dots li.slick-active button {
  border-color: #fff;
  background-color: #3bb92e;
  -webkit-box-shadow: 0 0 0 1px #d8d8d8;
          box-shadow: 0 0 0 1px #d8d8d8;
}
.live-slick .slick-arrow {
  position: absolute;
  top: 50%;
  display: none;
  width: 12px;
  height: 21px;
  border: none;
  margin-top: -32px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
@media (max-width: 1531px) {
  .live-slick .slick-arrow {
    display: none !important;
  }
}
.live-slick .slick-prev {
  left: -32px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAVBAMAAACAghKHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAHlBMVEX///+IiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIj///+uq61eAAAACXRSTlMAKzOAXk08dxoOc7VDAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAADNJREFUCNdjYAACRgEQyaBsCCKZjMGUsrECmGNEDIfB2ARignEAxAhTUrhmEG4FmGJsAAB27QmdE7SvCQAAAABJRU5ErkJggg==) center center no-repeat;
}
.live-slick .slick-prev:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAVBAMAAACAghKHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAHlBMVEX////uLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiT///9XqRVoAAAACHRSTlMAVWa7mXfuM5FrLnwAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAM0lEQVQI12NgAAJGARDJoNEIIpk6wJRGhwKY00QMh6GjGWJChwPEiBZSuK0QbjqYYiwAAA85Ei7EsMBbAAAAAElFTkSuQmCC);
}
.live-slick .slick-next {
  right: -32px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAVBAMAAACAghKHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAKlBMVEX///+IiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIj////fZ285AAAADXRSTlMAKxozgHdVCWZeTUQ8I8y/vQAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAxSURBVAjXY2BUYAABkyAwleIK5la4gLnsLaRwQzxBFBeEtwQsR5CzBWLEFojtPGAOANxeEQNYBcljAAAAAElFTkSuQmCC) center center no-repeat;
}
.live-slick .slick-next:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAVBAMAAACAghKHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAKlBMVEX////uLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiT///8owIAsAAAADHRSTlMAVTNm7qoRzLuZiHfOoXt6AAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAADFJREFUCNdjYFRgAAEbJzAVcwTMTT8D5rLVkML1OQGiOCG8OWA5gpw1ECPWQGznBnMA/8EYhVWaV1UAAAAASUVORK5CYII=);
}

#home__score .tab-container {
  border-bottom: 2px solid #d8d8d8;
  padding-bottom: 20px;
  margin-bottom: 45px;
}

.more-score {
  text-align: center;
  font-size: 11px;
}
.more-score a {
  text-decoration: none;
  color: #3bb92e;
  text-transform: uppercase;
  padding-right: 13px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAMAAAAR8Wy4AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAP1BMVEUAAADuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiTuLiT////qfsGXAAAAE3RSTlMA1XoBNOGrDBElyNMj99nH0ap5QlVDHAAAAAFiS0dEFJLfyTUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAABOSURBVAjXbc5JCsAwCEBRM5rEzL3/XQuhYK39ywcOACdjrHUOOAXehxAj4h8gplPOpRDVqqG161XvGnhkjDnFjgf47FqfPwQQ7S1eZ7gBlqQGGaigLCYAAAAASUVORK5CYII=) right center no-repeat;
  background-size: 8px 7px;
}
.more-score a:hover {
  text-decoration: underline;
}

#home__score {
  margin-bottom: 60px;
}

.only-800m .score__card__el {
  display: none;
}

.adcenter {
  text-align: center;
  *zoom: 1;
  margin-bottom: 20px;
  margin-top: -20px;
}
.adcenter:before, .adcenter:after {
  content: " ";
  display: table;
}
.adcenter:after {
  clear: both;
}
@media (max-width: 799px) {
  .adcenter {
    margin-top: -40px;
  }
}
.adcenter .ad {
  display: block;
  float: none;
  margin: 0 auto;
}
.adcenter .ad a, .adcenter .ad img, .adcenter .ad iframe {
  margin: 0 auto;
}
.adcenter .ad iframe {
  margin: 0 auto !important;
}

.footer-pre {
  margin-top: 20px;
  text-align: center;
}
.footer-pre .switch-ad {
  margin: 0 auto;
  width: 300px;
}
@media (min-width: 801px) {
  .footer-pre {
    display: none;
  }
}

@media (max-width: 799px) {
  .only-800p {
    display: none;
  }
}

.only-800m {
  display: none;
}
@media (max-width: 799px) {
  .only-800m {
    display: block;
  }
}

/*MATT ADDED*/
.rc-responsive-table {
  width: 100%;
}

.rc-responsive-table .hidden-data-row {
  display: none;
}

.rc-responsive-table .hidden-data-row .hidden-data {
  padding: 0;
}

td.session {
  position: relative;
}

i.plus-icon {
  position: absolute;
  height: 30px;
  width: 30px;
  display: none;
  left: 4%;
  top: 50%;
  margin-top: -15px;
  background-image: url(../img/icon-plus.png);
  background-size: 100%;
}

i.plus-icon.minus-icon {
  background-image: url(../img/icon-minus.png);
}

thead tr.bottom-head th:nth-child(odd) {
  opacity: 0.9;
}

tbody tr td:nth-child(odd) {
  opacity: 0.9;
}

table.rc-responsive-table .hidden-data h5 {
  margin: 4px 0 3px 3px;
}

table.rc-responsive-table .hidden-data p {
  line-height: 1.4;
  margin: 0 0 7px 0;
}

table.rc-responsive-table .hidden-data .hidden-row {
  padding: 5px 7px;
  border-bottom: solid thin #C0C0C0;
  text-align: left;
}

table.broadcast-sched-table .hidden-data .hidden-row {
  border-bottom: none;
}

table.rc-responsive-table.schedule-table .hidden-data .hidden-row,
table.rc-responsive-table.past-champions .hidden-data .hidden-row {
  border: none;
}

table.rc-responsive-table.schedule-table .hidden-data .hidden-row:first-child,
table.rc-responsive-table.past-champions .hidden-data .hidden-row:first-child {
  padding-top: 14px;
}

table.rc-responsive-table.schedule-table .hidden-data .hidden-row:nth-child(odd),
table.rc-responsive-table.past-champions .hidden-data .hidden-row:nth-child(odd) {
  background-color: #FFF;
}

table.pricing-list .hidden-data .hidden-row:nth-child(odd) {
  background-color: #F7F7F7;
}

table.rc-responsive-table .hidden-data td p {
  text-align: left;
}

table.rc-responsive-table td.date .day {
  display: block;
}

table.schedule-table .date,
table.past-champions .date {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: inherit;
  color: inherit;
}

table.schedule-table .session,
table.past-champions .date,
table.broadcast-sched-table td.column-1 {
  text-align: center;
}

/*tournament schedules*/
table.schedule-table {
  width: 100%;
}

table.schedule-table tr td:last-child {
  max-width: 100px;
}

/*broadcast schedule*/
.broadcast-sched-table {
  font-size: 0.8em;
}

.broadcast-sched-table thead tr th {
  background: #454545;
  background-position: center;
  padding: 20px 0;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

table.broadcast-sched-table tr th:nth-child(odd) {
  padding: 8px;
}

table.broadcast-sched-table thead tr th:nth-child(1) {
  text-indent: 0;
}

.broadcast-sched-table thead tr th:nth-child(2) {
  /*background-image: url(../img/network-logos/sportsnet.jpg);*/
}

.broadcast-sched-table thead tr th:nth-child(3) {
  /*background-image: url(../img/network-logos/sportsnet_one.png);*/
}

.broadcast-sched-table thead tr th:nth-child(4) {
  /*background-image: url(../img/network-logos/sportsnet_360.png);*/
}

.broadcast-sched-table thead tr th:nth-child(5) {
  /*background-image: url(../img/network-logos/rds.png);*/
}

.broadcast-sched-table thead tr th:nth-child(6) {
  /*background-image: url(../img/network-logos/rds-2.png);*/
}

.broadcast-sched-table thead tr th:nth-child(7) {
  /*background-image: url(../img/network-logos/television-radio-canada.png);*/
}

.broadcast-sched-table thead tr th:nth-child(8) {
  /*background-image: url(../img/network-logos/cbc-logo.png);*/
  background-size: auto 50px;
}

table.broadcast-sched-table td.column-1 {
  font-weight: bold;
  text-align: left;
}

table.broadcast-sched-table tr td {
  background-color: #D7DDE0;
  background-color: rgba(215, 221, 224, 0.45);
  border-right: solid thin #fff;
  padding: 19px 8px 19px 21px;
  line-height: 1.7;
  letter-spacing: 0px;
}

table.broadcast-sched-table tr.row-2 td,
table.broadcast-sched-table tr.row-4 td,
table.broadcast-sched-table tr.row-6 td,
table.broadcast-sched-table tr.row-8 td,
table.broadcast-sched-table tr.row-10 td,
table.broadcast-sched-table tr.row-12 td,
table.broadcast-sched-table tr.row-14 td,
table.broadcast-sched-table tr.row-16 td {
  background-color: #ee2e24;
  border-right: solid thin #fff;
  color: #fff;
}

table.broadcast-sched-table tbody tr td:nth-child(odd) {
  opacity: 1;
}

@media (max-width: 1200px) {
  table.broadcast-sched-table tr td {
    background-color: #fff !important;
    color: inherit !important;
  }

  table.rc-responsive-table td {
    display: none;
  }

  table.rc-responsive-table thead tr th {
    display: none;
  }

  table.rc-responsive-table thead tr {
    display: none;
  }

  table.rc-responsive-table thead tr.bottom-head,
  table.rc-responsive-table thead tr.price-bracket,
  table.rc-responsive-table thead tr.row-1 {
    display: table-row;
  }

  table.rc-responsive-table tbody .hidden-row th,
  table.rc-responsive-table tbody .hidden-row td {
    display: table-cell;
  }

  table.rc-responsive-table thead tr th:nth-child(1),
  table.rc-responsive-table thead tr th:nth-child(2),
  table.rc-responsive-table.pricing-list thead tr th:nth-child(2),
  table.rc-responsive-table.schedule-table thead tr th:nth-child(2),
  table.rc-responsive-table td.session,
  table.rc-responsive-table td.date,
  table.rc-responsive-table tbody td.column-1 {
    width: 50%;
    display: table-cell;
  }

  table.past-champions thead tr th {
    text-align: center;
  }

  table.past-champions thead tr th:nth-child(2),
  table.rc-responsive-table thead tr th:nth-child(2) {
    display: none;
  }

  table.rc-responsive-table .hidden-data {
    display: table-cell;
  }

  table.rc-responsive-table .hidden-data table {
    margin-bottom: 0;
  }

  table.rc-responsive-table .hidden-data table tr th {
    color: #7E7E7E;
    font-weight: bold;
  }

  table.rc-responsive-table .hidden-data table tr th,
  table.rc-responsive-table .hidden-data table tr td {
    border: none;
    padding: 3px 30px 11px 2px;
    text-align: left !important;
    line-height: 1.4;
    vertical-align: top;
    background-color: transparent;
    font-size: 1em;
  }

  table.rc-responsive-table .hidden-data table tr td:last-child {
    max-width: initial;
  }

  table.rc-responsive-table td.session,
  table.rc-responsive-table td.date,
  table.rc-responsive-table tbody td.column-1 {
    cursor: pointer;
    position: relative;
  }

  table.rc-responsive-table tbody tr:hover {
    /*background-color: #F7F7F7;*/
  }

  table.rc-responsive-table tbody tr.hidden-data-row:hover,
  table.rc-responsive-table .hidden-data table tr,
  table.rc-responsive-table.broadcast-sched-table tr.hidden-data-row:hover {
    background-color: transparent;
  }

  table.rc-responsive-table.broadcast-sched-table tbody tr td {
    background-color: transparent !important;
  }

  table.rc-responsive-table.broadcast-sched-table tbody tr:hover {
    background-color: #F7F7F7;
  }

  table.rc-responsive-table.broadcast-sched-table tbody tr .hidden-row tr td:hover {
    background-color: transparent;
  }

  i.plus-icon {
    display: block;
  }

  .pricing-list thead th {
    font-size: 1em;
  }

  table.broadcast-sched-table td.column-1 {
    text-align: center;
  }

  table.broadcast-sched-table thead tr th:nth-child(1) {
    text-align: center;
  }
}
@media (max-width: 1254px) {
  .pricing-list thead th {
    font-size: 0.9em;
  }
}
@media (max-width: 1199px) {
  table.rc-responsive-table thead tr.row-1 {
    display: none;
  }
}

.wrapper > #load_homescore {
  min-height: 300px;
  background: url(../img/ajax-loader.gif) center center no-repeat;
}
.wrapper > #load_homescore.loaded {
  background: none;
}

.author__card {
  border-top: 4px solid #3bb92e;
  background-color: #fff;
  padding: 45px;
  *zoom: 1;
  position: relative;
  margin-bottom: 18px;
}
.author__card:before, .author__card:after {
  content: " ";
  display: table;
}
.author__card:after {
  clear: both;
}
.author__card__figure {
  position: absolute;
  left: 45px;
  top: 45px;
  width: 215px;
}
@media (max-width: 1023px) {
  .author__card__figure {
    width: 115px;
  }
}
@media (max-width: 799px) {
  .author__card__figure {
    display: none;
  }
}
.author__card__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.author__card__descr {
  padding-bottom: 10px;
}
.author__card__content {
  padding: 0 0 0 255px;
  color: #666;
  font-size: 15px;
  line-height: 22px;
  min-height: 225px;
}
@media (max-width: 1023px) {
  .author__card__content {
    padding: 0 0 0 155px;
  }
}
@media (max-width: 799px) {
  .author__card__content {
    padding: 0;
  }
}
.author__card__content p {
  margin-bottom: 15px;
}
.author__card__title {
  font-size: 24px;
  line-height: 120%;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Montserrat", Arial, sans-serif;
}
.author__card__twitter {
  border-top: 1px solid #d8d8d8;
  font-size: 12px;
  line-height: 14px;
  padding-top: 30px;
  color: #888888;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
}
.author__card__twitter a {
  margin: 0 0 0 20px;
  color: #3bb92e;
  text-decoration: none;
}
@media (max-width: 1273px) {
  .author__card__twitter a {
    clear: both;
    display: block;
    margin: 10px 0 0;
  }
}
.author__card__twitter a:hover {
  color: #222;
}
.author__card__twitter a:hover .fa {
  color: #222;
}
.author__card__twitter a .fa {
  margin: 0 10px 0 0;
  font-size: 16px;
  position: relative;
  top: 2px;
}

.switch-ad > div {
  width: 100%;
}
.switch-ad a, .switch-ad img {
  display: block;
}
.switch-ad img {
  width: 100%;
  height: auto;
}

.wp-social-login-provider-list {
  padding: 20px 0;
}

.courtfinder {
  height: 725px;
  background-color: #888888;
}

.flex__content {
  *zoom: 1;
  margin: 0 -18px;
}
.flex__content:before, .flex__content:after {
  content: " ";
  display: table;
}
.flex__content:after {
  clear: both;
}
@media (max-width: 1023px) {
  .flex__content {
    margin: 0;
  }
}
.flex__col {
  float: left;
  width: 50%;
  padding: 0 18px;
}
@media (max-width: 1023px) {
  .flex__col {
    float: none;
    width: 100%;
    padding: 0;
  }
}

.accordion {
  margin-bottom: 26px;
}
.accordion--toggle .accordion__label {
  position: relative;
  padding: 0 0 0 52px;
  margin-bottom: 26px;
}
.accordion--toggle .accordion__label .fa {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  font-size: 12px;
  background: #d8d8d8;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.accordion--toggle .accordion__label .fa-minus {
  display: none;
}
.accordion--toggle .accordion__label.ui-state-active .fa-minus {
  display: block;
}
.accordion--toggle .accordion__label.ui-state-active .fa-plus {
  display: none;
}
.accordion--toggle .accordion__label.ui-state-active .fa {
  background-color: #3bb92e;
}
.accordion--toggle .accordion__label.ui-state-active a {
  color: #3bb92e;
  border-color: #3bb92e;
}
.accordion--toggle .accordion__label:hover .fa {
  background: #3bb92e;
}
.accordion--toggle .accordion__label a {
  font-size: 18px;
  line-height: 27px;
  display: block;
  color: #222;
  font-family: "Montserrat", Arial, sans-serif;
}
.accordion--toggle .accordion__label a:hover {
  color: #3bb92e;
  text-decoration: none;
}
.accordion--toggle .accordion__content {
  padding: 0 0 0 52px;
}
.accordion--heading .accordion__label {
  font-size: 21px;
  line-height: 30px;
  font-family: "Montserrat", Arial, sans-serif;
  position: relative;
}
.accordion--heading .accordion__label .fa {
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 12px;
  line-height: 30px;
}
.accordion--heading .accordion__label .fa-minus {
  display: none;
}
.accordion--heading .accordion__label.ui-state-active .fa-minus {
  display: block;
}
.accordion--heading .accordion__label.ui-state-active .fa-plus {
  display: none;
}
.accordion--heading .accordion__label.ui-state-active .fa {
  color: #3bb92e;
}
.accordion--heading .accordion__label.ui-state-active a {
  color: #3bb92e;
  border-color: #3bb92e;
}
.accordion--heading .accordion__label:hover .fa {
  color: #3bb92e;
}
.accordion--heading .accordion__label a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #d8d8d8;
  text-decoration: none;
  color: #222;
}
.accordion--heading .accordion__label a:hover {
  border-color: #3bb92e;
  text-decoration: none;
  color: #3bb92e;
}
.accordion--tournament .accordion__content {
  display: none;
}
.accordion__content {
  padding: 26px 0 0 0;
  overflow: hidden;
  position: relative;
  clear: both;
}

.gallery {
  *zoom: 1;
  margin: 0 -9px;
}
.gallery:before, .gallery:after {
  content: " ";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery .gallery-item {
  float: left;
  padding: 0 9px;
}
.gallery a, .gallery img {
  display: block;
}
.gallery img {
  max-width: 100%;
  height: auto;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}

.logreg {
  max-width: 405px;
  margin: 0 auto;
  font-family: "Montserrat", Arial, sans-serif;
  color:   #222;
  padding: 45px 18px;
}
.logreg__form {
  margin-bottom: -18px;
}
.logreg__form ul {
  list-style: none;
}
.logreg__form li, .logreg__form p {
  margin-bottom: 18px;
}
.logreg__form .wppb-form-error {
  display: none;
}
.logreg__form label {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.logreg__form label img {
  display: none;
}
.logreg__form .text-input,
.logreg__form .input {
  display: block;
  width: 100%;
  border: 1px solid #d8d8d8;
  height: 40px;
  padding: 0 10px;
  font-size: 13px;
  color: #888888;
}
.logreg__bottom {
  background: rgba(216, 216, 216, 0.5);
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  padding: 35px;
  color: #888888;
  font-family: "Montserrat", Arial, sans-serif;
}
.logreg__bottom a {
  color: #3bb92e;
}
.logreg__or {
  text-align: center;
  position: relative;
  margin: 18px 0;
}
.logreg__or:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  top: 25px;
  left: 0;
  display: block;
}
.logreg__or span {
  display: block;
  background-color: #fff;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border: 1px solid #d8d8d8;
  border-radius: 25px;
  text-transform: uppercase;
  line-height: 48px;
  color: #888888;
  font-size: 14px;
}
.logreg__social .wp-social-login-connect-with {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
}
.logreg__social .wp-social-login-provider-list {
  *zoom: 1;
  margin: 0 -5px;
}
.logreg__social .wp-social-login-provider-list:before, .logreg__social .wp-social-login-provider-list:after {
  content: " ";
  display: table;
}
.logreg__social .wp-social-login-provider-list:after {
  clear: both;
}
.logreg__social .wp-social-login-provider-list strong {
  display: none;
}
.logreg__social .wp-social-login-provider-list .wp-social-login-provider {
  float: left;
  width: 25%;
  height: 50px;
  padding: 0 5px;
}
.logreg__social .wp-social-login-provider-list .wp-social-login-provider span {
  display: block;
  background-color: #3bb92e;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
}

#wppb-submit,
#wppb-register-user #register {
  width: 100%;
}

.select2 {
  display: block;
  margin-bottom: 20px;
}
.tinfo__select .select2 {
  margin-bottom: 0;
  width: 25%;
  float: left;
  *zoom: 1;
  border-right: 1px solid #f5f5f5;
}
.tinfo__select .select2:before, .tinfo__select .select2:after {
  content: " ";
  display: table;
}
.tinfo__select .select2:after {
  clear: both;
}
@media (max-width: 799px) {
  .tinfo__select .select2 {
    float: none;
    width: 100%;
  }
}
.select2-hidden-accessible {
  display: none;
}
.select2-selection__rendered {
  display: block;
  background: #fff;
  color: #888888;
  border-bottom: 1px solid #d8d8d8;
  height: 40px;
  font-size: 17px;
  line-height: 20px;
  padding: 10px 20px 0;
  cursor: pointer;
  *zoom: 1;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select2-selection__rendered:before, .select2-selection__rendered:after {
  content: " ";
  display: table;
}
.select2-selection__rendered:after {
  clear: both;
}
.select2-selection__rendered:after {
  content: "\f078";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  float: right;
  text-decoration: none;
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 40px;
}
.tinfo__select .select2-selection__rendered {
  background: #3bb92e;
  border-bottom-color: #3bb92e;
  height: 60px;
  padding: 20px 20px 0;
  color: #fff;
}
.tinfo__select .select2-selection__rendered:after {
  line-height: 60px;
}
.player__single__main .select2-selection__rendered {
  font-size: 24px;
  font-family: "Montserrat", Arial, sans-serif;
  color: #222;
  height: 60px;
  line-height: 24px;
  padding: 18px 20px 0;
}
.player__single__main .select2-selection__rendered:after {
  line-height: 60px;
}
.select2-selection__rendered:hover {
  background: #eee;
  color: #222;
}
.select2-container {
  background: #eee;
  z-index: 99;
}
.select2-dropdown {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  display: block;
  padding: 20px;
}
.select2-search {
  display: block;
  margin-bottom: 10px;
}
.post-type-archive-tinfo .select2-search {
  display: none;
}
.select2-search input {
  display: block;
  border: 1px solid #d8d8d8;
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
  color: #888888;
  width: 100%;
}
.select2-results {
  display: block;
  position: relative;
  max-height: 160px;
}
.select2-results__options {
  overflow-y: auto;
  position: relative;
  max-height: 160px;
}
.select2-results ul {
  left: 0;
  width: 100%;
  top: 0;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}
.select2-results ul li {
  padding: 5px 0;
}
.select2-results ul li:first-child {
  opacity: .5;
  text-transform: uppercase;
}
.select2-results__option--highlighted {
  color: #3bb92e;
  cursor: pointer;
}

.tinfo__select {
  *zoom: 1;
  margin-bottom: 45px;
  background: #3bb92e;
}
.tinfo__select:before, .tinfo__select:after {
  content: " ";
  display: table;
}
.tinfo__select:after {
  clear: both;
}
.tinfo__select__reset {
  float: right;
  text-decoration: underline;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 20px;
}
.tinfo__select__reset:hover {
  text-decoration: none;
}
.tinfo__loading {
  text-align: center;
  color: #3bb92e;
  font-size: 48px;
  line-height: 48px;
  padding: 40px;
}
.tinfo__links {
  background: #3bb92e;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  min-height: 70px;
  font-size: 12px;
  line-height: 20px;
  padding: 25px;
  text-align: center;
}
.tinfo__links a {
  color: #fff;
  text-decoration: underline;
}
.tinfo__links a:hover {
  text-decoration: none;
}
.tinfo__links ul {
  list-style: none;
  *zoom: 1;
  font-size: 0;
  line-height: 0;
}
.tinfo__links ul:before, .tinfo__links ul:after {
  content: " ";
  display: table;
}
.tinfo__links ul:after {
  clear: both;
}
.tinfo__links ul li {
  display: inline-block;
}
.tinfo__links ul li:after {
  content: "/";
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.5);
}
.tinfo__links ul li:last-child:after {
  display: none;
}
.tinfo__links ul li a {
  font-size: 12px;
  line-height: 20px;
}
.tinfo__list {
  padding: 45px 0;
}
.tinfo__list__elem {
  *zoom: 1;
  color: #222;
  margin-bottom: 25px;
  margin-top: 20px;
}
.tinfo__list__elem:before, .tinfo__list__elem:after {
  content: " ";
  display: table;
}
.tinfo__list__elem:after {
  clear: both;
}
.tinfo__list__date {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  width: 20%;
}
@media (max-width: 799px) {
  .tinfo__list__date {
    float: none;
    width: 100%;
  }
}
.tinfo__list__title, .tinfo__list__place, .tinfo__list__type, .tinfo__list__date {
  font-family: "Montserrat", Arial, sans-serif;
}
.tinfo__list__title {
  font-size: 16px;
}
.tinfo__list__title a {
  color: #3bb92e;
  text-decoration: none;
}
.tinfo__list__title a:hover {
  text-decoration: underline;
}
.tinfo__list__title a.not_clickable {
  text-decoration: none !important;
  cursor: default !important;
}
.tinfo__list__place {
  text-transform: uppercase;
  font-size: 14px;
}
.tinfo__list__location {
  color: #888888;
  font-size: 16px;
}
.tinfo__list__main {
  width: 60%;
  float: left;
}
@media (max-width: 799px) {
  .tinfo__list__main {
    float: none;
    width: 100%;
  }
}
.tinfo__list__type {
  float: right;
  font-size: 12px;
  color: #888888;
  text-transform: uppercase;
  width: 20%;
}
@media (max-width: 799px) {
  .tinfo__list__type {
    float: none;
    width: 100%;
  }
}
.tinfo__single__content {
  padding-top: 30px;
  padding-bottom: 4px;
}
.tinfo__single__type {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px;
  background: #fff;
  text-transform: uppercase;
  z-index: 9;
  font-size: 15px;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 24px;
}
.tinfo__single__date {
  display: inline-block;
  margin: 0 auto;
  background: #3bb92e;
  padding: 10px 10px;
  font-size: 18px;
  line-height: 18px;
}
.tinfo__single__title {
  display: block;
  font-size: 36px;
  line-height: 42px;
  padding-bottom: 100px;
  margin-top: 20px;
}
.tinfo__single__place {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 18px;
  margin-bottom: 10px;
}
.tinfo__single__location {
  display: block;
  font-size: 18px;
  line-height: 18px;
}

.page__figure--tinfo {
  height: 420px;
  margin-bottom: 0;
  position: relative;
}
.page__figure--tinfo .page__figure__title {
  line-height: auto;
}

#tinfo .accordion__content {
  padding-top: 0;
}

.tv {
  font-family: "Montserrat", Arial, sans-serif;
  color: #222;
}
.tv__head {
  font-size: 24px;
  line-height: 24px;
  padding-top: 30px;
}
.tv__canadians {
  font-size: 14px;
  line-height: 18px;
  color: #888888;
  padding-top: 10px;
}
.tv__canadians strong {
  font-weight: normal;
  color: #3bb92e;
  text-transform: uppercase;
}
.tv__schedule {
  font-size: 14px;
  line-height: 18px;
  padding: 30px 0 45px;
}
.tv__schedule ul {
  list-style: none;
  border-top: 2px solid #3bb92e;
  padding: 0;
  margin: 0;
}
.tv__schedule ul li {
  *zoom: 1;
  border-bottom: 1px solid #d8d8d8;
  padding: 26px 0;
}
.tv__schedule ul li:before, .tv__schedule ul li:after {
  content: " ";
  display: table;
}
.tv__schedule ul li:after {
  clear: both;
}
.tv__schedule ul li > span {
  float: left;
  width: 25%;
}
@media (max-width: 799px) {
  .tv__schedule ul li > span {
    float: none;
    width: 100%;
    display: block;
  }
}
.tv__schedule__date {
  text-transform: uppercase;
}
@media (max-width: 799px) {
  .tv__schedule__date {
    float: left !important;
    width: auto !important;
  }
}
.tv__schedule__time {
  text-transform: uppercase;
}
@media (max-width: 799px) {
  .tv__schedule__time {
    float: left !important;
    width: auto !important;
    margin: 0 0 0 20px;
  }
}
.tv__schedule__info {
  color: #3bb92e;
}
@media (max-width: 799px) {
  .tv__schedule__info {
    clear: both;
    width: 100%;
  }
}
.tv__schedule__channel {
  *zoom: 1;
  padding: 0;
  text-align: right;
}
.tv__schedule__channel:before, .tv__schedule__channel:after {
  content: " ";
  display: table;
}
.tv__schedule__channel:after {
  clear: both;
}
@media (max-width: 799px) {
  .tv__schedule__channel {
    margin: 20px 0 0;
  }
}
@media (max-width: 799px) {
  .tv__schedule__channel {
    text-align: left;
  }
}
.tv__schedule__channel img {
  display: block;
  max-height: 17px;
  width: auto;
  float: right;
  margin-right: 10px;
}
@media (max-width: 799px) {
  .tv__schedule__channel img {
    float: none;
  }
}

.hall_fame {
  *zoom: 1;
}
.hall_fame:before, .hall_fame:after {
  content: " ";
  display: table;
}
.hall_fame:after {
  clear: both;
}
.hall_fame__aside {
  float: left;
  width: 35%;
}
.hall_fame__aside .hall_fame__categ,
.hall_fame__aside h1 {
  display: none;
}
@media (max-width: 1273px) {
  .hall_fame__aside {
    float: none;
    width: 100%;
  }
  .hall_fame__aside .hall_fame__categ,
  .hall_fame__aside h1 {
    display: block;
  }
}
.hall_fame__aside img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 28px;
}
@media (max-width: 1273px) {
  .hall_fame__aside img {
    float: left;
    max-width: 50%;
  }
}
@media (max-width: 799px) {
  .hall_fame__aside img {
    float: none;
    width: 100%;
    max-width: 100%;
  }
}
.hall_fame__aside h1 {
  font-size: 36px;
  line-height: 54px;
  color: #222;
  font-family: "Montserrat", Arial, sans-serif;
  margin-bottom: 28px;
}
.hall_fame__aside ul {
  list-style: none;
  font-size: 16px;
  line-height: 28px;
  color: #555;
  margin-bottom: 28px;
}
@media (max-width: 1273px) {
  .hall_fame__aside ul {
    float: right;
    width: 50%;
    padding: 0 0 0 50px;
  }
}
@media (max-width: 799px) {
  .hall_fame__aside ul {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.hall_fame__aside ul strong {
  display: block;
  color: #222;
}
.hall_fame__categ {
  color: #3bb92e;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 15px;
}
.hall_fame__content {
  float: right;
  width: 65%;
  padding: 0 0 0 60px;
}
@media (max-width: 1273px) {
  .hall_fame__content {
    float: none;
    width: 100%;
    padding: 0;
  }
  .hall_fame__content .hall_fame__categ,
  .hall_fame__content h1 {
    display: none;
  }
}
.hall_fame__content p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 28px;
  color: #555;
}
.hall_fame__content h1 {
  font-size: 36px;
  line-height: 54px;
  color: #222;
  font-family: "Montserrat", Arial, sans-serif;
  margin-bottom: 28px;
}
.hall_fame__content h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  color: #222;
}
.hall_fame__single {
  *zoom: 1;
  padding: 40px 60px;
}
.hall_fame__single:before, .hall_fame__single:after {
  content: " ";
  display: table;
}
.hall_fame__single:after {
  clear: both;
}
@media (max-width: 1273px) {
  .hall_fame__single {
    padding: 20px;
  }
}

.button {
  margin-bottom: 24px;
}
.button a {
  background-color: #fff;
  color: #3bb92e !important;
  padding: 12px;
  border: 2px solid #3bb92e;
  text-decoration: none !important;
  display: inline-block;
}
.button a:hover {
  background-color: #3bb92e;
  color: #fff !important;
  display: inline-block;
}
.button--center {
  text-align: center;
}

p .button {
  margin: 0;
}

.youtube_channel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: 770px;
  padding: 20px;
  overflow-y: auto;
}
.youtube_channel h3 {
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 16px;
}
.youtube_channel p {
  color: #666;
  font-size: 13px;
}

.ytc_video_container {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #d8d8d8;
}

@media (max-width: 779px) {
  .content table {
    display: block;
    width: 100%;
  }
  .content table tbody, .content table tr, .content table td {
    display: block;
    width: 100%;
  }
  .content table th, .content table td {
    border-bottom: none !important;
    padding: 5px 0 !important;
    width: 100% !important;
  }
  .content table tr {
    border-bottom: 1px solid #d8d8d8;
    padding: 5px 0;
  }
}

.resp--main--home-page .news--alpha .img_holder,
.resp--main--home-page .news--gamma .img_holder {
  -webkit-transform: scale(1.01, 1.01);
      -ms-transform: scale(1.01, 1.01);
          transform: scale(1.01, 1.01);
}

body.page .resp--main, body.single .resp--main,
body.post-type-archive-tv-schedule .resp--main,
body.post-type-archive-tinfo .resp--main {
  margin-bottom: 100px !important;
}

body.home .resp--main, body.archive .resp--main {
  margin-bottom: 82px;
}

.resp--sidebar {
  margin-bottom: 82px;
}

div.content {
  padding-bottom: 30px;
}

body.home .Mb--45 {
  margin-bottom: 50px;
}
body.home .resp--main--home-page {
  margin-bottom: -18px;
}

body.home .resp--holder--home-news {
  margin-bottom: 32px;
}
body.home .resp--holder--home-news .resp--main {
  margin-bottom: 0 !important;
}
body.home .resp--holder--home-news .resp--sidebar {
  margin-bottom: 0 !important;
}

body.home .home--gallery,
body.home .home--video {
  margin-bottom: 32px;
}
