.modal .media-body,
.modal .media-left,
.modal .media-right,
.modal-dialog,
.select2-container {
    vertical-align: middle
}

.select2-container .select2-choice,
.select2-results .select2-result-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none
}

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    user-select: none;
    background-color: #fff;
    background-image: linear-gradient(top, #fff 0, #eee 50%)
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;
    border-radius: 0 0 4px 4px;
    background-image: linear-gradient(top, #eee 0, #fff 90%)
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px
}

.select2-container .select2-choice>.select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url(/img/select2/select2.png) right top no-repeat;
    cursor: pointer;
    outline: 0
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15)
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;
    background: #ccc;
    background-image: linear-gradient(top, #ccc 0, #eee 60%)
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/img/select2/select2.png) 0 1px no-repeat
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap
}

.select2-search input {
    width: 100%;
    height: auto!important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: url(/img/select2/select2.png) 100% -22px no-repeat #fff;
    background: url(/img/select2/select2.png) 100% -22px no-repeat, linear-gradient(top, #fff 85%, #eee 99%)
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px
}

.select2-search input.select2-active {
    background: url(/img/select2/select2-spinner.gif) 100% no-repeat #fff;
    background: url(/img/select2/select2-spinner.gif) 100% no-repeat, linear-gradient(top, #fff 85%, #eee 99%)
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #eee;
    background-image: linear-gradient(top, #fff 0, #eee 50%)
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;
    background-image: linear-gradient(bottom, #fff 0, #eee 50%)
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: 0 0;
    border-left: none;
    filter: none
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px
}

.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: transparent
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0
}

.select2-results ul.select2-result-sub>li .select2-result-label {
    padding-left: 20px
}

.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 40px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 60px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 80px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 100px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 110px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 120px
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none
}

.select2-results li.select2-result-with-children>.select2-result-label {
    font-weight: 700
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    user-select: none
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff
}

.select2-results li em {
    background: #feffde;
    font-style: normal
}

.select2-results .select2-highlighted em {
    background: 0 0
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000
}

.select2-results .select2-disabled,
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item
}

.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default
}

.select2-results .select2-disabled {
    cursor: default
}

.select2-results .select2-selected {
    display: none
}

.select2-more-results.select2-active {
    background: url(/img/select2/select2-spinner.gif) 100% no-repeat #f4f4f4
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none
}

.select2-container-multi .select2-choices {
    height: auto!important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    background-image: linear-gradient(top, #eee 1%, #fff 15%);
    min-height: 26px
}

.select2-locked {
    padding: 3px 5px!important
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0!important
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: url(/img/select2/select2-spinner.gif) 100% no-repeat #fff!important
}

.select2-default {
    color: #999!important
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaa;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%)
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: 0;
    background: url(/img/select2/select2.png) right top no-repeat
}

.select2-container-multi .select2-search-choice-close {
    left: 3px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover,
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px
}

.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: 0 0
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline
}

.select2-offscreen,
.select2-offscreen:focus {
    clip: rect(0 0 0 0)!important;
    width: 1px!important;
    height: 1px!important;
    border: 0!important;
    margin: 0!important;
    padding: 0!important;
    overflow: hidden!important;
    position: absolute!important;
    outline: 0!important;
    left: 0!important;
    top: 0!important
}

.select2-display-none {
    display: none
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {
    .select2-container .select2-choice .select2-arrow b,
    .select2-container .select2-choice abbr,
    .select2-search input,
    .select2-search-choice-close {
        background-image: url(/img/select2/select2x2.png)!important;
        background-repeat: no-repeat!important;
        background-size: 60px 40px!important
    }
    .select2-search input {
        background-position: 100% -21px!important
    }
}

.form-control .select2-choice {
    border: 0;
    border-radius: 2px
}

.form-control .select2-choice .select2-arrow {
    border-radius: 0 2px 2px 0
}

.form-control.select2-container {
    height: auto!important;
    padding: 0
}

.form-control.select2-container.select2-dropdown-open {
    border-color: #5897FB;
    border-radius: 3px 3px 0 0
}

.form-control .select2-container.select2-dropdown-open .select2-choices {
    border-radius: 3px 3px 0 0
}

.form-control.select2-container .select2-choices {
    border: 0!important;
    border-radius: 3px
}

.control-group.warning .select2-container .select2-choice,
.control-group.warning .select2-container .select2-choices,
.control-group.warning .select2-container-active .select2-choice,
.control-group.warning .select2-container-active .select2-choices,
.control-group.warning .select2-container-multi.select2-container-active .select2-choices,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #C09853!important
}

.control-group.warning .select2-container .select2-choice div {
    border-left: 1px solid #C09853!important;
    background: #FCF8E3!important
}

.control-group.error .select2-container .select2-choice,
.control-group.error .select2-container .select2-choices,
.control-group.error .select2-container-active .select2-choice,
.control-group.error .select2-container-active .select2-choices,
.control-group.error .select2-container-multi.select2-container-active .select2-choices,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #B94A48!important
}

.control-group.error .select2-container .select2-choice div {
    border-left: 1px solid #B94A48!important;
    background: #F2DEDE!important
}

.control-group.info .select2-container .select2-choice,
.control-group.info .select2-container .select2-choices,
.control-group.info .select2-container-active .select2-choice,
.control-group.info .select2-container-active .select2-choices,
.control-group.info .select2-container-multi.select2-container-active .select2-choices,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #3A87AD!important
}

.control-group.info .select2-container .select2-choice div {
    border-left: 1px solid #3A87AD!important;
    background: #D9EDF7!important
}

.control-group.success .select2-container .select2-choice,
.control-group.success .select2-container .select2-choices,
.control-group.success .select2-container-active .select2-choice,
.control-group.success .select2-container-active .select2-choices,
.control-group.success .select2-container-multi.select2-container-active .select2-choices,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #468847!important
}

