html {
    height: 100%;
    position: relative;
}

body {
    /*background-image: url('Images/world3.png');*/

    font-family: 'Open Sans';
    height: 100%;
    width: 100%;
    color: #5F5F5F;
    background-position: 50% 0;
    background-repeat: repeat;
    position: absolute;
    margin: auto 0;
    padding: 0px;
}
.TopLogo {
    width: 100%;
    float: unset;
}
.MenuButton img {
    width: 32px;
}
.gallery {
    text-align:center;
    margin: auto 0;

}
h3 {
    text-align: center;
}
.wrapper {
}
.TopSubCaption{
    font-family: 'Open Sans';
    font-size: x-large;
    color: darkgray;
    text-align:center;
}
.content {
    width: 980px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.standardPadding {
    padding:12px;
    margin: auto 0px;
}

.menu {
    font-size: large;
    padding: 0px;
    font-family: 'Open Sans';
    background-color: transparent;
    text-align:center;
    margin: auto 0px;
    position:relative;

}
.menuSelected {
    font-size: large;
    padding: 0px;
    font-family: 'Open Sans';
    background-color: transparent;
    text-align:center;
    margin: auto 0px;
    position:relative;
    font-weight:bold;
}
        .dxmLite {
            display: inline-block;
            margin: 0 auto;
        }
.subtitle {
    font-size: medium;
    color: gray;
}
.box720 {
    width: 720px;
    margin: auto 0px;
    display: inline-block;
    position: relative;
    background-color: rgba(0,0,0,0.02);
    padding:12px;
    text-align:left;
}

.box720 a, .box720 a:link, .box720 a:visited {
    color: darkgreen;
    text-decoration: none;
    font-weight:bold;
}
.box720B {
    width: 720px;
    margin: auto 0px;
    display: inline-block;
    position: relative;
    background-color: rgba(0,0,0,0.02);
    padding: 12px;
    text-align: center;
}

    .box720B a, .box720B a:link, .box720B a:visited {
        color: darkgreen;
        text-decoration: none;
        font-weight: bold;
    }

a img {
    border: 0;
}

div.wrap {
    width: 993px;
    margin: 0 auto;
    text-align: left;
}

div#top div#nav {
    float: left;
    clear: both;
    width: 993px;
    height: 52px;
    margin: 22px 0 0;
}

    div#top div#nav ul {
        float: left;
        width: 700px;
        height: 52px;
        list-style-type: none;
    }

div#nav ul li {
    float: left;
    height: 52px;
}

    div#nav ul li a {
        border: 0;
        height: 52px;
        display: block;
        line-height: 52px;
        text-indent: -9999px;
    }

div#header {
    margin: -1px 0 0;
}

div#video-header {
    height: 683px;
    margin: -1px 0 0;
}

div#header div.wrap {
    height: 299px;
    background: url(images/header-bg.png) no-repeat 50% 0;
}

div#header div#slide-holder {
    z-index: 40;
    width: 993px;
    height: 299px;
    position: absolute;
}

    div#header div#slide-holder div#slide-runner {
        top: 9px;
        left: 9px;
        width: 973px;
        height: 278px;
        overflow: hidden;
        position: absolute;
    }

    div#header div#slide-holder img {
        margin: 0;
        display: none;
        position: absolute;
    }

    div#header div#slide-holder div#slide-controls {
        left: 0;
        bottom: 228px;
        width: 973px;
        height: 46px;
        display: none;
        position: absolute;
        background: url(images/slide-bg.png) 0 0;
    }

        div#header div#slide-holder div#slide-controls p.text {
            float: left;
            color: #fff;
            display: inline;
            font-size: 10px;
            line-height: 16px;
            margin: 15px 0 0 20px;
            text-transform: uppercase;
        }

        div#header div#slide-holder div#slide-controls p#slide-nav {
            float: right;
            height: 24px;
            display: inline;
            margin: 11px 15px 0 0;
        }

            div#header div#slide-holder div#slide-controls p#slide-nav a {
                float: left;
                width: 24px;
                height: 24px;
                display: inline;
                font-size: 11px;
                margin: 0 5px 0 0;
                line-height: 24px;
                font-weight: bold;
                text-align: center;
                text-decoration: none;
                background-position: 0 0;
                background-repeat: no-repeat;
            }

                div#header div#slide-holder div#slide-controls p#slide-nav a.on {
                    background-position: 0 -24px;
                }

            div#header div#slide-holder div#slide-controls p#slide-nav a {
                background-image: url(images/silde-nav.png);
            }

