@charset "UTF-8";
/*
$regular-font:      $montserrat_reg;
$heading-font:      $montserrat_bold;*/
/*$image-url:         '../../images';*/
/*$font-url:          '../../fonts';*/
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?41438214");
  src: url("../fonts/fontello.eot?41438214#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?41438214") format("woff2"), url("../fonts/fontello.woff?41438214") format("woff"), url("../fonts/fontello.ttf?41438214") format("truetype"), url("../fonts/fontello.svg?41438214#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?41438214#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-home:before {
  content: '\e800'; }

/* 'εáÇ' */
.icon-phone:before {
  content: '\e801'; }

/* 'εáü' */
.icon-mail:before {
  content: '\e802'; }

/* 'εáé' */
.icon-search:before {
  content: '\e803'; }

/* 'εáâ' */
.icon-twitter:before {
  content: '\f099'; }

/* '∩éÖ' */
.icon-facebook:before {
  content: '\f09a'; }

/* '∩éÜ' */
.icon-youtube-play:before {
  content: '\f16a'; }

/* '∩à¬' */
.icon-instagram-1:before {
  content: '\f32d'; }

/* '∩î¡' */
body {
  background: #fff;
  /*background-size:cover;*/
  font-family: 'Montserrat', sans-serif; }
  body.home {
    /*background:#fff url(../images/bg-home-v2.jpg) no-repeat 50% 0;*/ }

h1, h1, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }

.content-wrap {
  width: 100%;
  max-width: 1032px;
  margin: 0 auto;
  position: relative;
  background: #fff; }
  .content-wrap:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 1080px) {
    .content-wrap {
      max-width: calc( 100% - 40px ); } }

.left {
  float: left; }

.right {
  float: right; }

.sub-header {
  background: #fff;
  height: 130px; }
  .sub-header .content-wrap {
    background: transparent;
    height: 100%; }
  .sub-header h1 {
    margin-bottom: 0;
    color: #000; }
  @media screen and (max-width: 1199px) {
    .sub-header {
      height: auto;
      padding-bottom: 10px; } }

.a-d-gutter {
  position: relative;
  width: 100%;
  background: no-repeat 50% 0; }
  .a-d-gutter:after {
    content: "";
    display: table;
    clear: both; }
  .a-d-gutter .gutter-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    /*background:red;*/
    left: 0;
    top: 0; }
  .a-d-gutter > #content {
    width: 100%;
    max-width: 1072px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
    background: #fff;
    box-sizing: border-box;
    padding: 0 20px; }
    body.home .a-d-gutter > #content {
      padding: 0;
      max-width: 1032px;
      background: transparent; }
  @media screen and (max-width: 1080px) {
    .a-d-gutter .gutter-link {
      display: none; }
    .a-d-gutter > #content {
      padding: 0; } }

#top_bar {
  background: #333333;
  color: #666666;
  color: #9c9c9c;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500; }
  #top_bar .content-wrap {
    background: transparent; }
  #top_bar a {
    color: #9c9c9c; }
  #top_bar .date {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 0 0; }
  #top_bar .follow {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0; }
    #top_bar .media-kit {
      display: inline-block;
      vertical-align: middle;
      margin: 0 15px 0 0;}
  #top_bar .search-bit {
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    position: relative; }
    #top_bar .search-bit input {
      border: 0;
      border-bottom: solid 1px #9b9b9b;
      font-size: 14px;
      font-style: italic;
      /*font-family:$montserrat_reg;*/
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      background: transparent;
      height: 20px;
      line-height: 1;
      border-bottom: solid 1px #9b9b9b;
      z-index: 10;
      position: relative;
      font-size: 13px;
      color: #fff; }
    #top_bar .search-bit form {
      width: 100%; }
      #top_bar .search-bit form input {
        width: 100%;
        padding: 0 30px 0 0; }
        #top_bar .search-bit form input.placeholder {
          color: #999999;
          opacity: 1; }
        #top_bar .search-bit form input:-moz-placeholder {
          color: #999999;
          opacity: 1; }
        #top_bar .search-bit form input::-moz-placeholder {
          color: #999999;
          opacity: 1; }
        #top_bar .search-bit form input::-webkit-input-placeholder {
          color: #999999;
          opacity: 1; }
    #top_bar .search-bit span {
      font-weight: 400;
      position: absolute;
      right: -2px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 1; }
  #top_bar .cycle-slideshow .item {
    display: none; }
    #top_bar .cycle-slideshow .item:first-of-type {
      display: block; }
  #top_bar .button-ppv {
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 0;
    text-decoration: none;
    line-height: normal;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    white-space: nowrap; }
    #top_bar .button-ppv span {
      display: inline-block;
      border-bottom: solid 1px #9c9c9c; }
    #top_bar .button-ppv:before {
      text-transform: none;
      content: "New";
      display: inline-block;
      width: 30px;
      height: 12px;
      line-height: 12px;
      background: #fff;
      color: #333333;
      text-align: center;
      position: absolute;
      left: -40px;
      top: 3px;
      font-size: 9px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
  @media screen and (max-width: 950px) {
    #top_bar {
      text-align: center; }
      #top_bar .right,
      #top_bar .left {
        float: none; }
      #top_bar .cycle-slideshow .item {
        text-align: center;
        width: 100%; }
      #top_bar .button-ppv {
        text-align: center;
        display: block;
        padding: 10px 0; }
        #top_bar .button-ppv:before {
          position: relative;
          left: 0;
          top: 0;
          margin: -5px 10px 0 0; } }