.control-group.success .select2-container .select2-choice div {
    border-left: 1px solid #468847!important;
    background: #DFF0D8!important
}

.replaceable .replaceable-image {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.replaceable .replaceable-image img {
    max-width: 100%
}

.replaceable .replaceable-image .replaceable-trigger {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4em;
    text-indent: -999999px
}

.replaceable .replaceable-image .replaceable-trigger:hover {
    text-indent: inherit;
    background: rgba(219, 51, 71, .8)
}

input.has-error {
    border-color: #a94442
}

input.has-error:focus {
    border-color: #a94442;
    box-shadow: none
}

.alert.alert-danger ul li:first-letter {
    text-transform: uppercase
}


html.cuonda_external_iframe {
    max-height: 160px;
    overflow: hidden
}

html.cuonda_external_embed {
    max-height: 284px;
    overflow: hidden
}

:focus,
button,
input,
textarea {
    outline: 0!important
}

.font-weight-bold {
    font-weight: 700!important
}

hr {
    clear: both;
    border: 0;
    margin-top: 1px
}

.carousel-control {
    width: 30px
}

@media (min-width:1500px) {
    .carousel-control {
        width: 15%
    }
}

.w-100 {
    width: 100%
}

.etiqueta,
.etiqueta[href]:focus,
.etiqueta[href]:hover,
.label-primary,
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #db3347
}

.etiqueta {
    text-transform: initial!important;
    font-size: 13px;
    color: #fff!important;
    padding: 4px 12px;
    border-radius: 12px;
    margin-right: 10px
}

.etiqueta:focus,
.etiqueta:hover {
    color: #fff
}

.etiqueta.pull-right {
    font-size: 11px;
    padding: 0 12px
}

.blanco,
.blanco a,
.blanco a:hover,
.blanco:hover {
    color: #fff!important
}

.rojo {
    color: #db3347!important
}

.black,
.negro {
    color: #000!important
}

.text-decoration-none {
    text-decoration: none!important
}

a {
    cursor: pointer;
    color: #000
}

a:hover {
    color: #2c2930
}

.fa.circle {
    background: #f4f4f4;
    color: #db3347;
    font-size: 20px;
    padding: 6px 8px;
    height: 34px;
    width: 34px;
    border-radius: 17px
}

.align-left {
    text-align: left!important
}

.align-right {
    text-align: right!important
}

.destacado {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase
}

.destacado_lower {
    text-transform: none!important
}

.grid-chapter .panel-image .title,
.list-group .pull-right.label,
.nav-tabs>li>a,
.navbar-default .dropdown-menu>li>a,
.navbar-default .navbar-nav>li>a,
.table .label {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase
}

.navbar-default {
    border: 0;
    background: #db3347
}

body.transparent-bar .navbar-default {
    background-color: rgba(44, 40, 48, .3)
}

@media (min-width:768px) {
    .navbar-default {
        padding: 10px 0
    }
}

body.admin-show-list .show-list .col {
    min-height: 150px
}

body.admin-show-list .show-list .col img {
    width: 75px;
    height: 75px;
    overflow: hidden;
    display: block
}

.navbar {
    font-size: 12px
}