div#nav ul li a {
    background: url(images/nav.png) no-repeat;
}

.RightFloat {
    float: right;
}

.LeftFloat {
    float: left;
}

.AlignRight {
    text-align: right;
}
.ArticleHolder,
.NewsHolder,
.EventHolder {
     font-family: 'Open Sans';
    font-size: 14px;
    text-align:left;
}
.ArticleText,
.NewsText,
.EventText {
        font-size: 13px;

}

.EventStart {
}
.ArticleTitle,
.NewsTitle,
.EventTitle {
    font-family: 'Open Sans';
    font-size: 20px;
    color: #656565;
     font-weight: bold;
}
.ArticleCategory,
.NewsCategory,
.EventCategory {
       font-family: 'Open Sans';
    font-size: 16px;
    color: darkgray;
}
.ArticleHeader,
.NewsHeader,
.EventHeader {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 16px;

}
.ArticleBody,
.NewsBody,
.EventBody {
    padding-bottom: 2px;
       font-size: 14px;
}
.EventBody img {
max-width:100%;
}

    .NewsBody a, .NewsBody a:visited {
       text-decoration: none;
       color: darkgreen;
       font-weight: bold;
       
    }

.ArticleImage,
.NewsImage,
.EventImage {
    max-width:100%;
    padding-bottom:6px;
    margin: auto 0;
    text-align:center;
}

.ArticleSupplier,
.NewsSupplier,
.EventSupplier {
    font-family: 'Open Sans';
    font-size: 18px;
    color: #959595;
    font-weight: bold;
}

.EventDatesTable {
    background-color: #F5F5F5;
    padding: 0px;
    margin: 0px;
    width: 300px;
    border-left: solid 1px #DCDCDC;
    border-right: solid 1px #DCDCDC;
}

.EventDatesHeader {
    color: #173567;
    background-color: #DCDCDC;
    font-weight: bold;
    padding: 2px;
    padding-left: 6px;
}

.EventDatesCell {
    padding: 2px;
    padding-left: 6px;
    border-bottom: solid 1px #DCDCDC;
    font-size: 11px;
}
.ArticleLinkHeader,
.NewsLinkHeader,
.EventLinkHeader {
    padding: 2px;
    padding-left: 6px;
    border-bottom: solid 1px #DCDCDC;
    font-size: 14px;
    font-weight: bold;
    background-color: #DCDCDC;
}
.NewsLinkCell,
.EventLinkCell {
    padding: 2px;
    padding-left: 6px;
    border-bottom: solid 1px #DCDCDC;
    font-size: 12px;
    cursor: hand;
    cursor: pointer;
}
.NewsLinkRow:hover,
.EventLinkRow:hover {
    background-color: #4169E1;
    color: white;
}
.NewsLinkTable,
.EventLinkTable {
    background-color: #F5F5F5;
    padding: 0px;
    margin: 0px;
    width: 300px;
    border: solid 1px #DCDCDC;
    width: 690px;
}
.NewsLinkButton,
.EventLinkButton {
    float: left;
    background-color: #193D78;
    border: solid 0px #C0C0C0;
    width: 140px;
    padding: 2px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    border-left: solid 1px #DCDCDC;
    margin-right: 2px;
    margin-top: 2px;
    text-align: center;
    font-size: 12px;
}
.NewsLinkButton a:hover,
    .EventLinkButton a:hover {
        background-color: #FFFACD;
    }
.NewsLinkButton a, .NewsLinkButton a:visited,
    .EventLinkButton a, .EventLinkButton a:visited {
        color: #FFFFFF;
    }
.ImageFloatRight {
    float: right;
}


.TopLogoDiv {
    z-index: -1;
    background-color: #F7F7F7;
    opacity: 0.60;
    filter: alpha(opacity=60);
}

.TopMenuDiv .TopMenuDiv2 {
    background-color: #F2F2F2;
    width: 980px;
    height: 25px;
    opacity: 0.80;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=80);
}

.ContentDiv {
    width: 980px;
    text-align: left;
}

