/* FILE: /application/src/themes/main/assets/styl/common-mods.styl */

@-moz-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInOutRepeatFrames {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@-webkit-keyframes fadeInOutRepeatFrames {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@-o-keyframes fadeInOutRepeatFrames {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes fadeInOutRepeatFrames {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
#hamburger {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1100;
}
#hamburger:before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255,255,255,0.8);
  content: "";
}
@media (max-width: 768px) {
  #hamburger:before {
    background: #b22127;
  }
}
#hamburger #hamburgerContent {
  position: absolute;
  left: 50%;
  top: 0;
  padding-top: 133px;
  width: 535px;
  background: #b22127;
}
@media (min-width: 576px) {
  #hamburger #hamburgerContent {
    margin-left: -302px;
  }
}
@media (min-width: 768px) {
  #hamburger #hamburgerContent {
    margin-left: -392px;
  }
}
@media (min-width: 992px) {
  #hamburger #hamburgerContent {
    margin-left: -512px;
  }
}
@media (min-width: 1426px) {
  #hamburger #hamburgerContent {
    margin-left: -715px;
  }
}
@media (max-width: 768px) {
  #hamburger #hamburgerContent {
    left: 50%;
    width: 410px;
    margin-left: -302px;
  }
}
@media (max-width: 576px) {
  #hamburger #hamburgerContent {
    left: 0;
    margin-left: 0;
    padding-top: 85px;
    width: 100%;
  }
}
#hamburger #hamburgerContent #hamburgerLogo {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  margin: 21px 0 0 47px;
}
#hamburger #hamburgerContent #hamburgerLogo img {
  display: block;
  width: 307px;
  height: 112px;
}
@media (max-width: 1426px) {
  #hamburger #hamburgerContent #hamburgerLogo {
    margin-top: 55.400000000000006px;
  }
  #hamburger #hamburgerContent #hamburgerLogo img {
    width: 107.44999999999999px;
    height: 39.199999999999996px;
  }
}
@media (max-width: 768px) {
  #hamburger #hamburgerContent #hamburgerLogo {
    left: 50%;
    margin-left: 43.275000000000006px;
  }
}
@media (max-width: 576px) {
  #hamburger #hamburgerContent #hamburgerLogo {
    left: 50%;
    margin-top: 22.900000000000002px;
    margin-left: -93.725px;
  }
  #hamburger #hamburgerContent #hamburgerLogo img {
    width: 107.44999999999999px;
    height: 39.199999999999996px;
  }
}
#hamburger #hamburgerContent #hamburgerClose {
  display: block;
  margin: 31px 0 0 47px;
  padding: 4px 0 0 2px;
  width: 38px;
  height: 38px;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  line-height: 5px;
  font-size: 24px;
}
#hamburger #hamburgerContent #hamburgerClose:hover {
  background: #fff;
  color: #000;
}
#hamburger #hamburgerContent ul {
  display: block;
  margin: 40px 0 0 47px;
  padding: 0 0 50px 0;
  list-style: none;
}
#hamburger #hamburgerContent ul li {
  display: block;
  margin: 0 0 8px 0;
  padding: 0;
}
#hamburger #hamburgerContent ul li a {
  display: inline-block;
  padding: 3px 10px 4px 10px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 140%;
  font-weight: 700;
}
#hamburger #hamburgerContent ul li a:hover {
  background: #fff;
  color: #000;
}
#hamburger #hamburgerContent [data-faciliti-popin] {
  display: block;
  margin: 10px 0 50px 47px;
  padding: 3px 0 4px 0;
}
@media (max-width: 576px) {
  #hamburger #hamburgerContent #hamburgerClose,
  #hamburger #hamburgerContent ul {
    margin-left: 15px;
  }
  #hamburger #hamburgerContent ul {
    margin-right: 15px;
    margin-top: 15px;
  }
  #hamburger #hamburgerContent ul li {
    margin-bottom: 4px;
  }
  #hamburger #hamburgerContent ul li a {
    display: block;
  }
  #hamburger #hamburgerContent [data-faciliti-popin] {
    display: block;
    margin-left: 15px;
    margin-top: -20px;
  }
}
.nav-dialog {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 216px;
  height: 100%;
  z-index: 1000;
}
.nav-dialog:before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255,255,255,0.8);
  content: "";
}
.nav-dialog .nav-dialog-content {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 0 60px 0;
  background: #5f5f5f;
}
.nav-dialog .nav-dialog-content a {
  color: #bbb;
}
.nav-dialog .nav-dialog-content a:hover {
  color: #fff;
}
@media (max-width: 576px) {
  .nav-dialog {
    top: 85px;
  }
  .nav-dialog .nav-dialog-content {
    bottom: 0;
    padding: 20px 0 20px 0 !important;
  }
}
.nav-dialog#userNavDialog .dialog-login,
.nav-dialog#userNavDialog .dialog-register,
.nav-dialog#userNavDialog .dialog-account {
  color: #fff;
}
.nav-dialog#userNavDialog .dialog-login h2,
.nav-dialog#userNavDialog .dialog-register h2,
.nav-dialog#userNavDialog .dialog-account h2 {
  margin: 50px 0 25px 0 !important;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
}
.nav-dialog#userNavDialog .dialog-login .form-group,
.nav-dialog#userNavDialog .dialog-register .form-group,
.nav-dialog#userNavDialog .dialog-account .form-group {
  margin-bottom: 0.6rem;
}
.nav-dialog#userNavDialog .dialog-login {
  padding-right: 50px;
}
.nav-dialog#userNavDialog .dialog-login .forgot-password {
  display: block;
  float: left;
  font-size: 16px;
  margin: 6px 0 0 0;
}
.nav-dialog#userNavDialog .dialog-register {
  padding-left: 50px;
}
.nav-dialog#userNavDialog .dialog-register ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  color: rgba(255,255,255,0.6);
}
.nav-dialog#userNavDialog .dialog-register ul li {
  margin: 0;
  padding: 0;
}
.nav-dialog#userNavDialog .dialog-register ul li i {
  color: rgba(255,255,255,0.2);
  vertical-align: middle;
  font-size: 25px;
}
.nav-dialog#userNavDialog .dialog-register p {
  margin: 0;
}
.nav-dialog#userNavDialog .dialog-register p label {
  margin: 0;
}
.nav-dialog#userNavDialog .dialog-register p.terms {
  margin: 30px 0 0 0;
  font-size: 12px;
  opacity: 0.7;
}
.nav-dialog#userNavDialog .dialog-register .checkboxes {
  margin: 25px 0 10px 0;
}
.nav-dialog#userNavDialog .dialog-register .checkboxes p {
  margin: 7px 0;
}
.nav-dialog#searchNavDialog .nav-dialog-content {
  padding: 80px 0 70px 0;
  background: #b22127;
}
.nav-dialog#searchNavDialog .nav-dialog-content .form-group {
  position: relative;
}
.nav-dialog#searchNavDialog .nav-dialog-content .form-group .form-control {
  padding: 28px 33px 30px 33px;
  font-size: 35px;
}
.nav-dialog#searchNavDialog .nav-dialog-content .form-group .form-control::-webkit-input-placeholder {
  color: #828282;
  text-transform: none;
  font-weight: 200;
}
.nav-dialog#searchNavDialog .nav-dialog-content .form-group .form-control:-moz-placeholder {
  color: #828282;
  text-transform: none;
  font-weight: 200;
  opacity: 1;
}
.nav-dialog#searchNavDialog .nav-dialog-content .form-group .form-control::-moz-placeholder {
  color: #828282;
  text-transform: none;
  font-weight: 200;
  opacity: 1;
}
.nav-dialog#searchNavDialog .nav-dialog-content .form-group .form-control:-ms-input-placeholder {
  color: #828282;
  text-transform: none;
  font-weight: 200;
}
.nav-dialog#searchNavDialog .nav-dialog-content .form-group .form-control::-ms-input-placeholder {
  color: #828282;
  text-transform: none;
  font-weight: 200;
}
.nav-dialog#searchNavDialog .nav-dialog-content .form-group button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 35px;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-size: 250%;
  cursor: pointer;
}
@media (max-width: 576px) {
  .nav-dialog#searchNavDialog .nav-dialog-content .form-group .form-control {
    padding: 18px 23px 20px 23px;
    font-size: 15px;
  }
  .nav-dialog#searchNavDialog .nav-dialog-content .form-group button {
    padding: 0 17px;
    font-size: 180%;
  }
}
.nav-dialog#newsletterNavDialog .dialog-info,
.nav-dialog#newsletterNavDialog .dialog-form {
  color: #fff;
}
.nav-dialog#newsletterNavDialog .dialog-info h2,
.nav-dialog#newsletterNavDialog .dialog-form h2 {
  margin: 50px 0 25px 0 !important;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
}
.nav-dialog#newsletterNavDialog .dialog-info .form-group,
.nav-dialog#newsletterNavDialog .dialog-form .form-group {
  margin-bottom: 0.6rem;
}
.nav-dialog#newsletterNavDialog .dialog-info {
  padding-right: 50px;
}
.nav-dialog#newsletterNavDialog .dialog-info p {
  color: rgba(255,255,255,0.6);
  font-size: 140%;
}
.nav-dialog#newsletterNavDialog .dialog-form {
  margin-top: 126px !important;
  padding-left: 50px;
}
.nav-dialog#newsletterNavDialog .dialog-form p {
  margin: 0;
}
.nav-dialog#newsletterNavDialog .dialog-form p label {
  margin: 0;
}
.nav-dialog#newsletterNavDialog .dialog-form p.terms {
  margin: 30px 0 0 0;
  font-size: 12px;
  opacity: 0.7;
}
.nav-dialog#newsletterNavDialog .dialog-form .checkboxes {
  margin: 25px 0 10px 0;
}
.nav-dialog#newsletterNavDialog .dialog-form .checkboxes p {
  margin: 7px 0;
}
.post-slideshow {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 216px;
  z-index: 1000;
}
.post-slideshow:before {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255,255,255,0.8);
  content: "";
}
.post-slideshow .post-slideshow-container {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  background: #000;
}
.post-slideshow .post-slideshow-container .container {
  position: relative;
}
.post-slideshow .post-slideshow-container .container .post-slideshow-title {
  margin: 69px 60px 30px 0 !important;
  padding: 0;
  margin: 40px 0 20px 0;
  color: #fff;
  font-size: 220%;
  font-weight: 400;
}
.post-slideshow .post-slideshow-container .container .post-slideshow-close {
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  padding: 2px 12px 3px 12px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-size: 200%;
}
.post-slideshow .post-slideshow-container .container .post-slideshow-close:hover {
  background: #b22127;
  color: #fff;
}
.post-slideshow .post-slideshow-container .container .post-slideshow-images {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.post-slideshow .post-slideshow-container .container .post-slideshow-images img {
  -webkit-user-drag: none;
}
.post-slideshow .post-slideshow-container .container .post-slideshow-images:before,
.post-slideshow .post-slideshow-container .container .post-slideshow-images:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background: rgba(0,0,0,0.95);
  content: "";
  z-index: 1;
}
.post-slideshow .post-slideshow-container .container .post-slideshow-images:before {
  right: 100%;
}
.post-slideshow .post-slideshow-container .container .post-slideshow-images:after {
  left: 100%;
}
.post-slideshow .post-slideshow-container .container .post-slideshow-images .post-slideshow-images-container {
  position: relative;
  height: 780px;
  opacity: 0;
}
.post-slideshow .post-slideshow-container .container .post-slideshow-images .post-slideshow-images-container:after {
  display: table;
  clear: both;
  content: "";
}
.post-slideshow .post-slideshow-container .container .post-slideshow-images .post-slideshow-images-container div {
  position: relative;
  float: left;
  overflow: hidden;
  height: 780px;
  background: rgba(255,255,255,0.05);
  white-space: nowrap;
  text-align: center;
}
@media (min-width: 576px) {
  .post-slideshow .post-slideshow-container .container .post-slideshow-images .post-slideshow-images-container div {
    width: 510px;
  }
}
@media (min-width: 768px) {
  .post-slideshow .post-slideshow-container .container .post-slideshow-images .post-slideshow-images-container div {
    width: 690px;
  }
}
@media (min-width: 992px) {
  .post-slideshow .post-slideshow-container .container .post-slideshow-images .post-slideshow-images-container div {
    width: 930px;
  }
}
@media (min-width: 1426px) {
  .post-slideshow .post-slideshow-container .container .post-slideshow-images .post-slideshow-images-container div {
    width: 1336px;
  }
}
.post-slideshow .post-slideshow-container .container .post-slideshow-images .post-slideshow-images-container div:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.post-slideshow .post-slideshow-container .container .post-slideshow-images .post-slideshow-images-container div img {
  width: 100%;
  vertical-align: middle;
}
.post-slideshow .post-slideshow-container .container .post-slideshow-images a {
  display: block;
  position: absolute;
  margin: -27px 0 0 0;
  top: 50%;
  padding: 6px 15px 6px 13px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-size: 200%;
  z-index: 3;
}
.post-slideshow .post-slideshow-container .container .post-slideshow-images a:hover {
  background: #b22127;
  color: #fff;
}
.post-slideshow .post-slideshow-container .container .post-slideshow-images a.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.post-slideshow .post-slideshow-container .container .post-slideshow-images a.post-slideshow-prev {
  right: 100%;
}
.post-slideshow .post-slideshow-container .container .post-slideshow-images a.post-slideshow-next {
  left: 100%;
}
.post-slideshow .post-slideshow-container .container .post-slideshow-dots {
  position: relative;
  margin: 20px 0;
  height: 26px;
  text-align: center;
}
.post-slideshow .post-slideshow-container .container .post-slideshow-dots span {
  display: inline-block;
  margin: 0 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 4px solid #000;
  opacity: 0.5;
  cursor: pointer;
}
.post-slideshow .post-slideshow-container .container .post-slideshow-dots span:hover {
  opacity: 1;
}
.post-slideshow .post-slideshow-container .container .post-slideshow-dots span.active {
  border-color: #fff;
  opacity: 1;
}
.post-slideshow .post-slideshow-container .container .post-slideshow-text {
  position: relative;
  margin: 30px 0 69px 0;
  padding: 0;
  color: #fff;
  font-size: 120%;
}
.post-slideshow.loading .post-slideshow-dots {
  pointer-events: none;
  opacity: 0.2;
}
.post-slideshow.loading .post-slideshow-images a {
  pointer-events: none;
  opacity: 0.2;
}
#player {
  position: fixed;
  left: 0;
  right: 0;
  top: 100%;
  height: 123px;
  background: #000;
  color: #fff;
  z-index: 9000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#player img {
  -webkit-user-drag: none;
}
#player .player-bt {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
}
#player .player-bt:before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("/themes/main/images/player-bt.png?v=2") no-repeat;
  background-size: auto 100%;
  background-position: -240px 0;
  content: "";
}
#player .player-bt:hover:before {
  opacity: 0.8;
}
#player .player-bt.playing:before {
  background-position: -300px 0;
}
#player .player-label {
  position: absolute;
  left: 110px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 135%;
  cursor: default;
  opacity: 0;
}
#player .player-infos {
  position: absolute;
  left: 265px;
  right: 950px;
  top: 50%;
  transform: translateY(-50%);
}
#player .player-infos .player-surtitle a {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 3px 10px 4px 10px;
  background: #b22127;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 130%;
  font-weight: 400;
  opacity: 0;
}
#player .player-infos .player-surtitle a:hover {
  background: #fff;
  color: #000;
}
#player .player-infos .player-surtitle a[href="#"] {
  pointer-events: none;
}
#player .player-infos .player-title a {
  display: inline-block;
  overflow: hidden;
  max-height: 32px;
  color: #999;
  text-decoration: none;
  text-overflow: ellipsis;
  line-height: 100%;
  font-size: 120%;
  opacity: 0;
}
#player .player-infos .player-title a:hover {
  color: #fff;
}
#player .player-infos .player-title a[href="#"] {
  pointer-events: none;
}
#player .player-buttons {
  position: absolute;
  right: 430px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#player .player-buttons .btn {
  margin: 0 0 0 10px;
}
#player .player-buttons .btn i {
  margin: 0 8px 0 0;
}
#player .player-buttons .podcast-action.active > ul {
  top: auto;
  bottom: 100%;
  margin-left: 10px !important;
  margin-bottom: 10px !important;
}
#player .player-buttons .podcast-action.active > ul:before {
  top: auto;
  bottom: -10px;
}
#player .player-times {
  position: absolute;
  right: 175px;
  top: 50%;
  transform: translateY(-50%);
  width: 250px;
  text-align: center;
  color: #999;
  font-weight: font_normal;
  font-size: 135%;
  cursor: default;
  opacity: 0;
}
#player .player-volume {
  position: absolute;
  right: 45px;
  top: 50%;
  margin: -15px 0 0 0;
  width: 120px;
}
#player .player-volume .player-volume-bt {
  position: absolute;
  font-size: 20px;
  color: #b22127;
  cursor: pointer;
}
#player .player-volume .player-volume-bt.down {
  left: 0;
}
#player .player-volume .player-volume-bt.up {
  right: 0;
}
#player .player-volume .player-volume-bar {
  position: absolute;
  left: 17px;
  right: 28px;
  top: 13px;
  height: 3px;
  background: #4d4d4d;
  cursor: pointer;
}
#player .player-volume .player-volume-bar:before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  bottom: -20px;
  content: "";
}
#player .player-volume .player-volume-bar div {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  background: #fff;
}
#player .player-volume .player-volume-bar div:before {
  display: block;
  position: absolute;
  right: -3px;
  top: -3px;
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 20px;
  content: "";
}
#player .video-js.vjs-audio {
  height: auto;
}
#player .video-js.vjs-audio > .vjs-big-play-button,
#player .video-js.vjs-audio > .vjs-loading-spinner {
  display: none;
}
#player .video-js.vjs-audio > .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 7px;
  background: none;
}
#player .video-js.vjs-audio > .vjs-control-bar > * {
  display: none;
}
#player .video-js.vjs-audio > .vjs-control-bar > .vjs-control.vjs-progress-control {
  display: block;
  background: #777;
}
#player .video-js.vjs-audio > .vjs-control-bar > .vjs-control.vjs-progress-control > .vjs-progress-holder {
  margin: 0;
  height: 100%;
  background: none;
}
#player .video-js.vjs-audio > .vjs-control-bar > .vjs-control.vjs-progress-control > .vjs-progress-holder > .vjs-load-progress {
  background: none;
}
#player .video-js.vjs-audio > .vjs-control-bar > .vjs-control.vjs-progress-control > .vjs-progress-holder > .vjs-load-progress > div {
  background: #aaa !important;
}
#player .video-js.vjs-audio > .vjs-control-bar > .vjs-control.vjs-progress-control > .vjs-progress-holder > .vjs-play-progress {
  background: #b22127;
}
#player .video-js.vjs-audio > .vjs-control-bar > .vjs-control.vjs-progress-control > .vjs-progress-holder > .vjs-play-progress:before {
  width: 20px;
  height: 20px;
  top: -6px;
  right: -10px;
  background: #b22127;
  border-radius: 20px;
  content: "";
}
#player.live .video-js.vjs-audio > .vjs-control-bar > .vjs-control.vjs-progress-control > .vjs-progress-holder > .vjs-play-progress:before {
  display: none;
}
@media (max-width: 1800px) {
  #player .player-infos {
    right: 750px;
  }
  #player .player-buttons [data-player="url:live"] {
    display: none;
  }
}
@media (max-width: 1550px) {
  #player .player-infos {
    right: 615px;
  }
  #player .player-buttons {
    right: 295px;
  }
  #player .player-times {
    right: 40px;
  }
  #player .player-volume {
    display: none;
  }
}
@media (max-width: 1370px) {
  #player .player-infos {
    right: 365px;
  }
  #player .player-buttons {
    right: 45px;
  }
  #player .player-times {
    display: none;
  }
}
@media (max-width: 1080px) {
  #player {
    height: 95px;
  }
  #player .player-bt {
    left: 25px;
    top: 25px;
    transform: none;
    width: 45px;
    height: 45px;
  }
  #player .player-bt:before {
    background-position: -180px 0;
  }
  #player .player-bt.playing:before {
    background-position: -225px 0;
  }
  #player .player-label {
    left: auto;
    right: 30px;
    top: 30px;
    transform: none;
    font-size: 125%;
  }
  #player .player-infos {
    left: 96px;
    right: 155px;
    font-size: 85%;
  }
  #player .player-buttons {
    display: none;
  }
}
@media (max-width: 675px) {
  #player {
    height: 75px;
  }
  #player .player-bt {
    left: 15px;
    top: 15px;
  }
  #player .player-label {
    display: none;
  }
  #player .player-infos {
    left: 76px;
    right: 15px;
    font-size: 75%;
  }
}
body.live-player {
  width: 1120px;
  height: 238px;
  overflow: hidden;
  background: #ccc;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.live-player img {
  -webkit-user-drag: none;
}
body.live-player #live-player #live-player-head {
  position: relative;
  height: 158px;
  background: #b22127;
}
body.live-player #live-player #live-player-head #live-player-logo {
  position: absolute;
  left: 42px;
  top: 42px;
  width: 200px;
}
body.live-player #live-player #live-player-head #live-player-info {
  position: absolute;
  left: 305px;
  right: 15px;
  top: 0;
  bottom: 0;
}
body.live-player #live-player #live-player-head #live-player-info #live-player-current {
  position: absolute;
  left: 0;
  top: 51px;
  width: 44%;
}
body.live-player #live-player #live-player-head #live-player-info #live-player-current > .time-who {
  display: inline-block;
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  font-size: 13px;
}
body.live-player #live-player #live-player-head #live-player-info #live-player-current > .time-who > .time {
  display: inline-block;
  margin: 0 5px 0 0;
  font-weight: 800;
}
body.live-player #live-player #live-player-head #live-player-info #live-player-current > .title {
  display: block;
  margin: 5px 0 0 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
}
body.live-player #live-player #live-player-head #live-player-info #live-player-illustration {
  position: absolute;
  left: 44%;
  top: 0;
  bottom: 0;
  width: 21%;
}
body.live-player #live-player #live-player-head #live-player-info #live-player-illustration img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 98%;
  max-height: 98%;
}
body.live-player #live-player #live-player-head #live-player-info #live-player-to-follow {
  position: absolute;
  left: 65%;
  top: 0;
  width: 35%;
}
body.live-player #live-player #live-player-head #live-player-info #live-player-to-follow > * {
  display: block;
  padding: 0 0 0 30px;
  text-transform: uppercase;
}
body.live-player #live-player #live-player-head #live-player-info #live-player-to-follow > .label {
  margin: 33px 0 0 0;
  font-size: 12px;
}
body.live-player #live-player #live-player-head #live-player-info #live-player-to-follow > .who {
  margin: 16px 0 0 0;
  line-height: 16px;
  font-size: 13px;
  font-weight: 600;
}
body.live-player #live-player #live-player-head #live-player-info #live-player-to-follow > .title {
  margin: 2px 0 0 0;
  font-size: 18px;
  font-weight: 700;
}
body.live-player #live-player #live-player-playback {
  position: relative;
  height: 80px;
  background: #fff;
}
body.live-player #live-player #live-player-playback #live-player-update-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 1px;
  background: #000;
  z-index: 1;
}
body.live-player #live-player #live-player-playback #live-player-play {
  position: absolute;
  left: 16px;
  top: 16px;
  text-decoration: none;
  cursor: pointer;
}
body.live-player #live-player #live-player-playback #live-player-play:after {
  display: table;
  clear: both;
  content: "";
}
body.live-player #live-player #live-player-playback #live-player-play:before {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  width: 48px;
  height: 48px;
  content: "";
  background: url("../../themes/main/images/player-bt.png") no-repeat 0 0;
  background-size: auto 48px;
}
body.live-player #live-player #live-player-playback #live-player-play span {
  display: block;
  position: relative;
  float: left;
  margin: 10px 0 0 10px;
  color: #b22127;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 19px;
}
body.live-player #live-player #live-player-playback #live-player-play.active:before,
body.live-player #live-player #live-player-playback #live-player-play.playing:before {
  background-position: -48px 0;
}
body.live-player #live-player #live-player-playback #live-player-play:hover span {
  color: #000;
}
body.live-player #live-player #live-player-playback #live-player-play:hover:before {
  background-position: -96px 0;
}
body.live-player #live-player #live-player-playback #live-player-play:hover.active:before,
body.live-player #live-player #live-player-playback #live-player-play:hover.playing:before {
  background-position: -144px 0;
}
body.live-player #live-player #live-player-playback #live-player-bars {
  position: absolute;
  left: 170px;
  top: 27px;
  width: 40px;
  height: 20px;
}
body.live-player #live-player #live-player-playback #live-player-bars > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -webkit-transition: height 500ms;
  transition: height 500ms;
}
body.live-player #live-player #live-player-playback #live-player-bars > div > div {
  position: absolute;
  bottom: 0;
  width: 3px;
  height: 10%;
  background: #000;
  animation: live_player_bars 0ms -800ms linear infinite alternate;
}
body.live-player #live-player #live-player-playback #live-player-bars > div > div:nth-child(1) {
  left: 0px;
  animation-duration: 474ms;
}
body.live-player #live-player #live-player-playback #live-player-bars > div > div:nth-child(2) {
  left: 4px;
  animation-duration: 433ms;
}
body.live-player #live-player #live-player-playback #live-player-bars > div > div:nth-child(3) {
  left: 8px;
  animation-duration: 407ms;
}
body.live-player #live-player #live-player-playback #live-player-bars > div > div:nth-child(4) {
  left: 12px;
  animation-duration: 458ms;
}
body.live-player #live-player #live-player-playback #live-player-bars > div > div:nth-child(5) {
  left: 16px;
  animation-duration: 400ms;
}
body.live-player #live-player #live-player-playback #live-player-bars > div > div:nth-child(6) {
  left: 20px;
  animation-duration: 427ms;
}
body.live-player #live-player #live-player-playback #live-player-bars > div > div:nth-child(7) {
  left: 24px;
  animation-duration: 441ms;
}
body.live-player #live-player #live-player-playback #live-player-bars > div > div:nth-child(8) {
  left: 28px;
  animation-duration: 419ms;
}
body.live-player #live-player #live-player-playback #live-player-bars > div > div:nth-child(9) {
  left: 32px;
  animation-duration: 487ms;
}
body.live-player #live-player #live-player-playback #live-player-bars > div > div:nth-child(10) {
  left: 36px;
  animation-duration: 442ms;
}
body.live-player #live-player #live-player-playback #live-player-bars.stopped > div {
  height: 20%;
}
body.live-player #live-player #live-player-playback #live-player-bars.stopped > div > div {
  animation: none;
  height: 50%;
}
@-moz-keyframes live_player_bars {
  0% {
    height: 10%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes live_player_bars {
  0% {
    height: 10%;
  }
  100% {
    height: 100%;
  }
}
@-o-keyframes live_player_bars {
  0% {
    height: 10%;
  }
  100% {
    height: 100%;
  }
}
@keyframes live_player_bars {
  0% {
    height: 10%;
  }
  100% {
    height: 100%;
  }
}
body.live-player #live-player #live-player-playback #live-player-volume {
  position: absolute;
  left: 240px;
  top: 27px;
  width: 120px;
}
body.live-player #live-player #live-player-playback #live-player-volume > span {
  position: absolute;
  top: 0;
  font-size: 125%;
}
body.live-player #live-player #live-player-playback #live-player-volume > span:first-child {
  left: 0;
}
body.live-player #live-player #live-player-playback #live-player-volume > span:last-child {
  right: 0;
}
body.live-player #live-player #live-player-playback #live-player-volume #live-player-volume-slider {
  margin: 12px 25px 0 25px;
  height: 3px;
  background: #e5e5e5;
  border: none;
  border-radius: 0;
}
body.live-player #live-player #live-player-playback #live-player-volume #live-player-volume-slider .ui-slider-range {
  background: #000;
  border: none;
  border-radius: 0;
}
body.live-player #live-player #live-player-playback #live-player-volume #live-player-volume-slider .ui-slider-handle {
  width: 11px;
  height: 11px;
  background: #000;
  border: none;
  border-radius: 20px;
  outline: none;
}
body.live-player #live-player #live-player-playback #live-player-time-bar {
  position: absolute;
  left: 395px;
  right: 211px;
  top: 37px;
  height: 7px;
  background: #f2f2f2;
}
body.live-player #live-player #live-player-playback #live-player-time-bar div {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #c2c2c2;
}
body.live-player #live-player #live-player-playback #live-player-time {
  position: absolute;
  right: 26px;
  top: 26px;
  font-size: 120%;
  font-weight: 600;
}
body.live-player.not-ready #live-player-play {
  animation: fadeInOutRepeatFrames linear 0.5s infinite;
  -webkit-animation: fadeInOutRepeatFrames linear 0.5s infinite;
  -moz-animation: fadeInOutRepeatFrames linear 0.5s infinite;
  -o-animation: fadeInOutRepeatFrames linear 0.5s infinite;
  -ms-animation: fadeInOutRepeatFrames linear 0.5s infinite;
}
#homepage-nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 85px;
  margin: 0;
  padding: 0 0 10px 0;
  list-style: none;
  z-index: 1002;
}
#homepage-nav li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 3;
}
#homepage-nav li a {
  display: block;
  position: relative;
  margin: 11px 0 0 14px;
  padding: 0;
  color: #b22127;
  text-decoration: none;
  font-weight: 200;
  font-size: 190%;
}
#homepage-nav li a.active {
  color: #000;
}
#homepage-nav:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 10px;
  background: #f5f5f5;
  content: "";
  z-index: 1;
}
#homepage-nav:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background: #ddd;
  background: -moz-linear-gradient(180deg, #ddd 0%, rgba(221,221,221,0) 100%);
  background: -webkit-linear-gradient(180deg, #ddd 0%, rgba(221,221,221,0) 100%);
  background: linear-gradient(180deg, #ddd 0%, rgba(221,221,221,0) 100%);
  content: "";
  z-index: 2;
}
#homepage {
  position: relative;
}
#homepage .homepage-post-group {
  position: relative;
}
#homepage [class*="col-"]:first-child .homepage-post-group {
  margin-right: 20px;
}
#homepage [class*="col-"]:last-child .homepage-post-group {
  margin-left: 20px;
}
#homepage .podcast-siblings {
  margin: 10px 0 0 0;
}
#homepage .link-siblings {
  position: relative;
  margin: 8px 0 25px 0;
  text-align: right;
}
#homepage .link-siblings a {
  color: #b22127;
  text-decoration: none;
  font-weight: bold;
  font-size: 125%;
}
#homepage .link-siblings a i {
  margin-left: 5px;
  color: #000;
}
#homepage .link-siblings a:hover {
  color: #000;
}
#homepage .link-siblings.link-siblings-placeholder {
  pointer-events: none;
}
#homepage .link-siblings.link-siblings-placeholder a {
  background: #eee;
  color: transparent;
}
#homepage .link-siblings.link-siblings-placeholder a i {
  display: none;
}
#homepage .homepage-focus-post {
  display: block;
  position: relative;
  margin: 0 0 5px 0;
  background: #fff;
  border: 1px solid #d7d7d7;
}
#homepage .homepage-focus-post .thumbnail {
  position: relative;
}
#homepage .homepage-focus-post .thumbnail a {
  display: block;
  position: relative;
}
#homepage .homepage-focus-post .thumbnail a .thumbnail-img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
#homepage .homepage-focus-post .info {
  position: relative;
  padding: 18px;
}
#homepage .homepage-focus-post .info strong {
  display: block;
  position: relative;
  margin: 0 0 5px 0;
  color: #b22127;
  text-transform: uppercase;
  font-size: 130%;
  font-weight: 400;
}
#homepage .homepage-focus-post .info h3 {
  font-size: 100%;
}
#homepage .homepage-focus-post .info h3 a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 150%;
}
#homepage .homepage-focus-post .info h3 a:hover {
  color: #b22127;
}
#homepage .more {
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  border-top: 12px solid #d7d7d7;
  text-align: right;
}