.navbar-brand>img {
    height: 28px;
    width: 103px;
    margin-top: -6px
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form,
.navbar-default .navbar-toggle {
    border: 0
}

.navbar-collapse,
.navbar-default .navbar-form,
.navbar-default .navbar-toggle {
    box-shadow: none
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: inherit
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #f4f4f4
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: inherit;
    color: #f4f4f4
}

.navbar-default .dropdown-menu {
    font-size: 12px;
    background-color: #db3347;
    border: 0;
    text-align: right
}

.navbar-default .dropdown-menu>li>a {
    line-height: 2.3;
    color: #f4f4f4
}

.navbar-default .dropdown-menu>li>a:focus,
.navbar-default .dropdown-menu>li>a:hover {
    color: #f4f4f4;
    background-color: #db3347
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #f4f4f4
}

@media (max-width:767px) {
    .navbar-default .dropdown-menu {
        text-align: left
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #f4f4f4
    }
}

.navbar li.navbar-button a,
.navbar li.navbar-button a:hover {
    font-size: 16px;
    background: #f4f4f4;
    border-radius: 15px;
    color: #db3347;
    height: 30px;
    width: 30px;
    margin-left: 10px;
    margin-top: 10px;
    display: block;
    padding: 6px 9px
}

.navbar li.navbar-button a.facebook {
    padding-left: 11px
}

.navbar li.navbar-button a.medium {
    padding-left: 7px
}

.nav-tabs>li>a {
    border: 0
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent
}

@media (max-width:768px) {
    .nav-tabs>li>a {
        padding: 10px 5px;
        font-size: 12px
    }
    li.navbar-button {
        float: left;
        margin-bottom: 10px
    }
}

.admin_list .thumbnail {
    text-align: center
}

.admin_list a:hover {
    text-decoration: none
}

.admin_list .fa {
    font-size: 50px;
    display: block;
    margin: 15px 0
}

.list-group .pull-right.label,
.table .label {
    margin-left: 10px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400
}

body.nojs .grid-chapter.equal_height {
    height: 380px
}

@media (min-width:768px) and (max-width:1200px) {
    body.nojs .grid-chapter.equal_height {
        height: 420px
    }
}

body.show-view.nojs .grid-chapter.equal_height,
body.shows-view.nojs .grid-chapter.equal_height {
    height: 450px
}

.grid-chapter {
    overflow: hidden
}

.grid-chapter .grid-chapter-image {
    width: 100%;
    border-radius: 7px;
    margin-bottom: 1em;
    border: 1px solid #333;
    display: block;
    min-height: 200px
}

.grid-chapter .grid-chapter-play {
    position: absolute;
    margin: calc(50% - 35px - 15px)
}

.grid-chapter .grid-chapter-play span {
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    padding: 20px;
    text-shadow: 2px 2px 0 #000;
    box-shadow: 1px 1px 0 0 #000;
    background: rgba(0, 0, 0, .2);
    font-size: 24px
}

.grid-chapter .media h4 {
    font-weight: 700
}

.grid-chapter .titulo_programa {
    line-height: 1;
    display: block;
    margin-bottom: 8px
}

.grid-chapter .media,
.grid-chapter .panel {
    background: #f4f4f4;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #c0c0bc;
    box-shadow: 0 0 4px #c0c0bc
}

.grid-chapter .media-object,
.grid-chapter .panel-image {
    overflow: hidden;
    position: relative
}

.grid-chapter .media-object .picture-gradient a,
.grid-chapter .panel-image .picture-gradient a {
    background-image: linear-gradient(#f5f5f500 50%, #f5f5f5);
    display: block;
    height: 150px
}

.grid-chapter .media-object .picture img,
.grid-chapter .panel-image .picture img {
    width: 100%
}

.grid-chapter .media-object .title,
.grid-chapter .media-object .title a,
.grid-chapter .panel-image .title,
.grid-chapter .panel-image .title a {
    color: #f4f4f4;
    text-decoration: none
}

.grid-chapter .media a,
.grid-chapter .panel-body a {
    color: #2c2930;
    text-decoration: none
}

.grid-chapter .panel-image .title {
    padding: 16px;
    background: rgba(219, 51, 57, .7);
    line-height: 18px;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-weight: 400;
    font-size: 14px
}

.grid-chapter .panel-body big,
.grid-chapter big {
    font-weight: 400;
    font-size: 16px;
    display: block;
    overflow: hidden;
    line-height: 18px
}

.grid-chapter small {
    font-size: 15px;
    line-height: 17px;
    margin-top: 1em
}

.grid-chapter .player-button,
.grid-chapter div.panel-player a,
.show-cover .panel-player a {
    border-radius: 22px;
    height: 40px;
    line-height: 14px;
    font-size: 12px;
    background: #db3347;
    color: #f4f4f4;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer
}

.grid-chapter div.panel-player a {
    display: block;
    padding: 13px
}

.grid-chapter .player-button {
    display: inline-block;
    padding: 13px
}

.grid-chapter .summary {
    text-align: center;
    margin-top: -10px;
    padding: 0 10px;
    margin-bottom: 30px
}

.btn-badge,
.grid-chapter #list_shows .summary {
    text-align: left
}

@media (max-width:768px) {
    body.front_page .grid-chapter,
    body.show-view .grid-chapter {
        padding-left: 7px!important;
        padding-right: 7px!important
    }
    .grid-chapter-play {
        margin: calc(50% - 35px - 7px)!important
    }
    .grid-chapter .grid-chapter-image {
        min-height: 150px
    }
}

.show-cover .panel-player a {
    display: block;
    padding: 13px;
    box-shadow: 1px 1px 2px rgba(44, 41, 48, .6)
}

.highlighted_cover img {
    width: 100%;
    border-radius: 5px
}

@media (max-width:768px) {
    .grid-chapter .panel-player.panel-itunes {
        width: auto
    }
}

.show-cover .panel-player {
    float: left;
    width: 48%;
    width: auto;
    text-shadow: none
}

.grid-chapter .panel-player.panel-player-short {
    width: 42px
}

.grid-chapter .panel-player.panel-player-full {
    width: 100%
}

.grid-chapter .panel-player .fa,
.grid-chapter .panel-player .glyphicon,
.show-cover .panel-player .fa,
.show-cover .panel-player .glyphicon {
    float: right;
    margin-top: -8px;
    width: 28px;
    height: 28px;
    background: #f1f0eb;
    border-radius: 50%;
    font-size: 10px;
    color: #db3347;
    line-height: 10px;
    display: block;
    padding: 8px 10px;
    margin-right: -6px
}

.show-cover .panel-player .fa,
.show-cover .panel-player .glyphicon {
    margin-left: 10px
}

.grid-chapter .panel-player .fa.fa-podcast,
.show-cover .panel-player .fa.fa-podcast {
    font-size: 18px;
    padding: 10px 7px
}

.panel-episodio {
    padding: 10px
}

.panel-episodio .media-object {
    width: 80px;
    height: 80px;
    border-radius: 5px
}

.panel-episodio h1 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px
}

.panel-episodio h5 {
    font-size: 13px
}

.panel-episodio .panel-player {
    width: 60%!important
}

.panel-episodio .panel-player a {
    padding: 10px!important;
    height: 33px!important
}

.panel-episodio .panel-itunes {
    width: auto!important
}

.panel-episodio .panel-itunes a {
    padding: 10.6px 10px 11px 3px!important
}

.panel-episodio .panel-player .glyphicon {
    width: 26px!important;
    height: 26px!important;
    padding: 8px 9px!important
}

.show-admin {
    margin-bottom: 1em
}

.show-admin .media-heading {
    margin-top: 5px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase
}

.show-admin .media-heading a {
    color: #2c2930
}

.btn-badge,
.btn-badge *,
.btn-badge:focus,
.btn-badge:hover,
.btn-badge:focus,
.btn-badge:hover {
    color: #000;
    background: #fff
}

.btn-cuonda.float-right+.btn-cuonda,
.btn-cuonda.pull-right+.btn-cuonda {
    margin-right: 10px
}

.btn-cuonda+.btn-cuonda {
    margin-left: 5px
}

.btn-cuonda.btn-sm {
    padding: 2px 10px!important
}

.btn-badge {
    border-radius: 7px;
    margin-top: 1px;
    height: 34px;
    padding: 4px 10px;
    font-weight: 700;
    border: .7px solid #888;
    width: 132px
}

