:root {
    --bg: deepskyblue;
    --color: #fff;


    /* Size */
    --desktop: 1000px;
    --notebook: 992px;
    --tablet: 768px;
    --mobile: 480px;
    --mobile_small: 90%;

    --contentWidth: var(--desktop);
    --padding: 15px;
}

body {
    width: 940px;
    background: #000;
    margin: 0 auto;
}

#slider {
    display: block;
    position: relative;
    overflow: hidden;
    width: 940px;
    height: 389px;
}

#slider>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

#slider a {
    display: block;
    position: absolute;
    left: 15px;
    bottom: 15px;
    border: none;
    text-decoration: none;
    opacity: .8
}


#menu {
    display: block;
    position: relative;
    list-style: none;
    height: 43px;
    background: #345879 url(/images/menu-background.webp) 0 0 no-repeat;
    padding-left: 80px;
    overflow: hidden;
}

#menu a {
    display: inline-block;
    float: left;
    padding: 14px 0px;
    margin: 0 12px;
    text-decoration: none;
    opacity: .6;
    border: none;
}

#menu a.icon {
    position: absolute;
    width: 40px;
    height: 43px;
    top: 0px;
    left: 10px;
    background: url(/images/a-icon.webp) 0 0 no-repeat;
}

#menu a img {
    border: none;
    width: 100%;
    height: auto;
}

#content {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    overflow: hidden
}

#content h1 {
    font-family: Century Gothic;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 0 1rem 1rem;
    border-bottom: 3px double #404040;
    margin-bottom: 20px;
}

#content p {
    font-family: Tahoma;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
}

#content a:link {
    font-family: Tahoma;
    font-weight: normal;
    font-size: 12px;
    color: #c0cbfa;
    line-height: 16px;
}

#content a:visited {
    font-family: Tahoma;
    font-weight: normal;
    font-size: 12px;
    color: #ebebeb;
    line-height: 16px;
}


#block-wrapper {
    display: block;
    width: 960px;
}

#block-wrapper .block {
    display: block;
    width: 300px;
    margin-right: 20px;
    float: left;
    position: relative
}

#block-wrapper .block h1 {
    font-family: Century Gothic;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    border-bottom: none;
}

#block-wrapper .block h1 a {
    color: #fff;
    text-decoration: none;
    border: none;
}

#block-wrapper .block h1 a.current,
#block-wrapper .block h1 a:hover {
    text-decoration: underline;
}

#block-wrapper .block ul.news {
    display: block;
    list-style: none;
}

#block-wrapper .block ul.news li {
    display: block;
    position: relative;
    border-top: 3px double #404040;
    border-bottom: 1px solid #404040;
    margin-bottom: 10px;
    padding: 15px 0;
    font: 13px Tahoma;
    color: #d0d0d0;
    min-height: 30px;
}

#block-wrapper .block ul.news li .date {
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    font: 25px Tahoma;
    color: #d0d0d0;
}

#block-wrapper .block ul.news li .month {
    display: block;
    position: absolute;
    top: 40px;
    left: 0px;
    font: 10px Tahoma;
}

#block-wrapper .block ul.news li .content {
    display: inline-block;
    padding-left: 50px;
    width: 250px;
    text-align: justify;
    line-height: 14px;
}

#block-wrapper .block ul.news li .content a {
    color: #cbcbcb;
    text-decoration: underline;
    margin-bottom: 2px;
}

#block-wrapper .block ul.news li .content a:hover {
    text-decoration: none;
    color: #dedede;
}

#videos {
    display: block;
    width: 300px;
    border-top: 3px double #404040;
    position: relative;
    margin-bottom: 15px;
}

#videos .video {
    width: 300px;
    height: 215px;
    overflow: hidden;
    magin-bottom: 10px;
    border: 1px solid #111;
    margin: 5px 0;
    position: relative;
    left: -1px;
}

#videos ul {
    display: block;
    list-style: none;
    padding: 10px;
    background: #111;
}

#videos ul li {
    display: block;
    width: 265px;
    border: 1px solid #3c3c3c;
    background: #282828;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzMyMzIzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODI4MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #282828 1%, #323232 51%, #282828 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #282828), color-stop(51%, #323232), color-stop(100%, #282828));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #282828 1%, #323232 51%, #282828 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #282828 1%, #323232 51%, #282828 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #282828 1%, #323232 51%, #282828 100%);
    /* IE10+ */
    background: linear-gradient(top, #282828 1%, #323232 51%, #282828 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282828', endColorstr='#282828', GradientType=0);
    /* IE6-8 */
    margin-bottom: 6px;
    padding: 5px;
    border-radius: 3px;
}