/* FILE: /application/src/themes/main/assets/styl/common-content.styl */

@-moz-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInOutRepeatFrames {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@-webkit-keyframes fadeInOutRepeatFrames {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@-o-keyframes fadeInOutRepeatFrames {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes fadeInOutRepeatFrames {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
body,
input,
textarea,
select,
button {
  color: #000;
  font-family: "Muli", Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 576px) {
  body,
  input,
  textarea,
  select,
  button {
    font-size: 11.200000000000001px;
  }
}
a {
  color: #0054a6;
}
a:hover {
  color: #004395;
}
h1 {
  margin: 40px 0 20px 0;
  font-size: 220%;
  font-weight: 400;
}
h1.page-title {
  padding: 86px 0 20px 0;
  border-bottom: 1px solid #d7d7d7;
}
h1.page-title small {
  color: #999;
  text-transform: uppercase;
  font-size: 70%;
  font-weight: 300;
}
@media (max-width: 992px) {
  h1.page-title {
    padding-top: 40px;
    padding-bottom: 15px;
  }
}
@media (max-width: 576px) {
  h1.page-title {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
h2 {
  margin: 40px 0 20px 0;
  color: #b22127;
  font-size: 160%;
  font-weight: 300;
}
.main-content,
.cke_editable,
.main-content > *,
.cke_editable > * {
  line-height: inherit !important;
}
.main-content h3,
.cke_editable h3 {
  margin: 30px 0 20px 0;
  color: #000;
  text-transform: uppercase;
  font-size: 130%;
  font-weight: font_normal;
}
.main-content .post-title,
.cke_editable .post-title {
  margin: 0 0 20px 0;
  font-size: 220%;
  font-weight: 400;
}
.main-content .post-surtitle,
.cke_editable .post-surtitle {
  margin: 40px 0 8px 0;
  color: #000;
  text-transform: uppercase;
  font-size: 140%;
  font-weight: 800;
}
.main-content p,
.cke_editable p {
  text-align: justify;
}
.main-content hr,
.cke_editable hr {
  display: block;
  margin: 40px -50px;
  padding: 0;
  border: none;
  border-top: 1px solid #d7d7d7;
}
.main-content .c-img-single,
.cke_editable .c-img-single {
  display: block;
  margin: 0 0 20px 0;
  text-align: center;
}
.main-content .c-img-single .c-img,
.cke_editable .c-img-single .c-img {
  display: inline-block;
  box-sizing: border-box;
  padding: 3px;
  max-width: 100%;
  border: 1px solid #d7d7d7;
}
.main-content .podcast-player,
.cke_editable .podcast-player {
  margin: 0 0 1rem 0;
}
.main-content table:not(.table):not(.c-img-gallery),
.cke_editable table:not(.table):not(.c-img-gallery) {
  width: 100%;
}
.main-content table:not(.table):not(.c-img-gallery) th,
.cke_editable table:not(.table):not(.c-img-gallery) th,
.main-content table:not(.table):not(.c-img-gallery) td,
.cke_editable table:not(.table):not(.c-img-gallery) td {
  vertical-align: top;
}
.main-content table.c-img-gallery,
.cke_editable table.c-img-gallery {
  box-sizing: border-box;
  margin: 0 0 20px 0;
  padding: 20px;
  width: 100%;
  border-collapse: collapse;
}
.main-content table.c-img-gallery tbody tr td,
.cke_editable table.c-img-gallery tbody tr td {
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #d7d7d7;
}
.main-content table.c-img-gallery tbody tr td .c-img,
.cke_editable table.c-img-gallery tbody tr td .c-img {
  box-sizing: border-box;
  display: block;
  margin: 0;
  max-width: 100%;
  max-height: 100%;
}
.main-content table.c-img-gallery tbody tr td.empty,
.cke_editable table.c-img-gallery tbody tr td.empty {
  background: none;
  border: none;
}
.main-content .c-video,
.cke_editable .c-video {
  display: block;
  box-sizing: border-box;
  position: relative;
  margin: 0 0 20px 0;
  padding: 40px 0;
  width: 100%;
  background: rgba(0,0,0,0.05);
  text-align: center;
}
.main-content .c-video i,
.cke_editable .c-video i,
.main-content .c-video em,
.cke_editable .c-video em {
  font-size: 35px;
}
.main-content .c-video p,
.cke_editable .c-video p {
  display: block;
  margin: 20px 0 0 0;
  font-weight: 300;
  font-size: 19px;
}
.main-content .c-video span,
.cke_editable .c-video span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px 9px;
  background: #dc3545;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
}
.main-content .c-video span i,
.cke_editable .c-video span i,
.main-content .c-video span em,
.cke_editable .c-video span em {
  font-size: 15px;
}
.main-content .c-video span:hover,
.cke_editable .c-video span:hover {
  background: #cb2434;
}
.main-content .c-video-player,
.cke_editable .c-video-player {
  margin: 0 0 20px 0;
}
.main-content .c-audio-player,
.cke_editable .c-audio-player {
  margin: 0 0 20px 0;
}
.main-content div[data-oembed-url],
.cke_editable div[data-oembed-url] {
  margin: 0 0 20px 0;
}
.main-content ul,
.cke_editable ul,
.main-content ol,
.cke_editable ol {
  margin: 0 0 20px 0;
}
.main-content blockquote,
.cke_editable blockquote {
  display: block;
  position: relative;
  margin: 0 0 20px 20px;
  padding: 20px 20px 20px 65px;
  background: #f9f9f9;
}
.main-content blockquote:before,
.cke_editable blockquote:before {
  display: block;
  position: absolute;
  left: 20px;
  top: -9px;
  content: "“";
  font-size: 600%;
  opacity: 0.15;
}
.main-content table.partners,
.cke_editable table.partners {
  margin: 0 -10px;
}
.main-content table.partners tbody tr td,
.cke_editable table.partners tbody tr td {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  width: 25%;
}
.main-content table.partners tbody tr td .cke_widget_wrapper,
.cke_editable table.partners tbody tr td .cke_widget_wrapper {
  display: block;
}
.main-content table.partners tbody tr td a,
.cke_editable table.partners tbody tr td a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid #d7d7d7;
}
.main-content table.partners tbody tr td a:before,
.cke_editable table.partners tbody tr td a:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.main-content table.partners tbody tr td a img,
.cke_editable table.partners tbody tr td a img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  color: #fff;
  text-align: center;
  padding: 15px;
}
.main-content table.partners tbody tr td p,
.cke_editable table.partners tbody tr td p {
  position: relative;
  margin: 10px 0 0 0;
  text-align: center;
}
.main-content img:not(.c-img),
.cke_editable img:not(.c-img),
.podcast-description img:not(.c-img) {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.posts-bottom {
  position: relative;
  height: 40px;
}
.posts-bottom .posts-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.posts-bottom .posts-loading:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  background-image: url("../../themes/main/images/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  z-index: 100;
}
.posts-bottom .posts-loading.hidden {
  display: hidden;
}
.posts-list .row {
  margin-bottom: 30px;
}
.posts-list article {
  display: block;
  background: #fff;
  border: 1px solid #d7d7d7;
  cursor: pointer;
}
@media (min-width: 0) {
  .posts-list article {
    height: 120px;
    font-size: 50%;
  }
}
@media (min-width: 576px) {
  .posts-list article {
    height: 270px;
    font-size: 68%;
  }
}
@media (min-width: 768px) {
  .posts-list article {
    height: 265px;
    font-size: 80%;
  }
}
@media (min-width: 992px) {
  .posts-list article {
    height: 380px;
    font-size: 77%;
  }
}
@media (min-width: 1426px) {
  .posts-list article {
    height: 478px;
    font-size: 100%;
  }
}
.posts-list article .post-body {
  display: table;
}
.posts-list article .post-body .post-illustration {
  display: table-cell;
  position: relative;
  width: 1%;
}
.posts-list article .post-body .post-illustration img.post-illustration-vertical {
  display: none;
}
@media (min-width: 0) {
  .posts-list article .post-body .post-illustration img {
    height: 118px;
  }
}
@media (min-width: 576px) {
  .posts-list article .post-body .post-illustration img {
    height: 268px;
  }
}
@media (min-width: 768px) {
  .posts-list article .post-body .post-illustration img {
    height: 263px;
  }
}
@media (min-width: 992px) {
  .posts-list article .post-body .post-illustration img {
    height: 378px;
  }
}
@media (min-width: 1426px) {
  .posts-list article .post-body .post-illustration img {
    height: 476px;
  }
}
.posts-list article .post-body .post-illustration .post-illustration-action {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.posts-list article .post-body .post-illustration .post-illustration-action > span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32.5px;
  margin-top: -32.5px;
  width: 65px;
  height: 65px;
  background: #b22127;
  color: #fff;
  border-radius: 50px;
  line-height: 65px;
  text-align: center;
  font-size: 28px;
}
@media (max-width: 576px) {
  .posts-list article .post-body .post-illustration .post-illustration-action > span {
    margin-left: -17.5px;
    margin-top: -17.5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
}
.posts-list article .post-body .post-illustration .post-illustration-action > span > i {
  display: inline-block;
}
.posts-list article .post-body .post-illustration .post-illustration-action.play > span {
  padding-left: 4px;
}
.posts-list article .post-body .post-illustration .post-illustration-slideshow {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 65px;
  height: 65px;
  background: #b22127;
  border-radius: 50px;
}
@media (max-width: 576px) {
  .posts-list article .post-body .post-illustration .post-illustration-slideshow {
    width: 35px;
    height: 35px;
  }
}
.posts-list article .post-body .post-illustration .post-illustration-slideshow:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../../themes/main/images/gallery-icon.png") no-repeat 44% 48%;
  background-size: 58%;
  content: "";
}
.posts-list article .post-body .post-illustration:after {
  display: block;
  position: absolute;
  right: 0;
  top: 38px;
  content: "";
  width: 0;
  height: 0;
  border: none;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 13px solid #fff;
}
.posts-list article .post-body .post-content {
  display: table-cell;
  vertical-align: top;
}
@media (min-width: 0) {
  .posts-list article .post-body .post-content {
    padding: 12px 12px 0 12px;
  }
}
@media (min-width: 576px) {
  .posts-list article .post-body .post-content {
    padding: 15px 15px 0 15px;
  }
}
@media (min-width: 768px) {
  .posts-list article .post-body .post-content {
    padding: 20px 20px 0 20px;
  }
}
@media (min-width: 992px) {
  .posts-list article .post-body .post-content {
    padding: 25px 25px 0 25px;
  }
}
@media (min-width: 1426px) {
  .posts-list article .post-body .post-content {
    padding: 35px 35px 0 35px;
  }
}
.posts-list article .post-body .post-content .post-surtitle {
  margin: 0 0 5px 0;
}
.posts-list article .post-body .post-content .post-surtitle h4 {
  display: inline-block;
  margin: 0 5px 0 0;
  color: #b22127;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 130%;
}
.posts-list article .post-body .post-content .post-surtitle .post-date {
  display: inline-block;
  color: #909090;
}
.posts-list article .post-body .post-content h3 {
  margin: 0 0 20px 0;
  color: #000;
  font-weight: 700;
  font-size: 190%;
}
.posts-list article .post-body .post-content h3 a {
  color: #000;
  text-decoration: none;
}
.posts-list article .post-body .post-content .post-hat {
  color: #909090;
  line-height: 125%;
  font-size: 130%;
}
.posts-list article .post-body .post-content .post-hat .post-hat-block {
  display: block;
  padding: 12px 15px;
  background: rgba(0,0,0,0.03);
}
@media (max-width: 576px) {
  .posts-list article .post-body .post-content .post-hat {
    display: none;
  }
}
.posts-list article:hover {
  background: #b22127;
}
.posts-list article:hover .post-body .post-illustration:after {
  border-color: transparent;
  border-right-color: #b22127;
}
.posts-list article:hover .post-body .post-content .post-surtitle .post-date {
  color: rgba(255,255,255,0.8);
}
.posts-list article:hover .post-body .post-content h3 {
  color: #fff;
}
.posts-list article:hover .post-body .post-content h3 a {
  color: #fff;
}
.posts-list article:hover .post-body .post-content .post-hat,
.posts-list article:hover .post-body .post-content h4 {
  color: rgba(255,255,255,0.8);
}
.posts-list article.home-ad {
  cursor: default;
  position: relative;
  background: #d7d7d7;
}
.posts-list article.home-ad .ad-image {
  display: block;
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  white-space: nowrap;
  text-align: center;
  font-size: 0.1%;
}
.posts-list article.home-ad .ad-image:before,
.posts-list article.home-ad .ad-image:after {
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.posts-list article.home-ad .ad-image img {
  max-width: 98%;
  max-height: 98%;
  border: 1px solid #777;
  vertical-align: middle;
}
.posts-list article.home-ad .ad-video {
  display: block;
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  white-space: nowrap;
  text-align: center;
  font-size: 0.1%;
}
.posts-list article.home-ad .ad-video:before {
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.posts-list article.home-ad .ad-video .video-js {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 !important;
  max-width: none;
  width: auto;
  height: auto;
  border: 1px solid #777;
  vertical-align: middle;
}
.posts-list article.home-ad .ad-video .video-action-mute {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 35px;
  height: 35px;
  padding: 1px 0 0 0;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  z-index: 2;
  cursor: pointer;
}
.posts-list article.home-ad .ad-video .video-action-mute.muted:before {
  display: block;
  position: absolute;
  left: 14px;
  right: 0;
  top: -1px;
  bottom: -1px;
  width: 2px;
  background: #fff;
  content: "";
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.posts-list article.home-ad .ad-video > a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.posts-list .col-md-8 article:hover .post-body .post-illustration:after,
.posts-list .col-md-12 article:hover .post-body .post-illustration:after {
  border-color: transparent;
  border-right-color: #b22127;
}
.posts-list .col-md-6 article:hover .post-body .post-illustration:after,
.posts-list .col-md-4 article:hover .post-body .post-illustration:after {
  border-color: transparent;
  border-bottom-color: #b22127;
}
@media (max-width: 992px) {
  .posts-list .col-md-1 {
    margin-bottom: 30px !important;
    flex: 0 1 auto;
    max-width: none;
  }
  .posts-list .col-md-2 {
    margin-bottom: 30px !important;
    flex: 0 1 auto;
    max-width: none;
  }
  .posts-list .col-md-3 {
    margin-bottom: 30px !important;
    flex: 0 1 auto;
    max-width: none;
  }
  .posts-list .col-md-4 {
    margin-bottom: 30px !important;
    flex: 0 1 auto;
    max-width: none;
  }
  .posts-list .col-md-5 {
    margin-bottom: 30px !important;
    flex: 0 1 auto;
    max-width: none;
  }
  .posts-list .col-md-6 {
    margin-bottom: 30px !important;
    flex: 0 1 auto;
    max-width: none;
  }
  .posts-list .col-md-7 {
    margin-bottom: 30px !important;
    flex: 0 1 auto;
    max-width: none;
  }
  .posts-list .col-md-8 {
    margin-bottom: 30px !important;
    flex: 0 1 auto;
    max-width: none;
  }
  .posts-list .col-md-9 {
    margin-bottom: 30px !important;
    flex: 0 1 auto;
    max-width: none;
  }
  .posts-list .col-md-10 {
    margin-bottom: 30px !important;
    flex: 0 1 auto;
    max-width: none;
  }
  .posts-list .col-md-11 {
    margin-bottom: 30px !important;
    flex: 0 1 auto;
    max-width: none;
  }
  .posts-list .col-md-12 {
    margin-bottom: 30px !important;
    flex: 0 1 auto;
    max-width: none;
  }
  .posts-list .row {
    margin-bottom: 0;
  }
  .posts-list article .post-body .post-illustration img.post-illustration-default-size {
    display: none;
  }
  .posts-list article .post-body .post-illustration img.post-illustration-vertical {
    display: inline;
  }
}
@media (max-width: 576px) {
  .posts-list .post-body .post-illustration:after {
    display: none !important;
  }
  .posts-list .col-md-1 {
    margin-bottom: 10px !important;
  }
  .posts-list .col-md-2 {
    margin-bottom: 10px !important;
  }
  .posts-list .col-md-3 {
    margin-bottom: 10px !important;
  }
  .posts-list .col-md-4 {
    margin-bottom: 10px !important;
  }
  .posts-list .col-md-5 {
    margin-bottom: 10px !important;
  }
  .posts-list .col-md-6 {
    margin-bottom: 10px !important;
  }
  .posts-list .col-md-7 {
    margin-bottom: 10px !important;
  }
  .posts-list .col-md-8 {
    margin-bottom: 10px !important;
  }
  .posts-list .col-md-9 {
    margin-bottom: 10px !important;
  }
  .posts-list .col-md-10 {
    margin-bottom: 10px !important;
  }
  .posts-list .col-md-11 {
    margin-bottom: 10px !important;
  }
  .posts-list .col-md-12 {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 992px) {
  .posts-list .col-md-8 article .post-body,
  .posts-list .col-md-6 article .post-body,
  .posts-list .col-md-4 article .post-body {
    font-size: 80%;
  }
  .posts-list .col-md-6 article .post-illustration,
  .posts-list .col-md-4 article .post-illustration {
    display: block;
    width: auto;
  }
  .posts-list .col-md-6 article .post-illustration img,
  .posts-list .col-md-4 article .post-illustration img {
    width: 100%;
    height: auto;
  }
  .posts-list .col-md-6 article .post-illustration:after,
  .posts-list .col-md-4 article .post-illustration:after {
    left: 38px;
    right: auto;
    top: auto;
    bottom: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #fff;
  }
  .posts-list .col-md-6 article .post-content,
  .posts-list .col-md-4 article .post-content {
    display: block;
  }
  .posts-list .col-md-6 article .post-content h3,
  .posts-list .col-md-4 article .post-content h3 {
    margin-bottom: 15px;
  }
}
.infinite-see-more {
  margin: 0 0 20px 0;
  text-align: center;
}
.infinite-see-more a {
  display: inline-block;
}
.podcast-action-subscribe {
  display: inline-block;
  position: relative;
}
.podcast-action-subscribe:before {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  background: no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
}
.podcast-action-subscribe.itunes:before {
  background-image: url("/application/public/images/podcasts/ico-itunes.svg");
}
.podcast-action-subscribe.google:before {
  background-image: url("/application/public/images/podcasts/ico-google-podcasts.svg");
}
.podcast-actions {
  position: relative;
  margin: 10px 0 0 0;
}
.podcast-action {
  display: inline-block;
  position: relative;
}
.podcast-action > .podcast-action-btn {
  display: inline-block;
  padding: 4px 8px 3px 8px;
  background: #f0f0f0;
  color: #b22127;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 100%;
}
.podcast-action > .podcast-action-btn:hover {
  background: #ddd;
  color: #000;
}
.podcast-action > .podcast-action-btn i {
  margin-right: 3px;
}
.podcast-action > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin: 9px 0 0 1px;
  padding: 0;
  box-shadow: 0 0 1px #000, 0 0 1px #000;
  list-style: none;
  z-index: 100;
}
.podcast-action > ul:before {
  display: block;
  position: absolute;
  left: 20px;
  width: 20px;
  height: 20px;
  top: -10px;
  background: #fff;
  box-shadow: 0 0 1px #000, 0 0 1px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  content: "";
}
.podcast-action > ul:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 2;
  content: "";
}
.podcast-action > ul li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 3;
}
.podcast-action > ul li a {
  display: block;
  position: relative;
  padding: 9px 10px 6px 10px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  white-space: nowrap;
  text-decoration: none;
  color: #000;
}
.podcast-action > ul li a i {
  display: inline-block;
  width: 12px;
}
.podcast-action > ul li a span {
  display: inline-block;
  margin: 0 0 0 6px;
  font-weight: normal;
  font-style: none;
}
.podcast-action > ul li a:hover {
  background: rgba(0,0,0,0.03);
}
.podcast-action > ul li a:hover span {
  color: #b22127;
}
.podcast-action > ul li:last-child a {
  border: none;
}
.podcast-action.active > ul {
  display: block;
}
.main-content {
  padding: 50px;
  background: #fff;
}
.main-content .illustration {
  position: relative;
  margin: 50px -50px;
}
.main-content .illustration img {
  display: block;
  max-width: 100%;
}
.main-content .illustration .illustration-text {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 13px 19px 14px 19px;
  background: rgba(0,0,0,0.7);
  border-top: 1px solid #000;
  color: #fff;
  font-style: italic;
  z-index: 1;
}
.main-content .illustration:hover .illustration-text {
  display: block;
}
.main-content .illustration .illustration-slideshow {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #b22127;
  color: #fff;
  text-decoration: none;
  font-size: 120%;
  font-weight: 700;
}
.main-content .illustration .illustration-slideshow span {
  display: block;
  margin: 10px 60px 10px 15px;
  padding: 0;
  text-transform: uppercase;
}
.main-content .illustration .illustration-slideshow:after {
  display: block;
  position: absolute;
  right: 9px;
  top: 4px;
  width: 35px;
  height: 35px;
  background: url("../../themes/main/images/gallery-icon.png") no-repeat 0 0;
  background-size: 100%;
  content: "";
}
.main-content .illustration .illustration-slideshow:hover {
  background: #000;
}
.main-content .podcast-container {
  margin: -50px -50px 50px -50px;
  padding: 50px 50px 40px 50px;
  background: #fafafa;
  border-bottom: 1px solid #d7d7d7;
}
.main-content .podcast-container .podcast-player {
  margin: 0 0 10px 0;
}
.main-content .hat {
  margin: 0 -50px 50px -50px;
  padding: 0 50px 50px 50px;
  border-bottom: 1px solid #d7d7d7;
  text-align: justify;
  font-size: 120%;
  font-weight: 700;
}
.main-content .hat strong {
  font-weight: 700;
}
.post-comments {
  margin: 1.5rem 0 1.5rem 0;
  padding: 40px;
  background: #fff;
}
.post-comments .fb-comments,
.post-comments .fb-comments iframe {
  width: 100% !important;
  max-width: none !important;
}
@media (max-width: 576px) {
  .post-comments {
    padding: 15px;
  }
}
.post-section {
  position: relative;
  margin: 1.5rem 0 1.5rem 0;
  background: #fff;
}
.post-section .post-section-body {
  position: relative;
  padding: 40px;
}
.post-section .post-section-body h3 {
  font-size: 180%;
}
.post-section .post-section-footer {
  position: relative;
  padding: 40px;
  background: #eee;
  border-top: 1px solid #e0e0e0;
}
.post-social {
  position: relative;
  margin: 20px 0;
  text-align: right;
}
.post-social > span {
  color: rgba(0,0,0,0.5);
}
.post-social .post-social-link {
  display: inline-block;
  padding: 10px 15px;
  background: rgba(0,0,0,0.1);
  color: #b22127;
  text-decoration: none;
  font-size: 125%;
}
.post-social .post-social-link:hover {
  background: #b22127;
  color: #fff;
}
.post-social .post-social-link.post-social-link-like .post-social-facebook-likes {
  color: #000;
  font-size: 75%;
  font-weight: bold;
}
.post-social .post-social-link.post-social-link-like:hover .post-social-facebook-likes {
  color: #fff;
}
.podcast-item {
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid #d7d7d7;
}
.podcast-item:after {
  display: table;
  clear: both;
  content: "";
}
.podcast-item .thumbnail {
  position: relative;
}
.podcast-item .thumbnail .thumbnail-img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.podcast-item .thumbnail .thumbnail-action {
  position: absolute;
  left: 0;
  bottom: 30px;
}
.podcast-item .thumbnail .thumbnail-action .thumbnail-program {
  display: block;
  float: left;
  margin: 0 0 0 -12px;
  padding: 6px 13px 7px 13px;
  background: #b22127;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 140%;
  font-weight: 400;
}
.podcast-item .thumbnail .thumbnail-action .thumbnail-program:hover {
  background: #000;
}
.podcast-item .thumbnail .thumbnail-action .thumbnail-play {
  display: block;
  position: relative;
  float: left;
  margin: 0 0 0 5px;
}
.podcast-item .thumbnail .thumbnail-action .thumbnail-play .play {
  display: block;
  position: relative;
  float: left;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50px;
  color: #b22127;
  z-index: 2;
}
.podcast-item .thumbnail .thumbnail-action .thumbnail-play .play i {
  position: absolute;
  left: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 125%;
}
.podcast-item .thumbnail .thumbnail-action .thumbnail-play .duration {
  display: block;
  position: relative;
  float: left;
  margin: 4px 0 0 -10px;
  padding: 5px 14px 6px 18px;
  background: rgba(0,0,0,0.6);
  border-radius: 0 20px 20px 0;
  color: #fff;
  font-weight: 600;
  font-size: 110%;
  z-index: 1;
}
.podcast-item .thumbnail .thumbnail-action .thumbnail-play:hover .play {
  background: #b22127;
  color: #fff;
}
.podcast-item .thumbnail .thumbnail-action .thumbnail-play:hover .duration {
  background: #000;
}
.podcast-item .info {
  position: relative;
  padding: 18px;
}
.podcast-item .info .published-at {
  color: #909090;
  cursor: default;
}
.podcast-item .info .published-at span {
  display: none;
  opacity: 0.7;
}
.podcast-item .info .published-at:hover span {
  display: inline-block;
}
.podcast-item .info h4 {
  margin: 5px 0 5px 0;
  color: #b22127;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 150%;
}
.podcast-item .info h3 {
  font-size: 100%;
}
.podcast-item .info h3 a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 170%;
}
.podcast-item .info h3 a:hover {
  color: #b22127;
}
.podcast-item .info .personalities {
  margin: -5px 0 0 0;
  font-size: 125%;
}
.podcast-item .info .personalities strong {
  font-weight: 400;
}
.podcast-item .info .personalities .personality {
  color: #b22127;
  text-decoration: none;
}
.podcast-item.podcast-item-placeholder *:not(.podcast-item-actions) {
  pointer-events: none;
}
.podcast-item.podcast-item-placeholder .thumbnail {
  background: #e2e2e2;
}
.podcast-item.podcast-item-placeholder .thumbnail .thumbnail-img {
  opacity: 0;
}
.podcast-item.podcast-item-placeholder .thumbnail .thumbnail-action .thumbnail-program:before {
  color: transparent;
  content: "____________________";
}
.podcast-item.podcast-item-placeholder .thumbnail .thumbnail-action .thumbnail-play .duration:before {
  color: transparent;
  content: "00:00";
}
.podcast-item.podcast-item-placeholder .info .published-at {
  background: #f5f5f5;
}
.podcast-item.podcast-item-placeholder .info .published-at:before {
  color: transparent;
  content: "_____________";
}
.podcast-item.podcast-item-placeholder .info .published-at span:before {
  display: none !important;
}
.podcast-item.podcast-item-placeholder .info h3 {
  background: #f5f5f5;
}
.podcast-item.podcast-item-placeholder .info h3 a:before {
  color: transparent;
  white-space: pre;
  content: "___ \a ___";
}
.podcast-item.podcast-item-placeholder .podcast-action > .podcast-action-btn {
  color: transparent;
}
.podcast-item-xs {
  display: block;
  position: relative;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #d7d7d7;
}
.podcast-item-xs:last-child {
  margin: 0;
  border: none;
}
.podcast-item-xs:after {
  display: table;
  clear: both;
  content: "";
}
.podcast-item-xs .thumbnail {
  position: relative;
  float: left;
  margin: 0 0 20px 0;
}
.podcast-item-xs .thumbnail .thumbnail-img {
  display: block;
  position: relative;
  width: 250px !important;
  height: auto !important;
}
.podcast-item-xs .thumbnail .thumbnail-action {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.podcast-item-xs .thumbnail .thumbnail-action .thumbnail-play {
  display: block;
  position: relative;
  float: left;
  margin: 0;
}
.podcast-item-xs .thumbnail .thumbnail-action .thumbnail-play .play {
  display: block;
  position: relative;
  float: left;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50px;
  color: #b22127;
  z-index: 2;
}
.podcast-item-xs .thumbnail .thumbnail-action .thumbnail-play .play i {
  position: absolute;
  left: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 125%;
}
.podcast-item-xs .thumbnail .thumbnail-action .thumbnail-play .duration {
  display: block;
  position: relative;
  float: left;
  margin: 4px 0 0 -10px;
  padding: 5px 14px 6px 18px;
  background: rgba(0,0,0,0.6);
  border-radius: 0 20px 20px 0;
  color: #fff;
  font-weight: 600;
  font-size: 110%;
  z-index: 1;
}
.podcast-item-xs .thumbnail .thumbnail-action .thumbnail-play:hover .play {
  background: #b22127;
  color: #fff;
}
.podcast-item-xs .thumbnail .thumbnail-action .thumbnail-play:hover .duration {
  background: #000;
}
.podcast-item-xs .info {
  position: relative;
  margin: 0 0 20px 270px;
}
.podcast-item-xs .info .published-at {
  color: #909090;
  cursor: default;
}
.podcast-item-xs .info .published-at span {
  display: none;
  opacity: 0.7;
}
.podcast-item-xs .info .published-at:hover span {
  display: inline-block;
}
.podcast-item-xs .info h3 {
  font-size: 100%;
}
.podcast-item-xs .info h3 a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 170%;
}
.podcast-item-xs .info h3 a:hover {
  color: #b22127;
}
.podcast-siblings {
  position: relative;
  margin: 10px 0 0 0;
}
.podcast-siblings ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.podcast-siblings ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
.podcast-siblings ul li a {
  display: block;
  position: relative;
  margin: 0 0 8px 0;
  text-decoration: none;
  font-size: 125%;
}
.podcast-siblings ul li a .published-at {
  display: block;
  position: relative;
  float: left;
  width: 60px;
  color: #b22127;
  font-weight: 300;
}
.podcast-siblings ul li a .label {
  display: block;
  position: relative;
  margin: 0 0 0 60px;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #d7d7d7;
  color: #000;
}
.podcast-siblings ul li a .label em {
  font-weight: 400;
  font-style: normal;
}
.podcast-siblings ul li a .label strong {
  font-weight: 700;
}
.podcast-siblings ul li a:hover .label {
  color: #b22127;
}
.podcast-siblings ul li:last-child a {
  margin-bottom: 0;
}
.podcast-siblings ul li:last-child a .label {
  padding-bottom: 0;
  border-bottom: none;
}
.podcast-siblings ul li.podcast-siblings-placeholder {
  pointer-events: none;
}
.podcast-siblings ul li.podcast-siblings-placeholder a .published-at:before {
  background: #eee;
  color: transparent;
  content: "__/__";
}
.podcast-siblings ul li.podcast-siblings-placeholder a .label em {
  background: #eee;
}
.podcast-siblings ul li.podcast-siblings-placeholder a .label em:before {
  color: transparent;
  white-space: pre;
  content: "____ _____ __ ____ ________ _________ ___ ___ __";
}
.podcast-siblings ul li.podcast-siblings-placeholder a .label strong {
  background: #eee;
}
.podcast-siblings ul li.podcast-siblings-placeholder a .label strong:before {
  color: transparent;
  white-space: pre;
  content: "____ _______ __ _________ __ _____";
}
.podcast-sibling-link {
  display: block;
  position: relative;
  text-decoration: none;
}
.podcast-sibling-link .info {
  display: block;
}
.podcast-sibling-link .info .img {
  display: block;
  position: relative;
}
.podcast-sibling-link .info .img img {
  display: block;
  width: 100%;
  height: auto;
}
.podcast-sibling-link .info .img .arrow {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255,255,255,0.4);
}
.podcast-sibling-link .info .img .arrow span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 97px;
  transform: translateY(-50%);
  color: rgba(255,255,255,0.7);
  text-align: center;
  font-size: 200%;
}
.podcast-sibling-link .info .published-at {
  display: block;
  position: relative;
  margin: 8px 0 2px 0;
  color: #b22127;
  font-weight: 300;
  font-size: 135%;
}
.podcast-sibling-link .info .label {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 8px 0;
  color: #000;
  font-size: 110%;
  font-weight: 700;
}
.podcast-sibling-link.prev .info {
  margin-right: 15px;
}
.podcast-sibling-link.next .info {
  margin-left: 15px;
}
.podcast-sibling-link.next .info .published-at,
.podcast-sibling-link.next .info .label {
  text-align: right;
}
.podcast-sibling-link:hover {
  text-decoration: none;
}
.podcast-sibling-link:hover .img .arrow {
  display: block;
}
.podcast-sibling-link:hover .info .label {
  color: #b22127;
}
.podcast-sibling-link-off {
  display: block;
  position: relative;
}
.podcast-sibling-link-off span {
  display: block;
  position: relative;
}
.podcast-sibling-link-off span img {
  display: block;
  position: relative;
  visibility: hidden;
  width: 100%;
  height: auto;
}
.podcast-sibling-link-off span:before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: #f6f6f6;
}
.podcast-sibling-link-off.prev span {
  margin-right: 15px;
}
.podcast-sibling-link-off.next span {
  margin-left: 15px;
}
.program-header {
  margin: 50px 0 50px 0;
  background: #efefef;
}
.program-header .container {
  position: relative;
  padding: 30px 0;
}
.program-header .container .illustration {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.program-header .container .illustration img {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto !important;
  height: 95% !important;
}
@media (max-width: 992px) {
  .program-header .container .illustration img {
    top: 30px;
    bottom: auto;
    width: 200px !important;
    height: auto !important;
  }
}
.program-header .container .details {
  position: relative;
  margin: 0 0 0 340px;
  color: #909090;
}
@media (max-width: 992px) {
  .program-header .container .details {
    margin: 0 0 0 230px;
  }
}
.program-header .container .details h1 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
.program-header .container .details h1 span,
.program-header .container .details h1 a {
  display: inline-block;
  margin: 0;
  padding: 10px 12px;
  background: #e2e2e2;
  color: #b22127;
  text-decoration: none;
  font-size: 200%;
  font-weight: 300;
}
.program-header .container .details h1 span:hover,
.program-header .container .details h1 a:hover {
  background: #ddd;
  color: #000;
}
.program-header .container .details .broadcast {
  display: block;
  position: relative;
  margin: 20px 0;
  font-size: 140%;
}
.program-header .container .details .broadcast .personality {
  color: #666;
  font-style: normal;
}
.program-header .container .details .description {
  margin: 0 0 30px 0;
  font-size: 110%;
}
.program-header .container .details .description p {
  margin: 0 0 10px 0;
}
@media (max-width: 992px) {
  .program-header .container .details .podcast-actions {
    margin-left: -230px;
  }
}
.program-header.program-header-less .container .details {
  margin-left: 260px;
}
@media (max-width: 992px) {
  .program-header.program-header-less .container .details .podcast-actions {
    margin-left: 0;
  }
  .program-header.program-header-less .container .details .podcast-action {
    margin-bottom: 5px;
  }
}
.podcast {
  position: relative;
}
.podcast .thumbnail {
  display: block;
  position: relative;
  margin: 0 0 35px 0;
}
.podcast .thumbnail .thumbnail-img {
  display: block;
  position: relative;
  width: 100% !important;
  height: auto !important;
}
.podcast .thumbnail .thumbnail-action {
  position: absolute;
  left: 35px;
  bottom: 35px;
}
.podcast .thumbnail .thumbnail-action .thumbnail-play {
  display: block;
  position: relative;
  float: left;
  margin: 0;
}
.podcast .thumbnail .thumbnail-action .thumbnail-play .play {
  display: block;
  position: relative;
  float: left;
  width: 62px;
  height: 62px;
  background: #fff;
  border-radius: 50px;
  color: #b22127;
  z-index: 2;
}
.podcast .thumbnail .thumbnail-action .thumbnail-play .play i {
  position: absolute;
  left: 5px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 185%;
}
.podcast .thumbnail .thumbnail-action .thumbnail-play .label {
  display: block;
  position: relative;
  float: left;
  margin: 10px 0 0 -10px;
  padding: 10px 19px 11px 23px;
  background: rgba(0,0,0,0.6);
  border-radius: 0 20px 20px 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 110%;
  z-index: 1;
}
.podcast .thumbnail .thumbnail-action .thumbnail-play .label strong {
  font-weight: 700;
}
.podcast .thumbnail .thumbnail-action .thumbnail-play .label em {
  font-style: normal;
  font-weight: 300;
  opacity: 0.6;
}
.podcast .thumbnail .thumbnail-action .thumbnail-play:hover .play {
  background: #b22127;
  color: #fff;
}
.podcast .thumbnail .thumbnail-action .thumbnail-play:hover .duration {
  background: #000;
}
.podcast .podcast-text {
  position: relative;
  padding: 40px;
  background: #fff;
}
.podcast .podcast-text .podcast-hat {
  position: relative;
  margin: 0 0 40px 0;
}
.podcast .podcast-text .podcast-hat,
.podcast .podcast-text .podcast-hat * {
  font-size: 110%;
  font-weight: bold !important;
}
.program-item {
  position: relative;
}
.program-item a {
  display: block;
  position: relative;
}
.program-item a:after {
  display: table;
  clear: both;
  content: "";
}
.program-item a img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.program-item a .program-details {
  display: block;
  position: absolute;
  left: -2px;
  bottom: 20px;
}
.program-item a .program-details .program-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 7px 13px 7px 13px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 140%;
  font-weight: 400;
}
.program-item a .program-details .program-title span {
  display: inline;
  padding: 6px 0 8px 0;
  background: #b22127;
  color: #fff;
  box-shadow: -11px 0 0 #b22127, 11px 0 0 #b22127;
  transition: all 0.5s ease;
}
.program-item a .program-details .program-num-podcasts {
  display: block;
  position: relative;
  margin: -1px 0 0 -1px;
  padding: 3px 10px 4px 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 100%;
  font-weight: 400;
}
.program-item a .program-details .program-num-podcasts span {
  display: inline;
  padding: 4px 0 5px 0;
  background: #fff;
  color: #000;
  box-shadow: -7px 0 0 #fff, 7px 0 0 #fff;
}
.program-item a:hover .program-details .program-title span {
  background: #000;
  color: #fff;
  box-shadow: -11px 0 0 #000, 11px 0 0 #000;
}
.programs-items .program-item a {
  transition: box-shadow 0.5s ease;
}
.programs-items .program-item a:hover {
  box-shadow: 0 2px 10px rgba(0,0,0,0.667);
}
#podcast-selector {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255,255,255,0.8);
  z-index: 1500;
}
#podcast-selector > div {
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  top: 0;
  bottom: 0;
  padding: 0;
  max-width: 750px;
  width: 100%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #d7d7d7;
  border-top: none;
  border-bottom: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#podcast-selector > div .podcast-selector-history {
  position: relative;
  margin: 0 0 17px 0;
  padding: 20px 23px;
  background: #b22127;
  outline: none;
}
#podcast-selector > div .podcast-selector-history div {
  margin: 0 0 10px 0;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
