﻿`@charset "UTF-8";@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSansRegular.eot');
    src: url('../fonts/OpenSansRegular.eot') format('embedded-opentype'),url('../fonts/OpenSansRegular.woff2') format('woff2'),url('../fonts/OpenSansRegular.woff') format('woff'),url('../fonts/OpenSansRegular.ttf') format('truetype'),url('../fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}

@font-face {
    font-family: 'opensans-bold-webfont';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot') format('embedded-opentype'),url('../fonts/opensans-bold-webfont.woff2') format('woff2'),url('../fonts/opensans-bold-webfont.woff') format('woff'),url('../fonts/opensans-bold-webfont.ttf') format('truetype'),url('../fonts/opensans-bold-webfont.svg#opensans-bold-webfont') format('svg');
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *, *:before, *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        *:before, *:after {
        }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
    display: block;
}

    img, a img {
        border: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: normal !important;
    color: #222;
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 18px
}

pre, code {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 20px 0px;
    padding: 10px 10px;
    line-height: 30px;
    border-left: 5px solid #ddd;
    background: #fafafa;
    color: #000;
}

blockquote, q {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Open Sans',sans-serif;
    clear: both
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
    }

p {
    text-align: left;
    font-weight: normal;
}

pre p, code p, kbd p, samp p, blockquote br {
    margin: 0px !important;
    line-height: 20px !important;
}

ul, ol, dl {
    list-style: none;
}

abbr, acronym, abbr[title], dfn[title] {
    border-bottom: 1px dotted #666;
    cursor: help;
}

del {
    text-decoration: line-through;
}

hr, .line {
    display: block;
    clear: both;
    height: 1px;
    border-bottom: 1px solid #eee;
    background: #eee;
}

mark {
    background: #ff9;
    color: #000;
    font-style: italic;
    padding: 0px 10px 2px;
}

small {
    font-size: 11px;
}

strong {
    font-weight: bold;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

fieldset {
    border: 1px solid #eee;
    padding: 10px;
}

    fieldset legend {
        padding: 0 10px;
        font-size: 16px;
    }


.clear, .clearboth, .clearall, alignnone {
    clear: both !important;
    float: none !important;
    display: block !important;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter, .inner {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.righttext {
    text-align: right;
}

.lefttext {
    text-align: left;
}

.centertext {
    text-align: center;
}

.noborder {
    border: none !important;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.leftborder {
    border-left: 1px solid #ddd;
}

.rightborder {
    border-right: 1px solid #ddd;
}

.topborder {
    border-top: 1px solid #ddd;
}

.bottomborder {
    border-bottm: 1px solid #ddd;
}

.no-clear {
    clear: none !important;
}

.req, .red, .color-red {
    color: #FF0000;
}

.green, .color-green {
    color: #009933;
}

.blue {
    color: #0000FF;
}

.hide {
    display: none !important;
}

.block {
    display: block;
}

.textbox, select, textarea, input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="search"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="time"], input[type="week"], input[type="radio"], input[type="checkbox"], input[type="file"] {
    border: 1px solid #aaa;
    font-size: 12px;
    padding: 8px;
    outline: none;
    color: #000;
    background: #FFF;
    -webkit-border-radius: 0px !important;
}

    .textbox:focus, select:focus, textarea:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="file"]:focus {
        border-color: #aaa;
    }

select, input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    ppearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
}

select {
    text-transform: capitalize !important;
}

.select-wrap {
    position: relative;
}

    .select-wrap:before {
        content: '';
        position: absolute;
        right: 15px;
        width: 27px;
        height: 15px;
        z-index: 1;
        top: 3px;
        pointer-events: none;
        background-position: -128px -247px;
    }

option {
    padding: 2px 5px !important;
    display: block !important;
}

    option:checked, option:hover {
        background: #c4d600 !important;
    }

input[type="file"], .wpcf7-file {
    border: none !important;
    width: auto !important;
    padding: 0 !important;
}

::-webkit-file-upload-button {
    background: #c4d600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}

::-moz-file-upload-button {
    background: #c4d600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"], #single-post .post .share .meta-nav a {
    color: #222 !important;
    outline: none;
    font-size: 12px;
    padding: 8px 10px;
    text-decoration: none !important;
    border: 1px solid #c4d600;
    /*text-transform: uppercase;*/
    background: #c4d600;
    line-height: normal !important;
    min-width: 100px;
    text-align: center;
}

input[type="submit"] {
    -webkit-appearance: button;
    -webkit-border-radius: 0px !important;
}

    .button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, #single-post .post .share .meta-nav a:hover {
        cursor: pointer;
        box-shadow: none;
    }

    .button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, #single-post .post .share .meta-nav a:active {
        text-shadow: none;
    }

.button.switch-button, .button.black {
    background: #000;
    border: none;
    color: #c4d600 !important;
}

.button.small {
    padding: 2px 10px;
    border-radius: 5px;
    margin: 5px 0px 10px 5px !important;
    display: block;
    float: left;
    clear: both;
}

.button.new-tab {
    position: relative;
    padding-right: 40px;
}

    .button.new-tab::after {
        position: absolute;
        content: '';
        background-position: -243px -134px;
        display: block;
        width: 23px;
        height: 17px;
        top: 2px;
        right: 8px;
    }

.button.back {
    position: relative;
    border-radius: 0px;
    padding: 5px 8px;
    height: 27px;
    color: #d1d1d1 !important;
}

    .button.back::before {
        position: absolute;
        content: '';
        background-position: -470px -184px;
        display: block;
        width: 14px;
        height: 27px;
        top: 0px;
        left: -14px;
    }

.button:disabled, button:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled, input[type="button"]:disabled {
    background: #F1CAEB !important;
    border: 1px solid #ECC8E7 !important;
    cursor: no-drop;
}

.entry-content, .entry-summary, #contact-form {
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    color: #222;
}

.single-post .entry-content {
    margin: 0px;
}

.entry-content {
    margin-bottom: 25px;
}

    .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
        float: none;
        margin: 10px 0;
        line-height: 30px;
        color: #000;
    }

    .entry-content h1 {
        font-size: 29px;
    }

    .entry-content h2 {
        font-size: 21px;
        display: block;
        clear: both;
        background: #c4d600;
        padding: 5px 10px;
    }

    .entry-content h3, #contact-form h3 {
        font-size: 19px;
        line-height: 25px;
    }

        .entry-content h1 a, .entry-content h2 a, .entry-content h3 a, .entry-content h5 a, .entry-content h6 a {
            color: #000;
        }

    .entry-content p, .entry-summary p, #contact-form p {
        margin: 7px 0 20px;
        text-align: left;
    }

    .entry-content a, .entry-summary a {
    }

    .entry-content ol, .entry-content ul, .entry-content dl {
        margin: 10px 10px 20px 40px;
        padding: 0;
        font-size: 16px;
        list-style: outside disc;
    }

    .entry-content ul {
        list-style: none;
    }

        .entry-content ul li {
            position: relative;
        }

            .entry-content ul li:before {
                content: '•';
                position: absolute;
                left: -20px;
                font-size: 27px;
                color: #c4d600;
                top: 7px;
                height: 7px;
                line-height: 6px;
            }

    .entry-content ol li:before, .entry-content dl li:before {
        display: none !important;
    }

    .entry-content ol {
        list-style: outside decimal;
    }

    .entry-content li {
        margin: 3px 0;
        position: relative;
        left: 1em;
    }

    .entry-content table {
    }

.full .entry-content img {
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}

.blog .entry-content img {
    width: -webkit-fill-available
}

.entry-content iframe, .entry-content embed {
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 100%;
}

.entry-content iframe {
    border: 1px solid #eee !important;
    padding: 1px;
}

.entry-content .alignleft {
    margin-right: 30px;
    margin-bottom: 15px;
}

.entry-content .alignright {
    margin-left: 30px;
    margin-bottom: 15px;
}

.entry-content img.wp-smiley {
    border: none;
    padding: 0;
    margin: 0;
    background: none;
}

.entry-content figure {
    background-color: #c4d600;
    padding: 0px;
    max-width: 100% !important;
}

    .entry-content figure img {
        width: 100%;
        border: none;
        height: auto;
        padding: 0;
        margin: 0;
    }

    .entry-content figure figcaption {
        font-size: 15px;
        text-transform: none;
        letter-spacing: normal;
        clear: both;
        color: #222;
        display: block;
        line-height: 18px;
        padding: 10px;
        position: static;
        text-align: center;
    }

.entry-content .gallery {
    overflow: hidden;
}

    .entry-content .gallery .gallery-item {
        float: left;
        width: 150px;
        background: none;
        padding: 5px;
        margin: 5px;
        border: 1px solid #C7C7C7;
        height: 150px;
    }

.form-elemnts {
    list-style: none !important;
    margin: 10px 0 !important;
}

    .form-elemnts li {
        left: 0 !important;
        margin: 0 !important;
        margin-bottom: 30px !important;
        padding: 0px !important;
        margin-right: 10px !important;
    }

        .form-elemnts li:before {
            display: none;
        }

        .form-elemnts li li {
            margin-bottom: 0px !important;
            padding-bottom: 0px !important;
        }

            .form-elemnts li li:before {
                display: block;
            }

        .form-elemnts li.left, .form-elemnts li .alignleft, .form-elemnts li.right, .form-elemnts li .alignright {
            float: left !important;
            width: 48%;
            margin: 0;
        }

        .form-elemnts li.right, .form-elemnts li.clear {
            margin-right: 0 !important;
        }

        .form-elemnts li.clear {
            float: none;
            clear: both;
            width: 100%;
            margin-right: 0 !important
        }

        .form-elemnts li.empty {
            margin: 0px !important;
            padding: 0px !important;
        }

        .form-elemnts li label {
            display: block;
            color: #000;
            margin-bottom: 5px;
        }

            .form-elemnts li label.red {
                color: #D42127;
            }

        .form-elemnts li br {
            display: none !important;
        }

        .form-elemnts li p br, .form-elemnts li .terms br {
            display: block !important;
        }

        .form-elemnts li p {
            font-size: 15px !important;
            color: #777 !important;
            margin: 5px 0 0 !important;
        }

        .form-elemnts li select, .form-elemnts li input[type="text"], .form-elemnts li input[type="email"], .form-elemnts li input[type="date"], .form-elemnts li input[type="tel"] {
            width: 250px;
        }

        .form-elemnts li textarea {
            width: 80%;
            height: 100px;
        }

        .form-elemnts li select, .form-elemnts li textarea, .form-elemnts li input {
            border-color: #000000 !important;
        }

        .form-elemnts li img {
            border: 1px solid #ccc;
            padding: 2px;
        }

        .form-elemnts li input[type="submit"] {
            font-size: 15px;
            word-break: break-word;
            max-width: 500px;
        }

        .form-elemnts li table, .form-elemnts li table td, .form-elemnts li table th {
            margin: 0;
            padding: 0;
            border: none;
            width: auto;
        }

            .form-elemnts li table td {
                padding: 5px
            }

                .form-elemnts li table td label {
                    background: #000;
                    color: #fff;
                    padding: 5px;
                    text-align: center;
                }

                .form-elemnts li table td select, .form-elemnts li table td textarea {
                    width: 100% !important;
                    border-color: #c4d600 !important;
                }

                .form-elemnts li table td select {
                    height: 75px;
                }

        .form-elemnts li .terms {
            border-top: 1px solid #c4d600;
            border-bottom: 1px solid #c4d600;
            padding: 15px;
            line-height: 20px;
            max-height: 250px;
            overflow: auto;
            color: #1F1F1F !important;
            margin: 10px 0 20px;
        }

            .form-elemnts li .terms p {
                color: #1F1F1F !important;
                font-size: inherit !important;
            }

span.wpcf7-list-item {
    color: #222 !important;
    margin: 0 10px 0 0 !important;
}

    span.wpcf7-list-item input {
        margin-right: 2px !important;
    }

#wpadminbar {
    z-index: 99999999 !important;
}

#wpstats {
    display: none !important;
}

.slideshow-window {
}

.slideshow-slide {
    max-width: 100% !important;
}

{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}

{
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border: 4px 4px 0 0;
}

#site-header .main-nav ul li, #home-page .home-navigations li a, #home-page .home-navigations li a::after, #home-page .home-navigations .widget-link a, #site-footer .sponsors img, #content .archive-lists .archive .overlay, #content .archive-lists .archive .overlay .entry-title, .button.switch-button, #content .archive-lists .archive img, #content .faqs-list .faq-item h4, #content .faqs-list .faq-item h4:before, #content .archive-lists .archive img, #search-box, #site-header .big-links a.search .sub-nav-mob, #content .archive-lists .archive .overlay .entry-decription, #site-header .main-nav {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -moz-transition-duration: .25s;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
}

    #site-header .big-links a::before, #site-header .top-bar .social-links a::before, #site-footer .footer-bottom .social-links a::before, #site-footer .footer-top .up-events h5::before, #home-page .home-navigations .social-links a, #sidebar .widget.widget-sub-pages ul li a::after, #content .hentry .entry-header .post-share a::before, #content .page-header .post-share a::before, #content .archive-lists.gallery .archive .entry-title::after, #content .entry-content .statics li::before, #content .single-post .top-buttons a.view-sessions::after, #content .single-post .entry-content .social-links li a::before, #content .gallery-slider.slider-big .slick-next i, #content .gallery-slider.slider-big .slick-prev i, #content .related-posts.related-news h3.load-more::before, #content .related-posts.related-blog h3.load-more::before, #content .faqs-list .faq-item h4:before, .button.new-tab::after, .button.back::before, #site-header .mobile-menu a, #site-header .main-nav .close-menu a, #home-page .authors-list .slick-arrow, .sub-nav-mob ul li a::after, .sub-nav-mob .sidebar-sub-nav::after, #goto-top {
        background-image: url(images/icons-grid.png);
        background-clip: border-box !important;
        background-origin: border-box !important;
        background-repeat: no-repeat !important;
    }

#home-page .authors-list .author .img, #home-page .home-cols .col, #sidebar .widget.col, #content .archive-lists .archive {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-origin: border-box !important
}

    h1, h2, h3, h4, h5, h6, mark, fieldset legend, th, .button, button, input[type="submit"], input[type="reset"], input[type="button"], #single-post .post .share .meta-nav a, .entry-content a, .entry-summary a, .entry-content figure figcaption, .form-elemnts li label, #site-header .big-links a.lang, #site-header .main-nav ul li a, #site-footer .footer-top .up-events h5, #site-footer .footer-top .up-events p.up-event, #site-footer .footer-top .author-countdown p, #site-footer .footer-top .author-countdown .content_countdown .countdown .element_conteiner::after, #site-footer .footer-top .author-countdown .content_countdown .countdown .element_conteiner .time_left, #home-page .authors-list .author p.date, #home-page .authors-list .author p.date span.month, #home-page .home-navigations .widget-link a, #home-page .content-area .news p.date, #home-page .home-navigations .widget .custom-widget-inner .news p.date, #content .archive-lists.blog-list .archive .date, #content .related-posts.related-news .related-post .date, #content .archive-lists.news-list .archive .overlay .date, #content .single-post .entry-content p.date, #home-page .content-area .news a h2, #home-page .content-area .news h2, #home-page .content-area .tweet h2, #home-page .home-navigations .widget .custom-widget-inner .news a h2, #home-page .home-navigations .widget .custom-widget-inner .tweet h2, #home-page .content-area .entry-content h2, #home-page .home-navigations .widget .custom-widget-inner .entry-content h2, #home-page .content-area .about-us p, #home-page .email-subscription h4, .widget.widget_wysija h4.widget-title, #sidebar .sidebar-sub-nav, .sub-nav-mob .sidebar-sub-nav, #sidebar .widget .widget-title, #sidebar .widget.widget-sub-pages ul li a, .sub-nav-mob ul li a, #content .archive-lists .archive .overlay .entry-title, #content .archive-lists .archive .entry-title.fixed, #content .related-posts .related-post h3, #content .pagination span, #content .pagination a, #newsletter .overlay-title, #content .entry-content.sponsors-list .overlay .overlay-title, #content .entry-content.contact-page .contact-page-addrress p.address, #content .related-posts .membership-item h3.widget-title, #content .related-posts .membership-item .price, #content .related-posts .membership-item p.widget-content {
        font-family: 'Josefin Sans',sans-serif;
        font-weight: 700 !important;
    }

html {
    margin-top: 0 !important;
}

body {
    text-align: center;
    color: #222;
    background: #d3d3d3;
    font-size: 15px;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizelegibility !important;
}

    body p, td, ul li, ol li, panel-text {
        font-family: 'Open Sans',sans-serif;
    }

#loader, .loader {
    position: fixed;
    z-index: 999999;
    background: rgba(255,255,255,0.82) url(../images/preloader.gif) center no-repeat;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}

#goto-top {
    color: #404041;
    width: 40px;
    height: 40px;
    line-height: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    background-color: #c4d600 !important;
    border: 1px solid #BFBFBF;
    display: none;
    background-position: -122px -290px !important;
}

    #goto-top a {
        display: block;
        width: 40px;
        height: 40px;
    }

#site-wrap {
    background: #fff;
    margin-bottom: 3rem;
}

.wrap {
    min-width: 300px;
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}

#preloader, .pre-loader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255,255,255,0.9) url(../images/preloader.gif) center no-repeat;
    z-index: 999999;
}

.pre-loader {
    display: none;
    position: absolute;
    background-color: rgba(255,255,255,0.5) !important
}

.formError {
    left: auto !important;
    top: 7px !important;
    right: 0;
}

#search-box {
    text-align: center;
    overflow: hidden;
    height: 55px;
    display: none;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
}

    #search-box .wrap {
        background: #94A70A;
        padding: 8px;
        text-align: left
    }

    #search-box.open {
        margin-top: 0 !important;
        display: block;
    }

    #search-box .textbox {
        width: 100%;
        border: none;
        font-size: 18px;
    }

    #search-box button {
        font-size: 17px;
        margin-left: -3px;
        padding: 8px 25px;
    }

#site-header {
    margin-bottom: 4px;
}

    #site-header .wrap {
        position: relative;
    }

    #site-header .top-bar {
        padding-bottom: 4px;
    }

    #site-header .big-links {
        margin-right: 7%;
    }

        #site-header .big-links a {
            float: left;
            display: block;
            position: relative;
        }

    #site-header .top-bar .social-links a, #site-footer .footer-bottom .social-links a {
        float: left;
        display: block;
        padding: 8px 0;
        color: #aaa;
        text-align: left;
        text-transform: uppercase;
        position: relative;
        font-size: 20px
    }

    #site-header .big-links a:hover {
        color: #000;
    }

    #site-header .big-links a::before, #site-header .top-bar .social-links a::before, #site-footer .footer-bottom .social-links a::before {
        position: absolute;
        content: '';
        background-position: -8px -12px;
        display: block;
        width: 38px;
        height: 33px;
        top: 13px;
    }

    #site-header .big-links a:hover::before, #site-header .top-bar .social-links a:hover, #site-footer .footer-bottom .social-links a:hover {
        opacity: 1;
    }

    #site-header .big-links a.home {
        width: 59px;
        margin-right: 0;
    }

        #site-header .big-links a.home::before {
            left: 9px;
            top: 9px;
        }

    #site-header .big-links a.lang {
        color: #222;
        font-size: 17px;
        margin-top: 17px;
    }

        #site-header .big-links a.lang::before {
            display: none;
        }

    #site-header .big-links a.home span {
        display: none;
    }

    #site-header .big-links a.buy-tickets {
        width: 280px;
        padding-left: 50px;
    }

        #site-header .big-links a.buy-tickets::before {
            right: 52px;
            background-position: -63px -16px;
            width: 43px;
            height: 23px;
        }

    #site-header .big-links a.search {
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
    }

        #site-header .big-links a.search.open {
            background: #94A70A;
            margin-top: -5px;
            height: 55px;
            padding-top: 26px;
        }

        #site-header .big-links a.search::before {
            right: 40px;
            background-position: -128px -16px;
            width: 26px;
            height: 24px;
        }

    #site-header .big-links a.login {
        width: 219px;
        padding-left: 54px;
    }

        #site-header .big-links a.login::before {
            right: 40px;
            background-position: -182px -13px;
            width: 31px;
            height: 31px;
            top: 8px;
        }

    #site-header .top-bar .social-links, #site-footer .footer-bottom .social-links {
        margin-top: 5px;
    }

        #site-header .top-bar .social-links a, #site-footer .footer-bottom .social-links a {
            width: 22px;
            height: 20px;
            margin-right: 20px;
            padding: 0;
            background: none;
        }

            #site-header .top-bar .social-links a span, #site-footer .footer-bottom .social-links a span {
                display: none;
            }

            #site-header .top-bar .social-links a::before, #site-footer .footer-bottom .social-links a::before {
                background-position: -17px -75px;
                width: 22px;
                height: 20px;
                top: 0;
            }

            #site-header .top-bar .social-links a.facebook {
                width: 13px;
            }

            #site-header .top-bar .social-links a.youtube::before, #site-footer .footer-bottom .social-links a.youtube::before {
                background-position: -74px -74px;
            }

            #site-header .top-bar .social-links a.twitter {
                width: 19px;
            }

                #site-header .top-bar .social-links a.twitter::before, #site-footer .footer-bottom .social-links a.twitter::before {
                    background-position: -132px -77px;
                    width: 18px;
                    height: 15px;
                    top: 2px;
                }

            #site-header .top-bar .social-links a.facebook::before, #site-footer .footer-bottom .social-links a.facebook::before {
                background-position: -192px -75px;
                width: 12px;
            }

            #site-header .top-bar .social-links a.linkedin::before, #site-footer .footer-bottom .social-links a.linkedin::before {
                background-position: -14px -312px;
            }

    #site-header .site-logo {
        position: absolute;
        right: 9px;
        top: 0;
        z-index: 1;
    }

    /*#site-header .top-bar .site-logo {
        position: absolute;
        right: 34px;
        top: 46px;
        z-index: 1;
    }*/

    #site-header h1.site-title {
        margin-top: 0;
    }

    #site-header .main-nav, #site-header .mobile-menu {
    }

    #site-header .mobile-menu {
        display: none;
    }

    #site-header .main-nav .close-menu {
        position: absolute;
        top: 10px;
        right: 20px;
        display: none;
    }

        #site-header .main-nav .close-menu a, #site-header .mobile-menu a {
            width: 50px;
            height: 50px;
            display: block;
            background-position: -287px -225px;
            margin-left: 20px;
        }

        #site-header .main-nav .close-menu a {
            margin-left: 0;
            width: 46px;
            height: 40px;
            background-position: -234px -236px;
        }

    #site-header .main-nav ul {
        padding-left: 5px;
    }

        #site-header .main-nav ul li {
            float: left;
            margin-top: 12px /*18px*/;
            position: relative;
            font-size: 14px
        }

            #site-header .main-nav ul li a {
                padding: 10px 20px;
                display: block;
                text-transform: uppercase;
                color: #222;
            }

            #site-header .main-nav ul li:last-child > a {
                border-right: none !important;
                border-left: none !important;
            }

            #site-header .main-nav ul li:hover a {
                background: #fff;
                color: #c7d444;
                position: relative;
                z-index: 99999;
                border-top-color: #000;
            }

            #site-header .main-nav ul li ul.children, #site-header .main-nav ul li ul.sub-menu {
                left: 0px;
                background: #fff;
                display: none;
                position: absolute;
                z-index: 9999;
                width: 200px;
                padding: 0;
                padding-bottom: 25px;
                border: 1px solid #dbdbdb;
                top: auto;
                margin-top: 0px;
                border-top: none;
            }

            #site-header .main-nav ul li:hover ul.children, #site-header .main-nav ul li:hover ul.sub-menu {
                display: block;
            }

            #site-header .main-nav ul li ul.children li, #site-header .main-nav ul li ul.sub-menu li {
                margin-top: 0;
                float: none !important;
            }

                #site-header .main-nav ul li ul.children li a, #site-header .main-nav ul li ul.sub-menu li a {
                    padding: 15px 0 !important;
                    color: #242424;
                    border-right: none;
                    border-top: 1px solid transparent;
                    border-bottom: 1px solid #bbbbbb;
                    text-align: left;
                    font-weight: normal;
                    font-size: 12px;
                    background: none;
                    margin: 0 15px;
                    font-family: 'Josefin Sans',sans-serif !important;
                }

                #site-header .main-nav ul li ul.children li:hover, #site-header .main-nav ul li ul.sub-menu li:hover {
                    background: #C7D444;
                    margin-top: -1px;
                }

                    #site-header .main-nav ul li ul.children li:hover a, #site-header .main-nav ul li ul.sub-menu li:hover a, #site-header .main-nav ul li ul.children li ul.children li:hover a, #site-header .main-nav ul li ul.sub-menu li ul.sub-menu li:hover a {
                        border-color: #C7D444 !important;
                    }

                #site-header .main-nav ul li ul.children li ul.children, #site-header .main-nav ul li ul.sub-menu li ul.sub-menu {
                    display: none !important;
                    left: 198px;
                    top: 0;
                    border: 1px solid #dbdbdb !important;
                }

                    #site-header .main-nav ul li ul.children li ul.children a, #site-header .main-nav ul li ul.sub-menu li ul.sub-menu a, #site-header .main-nav ul li:last-child ul.sub-menu li a, #site-header .main-nav ul ul li:last-child a {
                        border-top: none !important;
                        border-bottom: 1px solid #bbbbbb !important;
                    }

                #site-header .main-nav ul li ul.children li:hover ul.children, #site-header .main-nav ul li ul.sub-menu li:hover ul.sub-menu {
                    display: block !important;
                }

    #site-header .mobile-menu.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999999;
        width: 100%;
    }

#site-footer {
}

    #site-footer .footer-inner {
        background: #fff;
    }

    #site-footer .footer-top {
        background: #000000;
        text-transform: uppercase;
        height: 60px;
        overflow: hidden;
    }

        #site-footer .footer-top .up-events h5, #site-footer .footer-top .up-events p.up-event, #site-footer .footer-top .author-countdown p {
            background: #c4d600;
            float: left;
            display: block;
            padding: 32px 0px 0px 70px;
            color: #000;
            position: relative;
            width: 270px;
            height: 55px;
            line-height: 0;
            text-align: left;
            font-size: 17px !important;
            height: 60px;
        }

        #site-footer .footer-top .up-events #upcoming_events {
            margin-left: 250px;
        }

        #site-footer .footer-top .up-events {
            width: 54%;
            float: left;
            overflow: hidden;
        }

            #site-footer .footer-top .up-events p.up-event {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 385px !important;
                color: #fff !important;
            }

                #site-footer .footer-top .up-events p.up-event a {
                    color: #fff !important;
                }

            #site-footer .footer-top .up-events h5::before {
                position: absolute;
                content: '';
                background-position: -238px -14px;
                display: block;
                width: 34px;
                height: 30px;
                top: 15px;
                left: 23px;
            }

            #site-footer .footer-top .up-events p.up-event, #site-footer .footer-top .author-countdown p {
                line-height: normal;
                background: none;
                padding: 18px 20px 0px 20px;
                color: #fff;
                width: auto;
            }

                #site-footer .footer-top .up-events p.up-event span, #site-footer .footer-top .author-countdown p {
                    color: #c4d600;
                    margin-right: 15px;
                }

        #site-footer .footer-top .footer-countdown {
            float: right;
        }

        #site-footer .footer-top .author-countdown {
            background: #404040;
            height: 60px;
            padding-right: 5px;
        }

            #site-footer .footer-top .author-countdown p {
                float: left;
                display: block;
                width: 175px;
                padding-top: 6px;
            }

            #site-footer .footer-top .author-countdown .content_countdown {
                float: right;
                display: block;
                clear: none;
            }

                #site-footer .footer-top .author-countdown .content_countdown .countdown {
                    margin: 9px 0 0 !important;
                }

                    #site-footer .footer-top .author-countdown .content_countdown .countdown .element_conteiner {
                        min-width: 50px !important;
                        position: relative;
                        padding-right: 20px;
                        margin-right: 20px;
                    }

                        #site-footer .footer-top .author-countdown .content_countdown .countdown .element_conteiner:last-child {
                            padding-right: 0 !important;
                            margin-right: 0 !important;
                        }

                        #site-footer .footer-top .author-countdown .content_countdown .countdown .element_conteiner::after {
                            content: ':';
                            font-size: 30px;
                            font-weight: normal !important;
                            color: #fff !important;
                            position: absolute;
                            right: -4px;
                            top: 0px;
                        }

                        #site-footer .footer-top .author-countdown .content_countdown .countdown .element_conteiner:last-child::after {
                            display: none;
                        }

                        #site-footer .footer-top .author-countdown .content_countdown .countdown .element_conteiner .time_left {
                            background: none !important;
                            font-size: 30px;
                            color: #fff !important;
                            padding: 0px !important;
                            text-align: center;
                            line-height: 30px;
                        }

                        #site-footer .footer-top .author-countdown .content_countdown .countdown .element_conteiner .time_description {
                            margin: 0 !important;
                            color: #fff !important;
                            font-family: inherit !important;
                            font-size: 10px !important;
                            text-align: center;
                        }

    #site-footer .sponsors {
        padding: 20px 40px 0;
        padding-bottom: 30px;
    }

        #site-footer .sponsors h5 {
            margin-bottom: 20px;
            font-size: 22px;
            color: #000;
            text-align: left;
        }

        #site-footer .sponsors .sponsors-list {
            border-top: 1px solid #d3d3d3;
            border-bottom: 1px solid #d3d3d3;
        }

        #site-footer .sponsors .logos-static {
            float: left;
        }

        #site-footer .sponsors .logos-static {
            width: 202px;
            padding: 15px 0px;
            border-right: 1px solid #d3d3d3;
        }

        #site-footer .sponsors a {
            position: relative;
            display: block;
            height: 60px;
            margin: 0 20px 0 !important;
            width: auto;
            float: left;
        }

        #site-footer .sponsors .logos-static a:first-child {
            margin-left: 0 !important;
        }

        #site-footer .sponsors .logos-static a:last-child {
            margin-right: 0 !important;
        }

        #site-footer .sponsors #logo-slider-wraper .logo {
            position: relative;
            float: left;
        }

            #site-footer .sponsors #logo-slider-wraper .logo a {
                float: none;
            }

            #site-footer .sponsors a::after, #site-footer .sponsors #logo-slider-wraper .logo::after {
                content: '';
                position: absolute;
                background: #e9e9e9;
                width: 1px;
                height: 30px;
                top: 15px;
                right: -20px;
            }

            #site-footer .sponsors #logo-slider-wraper .logo::after {
                right: 0;
            }

        #site-footer .sponsors img {
            max-height: 60px !important;
            width: auto !important;
            margin: 0 auto !important;
            padding: 0 0px 0 0px !important;
            border: 0 !important;
        }

        #site-footer .sponsors #logo-slider-wraper {
            float: right;
            padding: 15px 0 !important;
            width: 80%;
            height: 90px;
            overflow: hidden;
        }

        #site-footer .sponsors #logo-slider {
            position: relative;
            width: 100%;
            height: 60px !important;
            overflow: hidden;
            list-style: none;
            margin-left: 5px;
        }

        #site-footer .sponsors .slider-controls, #site-footer .footer-nav ul li.no-sep::before, #site-footer .sponsors a:last-child:after {
            display: none !important;
        }

    #site-footer .footer-nav {
        font-size: 10px;
        margin: 20px 0;
        width: 75%;
    }

        #site-footer .footer-nav ul li {
            float: left;
            margin-right: 8px;
            padding-right: 8px;
            position: relative;
            font-size: 11px;
            margin-bottom: 5px;
        }

            #site-footer .footer-nav ul li::before {
                content: '';
                position: absolute;
                background: #6a6a6a;
                width: 1px;
                height: 12px;
                top: 2px;
                left: -8px;
            }

            #site-footer .footer-nav ul li a {
                color: #222;
            }

                #site-footer .footer-nav ul li a:hover {
                    color: #222;
                }

#home-page {
    padding-bottom: 8px;
}

    #home-page .date-banner {
        float: left;
        width: 30%;
        overflow: hidden;
        position: relative;
    }

    #home-page .authors-list {
        float: left;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

        #home-page .authors-list .slick-arrow {
            position: absolute;
            top: 50%;
            bottom: 0px;
            z-index: 999;
            margin-top: -37px;
            border: none;
            opacity: .8;
            height: 74px;
            width: 45px;
            display: block;
            background-position: -348px -233px;
            min-width: 10px;
            left: 10px
        }

            #home-page .authors-list .slick-arrow.slick-prev {
                left: auto;
                right: 10px;
                background-position: -407px -233px;
            }

        #home-page .authors-list .author {
            position: relative;
            width: 1000px;
            height: 300px;
            overflow: hidden;
            background-color: #eee;
        }

            #home-page .authors-list .author a, #home-page .home-cols .col a, #sidebar .widget.col a {
                display: block;
                height: 300px;
                width: 100%;
            }

            #home-page .authors-list .author img {
                width: 100%;
                height: 100%;
                opacity: 0;
            }

            #home-page .authors-list .author .img {
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                height: 100%;
                width: 100%;
                z-index: 0;
            }

            #home-page .authors-list .author img, #home-page .authors-list .author .img, #site-footer .sponsors img {
                -webkit-filter: grayscale(100%);
                -moz-filter: grayscale(100%);
                filter: grayscale(100%);
                filter: gray;
            }

                #site-footer .sponsors img:hover {
                    -webkit-filter: grayscale(0);
                    -moz-filter: grayscale(0);
                    filter: grayscale(0);
                    filter: url('../images/not-gray.svg#grayscale');
                }

            #home-page .authors-list .author p.date, #home-page .authors-list .author h3, #home-page .authors-list .author .overlay {
                position: absolute;
                z-index: 5;
            }

            #home-page .authors-list .author .overlay {
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 1;
                display: none;
            }

            #home-page .authors-list .author.author-i-4 {
                display: none;
            }

            #home-page .authors-list .author p.date {
                top: 28px;
                left: 40px;
                color: #fff;
                font-size: 65px;
                text-transform: uppercase;
            }

                #home-page .authors-list .author p.date span {
                    float: left;
                    display: block;
                    line-height: 70px;
                }

                    #home-page .authors-list .author p.date span.sup {
                        font-size: 18px;
                        margin-top: 10px;
                        margin-left: -5px;
                        line-height: 0px;
                    }

                    #home-page .authors-list .author p.date span.month {
                        clear: both;
                        font-size: 22px;
                        margin-top: 5px;
                        margin-left: 4px;
                        line-height: 29px;
                    }

            #home-page .authors-list .author h3 {
                bottom: 30px;
                left: 40px;
                text-transform: uppercase;
                font-size: 28px;
                color: #c4d600;
                text-align: left;
            }

            #home-page .authors-list .author.slick-slide {
                border: none;
            }

    #home-page .home-cols {
        float: right;
    }

        #home-page .home-cols .col, #sidebar .widget.col {
            width: 250px;
            height: 250px;
            overflow: hidden;
            float: left;
            margin-left: 10px;
            margin-bottom: 10px;
            background: #55034C;
            position: relative;
        }

#sidebar .widget.col {
    float: none;
    margin: 25px auto 0;
    padding: 0;
    width: 85%;
    height: auto;
    max-height: 180px;
}

    #home-page .home-cols .col a, #sidebar .widget.col a {
        display: block;
        position: relative;
        height: 250px;
    }

    #home-page .home-cols .col img, #sidebar .widget.col img {
        width: 100%;
        height: 100%;
    }

    #home-page .home-cols .col div, #sidebar .widget.col div {
        padding: 80px 20px 0;
        color: #fff;
        text-align: left;
        text-transform: uppercase;
    }

    #sidebar .widget.col div {
        padding-top: 55px;
    }

        #sidebar .widget.col div a {
        }

    #sidebar .widget.col div {
        top: 50px
    }

        #home-page .home-cols .col div h2, #sidebar .widget.col div h2 {
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 5px;
        }

        #sidebar .widget.col div h2 {
            font-size: 20px;
            line-height: 27px;
        }

        #home-page .home-cols .col div p, #sidebar .widget.col div p {
            font-size: 17px;
        }

        #sidebar .widget.col div p {
            font-size: 15px;
        }

#home-page .section-group {
    width: 780px;
    float: right;
}

#home-page .home-navigations {
    float: left;
    margin-left: 10px;
    width: 30%;
    height: 547px;
}

    #home-page .home-navigations .widget-link {
    }

        #home-page .home-navigations .widget-link a {
            padding: 19px 10px 20px;
            text-align: left;
            color: #fff;
            font-size: 15px;
            display: block;
            border-bottom: 0px solid #fff;
            text-transform: uppercase;
            position: relative;
            background: #404040;
            margin-bottom: 1px;
        }

    #home-page .home-navigations .widget:last-cild a {
        margin: 0;
    }

    #home-page .home-navigations .widget-link a::after {
        position: absolute;
        content: '';
        height: 42px;
        width: 18px;
        top: 0;
        right: 0;
        opacity: 0;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-right: 20px solid #c4d600;
    }

    #home-page .home-navigations .widget-link.active a, #home-page .home-navigations .widget-link a:hover, #home-page .home-navigations .widget.active .widget-link a {
        background: #c4d600;
        color: #000;
    }

        #home-page .home-navigations .widget.active .widget-link a::after, #home-page .home-navigations .widget-link.active a::after {
            opacity: 1;
        }

    #home-page .home-navigations .custom-widget-inner {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    #home-page .home-navigations .social-links {
        padding: 25px 20px 20px;
    }

        #home-page .home-navigations .social-links a {
            float: left;
            width: 43px;
            height: 36px;
            display: block;
            margin-right: 11px;
            background-position: -289px -10px;
        }

            #home-page .home-navigations .social-links a span {
                display: none;
            }

            #home-page .home-navigations .social-links a.facebook {
                background-position: -349px -8px;
            }

            #home-page .home-navigations .social-links a.instagram {
                background-position: -404px -8px;
            }

            #home-page .home-navigations .social-links a.youtube {
                background-position: -461px -8px;
            }

#home-page .content-area {
    text-align: left;
    float: right;
    margin-left: 10px;
    width: 67%;
    overflow: hidden;
}

    #home-page .content-area h3.widget-title {
        text-transform: uppercase;
        font-size: 41px;
        color: #000;
        letter-spacing: -2px;
        line-height: 44px;
        margin-top: 5px;
    }

        #home-page .content-area h3.widget-title a {
            color: #000;
        }

    #home-page .content-area .inner-widgets, #home-page .home-navigations .widget .custom-widget-inner {
        padding: 0 10px;
    }

        #home-page .content-area .inner-widgets .widget {
            float: left;
            display: none;
            width: 100%;
        }

            #home-page .content-area .inner-widgets .widget.openable:first-child, #home-page .content-area .inner-widgets .widget.active {
                display: block;
            }

            #home-page .content-area .inner-widgets .widget.openable.close {
                display: none !important;
            }

    #home-page .content-area .inner-widgets, #home-page .home-navigations .widget .custom-widget-inner {
        height: 380px;
        background: #f5f5f5;
        overflow: hidden !important;
        position: relative;
    }

#home-page .home-navigations .widget .custom-widget-inner {
    height: auto;
    text-align: left;
    min-height: 100px;
}

    #home-page .content-area .inner-widgets .entry-content p, #home-page .home-navigations .widget .custom-widget-inner .entry-content p {
        margin-bottom: 10px;
    }

    #home-page .content-area .news, #home-page .home-navigations .widget .custom-widget-inner .news {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        #home-page .content-area .news.tweet {
            margin-bottom: 20px;
        }

        #home-page .content-area .news p.date, #home-page .home-navigations .widget .custom-widget-inner .news p.date, #content .archive-lists.blog-list .archive .date, #content .related-posts.related-news .related-post .date, #content .archive-lists.news-list .archive .overlay .date, #content .single-post .entry-content p.date {
            display: block;
            background: #010101;
            color: #c4d600;
            padding: 2px 7px;
        }

        #home-page .content-area .news p.date, #home-page .home-navigations .widget .custom-widget-inner .news p.date {
            background: none !important;
            color: #666 !important;
            padding: 0 !important;
        }

        #home-page .content-area .news a h2, #home-page .content-area .news h2, #home-page .content-area .tweet h2, #home-page .home-navigations .widget .custom-widget-inner .news a h2, #home-page .home-navigations .widget .custom-widget-inner .tweet h2, #home-page .content-area .entry-content h2, #home-page .home-navigations .widget .custom-widget-inner .entry-content h2 {
            color: #000;
            font-size: 15px;
            text-transform: capitalize !important;
            margin-top: 5px;
            padding: 0;
            background: none;
        }

        #home-page .content-area .news a h2, #home-page .content-area .news h2, {
            font-size: 17px;
        }

#home-page .content-area .entry-content h2 {
    margin-bottom: 0;
}

#home-page .content-area .news a.button, #home-page .home-navigations .widget.active .custom-widget-inner .news a.button {
    float: right !important;
    background: none !important;
    border: none !important;
    color: #AFC129 !important;
    padding: 0 !important
}

#home-page .content-area .entry-content h2, #home-page .home-navigations .widget .custom-widget-inner .entry-content h2 {
    min-height: inherit
}

#home-page .content-area .tweet h2, #home-page .home-navigations .widget .custom-widget-inner .tweet h2 {
    font-size: 16px;
    text-transform: inherit !important;
}

    #home-page .content-area .tweet h2 a, #home-page .home-navigations .widget .custom-widget-inner .tweet h2 a, #home-page .content-area .entry-content h2 a, #home-page .home-navigations .widget .custom-widget-inner .entry-content h2 a {
        color: #000
    }

#home-page .content-area .custom-cont, #home-page .home-navigations .widget .custom-widget-inner .custom-cont {
    padding: 20px 5px 20px;
    color: #383838;
    font-size: 16px;
    margin: 0;
}

    #home-page .content-area .custom-cont img {
        margin: 0 !important;
    }

#home-page .content-area .about-us {
    background: #fff;
    overflow: hidden;
    height: 168px;
}

    #home-page .content-area .about-us img {
        float: left;
        margin-right: 10px;
    }

    #home-page .content-area .about-us p {
        font-size: 16px !important;
        padding: 15px 20px;
        display: block;
        margin-left: 164px;
    }

#home-page .email-subscription, .widget.widget_wysija {
    margin-left: 10px;
    margin-top: 10px;
    background: #e0e0e0;
    padding: 17px 30px 10px;
    height: 81px;
    width: 770px;
    text-align: left;
    position: relative;
}

    #home-page .email-subscription h4, #home-page .email-subscription input, .widget.widget_wysija h4.widget-title, .widget.widget_wysija .wysija-paragraph {
        float: left;
        color: #000;
    }

    #home-page .email-subscription h4, .widget.widget_wysija h4.widget-title {
        font-size: 19px;
        margin-top: 12px;
        margin-right: 35px;
        color: #3E3E3E;
        float: left;
        text-transform: uppercase;
    }

    .widget.widget_wysija form .wysija-paragraph, .widget.widget_wysija form {
        float: right;
        width: 65%;
        display: block !important
    }

        .widget.widget_wysija form .wysija-paragraph {
            width: 70%;
            float: left;
        }

            .widget.widget_wysija form .wysija-paragraph label {
                display: none;
            }

            .widget.widget_wysija form .wysija-paragraph input, #home-page .email-subscription .textbox {
                border: none;
                margin-top: 7px;
                width: 100%;
                padding: 10px;
            }

        .widget.widget_wysija form .wysija-submit-field, #home-page .email-subscription .button {
            margin-top: 7px !important;
            width: 135px !important;
            font-size: 16px;
            border: none !important;
            background: #6f1762 !important;
            float: left;
        }

    .widget.widget_wysija.full-width {
        width: 100% !important;
        height: auto !important;
        margin: 10px auto !important;
    }

        .widget.widget_wysija.full-width form {
            width: 57%;
            float: right;
        }

            .widget.widget_wysija.full-width form .wysija-paragraph {
                width: 70%;
            }

        .widget.widget_wysija.full-width h4.widget-title {
            width: 330px;
            text-transform: uppercase;
            margin-top: 5px;
            font-size: 18px;
            line-height: 21px;
            margin-right: 10px;
        }

            .widget.widget_wysija.full-width h4.widget-title span {
                display: block;
                font-size: 15px;
            }

        .widget.widget_wysija.full-width form .wysija-paragraph input {
            margin-top: 0;
        }

.widget_wysija_cont .allmsgs .updated {
    display: block !important;
    position: absolute;
    top: 10px;
    padding: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    margin: 0;
    color: #000;
    font-size: 15px;
    border-color: #C5BA35;
}

#single-page .inner-group {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    position: relative;
}

#sidebar, .sub-nav-mob {
    float: left;
    width: 21%;
    background: #fbf2ea;
    text-align: left;
    padding-bottom: 25px;
}

.sub-nav-mob {
    float: none;
    clear: both;
    width: 100%;
    height: 51px;
    overflow: hidden;
    display: none;
}

    .sub-nav-mob.open {
        height: auto;
        overflow: inherit;
    }

    #sidebar .sidebar-sub-nav, .sub-nav-mob .sidebar-sub-nav {
        display: block;
        padding: 15px;
        color: #989994;
        text-transform: uppercase;
        font-size: 15px;
        position: relative;
    }

#sidebar .sidebar-sub-nav {
    display: none;
}

.sub-nav-mob .sidebar-sub-nav::after {
    content: '';
    width: 27px;
    height: 17px;
    position: absolute;
    top: 18px;
    right: 25px;
    z-index: 99;
    background-position: -185px -247px;
}

#sidebar .widget {
    margin-bottom: 25px;
    padding: 10px;
    color: #fff;
}

    #sidebar .widget .widget-title {
        border-bottom: #353535 1px solid;
        text-transform: uppercase;
        color: #c4d600;
    }

    #sidebar .widget ul {
    }

        #sidebar .widget ul li {
            padding: 5px 8px;
        }

            #sidebar .widget ul li a {
                display: block;
                color: #CCCCCC;
            }

                #sidebar .widget ul li a:hover {
                    color: #f5f5f5;
                }

    #sidebar .widget.widget-sub-pages {
        padding: 0;
    }

        #sidebar .widget.widget-sub-pages ul {
            margin-bottom: 100px;
        }

            #sidebar .widget.widget-sub-pages ul li, .sub-nav-mob ul li {
                border-bottom: #debc9f 1px solid;
                padding: 0;
                background: #fbf2ea;
            }

                #sidebar .widget.widget-sub-pages ul li a, .sub-nav-mob ul li a {
                    padding: 12px 10px;
                    display: block;
                    text-transform: uppercase;
                    color: #000;
                    position: relative;
                }

                    #sidebar .widget.widget-sub-pages ul li a::after, .sub-nav-mob ul li a::after {
                        position: absolute;
                        content: '';
                        height: 42px;
                        width: 12px;
                        top: 0;
                        right: -12px;
                        display: none;
                        background-position: -306px -66px
                    }

                    .sub-nav-mob ul li a::after {
                        background-color: black !important;
                        right: 0;
                    }

                    #sidebar .widget.widget-sub-pages ul li.current-menu-item a, #sidebar .widget.widget-sub-pages ul li.current_page_item a, #sidebar .widget.widget-sub-pages ul li.current_page_ancestor a, #sidebar .widget.widget-sub-pages ul li.current_page_parent a, #sidebar .widget.widget-sub-pages ul li a:hover, .sub-nav-mob ul li.current-menu-item a, .sub-nav-mob ul li.current_page_item a, .sub-nav-mob ul li.current_page_ancestor a, .sub-nav-mob ul li.current_page_parent a, .sub-nav-mob ul li a:hover {
                        background: #c4d600;
                        color: #000;
                    }

                        #sidebar .widget.widget-sub-pages ul li.current-menu-item a::after, #sidebar .widget.widget-sub-pages ul li.current_page_item a::after, #sidebar .widget.widget-sub-pages ul li.current_page_ancestor a::after, #sidebar .widget.widget-sub-pages ul li.current_page_parent a::after, .sub-nav-mob ul li.current-menu-item a::after, .sub-nav-mob ul li.current_page_item a::after, .sub-nav-mob ul li.current_page_ancestor a::after, .sub-nav-mob ul li.current_page_parent a::after {
                            display: block;
                        }

                #sidebar .widget.widget-sub-pages ul li ul, .sub-nav-mob ul li ul {
                    display: none;
                    margin-bottom: 0 !important;
                }

                #sidebar .widget.widget-sub-pages ul li.current_page_item ul, #sidebar .widget.widget-sub-pages ul li.current_page_parent ul, #sidebar .widget.widget-sub-pages ul li.current_page_ancestor ul, .sub-nav-mob ul li.current_page_item ul, .sub-nav-mob ul li.current_page_parent ul, .sub-nav-mob ul li.current_page_ancestor ul {
                    display: block;
                }

                #sidebar .widget.widget-sub-pages ul ul a, .sub-nav-mob ul li ul a {
                    background: none !important;
                    color: #000 !important;
                    padding: 12px 30px;
                }

                #sidebar .widget.widget-sub-pages ul ul li:last-child, .sub-nav-mob ul li ul li:last-child {
                    border: none !important;
                }

                #sidebar .widget.widget-sub-pages ul ul li.current_page_item a, .sub-nav-mob ul li ul li.current_page_item a {
                    color: #c4d600 !important;
                }

                #sidebar .widget.widget-sub-pages ul ul a::after, .sub-nav-mob ul li ul li a::after {
                    display: none !important;
                }

#sidebar .sidebar-items {
    margin-bottom: 25px;
}

#searchform label {
    display: block;
    margin-bottom: 5px;
}

#content {
    float: right;
    text-align: left;
    background: #fff;
}

    .page-banner, .page-banner img {
        width: 100%;
        height: auto;
    }

    .page-banner {
        height: 240px;
        overflow: hidden;
        background: #eee;
        background-position: center;
        background-size: cover;
    }

    #content .breadcrumps {
        margin: 15px 25px;
        color: #808080;
    }

        #content .breadcrumps li {
            float: left;
            margin-right: 5px;
        }

            #content .breadcrumps li a {
                color: #808080
            }

    #content .page-content {
        float: right;
        width: 75%;
    }

    #content .festival-freinds .hentry {
        width: 50%;
        margin: 0 0 0 2%;
        float: left;
    }

    #content .archive-lists {
        margin-right: 0%;
        float: right;
        width: 75%;
    }

    #content .team.hentry {
        margin: 0 0 0 3%;
        float: left;
        width: 45%;
    }

    #content .full-width .hentry {
    }

    #content .page-content.full-width {
        width: 72%
    }

    #content .hentry, #content .page-header, #content .page-content, #content .categories {
        float: right;
        width: 75%;
    }

    #content.full .hentry, #content.full .page-header, #content.full .archive-lists, #content.full .page-content, #content.full .categories {
        margin: 15px 0 0 0;
        float: none;
        width: 100%;
    }

    #content .hentry .entry-header .entry-title, #content .page-header .page-title {
        float: left;
        width: 65%;
        text-transform: uppercase;
    }

        #content .hentry .entry-header .entry-title span, #content .page-header .page-title span {
            background: #c4d600;
            color: #fff;
            padding: 0 5px;
            display: inline-block;
            margin-bottom: 5px;
            float: left;
            height: 33px;
        }

    #content .hentry .entry-header .post-share, #content .page-header .post-share {
        float: right;
    }

        #content .hentry .entry-header .post-share a, #content .page-header .post-share a {
            display: block;
            width: 25px;
            height: 22px;
            float: left;
            position: relative;
            margin-left: 15px;
        }

            #content .hentry .entry-header .post-share a::before, #content .page-header .post-share a::before {
                position: absolute;
                content: '';
                background-position: -21px -130px;
                display: block;
                width: 24px;
                height: 23px;
                top: 0;
            }

            #content .hentry .entry-header .post-share a.facebook::before, #content .page-header .post-share a.facebook::before {
                width: 12px;
            }

            #content .hentry .entry-header .post-share a.twitter::before, #content .page-header .post-share a.twitter::before {
                background-position: -72px -127px;
            }

            #content .hentry .entry-header .post-share a.gp::before, #content .page-header .post-share a.gp::before {
                background-position: -130px -128px
            }

            #content .hentry .entry-header .post-share a.linkedin::before, #content .page-header .post-share a.linkedin::before {
                background-position: -77px -309px;
            }

            #content .hentry .entry-header .post-share a.email::before, #content .page-header .post-share a.email::before {
                background-position: -186px -130px
            }

            #content .hentry .entry-header .post-share a span, #content .page-header .post-share a span {
                display: none;
            }

    #content .hentry.page-not-found-page {
        padding: 15px;
    }

        #content .hentry.page-not-found-page h3 {
            font-size: 150px;
            line-height: 150px;
            color: #c4d600;
        }

        #content .hentry.page-not-found-page h4 {
            text-transform: uppercase;
            font-size: 18px;
            margin: 0;
        }

        #content .hentry.page-not-found-page p {
            margin: 0 0 20px
        }

            #content .hentry.page-not-found-page p a.button {
                border-radius: 5px;
                text-transform: capitalize;
            }

    #content .archive-lists .newsletter-archives {
        margin-bottom: 35px;
    }

    #content .archive-lists .archive {
        float: left;
        width: 293px;
        height: 209px;
        position: relative;
        overflow: hidden;
        background: #eee;
        margin: 0;
        padding: 0;
    }

        #content .archive-lists .archive img {
            width: 100%;
            height: auto;
            margin: 0px !important;
            -webkit-transform: scale(1,1);
            -moz-transform: scale(1,1);
            -o-transform: scale(1,1);
            -ms-transform: scale(1,1);
            transform: scale(1,1);
        }

    #content .archive-lists.authors-list .archive img, #content .archive-lists.moderators-list .archive img, #content .archive-lists.teams-list .archive img {
        margin: 0 !important;
        ;
    }

    #content .archive-lists .archive:hover img {
        -webkit-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }

    #content .archive-lists .archive .overlay {
        position: absolute;
        background: rgba(0,0,0,0.5);
        padding: 15px;
        left: 0;
        right: 0;
        bottom: 0;
        top: 75%;
        font-size: 16px;
        color: #fff;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
    }

        #content .archive-lists .archive .overlay .entry-title, #content .archive-lists .archive .entry-title.fixed, #content .related-posts .related-post h3 {
            font-size: 20px;
            line-height: 30px;
            text-transform: uppercase;
            padding: 0px;
            color: #c4d600;
            -moz-transition-property: color;
            -webkit-transition-property: color;
            transition-property: color;
        }

    #content .archive-lists.authors-list .archive .entry-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #content .archive-lists.authors-list.list-view .archive .overlay .entry-title, #content .archive-lists.authors-list .archive:hover .overlay .entry-title {
        overflow: inherit;
        text-overflow: clip;
        white-space: normal;
    }

    #content .archive-lists .archive .overlay .rd_more_link {
        text-transform: capitalize;
        display: none;
    }

        #content .archive-lists .archive .overlay .rd_more_link a {
            text-decoration: underline;
        }

    #content .archive-lists .archive .overlay .entry-decription {
        font-size: 15px;
        opacity: 0;
        visibility: hidden;
        margin-top: 15px;
    }

    #content .archive-lists.list-view .archive .overlay .entry-decription {
        opacity: 1;
        visibility: visible;
    }

    #content .archive-lists .archive .overlay .buttons {
        margin: 10px 0;
    }

        #content .archive-lists .archive .overlay .buttons a {
            float: left;
            padding: 3px;
            display: block;
            width: 100px;
            text-align: center;
            background: #D42127;
            color: #fff;
            border-radius: 5px;
            margin-right: 8px;
            text-transform: capitalize;
            font-size: 12px;
        }

    #content .archive-lists.teams-list .archive .overlay, #content .archive-lists.teams-list .archive:hover .overlay .entry-title {
        color: #000;
    }

        #content .archive-lists.teams-list .archive .overlay .buttons a {
            background: #000;
        }

    #content .archive-lists.teams-list .archive:hover .overlay {
        background: rgba(194,212,60,0.82);
    }

    #content .archive-lists .archive:hover .overlay, #content .archive-lists.teams-list .archive:hover .overlay, #content .archive-lists .archive .overlay.open {
        top: 0px;
    }

        #content .archive-lists .archive:hover .overlay .entry-decription, #content .archive-lists .archive .overlay.open {
            opacity: 1;
            visibility: visible;
        }

    #content .pagination {
        text-align: center;
        clear: both;
        padding: 30px;
    }

        #content .pagination span, #content .pagination a {
            display: inline-block;
            padding: 3px 10px;
            color: #222;
            font-size: 16px;
        }

            #content .pagination span.current {
                background: #c4d600;
            }

            #content .pagination a.load-more-posts {
                background: #c4d600;
                padding: 8px;
                width: 120px;
                border: none;
                display: block;
                margin: 0 auto;
                overflow: hidden;
            }

                #content .pagination a.load-more-posts.loading {
                    background: url('../images/preloader.gif') center no-repeat;
                    text-indent: -1000px;
                    height: 37px;
                    padding: 0;
                }

    #content .archive-lists.list-view {
    }

        #content .archive-lists.list-view .archive {
            float: none !important;
            width: 100% !important;
            height: auto !important;
            height: inherit;
            background: none !important;
            border-bottom: 2px solid #c4d600;
        }

            #content .archive-lists.list-view .archive img {
                opacity: 0;
                visibility: hidden;
                height: 0;
            }

            #content .archive-lists.list-view .archive .overlay {
                position: relative;
                top: inherit;
                left: inherit;
                bottom: inherit;
                right: inherit;
                background: none;
                color: #000;
                padding: 15px 0;
            }

                #content .archive-lists.list-view .archive .overlay .entry-title {
                    color: #D42127;
                    margin-bottom: 1px;
                    font-size: 18px;
                }

                #content .archive-lists.list-view .archive .overlay .rd_more_link {
                    display: block;
                }

                #content .archive-lists.list-view .archive .overlay .rd_more_bttn {
                    display: none;
                }

                #content .archive-lists.list-view .archive .overlay .buttons {
                    float: right;
                    margin-top: -23px;
                }

                #content .archive-lists.list-view .archive .overlay .buy {
                    margin-right: 0;
                }

    #content .related-posts.related-news .related-post, #content .archive-lists.news-list .archive {
        background: #e1e1e1;
        width: 260px;
        margin-right: 3%;
        margin-bottom: 30px;
        height: 300px;
        overflow: hidden;
        padding: 0 !important;
    }

        #content .archive-lists.news-list .archive img, #content .related-posts.related-news .related-post img {
            width: 100%;
            height: auto;
            background: #BFBFBF;
        }

        #content .archive-lists.news-list .archive .overlay, #content .related-posts.related-news .related-post .overlay {
            top: 135px !important;
            background: none;
            color: #222;
            padding-top: 0;
            margin-top: 10px;
        }

        #content .archive-lists.news-list .archive .overlay {
            position: inherit;
            top: auto !important;
            background: none;
        }

            #content .archive-lists.news-list .archive .overlay .entry-title, #content .related-posts.related-news .related-post h3 {
                font-size: 15px;
                line-height: 22px;
                color: #222;
            }

            #content .archive-lists.news-list .archive .overlay .entry-title {
                margin-bottom: 10px;
            }

                #content .archive-lists.news-list .archive .overlay .entry-title a, #content .related-posts.related-news .related-post a {
                    color: #222 !important;
                }

            #content .archive-lists.news-list .archive .overlay .date, #content .related-posts.related-news .related-post .date, #content .archive-lists.blog-list .archive .date {
                color: #fff;
            }

    .newsletter-archives .newsletters, .newsletter-archives ul {
        margin: 10px 0;
    }

        #content .archive-lists .default-archive, .newsletter-archives .newsletters li, .newsletter-archives ul li {
            margin: 15px 0px !important;
            border-bottom: 1px solid #a8a8a8;
            padding-bottom: 15px;
        }

        .newsletter-archives .newsletters li, .newsletter-archives ul li {
            left: 0;
        }

            .newsletter-archives .newsletters li:before, .newsletter-archives ul li:before {
                display: none;
            }

            #content .archive-lists .default-archive .entry-title, .newsletter-archives .newsletters li h3, .newsletter-archives ul li h3 {
                color: #222;
                background: none !important;
                font-size: 18px;
                margin-bottom: 5px;
            }

            #content .archive-lists .default-archive .entry-decription p, .newsletter-archives .newsletters li p, .newsletter-archives ul li p {
                font-size: 16px;
                margin-bottom: 10px;
            }

                #content .archive-lists .default-archive .entry-decription p a, .newsletter-archives .newsletters li p a, .newsletter-archives ul li p a {
                    padding: 0 7px;
                    border-radius: 5px;
                    text-transform: inherit;
                    background: #c4d600;
                    border-color: #c4d600;
                    color: #383838 !important
                }

                .newsletter-archives .newsletters li p a, .newsletter-archives ul li p a {
                    clear: both;
                    display: block;
                    width: 100px;
                    margin-top: 5px;
                }

    #content .archive-lists .default-archive .alignleft {
        margin-right: 10px;
        height: 105px;
    }

    #content .archive-lists.news-list .archive .img-over {
        width: 260px;
        height: 135px;
        overflow: hidden;
    }

    #content .archive-lists.blog-list {
        display: -webkit-inline-flex;
        display: inline-flex;
        display: -ms-flexbox;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        position: relative;
        margin-bottom: 0px !important;
    }

        #content .archive-lists.blog-list .archive {
            padding: 15px;
            height: auto;
            min-height: 210px;
            background: none !important;
            margin-top: -1px;
            margin-left: -1px;
            border: 1px solid #eee;
        }

            #content .archive-lists.blog-list .archive.first-row {
                border-top-color: transparent;
            }

        #content div.sss, #content .archive-lists.blog-list div.sss {
            margin-top: -1px;
            padding: 5px;
            width: 100%;
            background: #FFFFFF;
            height: 30px;
            position: relative;
        }

        #content .archive-lists.blog-list .top-blank {
            margin-top: 0px;
            width: 100%;
            height: 7px;
            position: absolute;
            top: -6px;
            left: 0;
            right: 0;
            z-index: 1;
            background: #fff;
        }

        #content .archive-lists.blog-list::before {
            content: '';
            position: absolute;
            background: #FFFFFF;
            width: 5px;
            height: 100%;
            z-index: 1;
            left: -5px;
            top: -1px;
        }

        #content .archive-lists.blog-list::after {
            content: '';
            position: absolute;
            background: #fff;
            width: 5px;
            height: 100%;
            z-index: 1;
            right: 0px;
            top: -1px;
        }

        #content .archive-lists.blog-list .archive .alignleft {
            width: 115px;
            margin-right: 15px;
            overflow: hidden
        }

            #content .archive-lists.blog-list .archive .alignleft img {
            }

        #content .archive-lists.blog-list .archive h3.entry-title {
            font-size: 19px;
            margin-bottom: 5px;
            color: #000;
        }

            #content .archive-lists.blog-list .archive h3.entry-title a {
                color: #000;
            }

        #content .archive-lists.blog-list .archive p {
            font-size: 15px;
        }

        #content .archive-lists.blog-list .archive .date {
            margin-top: 10px;
            display: inline-block;
            float: left;
        }

    #content .archive-lists.gallery {
    }

    .type-gallery {
        margin-bottom: 80px;
    }

    .image-gallery {
        position: relative;
    }

    #content .archive-lists.gallery .archive {
        width: 420px;
        height: 260px;
        margin-right: 10px;
        margin-bottom: 20px;
    }

        #content .archive-lists.gallery .archive:nth-child(even) {
            float: right;
            margin-right: 0;
        }

        #content .archive-lists.gallery .archive a {
            display: block;
            position: relative;
            width: 100%;
            height: 100%;
        }

        #content .archive-lists.gallery .archive .overlay {
            top: auto !important;
            background: none;
            padding: 0px;
        }

        #content .archive-lists.gallery .archive.ajx-load .overlay {
            bottom: 0px;
        }

        #content .archive-lists.gallery .archive .overlay .entry-title {
            margin: 0 !important;
            font-size: 25px;
            margin-bottom: 5px !important;
            line-height: 30px;
            -webkit-transition-duration: 0s;
            transition-duration: 0s;
            -moz-transition-duration: 0s;
            padding: 15px;
        }

        #content .archive-lists.gallery .archive .entry-title::after {
            position: absolute;
            content: '';
            height: 38px;
            width: 24px;
            top: 15px;
            right: 10px;
            opacity: 0;
            background-position: -414px -180px;
        }

        #content .archive-lists.gallery .archive:hover .entry-title::after {
            opacity: 1;
        }

        #content .archive-lists.gallery .archive .overlay .entry-decription {
            margin-top: 0 !important;
        }

        #content .archive-lists.gallery .archive .overlay .entry-decription {
            color: #c4d600;
        }

            #content .archive-lists.gallery .archive .overlay .entry-decription p {
                margin: 0;
            }

        #content .archive-lists.gallery .archive:hover .overlay {
            background: #c4d600;
        }

            #content .archive-lists.gallery .archive:hover .overlay .entry-title, #content .archive-lists.gallery .archive:hover .overlay .entry-decription {
                color: #000;
            }

        #content .archive-lists.gallery .archive .overlay .entry-title {
            width: 90%;
            float: left;
        }

    #content .categories ul {
        list-style: none;
        margin: 0 15px;
    }

    #content .categories li {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        #content .categories li a {
            display: block;
            padding: 3px 25px;
            background: #fff;
            border: 1px solid #404040;
            color: #000;
            border-radius: 3px;
        }

        #content .categories li.current-cat a {
            background: #404040;
            color: #fff;
        }

    #content .entry-content .full-img {
        position: relative;
        left: -25px;
        width: 103%;
        margin-bottom: 25px;
        clear: both;
    }

        #content .entry-content .full-img img {
            width: 100% !important;
            height: auto !important
        }

    #content .entry-content .statics {
        width: 250px;
        padding: 0 0 0px 0px;
        margin: 0 0 0 30px;
    }

        #content .entry-content .statics a.button {
            width: 250px;
            text-align: center;
            display: block;
            float: right;
        }

        #content .entry-content .statics ul {
            margin: 25px 10px 0 0;
            float: right;
            width: 150px;
        }

        #content .entry-content .statics li {
            position: relative;
            left: 0;
            margin-bottom: 30px;
            text-align: left;
        }

            #content .entry-content .statics li::before {
                position: absolute;
                content: '';
                background-position: -294px -181px;
                width: 33px;
                height: 33px;
                left: -50px !important;
                top: 6px !important;
            }

            #content .entry-content .statics li.countries::before {
                background-position: -239px -181px;
            }

            #content .entry-content .statics li.visitors::before {
                background-position: -353px -185px;
            }

            #content .entry-content .statics li span, #content .entry-content .statics li strong {
                display: block;
                font-size: 22px;
                line-height: 22px;
            }

            #content .entry-content .statics li strong {
                font-size: 40px;
                line-height: 45px;
                color: #000;
            }

    #content .entry-content table.children-group {
        table-layout: fixed;
        border: none;
        margin: 25px 0;
        width: auto;
    }

        #content .entry-content table.children-group td {
            vertical-align: top;
            text-align: center;
            color: #000;
            padding: 10px;
            border: none;
            background: #ceb0ca;
            width: 145px;
        }

            #content .entry-content table.children-group td:nth-child(even) {
                background: #9b5c91;
            }

            #content .entry-content table.children-group td p {
                text-align: center;
                margin: 0;
                line-height: 15px;
            }

                #content .entry-content table.children-group td p strong {
                    display: block;
                    margin-bottom: 5px;
                }

    #content .entry-content.sponsors-list .bg, .overlay-bg {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.7);
        z-index: 999999;
        display: none;
    }

    #content .entry-content.sponsors-list table {
        table-layout: fixed;
        margin-bottom: 40px !important;
    }

        #content .entry-content.sponsors-list table, #content .entry-content.sponsors-list table td {
            border: none;
            margin: 0;
            padding: 0;
            text-align: center !important;
        }

            #content .entry-content.sponsors-list table td {
                width: 50%;
                vertical-align: bottom;
            }

                #content .entry-content.sponsors-list table td table {
                    width: 100%;
                }

            #content .entry-content.sponsors-list table th {
                vertical-align: middle;
                background: none;
                padding: 5px 10px 10px;
            }

            #content .entry-content.sponsors-list table.group-list td, #content .entry-content.sponsors-list table td td {
                vertical-align: middle;
                height: 160px;
                width: 100%;
                padding: 0px 10px
            }

            #content .entry-content.sponsors-list table th h5 {
                margin: 0;
                line-height: normal;
                text-transform: uppercase;
                min-height: 44px;
            }

            #content .entry-content.sponsors-list table td img {
                display: inherit;
                margin: 0 auto !important;
                max-height: 100px;
                width: auto;
            }

    #newsletter, #content .entry-content.sponsors-list .overlay {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 500px;
        margin-left: -250px;
        z-index: 9999999999;
        border-radius: 5px;
    }

        #newsletter .overlay-title, #content .entry-content.sponsors-list .overlay .overlay-title {
            padding: 8px;
            background: #701067;
            border-radius: 5px 5px 0 0;
            color: #fff;
            border-bottom: 2px solid #e59ed6;
        }

        #newsletter .overlay-content, #content .entry-content.sponsors-list .overlay .overlay-content {
            background: #fff;
            padding: 20px;
            text-align: center;
            font-size: 15px;
        }

            #newsletter .overlay-content p, #content .entry-content.sponsors-list .overlay .overlay-content p {
                text-align: center;
                margin: 15px 0 0;
            }

            #content .entry-content.sponsors-list .overlay .overlay-content .button {
                background: #c4d600;
                padding: 5px 10px;
                border-color: #c4d600;
                margin: 10px auto;
                color: #000 !important;
                display: block;
                width: 120px;
            }

        #newsletter .overlay-close-button, #content .entry-content.sponsors-list .overlay .overlay-close-button {
            position: absolute;
            right: 10px;
            top: 8px;
            color: #fff;
            font-weight: bold;
            z-index: 111;
            cursor: pointer;
        }

        #newsletter .overlay-content {
            background: #e0e0e0;
        }

            #newsletter .overlay-content, #newsletter .overlay-content p {
                text-align: left !important;
            }

                #newsletter .overlay-content div.widget_wysija {
                    padding: 0 !important;
                    height: auto !important;
                    width: auto !important;
                }

                #newsletter .overlay-content .widget.widget_wysija form {
                    float: none;
                    width: 100%;
                }

                #newsletter .overlay-content .wysija-paragraph label, #newsletter .overlay-content .widget-title {
                    display: none !important;
                }

                #newsletter .overlay-content .widget_wysija_cont {
                    position: relative;
                }

                #newsletter .overlay-content .wysija-paragraph {
                    float: left;
                    margin: 0;
                    width: 69%;
                }

                    #newsletter .overlay-content .wysija-paragraph input {
                        width: 100%;
                        height: 35px;
                    }

                #newsletter .overlay-content .widget_wysija_cont .wysija-submit {
                    float: left;
                    margin: 0;
                }

    #newsletter {
        display: none;
    }

    #content .entry-content.sponsors-list table.first td {
        border: none !important;
        vertical-align: top !important;
    }

        #content .entry-content.sponsors-list table.first td.td-2 img {
            border: 1px solid #aaa;
        }

        #content .entry-content.sponsors-list table.first td img {
            max-height: inherit !important;
        }

        #content .entry-content.sponsors-list .overlay img, #content .entry-content.sponsors-list table.first td .overlay img {
            max-height: 100px !important;
            padding: 0 !important;
            border: none !important;
        }

    #content .entry-content.contact-page {
    }

        #content .entry-content.contact-page .wpcf7 {
            width: 63%;
            float: left;
        }

            #content .entry-content.contact-page .wpcf7 .form-elemnts li select, #content .entry-content.contact-page .wpcf7 .form-elemnts li input[type="text"], #content .entry-content.contact-page .wpcf7 .form-elemnts li input[type="email"], #content .entry-content.contact-page .wpcf7 .form-elemnts li input[type="date"], #content .entry-content.contact-page .wpcf7 .form-elemnts li textarea, #content .entry-content.contact-page .wpcf7 .form-elemnts li input[type="submit"] {
                width: 100%;
            }

        #content .entry-content.contact-page .contact-page-addrress {
            width: 29%;
        }

            #content .entry-content.contact-page .contact-page-addrress h3 {
                background: #000;
                color: #c4d600;
                padding: 5px 10px;
                font-size: 18px;
            }

            #content .entry-content.contact-page .contact-page-addrress p {
                font-size: 15px;
                line-height: 20px;
            }

                #content .entry-content.contact-page .contact-page-addrress p.address {
                    color: #c4d600;
                }

    #content .single-post.news, #content .single-post.blog {
        width: 66%;
        float: left;
        margin-left: 3%
    }

    #content .single-post.full-width {
        width: 100%;
        float: none !important;
    }

    #content .single-post .top-buttons {
    }

        #content .single-post .top-buttons a {
            padding: 2px 10px;
            border-radius: 5px;
            margin: 5px 0px 10px 5px;
            display: block;
            float: left;
        }

            #content .single-post .top-buttons a.view-sessions {
                background: #000;
                border-color: #000;
                color: #c4d600 !important;
                position: relative;
                padding-right: 40px;
            }

                #content .single-post .top-buttons a.view-sessions::after {
                    position: absolute;
                    content: '';
                    background-position: -243px -134px;
                    display: block;
                    width: 23px;
                    height: 17px;
                    top: 2px;
                    right: 8px;
                }

    #content .single-post .entry-content .social-links, #content .single-post .entry-content .tags {
        list-style: none;
        margin-left: 0;
        margin-top: 30px;
    }

        #content .single-post .entry-content .social-links li {
            display: block;
            min-height: 37px;
            margin-bottom: 10px;
        }

            #content .single-post .entry-content .social-links li:before {
                display: none;
            }

            #content .single-post .entry-content .social-links li a {
                position: relative;
                padding-left: 40px;
                color: #B8CA36 !important;
            }

                #content .single-post .entry-content .social-links li a::before {
                    position: absolute;
                    content: '';
                    background-position: -349px -124px;
                    display: block;
                    width: 40px;
                    height: 38px;
                    top: -7px;
                    left: -15px;
                }

                #content .single-post .entry-content .social-links li a.blog::before {
                    background-position: -349px -66px;
                }

                #content .single-post .entry-content .social-links li a.facebook::before {
                    background-position: -460px -66px;
                }

                #content .single-post .entry-content .social-links li a.instagram::before {
                    background-position: -404px -124px;
                }

                #content .single-post .entry-content .social-links li a.twitter::before {
                    background-position: -405px -66px;
                }

                #content .single-post .entry-content .social-links li a.youtube::before {
                    background-position: -461px -124px;
                }

    #content .single-post.news .entry-content .social-links li a {
        color: #222 !important;
    }

        #content .single-post.news .entry-content .social-links li a::before {
            width: 20px;
            height: 31px;
            left: 0px;
        }

        #content .single-post.news .entry-content .social-links li a.blog::before {
            background-position: -74px -181px !important;
        }

        #content .single-post.news .entry-content .social-links li a.facebook::before {
            background-position: -135px -180px !important
        }

        #content .single-post.news .entry-content .social-links li a.instagram::before {
            background-position: -18px -68px !important
        }

        #content .single-post.news .entry-content .social-links li a.twitter::before {
            background-position: -135px -68px !important;
        }

        #content .single-post.news .entry-content .social-links li a.youtube::before {
            background-position: -75px -68px !important
        }

        #content .single-post.news .entry-content .social-links li a.google_plus::before {
            background-position: -189px -181px !important
        }

    #content .single-post .entry-content .tags li {
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
    }

        #content .single-post .entry-content .tags li::before {
            display: none;
        }

        #content .single-post .entry-content .tags li a {
            padding: 5px 8px;
            background: #eee;
            color: #757575;
            font-weight: normal;
            display: block;
        }

            #content .single-post .entry-content .tags li a:hover {
                color: #666;
            }

    #content .single-post .entry-content p.date {
        margin-bottom: 5px;
        color: #fff;
    }

    #content .single-post.blog .hentry .entry-title {
        margin-bottom: 0px;
        color: #000;
        font-size: 18px;
    }

    #content .single-post.blog .hentry p.date {
        margin-top: 0px;
    }

    #content .single-post.gallery .entry-header {
        margin: 0;
        border: 0;
        padding: 0
    }

        #content .single-post.gallery .entry-header .entry-title {
            float: left;
            width: auto;
            color: #222;
        }

        #content .single-post.gallery .entry-header a.back {
            float: right !important;
        }

    #content .single-post.gallery .entry-content, #content .single-post.gallery .archive-lists {
        margin: 15px 0;
    }

    #content .gallery-slider {
        width: 100%;
        overflow: hidden;
    }

        #content .gallery-slider img {
            margin: 0 !important;
        }

        #content .gallery-slider.slider-big {
            position: relative;
            min-height: 350px;
            margin-bottom: 10px;
            background: #eee;
            max-height: 435px;
        }

            #content .gallery-slider.slider-big .slick-next, #content .gallery-slider.slider-big .slick-prev {
                position: absolute;
                top: 0px;
                bottom: 0px;
                z-index: 999;
                margin-top: 0px;
                background: none;
                border: none;
                opacity: .5;
                min-width: 30px;
                width: 40px;
                padding: 0;
                margin: 0;
            }

                #content .gallery-slider.slider-big .slick-next:hover, #content .gallery-slider.slider-big .slick-prev:hover {
                    opacity: 1;
                }

                #content .gallery-slider.slider-big .slick-next i, #content .gallery-slider.slider-big .slick-prev i {
                    height: 73px;
                    width: 40px;
                    display: block;
                    background-position: -10px -234px;
                }

            #content .gallery-slider.slider-big .slick-disabled {
                display: none !important;
            }

            #content .gallery-slider.slider-big .slick-next i {
                background-position: -67px -235px;
            }

            #content .gallery-slider.slider-big .slick-next {
                right: 20px;
            }

            #content .gallery-slider.slider-big .slick-prev {
                left: 20px
            }

        #content .gallery-slider img {
            width: 100%;
            height: auto;
        }

        #content .gallery-slider.slider-small {
            height: 100px;
        }

            #content .gallery-slider.slider-small div.slick-slide {
                width: 160px;
                height: auto;
                margin-right: 10px;
                margin-bottom: 10px;
                float: left;
                background: #eee;
            }

        #content .gallery-slider.slider-big h3.caption {
            position: absolute;
            bottom: 0;
            background: rgba(0,0,0,0.5);
            left: 0;
            right: 0;
            padding: 20px;
            color: #c4d600;
            text-transform: uppercase;
            margin: 0;
        }

    #content .related-posts {
        float: right;
        width: 25%
    }

        #content .related-posts.related-news, #content .related-posts.related-blog {
            width: 30%
        }

        #content .related-posts .related-title {
            background: #c4d600;
            padding: 25px 10px;
            width: 100%;
            color: #222;
            text-transform: uppercase;
            font-size: 20px;
            text-align: center;
        }

        #content .related-posts .related-post {
            width: 100%;
            position: relative;
            overflow: hidden;
            max-height: 179px;
        }

            #content .related-posts .related-post img {
                width: 100%;
                height: auto;
            }

            #content .related-posts .related-post h3 {
                position: absolute;
                left: 10px;
                bottom: 10px;
                right: 10px;
                margin-bottom: 0;
            }

        #content .related-posts.related-news .related-post {
            margin: 0px !important;
            width: 100%;
            height: auto;
            max-height: 100%;
        }

            #content .related-posts.related-news .related-post img {
                width: 100%;
                height: auto
            }

            #content .related-posts.related-news .related-post .overlay {
                background: #BFBFBF;
                position: relative;
                top: auto !important;
                bottom: auto !important;
                margin-top: -55px;
            }

            #content .related-posts.related-news .related-post a {
                display: block;
            }

            #content .related-posts.related-news .related-post h3 {
                position: relative;
                top: auto !important;
                bottom: auto !important;
                left: auto !important;
                right: auto !important;
                padding: 0 10px;
                padding-top: 5px;
                font-size: 15px;
            }

        #content .related-posts.related-news h3.load-more, #content .related-posts.related-blog h3.load-more {
            position: relative;
            cursor: pointer;
        }

            #content .related-posts.related-news h3.load-more::before, #content .related-posts.related-blog h3.load-more::before {
                position: absolute;
                content: '';
                background-position: -294px -126px;
                display: block;
                width: 35px;
                height: 35px;
                top: 50%;
                left: 50%;
                margin-left: -17px;
                margin-top: -17px;
            }

            #content .related-posts.related-blog h3.load-more::before {
                background-position: -11px -181px;
            }

            #content .related-posts.related-news h3.load-more span, #content .related-posts.related-blog h3.load-more span {
                display: none;
            }

            #content .related-posts.related-news h3.load-more.rotate::before, #content .related-posts.related-blog h3.load-more.rotate::before {
                -webkit-animation: spin 2s linear infinite;
                -moz-animation: spin 2s linear infinite;
                animation: spin 2s 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);
        }
    }

    #content .related-posts.related-blog {
        background: #c4d600;
    }

        #content .related-posts.related-blog .related-title {
            background: #000;
            color: #fff;
            text-align: left;
        }

        #content .related-posts.related-blog img {
            display: none;
        }

        #content .related-posts.related-blog .related-post {
            padding: 10px 20px;
            background: #CCCCCC
        }

            #content .related-posts.related-blog .related-post h3 {
                position: inherit;
                color: #000;
                font-size: 16px;
            }

    #content .related-posts.memberships .related-title {
        text-transform: capitalize;
    }

    #content .related-posts .membership-item {
        background: #222222;
        color: #fff;
        padding: 15px;
        border-bottom: 2px solid #C7D444;
    }

        #content .related-posts .membership-item h3.widget-title {
            font-size: 18px;
            color: #C7D444;
            margin-bottom: 10px;
        }

        #content .related-posts .membership-item .price {
            font-size: 18px;
            margin-right: 10px;
            float: left;
            width: 75px;
            display: block;
            margin-top: 3px;
        }

        #content .related-posts .membership-item input {
            border-radius: 5px;
            float: left;
        }

            #content .related-posts .membership-item input.textbox {
                width: 30px;
                height: 30px;
                margin-right: 5px;
                background: #d9d9d9;
                display: none !important;
            }

            #content .related-posts .membership-item input.button {
                font-size: 11px;
                text-transform: capitalize;
            }

        #content .related-posts .membership-item p.widget-content {
            display: block;
            margin-top: 10px;
            font-size: 12px;
            color: #b3b3b3;
            line-height: 15px;
        }

    .faqs-list .type-faq {
        width: 90% !important;
    }

    #content .faqs-list .faq-item {
        padding: 15px 0px;
        border-bottom: 1px solid #c4d600;
        margin: 0;
        margin-left: 38px;
    }

        #content .faqs-list .faq-item h4 {
            color: #000;
            cursor: pointer;
            text-transform: inherit !important;
            font-size: 18px !important;
            line-height: 17px !important;
            margin: 0px !important;
            padding: 10px;
            position: relative;
        }

        #content .faqs-list .faq-item.open h4 {
            background: #c4d600;
        }

        #content .faqs-list .faq-item h4:before {
            position: absolute;
            content: '';
            width: 26px;
            height: 22px;
            background-position: -185px -187px;
            left: -37px;
            top: 7px
        }

        #content .faqs-list .faq-item.open h4:before {
            background-position: -185px -196px;
            height: 3px;
            top: 17px;
        }

        #content .faqs-list .faq-item p {
            margin: 15px 0 0 !important;
        }

        #content .faqs-list .faq-item .faq-item-cont {
            display: none;
        }

    .awards-list {
        widows:
    }

        .awards-list table {
            width: 100%;
            max-width: 100%;
        }

        .awards-list table, .awards-list td {
            border: none !important;
        }

        .awards-list td, .awards-list th {
            width: 50%;
            vertical-align: middle;
            padding: 20px 0;
            background: none;
        }

        .awards-list tr.left td {
            padding-left: 50px;
        }

        .awards-list tr.right td {
            text-align: right;
            padding-right: 50px;
        }

            .awards-list tr.right td p {
                text-align: right;
            }

        .awards-list td h4, .awards-list td p {
            width: 70%;
        }

        .awards-list tr.right td h4, .awards-list tr.right td p {
            margin: 0 0 0 auto;
        }

        .awards-list th img {
            width: 100%;
            height: auto;
            margin: 0 !important;
            padding: 0 !important;
            max-width: inherit;
        }

    table.radion-info {
        padding: 0;
        margin: 25px 0 0;
    }

        table.radion-info th, table.radion-info, table.radion-info td {
            vertical-align: top;
            padding: 0;
            border: none;
            background: #c4d600;
        }

            table.radion-info th {
                width: 34%;
            }

            table.radion-info p, table.radion-info img {
                margin: 0;
                width: 100%;
            }

            table.radion-info img {
                min-width: 300px;
            }

            table.radion-info td {
                padding: 0px 20px 10px;
                font-size: 15px;
            }

                table.radion-info td h4 {
                    color: #222;
                }

    #content .archive-lists.coverage-list {
        -webkit-column-count: 3;
        -webkit-column-gap: 25px;
        -webkit-column-fill: auto;
        -moz-column-count: 3;
        -moz-column-gap: 25px;
        -moz-column-fill: auto;
        column-count: 3;
        column-gap: 25px;
        column-fill: auto;
        overflow: hidden;
        height: auto;
    }

        #content .archive-lists.coverage-list .archive {
            height: auto;
            background: none;
            float: none;
            margin: 0px;
            margin-bottom: 25px;
            text-align: center;
            -webkit-column-break-inside: avoid;
            -moz-column-break-inside: avoid;
            column-break-inside: avoid;
            overflow: initial;
            width: 100%;
        }

            #content .archive-lists.coverage-list .archive img {
                -webkit-transform: none;
                -moz-transform: none;
                -o-transform: none;
                -ms-transform: none;
                transform: none;
            }

            #content .archive-lists.coverage-list .archive:hover img {
                -webkit-transform: none;
                -moz-transform: none;
                -o-transform: none;
                -ms-transform: none;
                transform: none;
            }

            #content .archive-lists.coverage-list .archive .img-wrap {
                margin-bottom: 20px;
            }

            #content .archive-lists.coverage-list .archive p.date {
                text-align: center !important;
                margin-top: 10px;
            }

            #content .archive-lists.coverage-list .archive h3 {
                color: #777 !important;
                font-family: 'Josefin Sans',sans-serif !important;
                font-weight: normal !important;
            }

            #content .archive-lists.coverage-list .archive p.date {
                color: #222 !important;
                font-weight: bold;
                font-size: 12px;
            }

    #content .archive-lists.news-list .archive .overlay .date {
        width: 98px
    }

    #content .archive-lists.coverage-list .archive a {
        display: block;
    }

    #content .archive-lists.coverage-list .archive .overlay {
        position: absolute;
        bottom: 0px;
        top: 0px;
        opacity: 0;
        background: rgba(64,64,64,0.83);
    }

    #content .archive-lists.coverage-list .archive a:hover .overlay {
        opacity: 1;
    }

    #content .archive-lists.coverage-list .archive .overlay span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -50px;
        margin-top: -17px;
    }

    .prev-next-navigation {
        padding: 25px 5px;
    }

        .prev-next-navigation a {
        }

    .featureevents .mydate {
        position: absolute;
        bottom: 49px;
        left: 31%;
        font-size: 25px;
        color: white;
    }

    .featureevents .mytitle {
        background: #c4d600 none repeat scroll 0 0;
        color: #fff;
        font-size: 28px;
        text-transform: uppercase;
    }

    .featureevents li {
        margin-bottom: 10px;
        position: relative;
    }

    .featureevents img {
        position: relative;
        width: 419px;
    }

    .top-bar1 {
        background: #C7D444;
        padding: 15px;
        color: #222;
        font-size: 1.1em;
        text-transform: uppercase;
        font-weight: bold;
    }

        .top-bar1 a {
            color: #222;
        }

    .festival {
        padding: 2em 4em;
        text-align: center;
        line-height: 1.8em;
        font-size: 18px;
    }

        .festival .main {
            padding: 7% 0 0 0;
            clear: both
        }

        .festival p {
            text-align: center !important;
            font-weight: 300;
            padding: 5px 0
        }

        .festival .section div {
            float: left;
            width: 32%;
            padding: 35px 10px;
            line-height: 1.2em;
            color: #fff;
            text-transform: uppercase;
            display: table-cell;
            vertical-align: middle;
            font-weight: 600;
        }

        .festival .section {
            clear: both;
            margin: 7% 0 0 0;
        }

            .festival .section a {
                color: #fff;
            }

            .festival .section .one {
                background: #993399
            }

            .festival .section .two {
                background: #FF0066;
                margin: 0 17px
            }

            .festival .section .three {
                background: #00CCCC
            }

        .festival .friend {
            color: #fff;
            padding: 7% 20%;
        }

            .festival .friend h3 {
                color: #fff;
                margin: 1% auto;
                font-weight: 600 !important;
            }

        .festival .button {
            color: #222 !important;
            padding: 2% 0;
            margin: 0 14%;
            font-size: 20px;
        }

    .entry {
        height: 244px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        overflow: hidden;
        text-align: left;
        width: 100%
    }

        .entry .entry-bg-image1 {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-size: cover;
            background-position: center;
        }

    a.entry-bg-image1:hover {
        -webkit-filter: blur(5px);
        filter: blur(5px);
        border: 1px red solid
    }

    .entry-container1 {
        background-image: url("../images/entry-gradient.png");
        -webkit-transition: background-color,ease-in-out,0.25s;
        -o-transition: background-color,ease-in-out,0.25s;
        transition: background-color,ease-in-out,0.25s;
        background-position: bottom;
        background-repeat: repeat-x;
        position: absolute;
        padding: 20px;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
    }

    .entry-title1-container {
        -webkit-transition: height,ease-in-out,0.25s;
        -o-transition: height,ease-in-out,0.25s;
        transition: height,ease-in-out,0.25s;
        height: 245px;
        position: relative;
        display: block;
        color: white;
        margin: 0
    }

        .entry-title1-container:hover {
            text-decoration: none
        }

    .entry-title1 {
        text-shadow: 0px 0px 4px rgba(0,0,0,0.25);
        font-weight: 800;
        font-size: 21.875px;
        text-transform: uppercase;
        position: absolute;
        line-height: 1em;
        display: block;
        color: white;
        bottom: 0;
        text-align: center;
        padding-bottom: 16px;
    }

    .entry-person {
        height: 262px
    }

        .entry-person .entry-title1-container, .entry-content .entry-title1-container {
            height: 275px
        }

        .entry-person .entry-title1, .entry-content .entry-title1 {
            font-size: 25.875px
        }

    .entry-grid-container {
        position: relative;
        min-height: 1px;
        position: relative;
        min-height: 1px;
    }

    @media (min-width:768px) {
        .entry-grid-container {
            float: left;
            width: 50%
        }
    }

    @media (min-width:1024px) {
        .entry-grid-container {
            float: left;
            width: 24.2%
        }
    }

    .entries-small .entry-grid-container {
        position: relative;
        min-height: 1px;
        position: relative;
        min-height: 1px;
    }

    @media (min-width:768px) {
        .entries-small .entry-grid-container {
            float: left;
            width: 49%
        }
    }

    @media (min-width:768px) {
        .entry-person .entry-title1, .entry-content .entry-title1 {
            font-size: 20px
        }

        .entry-person {
            height: 200px
        }
    }

    .entries-small .entry {
        height: 260px
    }

        .entries-small .entry .entry-title1-container {
            height: 205px
        }

    .left {
        float: left;
        padding: 0 10px
    }

    .right {
        float: right;
        padding: 0 10px
    }

    .sheikh .one {
        width: 70%;
        float: left
    }

        .sheikh .one p {
            border-right: 1px black solid;
        }

        .sheikh .one img {
            padding: 0 0 3% 0;
            float: left;
            width: 20%;
        }

    .sheikh .two {
        width: 30%;
        float: right
    }

    .main.sheikh .two img {
        width: 80%;
        display: table-cell;
    }

    footer h3 {
        text-transform: uppercase
    }

    footer h5 {
        text-transform: uppercase;
        padding: 25px 0 14px 0;
        text-align: left;
    }

    .mybutton1 {
        background: #fff;
        padding: 17px;
        border: 5px solid #993399;
        margin: 0px 31% 50px 31%;
        font-size: 21px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
    }

        .mybutton1 a {
            color: #222
        }

    .footer-bottom {
        background: #C7D444;
        float: none;
        padding-bottom: 20px;
    }

    .footer-menu {
        float: left;
        width: 20%;
        margin: 10px 0% 10px 8%;
        font-size: 18px;
        font-weight: 400;
        line-height: 23.5px;
    }

        .footer-menu p {
            margin: 0 0 11px 0;
            font-weight: 300
        }

        .footer-menu ul li {
            line-height: 26px;
            text-align: left;
            font-family: 'Open Sans',sans-serif;
        }

            .footer-menu ul li a {
                color: #222;
            }

        .footer-menu .wpcf7-submit {
            border: 3px #fff solid;
            font-size: 15px;
        }

        .footer-menu input[type="submit"] {
            color: #222;
        }

        .footer-menu input[type="email"] {
            border-radius: 6px !important;
            width: 88%;
        }

    #content {
        width: 100% !important;
    }

        #content .blog .entry-title {
            padding: 0px;
        }

    .entry-title {
        color: #fff;
        position: absolute;
        margin: -14% 0 0 0;
        text-transform: uppercase;
        background: #000;
        padding: 20px 20px 20px 40px;
        opacity: .9;
    }

    #content .archive.coverage .entry-title {
        display: none
    }

    #content .archive .entry-title {
        background: inherit;
        margin: 0px;
        position: relative;
        opacity: 1;
    }

    #content .entry-title h1 {
        color: #fff;
    }

    .gallery h3.entry-title {
        color: #fff !important
    }

    .entry-content h3, .gallery h3 {
        font-size: 26px;
        padding: 15px 0;
        font-family: inherit;
        text-transform: uppercase;
    }

    .full .entry-content h3 {
        text-align: center
    }

    .panel-text {
        background: #FBF2EA;
        padding: 20px 20px;
        font-family: 'Open Sans',sans-serif;
        font-size: 16px;
        color: #222;
        height: 260px
    }

        .panel-text .button {
            font-size: 18px;
            text-transform: none;
            margin: 0 22%;
        }

            .panel-text .button.close {
                background: #CCCCCC;
                border: 1px #ccc solid;
            }

        .panel-text.noheight {
            height: auto !important;
            margin-bottom: 20px;
            clear: both
        }

    .button a {
        color: #222
    }

    #content .breadcrumps {
        margin: 15px 25px;
        color: #222;
        padding: 0 0 13px 0;
        font-size: smaller;
    }

        #content .breadcrumps .separator {
            color: #808080;
        }

    #sidebar h2 {
        color: #fff
    }

    .tab-content a {
        color: #c4d600 !important
    }

    .page_banner_missing {
        background: #fbf2ea;
        padding: 20px 10px 10px 10px;
        text-transform: uppercase
    }

    .material-icons {
        color: #c4d600
    }

        .material-icons.quotation-start {
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
        }

        .material-icons.md-48 {
            font-size: 48px;
        }

    .testimonial {
        font-size: 18px;
        font-weight: normal;
        font-family: 'Open Sans',sans-serif;
    }

    .post-29376 h4 {
        margin: -2% 0 4% 0;
    }

    blockquote p::before {
        content: 'format_quote';
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 48px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -moz-font-feature-settings: 'liga';
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        color: #c4d600;
    }

    blockquote p::after {
        content: 'format_quote';
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 48px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        color: #c4d600;
        -moz-font-feature-settings: 'liga';
        -moz-osx-font-smoothing: grayscale;
        float: right;
    }

    div[class^="gridContainer-"] .videosListFront .brick .name td {
        display: none
    }

    .gridContainer-1 table {
        border: none
    }

    .subpage-title {
        text-transform: uppercase
    }

    #content .type-blog .alignright img {
        padding: 0 10px 0 0;
    }

    #content .type-blog .alignleft img {
        padding: 0 0 0 10px;
    }

    #content .archive-lists.blog-list .type-blog img {
        display: none;
    }

    .full .blog .entry-content img {
        width: auto;
    }

    .post_column_1 {
        padding-left: 1% !important;
        padding-right: 0 !important;
    }

    #content .related-posts.related-blog {
        background: #c4d600;
        border-left: 10px white solid;
    }

    .search #content .entry-title {
        margin: 0 !important;
    }

    .mydob {
        width: auto !important;
        padding: 8px 10% 8px 8px;
    }

    #content .archive-lists.authors-list .archive .entry-title {
        background: transparent;
    }

    #wpcf7-f428-p23311-o1 textarea {
        width: 100%;
    }

    .gdpr button {
        background: #c4d600 !important;
        border: 1px solid #c4d600 !important;
        color: #000 !important;
    }

    .gdpr.gdpr-privacy-bar .gdpr-agreement, .gdpr.gdpr-privacy-preferences .gdpr-wrapper > form > footer input[type="submit"] {
        text-shadow: 1px 1px #000 !important;
        padding: 5px 10px !important
    }

    .gdpr-cookie-settings {
        display: none !important;
    }

    body.browser-safari.os-mac-os-x {
        -webkit-font-smoothing: subpixel-antialiased !important;
    }

    body.browser-firefox #site-header .main-nav ul li.current-menu-item a, body.browser-firefox #site-header .main-nav ul li.current_page_item a, body.browser-firefox #site-header .main-nav ul li.current-menu-ancestor a, body.browser-firefox #site-header .main-nav ul li.current-menu-parent a, body.browser-firefox #site-header .main-nav ul li.current_page_parent a, body.browser-firefox #site-header .main-nav ul li.current_page_ancestor a {
        padding-bottom: 20px !important;
    }

    body.browser-firefox #home-page .home-navigations .widget-link a {
        font-size: 14px;
        padding-top: 20px;
    }

    body.browser-firefox #sidebar .widget.widget-sub-pages ul li a {
        font-size: 12px;
        padding-bottom: 13px;
    }

    body.browser-firefox #content .related-posts .membership-item h3.widget-title {
        font-size: 17px;
    }

    body.browser-firefox #content .related-posts .membership-item input.button {
        padding: 6px;
    }

    body.browser-firefox.os-windows #site-footer .footer-top .up-events {
        width: 52%;
    }

    #imagelightbox {
        cursor: pointer;
        position: fixed;
        z-index: 10000;
        -ms-touch-action: none;
        touch-action: none;
        border: 1px solid #ddd;
        padding: 6px;
        background-color: #fff;
    }

    #imagelightbox-loading, #imagelightbox-loading div {
        border-radius: 50%;
    }

    #imagelightbox-loading {
        width: 2.5em;
        height: 2.5em;
        background-color: #444;
        background-color: rgba( 0,0,0,.5 );
        position: fixed;
        z-index: 10003;
        top: 50%;
        left: 50%;
        padding: 0.625em;
        margin: -1.25em 0 0 -1.25em;
        -webkit-box-shadow: 0 0 2.5em rgba( 0,0,0,.75 );
        box-shadow: 0 0 2.5em rgba( 0,0,0,.75 );
    }

        #imagelightbox-loading div {
            width: 1.25em;
            height: 1.25em;
            background-color: #fff;
            -webkit-animation: imagelightbox-loading .5s ease infinite;
            animation: imagelightbox-loading .5s ease infinite;
        }

    @-webkit-keyframes imagelightbox-loading {
        from {
            opacity: .5;
            -webkit-transform: scale( .75 );
        }

        50% {
            opacity: 1;
            -webkit-transform: scale( 1 );
        }

        to {
            opacity: .5;
            -webkit-transform: scale( .75 );
        }
    }

    @keyframes imagelightbox-loading {
        from {
            opacity: .5;
            transform: scale( .75 );
        }

        50% {
            opacity: 1;
            transform: scale( 1 );
        }

        to {
            opacity: .5;
            transform: scale( .75 );
        }
    }

    #imagelightbox-overlay {
        background-color: #fff;
        background-color: rgba( 255,255,255,.9 );
        position: fixed;
        z-index: 9998;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    #imagelightbox-close {
        width: 2.5em;
        height: 2.5em;
        text-align: left;
        background-color: #666;
        border-radius: 50%;
        position: fixed;
        z-index: 10002;
        top: 2.5em;
        right: 2.5em;
        -webkit-transition: color .3s ease;
        transition: color .3s ease;
        min-width: inherit !important
    }

        #imagelightbox-close:hover, #imagelightbox-close:focus {
            background-color: #111;
        }

        #imagelightbox-close:before, #imagelightbox-close:after {
            width: 2px;
            background-color: #fff;
            content: '';
            position: absolute;
            top: 20%;
            bottom: 20%;
            left: 50%;
            margin-left: -1px;
        }

        #imagelightbox-close:before {
            -webkit-transform: rotate( 45deg );
            -ms-transform: rotate( 45deg );
            transform: rotate( 45deg );
        }

        #imagelightbox-close:after {
            -webkit-transform: rotate( -45deg );
            -ms-transform: rotate( -45deg );
            transform: rotate( -45deg );
        }

    #imagelightbox-caption {
        text-align: center;
        color: #fff;
        background-color: #666;
        position: fixed;
        z-index: 10001;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0.625em;
    }

    #imagelightbox-nav {
        background-color: #444;
        background-color: rgba( 0,0,0,.5 );
        border-radius: 20px;
        position: fixed;
        z-index: 10001;
        left: 50%;
        bottom: 3.75em;
        padding: 0.313em;
        -webkit-transform: translateX( -50% );
        -ms-transform: translateX( -50% );
        transform: translateX( -50% );
    }

        #imagelightbox-nav button {
            width: 1em;
            height: 1em;
            background-color: transparent;
            border: 1px solid #fff;
            border-radius: 50%;
            display: inline-block;
            margin: 0 0.313em;
            padding: 0;
        }

            #imagelightbox-nav button.active {
                background-color: #fff;
            }

    .imagelightbox-arrow {
        width: 3.75em;
        height: 7.5em;
        background-color: #444;
        background-color: rgba( 0,0,0,.5 );
        vertical-align: middle;
        display: none;
        position: fixed;
        z-index: 10001;
        top: 50%;
        margin-top: -3.75em;
    }

        .imagelightbox-arrow:hover, .imagelightbox-arrow:focus {
            background-color: #666;
            background-color: rgba( 0,0,0,.75 );
        }

        .imagelightbox-arrow:active {
            background-color: #111;
        }

    .imagelightbox-arrow-left {
        left: 2.5em;
    }

    .imagelightbox-arrow-right {
        right: 2.5em;
    }

    .imagelightbox-arrow:before {
        width: 0;
        height: 0;
        border: 1em solid transparent;
        content: '';
        display: inline-block;
        margin-bottom: -0.125em;
    }

    .imagelightbox-arrow-left:before {
        border-left: none;
        border-right-color: #fff;
        margin-left: -0.313em;
    }

    .imagelightbox-arrow-right:before {
        border-right: none;
        border-left-color: #fff;
        margin-right: -0.313em;
    }

    #imagelightbox-loading, #imagelightbox-overlay, #imagelightbox-close, #imagelightbox-caption, #imagelightbox-nav, .imagelightbox-arrow {
        -webkit-animation: fade-in .25s linear;
        animation: fade-in .25s linear;
    }

    @-webkit-keyframes fade-in {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fade-in {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @media only screen and (max-width:41.250em) {
        #container {
            width: 100%;
        }

        #imagelightbox-close {
            top: 1.25em;
            right: 1.25em;
        }

        #imagelightbox-nav {
            bottom: 1.25em;
        }

        .imagelightbox-arrow {
            width: 2.5em;
            height: 3.75em;
            margin-top: -2.75em;
        }

        .imagelightbox-arrow-left {
            left: 1.25em;
        }

        .imagelightbox-arrow-right {
            right: 1.25em;
        }
    }

    @media only screen and (max-width:20em) {
        .imagelightbox-arrow-left {
            left: 0;
        }

        .imagelightbox-arrow-right {
            right: 0;
        }
    }

    .slick-slider {
        position: relative;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

        .slick-list:focus {
            outline: none;
        }

        .slick-list.dragging {
            cursor: pointer;
            cursor: hand;
        }

    .slick-slider .slick-track, .slick-slider .slick-list {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }

        .slick-track:before, .slick-track:after {
            display: table;
            content: '';
        }

        .slick-track:after {
            clear: both;
        }

    .slick-loading .slick-track {
        visibility: hidden;
    }

    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
        position: relative;
    }

    [dir='rtl'] .slick-slide {
        float: right;
    }

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

    .slick-initialized .slick-slide {
        display: block;
    }

    .slick-loading .slick-slide {
        visibility: hidden;
    }

    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }

    .slick-arrow.slick-hidden {
        display: none;
    }

    @media only screen and (min-width:1224px) {
        .big-links {
            width: 15%
        }

        #content .archive-lists .archive {
            background-image: none !important;
        }
    }

    @media only screen and (max-width:1224px) {
        .big-links {
            width: 20%
        }

        #home-page .section-group {
            width: 65%;
        }

        #home-page .home-cols .col, #home-page .home-navigations {
            width: 31%;
        }

        #home-page .content-area {
            width: 65%;
        }

        #home-page .email-subscription, .widget.widget_wysija {
            width: 98%;
        }

            .widget.widget_wysija form .wysija-paragraph, .widget.widget_wysija form {
                width: 60%;
            }

        #site-footer .footer-top .up-events {
            width: 50%;
        }

        #site-footer .footer-top .footer-countdown {
            width: 48%;
        }

        #content {
            width: 76%;
        }

        #site-footer .sponsors #logo-slider-wraper {
            width: 70%;
        }

        #site-footer .footer-bottom {
            margin: 10px
        }

        #content .archive-lists.blog-list .archive {
            width: 33%;
        }

        #content .archive-lists.gallery .archive {
            width: 49%;
            height: auto;
        }

        #content .archive-lists.news-list .archive {
            margin-right: 15px;
            margin-bottom: 15px;
            width: 30%;
        }

            #content .archive-lists.news-list .archive .img-over {
                width: 100%;
                height: auto;
            }

        #content .gallery-slider.slider-big {
            min-height: inherit;
        }

        #content .archive-lists .archive {
            width: 33%;
            height: auto;
        }

        #content .archive-lists.blog-list::after {
            right: 1%;
        }

        #content .archive-lists.authors-list .archive img, #content .archive-lists.moderators-list .archive img, #content .archive-lists.teams-list .archive img {
            opacity: 0 !important;
            visibility: hidden !important;
        }

        .widget.widget_wysija.full-width form .wysija-paragraph {
            width: 66%;
        }
    }

    @media only screen and (max-width:1189px) {
        #site-header .top-bar .big-links a.buy-tickets {
            width: 270px;
            padding-left: 40px;
        }

            #site-header .top-bar .big-links a.buy-tickets::before {
                right: 44px;
            }

        #site-header .main-nav ul li a {
            padding: 10px;
        }
    }

    @media only screen and (max-width:1153px) {
        #site-header .top-bar .big-links a.buy-tickets {
            width: 240px;
            padding-left: 30px;
        }

            #site-header .top-bar .big-links a.buy-tickets::before {
                right: 34px;
            }

        #content {
            width: 76%;
        }

            #content .archive-lists.list-view .archive .overlay .buttons {
                margin: 10px 0;
                float: none;
                clear: both;
            }
    }

    @media only screen and (width:1152px) {
        #home-page .authors-list .author {
            height: 296px;
        }

        #home-page .home-cols .col div {
            padding-top: 65px;
        }

        #home-page .section-group {
            width: 740px;
        }

        #home-page .home-cols .col, #home-page .home-navigations {
            width: 236px;
            height: 236px;
        }

        #home-page .home-navigations {
            margin-left: 11px;
            width: 236px;
        }

            #home-page .home-navigations .widget-link a {
                padding: 20px 10px 21px;
                font-size: 14px;
            }

        #home-page .email-subscription, .widget.widget_wysija {
            width: 730px
        }

        #site-footer .sponsors #logo-slider-wraper {
            width: 80%;
        }

        #content {
            width: 882px;
        }

            #content .archive-lists.authors-list .archive {
                width: 275px;
                height: 196px;
            }

            #content .archive-lists.news-list .archive {
                width: 31%;
            }
    }

    @media only screen and (max-width:1137px) {
        #site-header .main-nav ul li a {
            font-size: 12px;
        }

        #content {
            width: 75%;
        }

            #content .archive-lists.news-list .archive {
                width: 30%;
            }
    }

    @media only screen and (max-width:1120px) {
        #site-header .top-bar .big-links a.search, #site-header .top-bar .big-links a.login {
            width: 180px;
            padding-left: 30px;
        }

            #site-header .top-bar .big-links a.search::before {
                right: 25px;
            }

            #site-header .top-bar .big-links a.login::before {
                right: 32px;
            }

        #content {
            width: 73%;
        }

        .widget.widget_wysija.full-width form .wysija-paragraph {
            width: 70%;
        }

        .widget.widget_wysija.full-width form {
            width: 100%;
            float: left;
        }
    }

    @media only screen and (width:1080px) {
        #home-page .section-group {
            width: 705px;
        }

        #home-page .home-cols .col, #home-page .home-navigations {
            width: 225px;
        }

        #home-page .home-cols .col {
            height: 220px;
        }

            #home-page .home-cols .col div h2 {
                font-size: 22px;
            }

            #home-page .home-cols .col div p {
                font-size: 16px;
            }

        #home-page .home-navigations .widget-link a {
            padding: 21px 10px 21px;
            font-size: 13px;
        }

        #home-page .content-area {
            width: 460px;
        }

        #content, #site-footer .sponsors #logo-slider-wraper {
            width: 77%;
        }

        #home-page .home-cols .col div, #sidebar .widget.col div {
            padding-top: 70px;
        }

        #site-footer .footer-top .up-events #upcoming_events {
            width: 400px !important;
        }

        #site-footer .footer-top .up-events p.up-event {
            width: 270px;
        }

        .widget.widget_wysija.full-width form .wysija-paragraph {
            width: 65%;
        }
    }

    @media only screen and (max-width:1051px) {
        #site-header .main-nav ul {
            padding-left: 0px;
        }

            #site-header .main-nav ul li a {
                padding: 10px 8px;
            }

        #content {
            width: 71%;
        }
    }

    @media only screen and (max-width:1025px) {
        #site-header .top-bar .big-links a.buy-tickets {
            width: 220px;
            padding-left: 20px;
        }

            #site-header .top-bar .big-links a.buy-tickets::before {
                right: 25px;
            }

        #site-header .top-bar .big-links a.search, #site-header .top-bar .big-links a.login {
            width: 160px;
            padding-left: 20px;
        }

        #site-header .top-bar .big-links a.login {
            width: 150px;
        }

            #site-header .top-bar .big-links a.login::before {
                right: 20px;
            }

        #site-header .main-nav ul li a {
            font-size: 11px;
        }

        #site-header .main-nav, #site-header .mobile-menu {
            min-height: 60px;
        }

            #site-header .main-nav ul li {
                margin-top: 12px;
            }

                #site-header .main-nav ul li ul.children li a, #site-header .main-nav ul li ul.sub-menu li a {
                    font-size: 12px;
                }

        #site-footer .footer-top .up-events #upcoming_events {
            width: 600px !important;
        }

        #site-footer .footer-top .up-events {
            width: 55% !important;
        }

        #site-footer .footer-top .footer-countdown {
            width: 45%;
        }

        #site-footer .footer-top .author-countdown .content_countdown .countdown .element_conteiner {
            min-width: 43px !important;
            position: relative;
            padding-right: 10px;
            margin-right: 10px;
        }

        #site-footer .footer-top .up-events h5::before {
            left: 15px
        }

        #site-footer .footer-top .up-events h5 {
            width: 250px;
            padding-left: 60px;
        }

        #sidebar {
            width: 250px;
        }

        #site-footer .footer-top .up-events p.up-event {
            width: 100% !important;
        }

        #content .archive-lists.blog-list .archive {
            width: 50%;
        }

        #content .archive-lists.blog-list::after {
            right: 1px;
        }

        #content .archive-lists .archive {
            width: 49%;
            height: auto;
        }
    }

    @media only screen and (width:1024px) {
        #content .hentry {
            width: 72%
        }

        #content .related-posts {
            width: 23%
        }

        #home-page .authors-list .author {
            height: 290px;
        }

        #home-page .home-cols .col div {
            padding-top: 65px;
        }

        #home-page .section-group {
            width: 703px;
        }

        #home-page .home-cols .col {
            width: 224px;
            height: 220px
        }

        #home-page .home-navigations {
            margin-left: 11px;
            width: 224px;
        }

            #home-page .home-navigations .widget-link a {
                padding: 19px 10px 20px;
                font-size: 14px;
            }

        #home-page .email-subscription, .widget.widget_wysija {
            width: 678px
        }

        #site-footer .sponsors #logo-slider-wraper {
            width: 76%;
        }

        #home-page .home-cols .col div h2 {
            font-size: 21px;
        }

        #home-page .home-cols .col div p {
            font-size: 15px;
        }

        #content {
            width: 774px;
        }

        .widget.widget_wysija.full-width h4.widget-title {
            width: 270px;
            font-size: 16px;
        }

        .widget.widget_wysija.full-width form .wysija-paragraph {
            width: 62%;
        }

        #content .archive-lists .archive {
            width: 360px;
            height: 255px;
        }

        #content .archive-lists.list-view .archive .overlay .buttons {
            margin-top: 10px;
        }

        body.browser-chrome.os-mac-os-x #content, body.browser-chrome.os-windows #content {
            width: 758px;
        }

            body.browser-chrome.os-mac-os-x #content .archive-lists .archive, body.browser-chrome.os-windows #content .archive-lists .archive {
                width: 353px;
                height: 251px;
            }

        body.browser-firefox #home-page .home-navigations .widget-link a {
            font-size: 13px;
            padding-top: 21px;
        }
    }

    @media only screen and (width:1000px) {
        #content .archive-lists .archive {
            width: 335px;
        }
    }

    @media only screen and (max-width:981px) {
        #content .festival-freinds .hentry {
            width: 46%
        }

        #site-header .top-bar .big-links a.login, #site-header .top-bar .big-links a.buy-tickets {
            width: auto;
            padding: 23px 20px 0;
        }

            #site-header .top-bar .big-links a.login::before, #site-header .top-bar .big-links a.buy-tickets::before {
                display: none;
            }

        #home-page .authors-list, #home-page .section-group, #home-page .home-cols, #home-page .email-subscription, .widget.widget_wysija {
            width: auto;
            float: none !important;
            clear: both !important;
        }

        #home-page .email-subscription, .widget.widget_wysija {
            margin: 0px 5px;
        }

        #home-page .section-group {
            margin-top: 10px;
        }

        #home-page .section-group {
            margin: 10px 3px 0;
        }

        #home-page .home-cols .col, #home-page .home-navigations {
            width: 32.1%;
            margin-left: 5px;
        }

        #home-page .home-cols .col {
            margin: 0 5px 10px 5px;
        }

        #home-page .content-area {
            float: left;
        }

        #home-page .home-navigations, #home-page .content-area {
            margin-bottom: 10px;
        }

        #site-footer .footer-top .up-events p.up-event {
            width: 233px !important;
        }

        .widget.widget_wysija form .wysija-paragraph, .widget.widget_wysija form {
            width: 70%;
        }

        #site-footer .footer-nav {
            width: 50%
        }

        #site-header .main-nav {
            background: #222;
        }
    }

    @media only screen and (max-width:960px) {
        #site-header .mobile-menu {
            display: block;
        }

        #site-header .main-nav {
            position: fixed;
            left: -300px;
            top: 0;
            bottom: 0;
            z-index: 999999;
            padding-top: 54px;
            width: 200px;
            overflow: hidden;
            -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
        }

            #site-header .main-nav.open {
                left: 0px;
            }

            #site-header .main-nav .close-menu {
                display: block;
            }

            #site-header .main-nav ul {
                padding-left: 0px;
                position: relative;
                overflow: auto;
                max-height: 700px;
                width: 215px;
            }

                #site-header .main-nav ul li {
                    margin-top: 0px;
                    float: none !important;
                }

                    #site-header .main-nav ul li > a {
                        font-size: 13px;
                        text-align: left;
                        border-right: 0;
                        border: none !important;
                        padding: 20px !important;
                        color: #fff
                    }

                #site-header .main-nav ul. li:hover a {
                    border-top: none;
                }

                #site-header .main-nav ul li ul.children, #site-header .main-nav ul li ul.sub-menu {
                    border: none !important;
                    position: relative;
                }

                    #site-header .main-nav ul li ul.children li:hover, #site-header .main-nav ul li ul.sub-menu li:hover {
                        margin-top: 0px;
                    }

                        #site-header .main-nav ul li ul.children, #site-header .main-nav ul li ul.sub-menu, #site-header .main-nav ul li ul.children li ul.children, #site-header .main-nav ul li ul.sub-menu li ul.sub-menu, #site-header .main-nav ul li ul.children li:hover ul.children, #site-header .main-nav ul li ul.sub-menu li:hover ul.sub-menu, #site-header .main-nav ul li.dropdown.open ul.children ul.children, #site-header .main-nav ul li.dropdown.open ul.sub-menu ul.sub-menu {
                            display: none !important
                        }

                #site-header .main-nav ul li.dropdown.open ul.children, #site-header .main-nav ul li.dropdown.open ul.sub-menu, #site-header .main-nav ul ul.children li.dropdown.open ul.children, #site-header .main-nav ul ul.sub-menu li.dropdown.open ul.sub-menu {
                    display: block !important;
                    left: 0 !important;
                    position: relative !important;
                }

                #site-header .main-nav ul li.current-menu-item > ul.sub-menu, #site-header .main-nav ul li.current_page_item > ul.children, #site-header .main-nav ul li.current-menu-ancestor > ul.sub-menu, #site-header .main-nav ul li.current-menu-parent > ul.sub-menu, #site-header .main-nav ul li.current_page_parent > ul.sub-menu, #site-header .main-nav ul li.current_page_ancestor > ul.sub-menu {
                    display: block !important
                }

                #site-header .main-nav ul li.current-menu-item > a, #site-header .main-nav ul li.current_page_item > a, #site-header .main-nav ul li.current-menu-ancestor > a, #site-header .main-nav ul li.current-menu-parent > a, #site-header .main-nav ul li.current_page_parent > a, #site-header .main-nav ul li.current_page_ancestor > a {
                    background: none !important;
                    color: #fff !important;
                }

                #site-header .main-nav ul li.current-menu-item li a, #site-header .main-nav ul li.current_page_item li a, #site-header .main-nav ul li.current-menu-ancestor li a, #site-header .main-nav ul li.current-menu-parent li a, #site-header .main-nav ul li.current_page_parent li a, #site-header .main-nav ul li.current_page_ancestor li a {
                    color: #242424 !important;
                }

                #site-header .main-nav ul li ul.sub-menu a {
                    border-bottom: 1px solid #bbbbbb !important;
                }
    }

    @media only screen and (max-width:892px) {
        #content .hentry {
            width: 90%
        }

        #content {
            width: 70%;
        }
    }

    @media only screen and (max-width:865px) {
        #content .festival-freinds .hentry {
            width: 100%;
            margin: auto;
            float: none;
            padding: 5%;
        }

        #content .archive-lists.blog-list .top-blank {
            top: 10px;
        }

        #content div.sss, #content .archive-lists.blog-list div.sss {
            margin-top: -20px;
        }

        #site-header .top-bar .social-links {
            margin-left: 16px
        }

        #content, .sub-nav-mob, #single-page .inner-group {
            width: 100%;
            float: none;
            clear: both;
            display: block;
        }

        #sidebar {
            display: none;
        }

        #content .hentry, #content .page-header, #content .archive-lists, #content .page-content, #content .categories {
            padding: 15px 0;
            margin: 0 15px;
        }
    }

    @media only screen and (max-width:801px) {
        #site-header .top-bar .social-links {
            display: none;
        }
    }

    @media only screen and (max-width:830px) {
        #single-page .inner-group {
            display: block;
            flex-wrap: no-wrap;
        }

        #sidebar .widget.widget-sub-pages ul#menu-main-sub-navigations {
            margin-bottom: 100px;
        }

        #content .entry-content .full-img {
            width: 100%;
            left: auto;
        }

        .widget.widget_wysija.full-width form {
            width: 100%;
        }

            .widget.widget_wysija.full-width form .wysija-paragraph {
                width: 75%;
            }
    }

    @media only screen and (max-width:800px) {
        #home-page .home-cols .col {
            width: 254px;
        }

        .widget.widget_wysija form .wysija-paragraph, .widget.widget_wysija form {
            width: 66%;
        }

        #site-footer .footer-top .up-events h5 {
            width: 240px;
        }

        #site-footer .footer-top .author-countdown p {
            float: left;
            display: block;
            width: 150px;
            padding-top: 10px;
            font-size: 14px;
        }

        #content .archive-lists .archive {
            width: 50%;
        }
    }

    @media only screen and (width:800px) {
    }

    @media only screen and (max-width:768px) {
        #home-page .home-navigations, #home-page .content-area, #home-page .email-subscription, .widget.widget_wysija, #site-footer .footer-top .up-events, #site-footer .footer-top .footer-countdown, #site-footer .footer-top .author-countdown {
            width: auto !important;
            float: none !important;
            height: auto !important;
        }

        #home-page .home-navigations, #home-page .content-area, #home-page .email-subscription, .widget.widget_wysija {
            margin: 0 5px;
        }

        #home-page .email-subscription, .widget.widget_wysija {
            padding: 17px 30px 20px;
        }

        #home-page .content-area .inner-widgets {
            display: none;
        }

        #home-page .home-navigations .widget.active .custom-widget-inner {
            display: block;
            visibility: visible;
            opacity: 1;
            padding: 10px;
        }

        #home-page .content-area .about-us, #site-footer .footer-top, #home-page .home-navigations {
            height: auto;
        }

        #home-page .content-area .about-us {
            margin: 10px 0;
        }

        #home-page .home-navigations .widget-link a {
            font-size: 18px !important;
            padding: 16px 10px 17px !important;
        }

        .widget.widget_wysija form .wysija-paragraph, .widget.widget_wysija form {
            width: 65%;
        }

        #site-footer .footer-top .author-countdown p {
            padding: 18px 20px 0px 20px;
            width: auto;
        }

        #site-footer .footer-top .up-events p.up-event {
            width: 100% !important;
        }

        #site-footer .sponsors {
            padding: 20px;
        }

        #site-footer .footer-nav ul, #site-footer .footer-logo {
            display: none;
        }

        #site-footer .footer-bottom .social-links {
            display: block;
        }

        #site-footer .footer-top .author-countdown p {
            font-size: 18px;
        }

        #site-footer .footer-top .author-countdown .content_countdown {
            margin-right: 40px
        }

        #content .entry-content .statics, #content .entry-content .statics ul {
            float: none !important;
            width: auto;
            margin: 0;
        }

        #content .entry-content .statics {
            margin-bottom: 30px;
        }

            #content .entry-content .statics ul {
                margin-top: 15px;
            }

            #content .entry-content .statics li {
                margin: 0;
                float: left;
                padding-left: 40px;
                width: 30%;
            }

                #content .entry-content .statics li::before {
                    left: 0px !important;
                }

        #content .entry-content.contact-page .contact-page-addrress, #content .entry-content.contact-page .wpcf7 {
            width: 100%;
            float: none !important;
            margin: 12px 0;
        }
    }

    @media only screen and (width:768px) {
        #home-page .home-cols .col {
            width: 244px;
            height: 244px;
        }

        #home-page .content-area .about-us p {
            font-size: 15px;
        }
    }

    @media only screen and (width:736px) {
        #home-page .home-cols .col {
            width: 232px;
        }

            #home-page .home-cols .col div {
                padding-top: 60px;
            }

        .widget.widget_wysija form .wysija-paragraph, .widget.widget_wysija form {
            width: 63%;
        }
    }

    @media only screen and (max-width:720px) {
        #home-page .home-cols .col {
            width: 31.7%;
        }

            #home-page .home-cols .col div {
                padding-top: 60px;
            }
    }

    @media only screen and (max-width:700px) {
        #site-header .top-bar .big-links a.search {
            width: 55px;
            padding-left: 0;
        }

            #site-header .top-bar .big-links a.search span {
                display: none;
            }

            #site-header .top-bar .big-links a.search::before {
                right: 13px
            }

        .widget.widget_wysija form .wysija-paragraph, .widget.widget_wysija form {
            width: 60%;
        }

        #site-footer .sponsors #logo-slider-wraper {
            width: 67%;
        }

        #content .single-post, #content .related-posts, #content .related-posts.related-blog .related-post {
            float: none !important;
            clear: both !important;
            width: auto !important;
        }

        #content {
            padding-bottom: 25px !important;
        }

            #content .related-posts .related-post {
                width: 32%;
                max-height: inherit;
                float: left;
            }

            #content .related-posts .related-title {
                padding: 15px 10px;
            }

                #content .related-posts .related-title.load-more {
                    padding: 25px 10px;
                }

        table.radion-info th, table.radion-info td {
            display: block;
            width: 100%;
        }
    }

    @media only screen and (max-width:667px) {
        .widget.widget_wysija form .wysija-paragraph, .widget.widget_wysija form {
            width: 57%;
        }

        #site-footer .sponsors #logo-slider-wraper {
            width: 62% !important;
        }

        .widget.widget_wysija.full-width form .wysija-paragraph {
            width: 70%;
        }
    }

    @media only screen and (max-width:641px) {
        #home-page .home-cols .col {
            width: 31.6%;
        }

            #home-page .home-cols .col div h2 {
                font-size: 18px;
                line-height: 22px;
            }

            #home-page .home-cols .col div p {
                font-size: 14px;
            }

        #content .archive-lists.coverage-list {
            -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2;
        }
    }

    @media only screen and (max-width:600px) {
        #site-header .top-bar .big-links a.login, #site-header .top-bar .big-links a.buy-tickets {
            padding: 23px 10px 0
        }

        #site-footer .footer-top .author-countdown p {
            width: 100%;
            text-align: center !important;
            float: none;
            clear: both;
            margin-bottom: 10px;
        }

        #site-footer .footer-top .author-countdown .content_countdown {
            float: none !important;
            clear: both;
            margin-right: 0;
        }

        #home-page .email-subscription h4, .widget.widget_wysija h4.widget-title {
            width: 100%;
            float: none;
            clear: both;
            margin: 0;
        }

        .widget.widget_wysija form {
            width: 100%;
        }

            .widget.widget_wysija form .wysija-paragraph {
                width: 65%;
            }

        #site-footer .footer-top .author-countdown {
            padding-bottom: 15px;
        }

        .form-elemnts li, .form-elemnts li .alignleft, .form-elemnts li .alignright {
            clear: both !important;
            float: none !important;
            width: 100% !important;
        }

        #content .archive-lists .archive {
            height: 196px;
        }

        #content .archive-lists.news-list .archive {
            margin-right: 15px;
            margin-bottom: 15px;
            width: 46%;
        }

        #content .archive-lists.gallery .archive, #content .hentry .entry-header .entry-title, #content .page-header .page-title, #content .hentry .entry-header .post-share, #content .page-header .post-share {
            height: auto;
            width: 100%;
            margin-right: 0;
            float: none;
            clear: both;
        }

        #content .hentry .entry-header .post-share, #content .page-header .post-share {
            margin-top: 25px;
            margin-bottom: 10px
        }

        #content .entry-content.sponsors-list .overlay, #newsletter {
            width: auto !important;
            left: 20px !important;
            right: 10px;
            margin-left: 0px;
        }
    }

    @media only screen and (width:600px) {
        .festival .section div {
            width: 31%;
        }

        #home-page .home-cols .col {
            width: 188px;
            height: 200px;
        }

            #home-page .home-cols .col div {
                padding-top: 50px;
            }
    }

    @media only screen and (max-width:572px) {
        #site-footer .footer-top .up-events h5, #site-footer .footer-top .up-events #upcoming_events {
            width: 100%;
            float: none;
            clear: both;
            margin: 0;
        }

        .widget.widget_wysija.full-width form .wysija-paragraph {
            width: 100%;
            margin-top: 20px;
            margin-bottom: 10px;
        }
    }

    @media only screen and (width:568px) {
        #home-page .home-cols .col {
            width: 177px;
            height: 200px;
        }

            #home-page .home-cols .col div, #sidebar .widget.col div {
                padding: 70px 10px 0;
            }

        #site-footer .sponsors #logo-slider-wraper {
            width: 60% !important;
        }

        #content .archive-lists .archive {
            height: 185px;
        }
    }

    @media only screen and (max-width:550px) {
        #site-header .top-bar .big-links a.login, #site-header .top-bar .big-links a.buy-tickets {
            font-size: 19px;
            padding-top: 26px;
        }

        #site-header .top-bar .big-links a.search {
            width: 50px;
        }

            #site-header .top-bar .big-links a.search::before {
                right: 11px
            }

        #home-page .home-cols .col {
            width: 48%;
        }

            #home-page .home-cols .col:nth-child(3) {
                display: none !important;
            }

            #home-page .home-cols .col div {
                padding-top: 90px;
            }

        #newsletter .overlay-content .wysija-paragraph {
            width: 67%
        }
    }

    @media only screen and (max-width:514px) {
        #home-page .home-cols .col {
            width: 47%;
        }

        #content .entry-content .statics li, #home-page .content-area .about-us p, #home-page .content-area .about-us img {
            width: 100% !important;
            float: none !important;
            clear: both !important;
            margin-bottom: 20px;
        }

        #content .entry-content .statics a.button {
            float: none;
        }

        #content .related-posts .related-post {
            width: 50%;
        }

        #home-page .content-area .about-us p {
            text-align: center !important;
            padding: 10px !important;
            margin-left: 0;
        }

        #home-page .content-area .about-us img {
            margin-right: 0;
            margin-left: 0px;
            width: 100%;
            height: auto;
        }
    }

    @media only screen and (max-width:480px) {
        #site-header .big-links {
            position: relative;
            z-index: 2;
            width: 30%;
        }

            #site-header .big-links.ar {
                margin-right: 0;
            }

        #site-header .top-bar .big-links a.home {
            display: none;
        }

        #site-header .top-bar .big-links a.login, #site-header .top-bar .big-links a.buy-tickets, #site-header .top-bar .big-links a.lang {
            font-size: 19px;
            padding-top: 20px;
        }

        #site-header .top-bar .big-links a.login, #site-header .top-bar .big-links a.buy-tickets, #site-header .top-bar .big-links a.search, #site-header .top-bar .big-links a.lang {
            height: 40px;
            margin-right: 4px;
        }

        #site-header .top-bar .big-links a.login {
            width: 48px !important;
            padding-right: 0;
            padding-top: 0;
        }

            #site-header .top-bar .big-links a.login span {
                display: none;
            }

            #site-header .top-bar .big-links a.login::before {
                display: block;
                right: auto;
                top: 5px;
            }

        #site-header .top-bar .big-links a::before, #site-header .top-bar .social-links a::before {
            top: 9px;
        }

        #site-header .top-bar .big-links a.lang {
            width: 35px;
            font-size: 16px;
        }

        #site-header .top-bar .big-links a.search.open {
            height: 45px;
        }

        #home-page .home-cols .col div {
            padding-top: 60px;
        }

        #site-footer .sponsors #logo-slider-wraper {
            width: 42% !important;
        }

        #content .archive-lists.blog-list .archive {
            width: 100%;
            min-height: 100px;
        }

        #content .archive-lists.blog-list div.sss {
            display: none;
        }

        #content .archive-lists .archive, #content .archive-lists.news-list .archive {
            width: 100%;
            margin-right: 0;
            height: 250px;
        }

        #content .archive-lists.news-list .archive {
            height: auto;
        }

        #content .entry-content.sponsors-list table td {
            display: block;
            width: 100% !important;
            height: auto !important;
            padding: 10px !important;
            margin-bottom: 15px !important;
        }

            #content .entry-content.sponsors-list table td table, #content .entry-content.sponsors-list table td table td {
                margin-bottom: 0 !important;
                padding: 0 !important;
            }

        #content .entry-content.sponsors-list table th h5 {
            min-height: inherit !important;
        }

        #content .archive-lists.coverage-list {
            -webkit-column-count: 1;
            -moz-column-count: 1;
            column-count: 1;
        }

        .prev-next-navigation a {
            clear: both;
            float: none;
            width: 100%;
            display: block;
            margin: 0 0 10px !important;
        }
    }

    @media only screen and (width:480px) {
        #home-page .home-cols .col {
            width: 227px;
        }
    }

    @media only screen and (max-width:440px) {
        .mybutton1 {
            margin: auto
        }

		table td {
			/*width: 100% !important;*/
			/*display: inherit;*/
			/*border: none !important;*/
		}

        table.digital-pass td {
            width: auto;
        }

        table {
            border: none !important;
        }

            table td img {
                margin: 0 5%;
            }

        .sheikh .one, .sheikh .two, .sheikh .one img {
            clear: both;
            width: 100% !important;
        }

            .sheikh .one img {
                padding-bottom: 9%;
            }

        .sheikh div p {
            padding: 2% 0;
        }

        .sheikh .one p {
            border: none;
        }

        .main.sheikh .two img {
            width: 100%;
        }

        #content .gallery-slider img {
            width: auto
        }

        footer .mybutton1 {
            width: auto;
            margin: 0px 10% 50px 10%;
            font-size: 16px
        }

        .footer-menu {
            font-size: 16px;
            clear: both;
            width: auto;
        }

        #site-header .top-bar .site-logo {
            right: 10
        }

            #site-header .top-bar .site-logo img {
                width: 44%;
                float: right
            }

        .festival .friend {
            padding: 22% 14%;
        }

        .festival .button {
            margin: auto;
            font-size: 14px;
        }

        .entry-person .entry-title, .entry-content .entry-title {
            font-size: 20px;
        }

        .page-banner img {
            height: 170px;
        }

        .entry-title {
            padding: 16px;
        }

        .entity-title h1 {
            font-size: 32px;
            margin: 0;
        }
    }

    @media only screen and (max-width:414px) {
        blockquote p::before, blockquote p::after {
            font-size: 32px
        }

        .post_column_1 {
            width: 100% !important
        }

        .festival .button {
            padding: 4% 0 !important;
        }

        h1 {
            font-size: 30px
        }

        h2 {
            font-size: 26px
        }

        h3 {
            font-size: 20px
        }

        h4 {
            font-size: 18px
        }

        h5 {
            font-size: 16px
        }

        .top-bar1 {
            font-size: 12px
        }

        .festival {
            font-size: 12px
        }

            .festival p {
                font-weight: 400;
            }

            .festival .section .two {
                margin: 20px 0;
            }

            .festival .section div {
                width: 100%;
            }

        .widget.widget_wysija form .wysija-paragraph {
            width: 100%;
        }

        .widget.widget_wysija h4.widget-title, .widget.widget_wysija form .wysija-submit-field, #home-page .email-subscription .button, #newsletter .overlay-content .wysija-paragraph, #newsletter .overlay-content .widget_wysija_cont .wysija-submit {
            width: 100% !important
        }

        #newsletter .overlay-content .wysija-paragraph, #newsletter .overlay-content .widget_wysija_cont .wysija-submit {
            margin-top: 5px;
        }

        .widget.widget_wysija h4.widget-title, #newsletter .overlay-content, #newsletter .overlay-content p {
            text-align: center !important;
        }

        #home-page .home-cols .col {
            max-height: 200px;
        }
    }

    @media only screen and (max-width:384px) {
        #site-footer .sponsors #logo-slider-wraper {
            width: 38% !important;
        }

        #site-footer .footer-nav {
            width: 100%;
            text-align: center;
        }

        #site-footer .footer-bottom .social-links {
            width: 210px;
            margin: 0 auto !important;
            float: none !important;
        }
    }

    @media only screen and (max-width:360px) {
        #site-header .top-bar .big-links a.login::before, #site-header .top-bar .big-links a.buy-tickets::before {
            display: block;
            right: 10px;
        }

        #site-header .top-bar .big-links a.login {
            width: 50px !important;
        }

        #site-header .top-bar .big-links a.buy-tickets {
            width: 60px !important;
        }

        #site-header .top-bar .big-links a.login::before {
            top: 5px;
        }

        #site-header .top-bar .big-links a.login span, #site-header .top-bar .big-links a.buy-tickets span {
            display: none;
        }

        #home-page .home-cols .col {
            width: 97%;
            max-height: 180px;
        }

        home-page .home-cols .col img {
            height: auto;
        }

        #site-footer .sponsors #logo-slider-wraper {
            display: none;
        }

        #site-footer .sponsors .logos-static {
            width: 202px;
            padding: 15px 0px;
            border-right: none;
            margin: 0 auto;
            float: none;
            overflow: hidden;
        }

        #content .archive-lists .archive {
            height: 221px;
        }

        #content .related-posts .related-post {
            width: auto;
            float: none;
            clear: both;
        }

        #content .archive-lists.coverage-list {
            -webkit-column-count: 1;
            -moz-column-count: 1;
            column-count: 1;
        }
    }

    @media only screen and (max-width:321px) {
        #site-header .top-bar .site-logo img {
            width: 40%;
        }

        #search-box.open {
            margin-bottom: 0 !important;
            height: 50px;
        }

        #search-box .wrap {
            padding: 6px;
        }

        #search-box .textbox {
            font-size: 15px;
        }

        #site-header .top-bar .big-links a.search.open {
            margin-top: -4px;
            height: 44px;
        }

            #site-header .top-bar .big-links a.search.open::before {
                top: 13px;
            }

        #content .archive-lists .archive {
            height: 193px;
        }
    }

    #site-header .top-bar .site-logo {
        position: absolute;
        right: 34px;
        top: 52px;
        z-index: 1;
    }

    @media only screen and (max-width:440px) {
        #site-header .top-bar .site-logo {
            right: 10
        }

            #site-header .top-bar .site-logo img {
                width: 44%;
                float: right
            }
    }


    @media only screen and (max-width:250px) {
    }

    /* 2021 Changes */
    .product-event-list span.summary {
        margin-bottom: 1rem;
    }

    ol.author-letters {
        margin-bottom: 3rem;
    }

        ol.author-letters li {
            display: inline-block;
            font-size: 2rem;
            font-weight: bold;
            padding: 0 0.5rem;
        }

        ol.author-letters.english li:last-child {
            margin-left: 2rem;
        }

    .author-letters.arabic {
        display: none;
    }


    /* Author Row */
    .row-items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: start;
        align-items: stretch;
        margin-right: -15px;
        margin-left: -15px;
    }

        .row-items .item, .row-items .item.session {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            margin-bottom: 1.5rem;
            padding-right: 15px;
            padding-left: 15px;
            position: relative;
        }

            .row-items .item.author {
                text-align: center;
            }


    @media (min-width: 401px) {
        .row-items .item {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
    }

    @media (min-width: 992px) {
        /*.row-items {
					-ms-flex-wrap: nowrap;
					flex-wrap: nowrap;
					}*/
        .row-items .item, .row-items .item.session {
            -ms-flex: 1 1 25%;
            flex: 1 1 25%;
            max-width: 25%;
        }
    }

    .item-inner {
        position: relative;
    }

    .item-buttons {
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
        top: 0;
        right: 0;
        left: 0;
        height: 100%;
        opacity: 0;
        background: rgba(0,0,0, 0.5);
        transition: .5s ease;
        cursor: pointer;
    }

        .item-buttons .button {
            margin-right: 0;
            margin-left: 0;
            margin-bottom: 10px;
        }

    .row-items .item:hover .item-buttons {
        opacity: 1;
    }

    .button.list-grid {
        display: inline-block;
        margin-right: 0;
        margin-bottom: 2rem;
        text-align: center !important;
    }

    /* Author Row */
    .row-items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: start;
        align-items: stretch;
        margin-right: -15px;
        margin-left: -15px;
    }

        .row-items .item {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            margin-bottom: 1.5rem;
            padding-right: 15px;
            padding-left: 15px;
            position: relative;
        }

        .row-items.sessions {
            -ms-flex-pack: start;
            justify-content: start;
        }

        .row-items .item.list {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            text-align: unset;
        }

        .row-items .item.session a {
            height: 100%;
            display: block;
            padding: 1rem;
            border: 2px solid #c7d444;
            text-align: left;
        }

        .row-items .item.list .inner {
            width: 100%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-pack: justify;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: space-between;
            border-bottom: 2px solid #c2d43c;
            padding-bottom: 1rem;
        }

            .row-items .item.list .inner .image {
                -ms-flex: 1 0 25%;
                flex: 1 0 25%;
            }

            .row-items .item.list .inner .text {
                -ms-flex: 1 0 auto;
                flex: 1 0 auto;
                padding: 0 15px;
            }

            .row-items .item.list .inner .buttons {
                -ms-flex: 1 0 100%;
                flex: 1 0 100%;
            }

        .row-items .item.list a.button {
            display: block;
        }

    @media (min-width: 401px) {
        .row-items .item {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
    }

    @media (min-width: 768px) {
        .row-items .item.list .inner .image, .row-items .item.list .inner .buttons {
            -ms-flex: initial;
            flex: initial;
        }
    }

    @media (min-width: 992px) {
        /*.row-items {
					-ms-flex-wrap: nowrap;
					flex-wrap: nowrap;
					}*/
        .row-items .item {
            -ms-flex: 1 1 25%;
            flex: 1 1 25%;
            max-width: 25%;
        }
    }

    .item-inner {
        position: relative;
    }

    .item-buttons {
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
        top: 0;
        right: 0;
        left: 0;
        height: 100%;
        opacity: 0;
        background: rgba(0,0,0, 0.5);
        transition: .5s ease;
        cursor: pointer;
    }

        .item-buttons .button {
            margin-right: 0;
            margin-left: 0;
            margin-bottom: 10px;
        }

    .row-items .item:hover .item-buttons {
        opacity: 1;
    }

    .author-intro, .event-intro {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 2rem;
    }

        .author-intro .text, .event-intro .text, .author-intro .image, .event-intro .image {
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
            max-width: 100%;
        }

        .author-intro .image {
            margin-bottom: 1rem;
        }

    @media (min-width: 768px) {
        .author-intro, .event-intro {
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .author-intro .text, .event-intro .text {
                -ms-flex: 1 1 75%;
                flex: 1 1 75%;
                max-width: 75%;
            }

            .author-intro .image, .event-intro .image {
                -ms-flex: 1 1 25%;
                flex: 1 1 25%;
                max-width: 25%;
            }

            .event-intro .text, .author-intro .text {
                -ms-flex-order: 1;
                order: 1;
            }

            .event-intro .image, .author-intro .image {
                -ms-flex-order: 2;
                order: 2;
            }
    }

    .author-intro .text {
        padding-left: 0;
        padding-right: 4rem;
    }

    .author-intro, .sessions {
        margin-left: -15px;
        margin-right: -15px;
    }

    /* Announcement Modal */
    .modal-open #site-wrap {
        filter: blur(3px);
        -webkit-filter: blur(3px);
    }

    .modal-open .modal-backdrop.in {
        filter: alpha(opacity=10);
        opacity: .1;
    }

    .modal {
        text-align: center;
    }

    .modal-dialog .modal-content {
        border-radius: 0;
    }

    .modal-dialog .modal-header {
        background: #c7d444;
        border-bottom: none;
    }

    @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;
        vertical-align: middle;
    }

    .modal-open .modal {
        text-align: center !important;
    }


@media screen and (max-width: 768px) {
    .entry-title {
        margin: -20% 0 0 0;
    }
}

@media screen and (max-width: 414px) {
    .entry-title {
        margin: -42% 0 0 0;
    }
}