.panel-cuonda {
    display: block;
    border: 1px solid #db3347
}

.panel-cuonda .panel-body {
    padding: 30px;
    height: 140px;
    background: #db3347;
    color: #fff
}

.panel-cuonda .panel-body span.fa {
    line-height: 50px;
    font-size: 60px
}

.panel-cuonda:hover .panel-body span.fa {
    line-height: 50px;
    font-size: 100px
}

.panel-cuonda .panel-footer {
    font-weight: 700;
    color: #db3347
}

.btn-cuonda-total {
    border-radius: 999px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: #db3347;
    text-decoration: none;
    cursor: pointer;
    display: inline-block
}

.btn-cuonda-total *,
.btn-cuonda-total:focus,
.btn-cuonda-total:hover,
.btn-cuonda-total:focus,
.btn-cuonda-total:hover {
    color: #fff
}

.btn.btn-primary,
.show-admin .btn-primary,
.show-admin .btn-primary:active,
.show-admin .btn-primary:hover,
.show-datepicker .btn-primary,
.show-datepicker .btn-primary:active,
.show-datepicker .btn-primary:hover {
    background-color: #db3347;
    color: #f4f4f4
}

.btn.btn-cuonda,
.show-admin .btn,
.show-datepicker .btn {
    max-width: 100%;
    border-radius: 20px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    border: 0;
    padding: 5px 10px
}

.btn.btn-primary {
    border: 0!important
}

.breadcrumb+.breadcrumb.show-datepicker {
    margin-top: -27px;
    padding-bottom: 10px
}

div.breadcrumb {
    padding-top: 4px;
    padding-bottom: 4px
}

div.breadcrumb .pull-right {
    margin-top: 2px
}

.show-datepicker {
    font-size: 12px
}

.show-datepicker .control-label {
    font-weight: 400
}

.show-datepicker .form-inline .form-control {
    font-size: 12px;
    width: 80px;
    height: 30px;
    padding: 7px;
    margin: 0 6px
}

.show-datepicker .btn {
    padding: 4px 10px
}

@media (max-width:768px) {
    .show-datepicker .control-label {
        display: none
    }
    .show-datepicker .form-group {
        float: left;
        margin-bottom: 0
    }
    .show-datepicker .form-inline .form-control {
        margin: 0 5px 0 0
    }
}

.show-cover {
    background: top center #2c2930;
    color: #f1f0eb;
    margin-top: -22px;
    background-size: cover
}

.show-cover .item {
    background-size: cover;
    background-position: top center
}

.show-cover-inner {
    background: rgba(17, 17, 17, .7);
    min-height: 200px;
    padding-top: 30px;
    padding-bottom: 30px
}

.show-cover-inner img.img-rounded {
    max-width: 300px;
    box-shadow: 2px 2px 0 rgba(17, 17, 17, .4)
}