.MainMenu {
    font-size: 14px;
    z-index: 1000;
}

.SubMenu {
    font-size: 14px;
    z-index: 2000;
}

.SponsorText {
    font-size: 13px;
    color: #8888A5;
    padding: 6px;
}

.FooterText {
    font-size: 12px;
    color: #8888A5;
    padding: 6px;
    padding-bottom:12px;
}

    .FooterText a {
        color: #008740;
        text-decoration: none;
        font-weight:bold;
    }

        .FooterText a:hover {
            color: #C42806;
        }

.BottomDiv {
    z-index: 0;
    background-color: #F5F5F5;
    opacity: 0.70;
    filter: alpha(opacity=70);
}

.TextHeader {
    font-size: large;
    font-weight: bold;
}

.Opaque {
    z-index: 2;
    background-color: #FFFFFF;
    opacity: 0.99;
    filter: alpha(opacity=99);
}

.slideContent {
    background-color: Gray;
    display:none;
}

.slideImage {
    float: right;
    z-index: -1;
}

.slideText {
    position: relative;
    top: -70px;
    right: -340px;
    z-index: 100;
    color: White;
    font-size: 18px;
}

.slideContentText {
    text-align: right;
    color: White;
    font-size: 15px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 200;
    width: 290px;
    height: 100px;
    padding: 10px;
}

.slideContentTextBackground {
    background-color: #808080;
    position: absolute;
    right: 10px;
    z-index: 150;
    width: 300px;
    opacity: 0.50;
    filter: alpha(opacity=50);
    height: 120px;
    bottom: 10px;
}

.newsCollection,
.hotelCollection,
.venueCollection,
.eventCollection,
.productCollection {
    width: 100%;
    display: block;
}

.newsCollectionFP {
    width: 100%;
}

.newsCollectionImageFP img {
    width: 20%;
    height: unset;
    float: none;
}

.newsCollectionImageFP {
    width: 100%;
    float: left;
}

.newsCollectionItemFP {
    border: none;
    width: 20%;
    text-align: left;
    height: unset;
    overflow: hidden;
    float: left;
}

.newsCollectionFP {
    width: 100%;
}
.newsCollectionItem,
.hotelCollectionItem,
.venueCollectionItem,
.eventCollectionItem,
.productCollectionItem {
    border: 1px solid #E7E7E7;
    text-align: left;
    height: 100px;
    overflow: hidden;
    width: 100%;
    display: flex;
}

.newsCollectionItemFP:hover,
.newsCollectionItem:hover,
.hotelCollectionItem:hover,
.venueCollectionItem:hover,
.eventCollectionItem:hover,
.productCollectionItem:hover
 {
    border: 1px solid #0A9311;
    background-color: rgba(0,0,0,0.02);
    cursor: hand;
    cursor: pointer;

}
.newsCollectionNameFP {
     font-weight: bold;
    color: #656565;
   font-size: 14px;
}
.newsCollectionName,
.hotelCollectionName,
.venueCollectionName,
.eventCollectionName,
.productCollectionName {
 font-weight: bold;
    color: #656565;
   font-size: 14px;
}
.newsCollectionTextFP {

}
.newsCollectionTitleFP,
.newsCollectionTitle,
.hotelCollectionTitle,
.venueCollectionTitle,
.eventCollectionTitle,
.productCollectionTitle {
     font-weight: bold;
    color: #656565;
    font-size: 14px;
}
.newsCollectionHeaderFP {
}
.newsCollectionHeader,
.hotelCollectionHeader,
.venueCollectionHeader,
.productCollectionHeader,
.eventCollectionHeader {
    font-size: small;
    color: #656565;
}
.eventCollectionDateAndVenue {
    font-size: small;
    color: #656565;
}
.eventCollectionSubHeader {
    font-size: small;
}
.newsCollectionTextFP {
     text-align:left;
    float:left;
    width:300px; 
    padding-left:6px;
    padding-top:3px;
    font-size: small;
}

.newsCollectionText,
.hotelCollectionText,
.venueCollectionText,
.eventCollectionText,
.productCollectionText {
    text-align: left;
    float: left;
    padding-left: 6px;
    padding-top: 3px;
    font-size: small;
    flex-grow: 1; /* default 0 */
}

