/*media & events new*/
.title-tab-content {
    text-transform: capitalize;
}
.top_section {
    display: table;
    height: 150px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.top_section .ceil {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.top_section .ceil h1 {
    color: #fff;
    font: 24px/26px 'latoblack', sans-serif;
}

.content_media_events {
    padding-top: 30px;
}

.content_media_events .bme_tabs {
    height: auto;
    background: none;
}

.content_media_events .bme_tabs ul {
    margin: 0;
    /*text-align: center;*/
}

.content_media_events .bme_tabs ul li {
    display: inline-block;
    float: none;
}

/*Content tabs*/
.content_media_events .bme_cont {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.content_media_events .bme_cont h2 {
    font: bold 24px/26px 'latolight', sans-serif;
    padding-bottom: 30px;
    color: #000;
}

@media screen and (min-width: 479px) {
    .top_section .ceil h1 {
        font: 30px/32px 'latoblack', sans-serif;
    }

    .content_media_events {
        padding-top: 40px;
    }
}

@media screen and (min-width: 640px) {
    .content_media_events .bme_tabs {
        height: 32px;
        background: url(images/dot_dfdfdf.png) repeat-x left bottom;
    }
}

@media screen and (min-width: 767px) {
    .top_section {
        height: 200px;
    }

    .top_section .ceil h1 {
        font: 40px/42px 'latoblack', sans-serif;
    }

    .content_media_events {
        padding-top: 50px;
    }
}

@media screen and (min-width: 1023px) {
    .top_section {
        height: 250px;
    }

    .top_section .ceil h1 {
        font: 48px/50px 'latoblack', sans-serif;
    }

    .content_media_events .bme_cont {
        width: 900px;
    }
}

/*Form search*/
.content_media_events .search-form {
    font: 16px/18px 'latolight', sans-serif;
    color: #626262;
}

.content_media_events .search-form form {
    padding: 15px;
    background-color: #f5f5f5;
    margin-bottom: 30px;
}

.content_media_events .col {
    width: 100%;
    float: left;
    padding: 0;
    position: relative;
}

.content_media_events .col:first-child {
    padding-bottom: 15px;
}

.content_media_events .form-group-date {
    margin: 0;
    overflow: hidden;
}

.content_media_events .col .wrap-date {
    padding: 0;
    width: 100%;
    float: left;
    position: relative;
}

.content_media_events .col .wrap-date:first-child {
    padding-bottom: 10px;
}

.content_media_events .col .wrap-date:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 18px;
    height: 20px;
    pointer-events: none;
    background-image: url("images/icon-date.png");
    background-position: center right;
    background-repeat: no-repeat;
}

.content_media_events .wrap-btn-clear{
    text-align: right;
}
.content_media_events .col .btn-clear {
    display: none;
    color: #1c62a1;
    text-decoration: none;
    font: 700 14px/14px 'latolight', sans-serif;
    margin-top: 10px;
    padding-left: 15px;
    background-image: url("images/rounded-rectangle.png");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 10px;
}

.content_media_events .form-group {
    position: relative;
    overflow: hidden;
}

.content_media_events .form-group .input-holder {
    margin-bottom: 15px;
}

.content_media_events .form-group:first-child {
    padding: 0;
    margin-bottom: 15px;
}

.content_media_events .form-group:nth-child(2) {
    margin: 0;
}

.content_media_events .form-control {
    background-color: #fff;
    background-image: none;
    width: 100%;
    border: 1px solid #dfdfdf;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    transition: border-color 0.2s;
    -webkit-appearance: none;
    padding: 0 13px;
    height: 40px;
    font-weight: 100;
}

.content_media_events .form-control:focus {
    border-color: #dfdfdf;
}

.content_media_events label {
    display: block;
    margin-bottom: 10px;
}

.content_media_events .btn {
    padding: 10px 35px;
    border: none;
    width: 100%;
    box-shadow: none;
    text-shadow: none;
    border-radius: 2px;
    background-color: #37bbff;
    color: #fff;
    font: bold 18px/20px 'latolight', sans-serif;
    font-weight: 700;
    display: block;
    text-align: center;
}

.content_media_events .btn:hover {
    border-color: transparent;
    box-shadow: none;
}

html * :focus::-webkit-input-placeholder {
    color: transparent !important;
}

html * :focus:-moz-placeholder {
    color: transparent !important;
}

html * :focus::-moz-placeholder {
    color: transparent !important;
}

html * :focus:-ms-input-placeholder {
    color: transparent !important;
}

html * :focus.placeholder {
    color: transparent !important;
}

.wrap-list-filters{
    position: relative;
}
.wrap-list-filters .btn-reset-form{
    position: absolute;
    bottom: -25px;
    right: 0;
    font: 16px/18px 'latolight', sans-serif;
    font-weight: 700;
    color: #1c62a1 !important;
    padding-left: 17px;
    background-image: url("images/rounded-rectangle.png");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 13px;
}

.bme_cont ul.list-filters {
    margin-bottom: 40px;
    clear: both;
}

ul.list-filters li {
    display: inline-block;
    margin: 0 5px 7px 0;
    padding: 7px 37px 7px 10px;
    background-color: #1c62a1;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}
ul.list-filters.single-post li {
    padding: 7px 10px;
}
ul.list-filters li:first-child {
    font-weight: bold;
    background: none;
    color: #000;
    padding: 7px 0;
    margin: 0 20px 7px 0;
}
ul.list-filters li .btn-close {
    position: absolute;
    display: block;
    color: #fff;
    text-decoration: none !important;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    text-align: center;
    line-height: 28px;
}

@media screen and (min-width: 640px) {
    .content_media_events .search-form form {
        padding: 50px;
        margin-bottom: 50px;
    }

    .content_media_events .form-group:first-child {
        padding-right: 122px;
        margin-bottom: 30px;
    }

    .content_media_events .btn {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 0 35px;
        width: auto;
    }

    .content_media_events .form-group .input-holder {
        margin-bottom: 0;
    }

    .content_media_events .form-group-date {
        margin: 0 -5px;
    }

    .content_media_events .col .wrap-date {
        padding: 0 5px;
        width: 50%;
    }

    .content_media_events .col .wrap-date:first-child {
        padding-bottom: 0;
    }

}

@media screen and (min-width: 767px) {
    .content_media_events .col {
        width: 50%;
        padding: 0 10px;
    }

    .content_media_events .col:first-child {
        padding-bottom: 0;
    }

    .content_media_events .form-group:nth-child(2) {
        margin: 0 -10px;
    }

    .bme_cont ul.list-filters {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 1023px) {
}

/*Date picker*/
.ui-datepicker .ui-datepicker-header {
    border: none;
    padding: 0 !important;
    background: none;
}

.ui-datepicker .ui-datepicker-title {
    font: 16px/18px 'lato', sans-serif;
    color: #000;
}

.ui-datepicker thead {
    font: 10px/12px 'latolight', sans-serif;
    color: #656565;
    text-transform: uppercase;
}

.ui-datepicker td {
    padding: 0 !important;
}

.ui-datepicker .ui-datepicker-week-end, .ui-datepicker .ui-datepicker-week-end,
.ui-datepicker .ui-datepicker-week-end .ui-state-default, .ui-datepicker .ui-datepicker-week-end .ui-state-default {
    color: #e8686d;
}

.ui-datepicker .ui-icon-circle-triangle-e {
    background-position: -32px -16px;
}

.ui-datepicker .ui-icon-circle-triangle-w {
    background-position: -96px -16px;
}

.ui-datepicker .ui-state-hover
    /*.ui-widget-content .ui-state-hover,*/
    /*.ui-widget-header .ui-state-hover,*/
    /*.ui-state-focus,*/
    /*.ui-widget-content .ui-state-focus,*/
    /*.ui-widget-header .ui-state-focus,*/
    /*.ui-button:hover,*/
    /*.ui-button:focus {*/
{
    border: none !important;
    background: #ededed;
    /*font-weight: normal;*/
    /*color: #2b2b2b;*/
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 2px !important;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px !important;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px !important;
}

.ui-datepicker .ui-state-default, .ui-widget-content .ui-state-default {
    border: none !important;
    background: none !important;
    text-align: center;
    font: 14px/16px 'latolight', sans-serif;
    color: #626262;
}

.ui-widget-content .ui-state-highlight {
    position: relative;
}

.ui-widget-content .ui-state-highlight:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ff676d;;
    position: absolute;
    top: 0;
    right: 0;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background-color: #1c62a1 !important;
    border-radius: 50%;
    color: #fff !important;
}

.ui-datepicker td span, .ui-datepicker td a {
    padding: 6px !important;
    margin: 0 6px;
}

/*/ loader /*/
.wrap-loader {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    /*background: #fff;*/
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    /*transition: transform 0.3s;*/
}

.wrap-loader.active {
    opacity: 1;
    visibility: visible;
    background: rgba(255, 255, 255, 0.7);
}

.loader {
    display: block;
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    /*pointer-events: none;*/
    margin: -40px 0 0 -40px;
}

.loader::before,
.loader::after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    display: block;
    border: 5px solid #1c62a1;;
    border-radius: 50%;
    content: '';
}

.loader::before {
    margin-left: -40px;
    width: 80px;
    height: 80px;
    border-right-color: rgba(0, 0, 0, .2);
    border-left-color: rgba(0, 0, 0, .2);
    animation: pace-theme-corner-indicator-spin 3s linear infinite;
}

.loader::after {
    bottom: 20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-top-color: rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .2);
    animation: pace-theme-corner-indicator-spin 1s linear infinite;
}

@keyframes pace-theme-corner-indicator-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

/*/ loader end /*/

/*Content*/
.wrap-content {
    font: 16px/18px 'latolight', sans-serif;
}

article {
    overflow: hidden;
    font: 16px/18px 'latolight', sans-serif;
    color: #000;
    margin-bottom: 50px;
}

div.date {
    overflow: hidden;
    margin: 0 auto 20px;
    width: 80px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #1c62a1;
}

div.date em, div.date strong, div.date span {
    display: block;
    line-height: 16px;
    font-size: 18px;
}

div.date em {
    color: #fff;
    background-color: #1c62a1;
    font-style: normal;
    padding: 6px 0 9px;
}

div.date strong {
    font-size: 32px;
    padding: 12px 0;
}

div.date span {
    font-size: 18px;
    padding: 0 0 7px;
}

.desc {
    overflow: hidden;
}

.bme_cont h4 {
    color: #1c62a1;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 25px;
    text-align: center;
}

/*Lists sharing and info*/
.bme_cont ul.info-list {
    text-align: center;
}

.bme_cont ul.social {
    list-style: none !important;
    text-align: center;
}

.bme_cont ul.social li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.bme_cont ul.social li:after {
    display: none;
}

.bme_cont ul.social li a {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 0 0 10px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-print-color-adjust: exact;
}

.bme_cont ul.social li:first-child {
    margin-left: 0;
}

.bme_cont ul.social a.icon-facebook {
    background-image: url("images/facebook.png");
}

.bme_cont ul.social a.icon-twitter {
    background-image: url("images/twitter.png");
}

.bme_cont ul.social a.icon-linkedin {
    background-image: url("images/linkedin.png");
}

.bme_cont ul.social a.icon-google {
    background-image: url("images/google.png");
}

.bme_cont ul.social a.icon-mail {
    background-image: url("images/icon-mail.png");
}

.bme_cont ul.social a.icon-print {
    background-image: url("images/icon-print.png");
    text-indent: -9999px;
}

.bme_cont ul.info-list li {
    vertical-align: top;
    display: inline-block;
    padding-left: 25px;
    margin: 0 0 10px 30px;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-print-color-adjust: exact;
}

.bme_cont ul.info-list li:first-child {
    margin-left: 0;
}

.bme_cont ul.info-list li.more-tags {
    margin-left: 10px;
    padding: 0;
}

.bme_cont ul.info-list li.location {
    background-image: url("images/icon-location.png");
}

.bme_cont ul.info-list li.type {
    background-image: url("images/icon-type.png");
}

.bme_cont ul.info-list li.date {
    background-image: url("images/icon-date-post.png");
}

.bme_cont ul.info-list li.time {
    background-image: url("images/icon-time.png");
}

.bme_cont ul.info-list li.tag {
    background-image: url("images/icon-tag.png");
}

.bme_cont ul.info-list li.tag .jcf-select{
    max-width: 130px;
    border: none;
    height: 18px;
}
.bme_cont ul.info-list li.tag .jcf-select .jcf-select-text{
    font: 16px/18px 'latolight', sans-serif;
}

body > .jcf-select-drop.jcf-select-select-tags{
    /*min-width: 200px !important;*/
    width: auto !important;
    background: #fff;
}
.jcf-select-select-tags  .jcf-select-drop-content{
    border: none !important;
}
.jcf-select-select-tags .jcf-list{
    padding: 10px;
    /*width: auto;*/
    border: 1px solid #ccc;
}
.jcf-select-select-tags .jcf-select .jcf-select-text{
    margin-left: 0;
}
.jcf-select-select-tags .jcf-list .jcf-option{
    background: none;
    padding: 0;
}
.jcf-select-select-tags .jcf-selected{
    background: none;
}
.jcf-select-select-tags .jcf-list .jcf-disabled{
    color: #000 !important;
}

@media screen and (min-width: 479px) {
    .bme_cont h4 {
        text-align: left;
    }
    .bme_cont ul.info-list {
        float: left;
    }
    .bme_cont ul.social {
        float: right;
    }
}

@media screen and (min-width: 640px) {
    div.date {
        float: left;
        margin: 0 30px 0 0;
    }
}

@media screen and (min-width: 767px) {
    .bme_cont ul.info-list {
        text-align: left;
    }

    .bme_cont h4 {
        font-size: 24px;
    }
}

@media screen and (min-width: 1023px) {
}

/*Pagination*/
.pagination {
    text-align: center;
}

.pagination ul {
    display: inline-block !important;
}

.pagination ul li, .pagination .link {
    display: inline-block;
}

.pagination ul li {
    margin: 10px 3px;
}

.pagination ul li a {
    padding: 2px 10px;
    color: #626262 !important;
    font: 17px/20px 'latolight', sans-serif;
}

.pagination ul li.active a {
    text-decoration: none !important;
    color: #1c62a1 !important;
    border: 1px solid #626262;
    font-weight: 700;
    border-radius: 5px;
}

.pagination .link.first, .pagination .link.prev {
    margin-right: 5px;
}

.pagination .link.last, .pagination .link.next {
    margin-left: 5px;
}

@media screen and (min-width: 640px) {
    .pagination ul li {
        /*margin: 0 3px 0 0;*/
    }
}

/*Single post*/
.bme_cont .back {
    display: block;
    text-decoration: none;
    color: #626262 !important;
    margin-bottom: 30px;
}

.bme_cont .back:hover {
    color: #1c62a1 !important;
}

/*Style guide*/
.bme_cont .content {
    font: 16px/34px 'latolight', sans-serif;
    color: #000;
    clear: both;
    padding: 30px 0 15px;
}

.bme_cont .content .block-info span {
    display: block;
    line-height: 1;
}

.bme_cont .content .block-info strong {
    font: 18px/22px 'latoblack', sans-serif;
    display: inline-block;
    padding-bottom: 15px;
}

.bme_cont .content .wrap-block-info {
    width: 100%;
    margin: 0 0 30px 0;
}

.bme_cont .content .block-info {
    width: 100%;
    padding: 30px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
    -webkit-print-color-adjust: exact;
}

.bme_cont .content .block-info dt {
    width: 70px;
    float: left;
}

.bme_cont .content .block-info dd {
    overflow: hidden;
    font-family: 'latoblack', sans-serif;
    margin: 0;
}

.bme_cont .content .block-info dd a {
    color: #000;
}

.bme_cont .content .block-info .register {
    position: relative;
    padding: 12px 65px;
    color: #fff;
    text-decoration: none;
    margin-top: 30px;
}

.bme_cont .wrap-block-info ul.social {
    float: none;
    margin: 0;
}

.bme_cont .wrap-block-info ul.social li {
    padding: 0 0 0 10px;
}

.bme_cont .wrap-block-info ul.social li a {
    margin: 0;
}

.bme_cont .content h1,
.bme_cont .content h2,
.bme_cont .content h3,
.bme_cont .content h4,
.bme_cont .content h5,
.bme_cont .content h6 {
    color: #000;
    font-weight: 700;
    clear: none;
}

.bme_cont .content ul, .bme_cont .content ol {
    margin: 0 0 1.5em 0;
}

.bme_cont .content ul li,
.bme_cont .content ol li {
    margin: 0;
}

.bme_cont .content li {
    position: relative;
    padding: 0 0 0 20px;
}

.bme_cont .content ol {
    counter-reset: tab;
}

.bme_cont .content ol li:after {
    position: absolute;
    content: counter(tab, decimal) '.';
    counter-increment: tab;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #1c62a1;
}

.bme_cont .content ul li:after {
    position: absolute;
    content: '';
    height: 6px;
    width: 6px;
    background-color: #1c62a1;
    -webkit-print-color-adjust: exact;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.bme_cont .content h3 {
    font: 22px/28px 'latolight', sans-serif;
}

.bme_cont .content h4 {
    font: 20px/26px 'latolight', sans-serif;
}

.bme_cont .content h5 {
    font: 18px/24px 'latolight', sans-serif;
    padding-bottom: 10px;
}

@media screen and (min-width: 479px) {
}

@media screen and (min-width: 640px) {
    .bme_cont .content {
        padding: 50px 0 30px;
    }

    .bme_cont .content .wrap-block-info {
        width: 350px;
        float: right;
        margin: 0 0 50px 50px;
    }

    .bme_cont .content .block-info {
        padding: 50px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 767px) {
}

@media screen and (min-width: 1023px) {
}

.related-episodes {
    overflow: hidden;
    clear: both;
    position: relative;
    /*padding-bottom: 5px;*/
}

.related-episodes .ttl-related-episodes {
    font: 24px/26px 'latolight', sans-serif;
    font-weight: 700;
    display: block;
    padding: 30px 0 20px;
}

.related-episodes .wrap-episodes {
    margin: 0;
    overflow: hidden;
}

.related-episodes a {
    color: #000 !important;
}

.related-episodes article a {
    color: #0251a0 !important;
}

@media screen and (min-width: 479px) {
}
@media screen and (min-width: 640px) {
}
@media screen and (min-width: 767px) {
    .related-episodes .wrap-episodes {
        margin: 0 -10px;
    }
    .related-episodes .ttl-related-episodes {
        padding: 50px 0 35px;
    }
}
@media screen and (min-width: 1023px) {
}

.shortcode {
    clear: both;
    padding-top: 30px;
}

.shortcode .embedly-card-hug, .shortcode .embedly-card-hug iframe {
    max-width: 100% !important;
    width: 100% !important;
}

@media print {
    .main-navigation, #sidr, .top_section, .bme_tabs, .wrap-content a.back,
    .content_media_events div.bme_cont ul.social, .wrap-content a.register,
    .content_media_events div.bme_cont ul.list-filters, .related-episodes, footer {
        display: none;
    }

    .site-header {
        -webkit-print-color-adjust: exact;
    }

    .bme_cont ul.info-list {
        float: none;
        text-align: inherit;
    }

    .bme_cont .content .wrap-block-info {
        width: 350px;
        float: right;
        margin: 0 0 50px 50px;
    }
}