﻿.webctrl_position { border: 2px dashed red; position: relative; width: 100%; display: inline-block; box-sizing: border-box; min-height: 100px; }
.webctrl_position_name { position: absolute; background: #fdd3d3; font-weight: bold; top: 0; left: 0; color: #000; z-index: 999; display: inline-block; padding: 20px 30px; outline: 2px dashed red; }

.article_foreigntitle { color: #333d47 !important; font-style: italic }

.login-error { border: 2px solid red; margin-top: 10px; padding: 10px; background: #ffdada; border-radius: 3px; color: red; font-size: 0.9rem; }

/*Error Effect for Inputs*/
@keyframes shake {
    10%, 90% { transform: translate3d(-1px, 0, 0); -webkit-transform: translate3d(-1px, 0, 0); -moz-transform: translate3d(-1px, 0, 0); }
    20%, 80% { transform: translate3d(2px, 0, 0); -webkit-transform: translate3d(2px, 0, 0); -moz-transform: translate3d(2px, 0, 0); }
    30%, 50%, 70% { transform: translate3d(-4px, 0, 0); -webkit-transform: translate3d(-4px, 0, 0); -moz-transform: translate3d(-4px, 0, 0); }
    40%, 60% { transform: translate3d(4px, 0, 0); -webkit-transform: translate3d(4px, 0, 0); -moz-transform: translate3d(4px, 0, 0); }
}

@-webkit-keyframes shake {
    10%, 90% { transform: translate3d(-1px, 0, 0); -webkit-transform: translate3d(-1px, 0, 0); -moz-transform: translate3d(-1px, 0, 0); }
    20%, 80% { transform: translate3d(2px, 0, 0); -webkit-transform: translate3d(2px, 0, 0); -moz-transform: translate3d(2px, 0, 0); }
    30%, 50%, 70% { transform: translate3d(-4px, 0, 0); -webkit-transform: translate3d(-4px, 0, 0); -moz-transform: translate3d(-4px, 0, 0); }
    40%, 60% { transform: translate3d(4px, 0, 0); -webkit-transform: translate3d(4px, 0, 0); -moz-transform: translate3d(4px, 0, 0); }
}

@-moz-keyframes shake {
    10%, 90% { transform: translate3d(-1px, 0, 0); -webkit-transform: translate3d(-1px, 0, 0); -moz-transform: translate3d(-1px, 0, 0); }
    20%, 80% { transform: translate3d(2px, 0, 0); -webkit-transform: translate3d(2px, 0, 0); -moz-transform: translate3d(2px, 0, 0); }
    30%, 50%, 70% { transform: translate3d(-4px, 0, 0); -webkit-transform: translate3d(-4px, 0, 0); -moz-transform: translate3d(-4px, 0, 0); }
    40%, 60% { transform: translate3d(4px, 0, 0); -webkit-transform: translate3d(4px, 0, 0); -moz-transform: translate3d(4px, 0, 0); }
}

input.error, textarea.error { animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both; transform: translate3d(0, 0, 0); background: #FFB9B9; border-color: #F05D5C; color: #F05D5C; -webkit-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both; -webkit-transform: translate3d(0, 0, 0); -moz-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both; -moz-transform: translate3d(0, 0, 0); }


.embed-container-vimeo { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; }
    .embed-container-vimeo iframe, .embed-container-vimeo object, .embed-container-vimeo embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.article_vimeo_podcast { width: 640px; height: 60px; overflow: hidden; }

.searchBtn[disabled] { opacity: 0.7; cursor: not-allowed; }

.editor { padding: 20px 0; font-size: 1.2rem; font-weight: 600; color: #333d47; }

.search-page { }
    .search-page .item, .search-page .search-summary { background: #fff; padding: 20px; margin-bottom: 20px; }
        .search-page .item h3 { font-size: 1.7rem; margin-bottom: 10px; }
            .search-page .item h3 a { color: #333d47; }
    .search-page .summary { font-size: 1.3rem; }
    .search-page .search-more { display: inline-block; background: #04817d; color: #fff; padding: 10px 20px; border-radius: 3px; margin-top: 10px; font-weight: bold; }


.box-no-items { text-align: center; background: #fff; border: 1px solid #f0f0f0; }

#loader { position: fixed; z-index: 9999999; width: 100%; height: 100%; background: rgba(255,255,255,0.95); }
.spinner { margin: 100px auto; width: 50px; height: 40px; text-align: center; font-size: 10px; }

    .spinner > div { background-color: #04817d; height: 100%; width: 6px; display: inline-block; -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out; animation: sk-stretchdelay 1.2s infinite ease-in-out; }

    .spinner .rect2 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }

    .spinner .rect3 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }

    .spinner .rect4 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }

    .spinner .rect5 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% { transform: scaleY(0.4); -webkit-transform: scaleY(0.4); }
    20% { transform: scaleY(1.0); -webkit-transform: scaleY(1.0); }
}

#loader .aligner { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }

.filters_wg .groupper { background: #e4e4e4; border-radius: 4px; }
    .filters_wg .groupper .col7 { padding-bottom: 0 }
.filters_wg .padding10 { padding: 10px; }

.service_wg_title.smaller { font-size: 1.785rem; }

.podcasts-widget .img-heading .vcenter { max-width: 1050px; display: none }

.podcasts-widget .img-heading h1 { font-size: 3.428rem; font-weight: 700; }
/*.podcasts-widget .img-heading h2.subtitle { font-size:2.285rem;}
.podcasts-widget .img-heading h3.subtitle { font-size: 1.857rem; }*/

@media all and (min-width:992px) {
    .podcasts-widget .img-heading .vcenter { padding-top: 110px; }
}


.podcasts_box.video_edition { }
    .podcasts_box.video_edition .podcasts_box_footer { position: relative }
    .podcasts_box.video_edition .podcasts_box_top { padding-right: 20px; }
    .podcasts_box.video_edition div.embed_video { background: #000 }


.categories_wg .categories_list li.active { background: #fbfbfb; }
    .categories_wg .categories_list li.active a { color: #04817d; }


.article .editor img { max-width: 100% !important; height: auto !important; }

div.embed_podcast { background: #000; }


.podcasts_box_footer { background: #dadada; padding: 10px; }

.article_foreigntitle { direction: ltr; font-style: normal; }


.footer-widget .email_box_disc { font-size: 1.1rem; font-weight: 400; line-height: 150%; color: #484d4d; }