#masthead {
  background: #fff;
  position: relative;
  z-index: 342;
  min-height: 108px; }
  #masthead .logo {
    display: block;
    width: 187px;
    height: 0;
    padding: 108px 0 0;
    float: left;
    overflow: hidden;
    background: url(../images/logo-v2.png) no-repeat 50%;
    background-size: cover;
    position: absolute;
    left: -15px;
    top: 0; }
  #masthead .toggle-menu {
    width: 60px;
    float: right;
    padding: 20px 6px;
    display: none;
    cursor: pointer;
    margin: 20px 0; }
    #masthead .toggle-menu span {
      display: block;
      width: 100%;
      height: 6px;
      background: #000;
      margin: 0 0 6px; }
      #masthead .toggle-menu span:last-child {
        margin: 0; }
  #masthead ul li,
  #masthead ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline; }
  #masthead .main-nav.desktop {
    float: right;
    border-bottom: solid 1px #fe0000;
    margin: 5px 0 0; }
    #masthead .main-nav.desktop:after {
      content: "";
      display: table;
      clear: both; }
    #masthead .main-nav.desktop > li {
      float: left;
      position: relative; }
      #masthead .main-nav.desktop > li.separator {
        display: inline-block;
        padding: 28px 0; }
      #masthead .main-nav.desktop > li > a {
        color: #000;
        text-transform: uppercase;
        display: block;
        float: left;
        text-decoration: none;
        padding: 28px 8px;
        position: relative;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600; }
        #masthead .main-nav.desktop > li > a:after {
          content: "";
          width: 100%;
          height: 3px;
          background: #fe0000;
          position: absolute;
          left: 0;
          bottom: 0;
          -webkit-transform: skew(-200deg);
          -moz-transform: skew(-200deg);
          transform: skew(-200deg);
          opacity: 0; }
      #masthead .main-nav.desktop > li ul.sub-menu {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 200px;
        background: #fff;
        padding: 10px 0;
        -webkit-box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2); }
        #masthead .main-nav.desktop > li ul.sub-menu > li {
          float: none;
          display: block; }
          #masthead .main-nav.desktop > li ul.sub-menu > li > a {
            display: block;
            font-size: 14px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            padding: 6px 10px;
            text-transform: uppercase;
            color: #000;
            text-decoration: none;
            -webkit-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            -ms-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }
            #masthead .main-nav.desktop > li ul.sub-menu > li > a:hover {
              color: #fe0000; }
      #masthead .main-nav.desktop > li:hover > ul.sub-menu {
        display: block; }
      #masthead .main-nav.desktop > li:first-child > a {
        padding-left: 0; }
      #masthead .main-nav.desktop > li.hlogin-btn > a {
        padding-right: 4px; }
      #masthead .main-nav.desktop > li.hsubscribe-btn > a {
        padding-left: 4px;
        padding-right: 0; }
      #masthead .main-nav.desktop > li.current-menu-item > a:after, #masthead .main-nav.desktop > li.current-menu-ancestor > a:after, #masthead .main-nav.desktop > li.current_page_parent > a:after, #masthead .main-nav.desktop > li.current_page_item > a:after {
        opacity: 1; }
  #masthead .subscription-bar {
    margin: 0 0 3px;
    clear: both;
    color: #000;
    /*font-family:$montserrat_bold;*/
    /*font-weight: normal;*/
    color: #686868;
    text-transform: uppercase;
    padding: 14px 0;
    margin: 0 0 3px;
    text-align: center;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; }
    #masthead .subscription-bar .desktop li {
      padding: 0 2px; }
      #masthead .subscription-bar .desktop li a {
        color: #686868;
        display: inline-block;
        text-decoration: underline;
        /*font-family:$montserrat_bold;*/
        font-family: 'Montserrat', sans-serif; }
  #masthead .mobile-menu {
    display: none;
    background: #efefef;
    padding: 20px 0;
    border-top: solid 1px #d4d4d4; }
    #masthead .mobile-menu ul li {
      display: block;
      float: none; }
      #masthead .mobile-menu ul li.separator {
        display: none; }
      #masthead .mobile-menu ul li a {
        color: #000;
        text-transform: uppercase;
        display: block;
        text-decoration: none;
        padding: 8px 20px;
        position: relative;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600; }
    #masthead .mobile-menu ul.subscribers-nav-mobile li a {
      color: #686868; }
  @media screen and (max-width: 1080px) {
    #masthead .toggle-menu {
      display: block; }
    #masthead .subscription-bar,
    #masthead .main-nav {
      display: none; } }
  @media screen and (min-width: 1080px) {
    #masthead .mobile-menu {
      display: none; } }