.newsCollectionDivider,
.hotelCollectionDivider,
.venueCollectionDivider,
.eventCollectionDivider,
.productCollectionDivider {
    height: 6px;
}

.newsCollectionImageFP {
    float:left;
    width:110px;
}
.newsCollectionImage,
.hotelCollectionImage,
.venueCollectionImage,
.eventCollectionImage,
.productCollectionImage {
    width: 100px;
    flex-grow: 0;
}

.header {
    font-weight: bold;
    color: #656565;
    padding:18px;
    font-size:20px;
    text-align:center;
    
}

.subHeader, .eventDateTime {
    color: #686868;
}

.title {
    font-size: 14px;
    font-weight: bold;
    color: #222222;
}

.StateActive {
    font-weight: bold;
}

.StateInActive {
    color: #C0C0C0;
}

.StateHeaders {
    font-size: 18px;
    font-family: Arial;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    padding: 12px;
}

.BasketPanelContent {
    height: 340px;
}

.arrowStyle {
    width: 10px;
    height: 16px;
}

.PaymentFrame {
    padding: 0px;
    border-width: 0px;
    height: 230px;
    width: 420px;
    overflow: hidden;
}

.auto-style1 {
    width: 180px;
    height: 60px;
}

.MainHeader {
    font-size: 18px;
    font-family: Arial;
}

.SubHeader {
    font-size: 14px;
    font-family: Arial;
}

.OrderAmountTable {
    width: 400px;
}

.ConfirmationTable {
    width: 600px;
    margin: 0px;
    padding: 0px;
}

.auto-style2 {
    width: 340px;
    height: 24px;
}

.BasketPanels {
    height: 360px;
    clear: both;
}

.TableRowAlternative {
    background-color: #E7E7E7;
}

.TableRow {
    background-color: #F5F5F5;
}


.BlogCaption {
}

.BlogHeader {
}

.BlogText {
}


.Header1 {
}

.Header2 {
}