#podcast-selector > div .podcast-selector-history p {
  display: flex;
  margin: 0;
  padding: 0;
  color: #fff;
}
#podcast-selector > div .podcast-selector-history p i {
  display: inline-block;
  margin: 4px 8px 0 0;
  opacity: 0.25;
}
#podcast-selector > div .podcast-selector-history p i:first-child {
  margin-top: 2px;
}
#podcast-selector > div .podcast-selector-history p em {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  border-bottom: 3px solid rgba(255,255,255,0.1);
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
}
#podcast-selector > div .podcast-selector-history p em:nth-child(3):before {
  margin: 0 3px 0 0;
  content: "[";
  opacity: 0.25;
}
#podcast-selector > div .podcast-selector-history p em:nth-child(3):after {
  margin: 0 0 0 3px;
  content: "]";
  opacity: 0.25;
}
#podcast-selector > div .podcast-selector-history p strong {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}
#podcast-selector > div input[type="text"] {
  display: block;
  position: relative;
  box-sizing: border-box;
  margin: 0 20px;
  padding: 10px 13px;
  width: calc(100% - (2 * 20px));
  background: #fff;
  border: 1px solid #aaa;
  outline: none;
}
#podcast-selector > div .podcast-selector-msg {
  margin: 17px 20px 0 20px;
  padding: 10px 13px;
  background: #b22127;
  color: #fff;
}
#podcast-selector > div .podcast-selector-msg p {
  margin: 0 0 5px 0;
  font-weight: bold;
}
#podcast-selector > div .podcast-selector-msg p:last-child {
  margin-bottom: 0;
}
#podcast-selector > div #podcast-selector-results {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#podcast-selector > div #podcast-selector-results #podcast-selector-items {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 17px;
  bottom: 20px;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0;
  padding: 0 20px 0 0;
}
#podcast-selector > div #podcast-selector-results #podcast-selector-items::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}
#podcast-selector > div #podcast-selector-results #podcast-selector-items::-webkit-scrollbar-thumb {
  background-color: #b22127;
  border-radius: 10px;
}
#podcast-selector > div #podcast-selector-results #podcast-selector-items > div {
  position: relative;
  margin: 4px 0 0 0;
  padding: 5px 8px;
  background: #f0f0f0;
  border: 1px solid transparent;
  cursor: pointer;
  opacity: 0.9;
}
#podcast-selector > div #podcast-selector-results #podcast-selector-items > div .item-meta {
  position: absolute;
  right: 8px;
  bottom: 5px;
  color: #666;
  text-transform: uppercase;
  font-size: 10px;
}
#podcast-selector > div #podcast-selector-results #podcast-selector-items > div .item-meta > em {
  font-style: normal;
}
#podcast-selector > div #podcast-selector-results #podcast-selector-items > div .item-meta > em:before {
  display: inline-block;
  margin: 0 5px;
  content: "-";
}
#podcast-selector > div #podcast-selector-results #podcast-selector-items > div .item-meta > em:first-child:before {
  display: none;
}
#podcast-selector > div #podcast-selector-results #podcast-selector-items > div .item-title,
#podcast-selector > div #podcast-selector-results #podcast-selector-items > div .item-program {
  display: block;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}