#videos ul li.current {
    border-color: #999;
}

#videos ul img {
    float: left;
    margin-right: 10px;
    width: 75px;
    height: 45px;
}

#videos ul span {
    display: inline-block;
    float: left;
    width: 175px;
    font: 11px Tahoma;
    color: #f0f0f0;
}

#videos ul span b {
    font: 11px Tahoma;
    color: #e0e0e0;
    font-weight: bold;
    text-decoration: underline;
    display: block;
}

#videos ul span.clear {
    display: block;
    clear: both;
    height: 1px;
    float: none;
}

#news_list {
    display: block;
}

#news_list li {
    display: block;
    position: relative;
    border-top: 3px double #404040;
    border-bottom: 1px solid #404040;
    margin-bottom: 10px;
    padding: 20px 0;
    font: 13px Tahoma;
    color: #b0b0b0;
    min-height: 30px;
}

#news_list li:first-child {
    border-top: none;
    margin-top: -20px;
}

#news_list li .date {
    display: block;
    position: absolute;
    top: 10px;
    left: .8rem;
    font: 25px Tahoma;
    color: #b0b0b0;
}

#news_list li .month {
    display: block;
    position: absolute;
    top: 35px;
    left: .8rem;
    font: 10px Tahoma;
}

#news_list li .content {
    display: inline-block;
    padding-left: 90px;
    padding-right: 1rem;
    text-align: justify;
    line-height: 14px;
}

#news_list li .content a {
    color: #cbcbcb;
    text-decoration: underline;
    margin-bottom: 2px;
}

#news_list li .content a:hover {
    text-decoration: none;
    color: #dedede;
}

#news_list li .content h2 {
    color: #cbcbcb;
    text-decoration: underline;
    margin-bottom: 2px;
    margin-top: 0px;
}

#music_player {
    border-top: 3px double #404040;
    padding-top: 5px;
    background-color: #808080;
    height: 35px;
}

.social {
    display: none;
    list-style: none;
    width: 300px;
    border-top: 3px double #404040;
    position: relative;
    left: -1px;
}

.social li {
    display: block;
    width: 282px;
    border: 1px solid #303030;
    margin-bottom: 8px;
    padding: 8px;
    border-radius: 3px;
    background: #101010;
}

.social li span.avatar {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.social li span {
    display: inline-block;
    float: left;
    width: 195px;
    font: 11px Tahoma;
    color: #f0f0f0;
}

.social li span b {
    font: 11px Tahoma;
    color: #e0e0e0;
    font-weight: bold;
}

.social li span.clear {
    display: block;
    clear: both;
    height: 1px;
    float: none;
}

#twitter a.logo {
    display: block;
    text-decoration: none;
    position: relative;
    width: 150px;
    height: 45px;
    background: url(/images/twitter.webp) 0 50% no-repeat;
}

#twitter li span.avatar {
    width: 48px;
    height: 48px;
    background: url(/images/twitter-avatar.jpg) 0 0 no-repeat;
}

#twitter li span {
    width: 220px;
}

#vk a.logo {
    display: block;
    text-decoration: none;
    position: relative;
    width: 150px;
    height: 45px;
    background: url(/images/vk.webp) 0 50% no-repeat;
}

#vk li span.avatar {
    width: 60px;
    height: 60px;
    background: url(/images/vk-avatar.webp) 0 0 no-repeat;
}

#vk li span {
    width: 210px;
}

#facebook a.logo {
    display: block;
    text-decoration: none;
    position: relative;
    width: 150px;
    height: 45px;
    background: url(/images/facebook.webp) 0 50% no-repeat;
}

#facebook li span.avatar {
    width: 50px;
    height: 50px;
    background: url(/images/facebook-avatar.jpg) 0 0 no-repeat;
}

#facebook li span {
    width: 220px;
}


#gallery {
    display: block;
    list-style: none;
    width: 960px;
    overflow: hidden;
}

#gallery li {
    display: inline-block;
    float: left;
    width: 302px;
    margin-right: 18px;
    margin: 10px 18px 30px 0;
    text-align: center;
    font-family: Century Gothic;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase'';
}