@media (min-width:768px) {
    .show-cover-inner {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.show-cover.carousel .container {
    padding: 24px
}

body.transparent-bar .show-cover,
body.transparent-bar .show-cover-inner {
    margin-top: -92px;
    padding-top: 92px
}

.panel-player .dropdown-menu {
    left: auto;
    right: 0;
    min-width: auto;
    background: 0 0;
    border: none;
    box-shadow: none
}

.panel-player .dropdown-menu>li {
    margin-bottom: 5px
}

.panel-player .dropdown-menu>li>a:focus,
.panel-player .dropdown-menu>li>a:hover {
    color: #f5f5f5;
    background: #db3347
}

.panel-player .dropdown-menu>li>a i,
.panel-player .dropdown-menu>li>a span {
    margin-left: 10px
}

.breadcrumb,
.dropdown-menu,
.pagination {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase
}

.pagination>li>a,
.pagination>li>span {
    border: 0;
    margin-left: 3px;
    color: #db3347;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 16px;
    font-weight: 700
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 50%
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #db3347;
    color: #f4f4f4
}

.showcase .showcase-img {
    min-height: 30rem;
    background-size: cover
}

.show-cover a {
    text-decoration: none;
    color: #f1f0eb
}

.show-cover h1,
.show-cover h2,
.show-cover h3,
.show-cover h6,
.show-cover p {
    text-shadow: 1px 1px 0 #2c2930
}

.show-cover h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 11px
}

.show-cover h1,
.show-info p a {
    font-weight: 700
}

.show-cover h1 {
    font-size: 40px;
    line-height: 1;
    margin: 0 0 12px
}

.show-cover p {
    font-size: 16px;
    line-height: 1.5
}

@media (max-width:768px) {
    .show-cover h1 {
        font-size: 28px;
        line-height: 1.2
    }
    .show-cover h2 {
        font-size: 16px;
        font-weight: 700
    }
    .show-cover p {
        font-size: 14px;
        line-height: 1.4
    }
}

.show-cover-player {
    margin-top: 15px
}

.mission {
    background: #fff;
    color: #111
}

.mission h1 {
    font-size: 24px
}

.mission h2 {
    font-size: 18px;
    margin-left: -25px
}

.mission p,
.newsletter {
    font-size: 16px;
    font-weight: 400
}

.mission p {
    line-height: 1.7
}

@media (max-width:768px) {
    .mission h2 {
        margin-left: 0
    }
}

.newsletter {
    background: #2c2930;
    color: #f4f4f4;
    padding: 30px 0;
    line-height: 1.5
}

.newsletter .form-control,
.newsletter .form-control:active,
.newsletter .form-control:focus {
    outline: 0;
    border-radius: 20px;
    background-color: #f1f0eb;
    height: 40px
}

.newsletter p {
    margin-bottom: 0
}

.newsletter .form-control:focus {
    border: 1px solid #ccd0d2;
    box-shadow: none
}

.newsletter .glyphicon-envelope {
    font-size: 47px;
    line-height: 49px
}

.newsletter .btn-primary,
.newsletter .btn-primary:active,
.newsletter .btn-primary:hover {
    background-color: #db3347;
    height: 40px;
    max-width: 100%;
    border-radius: 20px;
    color: #f4f4f4;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    border: 0;
    padding-top: 3px
}

.newsletter .btn-primary .circle {
    height: 30px;
    width: 30px;
    padding: 4px 1px;
    margin: 0 -6px 0 10px;
    border-radius: 15px
}

.newsletter-submit {
    padding-left: 0
}

.newsletter .form-group,
.newsletter-copy,
.newsletter-icon {
    margin-bottom: 0
}

@media (max-width:768px) {
    .newsletter-copy,
    .newsletter-icon {
        height: 65px
    }
    .newsletter-copy {
        margin-bottom: 16px
    }
}

.page-header {
    padding: 0;
    margin: 23px 15px;
    border: 0
}

.page-header h1 {
    font-size: 18px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase
}

.page-header .btn {
    margin-left: 10px
}

.page-header-extra {
    background: #47454a;
    color: #f4f4f4;
    padding: 1.5em 0;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 2em
}

.page-header-extra h1 {
    font-size: 1em;
    margin: 0
}

.press {
    background: #47454a;
    margin-top: 3em;
    padding: 1em 0
}

.press img {
    max-width: 100%
}

.newsletter+.press {
    margin-top: 0
}

.cuondaPlayer,
.show-player {
    height: 325px
}

.short-player .cuondaPlayer,
.show-player.short-player {
    height: 226px
}

.cuondaPlayer {
    overflow: hidden
}

.show-player {
    background: #2c2930
}

.show-player .cuondaPicture {
    background-position: top center;
    background-size: cover;
    height: 290px;
    width: 100%
}

.show-new-player {
    background-color: #dadada;
    padding: 10px;
    border-radius: 5px;
    min-width: 500px;
    display: table;
    width: 100%
}

.show-new-player .cuondaPlayer {
    height: 88px
}

.show-new-player .cuonda-player-player {
    overflow: hidden;
    background-color: #dadada;
    background-image: url(/img/cuonda_iframe_icon_2.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 40px;
    color: #fff;
    height: 140px;
    padding-left: 10px
}

.show-new-player .cuonda-player-player a:hover,
.show-new-player .cuonda-player-player h1 a,
.show-new-player .cuonda-player-player>a {
    color: #111;
    text-decoration: none;
    display: block
}

.show-new-player .cuonda-player-player>a {
    font-size: .8em
}

.show-new-player .cuonda-player-player .btn,
.show-new-player .cuonda-player-player .btn:hover {
    color: #fff
}

.show-new-player .cuonda-player-player h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
    min-width: 340px;
    overflow: hidden;
    display: block;
    height: 34px
}

.show-new-player .cuonda-player-picture {
    float: left;
    background: #dadada;
    width: 140px;
    height: 140px
}

.show-new-player .cuonda-player-picture img {
    border-radius: 5px;
    width: 140px;
    height: 140px
}

.show-new-player #cuondaScrobble {
    height: 25px
}

.show-new-player #cuondaTotal {
    background: rgba(0, 0, 0, .11)
}

#cuondaControlsshort {
    margin-top: 7px
}

#cuondaControlsshort #cuondaPause,
#cuondaControlsshort #cuondaPlay {
    font-size: 30px;
    padding: 0 14px;
    width: 53px;
    height: 53px;
    line-height: 34px
}

#cuondaControlsshort #cuondaBack,
#cuondaControlsshort #cuondaJump,
#cuondaControlsshort .share {
    margin-left: 5px;
    margin-top: 5px;
    float: right
}

@media (max-width:500px) {
    .show-new-player {
        min-width: 300px;
        max-width: 500px
    }
    .show-new-player .cuondaPlayer {
        height: 33px
    }
    .show-new-player .cuonda-player-player {
        overflow: hidden;
        background-color: #dadada;
        color: #fff;
        height: 80px;
        padding-left: 10px
    }
    .show-new-player .cuonda-player-player a:hover,
    .show-new-player .cuonda-player-player h1 a,
    .show-new-player .cuonda-player-player>a {
        color: #111;
        text-decoration: none;
        display: block
    }
    #cuondaControlsshort #cuondaBack,
    #cuondaControlsshort #cuondaJump,
    #cuondaControlsshort .share,
    .show-new-player #cuondaCurrent span,
    .show-new-player #cuondaTotal span {
        display: none
    }
    .show-new-player .cuonda-player-player>a {
        font-size: 8px
    }
    .show-new-player .cuonda-player-player .btn,
    .show-new-player .cuonda-player-player .btn:hover {
        color: #fff
    }
    .show-new-player .cuonda-player-player h1 {
        min-width: 190px;
        max-width: 390px;
        font-size: 15px;
        height: 34px;
        line-height: 16px
    }
    .show-new-player .cuonda-player-picture,
    .show-new-player .cuonda-player-picture img {
        width: 80px;
        height: 80px
    }
    .show-new-player #cuondaScrobble {
        height: 34px;
        min-width: 157px;
        max-width: 357px;
        float: right
    }
    .show-new-player #cuondaCurrent,
    .show-new-player #cuondaTotal {
        width: 0;
        height: 34px;
        display: none
    }
    .show-new-player .cuondaScrobble {
        width: 100%;
        height: 34px;
        border-radius: 0 5px 5px 0
    }
    .show-new-player .cuondaScrobble div {
        height: 34px
    }
    #cuondaControlsshort {
        margin-top: 0;
        float: left;
        width: 33px;
        overflow: hidden;
        height: 33px
    }
    #cuondaControlsshort #cuondaPause,
    #cuondaControlsshort #cuondaPlay {
        border-radius: 5px 0 0 5px;
        font-size: 15px;
        padding: 0 7px;
        width: 33px;
        height: 33px;
        line-height: 15px
    }
}