#hero-video {
  width: 100%;
  max-width: 1032px;
  margin: 0 auto;
  position: relative;
  z-index: 20; }
  #hero-video .heading {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    color: #db4a4a; }
    #hero-video .heading span {
      color: #000; }
  #hero-video .ls-video-wrap {
    width: 100%;
   /* max-width: 800px; */
    margin: 0 auto 20px; }

#hero {
  width: 100%;
  max-width: 1032px;
  margin: 0 auto;
  position: relative;
  z-index: 20; }
  #hero .featured {
    position: relative;
    border-bottom: solid 1px #fff; }
    #hero .featured a {
      display: block;
      opacity: 1;
      background: no-repeat 50%;
      background-size: cover; }
      #hero .featured a:before {
        width: 100%;
        height: 50%;
        content: "";
        display: block;
        position: absolute;
        z-index: 2;
        left: 0;
        bottom: 0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
        /* IE6-9 */ }
    #hero .featured img {
      position: relative;
      z-index: 1;
      display: block;
      max-width: 100%;
      height: auto; }
    #hero .featured .bit {
      /*font-size:12px;*/
      display: inline;
      position: absolute;
      /*font-family:$montserrat_reg;*/
      background: #333;
      left: 9px;
      top: 12px;
      line-height: 28px;
      padding: 0 10px;
      z-index: 20;
      text-transform: uppercase;
      color: #fff;
      font-size: 14px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600; }
    #hero .featured h2 {
      padding: 0 20px;
      /*font-size: 24px;*/
      line-height: 28px;
      color: #fff;
      text-transform: uppercase;
      /*font-family:$montserrat_bold;*/
      position: absolute;
      left: 0;
      bottom: 15px;
      box-sizing: border-box;
      z-index: 10;
      /*font-weight:400;*/
      font-size: 24px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700; }
  @media screen and (max-width: 850px) {
    #hero .featured h2 {
      font-size: 20px;
      font-weight: 500; } }
  @media screen and (max-width: 470px) {
    #hero .featured a {
      height: 350px; }
      #hero .featured a img {
        opacity: 0; } }

#smalls {
  width: 100%;
  max-width: 1032px;
  margin: 0 auto;
  position: relative;
  z-index: 20; }
  #smalls .item {
    display: block;
    width: 25%;
    float: left;
    position: relative;
    opacity: 1; }
    #smalls .item img {
      display: block;
      max-width: 100%;
      height: auto;
      position: relative;
      z-index: 1;
      width: 100%; }
    #smalls .item span {
      padding: 0 20px;
      /*font-size: 18px;*/
      color: #fff;
      text-transform: uppercase;
      /*font-family:$montserrat_reg;*/
      position: absolute;
      left: 0;
      bottom: 10px;
      box-sizing: border-box;
      z-index: 10;
      font-weight: 400;
      line-height: 24px;
      font-size: 16px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600; }
    #smalls .item:before {
      width: 100%;
      height: 80%;
      content: "";
      display: block;
      position: absolute;
      z-index: 2;
      left: 0;
      bottom: 0;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */ }
    #smalls .item:after {
      content: "";
      display: block;
      width: 1px;
      height: 100%;
      background: #fff;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 3; }
    #smalls .item:last-child:after {
      display: none; }
  @media screen and (max-width: 850px) {
    #smalls .item {
      width: 50%; }
      #smalls .item:nth-child(2):after {
        opacity: 0; }
      #smalls .item:nth-child(2), #smalls .item:nth-child(1) {
        border-bottom: solid 1px #fff; } }
  @media screen and (max-width: 470px) {
    #smalls .item {
      width: 100%;
      border-bottom: solid 1px #fff; }
      #smalls .item:after {
        display: none; } }