#gallery li a {
    border: none;
    text-decoration: none;
    width: 302px;
    height: 302px;
    display: none
}

#gallery li a:first-child {
    display: block;
    margin-bottom: 10px;
}

#gallery li img {
    border: 1px solid #202020;
}

#video {
    display: inline-block;
    float: left;
    width: 640px;
    height: 451px;
    border: 1px solid #111;
    margin-right: 10px;
}

#video_list {
    display: inline-block;
    float: left;
    padding: 10px 8px;
    width: 270px;
    max-height: 431px;
    background: #202020;
    overflow-y: auto;
}

#video_list a {
    border: 0;
    text-decoration: none;
}

#video_list li {
    position: relative;
    display: block;
    width: 244px;
    border: 1px solid #3c3c3c;
    background: #282828;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzMyMzIzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODI4MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #282828 1%, #323232 51%, #282828 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #282828), color-stop(51%, #323232), color-stop(100%, #282828));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #282828 1%, #323232 51%, #282828 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #282828 1%, #323232 51%, #282828 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #282828 1%, #323232 51%, #282828 100%);
    /* IE10+ */
    background: linear-gradient(top, #282828 1%, #323232 51%, #282828 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282828', endColorstr='#282828', GradientType=0);
    /* IE6-8 */
    margin-bottom: 6px;
    padding: 5px;
    border-radius: 3px;
}

#video_list li.current {
    border-color: #999;
}

#video_list img {
    float: left;
    margin-right: 10px;
    width: 75px;
    height: 45px;
}

#video_list span {
    display: inline-block;
    float: left;
    width: 155px;
    font: 11px Tahoma;
    color: #f0f0f0;
}

#video_list span b {
    font: 11px Tahoma;
    color: #e0e0e0;
    font-weight: bold;
    display: block;
    text-decoration: underline
}

#video_list span.clear {
    display: block;
    clear: both;
    height: 1px;
    float: none;
}

#albums {
    display: block;
    list-style: none;
}

#albums li {
    display: block;
    padding: 20px;
    border-top: 3px double #404040;
    border-bottom: 1px solid #404040;
    position: relative;
    margin-bottom: 30px;
}

#albums li:first-child {
    border-top: none;
}

#albums li img {
    float: left;
    margin-right: 40px;
    width: 220px;
    height: 220px;
}

#albums li span {
    display: inline-block;
    float: left;
    width: 640px;
    position: relative;
    top: -4px;
}

#albums li span h2 {
    font-size: 14px;
    font-family: Century Gothic;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 5px;
}

#albums li span.clear {
    display: block;
    clear: both;
    height: 1px;
    float: none;
}

#albums li span table {
    font-size: 13px;
    font-family: Century Gothic;
    color: #fff;
    width: 640px;
}

#albums li span table td {
    padding: 2px 0px 4px 0px;
    border-bottom: 1px solid #090909;
    position: relative;
}

#albums li span table tr td:last-child {
    padding-right: 0;
}

#albums li span table td a {
    font-family: Tahoma;
    color: #ddd;
}

#albums li span table td a.play {
    display: inline-block;
    padding: 0;
    margin-bottom: -7px;
    width: 20px;
    height: 20px;
    background: url(/images/a-play-off.webp);
    text-decoration: none;
}

#albums li span table td a.on {
    background: url(/images/a-play-on.webp)
}

#player {
    visibility: hidden;
}

#footer {
    display: block;
    clear: both;
    margin-top: 30px;
    border-top: 1px solid #404040;
    padding-top: 30px;
    height: 40px;
}

#footer p {
    font: 10px Tahoma;
    color: #c0c0c0;
}

#footer p a {
    font: bold 10px Tahoma;
    color: #d0d0d0;
    text-decoration: none
}

#social_links {
    width: 300px;
    position: absolute;
    top: 19px;
    right: 0px;
    text-align: center;
}

#social_links a {
    font-family: Century Gothic;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none
}

#social_links a:hover {
    text-decoration: underline;
}

#press_list {
    display: block;
}

#press_list li {
    display: block;
    position: relative;
    border-top: 3px double #404040;
    border-bottom: 1px solid #404040;
    margin-bottom: 10px;
    padding: 20px 1rem;
    font: 13px Tahoma;
    color: #b0b0b0;
    min-height: 30px;
}