#podcast-selector > div #podcast-selector-results #podcast-selector-items > div .item-title > i,
#podcast-selector > div #podcast-selector-results #podcast-selector-items > div .item-program > i {
  display: inline-block;
  margin: 0 5px 0 0;
  color: #b22127;
}
#podcast-selector > div #podcast-selector-results #podcast-selector-items > div .item-program {
  color: #666;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}
#podcast-selector > div #podcast-selector-results #podcast-selector-items > div:hover {
  border-color: #aaa;
  opacity: 1;
  z-index: 1;
}
#podcast-selector > div #podcast-selector-results #podcast-selector-items > div.item-current {
  pointer-events: none;
  background: #fff;
  border-color: #b22127;
}
#podcast-selector > div #podcast-selector-results #podcast-selector-items > div.item-current .item-title,
#podcast-selector > div #podcast-selector-results #podcast-selector-items > div.item-current .item-program {
  color: #b22127;
}
#podcast-selector > div #podcast-selector-results #podcast-selector-items > div.item-another-location {
  background: #fff;
  border-color: #b22127;
}
#podcast-selector > div #podcast-selector-results #podcast-selector-items > div.item-another-location .item-title {
  font-weight: normal;
}
#podcast-selector > div #podcast-selector-results #podcast-selector-items > div.item-another-location:hover {
  border-color: #000;
}
#podcast-selector > div #podcast-selector-results #podcast-selector-items > div.item-another-location:hover .item-title i {
  color: #000;
}
#podcast-selector > div #podcast-selector-results #podcast-selector-items > div.item-disabled {
  pointer-events: none;
  opacity: 0.3;
}
#podcast-selector > div #podcast-selector-results #podcast-selector-items > div.item-disabled .item-title {
  font-weight: normal;
}
#podcast-selector > div #podcast-selector-results #podcast-selector-msg-no-result,
#podcast-selector > div #podcast-selector-results #podcast-selector-msg-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 50px 0 0 0;
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(6px);
  color: #333;
  text-align: center;
  font-size: 16px;
  z-index: 1;
}
#podcast-selector > div #podcast-selector-actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: #eee;
  text-align: right;
}
#podcast-selector > div #podcast-selector-actions > div {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 10px 15px;
  background: transparent;
  border: 1px solid #b22127;
  color: #b22127;
  font-weight: bold;
  cursor: pointer;
}
#podcast-selector > div #podcast-selector-actions > div:hover {
  background: #b22127;
  border-color: #b22127;
  color: #fff;
}
#podcast-selector > div #podcast-selector-actions > div:first-child {
  float: left;
  margin: 0 20px 0 0;
  background: transparent;
  border: 1px solid #000;
  color: #000;
}
#podcast-selector > div #podcast-selector-actions > div:first-child:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.podcast-item-actions {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.podcast-item-actions > * {
  display: block;
  border: 1px solid #d7d7d7;
  border-right: none;
  border-top: none;
  color: #000;
  font-size: 17px;
  cursor: default;
}
.podcast-item-actions > * span {
  display: inline-block;
  margin: 0 0 0 3px;
  color: #b22127;
  font-weight: 600;
  font-size: 15px;
}
.podcast-item-actions > .podcast-item-action-change {
  padding: 7px 11px 9px 12px;
  background: #fff;
  cursor: pointer;
}
.podcast-item-actions > .podcast-item-action-change:hover {
  background: #b22127;
  color: #fff;
}
.podcast-item-actions > .podcast-item-action-pinned {
  padding: 7px 11px 9px 12px;
  background: #f5f5f5;
}
:hover > .podcast-item-actions {
  display: flex;
  flex-direction: row-reverse;
}