#ads-twitter {
  padding: 0;
  width: 100%;
  max-width: 1032px;
  margin: 0 auto;
  position: relative;
  z-index: 20; }
  #ads-twitter:after {
    content: "";
    display: table;
    clear: both; }
  #ads-twitter .sad {
    padding: 24px 0 0;
    text-align: center; }
    #ads-twitter .sad img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
  #ads-twitter .twitter-btn {
    width: 100%;
    max-width: 728px;
    padding: 24px 0 0;
    margin: 0 auto 10px; }
    #ads-twitter .twitter-btn:after {
      content: "";
      display: table;
      clear: both; }
    #ads-twitter .twitter-btn .twitter-follow {
      display: inline-block;
      float: right;
      background: #333333;
      color: #fff;
      font-size: 13px;
      text-transform: uppercase;
      text-decoration: none;
      opacity: 1;
      line-height: 28px;
      padding: 0 14px 0 9px; }
      #ads-twitter .twitter-btn .twitter-follow:before {
        color: #1b9ef6;
        font-size: 20px;
        line-height: 27px;
        vertical-align: middle; }
  #ads-twitter .tweets {
    /*float: right;*/
    /*width: calc( 100% - 190px );*/
    width: 100%;
    padding: 6px 5px 15px;
    margin: 0 10px 0 0; }
    #ads-twitter .tweets ul li,
    #ads-twitter .tweets ul {
      list-style: none;
      padding: 0;
      margin: 0;
      color: #666; }
    #ads-twitter .tweets ul:after {
      content: "";
      display: table;
      clear: both; }
    #ads-twitter .tweets ul li {
      float: left;
      width: 100%;
      font-size: 14px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500; }
      #ads-twitter .tweets ul li .twitter-follow {
        display: inline-block;
        /*float: right;*/
        background: #333333;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        text-decoration: none;
        opacity: 1;
        line-height: 28px;
        padding: 0 14px 0 9px;
        margin: 0 8px 0 0; }
        #ads-twitter .tweets ul li .twitter-follow:before {
          color: #1b9ef6;
          font-size: 20px;
          line-height: 27px;
          vertical-align: middle; }
  @media screen and (max-width: 560px) {
    #ads-twitter .tweets {
      width: calc( 100% - 40px );
      margin: 0 20px;
      clear: both; } }

.subscription-wrap:before {
  display: none !important; }