#cuondaControls {
    margin-bottom: 42px;
    margin-top: -204px;
    text-align: center
}

#cuondaControls button {
    display: block;
    float: left;
    width: 33%;
    background: 0 0;
    border: 0;
    color: #f4f4f4;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .5);
    padding: 22px 0
}

#cuondaControls button span {
    font-size: 16px
}

#cuondaControls #cuondaPause,
#cuondaControls #cuondaPlay {
    padding: 10px 0
}

#cuondaControls #cuondaBack strong,
#cuondaControls #cuondaJump strong,
#cuondaControls #cuondaPause strong,
#cuondaControls #cuondaPlay strong {
    background: #db3347;
    background: rgba(44, 41, 48, .8);
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 26px
}

#cuondaControls #cuondaBack strong,
#cuondaControls #cuondaJump strong {
    width: 60px;
    height: 60px;
    padding: 17px 0;
    margin-top: 8px
}

#cuondaControls #cuondaPause span,
#cuondaControls #cuondaPlay span {
    font-size: 49px
}

#cuondaControls #cuondaPlay span {
    margin-left: 6px
}

.short-player #cuondaControls {
    margin-top: -250px
}

#cuondaPause .glyphicon-refresh {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#cuondaControls #cuondaScrobble {
    margin: 50px 0 0
}

.cuondaScrobble {
    cursor: pointer;
    background-color: #f1f0eb;
    opacity: .8;
    border: 0;
    margin: 0;
    height: 24px;
    width: 80%;
    float: left
}

.cuondaScrobble:hover {
    opacity: .9
}

#cuondaCurrent,
#cuondaTotal {
    width: 10%;
    height: 24px;
    margin: 0;
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #f4f4f4;
    text-align: center;
    overflow: hidden
}

.share-grid,
.share-tools,
.show-info {
    margin-bottom: 15px
}

#cuondaCurrent {
    background: #db3347
}

#cuondaTotal {
    background-color: rgba(241, 240, 235, .8);
    color: #2c2930
}

.cuondaScrobble>div {
    width: 0;
    height: 24px;
    background-color: #c22c3e
}

#cuondaSpeed {
    background: #f4f4f4;
    color: #2c2930;
    padding: 0 10px;
    width: 100%;
    clear: both;
    float: none;
    position: relative;
    top: -1px
}

#cuondaSpeed button {
    font-size: 16px;
    width: 12.5%;
    float: left;
    background: 0 0;
    border: 0;
    padding: 11px 0 14px;
    color: #db3347;
    text-align: center
}

.share-grid a,
.share-tools,
.show-date {
    font-size: 12px
}

#cuondaSpeed button.circle span,
.share-tools {
    color: #f4f4f4;
    background: #db3347
}

#cuondaSpeed button span {
    border-radius: 50%;
    padding: 3px;
    width: 32px;
    display: block
}

.share-tools {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    margin-top: -15px;
    padding: 7px 10px
}

.share-tools li {
    padding-right: 10px
}

.share-tools input {
    color: #666;
    border: 0;
    height: 21px;
    padding: 0 5px
}

.admin-tools li {
    padding-top: 5px
}

.admin-tools li a {
    padding: 0;
    color: #fff;
    display: inline-block
}

.admin-tools li span {
    width: 20%;
    display: inline-block
}

.admin-tools li input {
    width: 79%;
    display: inline-block
}

.share-grid {
    background: #db3347;
    color: #f4f4f4;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase
}

.share-grid a {
    text-decoration: none;
    display: block;
    padding: 12px 0;
    width: 25%;
    float: left;
    color: #f4f4f4;
    text-align: center
}

.share-grid a span {
    margin-right: 6px
}

.share-grid .subscribe_modal {
    padding-left: 12px;
    text-align: left;
    width: 50%
}

.share-grid .circle {
    height: 32px;
    width: 32px;
    font-size: 18px;
    padding: 7px 8px
}

.share-grid .circle.fa-facebook {
    padding-left: 9px
}

.show-info {
    color: #f4f4f4;
    background: #2c2930;
    padding: 16px;
    font-size: 16px;
    line-height: 24px
}

.show-info a {
    text-decoration: none;
    color: #f4f4f4
}

.show-info img {
    overflow: hidden;
    width: 42px;
    height: 42px;
    display: block
}

.show-info h4 {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px
}

.show-info h1 {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    margin: 5px 0 0
}

.show-notes,
.show-related {
    font-size: 16px;
    line-height: 24px;
    background: #f4f4f4
}

.show-notes {
    padding: 16px;
    margin-bottom: 16px
}

.show-notes img {
    max-width: 100%;
    height: auto
}

.show-related {
    border: 0;
    border-radius: 0!important;
    padding: 4px 8px 8px;
    margin-top: 0;
    min-height: 68px
}

.show-related .media-body h4,
.show-related-heading,
.show-related-show {
    font-size: 16px;
    text-transform: uppercase;
	margin-top: 20px;
}

.show-related a {
    color: #2c2930;
    text-decoration: none
}

.show-related-heading {
    color: #f4f4f4;
    background: #2c2930;
    padding: 16px;
    min-height: 0
}

.show-related .media-body h4,
.show-related-show {
    font-weight: 400;
    margin-top: 2px;
    margin-bottom: 4px
}

.show-related .media-body p,
.show-related-title {
    font-size: 16px
}

.show-related-title {
    overflow: hidden;
    margin-top: -5px;
    display: block;
    padding-right: 10px;
    line-height: 20px
}

.show-related-show {
    display: block;
    margin-top: 4px;
    margin-bottom: 0
}

.show-related .media-body p:last-child {
    margin-bottom: 0
}