#press_list li:first-child {
    border-top: none;
    margin-top: -20px;
}

#press_list li a {
    display: inline-block;
    margin-bottom: 7px;
    color: #cbcbcb;
    text-decoration: underline;
    margin-bottom: 2px;
    font-size: 20px;
}

#press_list li a:hover {
    text-decoration: none;
    color: #dedede;
}

#lc_page_header {
    display: flex;
    flex-direction: column;
}

#menu-main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

#menu-main-menu li a {
    padding: 8px 14px;
}

.global_logo img {
    width: 140px !important;
}

.header_inner.lc_mobile_menu,
.mobile_navigation_container {
    display: none;
}

#lc_page_header h1 {
    margin: 1rem auto;
    color: #fff;
    font-size: 26px;
    text-align: center;
}

.lc_content_full {
    color: #fff;
    padding: 1rem;
}

.lc_post_meta,
.lc_copy_area {
    padding-left: 1rem;
}

.wp-post-image {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.lc_button,
.lc_event_entry {
    padding: .5rem 0;
}

@media screen and (max-width: 992px) {
    :root {
        --contentWidth: var(--tablet);
    }
}

@media screen and (max-width: 960px) {
    body {
        width: 100%;
        max-width: 940px;
    }

    #slider {
        width: 100%;
        max-width: 940px;
        min-height: 325px;
        height: 100%;
    }

    #menu {
        display: flex;
        flex-wrap: wrap;
        min-height: 43px;
        background-repeat: repeat;
        overflow: visible;
    }

    #content #block-wrapper {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 30px;
        margin: 0 calc(50% - var(--contentWidth) / 2);
        width: auto;
        max-width: 960px;
    }

    #block-wrapper .block {
        width: 100%;
        margin-right: 0;
    }

    #block-wrapper .block ul.news li .content,
    #videos,
    #videos ul li,
    #videos ul span {
        width: auto;
    }

    #footer p {
        padding-left: 1rem;
    }
}

@media screen and (max-width: 922px) {
    #menu {
        min-height: 90px;
    }
}

@media screen and (max-width: 768px) {
    :root {
        --contentWidth: var(--mobile);
    }

    #slider {
        min-height: 210px;
    }
}

@media screen and (max-width: 680px) {
    #menu-main-menu {
        padding-top: .5rem;
    }

    .global_logo img {
        width: 80px !important;
        height: auto;
    }
}

/* Styles for the burger menu */
.hmb_menu {
    display: none;
    cursor: pointer;
}

.hmb_inner {
    width: 30px;
    height: 25px;
    position: relative;
}

.hmb_line {
    width: 100%;
    height: 3px;
    background-color: #000;
    display: block;
    position: absolute;
    transition: all 0.3s ease;
}

.hmb1 {
    top: 0;
}

.hmb2 {
    top: 11px;
}

.hmb3 {
    top: 22px;
}

@media screen and (max-width: 620px) {
    .centered_menu {
        display: none;
    }

    .header_inner.lc_mobile_menu,
    .hmb_menu {
        display: block;
    }

    .lc_mobile_menu {
        display: block;
    }

    #mobile_logo {
        display: block;
        width: 140px;
        height: auto;
        float: left;
    }

    #mobile_logo a img {
        height: auto;
        padding: 1rem;
    }

    .creative_right {
        display: block;
        float: right;
        margin-right: 2rem;
        margin-top: 1.2rem;
    }

    .hmb_line {
        background-color: #ffffff;
    }
}

.header_inner.show {
    display: block;
}

.lc_swp_full.show .centered_content .hmb_menu {
    display: none;
}

@media screen and (max-width: 526px) {
    #menu {
        min-height: 135px;
    }
}

@media screen and (max-width: 480px) {
    :root {
        --contentWidth: var(--mobile_small);
    }

    .block {
        grid-template-columns: 1fr;
        align-content: start;
    }
}

@media screen and (max-width: 381px) {
    #slider {
        min-height: 160px;
    }

    #menu {
        min-height: 185px;
    }

    #content #block-wrapper {
        padding: 0;
    }
}

@media screen and (max-width: 341px) {
    #slider {
        display: none;
    }

    #menu {
        min-height: 235px;
    }
}

body.body-table {
    max-width: 100%;
    background: #fff;
}