﻿/*$black: #ff00ff;*/
/*#909090 gray*/
/*$heroareaheight: 630px;*/
.vertcentre, .moduleround.twitter .inner, .moduleround.facebook .inner {
  position: relative;
  top: 51%;
  transform: translateY(-50%); }

.round, .minimodule, .minimodule .scrollitem .imagecontainer, .minimodule .scrollitem img, .moduleround.twitter .scrollerround img, .moduleround.facebook .scrollerround img {
  /*disabled for now*/
  /*border-radius: 1em;
    -webkit-border-radius: 1em;*/ }

.pinkText {
  color: #333; }

.fullWidthDivide {
  border-bottom: solid 1px #333; }

.fullWidthDivideTopBottom {
  border-top: solid 1px #333;
  border-bottom: solid 1px #333; }

.unselectable, .minimodule {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -o-user-select: none;
  user-select: none; }

/*FONTS*/
@font-face {
  font-family: 'Graphik SemiBold';
  src: url("/fonts/commercial-type-1507-MFFFKX-web/Graphik-Semibold-Web.eot");
  src: url("/fonts/commercial-type-1507-MFFFKX-web/Graphik-Semibold-Web.eot?#iefix") format("embedded-opentype"), url("/fonts/commercial-type-1507-MFFFKX-web/Graphik-Semibold-Web.woff") format("woff"), url("/fonts/commercial-type-1507-MFFFKX-web/Graphik-Semibold-Web.ttf") format("truetype"), url("/fonts/commercial-type-1507-MFFFKX-web/Graphik-Semibold-Web.svg#Graphik-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

.BaskervilleRegular {
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif; }

.GraphikSemiBold, .minimodule .controls .type, .moduleround .roundtitle, .moduleround .scrollitemround .title, .modulesquare .squaretitle, .minimodule .prev, .minimodule .next {
  font-family: 'Graphik SemiBold'; }

.minimodule {
  background-color: transparent;
  opacity: 1;
  border: solid 1px #333;
  width: 276px;
  height: 308px;
  margin: 6px 0px 0px 10px; }
  .minimodule .controls {
    position: relative;
    text-align: center;
    padding-bottom: 5px; }
    .minimodule .controls div {
      display: inline-block; }
    .minimodule .controls .type {
      font-size: 14px;
      text-transform: uppercase;
      margin-top: 14px;
      line-height: 16px; }
    .minimodule .controls .prev {
      width: 19px;
      height: 19px;
      cursor: pointer;
      position: absolute;
      top: 8px;
      left: 10px;
      line-height: 16px; }
    .minimodule .controls .next {
      width: 19px;
      height: 19px;
      cursor: pointer;
      position: absolute;
      top: 8px;
      right: 10px;
      line-height: 16px; }
  .minimodule .scrollercontainer {
    position: relative;
    height: 272px;
    width: 244px; }
  .minimodule .scroller {
    width: 244px;
    height: 242px;
    overflow: hidden;
    position: absolute;
    left: 16px;
    bottom: 16px; }
  .minimodule .scrollitem {
    vertical-align: top;
    cursor: pointer;
    margin-bottom: 16px; }
    .minimodule .scrollitem a:hover {
      text-decoration: none; }
    .minimodule .scrollitem .imagecontainer {
      background-color: #333;
      display: inline-block;
      width: 98px;
      height: 70px;
      vertical-align: top;
      border: 0px;
      margin: 0px;
      padding: 0px; }
    .minimodule .scrollitem .title {
      display: inline-block;
      font-size: 14px;
      line-height: 16.8px;
      width: 124px;
      height: 70px;
      margin-left: 16px;
      vertical-align: middle;
      text-align: left; }

#article-grid .minimodule {
  margin: 0px 22px 79px 22px; }

#article-grid .minimodule.moduleround {
  margin: 0px 21px 79px 21px; }

.articleRight .minimodule {
  margin: 8px auto 0px auto; }

.minimodule div.scrollitem:hover img {
  opacity: 1; }

.moduledivider {
  width: 252px;
  display: inline-block;
  height: 1px;
  border-bottom: solid 1px #333;
  display: none; }

.moduleround {
  border: 0px;
  text-align: center;
  vertical-align: middle;
  margin: 0px;
  width: 237px;
  height: 237px; }
  .moduleround .circle {
    border: solid 1px #333;
    border-radius: 50%;
    width: 231px;
    height: 231px;
    display: inline-block;
    position: relative;
    overflow: hidden; }
  .moduleround .roundtitle {
    margin: 20px 0px 10px 0px;
    text-transform: uppercase;
    font-size: 14px; }
  .moduleround .prev {
    width: 19px;
    height: 19px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 10px; }
  .moduleround .next {
    width: 19px;
    height: 19px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px; }
  .moduleround .prev, .moduleround .next {
    margin-top: 100px; }
  .moduleround .scrollerround {
    height: 164px;
    overflow: hidden;
    white-space: nowrap;
    width: 150px;
    margin: 0 auto; }
  .moduleround .scrollitemround {
    width: 150px;
    height: 164px;
    margin: 0 auto;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: top; }
    .moduleround .scrollitemround .imagecontainer {
      padding: 0px 15px 5px 15px; }
    .moduleround .scrollitemround .imagecontainer img {
      max-height: 120px;
      vertical-align: middle; }
    .moduleround .scrollitemround .title {
      font-size: 9px;
      text-transform: uppercase;
      max-width: 120px;
      padding: 0px 15px;
      line-height: 15px;
      white-space: normal; }
    .moduleround .scrollitemround .scrollitemroundcontainer {
      width: 1000px;
      height: 150px;
      overflow: hidden;
      vertical-align: top;
      position: absolute;
      top: 40px;
      left: 40px;
      text-align: left; }

.scroller {
  display: none; }

.scroller.active {
  display: block; }

.modulepopularlatest a, .modulemorelikethis a {
  color: #333; }

.modulepopularlatest a:hover, .modulepopularlatest a.active, .modulemorelikethis a:hover, .modulemorelikethis a.active {
  color: #333;
  text-decoration: none; }

.modulepopularlatest .controls, .modulemorelikethis .controls {
  line-height: 19px; }
  .modulepopularlatest .controls .next, .modulemorelikethis .controls .next {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 14px;
    top: 14px; }
  .modulepopularlatest .controls .prev, .modulemorelikethis .controls .prev {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 14px;
    top: 14px; }

.modulepopularlatest .scrollitem, .modulemorelikethis .scrollitem {
  position: relative;
  width: 244px;
  height: 70px; }
  .modulepopularlatest .scrollitem .imagecontainer, .modulemorelikethis .scrollitem .imagecontainer {
    position: absolute;
    top: 0px;
    left: 0px; }
  .modulepopularlatest .scrollitem .title, .modulemorelikethis .scrollitem .title {
    display: table;
    position: absolute;
    right: 0px;
    top: 0px; }
    .modulepopularlatest .scrollitem .title span, .modulemorelikethis .scrollitem .title span {
      display: table-cell;
      vertical-align: middle; }

.moduleround.social .roundtitle {
  position: absolute;
  top: 8px;
  padding: 0px;
  margin: 0px; }

.moduleround.facebook .roundtitle {
  left: 78px; }

.moduleround.twitter .roundtitle {
  left: 86px; }

.moduleround.vine .roundtitle {
  left: 100px; }

.moduleround.twitter .scrollerround, .moduleround.facebook .scrollerround {
  height: auto;
  text-align: center;
  padding-top: 20px; }
  .moduleround.twitter .scrollerround img, .moduleround.facebook .scrollerround img {
    max-height: 60px;
    max-width: 120px;
    display: block;
    margin: 0 auto; }

.moduleround.twitter .inner, .moduleround.facebook .inner {
  top: 53%; }

.moduleround.twitter .scrollitemround, .moduleround.facebook .scrollitemround {
  width: 150px;
  height: 195px; }
  .moduleround.twitter .scrollitemround .title, .moduleround.facebook .scrollitemround .title {
    margin-top: 5px; }

.moduleround.vine .scrollerround {
  height: 235px;
  width: 170px;
  padding-top: 20px; }

.moduleround.vine .scrollitemround {
  height: 235px;
  width: 170px;
  margin: 0 auto; }
  .moduleround.vine .scrollitemround .title {
    padding: 0px;
    max-width: 170px;
    font-size: 10px; }

.moduleround.vine .videocontainer {
  padding: 18px 0px 0px 0px; }
  .moduleround.vine .videocontainer video {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    background-color: #333;
    margin: 0 auto; }

.modulesquare {
  text-align: center;
  vertical-align: middle;
  margin: 0px; }
  .modulesquare video {
    width: 100%; }
  .modulesquare .square {
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background: url(/images/ajax-loader2.gif) no-repeat center center; }
  .modulesquare .squaretitle {
    margin: 14px 0px 0px 0px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px; }
  .modulesquare .prev {
    width: 19px;
    height: 19px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    left: 10px; }
  .modulesquare .next {
    width: 19px;
    height: 19px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 10px; }
  .modulesquare .scrollersquare {
    width: 276px;
    height: 276px;
    position: absolute;
    overflow: hidden;
    bottom: 0px; }
    .modulesquare .scrollersquare .instafeed {
      position: absolute;
      bottom: 16px;
      left: 16px;
      height: 244px;
      width: 300000px; }
      .modulesquare .scrollersquare .instafeed .igimage {
        text-align: center;
        position: relative;
        top: 0px;
        left: 0px;
        display: inline-block;
        width: 244px;
        height: 244px;
        margin: 0px 8px; }
        .modulesquare .scrollersquare .instafeed .igimage:first-of-type {
          margin-left: 0px; }
        .modulesquare .scrollersquare .instafeed .igimage img {
          width: 244px;
          height: 244px;
          position: absolute;
          bottom: 0px;
          left: 16px;
          display: block; }

.minimodule .prev, .minimodule .next {
  font-size: 18px; }

