@font-face {
  font-family: "Georgia";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Georgia.eot");
  /* IE9*/
  src: url("../fonts/Georgia.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia.woff2") format("woff2"), url("../fonts/Georgia.woff") format("woff"), url("../fonts/Georgia.ttf") format("truetype"), url("../fonts/Georgia.svg#Georgia") format("svg");
  /* iOS 4.1- */ }
@font-face {
  font-family: "Georgia";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Georgia-Bold.eot");
  /* IE9*/
  src: url("../fonts/Georgia-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia-Bold.woff2") format("woff2"), url("../fonts/Georgia-Bold.woff") format("woff"), url("../fonts/Georgia-Bold.ttf") format("truetype"), url("../fonts/Georgia-Bold.svg#Georgia-Bold") format("svg");
  /* iOS 4.1- */ }
@font-face {
  font-family: "Georgia";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/Georgia-Italic.eot");
  /* IE9*/
  src: url("../fonts/Georgia-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia-Italic.woff2") format("woff2"), url("../fonts/Georgia-Italic.woff") format("woff"), url("../fonts/Georgia-Italic.ttf") format("truetype"), url("../fonts/Georgia-Italic.svg#Georgia-Italic") format("svg");
  /* iOS 4.1- */ }
/*Mixins*/
/*Mixins end*/
body, html {
  height: 100%; }

body {
  font-family: 'Georgia', serif;
  font-weight: 300;
  color: #000;
  background-color: #f0f0f0;
  height: calc(100% - 100px);
  min-width: 320px; }

.article-body {
  height: calc(100% - 130px); }