.show-related:last-child,
footer .row {
    margin-bottom: 1px
}

.show-related:nth-child(even) {
    background: #ebebeb
}

.show-related-picture {
    margin-right: 8px;
    height: 50px;
    width: 50px;
    margin-top: 4px;
    overflow: hidden
}

.show-related .glyphicon {
    width: 30px;
    height: 30px;
    background-color: #2c2930;
    color: #f4f4f4;
    border-radius: 50%;
    display: block;
    padding: 7px 8px;
    margin-top: 11px
}

@media (max-width:768px) {
    .show-info h1 {
        font-size: 16px
    }
    .show-info img {
        width: 50px;
        height: 50px
    }
    .show-date {
        display: none
    }
}

.table.stats {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px
}

.table.stats th span {
    float: right;
    font-size: 16px
}

.table.stats td,
.table.stats tfoot th {
    text-align: right
}

.cf:after,
.cf:before {
    content: " ";
    display: table
}

footer .fa.circle.fa-facebook {
    padding-left: 10px;
    padding-top: 8px
}

footer .fa.circle.fa-medium {
    padding-left: 7px;
    padding-top: 7px
}

.cf:after {
    clear: both
}

.container_page {
    margin-bottom: 3em
}

.container_page h1,
.container_page h2 {
    font-size: 28px;
    margin: 1em!important;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase
}

.container_page img {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.container_page h2 {
    font-size: 1.2em
}

.container_page p {
    padding: .5em 1em
}

.modal {
    text-align: center
}

.modal-open .modal {
    z-index: 999999999;
    color: #111!important;
    position: fixed
}

.modal-open {
    padding-right: 0!important
}

@media screen and (min-width:768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    max-width: 400px
}

@media screen and (max-width:767px) {
    .modal-dialog {
        width: 100%;
        max-width: 100%;
        display: block;
        border-radius: 0;
        height: 100%;
        margin: 0;
        padding: 0
    }
    .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
        border: 0
    }
	.plyr__controls__player {
    width: 80px;
    float: right;
    margin-top: -12% !important;
}
}

.modal-content {
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, .7)!important
}

.modal-backdrop {
    display: none!important
}

.modal .show-cover p {
    text-shadow: none!important
}

.subscribe_modal,
[data-toggle=modal] {
    cursor: pointer
}

.carousel-indicators {
    width: 20%;
    margin-left: -10%
}

.podcast_client_badge {
    margin-top: .5em;
    height: 36px
}

.smaller {
    font-size: 70%!important
}

.d-block {
    display: block!important
}

.p-0 {
    padding: 0!important
}

.pt-0 {
    padding-top: 0!important
}

.pr-0 {
    padding-right: 0!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pl-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25em!important
}

.pt-1 {
    padding-top: .25em!important
}

.pr-1 {
    padding-right: .25em!important
}

.pb-1 {
    padding-bottom: .25em!important
}

.pl-1 {
    padding-left: .25em!important
}

.p-2 {
    padding: .5em!important
}

.pt-2 {
    padding-top: .5em!important
}

.pr-2 {
    padding-right: .5em!important
}

.pb-2 {
    padding-bottom: .5em!important
}

.pl-2 {
    padding-left: .5em!important
}

.p-3 {
    padding: 1em!important
}

.pt-3 {
    padding-top: 1em!important
}

.pr-3 {
    padding-right: 1em!important
}

.pb-3 {
    padding-bottom: 1em!important
}

.pl-3 {
    padding-left: 1em!important
}

.p-4 {
    padding: 1.5em!important
}

.pt-4 {
    padding-top: 1.5em!important
}

.pr-4 {
    padding-right: 1.5em!important
}

.pb-4 {
    padding-bottom: 1.5em!important
}

.pl-4 {
    padding-left: 1.5em!important
}

.p-5 {
    padding: 2em!important
}

.pt-5 {
    padding-top: 2em!important
}

.pr-5 {
    padding-right: 2em!important
}

.pb-5 {
    padding-bottom: 2em!important
}

.pl-5 {
    padding-left: 2em!important
}

.m-0 {
    margin: 0!important
}

.mt-0 {
    margin-top: 0!important
}

.mr-0 {
    margin-right: 0!important
}

.mb-0 {
    margin-bottom: 0!important
}

.ml-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25em!important
}

.mt-1 {
    margin-top: .25em!important
}

.mr-1 {
    margin-right: .25em!important
}

.mb-1 {
    margin-bottom: .25em!important
}

.ml-1 {
    margin-left: .25em!important
}

.m-2 {
    margin: .5em!important
}

.mt-2 {
    margin-top: .5em!important
}

.mr-2 {
    margin-right: .5em!important
}

.mb-2 {
    margin-bottom: .5em!important
}

.ml-2 {
    margin-left: .5em!important
}

.m-3 {
    margin: 1em!important
}

.mt-3 {
    margin-top: 1em!important
}

.mr-3 {
    margin-right: 1em!important
}

.mb-3 {
    margin-bottom: 1em!important
}

.ml-3 {
    margin-left: 1em!important
}

.m-4 {
    margin: 2em!important
}

.mt-4 {
    margin-top: 2em!important
}

.mr-4 {
    margin-right: 2em!important
}

.mb-4 {
    margin-bottom: 2em!important
}

.ml-4 {
    margin-left: 2em!important
}

.m-5 {
    margin: 3em!important
}

.mt-5 {
    margin-top: 3em!important
}

.mr-5 {
    margin-right: 3em!important
}

.mb-5 {
    margin-bottom: 3em!important
}

.ml-5 {
    margin-left: 3em!important
}