.event-landing-v2 {
  background: #fff !important; }

#content {
  width: 100%;
  max-width: 1032px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
  /*    &.subscription-wrap {
          &:before {
              display:none;
          }
      }*/ }
  #content .a-d-wrap {
    background: #fff no-repeat 50% 0;
    position: relative; }
  #content .content-wrap {
    padding: 0 0 50px; }
    body.home #content .content-wrap {
      padding: 0; }
  #content .list-main {
    width: 700px;
    float: left;
    margin: 0 0 30px; }
    #content .list-main .heading {
      font-size: 24px;
      color: #000;
      text-transform: uppercase;
      line-height: normal;
      font-weight: 600;
      margin: 0 0 12px; }
      #content .list-main .heading a {
        color: #000; }
    #content .list-main .list-news {
      padding: 12px 22px 22px;
      box-sizing: border-box;
      background: #e6e6e6; }
      #content .list-main .list-news .item {
        margin: 0 0 17px;
        position: relative; }
        #content .list-main .list-news .item:after {
          content: "";
          display: table;
          clear: both; }
        #content .list-main .list-news .item .image {
          display: block;
          float: left;
          width: 186px;
          position: relative;
          opacity: 1; }
          #content .list-main .list-news .item .image .play {
            display: block;
            width: 60px;
            height: 60px;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 3;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-border-radius: 60px;
            border-radius: 60px;
            background-clip: padding-box;
            /* stops bg color from leaking outside the border: */ }
            #content .list-main .list-news .item .image .play:after, #content .list-main .list-news .item .image .play:before {
              display: block;
              content: "";
              height: 100%;
              width: 100%;
              background: transparent;
              left: 0;
              top: 0;
              position: absolute; }
            #content .list-main .list-news .item .image .play:before {
              border: solid 3px #fff;
              opacity: 0.7;
              -webkit-border-radius: 100%;
              border-radius: 100%;
              background-clip: padding-box;
              /* stops bg color from leaking outside the border: */ }
            #content .list-main .list-news .item .image .play:after {
              background: url(../images/list-play.png) no-repeat 50%; }
          #content .list-main .list-news .item .image img {
            display: block;
            max-width: 100%;
            height: auto;
            position: relative;
            z-index: 1; }
        #content .list-main .list-news .item .text {
          width: calc( 100% - 205px );
          float: right;
          min-height: 150px;
          box-sizing: border-box;
          padding: 0 0 45px;
          position: relative; }
        #content .list-main .list-news .item h3 {
          margin: 0 0 10px;
          font-size: 24px;
          font-weight: 600;
          line-height: 30px;
          text-transform: uppercase; }
          #content .list-main .list-news .item h3 a {
            color: #000;
            text-decoration: none; }
        #content .list-main .list-news .item .meta {
          font-size: 13px;
          text-transform: uppercase;
          font-weight: 500;
          color: #777777; }
          #content .list-main .list-news .item .meta a {
            color: #737373;
            text-decoration: none; }
          #content .list-main .list-news .item .meta .cats {
            font-size: 14px;
            display: block; }
        #content .list-main .list-news .item .text .meta {
          position: absolute;
          left: 0;
          bottom: 4px; }
        #content .list-main .list-news .item:last-of-type {
          margin: 0; }
    #content .list-main .list-top3 {
      border: solid 1px #999999;
      border-width: 1px 0;
      background: #cccccc;
      padding: 12px 22px; }
      #content .list-main .list-top3 .listing {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
        #content .list-main .list-top3 .listing .item {
          width: 185px;
          text-align: center; }
          #content .list-main .list-top3 .listing .item .image {
            margin: 0 0 22px;
            display: block; }
            #content .list-main .list-top3 .listing .item .image img {
              display: block;
              max-width: 100%;
              height: auto;
              -webkit-border-radius: 100%;
              border-radius: 100%;
              background-clip: padding-box;
              /* stops bg color from leaking outside the border: */ }
          #content .list-main .list-top3 .listing .item .number {
            font-size: 26px;
            font-weight: 400;
            display: block;
            margin: 0 0 5px; }
          #content .list-main .list-top3 .listing .item .text {
            font-size: 14px;
            line-height: 22px;
            text-transform: uppercase;
            font-weight: 400; }
      #content .list-main .list-top3 .ads {
        padding: 22px 0 0;
        text-align: center; }
        #content .list-main .list-top3 .ads img {
          display: inline-block;
          vertical-align: text-bottom;
          margin: 0 0 0 5px; }
    #content .list-main .video-content {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap; }
      #content .list-main .video-content .each-video {
        width: 100%;
        max-width: calc( 50% - 10px );
        display: block; }
        @media screen and (max-width: 600px) {
          #content .list-main .video-content .each-video {
            max-width: 100%; } }
      #content .list-main .video-content .inline-a-ds {
        width: 100%;
        margin: 0 0 20px; }
    #content .list-main .news-content h1 {
      margin: 0 0 40px 0;
      color: #333333;
      font-size: 24px;
      line-height: 28px;
      text-transform: uppercase;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      padding-right: 0;
      padding-left: 100px; }
    #content .list-main .news-content .text-wrap {
      padding: 8px 0 40px; }
      #content .list-main .news-content .text-wrap.no-a-d-468 {
        padding-top: 120px; }
      #content .list-main .news-content .text-wrap p img {
        display: block;
        max-width: 100%;
        height: auto; }
    #content .list-main .news-content .full-post h1 {
      padding-right: 0;
      padding-left: 0; }
    #content .list-main .loading {
      height: 80px;
      width: 100%;
      clear: both;
      background: url(../images/listing-loader-white.gif) no-repeat 50% 100%; }
      body.home #content .list-main .loading {
        background-image: url(../images/listing-loader.gif);
        background-position: 50% 100%; }
    #content .list-main .scroll-detect {
      height: 50px; }
  #content .widgets {
    width: 322px;
    float: right;
    box-sizing: border-box;
    background: #e6e6e6;
    padding: 10px 10px; }
    #content .widgets .widget {
      margin: 0 0 13px; }
      #content .widgets .widget .widget-title {
        position: relative;
        display: block;
        margin: 0 0 7px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        padding: 0 0 8px; }
        #content .widgets .widget .widget-title:after {
          content: "";
          display: block;
          width: 50px;
          background: #333333;
          height: 1px;
          position: absolute;
          left: 0;
          bottom: 0; }
        #content .widgets .widget .widget-title a {
          color: #000; }
      #content .widgets .widget.widget_media_image img {
        display: block;
        max-width: 100%;
        height: auto; }
      #content .widgets .widget.widget-tickets .green-btn {
        display: block;
        background: #10b765;
        border-bottom: solid 2px #079a53;
        font-size: 12px;
        color: #fff;
        text-align: center;
        padding: 3px 10px;
        text-transform: uppercase;
        letter-spacing: 0.108em;
        text-decoration: none;
        opacity: 1;
        line-height: 18px; }
      #content .widgets .widget.widget-tickets .padded {
        padding: 0 0 0 18px; }
      #content .widgets .widget.widget-tickets img {
        position: relative;
        display: block;
        max-width: 100%;
        height: auto;
        margin: 15px 0 -20px; }
      #content .widgets .widget.widget-tickets .list-streams {
        margin: 0 0 26px; }
        #content .widgets .widget.widget-tickets .list-streams .item {
          display: block;
          position: relative;
          box-sizing: border-box;
          color: #777;
          padding: 0 0 0 56px;
          font-size: 14px;
          line-height: 20px;
          min-height: 60px;
          margin: 0 0 15px;
          text-decoration: none; }
          #content .widgets .widget.widget-tickets .list-streams .item .date {
            display: block;
            width: 46px;
            height: 60px;
            position: absolute;
            left: 0;
            top: 0;
            text-align: center;
            font-weight: 600;
            font-size: 13px;
            line-height: 20px;
            text-transform: uppercase;
            background: #de4a48;
            color: #fff; }
            #content .widgets .widget.widget-tickets .list-streams .item .date .d {
              display: block;
              margin-top: 10px;
              font-size: 26px; }
            #content .widgets .widget.widget-tickets .list-streams .item .date .m {
              font-size: 8px;
              background: #353535;
              display: block;
              width: 100%;
              position: absolute;
              left: 0;
              bottom: 0; }
          #content .widgets .widget.widget-tickets .list-streams .item:last-child {
            margin: 0; }
      #content .widgets .widget.widget-ratings {
        margin: 0 20px 18px; }
        #content .widgets .widget.widget-ratings .widget-title {
          margin: 0 0 18px; }
        #content .widgets .widget.widget-ratings p {
          font-size: 14px;
          text-transform: uppercase;
          margin: 0;
          color: #777; }
        #content .widgets .widget.widget-ratings .small-ratings {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          flex-wrap: wrap; }
          #content .widgets .widget.widget-ratings .small-ratings .item {
            width: 80px;
            position: relative;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background-clip: padding-box;
            /* stops bg color from leaking outside the border: */
            overflow: hidden;
            margin: 0 0 10px; }
            #content .widgets .widget.widget-ratings .small-ratings .item img {
              position: relative;
              display: block;
              max-width: 100%;
              height: auto;
              z-index: 1; }
            #content .widgets .widget.widget-ratings .small-ratings .item span {
              display: block;
              width: 100%;
              line-height: 20px;
              text-align: center;
              position: absolute;
              left: 0;
              bottom: 0;
              background: red;
              z-index: 4;
              font-size: 16px;
              font-weight: 600;
              background: #999999; }
            #content .widgets .widget.widget-ratings .small-ratings .item.champ span {
              background: #cb983d; }
      #content .widgets .widget.widget-trending {
        margin: 0 20px 18px; }
        #content .widgets .widget.widget-trending .listing a {
          display: block;
          font-size: 12px;
          height: 13px;
          text-transform: uppercase;
          color: #333;
          position: relative;
          padding: 0 0 0 90px;
          text-decoration: none;
          min-height: 80px;
          margin: 0 0 20px; }
          #content .widgets .widget.widget-trending .listing a .image {
            position: absolute;
            left: 0;
            top: 0; }
            #content .widgets .widget.widget-trending .listing a .image img {
              display: block;
              max-width: 100%;
              height: auto; }
          #content .widgets .widget.widget-trending .listing a:last-of-child {
            font-style: italic; }
      #content .widgets .widget.widget-scheds {
        margin: 0 20px 18px; }
        #content .widgets .widget.widget-scheds .list-streams {
          margin: 0 0 26px; }
          #content .widgets .widget.widget-scheds .list-streams .item {
            display: block;
            position: relative;
            box-sizing: border-box;
            color: #777;
            padding: 0 0 0 56px;
            font-size: 14px;
            line-height: 20px;
            min-height: 60px;
            margin: 0 0 15px;
            text-decoration: none; }
            #content .widgets .widget.widget-scheds .list-streams .item .date {
              display: block;
              width: 46px;
              height: 60px;
              position: absolute;
              left: 0;
              top: 0;
              text-align: center;
              font-weight: 600;
              font-size: 13px;
              line-height: 20px;
              text-transform: uppercase;
              background: #de4a48;
              color: #fff; }
              #content .widgets .widget.widget-scheds .list-streams .item .date .d {
                display: block;
                margin-top: 10px;
                font-size: 26px; }
              #content .widgets .widget.widget-scheds .list-streams .item .date .m {
                font-size: 8px;
                background: #353535;
                display: block;
                width: 100%;
                position: absolute;
                left: 0;
                bottom: 0; }
            #content .widgets .widget.widget-scheds .list-streams .item:last-child {
              margin: 0; }
      #content .widgets .widget.widget_wysija {
        margin: 0 20px 34px; }
        #content .widgets .widget.widget_wysija .wysija-paragraph {
          font-size: 14px;
          font-weight: 500;
          margin: 0;
          text-transform: uppercase;
          color: #777; }
          #content .widgets .widget.widget_wysija .wysija-paragraph label {
            margin: 0 0 10px; }
        #content .widgets .widget.widget_wysija input[type=text] {
          border: solid 1px #fff;
          background: transparent;
          outline: 0 !important;
          width: 100%;
          height: 40px;
          padding: 0 8px;
          line-height: 1;
          font-family: 'Montserrat', sans-serif;
          font-size: 14px;
          font-weight: 500;
          margin: 0 0 10px; }
        #content .widgets .widget.widget_wysija input[type=submit] {
          width: 170px;
          height: 40px;
          font-size: 12px;
          background: #333333;
          font-weight: 500;
          text-align: center;
          margin: 0;
          color: #fff;
          text-transform: uppercase; }
      #content .widgets .widget.widget-instagram {
        margin: 0 20px 18px; }
        #content .widgets .widget.widget-instagram .widget-title {
          margin: 0 0 16px; }
        #content .widgets .widget.widget-instagram #insta-feed {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          flex-wrap: wrap; }
          #content .widgets .widget.widget-instagram #insta-feed .item {
            display: block;
            width: calc( 33% - 6px );
            background: no-repeat 50%;
            background-size: cover;
            margin: 0 10px 10px 0; }
            #content .widgets .widget.widget-instagram #insta-feed .item img {
              display: block;
              max-width: 100%;
              height: auto; }
            #content .widgets .widget.widget-instagram #insta-feed .item:nth-child(6), #content .widgets .widget.widget-instagram #insta-feed .item:nth-child(3) {
              margin-right: 0; }
      #content .widgets .widget.widget-facebook {
        margin: 0 20px 18px; }
        #content .widgets .widget.widget-facebook .widget-title {
          margin: 0 0 16px; }
      #content .widgets .widget.widget-product .widget-title {
        margin: 0 0 16px;
        margin: 0 20px 18px; }
      #content .widgets .widget.widget-product .feat-product a {
        display: block; }
      #content .widgets .widget.widget-product .feat-product img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto; }
      #content .widgets .widget.widget-product .green-btn {
        display: block;
        background: #10b765;
        border-bottom: solid 2px #079a53;
        font-size: 12px;
        color: #fff;
        text-align: center;
        padding: 0 10px;
        text-transform: uppercase;
        letter-spacing: 0.108em;
        text-decoration: none;
        opacity: 1;
        line-height: 44px; }
      #content .widgets .widget.current-poll {
        margin: 0 20px 18px; }
        #content .widgets .widget.current-poll #PDI_container9360212 .pds-box {
          width: 100% !important; }
        #content .widgets .widget.current-poll #PDI_container9360212 .pds-input-label {
          width: calc( 100% - 30px ); }
  #content .page-content hr {
    margin-bottom: 20px; }
  #content .page-content h1 {
    margin: 0 0 40px 0;
    color: #333333;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; }
  #content .page-content h3 {
    margin: 0 0 20px 0;
    color: #343434;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; }
  #content .page-content h4 {
    margin-bottom: 26px;
    text-transform: uppercase;
    color: #343434;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'open_sans_bold'; }
  #content .page-content p {
    margin: 0 0 26px 0;
    font-size: 16px;
    line-height: 24px;
    color: #343434;
    font-family: 'roboto_light'; }
  #content .page-content .gray-line-divider {
    margin: 0 0 40px 0;
    height: 2px;
    background-image: url(images/gray-line-divider-scratch.jpg);
    background-repeat: repeat-x;
    background-position: bottom center; }
  #content .page-content b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; }
  #content .page-content ol,
  #content .page-content ul {
    margin: 0 0 26px 38px; }
  #content .page-content ul {
    list-style: outside;
    margin-left: 58px; }
  #content .page-content ol li,
  #content .page-content ul li {
    font-size: 16px;
    line-height: 24px;
    color: #343434;
    font-family: "open_sans_regular"; }
  #content.subscription-wrap {
    background: #fff; }
    #content.subscription-wrap:before {
      z-index: 1; }
    #content.subscription-wrap h1.alter-title {
      color: #333333;
      font-size: 24px;
      line-height: 28px;
      text-transform: uppercase;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      margin: 20px 0 70px;
      color: #fff; }
    #content.subscription-wrap .content-wrap {
      background: transparent;
      z-index: 2; }
      #content.subscription-wrap .content-wrap .news-content {
        width: auto;
        float: none; }
  #content.upcoming-ppvs-wrap .content-wrap {
    padding-top: 8px; }
  #content.upcoming-ppvs-wrap .page-content h1 {
    margin: 0 0 28px; }
  #content.upcoming-ppvs-wrap .ppv-row {
    margin: 0 85px 24px;
    position: relative; }
    #content.upcoming-ppvs-wrap .ppv-row h1 {
      margin: 0 0 24px; }
    #content.upcoming-ppvs-wrap .ppv-row .owl-ppvs {
      width: 100%;
      position: relative; }
      #content.upcoming-ppvs-wrap .ppv-row .owl-ppvs:after {
        content: "";
        display: table;
        clear: both; }
      #content.upcoming-ppvs-wrap .ppv-row .owl-ppvs .item {
        width: 100%;
        max-width: 254px; }
        #content.upcoming-ppvs-wrap .ppv-row .owl-ppvs .item a {
          display: block; }
        #content.upcoming-ppvs-wrap .ppv-row .owl-ppvs .item img {
          display: block;
          max-width: 100%;
          height: auto; }
      #content.upcoming-ppvs-wrap .ppv-row .owl-ppvs .owl-nav {
        margin: 0; }
        #content.upcoming-ppvs-wrap .ppv-row .owl-ppvs .owl-nav button {
          width: 50px;
          height: 0;
          padding: 50px 0 0 !important;
          overflow: hidden;
          overflow: hidden;
          position: absolute;
          background: #666666 url(../images/owl-side-arrows.png) no-repeat 50%;
          color: #fff;
          outline: 0 !important;
          margin: 0;
          -webkit-border-radius: 0;
          border-radius: 0;
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
          #content.upcoming-ppvs-wrap .ppv-row .owl-ppvs .owl-nav button.owl-prev {
            left: -85px; }
          #content.upcoming-ppvs-wrap .ppv-row .owl-ppvs .owl-nav button.owl-next {
            right: -85px;
            background-image: url(../images/owl-side-arrows-next.png); }
      #content.upcoming-ppvs-wrap .ppv-row .owl-ppvs .owl-dots .owl-dot {
        opacity: 0.5; }
        #content.upcoming-ppvs-wrap .ppv-row .owl-ppvs .owl-dots .owl-dot span {
          width: 15px;
          height: 15px;
          background: #666666;
          -webkit-border-radius: 0;
          border-radius: 0;
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */ }
        #content.upcoming-ppvs-wrap .ppv-row .owl-ppvs .owl-dots .owl-dot.active {
          opacity: 1; }
  @media screen and (max-width: 1000px) {
    #content.upcoming-ppvs-wrap .ppv-row {
      margin: 0 0 24px; }
      #content.upcoming-ppvs-wrap .ppv-row .owl-ppvs .item {
        max-width: 100%; } }
  @media screen and (max-width: 1080px) {
    #content .list-main {
      width: calc( 100% - 332px ); }
      #content .list-main .list-top3 .listing .item {
        width: calc( 33% - 10px ); }
        #content .list-main .list-top3 .listing .item h3 {
          font-size: 20px;
          line-height: normal; } }
  @media screen and (max-width: 990px) {
    #content .list-main .news-content .full-post .text-wrap {
      padding-top: 120px; } }
  @media screen and (max-width: 900px) {
    #content .list-main {
      width: 100%;
      float: none;
      margin: 0 0 30px; }
    #content .widgets {
      margin: 0 auto;
      float: none; } }
  @media screen and (max-width: 650px) {
    #content .list-main .list-news {
      width: 100%; }
      #content .list-main .list-news .item {
        padding: 0 0 15px; }
        #content .list-main .list-news .item:before {
          content: "";
          display: block;
          width: calc( 100% + 44px );
          left: -22px;
          position: absolute;
          bottom: 0;
          height: 2px;
          background: #fff; }
        #content .list-main .list-news .item .image {
          float: none;
          width: auto;
          margin: 0 0 10px; }
          #content .list-main .list-news .item .image img {
            width: 100%; }
        #content .list-main .list-news .item .text {
          float: none;
          width: auto;
          min-height: 10px;
          padding: 0; }
          #content .list-main .list-news .item .text .meta {
            position: relative;
            bottom: 0; }
    #content .list-main .list-top3 .listing {
      display: block; }
      #content .list-main .list-top3 .listing .item {
        width: 100%;
        max-width: 270px;
        margin: 0 auto 30px; }
        #content .list-main .list-top3 .listing .item:last-of-type {
          margin-bottom: 0; }
    #content .widgets {
      margin: 0 auto;
      float: none; } }