.Header3 {
    color: #373737;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}

.Footer {
    font-style: italic;
}

.RoundPanelHeader {
    font-family: Arial;
    font-size: 14px;
}

.Article p {
    margin-top: 0px;
}

.ArticleListHeader {
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

.ArticleListCategory {
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 4px;
    font-family: Arial;
    font-size: 13px;
}

.ArticleListTitleDate {
    color: #AAAAAA;
}

.ArticleListTitle {
    margin-top: 5px;
    margin-left: 0px;
    font-size: 12px;
    overflow: hidden;
    width: 205px;
    font-family: Arial;
    font-size: 13px;
}

    .ArticleListTitle a {
        color: #831522;
    }

        .ArticleListTitle a:hover {
            color: #009B0E;
        }

        .ArticleListTitle a:visited {
            color: #828282;
        }

.Image {
    padding: 6px;
}

.Article img {
    padding-left: 4px;
    padding-right: 10px;
    padding-bottom: 10px;
}


.ImageFloatRight {
    float: right;
}




.MenuSelected, .MenuSelected a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #8B8B8B;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.MenuNotSelected, .MenuNotSelected a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #676767;
    padding-left: 6px;
    padding-right: 6px;
    text-decoration: none;
}

    .MenuNotSelected a:hover {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        color: #00430D;
        text-decoration: none;
    }

.CollectionMenu {
    width: 100%;
    margin: auto 0px;
    padding-top:12px;
    padding-bottom:12px;
    text-align: center;

}
.artist {
        font-size: 16px;

}
.artist a {
        text-decoration:none;
        color: green;

}
.artist a:hover {
        color: red;
}

.wdc_ow_img {
    height:150px;
    width:100px;
    object-fit:cover;
}
.wdc_dt_div {

}
.wdc_dt_img, wdc_dt_image {
    float: right;
}
.wdc_dt_img {
    max-height: 600px;
    max-width: 400px;
}
.img_left {
    padding-bottom: 12px;
    padding-right: 12px;
    float: left;
    max-width: 340px;
    padding-top:4px;
}
.img_right {
    padding-bottom: 12px;
    padding-left: 12px;
    float:right;
    max-width:340px;
}
.wdc_ow_title {
    font-size: medium;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding-bottom:px;
    color:#444444;
    height: 40px;
    vertical-align:middle;
    line-height:18px;
}
.wdc_dt_title {
    font-size: x-large;
    font-weight:bold;
    width:100%;
    text-align:center;
    padding-bottom: 12px;
}
.icon {
    padding:4px;
}

.wdc_dt_header {
    font-size: large;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.wdc_space {
    padding-bottom:20px;
}
.wdc_ow {
   
    margin: auto 0px;
    display: inline-block;
    position: relative;
    background-color: rgba(0,0,0,0.02);
 
    padding: 0px;

}
.wdc_dt {
    background-color: rgba(250, 250, 250, 0.75);
    width: 100%;
    text-align:left;
}
.wdc_ow_div {
    width: 13% !important;
    height: auto !important;
    padding-right: 2px;
    padding-left: 2px;
    cursor: hand;
    cursor: pointer;
    float: left;
    overflow: hidden;
}

.wdc_ow_img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}

.wdc_ow_image {
    width: unset !important;
}

.wdc_dt_div a, .wdc_dt_div a:link, .wdc_dt_div a:visited {
    color: darkgreen;
    text-decoration: none;
    font-weight: bold;
}
.social {
    text-align: center;
}
    .social img {
        padding: 4px;
    }
    .social p {
        font-size:small;
    }

.actors {
    position: relative;
    z-index: 100;
    width: 100%;
    padding-top: 6px;
}

    .actors img {
        height: unset;
        width: 9%;
        opacity: 1;
    }
.publicist {
    font-size: 26px;
    position: absolute;
    z-index: 2000;
    text-align: left;
    bottom: 6px;
    left: 0px;
    color: white;

    background-color: rgba(0, 0, 0, 0.30);
    padding: 0px 4px 0px 4px;
    margin: 0px 4px 0px 4px;
    /*-webkit-animation: grow 4s; /* Safari, Chrome and Opera > 12.1 */
    /* -moz-animation: grow 4s;  Firefox < 16 */
    /*-ms-animation: grow 4s;  Internet Explorer */
    /* -o-animation: grow 4s; Opera < 12.1 */
    /* animation: grow 4s;*/
}


    .actors_text
    {


    }
    .fade_in_4 {

        -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 4s; /* Firefox < 16 */
        -ms-animation: fadein 4s; /* Internet Explorer */
        -o-animation: fadein 4s; /* Opera < 12.1 */
        animation: fadein 4s;
    }

.fade_in_8 {
    -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 4s; /* Firefox < 16 */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera < 12.1 */
    animation: fadein 4s;
    animation-delay:4s;
}

.fade_in_12 {
    -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 4s; /* Firefox < 16 */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera < 12.1 */
    animation: fadein 4s;
    animation-delay: 8s;
}
.fade_in_12 {
    -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 4s; /* Firefox < 16 */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera < 12.1 */
    animation: fadein 4s;
    animation-delay: 12s;
}
@keyframes fadein {
    from {
        top: -20px;
    }

    to {
        top: 20px;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        top: -20px;
    }

    to {
        top: 20px;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        top: -20px;
    }

    to {
        top: 20px;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        top: -20px;
    }

    to {
        top: 20px;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        top: -20px;
    }

    to {
        top: 20px;
    }
}

@keyframes grow {
    from {
        top: -20px;

    }

    to {
        top: 20px;
    }
}

/* Firefox < 16 */
@-moz-keyframes grow {
    from {
        top: -20px;
    }

    to {
        top: 20px;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes grow {
    from {
        top: -20px;
    }

    to {
        top: 20px;
    }
}

/* Internet Explorer */
@-ms-keyframes grow {
    from {
        top: -20px;
    }

    to {
        top: 20px;
    }
}

/* Opera < 12.1 */
@-o-keyframes grow {
    from {
        top: -20px;
    }

    to {
        top: 20px;
    }
}

.btn_blue {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: x-large;
    color: #fff;
    background-color: #0072C6;
    border-color: transparent !important;
    width: 100%;
    border-radius: 2px !important;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .5s ease-in-out,background-color .5s ease-in-out,border-color .5s ease-in-out,box-shadow .5s ease-in-out;
}

.MenuDiv {
    position: fixed;
    padding: 20px;
    margin: 20px;
    width: 100%;
    max-width: 300px;
    height: 90vh;
    top: 12px;
    right: -320px;
    z-index: 2000;
    border: solid 1px darkgray;
    background-color: rgb(245, 245, 245);
    border-radius: 6px;
    font-size: medium;
    overflow-y: scroll;
    overflow-x: hidden;
}

.IntroductionDiv {
    font-family: 'Open Sans';
    font-size: large;
    text-align:center;
}

.MobileHeader {
    font-family: 'Open Sans';
    font-size: medium;
    text-align: center;
}

@media all and (max-width: 982px) { /* screen size until 500px */
    body {
        /*font-size: 0.8em;  0.8x default size */
    }

    .TopSubCaption {
        font-family: 'Open Sans';
        font-size: 1em;
        color: darkgray;
        text-align: center;
    }

    .TopLogo {
        width: 96%;
        float: left;
    }

    .MenuButton img {
        width: 32px;
    }
}
@media all and (max-width: 500px) { /* screen size until 500px */
    body {
        /*font-size: 0.8em;  0.8x default size */
    }
    .TopSubCaption {
        font-family: 'Open Sans';
        font-size: 0.8em;
        color: darkgray;
        text-align: center;
    }
    .TopLogo {
        width:90%;
        float:left;
        padding-top:7px;
    }
    .MenuButton img {
        width: 26px;
    }
    .IntroductionDiv {
        font-family: 'Open Sans';
        font-size: 0.7em;
    }

    .slideContent {
        background-color: Gray;
        display: none;
        width: 100% !important; 
    }

    .slideImage {
        float: right;
        z-index: -1;
    }

    .slideText {
        position: relative;
        top: 0px;
        right: 0px;
        z-index: 100;
        color: White;
        font-size: 18px;
    }

    .slideContentText {
        text-align: center;
        color: White;
        position: center;
        font-size: 15px;
         bottom: unset;
        right: unset;
        z-index: 200;
        width: 100%;
        height: 100%;
        padding: 10px;
    }

    .slideContentTextBackground {
        background-color: none;
        position: center;
        right: unset;
        bottom: unset;
        z-index: 150;
        width: 100%;
        opacity: 0.50;
        filter: alpha(opacity=50);
        height: 100%;
        padding: 10px;*/
    }
    .actors {
        position: relative;
        z-index: 100;
        width: 100%;
        padding-top:6px;
    }

     .actors img {
         height: unset;
         width:12%;
         opacity: 1;
        }
    .publicist {
        font-size: 14px;
        position: relative;
        top: -20px;
        background-color: unset;
        padding: 0px 4px 0px 4px;
        margin: 0px 4px 0px 4px;
    }
    .newsCollectionFP {
        width:100%;
    }
    .newsCollectionImageFP img {
        width:20%;
        height:unset;
        float: none;
    }
    .newsCollectionImageFP {
        width: 100%;
        float: left;
    }
    .newsCollectionItemFP {
        border: none;
        width: 20%;
        text-align: left;
        height: unset;
        overflow: hidden;
        float:left;
    }
    .newsCollectionItemFP img {
        border: none;
        width: 100%;
        height: unset !important;
    }
    .MobileHeader {
        font-family: 'Open Sans';
        font-size: medium;
        text-align:center;
    }
    .FooterText {
        text-align:center;
    }
    .box720B {
        width: 100%;
    }
    .newsCollection,
    .eventCollection
    {
        width: 100%;
    }
    .newsCollectionItem,
    .eventCollectionItem {
        width: 100%;
        display: flex;
    }

    .newsCollectionText,
    .eventCollectionText
    {
        width: unset;
        float: left;
        padding-left: 4px;
        margin-left: 4px;
        flex-grow: 1; /* default 0 */
    }
    .newsCollectionImage,
    .eventCollectionImage {
        padding-right: 4px;
        flex-grow: 0;
    }
    .dxig-img {
        width: 100% !important;
        height: auto !important;
    }
    .dxigItem {
        width: 100% !important;
        height: auto !important;
    }
    .wdc_ow_div {
        width: 12% !important;
        height: auto !important;
        padding-right: 2px;
        padding-left: 2px;
    }
    .wdc_ow_img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover;
    }
    .wdc_ow_image {
        width: unset !important;
    }
    .wdc_ow_title {
        font-size:xx-small;
    }
    .membershipshop {
        font-size: small;
        font-family: 'Open Sans', 'Arial';
    }
}