.article-body-small {
  background-color: #fff;
  padding-top: 52px; }
  .article-body-small .navbar {
    background-color: #2b2b2b; }
  .article-body-small .titles h4 a {
    color: #ec1c24; }
    .article-body-small .titles h4 a:hover, .article-body-small .titles h4 a:active, .article-body-small .titles h4 a:focus {
      color: #ac1019; }

h1, h3, h2 {
  font-weight: 300; }

.page-title {
  margin-top: 0;
  margin-bottom: 30px; }

.page-subtitle {
  margin-top: 0;
  margin-bottom: 30px; }

.white-title {
  background: #fff;
  padding: 60px 0; }
  .white-title h1, .white-title h3 {
    margin: 0; }

.pager {
  margin: 10px 0 30px;
  background-color: #fff;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 48px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .pager .pager-link {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 25px;
    font-family: 'roboto', sans-serif; }
    .pager .pager-link a {
      color: black; }
  .pager .pager-link:first-child {
    text-align: left; }
  .pager .pager-link:last-child {
    text-align: right; }

.other-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .other-links div {
    -webkit-flex: 0 1 48%;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    font-family: 'roboto', sans-serif;
    width: 48%;
    background-color: #fff; }
    .other-links div a {
      padding: 25px;
      display: block;
      font-weight: 500;
      color: #000; }

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

.preference {
  margin-top: 30px; }
  .preference .personal-details {
    margin-bottom: 30px; }
    .preference .personal-details .white-bg {
      padding: 30px 30px 10px; }
    .preference .personal-details input {
      display: block;
      width: 100%;
      margin-bottom: 10px; }
    .preference .personal-details input[type="radio"] {
      width: auto; }
    .preference .personal-details .radio-inline {
      font-weight: 300;
      padding-left: 0; }
      .preference .personal-details .radio-inline label {
        font-weight: 300; }
  .preference .following {
    margin-bottom: 60px; }
    .preference .following .white-bg {
      padding: 30px; }
    .preference .following ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0; }
      .preference .following ul li {
        display: inline-block;
        margin-bottom: 5px; }
        .preference .following ul li a {
          display: block;
          padding: 5px;
          background: #b0bec5;
          color: #fff; }
          .preference .following ul li a span {
            padding-left: 10px; }
        .preference .following ul li:hover a {
          background-color: #535e64; }
  .preference .email, .preference .ad-preferences, .preference .newsletter-preference {
    margin-bottom: 60px; }
    .preference .email .white-bg, .preference .ad-preferences .white-bg, .preference .newsletter-preference .white-bg {
      padding: 30px; }
  .preference .btn-full {
    display: block;
    margin: 10px 0 0;
    min-width: 200px;
    max-width: 200px;
    text-align: center; }

.checkbox-toggle input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none; }
.checkbox-toggle label {
  width: 100%;
  background-color: #b0bec5;
  padding-left: 10px;
  color: #fff;
  font-weight: 300;
  display: table;
  line-height: 30px;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  transition: 0.1s all linear; }
  .checkbox-toggle label:after {
    display: table-cell;
    content: '';
    color: #fff;
    border-left: 5px #fff solid;
    background: #b0bec5 url(../images/label-x.png) no-repeat center center;
    transition: 0.1s all linear;
    font-family: 'roboto', sans-serif;
    width: 35px; }
.checkbox-toggle input:checked + label {
  background-color: #535e64; }
  .checkbox-toggle input:checked + label:after {
    background: #535e64 url(../images/label-tick.png) no-repeat center center; }

.sign-box {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 50px; }
  .sign-box input[type="text"], .sign-box input[type="password"], .sign-box input[type="email"] {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
  .sign-box input[type="checkbox"] {
    display: inline;
    margin-bottom: 30px; }
  .sign-box label {
    font-family: 'roboto', sans-serif;
    font-weight: 300;
    vertical-align: middle; }
  .sign-box p {
    font-family: "roboto", sans-serif; }
  .sign-box a {
    display: block; }
  .sign-box .btn-full {
    text-align: center;
    max-width: 220px;
    margin: 10px auto; }
  .sign-box .btn-fb {
    background-color: #3b5998; }
    .sign-box .btn-fb:hover {
      color: #fff; }
  .sign-box .btn-google {
    background-color: #ea4335; }
    .sign-box .btn-google:hover {
      color: #fff; }
  .sign-box .btn-twitter {
    background-color: #00aced; }
    .sign-box .btn-twitter:hover {
      color: #fff; }
  .sign-box .btn-linkedin {
    background-color: #0077b5; }
    .sign-box .btn-linkedin:hover {
      color: #fff; }
  .sign-box .or {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .sign-box .or div {
      padding: 15px;
      font-family: 'roboto', sans-serif; }
    .sign-box .or:before {
      content: '';
      position: relative;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.1); }
    .sign-box .or:after {
      content: '';
      position: relative;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.1); }
  .sign-box ul {
    margin: 30px 0 40px; }
    .sign-box ul li {
      font-family: 'roboto', sans-serif;
      font-size: 16px;
      padding: 10px 0; }
      .sign-box ul li .fa-user {
        color: #000 !important; }
  .sign-box .forgot p {
    margin-bottom: 30px; }
  .sign-box .forgot a {
    margin: 0;
    height: 41px;
    padding: 12px 12px; }
  .sign-box.create .subscribe {
    margin-top: 30px; }
  .sign-box.create input[type="checkbox"] {
    margin-bottom: 10px; }
  .sign-box.create .form-group {
    margin-bottom: 10px; }
  .sign-box.create .agree {
    text-align: center;
    margin: 20px 0; }
    .sign-box.create .agree a {
      display: inline; }
  .sign-box.create .recaptcha {
    text-align: center;
    margin: 25px auto 0;
    width: 300px; }

.forgot-ad {
  margin-bottom: 50px; }

.signin-sliver {
  padding: 100px 0;
  text-align: center;
  background: url("../images/mydaily.jpg") no-repeat top center;
  margin-bottom: 50px; }
  .signin-sliver h3, .signin-sliver li {
    color: #fff;
    font-weight: 500; }
  .signin-sliver img {
    margin-bottom: 60px; }
  .signin-sliver h3 {
    font-family: 'roboto', sans-serif;
    margin-bottom: 30px; }
  .signin-sliver ul {
    list-style: none;
    font-family: 'roboto', sans-serif;
    padding: 0; }
    .signin-sliver ul li {
      display: inline-block;
      color: #fff;
      max-width: 140px;
      margin: 0 20px; }
      .signin-sliver ul li i {
        font-size: 28px; }
  .signin-sliver .create img {
    margin-bottom: 0; }

input[type="text"], input[type="password"], input[type="email"] {
  border: none;
  border-bottom: 1px solid #000;
  color: #000;
  border-radius: 0 !important;
  box-shadow: none; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
    outline: none;
    border-color: #ec1c24;
    box-shadow: none !important; }

input[type="checkbox"] {
  margin-right: 10px; }

.portal-topad {
  margin: 30px 0; }

.portal-sliver {
  padding: 300px 0 30px;
  position: relative;
  margin-bottom: 30px; }
  .portal-sliver .row {
    display: table;
    width: 100%; }
    .portal-sliver .row [class*="col-"] {
      display: table-cell;
      float: none;
      vertical-align: bottom; }
  .portal-sliver h1 {
    color: #fff;
    margin-bottom: 0; }
  .portal-sliver h3 {
    color: #fff;
    margin: 0; }
  .portal-sliver p {
    margin: 0;
    color: #fff; }
  .portal-sliver .btn-window {
    display: inline-block;
    margin-top: 20px; }
  .portal-sliver .blackoverlay {
    height: 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.6) 77%, rgba(0, 0, 0, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.6) 77%, rgba(0, 0, 0, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.6) 77%, rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#cc000000', GradientType=0);
    /* IE6-9 */ }

.block-advert {
  height: 300px;
  margin-bottom: 30px; }

.red {
  color: #ec1c24; }

a {
  outline: none !important;
  transition: 0.1s all linear; }
  a:hover {
    color: #ac1019; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.row-no-margin {
  margin: 0; }

.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

img {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

a {
  text-decoration: none !important;
  color: #ec1c24; }

a[data-title] {
  position: relative; }

a[data-title]:hover:after {
  content: attr(data-title);
  padding: 6px 10px;
  font-family: "roboto", sans-serif;
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 0;
  top: -40px;
  white-space: nowrap;
  z-index: 20;
  background: #2b2b2b; }

a[data-left]:hover:after {
  content: attr(data-title);
  left: auto;
  right: 0; }

.col-left {
  width: 75%; }

.col-right {
  min-width: 330px; }

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #000;
  transition: background-color 0.2s linear;
  border-radius: 0;
  min-height: inherit;
  border: 0; }
  .navbar .navbar-header .navbar-brand {
    padding: 0 15px 0 0;
    height: 50px; }
    .navbar .navbar-header .navbar-brand img {
      height: 50px; }
  .navbar .navbar-header .navbar-toggle .icon-bar {
    background-color: #b0bec5; }
  .navbar .navbar-nav li {
    padding: 5px 0; }
    .navbar .navbar-nav li a, .navbar .navbar-nav li .open a, .navbar .navbar-nav li .open a:focus, .navbar .navbar-nav li .open a:hover, .navbar .navbar-nav li .open a:active {
      font-size: 12px;
      outline: none !important;
      text-transform: uppercase;
      font-weight: 300;
      color: #fff;
      letter-spacing: 1px;
      font-family: 'roboto', sans-serif;
      padding: 8px 7px 0; }
    .navbar .navbar-nav li a:hover, .navbar .navbar-nav li a:focus, .navbar .navbar-nav li a:active {
      background-color: rgba(0, 0, 0, 0.05);
      color: #fff; }
    .navbar .navbar-nav li .social-link {
      padding: 0;
      height: 25px;
      width: 25px;
      background: white;
      border-radius: 50%;
      text-align: center;
      color: #000;
      line-height: 35px;
      margin-top: 8px;
      margin-left: 5px; }
      .navbar .navbar-nav li .social-link .fa {
        line-height: 26px; }
      .navbar .navbar-nav li .social-link:hover.nav-fb {
        background-color: #3b5998;
        color: #fff; }
      .navbar .navbar-nav li .social-link:hover.nav-twitter {
        background-color: #55acee;
        color: #fff; }
      .navbar .navbar-nav li .social-link:hover.nav-linkedin {
        background-color: #0077b5;
        color: #fff; }
      .navbar .navbar-nav li .social-link:hover.nav-subscribe {
        background-color: #ec1c24;
        color: #fff; }
    .navbar .navbar-nav li .search-toggle {
      font-size: 16px; }
  .navbar .navbar-nav li.active a {
    color: #ec1c24;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.25); }
  .navbar .navbar-nav li.active a:hover, .navbar .navbar-nav li.active a:focus, .navbar .navbar-nav li.active a:active {
    background-color: rgba(0, 0, 0, 0.05) !important;
    color: #ec1c24; }
  .navbar .navbar-nav .open > a {
    background-color: rgba(0, 0, 0, 0.05); }
  .navbar .navbar-right .dropdown-menu {
    right: 10px; }
  .navbar .profile-link {
    margin-top: -7px;
    height: 60px;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .navbar .profile-link .profile-pic {
      height: 35px;
      margin-right: 5px; }
  .navbar .navbar-form {
    margin-top: 12px; }
    .navbar .navbar-form .form-group .form-control {
      background: transparent;
      border: none;
      border-radius: 0;
      border-bottom: 1px solid #fff;
      color: #fff;
      font-family: "roboto", sans-serif;
      font-size: 12px;
      box-shadow: none;
      max-width: 130px; }
      .navbar .navbar-form .form-group .form-control:focus {
        box-shadow: none; }
      .navbar .navbar-form .form-group .form-control::-webkit-input-placeholder {
        color: #fff; }
      .navbar .navbar-form .form-group .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #fff; }
      .navbar .navbar-form .form-group .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff; }
      .navbar .navbar-form .form-group .form-control:-ms-input-placeholder {
        color: #fff; }
    .navbar .navbar-form .btn {
      border-radius: 0;
      border: none;
      border-bottom: 1px solid #fff;
      background-color: transparent;
      color: #fff;
      border-left: none;
      margin-left: -5px;
      padding: 10px 12px; }
  .navbar .search-nav {
    visibility: hidden;
    background-color: #ec1c24;
    padding: 15px;
    position: fixed;
    z-index: 1;
    transition: 0.2s all cubic-bezier(0, 0, 0.2, 1);
    top: -80px;
    width: 100%; }
    .navbar .search-nav .input-group .form-control {
      background-color: #ac1019;
      border: none;
      box-shadow: none;
      font-family: "roboto", sans-serif;
      color: #fff; }
      .navbar .search-nav .input-group .form-control:focus {
        box-shadow: none; }
      .navbar .search-nav .input-group .form-control::-webkit-input-placeholder {
        color: #fff; }
      .navbar .search-nav .input-group .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #fff; }
      .navbar .search-nav .input-group .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff; }
      .navbar .search-nav .input-group .form-control:-ms-input-placeholder {
        color: #fff; }
    .navbar .search-nav .input-group .btn {
      background-color: #fff;
      padding: 6px 12px; }
    .navbar .search-nav.expand {
      visibility: visible;
      top: 0;
      height: 64px; }

.nav_scroll, .nav-dark {
  background-color: #000; }

.nav_scroll .navarticle-popout {
  left: 0; }

.navarticle-container {
  margin: 0 75px 0 60px;
  height: 50px;
  overflow: hidden; }

.navarticle-popout {
  background-color: rgba(0, 0, 0, 0.3);
  height: 50px;
  position: relative;
  left: 100%;
  transition: 0.5s all linear; }
  .navarticle-popout a {
    color: #fff;
    font-size: 24px;
    display: block;
    width: 25%;
    float: left;
    text-align: center;
    padding: 13px 0; }

.dropdown .dropdown-menu {
  transform: scale(0);
  transition: 0.2s all ease-out;
  display: block;
  transform-origin: top right;
  border: none;
  opacity: 0;
  background-color: #2b2b2b;
  border-radius: 0;
  z-index: 999; }
  .dropdown .dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 0.25);
    padding: 0; }
  .dropdown .dropdown-menu li:hover {
    background-color: rgba(0, 0, 0, 0.25); }
    .dropdown .dropdown-menu li:hover a {
      color: #fff;
      background-color: transparent; }

.dropdown.open .dropdown-menu {
  transform: scale(1);
  opacity: 1; }

.btn-border {
  border: 1px solid black;
  color: black;
  border-radius: 2px;
  font-size: 14px;
  font-family: "roboto", sans-serif;
  transition: 0.2s all linear;
  text-transform: uppercase;
  padding: 10px 20px; }
  .btn-border:hover {
    background-color: black;
    color: #fff; }

.btn-red-border {
  border-color: #ec1c24;
  color: #ec1c24;
  display: block;
  text-align: center; }
  .btn-red-border:hover {
    background-color: #ec1c24;
    color: #fff; }

.btn-red {
  border-color: #ec1c24;
  background-color: #ec1c24;
  color: #fff;
  display: block;
  text-align: center; }
  .btn-red:hover {
    background-color: #fff;
    color: #ec1c24; }

.newsheader, .articleheader {
  height: 100%;
  width: 100%;
  position: relative;
  background: #999999 no-repeat center / cover;
  margin-top: 50px;
  max-height: 90%; }
  .newsheader .container, .articleheader .container {
    position: relative;
    height: 100%; }
  .newsheader .blackoverlay, .articleheader .blackoverlay {
    height: 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */ }
  .newsheader .titles, .articleheader .titles {
    position: absolute;
    bottom: 3%;
    color: #fff;
    font-family: "roboto", sans-serif;
    width: 75%; }
    .newsheader .titles h4, .articleheader .titles h4 {
      background-color: #ec1c24;
      color: #fff;
      display: inline-block;
      font-family: "roboto", sans-serif;
      padding: 5px;
      text-transform: uppercase; }
    .newsheader .titles h1, .articleheader .titles h1 {
      margin-bottom: 10px;
      font-size: 3.4em;
      font-family: "Georgia", serif;
      font-weight: 300;
      display: block;
      padding-right: 25px; }
    .newsheader .titles h3, .articleheader .titles h3 {
      font-size: 24px;
      font-weight: 300;
      display: block;
      margin: 0; }
    .newsheader .titles h5, .articleheader .titles h5 {
      font-size: 18px;
      font-weight: 300;
      vertical-align: middle;
      display: inline-block; }
      .newsheader .titles h5 img, .articleheader .titles h5 img {
        height: 50px;
        width: 50px;
        margin-right: 10px; }
      .newsheader .titles h5 a, .articleheader .titles h5 a {
        font-size: 12px; }
      .newsheader .titles h5 .read-later, .newsheader .titles h5 .follow, .articleheader .titles h5 .read-later, .articleheader .titles h5 .follow {
        padding: 5px;
        background-color: #fff;
        border-radius: 5px;
        color: #535e64; }
        .newsheader .titles h5 .read-later:hover, .newsheader .titles h5 .follow:hover, .articleheader .titles h5 .read-later:hover, .articleheader .titles h5 .follow:hover {
          color: #ac1019; }
    .newsheader .titles .date, .articleheader .titles .date {
      font-weight: 300;
      margin-bottom: 30px;
      text-align: right; }
      .newsheader .titles .date h4, .articleheader .titles .date h4 {
        font-weight: 300; }
      .newsheader .titles .date h6, .articleheader .titles .date h6 {
        font-weight: 300; }
    .newsheader .titles h6, .articleheader .titles h6 {
      font-weight: 400;
      font-size: 1.4rem; }
    .newsheader .titles .row, .articleheader .titles .row {
      margin-right: 0; }

.articleheader .titles {
  padding-left: 50px; }
  .articleheader .titles h4 {
    font-size: 1.7em;
    margin-bottom: 12px; }
  .articleheader .titles h1 {
    font-size: 3.4em;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%; }
  .articleheader .titles h5 {
    margin-bottom: 20px; }
    .articleheader .titles h5 span {
      padding: 0 10px;
      font-weight: 700;
      font-size: 19px; }

.noheaderimage {
  height: auto;
  background: none;
  padding-top: 60px;
  padding-bottom: 10px;
  color: #000;
  margin-top: auto; }
  .noheaderimage .titles {
    position: relative;
    font-family: "roboto", sans-serif;
    padding-left: 50px;
    width: 75%; }
    .noheaderimage .titles h4 {
      font-size: 1.7em;
      color: #ec1c24; }
    .noheaderimage .titles h1 {
      margin: 0;
      font-size: 3.4em;
      font-family: "Georgia", serif;
      font-weight: 300;
      display: block;
      padding-right: 25px; }
    .noheaderimage .titles h5 {
      font-size: 18px;
      font-weight: 300;
      vertical-align: middle;
      display: inline-block; }
      .noheaderimage .titles h5 span {
        padding: 0 10px;
        font-weight: 700;
        font-size: 19px; }
    .noheaderimage .titles .row {
      margin-right: 0; }

.articleheader-small .titles {
  text-align: center; }
  .articleheader-small .titles h4 {
    color: #ec1c24;
    font-weight: 600;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "roboto", sans-serif;
    margin-bottom: 0; }
  .articleheader-small .titles h1 {
    margin: 10px auto;
    max-width: 80%; }
.articleheader-small .author-title {
  color: #535e64;
  font-size: 18px; }
  .articleheader-small .author-title span {
    padding: 0 10px; }
.articleheader-small .header-image {
  padding-top: 20px;
  width: 100%; }
.articleheader-small .image-caption {
  font-size: 13px;
  font-style: italic;
  border-bottom: 1px solid #b0bec5;
  color: #535e64;
  padding: 15px 0;
  margin-bottom: 40px; }
.articleheader-small .media {
  font-family: "roboto", sans-serif;
  padding-left: 50px; }
  .articleheader-small .media .media-left {
    vertical-align: middle; }
    .articleheader-small .media .media-left img {
      width: 50px;
      height: 50px; }
  .articleheader-small .media .media-body {
    vertical-align: middle;
    color: #535e64; }
    .articleheader-small .media .media-body a {
      font-size: 12px; }
    .articleheader-small .media .media-body .follow {
      margin: 0 10px;
      padding: 5px;
      border: 1px solid;
      border-radius: 5px; }
      .articleheader-small .media .media-body .follow .fa {
        margin-right: 5px; }
.articleheader-small .date {
  color: #535e64;
  font-family: "roboto", sans-serif; }
  .articleheader-small .date h4 {
    margin-bottom: 5px;
    font-weight: 300; }
  .articleheader-small .date h6 {
    margin-top: 0;
    font-weight: 300; }

.about-body {
  background-color: #fff; }
  .about-body .contact .btn-window {
    border: 2px solid #ec1c24; }

.about-header {
  padding: 100px 0;
  margin-top: 50px;
  text-align: center;
  background-size: cover; }
  .about-header .row {
    display: table;
    width: 100%; }
  .about-header [class*='col-'] {
    display: table-cell;
    float: none;
    vertical-align: middle; }
  .about-header h1, .about-header h3 {
    color: #fff;
    margin-top: 0; }
  .about-header h1 {
    font-size: 90px;
    margin-bottom: 0;
    margin-top: 0; }
  .about-header h3 {
    font-family: 'roboto', sans-serif;
    font-weight: 500; }
  .about-header .button-group {
    width: 400px;
    margin: 0 auto 50px; }
    .about-header .button-group a {
      display: block; }

.about {
  padding: 50px 0;
  text-align: center;
  margin-bottom: 50px; }
  .about p {
    font-size: 18px;
    margin-bottom: 30px;
    font-family: 'roboto', sans-serif; }
  .about:after {
    display: block;
    content: '';
    width: 200px;
    height: 3px;
    background-color: #ec1c24;
    margin: 0 auto; }

.team h1 {
  margin-top: 0; }
.team p {
  font-family: "roboto", sans-serif; }
.team .opening-text {
  margin-bottom: 50px;
  font-family: 'roboto', sans-serif;
  font-size: 18px; }
.team .team-image {
  background-color: #f8f8f8;
  padding: 10px; }
.team .lead {
  font-size: 18px; }
.team .team-body h3, .team .team-body h6 {
  margin: 0; }
.team .team-body h6 {
  margin-bottom: 30px;
  font-family: 'roboto', sans-serif;
  font-size: 18px;
  color: #aaa;
  margin-top: 10px; }
.team .team-member {
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
  margin-top: 80px; }
  .team .team-member:after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background-color: #ec1c24;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .team .team-member:last-child:after {
    display: none; }
.team .social-left {
  font-size: 20px;
  margin: 20px 0; }
  .team .social-left a {
    margin: 0 5px; }
.team .social {
  text-align: center; }
  .team .social .stats {
    margin-bottom: 20px; }
    .team .social .stats span {
      display: inline-block;
      text-align: center;
      padding: 0 15px;
      font-family: 'roboto', sans-serif;
      font-size: 28px;
      line-height: 1;
      font-weight: 500; }
      .team .social .stats span span {
        font-size: 12px;
        font-weight: 300; }
    .team .social .stats span:first-child {
      border-right: 3px solid #ec1c24; }
  .team .social a {
    font-size: 20px;
    margin: 0 5px; }

.tipoff-header {
  background: url(../images/contact.jpg) no-repeat center center/cover;
  padding: 100px 0;
  margin-top: 63px; }
  .tipoff-header h1 {
    color: #fff;
    margin: 0;
    font-size: 42px; }
  .tipoff-header h3 {
    color: #fff;
    font-family: 'roboto', sans-serif;
    font-size: 20px; }

.tipoff-body {
  background-color: #fff; }

.tipoff {
  text-align: center;
  padding: 50px 0; }
  .tipoff h2 {
    font-family: 'roboto', sans-serif;
    margin-bottom: 0;
    margin-top: 0; }
  .tipoff .tipoff-method {
    list-style: none;
    text-align: center;
    padding: 20px 0 0; }
    .tipoff .tipoff-method li {
      display: inline-block; }
    .tipoff .tipoff-method input {
      display: none; }
    .tipoff .tipoff-method label {
      display: block;
      background-color: #ccc;
      padding: 20px 30px;
      font-weight: 300;
      cursor: pointer;
      text-align: center;
      width: 300px; }
    .tipoff .tipoff-method input:checked + label {
      color: #fff;
      background: #ec1c24 url(../images/glow.png) top left/cover; }

.tipoff-type {
  background-color: #f0f0f0;
  padding: 50px 0; }
  .tipoff-type h3 {
    font-family: 'roboto', sans-serif;
    margin-bottom: 20px; }
  .tipoff-type .material-type input {
    display: none; }
  .tipoff-type .material-type label {
    display: inline-block;
    float: left;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 20px 20px 100px;
    cursor: pointer;
    font-size: 20px;
    font-family: 'roboto', sans-serif; }
    .tipoff-type .material-type label span {
      font-weight: 300;
      font-size: 16px;
      font-family: 'Georgia', serif;
      display: block;
      margin-top: 10px;
      color: #000; }
  .tipoff-type .material-type input:checked + label {
    background: #ec1c24 url(../images/glow.png) top left/cover;
    color: #fff; }
    .tipoff-type .material-type input:checked + label span {
      color: #fff; }
  .tipoff-type .how {
    margin-top: 50px; }
  .tipoff-type .stepper {
    margin-bottom: 50px; }

.stepper {
  position: relative;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  list-style: none;
  padding: 0; }
  .stepper li {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    font-family: 'roboto', sans-serif;
    font-size: 16px;
    color: #999999; }
    .stepper li span {
      display: block;
      padding: 10px; }
    .stepper li .fa {
      margin-right: 10px; }
    .stepper li:not(:first-child)::before, .stepper li:not(:last-child)::after {
      content: '';
      position: relative;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 6px 0 0;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.1); }
  .stepper li.active {
    color: #ec1c24; }

.feedheader {
  height: calc(100% + 70px); }

.info-block {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 30px;
  font-size: 16px; }
  .info-block .btn-full {
    margin-top: 30px;
    display: inline-block; }
  .info-block .fa {
    color: #888;
    font-size: 40px; }
  .info-block h3 {
    margin-bottom: 30px; }
  .info-block h4 {
    font-family: 'roboto', sans-serif;
    margin-top: 30px; }
  .info-block img {
    width: 40px;
    margin-right: 10px; }
  .info-block ul {
    list-style: none;
    padding-left: 0; }
    .info-block ul li span {
      display: inline-block; }
    .info-block ul li span + span {
      width: 80%; }
    .info-block ul li .bullet {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #ccc;
      margin-right: 10px;
      vertical-align: top;
      margin-top: 7px; }

.trending {
  background-color: #000;
  padding: 5px 0;
  font-family: "roboto", sans-serif;
  border-top: 2px solid #fff;
  font-size: 12px;
  margin-bottom: 30px; }
  .trending ul {
    margin-bottom: 0;
    text-transform: uppercase;
    height: 17px;
    overflow: hidden;
    text-align: right; }
    .trending ul li:first-child {
      font-weight: 600;
      color: #535e64; }
    .trending ul li:nth-child(2) {
      font-weight: 600;
      color: #535e64; }
    .trending ul li {
      color: #fff;
      font-weight: 400; }
      .trending ul li a {
        color: #fff;
        margin-left: 10px; }
    .trending ul #dateDiv {
      font-weight: 600;
      margin-right: 30px; }

#lightgallery {
  cursor: pointer; }
  #lightgallery img {
    width: 100%;
    height: auto;
    display: block; }
  #lightgallery div + div {
    display: none; }

.lg-outer .lg-thumb-item img {
  width: auto; }

.feed .feed-heading {
  font-family: "roboto", sans-serif;
  margin-bottom: 30px;
  font-weight: 300; }
.feed .feed_item {
  background-color: #fff;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .feed .feed_item .feed_link {
    display: block;
    height: 100%; }
  .feed .feed_item .feed_image {
    height: 200px;
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .feed .feed_item .feed_image img {
      width: 100%; }
    .feed .feed_item .feed_image .feed_grid {
      list-style: none;
      padding: 0;
      height: 100%; }
      .feed .feed_item .feed_image .feed_grid li {
        float: left;
        width: 50%;
        height: 50%;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
        .feed .feed_item .feed_image .feed_grid li a {
          display: block;
          width: 100%;
          height: 100%; }
      .feed .feed_item .feed_image .feed_grid li:nth-child(1) {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff; }
      .feed .feed_item .feed_image .feed_grid li:nth-child(2) {
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff; }
      .feed .feed_item .feed_image .feed_grid li:nth-child(3) {
        border-right: 1px solid #fff;
        border-top: 1px solid #fff; }
      .feed .feed_item .feed_image .feed_grid li:nth-child(4) {
        border-left: 1px solid #fff;
        border-top: 1px solid #fff; }
  .feed .feed_item .feed_title {
    padding: 0 25px;
    text-align: center; }
    .feed .feed_item .feed_title h1 {
      font-weight: 300;
      letter-spacing: .2px;
      font-family: "Georgia", serif;
      font-size: 21px;
      line-height: 23px;
      color: #000; }
    .feed .feed_item .feed_title h4 {
      color: #ec1c24;
      font-weight: 600;
      margin-top: 30px;
      text-transform: uppercase;
      font-size: 12px;
      font-family: "roboto", sans-serif;
      margin-bottom: 20px; }
  .feed .feed_item .feed_details {
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #f0f0f0;
    color: #999999;
    font-family: "roboto", sans-serif;
    right: 0;
    font-size: 12px;
    max-height: 40px;
    overflow: hidden; }
    .feed .feed_item .feed_details .author {
      overflow: hidden;
      height: 40px;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #535e64; }
    .feed .feed_item .feed_details .date {
      font-size: 11px;
      padding-left: 0;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  .feed .feed_item .feed_hover {
    position: absolute;
    bottom: -55px;
    background: #fff;
    width: 100%;
    padding: 15px;
    border-top: 1px solid #f0f0f0;
    transition: all 0.2s ease-out;
    right: 0; }
    .feed .feed_item .feed_hover .fa {
      color: #000;
      font-size: 18px; }
    .feed .feed_item .feed_hover .fa-bookmark {
      color: #ec1c24; }
    .feed .feed_item .feed_hover a {
      margin: 0 5px;
      color: #000;
      font-family: "roboto", sans-serif;
      line-height: 24px; }
    .feed .feed_item .feed_hover a:first-child {
      margin-left: 0; }
    .feed .feed_item .feed_hover .social a {
      display: inline-block;
      height: 24px;
      width: 24px;
      text-align: center;
      border-radius: 50%; }
      .feed .feed_item .feed_hover .social a .fa {
        line-height: 24px;
        color: #fff;
        font-size: 14px; }
    .feed .feed_item .feed_hover .social .tw {
      background-color: #00aced; }
    .feed .feed_item .feed_hover .social .in {
      background-color: #0077b5; }
    .feed .feed_item .feed_hover .social .fb {
      background-color: #3b5998; }
.feed .feed_item:hover .feed_hover {
  bottom: 0; }
.feed .feed_fullwidth .feed_image_padding, .feed .feed_zapiro .feed_image_padding {
  padding-right: 0; }
.feed .feed_fullwidth .feed_image, .feed .feed_zapiro .feed_image {
  height: 480px; }
.feed .feed_fullwidth .feed_title, .feed .feed_zapiro .feed_title {
  padding: 0 30px;
  max-width: 100%; }
  .feed .feed_fullwidth .feed_title h4, .feed .feed_zapiro .feed_title h4 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 500; }
  .feed .feed_fullwidth .feed_title h1, .feed .feed_zapiro .feed_title h1 {
    margin: 50px 0;
    line-height: initial;
    font-size: 28px; }
  .feed .feed_fullwidth .feed_title h5, .feed .feed_zapiro .feed_title h5 {
    color: #535e64;
    font-family: "roboto", sans-serif;
    font-weight: 300; }
.feed .feed_fullwidth .feed_fullwidth_centered, .feed .feed_zapiro .feed_fullwidth_centered {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center; }
.feed .feed_fullwidth .blackoverlay, .feed .feed_zapiro .blackoverlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */ }
.feed .feed_wide {
  background: no-repeat center;
  background-size: cover; }
  .feed .feed_wide .feed_image {
    display: none; }
  .feed .feed_wide .feed_title {
    text-align: left;
    position: absolute;
    bottom: 24px;
    padding: 0 30px; }
    .feed .feed_wide .feed_title h1 {
      color: #fff;
      font-size: 28px;
      margin-bottom: 20px;
      line-height: 28px; }
    .feed .feed_wide .feed_title h4 {
      background-color: #ec1c24;
      color: #fff;
      display: inline-block;
      padding: 5px 10px;
      margin: 0; }
    .feed .feed_wide .feed_title h5 {
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      margin: 0 0 5px;
      font-family: "roboto", sans-serif; }
      .feed .feed_wide .feed_title h5 .date {
        font-size: 13px; }
  .feed .feed_wide .blackoverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */ }
  .feed .feed_wide .feed_hover {
    width: 100%; }
.feed .streak {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 10px;
  font-family: "roboto", sans-serif; }
  .feed .streak img {
    height: 35px; }
  .feed .streak p {
    margin: 0;
    font-size: 17px; }
  .feed .streak span {
    color: #ec1c24;
    font-weight: 600;
    margin-right: 10px; }

.top-ad {
  padding-bottom: 30px; }
  .top-ad img {
    width: 100%;
    height: auto; }

.article {
  padding: 20px 0 50px;
  font-size: 18px !important;
  line-height: 1.5;
  background-color: #fff;
  font-family: 'Georgia', serif !important; }
  .article .article-container {
    padding: 0 70px 0 50px; }
    .article .article-container .date h4 {
      margin-left: 0;
      margin-bottom: 20px;
      margin-top: 50px; }
    .article .article-container .save-for-later, .article .article-container .follow-author {
      color: #535e64; }
      .article .article-container .save-for-later a, .article .article-container .save-for-later p, .article .article-container .follow-author a, .article .article-container .follow-author p {
        font-family: 'roboto', sans-serif;
        font-size: 12px; }
      .article .article-container .save-for-later a, .article .article-container .follow-author a {
        margin: 0 1px; }
      .article .article-container .save-for-later .read-later, .article .article-container .save-for-later .follow, .article .article-container .follow-author .read-later, .article .article-container .follow-author .follow {
        padding: 5px;
        color: #535e64;
        border: 1px solid;
        border-radius: 5px;
        display: inline-block;
        margin-bottom: 10px;
        width: 100% !important;
        font-size: 14px; }
        .article .article-container .save-for-later .read-later .fa, .article .article-container .save-for-later .follow .fa, .article .article-container .follow-author .read-later .fa, .article .article-container .follow-author .follow .fa {
          color: #ec1c24; }
        .article .article-container .save-for-later .read-later:hover, .article .article-container .save-for-later .follow:hover, .article .article-container .follow-author .read-later:hover, .article .article-container .follow-author .follow:hover {
          color: #ec1c24; }
  .article .opinion-article {
    margin-top: 20px; }
  .article .wp-caption-text {
    font-size: 13px;
    font-style: italic; }
    .article .wp-caption-text:before {
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f030";
      padding-right: 5px; }
  .article p {
    margin-bottom: 15px; }
    .article p span {
      font-weight: 300 !important;
      font-size: 18px !important; }
  .article blockquote {
    font-family: "Georgia", serif;
    font-style: italic;
    color: #777;
    font-size: 20px;
    border-left: 0; }
  .article blockquote.left {
    float: left;
    margin: 10px 0 20px -10px;
    padding-right: 50px;
    width: 300px;
    padding-left: 0; }
  .article blockquote.right {
    float: right;
    margin: 10px -70px 20px 0;
    padding-left: 50px;
    width: 350px; }
  .article blockquote.center {
    width: auto;
    text-align: center; }
  .article .first-paragraph {
    font-size: 22px;
    font-weight: 500;
    line-height: 27px; }
  .article .last-paragraph, .article .image-caption {
    font-size: 13px;
    font-style: italic; }
  .article .image-caption {
    padding-top: 0;
    color: #535e64;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    .article .image-caption .morelink, .article .image-caption .morelink:hover {
      text-decoration: none;
      outline: none;
      color: #ff0000;
      font-size: 13px; }
  .article .article-image {
    margin: 0 0 10px; }
  .article .article-share .share-icon, .article .article-share .btn-facebook, .article .article-share .btn-twitter, .article .article-share .btn-linkin {
    opacity: 1;
    color: #fff;
    height: 30px;
    display: inline-block;
    text-align: center;
    padding-left: 10px;
    border-radius: 3px; }
    .article .article-share .share-icon .fa, .article .article-share .btn-facebook .fa, .article .article-share .btn-twitter .fa, .article .article-share .btn-linkin .fa {
      line-height: 30px; }
    .article .article-share .share-icon span, .article .article-share .btn-facebook span, .article .article-share .btn-twitter span, .article .article-share .btn-linkin span {
      font-family: "roboto", sans-serif;
      padding-left: 5px;
      padding-right: 10px;
      font-size: 14px;
      font-weight: 400; }
  .article .article-share .share-icon {
    background-color: #2b2b2b;
    line-height: 30px;
    width: 30px;
    padding-left: 0; }
  .article .article-tags {
    margin-top: 30px;
    margin-left: 5px; }
    .article .article-tags li {
      background-color: transparent;
      color: #000;
      font-size: 12px;
      font-family: "roboto", sans-serif;
      border-radius: 3px;
      padding: 3px 6px;
      border: 1px solid #ec1c24;
      cursor: pointer;
      margin-right: 5px; }
  .article .social-container {
    position: relative; }
  .article .date h4 {
    color: #000;
    font-family: 'roboto', sans-serif;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 50px; }
  .article .special-feature-article {
    padding: 0 120px; }
    .article .special-feature-article .article-image-container {
      margin: 0 -120px; }
      .article .special-feature-article .article-image-container .article-image {
        margin: auto;
        width: 100%; }
  .article .dm_add {
    text-align: center;
    margin: 0 auto 20px; }

.opionista-header {
  background: #000 url(../images/opion.jpg) no-repeat center center/cover;
  padding-top: 100px;
  padding-bottom: 20px; }
  .opionista-header h4 {
    font-family: 'roboto', sans-serif;
    color: #fff;
    margin-left: 50px; }
  .opionista-header h1 {
    color: #fff;
    margin-bottom: 0;
    margin-left: 50px;
    font-size: 36px; }

.opionista-bio, .author-bio, .optionisita-author {
  margin-top: -120px;
  position: relative;
  border-bottom: 1px solid #888;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .opionista-bio .profile, .author-bio .profile, .optionisita-author .profile {
    border-radius: 50%;
    width: 200px;
    margin: auto;
    display: block;
    border: 2px solid #fff;
    background: #fff no-repeat center / cover; }
  .opionista-bio h4, .author-bio h4, .optionisita-author h4 {
    margin-bottom: 20px; }
  .opionista-bio a, .opionista-bio p, .author-bio a, .author-bio p, .optionisita-author a, .optionisita-author p {
    font-family: 'roboto', sans-serif;
    text-align: justify; }
  .opionista-bio a, .author-bio a, .optionisita-author a {
    margin: 0 1px; }
  .opionista-bio .read-later, .opionista-bio .follow, .author-bio .read-later, .author-bio .follow, .optionisita-author .read-later, .optionisita-author .follow {
    font-size: 12px;
    padding: 5px;
    color: #535e64;
    border: 1px solid;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px; }
    .opionista-bio .read-later:hover, .opionista-bio .read-later .fa, .opionista-bio .follow:hover, .opionista-bio .follow .fa, .author-bio .read-later:hover, .author-bio .read-later .fa, .author-bio .follow:hover, .author-bio .follow .fa, .optionisita-author .read-later:hover, .optionisita-author .read-later .fa, .optionisita-author .follow:hover, .optionisita-author .follow .fa {
      color: #ec1c24; }
  .opionista-bio .fa, .author-bio .fa, .optionisita-author .fa {
    color: #ec1c24; }
  .opionista-bio p, .author-bio p, .optionisita-author p {
    font-size: 12px;
    color: #535e64; }
  .opionista-bio ul, .author-bio ul, .optionisita-author ul {
    margin-bottom: 20px; }
    .opionista-bio ul li a, .author-bio ul li a, .optionisita-author ul li a {
      font-size: 12px;
      color: #535e64; }
      .opionista-bio ul li a:hover, .author-bio ul li a:hover, .optionisita-author ul li a:hover {
        color: #ec1c24; }

.optionisita-author {
  margin-top: 0;
  background-color: #fff;
  padding: 20px 20px 10px;
  margin-bottom: 30px;
  border-bottom: none; }
  .optionisita-author h2, .optionisita-author h4 {
    font-weight: 300;
    margin: 0; }
  .optionisita-author h2 {
    margin-bottom: 5px; }
  .optionisita-author a + a {
    margin: 0; }
  .optionisita-author .profile {
    margin-bottom: 10px; }
  .optionisita-author .media {
    margin-bottom: 10px !important; }
    .optionisita-author .media .media-left {
      padding-bottom: 10px; }
    .optionisita-author .media .media-body {
      padding: 0 10px !important; }
      .optionisita-author .media .media-body p {
        font-size: 14px;
        color: #000; }
      .optionisita-author .media .media-body .connect {
        bottom: 5px; }
        .optionisita-author .media .media-body .connect .share-icon, .optionisita-author .media .media-body .connect .btn-facebook, .optionisita-author .media .media-body .connect .btn-twitter, .optionisita-author .media .media-body .connect .btn-linkin {
          opacity: 1;
          color: #fff;
          height: 30px;
          display: inline-block;
          text-align: center;
          padding-left: 10px;
          border-radius: 3px; }
          .optionisita-author .media .media-body .connect .share-icon .fa, .optionisita-author .media .media-body .connect .btn-facebook .fa, .optionisita-author .media .media-body .connect .btn-twitter .fa, .optionisita-author .media .media-body .connect .btn-linkin .fa {
            line-height: 30px;
            color: #fff; }
          .optionisita-author .media .media-body .connect .share-icon span, .optionisita-author .media .media-body .connect .btn-facebook span, .optionisita-author .media .media-body .connect .btn-twitter span, .optionisita-author .media .media-body .connect .btn-linkin span {
            font-family: "roboto", sans-serif;
            padding-left: 5px;
            padding-right: 10px;
            font-size: 14px;
            font-weight: 400; }
        .optionisita-author .media .media-body .connect h6 {
          font-family: 'roboto', sans-serif; }

.author-bio {
  margin-top: -70px; }
  .author-bio .profile {
    width: 100px; }

.opionista-bio p {
  color: #000;
  margin-top: 20px; }

.special-feature {
  margin-top: 20px; }
  .special-feature .profile {
    margin: 0;
    float: left; }
  .special-feature h4 {
    padding-top: 20px;
    padding-left: 120px; }
  .special-feature .author-links {
    padding-left: 120px; }

.article-image-container {
  position: relative; }
  .article-image-container .lightgallery-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    pointer-events: none;
    cursor: pointer; }

.side-bar {
  position: static; }

.article-body-small .author-bio {
  margin-top: 0; }
.article-body-small .article-container .date h4 {
  margin-top: 10px; }

.breadcrumb {
  padding: 0;
  background-color: transparent;
  font-family: "roboto", sans-serif;
  font-weight: 400; }

.social-box {
  text-align: center;
  margin-bottom: 20px;
  padding: 15px 0 15px;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  margin-top: 25px; }
  .social-box h5 {
    margin-bottom: 20px; }
  .social-box a {
    margin: 0 5px; }

.image-box {
  text-align: center;
  padding: 10px 0 50px;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  margin-bottom: 60px; }
  .image-box h5 {
    margin-bottom: 20px; }

.btn-social {
  height: 40px;
  width: 40px;
  display: block;
  background-color: #ec1c24;
  color: #fff !important;
  text-align: center;
  border-radius: 50%;
  display: inline-block; }
  .btn-social .fa {
    font-size: 18px;
    line-height: 40px;
    width: 40px; }

.btn-facebook {
  background-color: #3b5998 !important; }

.btn-twitter {
  background-color: #55acee !important; }

.btn-linkin {
  background-color: #0077b5 !important; }

.btn-gallery {
  display: block;
  padding: 15px;
  text-align: center;
  font-family: "roboto", sans-serif;
  color: black;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  transition: all 0.2s linear;
  border-radius: 3px;
  border: 1px solid black; }

.btn-gallery:hover {
  background-color: black;
  color: #fff; }

.article-body .btn-gallery {
  margin-top: 30px; }

.categories-sublinks {
  padding-top: 50px;
  background-color: #fff; }
  .categories-sublinks ul {
    margin-bottom: 0;
    padding: 15px 0;
    text-align: left; }
    .categories-sublinks ul li a {
      font-family: "roboto", sans-serif;
      text-transform: uppercase;
      color: #000;
      font-weight: 400;
      font-size: 12px; }
    .categories-sublinks ul li.active a {
      color: #ec1c24;
      font-weight: 600; }

.categories {
  padding: 30px 0; }
  .categories .media-item {
    position: relative; }
  .categories .media {
    background-color: #fff;
    margin-bottom: 30px;
    min-height: 144px; }
    .categories .media .media-left {
      width: 30%;
      max-width: 300px;
      height: 200px;
      background: no-repeat center / cover; }
    .categories .media .media-body {
      padding: 20px 40px;
      position: relative; }
      .categories .media .media-body h4 {
        color: #ec1c24;
        font-family: "roboto", sans-serif;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 10px; }
      .categories .media .media-body h1 {
        font-weight: 300;
        font-size: 26px;
        color: #000;
        margin-top: 10px;
        line-height: 1.3; }
        @media (min-width: 768px) {
          .categories .media .media-body h1 {
            height: 140px; } }
      .categories .media .media-body .author {
        position: absolute;
        bottom: 30px; }
        .categories .media .media-body .author h6 {
          font-family: "roboto", sans-serif;
          color: #535e64;
          margin: 0;
          display: inline;
          vertical-align: baseline;
          font-weight: 300; }
        .categories .media .media-body .author .date {
          margin-left: 5px;
          color: #535e64;
          font-size: 11px; }
      .categories .media .media-body .img {
        margin-left: auto;
        margin-right: auto;
        width: 100%; }
  .categories .social {
    position: absolute;
    bottom: 27px;
    right: 20px; }
    .categories .social .fa {
      color: #000;
      font-size: 18px; }
    .categories .social .fa-bookmark {
      color: #ec1c24; }
    .categories .social a {
      margin-left: 5px;
      color: #000;
      font-family: "roboto", sans-serif;
      line-height: 24px;
      font-size: 12px; }
    .categories .social .share {
      display: inline-block;
      height: 24px;
      width: 24px;
      text-align: center;
      border-radius: 50%; }
      .categories .social .share .fa {
        line-height: 24px;
        color: #fff;
        font-size: 14px; }
    .categories .social .fb {
      background-color: #3b5998; }
    .categories .social .tw {
      background-color: #00aced; }
    .categories .social .in {
      background-color: #0077b5; }
  .categories.page-title {
    text-transform: uppercase; }

.caption-popover {
  position: absolute;
  transition: 0.2s all linear;
  opacity: 0;
  background: white;
  color: #333;
  bottom: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .caption-popover hr {
    margin: 12px -12px; }
  .caption-popover span {
    font-size: 10px; }

.caption-container {
  position: relative; }

.caption-button {
  position: relative;
  margin-left: 10px;
  cursor: pointer; }
  .caption-button .mobile-text {
    display: none; }

.caption-button:hover ~ .caption-popover {
  opacity: 1; }

.caption-popover-visible {
  opacity: 1; }

.btn-filter {
  background: transparent;
  font-family: "roboto", sans-serif;
  font-size: 12px;
  padding: 14px 12px;
  outline: none;
  color: #ec1c24;
  text-transform: uppercase;
  font-weight: 500; }
  .btn-filter:hover {
    color: #ec1c24; }

.btn-filter ~ .dropdown-menu {
  background-color: white;
  margin-top: 0; }
  .btn-filter ~ .dropdown-menu .input-group {
    padding: 0 10px;
    margin-bottom: 10px; }
    .btn-filter ~ .dropdown-menu .input-group .form-control {
      border: none;
      box-shadow: none;
      border-bottom: 1px solid #333;
      border-radius: 0;
      padding: 0;
      font-family: "roboto", sans-serif;
      font-size: 12px;
      height: 36px; }
    .btn-filter ~ .dropdown-menu .input-group .input-group-btn {
      border-radius: 0;
      border: none;
      border-bottom: 1px solid #333; }
      .btn-filter ~ .dropdown-menu .input-group .input-group-btn .btn {
        background-color: transparent;
        padding-right: 5px; }
  .btn-filter ~ .dropdown-menu li a {
    text-transform: capitalize;
    padding: 5px 10px; }
    .btn-filter ~ .dropdown-menu li a:hover {
      color: #333;
      background-color: transparent; }
  .btn-filter ~ .dropdown-menu li:hover {
    background-color: #f0f0f0; }

.section-header {
  background-color: #fff;
  padding: 20px;
  margin-top: 0;
  font-weight: 300;
  margin-bottom: 30px; }

.nav-blackout {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
  top: 0; }

.zapiro-navigation {
  padding-bottom: 25px;
  text-align: right; }
  .zapiro-navigation .zapiro-search {
    width: 200px;
    background-color: #fff;
    display: inline-block;
    padding: 5px 10px;
    height: 46px; }
    .zapiro-navigation .zapiro-search .btn-filter {
      width: 100%;
      text-align: left;
      height: 46px; }
      .zapiro-navigation .zapiro-search .btn-filter .caret {
        margin-top: 7px;
        position: absolute;
        right: 10px; }
  .zapiro-navigation .btn-full {
    margin-left: -5px;
    height: 46px;
    display: inline-block;
    background-color: #ec1c24;
    color: #fff;
    font-family: "roboto", sans-serif;
    font-size: 12px;
    padding: 15px 12px;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    min-width: 36px; }
  .zapiro-navigation .btn-full + .btn-full {
    margin-left: 10px;
    margin-top: 0; }

.zapiro-links {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px; }
  .zapiro-links .btn-full {
    display: inline-block;
    width: 260px;
    text-align: center; }
  .zapiro-links .btn-full:hover {
    color: #fff; }

@media (min-width: 769px) and (max-width: 1199px) {
  .slider-container .zapiro-navigation .zapiro-search {
    width: calc(100% - 186px); } }
@media (max-width: 768px) {
  .slider-container .page-subtitle {
    font-size: 22px;
    margin-bottom: 10px; }
  .slider-container .zapiro-navigation .zapiro-search {
    width: calc(100% - 84px); } }
.btn-full {
  height: 46px;
  background-color: #ec1c24;
  color: #fff;
  font-family: "roboto", sans-serif;
  font-size: 12px;
  padding: 14px 12px;
  outline: none;
  text-transform: uppercase;
  font-weight: 500; }
  .btn-full:hover, .btn-full:active, .btn-full:focus {
    color: #fff; }

.btn-window {
  height: 46px;
  border: 1px solid #000;
  color: #000;
  font-family: "roboto", sans-serif;
  font-size: 12px;
  padding: 14px 12px;
  outline: none;
  text-transform: uppercase;
  font-weight: 500; }
  .btn-window:hover, .btn-window:active, .btn-window:focus {
    color: #000; }
  .btn-window .btn-load {
    display: block;
    max-width: 200px;
    margin: 0 auto 60px; }
  .btn-window.btn-white {
    border-color: #fff !important;
    color: #fff !important; }
    .btn-window.btn-white:hover, .btn-window.btn-white:active, .btn-window.btn-white:focus {
      color: #fff; }

.footer {
  background-color: #2b2b2b;
  padding: 30px 0; }
  .footer .footer-logo {
    max-width: 100%;
    max-height: 35px;
    width: auto; }
  .footer h4, .footer h3 {
    color: #b0bec5;
    margin-top: 0px;
    font-family: "roboto", sans-serif;
    font-weight: 300; }
  .footer a {
    color: #fff;
    font-family: "roboto", sans-serif;
    font-weight: 300;
    font-size: 14px; }
    .footer a:hover {
      color: #fff; }
  .footer ul {
    padding-left: 17px; }
    .footer ul li {
      padding: 4px 12px;
      transition: all 0.2s linear; }
      .footer ul li:first-child {
        padding-top: 0px; }
      .footer ul li a {
        display: block; }
    .footer ul li:hover {
      background-color: rgba(0, 0, 0, 0.2); }
  .footer .rss-feed {
    margin-left: 17px;
    display: inline-block;
    padding: 8px 12px;
    height: auto; }
  .footer .social-links li {
    padding: 0; }
    .footer .social-links li:hover {
      background-color: transparent; }
  .footer .social-links a {
    font-size: 24px; }
  .footer .stay-up-to-date {
    text-align: right; }

.copyright {
  background-color: #000;
  color: #b0bec5;
  padding: 10px 0; }
  .copyright p {
    font-family: 'roboto', sans-serif;
    margin-bottom: 0; }

.special-feature-header {
  padding: 170px 0;
  text-align: center;
  position: relative;
  background-size: cover;
  background-position: center center; }
  .special-feature-header .blackoverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0; }
  .special-feature-header .container {
    position: relative; }
  .special-feature-header h1 {
    color: #fff; }
  .special-feature-header h4 {
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "roboto", sans-serif;
    margin-bottom: 0; }
  .special-feature-header h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 300; }

.middle-title {
  border-bottom: 2px solid #ec1c24;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 30px; }

.list {
  margin-bottom: 50px; }
  .list .media {
    background: none;
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .list .media .media-left img {
      width: 50px;
      height: auto; }
    .list .media .media-body {
      padding: 0; }
      .list .media .media-body span {
        display: block;
        font-size: 12px; }

.trending-title {
  background: white;
  padding: 10px 20px;
  margin-bottom: 30px; }
  .trending-title .fa {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 25px; }

.btn-view {
  font-family: 'roboto', sans-serif;
  font-weight: 700; }

.announcements {
  padding: 50px 0; }
  .announcements h1 {
    margin-bottom: 30px;
    font-family: "roboto", sans-serif; }
  .announcements .media-left img {
    width: 320px; }
  .announcements .media-item {
    position: relative; }
  .announcements .media {
    background-color: #fff;
    margin-bottom: 30px; }
    .announcements .media .media-body {
      padding: 30px;
      position: relative; }
      .announcements .media .media-body h4 {
        color: #ec1c24;
        font-family: "roboto", sans-serif;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 10px; }
      .announcements .media .media-body h1 {
        font-weight: 300;
        font-size: 26px;
        color: #000;
        margin-top: 10px;
        line-height: 1.3; }
      .announcements .media .media-body p {
        margin-bottom: 20px;
        font-family: "roboto", sans-serif; }
      .announcements .media .media-body ul {
        line-height: 28px;
        font-family: "roboto", sans-serif; }
        .announcements .media .media-body ul li:first-child {
          font-weight: 500; }
      .announcements .media .media-body .event-details {
        padding-bottom: 20px; }
      .announcements .media .media-body .author {
        position: absolute;
        bottom: 30px; }
        .announcements .media .media-body .author h6 {
          font-family: "roboto", sans-serif;
          color: #000;
          margin: 0;
          display: inline;
          vertical-align: baseline; }
        .announcements .media .media-body .author .date {
          margin-left: 5px;
          color: #535e64;
          font-family: "roboto", sans-serif; }
      .announcements .media .media-body .date {
        font-family: "roboto", sans-serif; }
  .announcements .social .fa {
    color: #000;
    font-size: 18px; }
  .announcements .social .fa-bookmark {
    color: #ec1c24; }
  .announcements .social a {
    margin-left: 5px;
    color: #000;
    font-family: "roboto", sans-serif;
    line-height: 24px;
    font-size: 12px; }
  .announcements .social .share {
    display: inline-block;
    height: 24px;
    width: 24px;
    text-align: center;
    border-radius: 50%; }
    .announcements .social .share .fa {
      line-height: 24px;
      color: #fff;
      font-size: 14px; }
  .announcements .social .fb {
    background-color: #3b5998; }
  .announcements .social .tw {
    background-color: #00aced; }
  .announcements .social .in {
    background-color: #0077b5; }

.advertising {
  padding-bottom: 50px;
  padding-top: 50px;
  font-family: 'roboto', sans-serif; }
  .advertising .title {
    margin-bottom: 30px; }
    .advertising .title h3 {
      margin-top: 100px; }
  .advertising .card {
    background-color: #fff;
    min-height: 500px;
    margin-bottom: 30px;
    font-size: 16px; }
    .advertising .card p {
      font-size: 16px; }
    .advertising .card .details {
      padding: 50px 50px 50px; }
      .advertising .card .details h3 {
        margin-top: 0; }
  .advertising .how-it-works {
    padding: 50px;
    min-height: auto;
    font-family: "roboto", sans-serif;
    font-size: 16px; }
    .advertising .how-it-works h2 {
      margin: 0 0 50px; }
    .advertising .how-it-works p {
      font-size: 16px; }
    .advertising .how-it-works .btn-red-border {
      display: inline-block;
      margin-top: 30px; }

.advert-fullwidth, .landscape-advert {
  display: block;
  text-align: center;
  padding: 0 !important;
  width: 100% !important; }

.contact, .newsletter {
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: 'roboto', sans-serif; }
  .contact h1, .newsletter h1 {
    margin-bottom: 50px; }
  .contact p, .newsletter p {
    font-family: 'roboto', sans-serif;
    font-size: 16px;
    margin-bottom: 15px; }
  .contact td, .newsletter td {
    font-family: 'roboto', sans-serif;
    font-size: 16px;
    margin-bottom: 15px; }
  .contact ul, .contact ol, .newsletter ul, .newsletter ol {
    font-family: 'roboto', sans-serif;
    font-size: 16px; }
  .contact .btn-border, .newsletter .btn-border {
    margin-bottom: 10px; }
  .contact .card, .newsletter .card {
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px; }
    .contact .card h1, .newsletter .card h1 {
      margin-top: 0;
      margin-bottom: 30px; }
    .contact .card input, .newsletter .card input {
      width: 100%;
      margin-bottom: 15px;
      font-weight: 300; }
    .contact .card .form-control, .newsletter .card .form-control {
      margin-bottom: 15px;
      border-radius: 0; }
    .contact .card textarea, .newsletter .card textarea {
      resize: none;
      min-height: 155px;
      border: none;
      border-bottom: 1px solid #000;
      color: #000;
      box-shadow: none;
      max-width: 100%;
      font-weight: 300; }
      .contact .card textarea:focus, .newsletter .card textarea:focus {
        outline: none;
        border-color: #ec1c24; }
    .contact .card .btn-inline, .newsletter .card .btn-inline {
      margin-top: 30px; }

.newsletter .card input[type='checkbox'] {
  width: auto; }

.btn-inline {
  display: inline-block;
  margin-bottom: 0; }

.sliver {
  padding: 100px 0;
  color: #fff;
  background-size: cover;
  background-position: center center; }

.page-template-template-section-page .categories .media .media-body h1, .search-results .categories .media .media-body h1 {
  font-size: 22px;
  padding-bottom: 10px; }

.opinionistas-search {
  width: 274px;
  overflow-y: auto;
  max-height: 500px;
  overflow-x: hidden; }
  .opinionistas-search > li {
    height: 27px; }

@media (max-width: 767px) {
  .footer .footer-logo {
    margin: 0 auto;
    max-height: none;
    max-width: 100%;
    width: auto; }
  .footer h4, .footer h3 {
    text-align: center; }
  .footer ul {
    padding-left: 0; }
    .footer ul li {
      text-align: center;
      padding: 12px; }
      .footer ul li:first-child {
        padding-top: 12px; }
  .footer .stay-up-to-date {
    text-align: center !important; }

  .material-type .row-eq-height {
    display: block; }

  .tipoff-type .stepper {
    display: block; }
    .tipoff-type .stepper li::before, .tipoff-type .stepper li::after {
      content: '';
      position: relative;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 6px 0 0;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.1); }

  .col-left.col-xs-12 {
    width: 100%; }

  .col-right {
    min-width: auto; }

  .nav-darken .navbar-header {
    opacity: 0.4; }
  .nav-darken.nav_scroll {
    background-color: black; }

  .main-nav {
    position: fixed;
    max-width: 75%;
    width: 300px;
    right: -300px;
    background-color: #2b2b2b;
    margin: 0;
    top: 0;
    height: 100%;
    transition: 0.3s all ease-out;
    overflow-y: scroll;
    overflow: -moz-scrollbars-none;
    min-width: 290px; }
    .main-nav .input-group {
      display: table !important;
      margin-bottom: 10px;
      margin-top: 10px; }
      .main-nav .input-group .form-control {
        border: none;
        border-radius: 0;
        font-family: 'roboto', sans-serif;
        height: 44px; }
      .main-nav .input-group .input-group-btn {
        background-color: #fff; }
      .main-nav .input-group .btn {
        border: none;
        border-radius: 0;
        background-color: transparent; }
    .main-nav::-webkit-scrollbar {
      display: none; }

  .main-expanded {
    right: 0; }

  .navbar .navbar-header {
    transition: 0.3s all ease-out; }
    .navbar .navbar-header .navbar-brand {
      height: 42px;
      padding: 0; }
      .navbar .navbar-header .navbar-brand img {
        height: 42px; }

  .newsheader, .articleheader {
    height: 60%;
    min-height: 300px;
    margin-top: 42px; }
    .newsheader .titles, .articleheader .titles {
      width: 90%; }
      .newsheader .titles h1, .articleheader .titles h1 {
        padding-right: 20px;
        font-size: 22px;
        width: 100%; }
      .newsheader .titles h3, .articleheader .titles h3 {
        font-size: 16px;
        padding-left: 0; }
      .newsheader .titles h4, .newsheader .titles h6, .articleheader .titles h4, .articleheader .titles h6 {
        font-size: 0.8em; }
      .newsheader .titles .caption-container, .articleheader .titles .caption-container {
        margin-top: 10px; }
        .newsheader .titles .caption-container h5, .articleheader .titles .caption-container h5 {
          margin: 0 0 10px;
          font-size: 14px; }
      .newsheader .titles .caption-button, .articleheader .titles .caption-button {
        display: block;
        margin-left: 0; }
        .newsheader .titles .caption-button .mobile-text, .articleheader .titles .caption-button .mobile-text {
          display: inline;
          font-weight: 300;
          font-size: 14px; }

  .signin-sliver {
    padding-left: 12px;
    padding-right: 12px; }

  .articleheader .titles {
    width: 100%;
    padding: 0; }

  .noheaderimage .titles {
    padding: 0;
    width: 100%; }
    .noheaderimage .titles h1 {
      font-size: 2.8em; }
    .noheaderimage .titles h4 {
      font-size: 18px; }

  .trending ul {
    text-align: left;
    height: auto; }
    .trending ul #dateDiv {
      display: none; }
    .trending ul li a {
      margin-left: 0; }

  .feed .feed_item {
    height: 170px; }
    .feed .feed_item .feed_link {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex; }
      .feed .feed_item .feed_link .feed_image {
        -webkit-box-flex: 1;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1;
        /* OLD - Firefox 19- */
        width: 170px;
        /* For old syntax, otherwise collapses. */
        -webkit-flex: 0 0 170px;
        /* Chrome */
        -ms-flex: 0 0 170px;
        /* IE 10 */
        flex: 0 0 170px;
        height: auto; }
      .feed .feed_item .feed_link .feed_title {
        text-align: left;
        -webkit-box-flex: 2;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 2;
        /* OLD - Firefox 19- */
        width: 100%;
        /* For old syntax, otherwise collapses. */
        -webkit-flex: 2;
        /* Chrome */
        -ms-flex: 2;
        /* IE 10 */
        flex: 2; }
      .feed .feed_item .feed_link .feed_details {
        border-top: 0;
        padding: 0 20px 0 20px;
        bottom: 5px;
        width: calc(100% - 170px); }
        .feed .feed_item .feed_link .feed_details .author {
          height: 20px;
          font-size: 14px; }
      .feed .feed_item .feed_link .feed_title h1 {
        margin-top: 0;
        font-size: 18px;
        line-height: 1.1; }
      .feed .feed_item .feed_link .feed_title h4 {
        margin-bottom: 5px; }
    .feed .feed_item .feed_hover {
      display: none; }
  .feed .strip_item {
    height: auto;
    padding: 20px 0; }
    .feed .strip_item .feed_link {
      display: block; }
      .feed .strip_item .feed_link .feed_title {
        padding: 0; }
        .feed .strip_item .feed_link .feed_title h4 {
          margin-top: 0; }
      .feed .strip_item .feed_link .feed_details {
        width: 100%;
        position: static;
        padding: 0; }
  .feed .feed_fullwidth, .feed .feed_zapiro {
    height: auto;
    padding: 20px; }
    .feed .feed_fullwidth .row, .feed .feed_zapiro .row {
      margin: 0;
      display: table;
      width: 100%; }
    .feed .feed_fullwidth .feed_image_padding, .feed .feed_zapiro .feed_image_padding {
      padding: 0;
      display: table-footer-group;
      float: none; }
      .feed .feed_fullwidth .feed_image_padding .feed_link, .feed .feed_zapiro .feed_image_padding .feed_link {
        display: block; }
      .feed .feed_fullwidth .feed_image_padding .feed_image, .feed .feed_zapiro .feed_image_padding .feed_image {
        height: 200px;
        width: 100%; }
    .feed .feed_fullwidth .feed_title_padding, .feed .feed_zapiro .feed_title_padding {
      position: static;
      padding: 0;
      top: auto;
      display: table-header-group; }
      .feed .feed_fullwidth .feed_title_padding .feed_title, .feed .feed_zapiro .feed_title_padding .feed_title {
        padding: 0;
        text-align: left;
        margin-top: 0; }
        .feed .feed_fullwidth .feed_title_padding .feed_title h4, .feed .feed_zapiro .feed_title_padding .feed_title h4 {
          color: #ec1c24;
          display: inline-block;
          padding: 0;
          margin: 0 0 5px;
          font-size: 12px;
          font-weight: 600; }
        .feed .feed_fullwidth .feed_title_padding .feed_title h1, .feed .feed_zapiro .feed_title_padding .feed_title h1 {
          font-size: 18px !important;
          line-height: 20px;
          margin: 0; }
        .feed .feed_fullwidth .feed_title_padding .feed_title h5, .feed .feed_zapiro .feed_title_padding .feed_title h5 {
          color: #535e64;
          font-size: 14px; }
        .feed .feed_fullwidth .feed_title_padding .feed_title .btn, .feed .feed_zapiro .feed_title_padding .feed_title .btn {
          display: none; }
      .feed .feed_fullwidth .feed_title_padding .feed_details, .feed .feed_zapiro .feed_title_padding .feed_details {
        border-top: 0;
        padding: 0; }
  .feed .feed_wide {
    height: auto;
    background-image: none !important;
    background-color: #fff; }
    .feed .feed_wide .feed_link {
      display: table;
      width: 100%;
      padding: 20px; }
      .feed .feed_wide .feed_link .blackoverlay {
        display: none; }
      .feed .feed_wide .feed_link .feed_image {
        display: block;
        display: table-cell;
        width: 100% !important;
        -webkit-box-flex: unset;
        -moz-box-flex: unset;
        -webkit-flex: unset;
        -ms-flex: unset;
        flex: unset;
        background-size: cover; }
      .feed .feed_wide .feed_link .feed_title {
        width: 100% !important;
        display: table-header-group;
        position: static;
        -webkit-box-flex: unset;
        -moz-box-flex: unset;
        -webkit-flex: unset;
        -ms-flex: unset;
        flex: unset; }
        .feed .feed_wide .feed_link .feed_title h4 {
          color: #ec1c24;
          display: inline-block;
          padding: 0;
          margin: 0 0 5px 0;
          font-size: 12px;
          font-weight: 600;
          background-color: transparent; }
        .feed .feed_wide .feed_link .feed_title h1 {
          font-size: 18px !important;
          line-height: 24px;
          margin: 0;
          color: #000; }
        .feed .feed_wide .feed_link .feed_title h5 {
          color: #535e64;
          margin: 10px 0; }
  .feed .feed_zapiro .feed_title {
    margin-bottom: 20px; }
  .feed .feed_zapiro .feed_image_padding .feed_image {
    height: 240px; }
  .feed .feed_zapiro .btn-window.btn-load {
    display: none; }
  .feed .streak {
    padding: 20px; }
    .feed .streak p {
      font-size: 14px; }

  .article .article-container {
    padding: 0; }
  .article blockquote {
    display: none;
    font-size: 16px;
    width: 70%; }
    .article blockquote .left {
      margin: 10px 0 20px -60px;
      padding-right: 40px; }
    .article blockquote .right {
      margin: 10px -60px 20px 0;
      padding-left: 40px;
      width: 70%; }

  .categories .media {
    min-height: auto; }
    .categories .media .media-left img {
      width: 220px; }
    .categories .media .media-body {
      padding: 10px 10px 20px; }
      .categories .media .media-body h4 {
        margin-top: 0;
        font-size: 10px; }
      .categories .media .media-body h1 {
        font-size: 16px !important;
        padding-bottom: 0 !important; }
      .categories .media .media-body .author {
        bottom: 10px;
        position: initial;
        padding-bottom: 20px;
        width: auto; }
        .categories .media .media-body .author h6 {
          margin: 0;
          display: inline;
          vertical-align: baseline;
          font-size: 14px; }
        .categories .media .media-body .author .date {
          margin-left: 5px;
          color: #535e64;
          padding-right: 5px; }
  .categories .media-item .social {
    display: block;
    bottom: 8px;
    right: 10px; }

  .categories-sublinks {
    padding-top: 43px; }
    .categories-sublinks .navbar-right {
      float: right; }

  .optionisita-author .media .media-left {
    display: table-header-group;
    height: 270px; }
  .optionisita-author .media .media-body {
    display: table-footer-group; }
    .optionisita-author .media .media-body p {
      padding-top: 20px;
      padding-bottom: 20px; }
    .optionisita-author .media .media-body h3 {
      text-align: center; }
    .optionisita-author .media .media-body .connect {
      position: static;
      text-align: center; }
  .optionisita-author .profile {
    margin-bottom: 20px; }

  .about-header {
    margin-top: 42px; }
    .about-header .row {
      display: block;
      width: auto; }
    .about-header [class*="col-"] {
      display: block;
      float: left; }
    .about-header h1 {
      font-size: 60px;
      margin-bottom: 10px; }
    .about-header h3 {
      font-size: 20px; }
    .about-header .button-group {
      width: 100%; }
      .about-header .button-group a {
        width: 300px;
        margin: 0 auto; }
    .about-header .button-group:first-child {
      margin-top: 50px; }

  .announcements .media {
    padding: 20px; }
    .announcements .media .media-left {
      display: block;
      max-width: 100%; }
    .announcements .media .media-body {
      padding: 0;
      max-width: 100%;
      display: block; }

  .opionista-bio, .author-bio, .optionisita-author {
    margin-top: 10px; }

  .opionista-header h1, .opionista-header h4 {
    margin-left: 0; }
  .opionista-header h1 {
    font-size: 28px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .stepper li {
    font-size: 13px;
    align-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    text-align: center; }
    .stepper li span {
      padding: 2px; }
      .stepper li span .fa {
        margin-right: 0; }

  .stepper li:not(:first-child)::before, .stepper li:not(:last-child)::after {
    display: none; }

  .announcements .media-left {
    text-align: center; }
  .announcements .media {
    padding: 20px 20px 70px; }

  .tipoff-type .material-type label {
    font-size: 16px;
    padding: 20px 20px 60px; }

  .articleheader .titles, .noheaderimage .titles {
    padding-left: 0;
    width: 100%; }
    .articleheader .titles h1, .noheaderimage .titles h1 {
      font-size: 2.8em; }

  .col-left {
    width: calc(100% - 330px); }

  .container {
    width: 100%; }

  .navbar .nav li {
    padding: 5px 0; }
    .navbar .nav li .social-link {
      margin-right: 2px; }
  .navbar .nav .dropdown .dropdown-menu li a {
    padding: 3px 20px; }

  .newsheader .titles h1 {
    font-size: 3em; }

  .feed .feed_item .feed_image {
    height: 153px; }
  .feed .feed_item .feed_title {
    padding: 0 15px; }
    .feed .feed_item .feed_title h1 {
      font-size: 18px;
      line-height: 20px; }
    .feed .feed_item .feed_title h4 {
      font-size: 11px; }
  .feed .feed_item .feed_details {
    bottom: 45px; }
  .feed .feed_item.newsdeck .feed_details {
    bottom: 0;
    height: 45px;
    padding-top: 14px; }
  .feed .feed_item .feed_hover {
    bottom: 0;
    box-shadow: none !important;
    border-top: 1px solid #f0f0f0;
    font-size: 12px;
    padding: 10px; }
    .feed .feed_item .feed_hover .fa {
      font-size: 12px; }
    .feed .feed_item .feed_hover a {
      margin: 0; }
  .feed .feed_fullwidth .row-eq-height, .feed .feed_zapiro .row-eq-height {
    display: block; }
    .feed .feed_fullwidth .row-eq-height .feed_fullwidth_centered, .feed .feed_zapiro .row-eq-height .feed_fullwidth_centered {
      position: static;
      display: block !important; }
  .feed .feed_fullwidth .feed_image_padding, .feed .feed_zapiro .feed_image_padding {
    padding-right: 15px; }
  .feed .feed_fullwidth .feed_title_padding, .feed .feed_zapiro .feed_title_padding {
    padding-left: 15px; }
  .feed .feed_fullwidth .feed_title, .feed .feed_zapiro .feed_title {
    padding: 0 15px;
    margin-top: 30px; }
    .feed .feed_fullwidth .feed_title h4, .feed .feed_zapiro .feed_title h4 {
      font-weight: 600; }
    .feed .feed_fullwidth .feed_title h1, .feed .feed_zapiro .feed_title h1 {
      margin-top: 20px;
      margin-bottom: 10px;
      font-size: 18px !important;
      line-height: 24px; }
    .feed .feed_fullwidth .feed_title .btn, .feed .feed_zapiro .feed_title .btn {
      display: none; }
  .feed .feed_wide {
    height: 400px; }
    .feed .feed_wide .feed_title {
      bottom: 55px; }
  .feed .feed_zapiro {
    height: 330px; }
    .feed .feed_zapiro .feed_image {
      height: 200px; }
    .feed .feed_zapiro .btn-window.btn-load {
      display: none; }
  .feed .block-advert {
    height: 330px; }

  .article .article-container {
    padding: 0; }
  .article blockquote {
    font-size: 16px;
    width: 300px; }
  .article blockquote.left {
    margin: 10px 0 20px -60px;
    padding-right: 40px; }
  .article blockquote.right {
    margin: 10px -60px 20px 0;
    padding-left: 40px;
    width: 300px; }

  .categories .col-left {
    width: 100%; }
  .categories .media .media-left img {
    width: 220px; }
  .categories .media .media-body {
    padding: 20px; }
    .categories .media .media-body h4 {
      margin-top: 0;
      font-size: 10px; }
    .categories .media .media-body h1 {
      font-size: 18px; }
    .categories .media .media-body .author {
      bottom: 10px; }
  .categories .media-item .social {
    bottom: 10px;
    right: 10px; }
    .categories .media-item .social .daily {
      display: none; }

  .optionisita-author .media .media-body .connect {
    position: static; }

  .about-header h3 {
    font-size: 20px; }

  .announcements .media .media-body {
    display: table-footer-group; }
  .announcements .media .media-left {
    display: table-header-group; }
    .announcements .media .media-left img {
      padding: 10px;
      width: 200px; }

  .opionista-header h1, .opionista-header h4 {
    margin-left: 0; }

  .btn-full.overview-btn {
    font-size: 20px; }

  .about-header h1 {
    font-size: 46px;
    margin-bottom: 12px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .announcements .media .media-left {
    vertical-align: middle;
    text-align: center; }
    .announcements .media .media-left img {
      padding: 25px; }

  .stepper li {
    font-size: 13px;
    text-align: center; }
    .stepper li span {
      padding: 2px; }
      .stepper li span .fa {
        margin-right: 0; }

  .about-header h1 {
    font-size: 72px; }
  .about-header h3 {
    font-size: 20px; }

  .articleheader .titles {
    padding-left: 0;
    width: 100%; }
    .articleheader .titles h1 {
      font-size: 3em; }

  .noheaderimage .titles {
    padding-left: 0; }
    .noheaderimage .titles h1 {
      font-size: 3em; }

  .navbar .navbar-nav li .social-link {
    margin-right: 5px; }

  .feed .feed_item {
    height: 420px;
    /*.feed_image {height: 162px;}*/ }
    .feed .feed_item .feed_title {
      /*h4 {font-size: 10px;}*/ }
      .feed .feed_item .feed_title h1 {
        font-size: 20px;
        line-height: 1.3; }
    .feed .feed_item .feed_hover {
      bottom: -84px;
      text-align: center; }
      .feed .feed_item .feed_hover .social {
        float: none !important;
        padding-top: 5px; }
  .feed .feed_fullwidth {
    height: 377px; }
    .feed .feed_fullwidth .feed_image {
      height: 377px; }
    .feed .feed_fullwidth .feed_title h4 {
      font-size: 12px; }
    .feed .feed_fullwidth .feed_title h1 {
      margin: 30px 0 10px; }
    .feed .feed_fullwidth .feed_details .text-right {
      text-align: right; }
  .feed .feed_wide .feed_hover, .feed .feed_fullwidth .feed_hover {
    text-align: left;
    bottom: -54px; }
    .feed .feed_wide .feed_hover .social, .feed .feed_fullwidth .feed_hover .social {
      float: right !important;
      padding-top: 0; }
  .feed .feed_zapiro {
    height: 260px; }
    .feed .feed_zapiro .feed_image {
      height: 260px; }

  .block-advert {
    height: 260px; }

  .categories .media .media-body {
    padding: 20px; }
    .categories .media .media-body h4 {
      margin-top: 0; }
    .categories .media .media-body h1 {
      font-size: 22px; }
    .categories .media .media-body .author {
      bottom: 10px; }
  .categories .media-item .social {
    bottom: 10px;
    right: 10px; }
    .categories .media-item .social .daily {
      display: none; }

  .article .article-container {
    padding: 0; }

  .opionista-header h1, .opionista-header h4 {
    margin-left: 0; }

  .optionisita-author .media .media-body {
    padding-top: 0; }
    .optionisita-author .media .media-body p {
      font-size: 12px; }

  .about-header h1 {
    margin-bottom: 12px; }

  .btn-full.overview-btn {
    font-size: 32px; } }
@media (min-width: 1200px) and (max-width: 1359px) {
  .categories .media .media-left img {
    margin-left: auto;
    margin-right: auto; }

  .stepper li {
    font-size: 15px;
    text-align: center; }
    .stepper li span {
      padding: 2px; }
      .stepper li span .fa {
        margin-right: 0; }

  .col-left {
    width: calc(75% - 40px); }

  .navbar .navbar-nav li {
    padding: 5px 0; }
    .navbar .navbar-nav li .social-link {
      margin-right: 5px; }
    .navbar .navbar-nav li .dropdown-menu > li > a {
      padding: 3px 20px; }
  .navbar .navbar-form .form-group .form-control {
    width: 130px; }

  .feed .feed_zapiro {
    height: 260px; }
    .feed .feed_zapiro .feed_image {
      height: 260px; }
  .feed .block-advert {
    height: 260px; }

  .feed_hover {
    font-size: 13px;
    padding: 15px 10px !important; } }
@media (min-width: 1200px) {
  .categories .social {
    bottom: 15px; }
  .categories .media .media-body .author {
    bottom: 15px;
    position: absolute; }

  .btn-full.overview-btn {
    font-size: 32px; } }
@media (min-width: 1360px) {
  .container {
    width: 1320px; }

  .feed .feed_item {
    height: 480px; }
    .feed .feed_item .feed_image {
      height: 230px; }
  .feed .feed_fullwidth .feed_image {
    height: 480px; }
  .feed .feed_zapiro {
    height: 300px; }
    .feed .feed_zapiro .feed_image {
      height: 300px; } }
.disabled {
  cursor: wait !important;
  opacity: 0.5; }

.feed_item.sponsored, .media-item .media.sponsored {
  border: #00bfff 2px solid !important; }

.sponsored h4 {
  color: #00bfff !important; }

.feed_item.feed_wide.sponsored h4, .articleheader .sponsored h4 {
  background-color: #00bfff;
  color: #fff !important; }

.newsheader.sponsored h4 {
  color: #fff !important;
  background-color: #00bfff !important; }

/*speechkit playback button*/
.speechkit__shared__controls__playpause svg g {
  fill: #ec1c24; }

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none; }
  .form-control.error {
    border-width: 2px; }

h1, h2, h3, h4, h5, h6 {
  padding: 0; }

div.titles a {
  color: #fff; }
  div.titles a:hover {
    color: #fff; }

.profile-link {
  margin-right: 10px; }

.custom-rs-save-for-later-button svg path {
  fill: none;
  stroke: #ec1c24;
  stroke-width: 5px; }

a.custom-rs-save-for-later-button.saved svg {
  width: 12px;
  height: 12px; }
  a.custom-rs-save-for-later-button.saved svg path {
    fill: #ec1c24; }

.feed .feed_fullwidth .feed_title h5 {
  letter-spacing: 0;
  font-size: 16px; }
  .feed .feed_fullwidth .feed_title h5 .date {
    font-size: 14px; }

.optionisita-author .media .media-body .connect {
  position: inherit; }
.optionisita-author .profile {
  min-width: 200px; }

.tooltip {
  display: none !important; }

.img-responsive-ads {
  text-align: center;
  margin-top: 10px; }
  .img-responsive-ads img {
    display: inline-block; }

#menu-main-menu li {
  float: left !important;
  list-style: none; }

.ajax-loading-image {
  display: none;
  /*background: url('images/Eagle.gif') no-repeat center center;*/
  height: 90px;
  width: 100%; }
  .ajax-loading-image #loadingCircle {
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 90px; }
    .ajax-loading-image #loadingCircle #outerCircle1 {
      display: block;
      position: absolute;
      margin: 0 auto;
      border-top: 7px solid #000;
      border-bottom: 7px solid transparent;
      border-left: 7px solid transparent;
      border-right: none;
      width: 80px;
      height: 80px;
      -webkit-border-radius: 80px;
      -moz-border-radius: 80px;
      -ms-border-radius: 80px;
      -o-border-radius: 80px;
      border-radius: 80px;
      background-clip: padding-box;
      -o-animation: cwSpin 0.666s linear 0.2s infinite;
      -moz-animation: cwSpin 0.666s linear 0.2s infinite;
      -ms-animation: cwSpin 0.666s linear 0.2s infinite;
      -webkit-animation: cwSpin 0.666s linear 0.2s infinite;
      animation: cwSpin 0.666s linear 0.2s infinite; }
    .ajax-loading-image #loadingCircle #innerCircle {
      border-top: 7px solid transparent;
      border-bottom: 3px solid #f00;
      box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      -webkit-box-shadow: none;
      display: block;
      position: absolute;
      margin: 20px 0 0 20px;
      width: 40px;
      height: 40px;
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      -ms-border-radius: 40px;
      -o-border-radius: 40px;
      border-radius: 40px;
      background-clip: padding-box;
      -o-animation: ccwSpin 0.555s linear 0.2s infinite;
      -moz-animation: ccwSpin 0.555s linear 0.2s infinite;
      -ms-animation: ccwSpin 0.555s linear 0.2s infinite;
      -webkit-animation: ccwSpin 0.555s linear 0.2s infinite;
      animation: ccwSpin 0.555s linear 0.2s infinite; }

@-webkit-keyframes cwSpin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-moz-keyframes cwSpin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-ms-keyframes cwSpin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-o-keyframes cwSpin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes cwSpin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes ccwSpin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
@-moz-keyframes ccwSpin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
@-ms-keyframes ccwSpin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
@-o-keyframes ccwSpin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
@keyframes ccwSpin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
.dropdown-toggle {
  display: block !important; }

.error-msg {
  color: #FF0000;
  text-align: left; }

.custom-button {
  margin: 0 auto !important;
  border-radius: 0;
  width: 100%;
  display: block;
  float: none !important;
  border: none; }

.red-button {
  background-color: #ec1c24 !important;
  font-size: 12px !important;
  border: none; }

span.arrow {
  display: table-cell;
  content: '';
  color: #fff;
  border-left: 5px #fff solid;
  background: #b0bec5 url(../images/label-x.png) no-repeat center center/cover;
  transition: 0.1s all linear;
  font-family: 'roboto', sans-serif;
  width: 35px;
  text-indent: -999px;
  overflow: hidden; }

.single-multimedia figure {
  width: 100% !important; }

.owl-carousel .owl-nav {
  width: 100%;
  float: left;
  display: inline-block;
  text-align: center;
  background: #fff;
  padding: 14px;
  margin: 10px 0 30px; }
  .owl-carousel .owl-nav .owl-prev {
    float: left; }
  .owl-carousel .owl-nav .owl-next {
    float: right; }
    .owl-carousel .owl-nav .owl-next .disabled {
      cursor: none !important; }
  .owl-carousel .owl-nav span {
    font-size: 14px;
    font-weight: 300;
    color: #000; }

.mobile-search {
  display: table; }

.dm-menu {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0; }

.profile-link {
  margin-right: 0; }

.article-tags li {
  margin: 3px 5px; }

.navbar .navbar-header a .roll-over {
  display: none; }
.navbar.nav_scroll {
  position: fixed !important;
  top: 0 !important; }
.navbar .navbar-nav .menu li {
  padding: 0 0 8px 0; }
.navbar .navbar-nav li a, .navbar .navbar-nav li .open a {
  display: inline-block;
  line-height: 25px; }
.navbar .navbar-nav li .social-link {
  line-height: 0; }
.navbar .navbar-nav.mobile-social-wrap li {
  display: inline-block; }
  .navbar .navbar-nav.mobile-social-wrap li.dropdown {
    display: block; }
    .navbar .navbar-nav.mobile-social-wrap li.dropdown a {
      width: 100%; }
    .navbar .navbar-nav.mobile-social-wrap li.dropdown li {
      display: block; }
  .navbar .navbar-nav.mobile-social-wrap li .social-link {
    margin-left: 15px; }
.navbar.search-nav .input-group .btn {
  height: 34px;
  padding: 6px 12px; }

.dropdown-menu li a {
  cursor: pointer; }

#load-more {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 200px; }

a.rs-saved-trigger {
  display: none; }
a.rs-see-saved {
  vertical-align: inherit; }
a[data-title]:hover:after {
  top: -45px; }

.team-body a {
  color: inherit; }

.mobile-scroll-disable {
  overflow: hidden; }

.close-icons {
  position: absolute;
  color: #fff;
  font-size: 25px;
  right: 10px;
  top: 5px;
  display: none; }

.mobile-social-wrap {
  margin: 8px 0; }

.btn-full + .btn-full {
  margin-top: 10px; }

.fa-bookmark-o, .fa-thumb-tack, .fa-user {
  color: #ec1c24 !important; }

.article-container img {
  cursor: pointer; }

.tipoff-header {
  margin-top: 0; }

.radio-grp .radio-inline {
  margin-top: 10px; }

@media screen and (max-width: 767px) {
  .dm-menu li {
    float: left !important;
    list-style: none;
    width: 100%; }
    .dm-menu li a {
      width: 100%;
      padding: 15px 7px; }

  .feed .feed_item {
    height: auto; }
    .feed .feed_item .feed_hover {
      display: block;
      width: auto;
      border: none;
      bottom: 0;
      position: relative;
      padding: 10px; }
      .feed .feed_item .feed_hover .social .tw {
        margin-right: 0; }
      .feed .feed_item .feed_hover a:first-child {
        margin-left: -5px; }
    .feed .feed_item .feed_link {
      display: block; }
      .feed .feed_item .feed_link .feed_details {
        bottom: 0;
        width: 100%;
        position: relative;
        padding: 0 10px; }
      .feed .feed_item .feed_link .feed_image {
        width: 100%;
        height: 250px; }
      .feed .feed_item .feed_link .feed_title {
        text-align: left;
        padding: 0 10px; }
    .feed .feed_item .feed_title h1 {
      height: auto; }
  .feed .feed_wide .feed_link .feed_image {
    display: block; }
  .feed .feed_wide .feed_hover {
    padding: 10px 20px; }
  .feed .feed_fullwidth .feed_hover {
    padding: 10px 0; }

  .ajax-author-post .feed_item .feed_link .feed_title {
    text-align: left;
    padding: 10px 10px 0; }

  .dropdown-menu.author-names {
    right: 0;
    left: auto; }

  .navbar-toggle {
    margin: 4px 3px; } }
.lazy-loaded-feed {
  padding-top: 0 !important; }

.btn-contact {
  max-width: 100px;
  background-color: #fff; }

.categories-sublinks ul li.current_page_item a {
  color: #ec1c24;
  font-weight: 600; }

.event-image {
  max-width: 320px !important; }

.media-body {
  max-width: 100% !important; }

.load-save-section {
  padding-bottom: 20px; }

#toast-container > div {
  opacity: 1 !important; }

.toast-message {
  font-family: "roboto", sans-serif;
  font-size: 14px;
  font-weight: 300; }

.alert {
  text-align: center;
  text-transform: uppercase;
  height: auto;
  color: #fff; }
  .alert.alert-danger {
    background-color: #d0021b !important;
    border-color: #d0021b; }
  .alert.alert-success {
    background-color: #3c763d !important;
    border-color: #3c763d !important; }

.logged-in .navbar .navbar-nav .dropdown {
  padding: 0;
  margin: 8px 5px 0 10px; }
  .logged-in .navbar .navbar-nav .dropdown > a {
    padding: 0;
    float: left;
    height: auto;
    background: transparent !important; }
  .logged-in .navbar .navbar-nav .dropdown .dropdown-menu {
    margin-top: 8px;
    right: -6px; }
  .logged-in .navbar .navbar-nav .dropdown .profile-link {
    margin-top: 5px;
    margin-left: 10px; }

body {
  overflow-x: hidden; }

.terms-checkbox a {
  display: inline !important; }

@media screen and (max-width: 767px) {
  .logged-in .navbar .navbar-nav .dropdown .dropdown-menu {
    float: left;
    width: 100%; }

  .dropdown.login-mobile-profile {
    float: left;
    width: 100%;
    margin-bottom: 10px !important;
    display: inline-block; }

  .navbar .navbar-nav .mobile-social-wrap .mobile-home {
    float: left;
    width: 100%;
    padding: 5px 0 !important;
    margin: 0 !important; }
    .navbar .navbar-nav .mobile-social-wrap .mobile-home a {
      padding: 15px 7px;
      width: 100% !important;
      display: block; }

  .mobile-social-wrap {
    margin-bottom: 0; }
    .mobile-social-wrap .dropdown > li:nth-child(5) {
      margin-bottom: 30px !important;
      float: left;
      width: 100%; }
    .mobile-social-wrap .dropdown > a {
      width: auto !important; }
    .mobile-social-wrap .dropdown.login-mobile-profile {
      float: left;
      width: 100%;
      margin-bottom: 10px !important;
      display: inline-block; }
    .mobile-social-wrap .profile-link {
      margin-top: 10px;
      margin-left: 10px; }

  .article .first-paragraph {
    font-size: 18px; } }
@media screen and (max-width: 480px) {
  .categories .media h1 {
    padding-bottom: 5px; }
  .categories .media .media-left {
    display: block;
    padding-right: 0;
    width: auto;
    max-width: 100%;
    height: 250px; }
    .categories .media .media-left img {
      width: 100%;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .categories .media .media-body {
    display: block;
    padding: 10px; }
    .categories .media .media-body .author {
      margin-bottom: 10px; }
      .categories .media .media-body .author h6 {
        font-weight: 300;
        display: inline; }
        .categories .media .media-body .author h6.date {
          float: right;
          padding: 0; }
  .categories .media-item .social {
    left: 0;
    right: 0;
    padding: 0 10px; }
    .categories .media-item .social a {
      margin-left: 0; }

  .zapiro-navigation .btn-full {
    min-width: 36px; }
  .zapiro-navigation .btn-full + .btn-full {
    margin-top: 10px; }

  .articleheader-small .titles h1, .article-header .titles h1, .noheaderimage .titles h1 {
    font-size: 22px;
    width: 100%; }
  .articleheader-small .titles h4, .article-header .titles h4, .noheaderimage .titles h4 {
    margin-top: 8px; }

  .articleheader-small .author-title {
    font-size: 16px; }

  .navbar-toggle {
    padding: 9px 2px; }

  .btn-full.overview-btn {
    font-size: 21px; }

  .about-header h1 {
    font-size: 48px;
    margin-bottom: 10px; } }
.error-404 {
  font-size: 24px; }
  .error-404 h1 {
    font-size: 24px; }
  .error-404 h2 {
    font-size: 32px; }
    .error-404 h2 em {
      color: #FF0000;
      font-style: normal; }

.form-control[readonly] {
  background-color: #fff; }

.lg-actions button {
  border: none !important; }

/*Login Modal css*/
#loginModal .modal-header {
  border: none; }
#loginModal .modal-body .sign-box {
  width: 95%;
  margin: 0 auto;
  padding: 0; }

/*end of Login Modal css*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .nav-darken .navbar-header {
    opacity: 0.4; }

  .navbar {
    min-height: 50px; }

  .newsheader, .articleheader {
    height: 60%; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .container {
    width: 100%; }

  .col-left {
    width: calc(100% - 330px); }

  .main-nav {
    position: fixed;
    max-width: 75%;
    width: 300px;
    right: -300px;
    background-color: #2b2b2b;
    margin: 0;
    top: 0;
    height: 100%;
    transition: 0.3s all ease-out;
    overflow-y: scroll;
    overflow: -moz-scrollbars-none; }
    .main-nav .visible-xs {
      display: block !important; }
    .main-nav .input-group {
      display: table !important;
      margin-bottom: 10px;
      margin-top: 10px; }
      .main-nav .input-group .form-control {
        border: none;
        border-radius: 0;
        font-family: 'roboto', sans-serif;
        height: 44px; }
      .main-nav .input-group .input-group-btn {
        background-color: #fff; }
      .main-nav .input-group .btn {
        border: none;
        border-radius: 0;
        background-color: transparent; }

  .navbar-right .hidden-xs {
    display: none; }

  .navbar-toggle {
    display: block;
    margin-right: 0;
    padding: 8px; }

  .main-expanded {
    right: 0; }

  .main-nav::-webkit-scrollbar {
    display: none; }

  .navbar .navbar-header {
    transition: 0.3s all ease-out;
    float: none; }
  .navbar .navbar-nav .mobile-social-wrap li.dropdown a {
    width: auto; }
  .navbar .navbar-nav .mobile-social-wrap .mobile-home {
    float: left;
    width: 100%;
    padding: 5px 0 !important;
    margin: 0 !important; }

  .dm-menu li {
    float: left !important;
    list-style: none;
    width: 100%; }
    .dm-menu li a {
      width: 100%;
      padding: 15px 7px; } }
@media (min-width: 1024px) and (max-width: 1200px) {
  .navbar .navbar-nav.mobile-social-wrap li.dropdown a {
    width: auto; }

  .dropdown.login-mobile-profile {
    float: left;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px !important; }

  .newsheader, .articleheader {
    height: 100%; } }
.gallery-image-holder {
  position: relative;
  display: inline-block; }

.lightgallery-icon {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 9px;
  max-width: 41px;
  cursor: pointer; }

.wpcf7 .wpcf7-submit {
  height: 46px;
  background-color: #ec1c24;
  color: #fff;
  font-family: "roboto", sans-serif;
  font-size: 12px;
  padding: 14px 12px;
  outline: none;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin: 10px 0 0;
  min-width: 200px;
  max-width: 200px;
  text-align: center;
  border: none; }

.opionista-bio .fa-bookmark, .author-bio .fa-bookmark, .optionisita-author .fa-bookmark, .article-container .fa-bookmark {
  color: #ec1c24; }

.article .article-container .dm_add iframe {
  padding-bottom: 0; }

#clearFilters {
  display: none; }

.error {
  color: #d0021b;
  font-weight: 300; }

.page-template-template-maverick-portal-page .ajax-author-post, .page-template-template-maverick-portal-page .ajax-save-post {
  padding-bottom: 24px; }
.page-template-template-maverick-portal-page .feed {
  padding: 0; }

.advert-fullwidth .dm_add, .advert-mobile {
  text-align: center;
  padding-bottom: 30px; }

.feed.opinionista-page {
  margin-top: 30px; }

.opinionista-page .ajax-author-post {
  min-height: 650px; }

.secondary-front-page-bar {
  height: 50px;
  background: #000;
  position: relative; }
  .secondary-front-page-bar .logo {
    position: absolute;
    left: 0;
    top: 0; }
    .secondary-front-page-bar .logo img {
      height: 50px; }
  .secondary-front-page-bar .date {
    color: #fff;
    text-transform: uppercase;
    font-family: roboto, sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-right: 25px;
    padding-top: 16px; }

@media screen and (max-width: 767px) {
  .secondary-front-page-bar {
    height: 42px; }
    .secondary-front-page-bar .logo img {
      height: 42px; }

  /* Custom css for ZAPIRO changes for Mobile */
  .cartoon-search-box-mob {
    padding: 0 20px 25px; }
    .cartoon-search-box-mob .zapiro-search {
      width: calc(100% - 84px); }

  #advert-cartoon-bottom {
    margin: 0 auto;
    text-align: center; }

  .advert-cartoon-top {
    padding: 10px 0; }

  .slider-container .content-details, .slider-container .img-wrapper {
    margin-left: -30px !important;
    margin-right: -30px !important; } }
.article ~ .newsheader, .categories ~ .newsheader {
  margin-top: 0; }

/* wordpress alignment imports */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.page .article-container {
  font-family: 'roboto', sans-serif !important; }

/* Custom css for Speechkit iframe */
.sppechkit-container, .speechkit-container {
  margin-bottom: 20px !important;
  margin-top: 20px; }

.adfree-content .sppechkit-container, .adfree-content .speechkit-container {
  width: 80%; }

.photo-credit {
  margin: 10px;
  font-family: roboto, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px; }

/* Custom css for ZAPIRO changes for Mobile */
@media (min-width: 480px) and (max-width: 767px) {
  .zapiro-navigation.cartoon-search-box-mob {
    margin-top: 10px; }

  .btn-full.overview-btn {
    font-size: 27px; } }
figure {
  padding-bottom: 24px; }

/*Custom css for overview page support button*/
.btn-full.overview-btn {
  font-weight: 400; }

@media (min-width: 1200px) {
  .btn-full.overview-btn {
    line-height: 80px;
    padding: 22px 68px; } }
/*Remove space between Banner and Top Article Image*/
.single .feed_link .newsheader {
  margin-top: 0; }

/* Twentyseventeen Galleries css */
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-item a, .gallery-item a:hover, .gallery-item a:focus, .widget-area a, .widget-area a:hover, .widget-area a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%; }

.gallery-item img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.gallery-item img:hover,
.gallery-item img:focus {
  -webkit-filter: opacity(60%);
  filter: opacity(60%); }

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0; }

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

@media screen and (max-width: 480px) {
  /* Gallery Columns */
  .gallery-item {
    max-width: 100%; } }
/*Charitable / Reader Support donation form styling*/
.charitable-donation-form .donation-amounts .suggested-donation-amount {
  width: 19%;
  margin: 0 1% .5em 0; }
.charitable-donation-form .donation-amounts .custom-donation-amount {
  width: 39%; }
  .charitable-donation-form .donation-amounts .custom-donation-amount .custom-donation-input {
    width: 48%; }
  .charitable-donation-form .donation-amounts .custom-donation-amount .description {
    padding-right: 5px; }
  .charitable-donation-form .donation-amounts .custom-donation-amount .custom-donation-amount-wrapper {
    padding-bottom: 4px; }
.charitable-donation-form .donation-amounts .donation-amount:nth-child(2n+2) {
  margin: 0 1% .5em 0; }
.charitable-donation-form .charitable-donation-options {
  padding: 1em 0 0 0 !important; }

.charitable-donation-options .charitable-donation-options {
  padding: 0; }

@media (min-width: 37.6em) {
  .charitable-form-field {
    width: 30%;
    display: inline-block; } }
@media screen and (max-width: 37.5em) {
  .charitable-donation-form .donation-amounts .donation-amount {
    float: none;
    width: 100%;
    margin-right: 0; } }
.post-article-cta, .post-article-cta:hover {
  color: #000 !important;
  padding: 20px;
  border: 1px #000 solid;
  display: block;
  background-color: #beeef9;
  font-family: 'roboto', sans-serif !important;
  font-size: 16px !important;
  position: relative; }
  .post-article-cta strong, .post-article-cta:hover strong {
    font-weight: 400 !important; }
  .post-article-cta img, .post-article-cta:hover img {
    max-height: 80px;
    padding-left: 5px; }
  .post-article-cta p:last-child, .post-article-cta:hover p:last-child {
    margin-bottom: unset; }
  .post-article-cta p span, .post-article-cta:hover p span {
    font-size: 16px !important;
    font-weight: unset !important; }

/* Sticky Ad Start */
.sticky-mobile-advert-overlay, .sticky-mobile-advert {
  display: none; }

@media (max-width: 767px) {
  .sticky-mobile-advert-overlay {
    background: rgba(0, 0, 0, 0.75);
    z-index: 1000000;
    width: 100vw;
    height: 100vh;
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    display: none; }
    .sticky-mobile-advert-overlay .close-advert {
      color: #fff;
      font-size: 16px;
      font-family: roboto, sans-serif;
      cursor: pointer;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 70px;
      text-align: center; }

  .sticky-mobile-advert {
    display: block;
    visibility: hidden;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    z-index: 1000100;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -195px;
    background: white;
    height: 250px; }
    .sticky-mobile-advert .sticky-mobile-advert-click-overlay {
      z-index: 1000150;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .sticky-mobile-advert .dm_add {
      margin: 0 auto !important;
      height: 55px;
      overflow: hidden; }
    .sticky-mobile-advert:hover {
      cursor: pointer; }
    .sticky-mobile-advert.slide-up {
      background: none;
      overflow: hidden; }
      .sticky-mobile-advert.slide-up .dm_add {
        min-height: 250px;
        height: auto; } }
/* Sticky Ad End */
.ajax-loading-image-adfree {
  margin-top: 130px; }
  @media (max-width: 600px) {
    .ajax-loading-image-adfree {
      height: 170px; } }

.adfree-h3 {
  margin-bottom: 20px; }

.ad-control-switch {
  display: table;
  width: 100% !important;
  padding: 9px;
  border: 1px solid #B1B0B1;
  background: #fff;
  margin-bottom: 10px;
  text-align: left; }
  .ad-control-switch .explore-more-ad-cont {
    display: table-cell;
    vertical-align: middle;
    color: #4A4A4A;
    font-weight: bold;
    font-family: "roboto", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    line-height: normal; }
  .ad-control-switch .can-toggle {
    display: table-cell;
    width: 80px;
    vertical-align: middle;
    cursor: pointer; }

.can-toggle {
  position: relative;
  font-family: "roboto", sans-serif; }
  .can-toggle input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer; }
    .can-toggle input[type="checkbox"][disabled] ~ label {
      pointer-events: none; }
      .can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
        opacity: 0.4; }
    .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
      content: attr(data-unchecked);
      left: 0; }
    .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
      content: attr(data-checked); }
  .can-toggle label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: flex;
    align-items: center; }
    .can-toggle label .can-toggle__label-text {
      flex: 1;
      padding-left: 32px; }
    .can-toggle label .can-toggle__switch {
      position: relative;
      cursor: pointer; }
      .can-toggle label .can-toggle__switch:before {
        content: attr(data-checked);
        position: absolute;
        top: 0;
        text-transform: uppercase;
        text-align: center; }
      .can-toggle label .can-toggle__switch:after {
        content: attr(data-unchecked);
        position: absolute;
        z-index: 5;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        background: #4A90E2;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
  .can-toggle input[type="checkbox"][disabled] ~ label {
    color: rgba(119, 119, 119, 0.5); }
  .can-toggle input[type="checkbox"]:hover ~ label {
    color: #4A90E2; }
  .can-toggle input[type="checkbox"]:checked ~ label:hover {
    color: #fff; }
  .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
    background-color: #70c767; }
    .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
      color: #fff; }
  .can-toggle label .can-toggle__label-text {
    flex: 1; }
  .can-toggle label .can-toggle__switch {
    transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    background: #848484; }
    .can-toggle label .can-toggle__switch:before {
      color: rgba(255, 255, 255, 0.5); }
    .can-toggle label .can-toggle__switch:after {
      transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
      transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
      transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
      color: #777; }
  .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    -webkit-transform: translate3d(65px, 0, 0);
    transform: translate3d(65px, 0, 0); }
  .can-toggle label {
    font-size: 14px; }
    .can-toggle label .can-toggle__switch {
      height: 36px;
      flex: 0 0 134px;
      border-radius: 4px; }
      .can-toggle label .can-toggle__switch:before {
        left: 40px;
        font-size: 10px;
        line-height: 32px;
        width: 40px; }
      .can-toggle label .can-toggle__switch:after {
        top: -1px;
        left: 0;
        bottom: 0;
        border-radius: 16px;
        width: 40px;
        line-height: 32px;
        font-size: 10px;
        height: 32px; }
  .can-toggle.demo-rebrand input[type="checkbox"][disabled] ~ label {
    color: rgba(68, 68, 68, 0.5); }
  .can-toggle.demo-rebrand input[type="checkbox"]:checked ~ label .can-toggle__switch {
    background-color: #fff; }
    .can-toggle.demo-rebrand input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
      color: #fff; }
  .can-toggle.demo-rebrand label .can-toggle__label-text {
    flex: 1; }
  .can-toggle.demo-rebrand label .can-toggle__switch {
    transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    background: #fff; }
    .can-toggle.demo-rebrand label .can-toggle__switch:before {
      color: #444; }
    .can-toggle.demo-rebrand label .can-toggle__switch:after {
      transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
      transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
      transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
      color: #fff; }
  .can-toggle.demo-rebrand input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    -webkit-transform: translate3d(38px, 0, 0);
    transform: translate3d(38px, 0, 0); }
  .can-toggle.demo-rebrand label {
    margin: 0; }
    .can-toggle.demo-rebrand label .can-toggle__switch {
      height: 32px;
      flex: 0 0 80px;
      border-radius: 16px;
      border: 1px solid #4A90E2; }
      .can-toggle.demo-rebrand label .can-toggle__switch:before {
        left: 40px;
        font-size: 10px;
        line-height: 32px;
        width: 40px; }
      .can-toggle.demo-rebrand label .can-toggle__switch:after {
        top: 0;
        left: 0;
        border-radius: 14px;
        width: 40px;
        line-height: 32px;
        font-size: 10px;
        bottom: 0; }

.notmember .modal-content {
  border-radius: 0; }
.notmember .close {
  font-weight: bold;
  color: #000;
  opacity: 1;
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: 99;
  cursor: pointer; }
.notmember h3 {
  text-align: center;
  font-size: 40px;
  font-family: "Georgia", serif;
  line-height: 46px;
  margin-bottom: 22px;
  color: #010001;
  margin-top: 0; }
  .notmember h3 img {
    margin-right: 15px;
    width: 94px;
    height: auto; }
.notmember .modal-header {
  border-bottom: none;
  padding: 2px 10px; }
.notmember .modal-body {
  text-align: center;
  padding: 50px 70px; }
.notmember .sign-box {
  margin: 0;
  padding: 0; }
  .notmember .sign-box p {
    font-family: roboto, sans-serif;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #010001;
    font-weight: 400;
    margin-bottom: 30px; }
.notmember .modal-dialog {
  width: 100%;
  max-width: 800px;
  top: 50%;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important; }
.notmember .sign-box a {
  background-color: #4a90e2;
  color: #fff;
  font-family: roboto, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding: 12px;
  display: inline-block;
  letter-spacing: .5px;
  max-width: 337px;
  width: 100%;
  border-radius: 2px;
  transition: all .3s; }
  .notmember .sign-box a:hover {
    background-color: #000; }

@media (max-width: 991px) {
  .notmember .modal-dialog {
    padding: 10px; } }
@media (max-width: 767px) {
  .notmember .modal-body {
    padding: 30px 15px; }
  .notmember h3 {
    font-size: 30px; }
    .notmember h3 img {
      display: block;
      margin: 0 auto; }
  .notmember .sign-box p {
    font-size: 18px;
    margin-bottom: 20px; }
  .notmember .modal-dialog {
    margin: 0 0 30px;
    padding: 10px; } }
@media (min-width: 768px) {
  .notmember .modal-dialog {
    margin: 0 auto; } }
@media (max-width: 575px) {
  .notmember .modal-dialog {
    transform: translateY(0) !important;
    top: 0;
    -webkit-transform: translateY(0) !important; } }

/*# sourceMappingURL=application.css.map */