.footer-wrap {
  background: #000; }
  .footer-wrap .bg-top {
    display: none; }

.foot-newsletter {
  margin-top: -24px; }
  .foot-newsletter .widget_wysija_cont p label {
    display: none; }
  .foot-newsletter .widget_wysija_cont .wysija-input {
    margin-bottom: 16px;
    color: #7d7d7d;
    font-size: 12px;
    width: 100%;
    height: 38px;
    line-height: normal;
    padding: 0 14px;
    border: 1px solid #666666;
    background: none;
    font-family: montserrat_bold; }
    .foot-newsletter .widget_wysija_cont .wysija-input:focus {
      border-color: #fff;
      color: #fff; }
  .foot-newsletter .widget_wysija_cont .wysija-submit {
    display: inline-block;
    background-color: #db4a4a;
    font-size: 14px;
    font-weight: 100;
    padding: 0 20px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: montserrat_bold;
    margin-top: 0; }

.subscribe-modal .wysija-input {
  color: #7d7d7d;
  font-size: 12px;
  width: calc( 100% - 130px );
  height: 38px;
  line-height: normal;
  padding: 0 14px;
  border: 1px solid #666666;
  background: none;
  font-family: montserrat_bold;
  min-width: 250px; }
  .subscribe-modal .wysija-input:focus {
    border-color: #fff;
    color: #fff; }
.subscribe-modal .wysija-submit {
  display: inline-block;
  background-color: #db4a4a;
  font-size: 14px;
  font-weight: 100;
  padding: 0 20px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: montserrat_bold;
  margin-top: 0; }

/*# sourceMappingURL=app.css.map */