@media screen and (min-width:768px) {
    .p-0-sm {
        padding: 0!important
    }
    .pt-0-sm {
        padding-top: 0!important
    }
    .pr-0-sm {
        padding-right: 0!important
    }
    .pb-0-sm {
        padding-bottom: 0!important
    }
    .pl-0-sm {
        padding-left: 0!important
    }
	.plyr__controls__player {
    width: 80px;
    float: right;
    margin-top: -12%;
	}
}

@media (prefers-color-scheme:dark) {
    a:hover,
    body {
        color: white;
    }
    body {
        background-color: #111
    }
    .black,
    .negro,
    .show-admin .media-heading a {
        color: #fff!important
    }
    .text-muted {
        color: #aaa
    }
    .show-related-heading {
        border-bottom: 1px solid #444;
        font-weight: 700
    }
    .breadcrumb,
    .daterangepicker,
    .daterangepicker .calendar-table,
    .form-control,
    .input-group-addon,
    .list-group-item,
    .mce-container,
    .mce-container *,
    .mce-panel,
    .mce-reset,
    .mce-widget,
    .mce-widget *,
    .modal-content,
    .modal-header,
    .pagination>li>a,
    .pagination>li>a:focus,
    .pagination>li>a:hover,
    .pagination>li>span,
    .pagination>li>span:focus,
    .pagination>li>span:hover,
    .panel,
    .panel-default>.panel-heading,
    .select2-drop-mask,
    .show-notes,
    .show-related,
    .show-related:nth-child(even),
    .table-striped>tbody>tr,
    .table-striped>tbody>tr:nth-of-type(odd),
    .well,
    a.list-group-item,
    a.list-group-item:focus,
    a.list-group-item:hover {
        color: #fff!important
    }
    .daterangepicker,
    .daterangepicker .calendar-table,
    .form-control,
    .input-group-addon,
    .list-group-item,
    .modal-content,
    .modal-header,
    .nav-tabs,
    .pagination>li>a,
    .pagination>li>a:focus,
    .pagination>li>a:hover,
    .pagination>li>span,
    .pagination>li>span:focus,
    .pagination>li>span:hover,
    .panel-default,
    .panel-default>.panel-heading,
    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th,
    .well {
        border-color: #333
    }
    .plyr-playlist .list-group .plyr-playlist_selected .show-related-title {
        color: white;
    }
}
  .plyr-playlist .list-group .show-related {
    cursor: pointer;
    min-height: 80px;
    height: 80px;
    display: block;
    overflow: hidden;
  }
  .plyr-playlist .list-group .show-related:hover {
    background: #bbb;
    color: white !important;
  }
    .plyr-playlist .show-related-picture {
      display: block;
    }
    .plyr-playlist .show-related .glyphicon {
      width: 25px;
      height: 25px;
      display: block;
      padding: 6px 8px;
      margin-top: 2px;
      font-size: 12px;
      margin-right: 3px;
    }

    .plyr-playlist .show-related audio {
      display: inline;
	  height: 30px;  
    }
    .capaudio {
      float: left;
      margin-left: 95px;
      margin-top: -20px;
	  /*display:none; ¡¡¡¡ Descomentar para ocultar reproductor!!!!  */
	  position:relative;	  
    }
	#reproductor:hover .capaudio {
	  display:block;
	}	
    .plyr-playlist .show-related .plyr-playlist-audio {
      width: 35px;
      height: 35px;
      display: block;
    }

      .plyr-playlist .show-related .plyr-playlist-audio .plyr {
        min-width: 25px;
      }
      .plyr-playlist .show-related .plyr-playlist-audio .plyr__control {
        padding:0;
      }
      .plyr-playlist .show-related .plyr-playlist-audio .plyr__controls {
        width: 30px;
        height: 30px;
        padding: 0 11px;
        border-radius: 50%;
        background: transparent;
        color: #2c2930;
      }
      .plyr-playlist .show-related .plyr-playlist-audio .plyr--audio .plyr__control:hover {
        background: transparent;
        color: #2c2930;
      }



  .plyr-playlist .list-group .show-related-title {
    margin-top: -90px;
    overflow: hidden;
    height: 100%;
    padding-left: 66px;
  }

  .plyr-playlist .list-group .plyr-playlist_selected .plyr__controls.pulse {
    animation: pulse 0.5s infinite;
    color: #f4f4f4;
  }
  @keyframes  pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(244,244,244, 0.8);
      box-shadow: 0 0 0 0 rgba(244,244,244, 0.8);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(244,244,244, 0);
        box-shadow: 0 0 0 10px rgba(244,244,244, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(244,244,244, 0);
        box-shadow: 0 0 0 0 rgba(244,244,244, 0);
    }
  }

  .plyr-playlist .list-group .plyr-playlist_selected,
  .plyr-playlist .list-group .plyr-playlist_selected:hover {
    background: #666568ba !important;
    color: white !important;
  }
  .plyr-playlist_selected {
    height: 100px !important;
    min-height: 100px !important;
    padding: 10px !important;
  }
    .plyr-playlist .list-group .plyr-playlist_selected .show-related-title {
      /* font-size: 24px;
      line-height: 27px; */
	/*padding: 0 10px; */
    /* margin-top: 0; */
    overflow: hidden;
    /* height: auto; */
	width: 70%;
    padding-left: 95px;
    padding-top: 5%;
    float: left;
    }
    .plyr-playlist_selected .show-related-picture {
      display: block;
      width: 80px;
      height: 80px;
      margin: 0 !important;
    }
    .plyr-playlist_selected.show-related .plyr-playlist-audio {
      margin-top:28px;
      width: 45px;
      height: 45px;
    }
    .plyr-playlist_selected.show-related .plyr-playlist-audio .plyr__controls {
      padding: 0 14px;
      width: 45px;
      height: 45px;
      background: #f4f4f4;
    }
	
.imgplay {
	height: auto;
    max-width: 100%;
}
.plyr__controls__player {
	width: 80px;
    float: right;
	margin-top: -18%;
}	
	
