﻿@font-face {
    font-family: LCDFont;
    src: url('/css/openlcd.ttf');
}

body {
    background-color:white;
    margin: 0px;
    padding: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana;
    font-size: 16px;
    color: #515151;
    overflow-y: scroll;
    margin-top:45px;
}

.White {
    color: white;
}

.Red {
    color: #db2224;
}
.Yellow {
    color: #ffbd46;
}
.DarkGray {
    color: #3b3b3b;
}
.GreenNotification {
    color: #61b66a;
}
.OrangeNotification {
    color: #FF8500;
}
.GreenScreen {
    color: #5cd524;
}
.OrangeScreen {
    color: #ff9400;
}
.RedScreen {
    color: #ff0000;
}
small{
    font-size:11px;
}

img.mdicon32 {
    width:32px;
    height:32px;
    opacity:0.5;
}
img.mdicon32:hover {
    opacity: 1;
}

@media screen and (max-width: 639px) {
    img.mdicon32 {
        width: 28px;
        height: 28px;
    }

}



    img.mdicon48 {
        width: 48px;
        height: 48px;
        opacity: 0.5;
    }

        img.mdicon48:hover {
            opacity: 1;
        }

    img.mdicon24 {
        width: 24px;
        height: 24px;
        opacity: 0.5;
    }

        img.mdicon24:hover {
            opacity: 1;
        }

    img.mdicon16 {
        width: 16px;
        height: 16px;
        opacity: 0.5;
    }

        img.mdicon16:hover {
            opacity: 1;
        }

    img.mdicon18 {
        width: 18px;
        height: 18px;
        opacity: 0.5;
    }

        img.mdicon18:hover {
            opacity: 1;
        }

    img.ArticleFullWidthPic {
        border: 1px solid transparent;
        width: 100%;
        margin: 0px;
    }

        img.ArticleFullWidthPic:hover {
            border: 1px solid #ffbd46;
        }

    div.WineClocks {
        font-family: WPDigital;
        font-size: 36px;
        color: #0185cf;
        color: white;
        font-weight: bolder;
        text-align: center;
        position: absolute;
        bottom: 5px;
        background-image: linear-gradient(to bottom, transparent, black);
        width: 100%;
        margin: 0px;
        overflow: hidden;
    }

    div.WineClocksMobile {
        font-family: WPDigital;
        font-size: 36px;
        color: #0185cf;
        color: white;
        text-align: center;
        position: absolute;
        top: 0px;
        background-image: linear-gradient(to bottom, black,transparent);
        width: 100%;
        margin: 0px;
    }

    div.WineClockBox {
        position: relative;
        margin: 0px;
        padding: 0px;
        overflow: hidden;
    }


    a:link,
    a:visited,
    a:active {
        text-decoration: none;
        color: #0185cf;
    }

    a:hover {
        color: #ffbd46;
        text-decoration: none;
    }

    a.GreenScreen:link,
    a.GreenScreen:visited,
    a.GreenScreen:active {
        text-decoration: none;
        color: #5cd524;
    }

    a.GreenScreen:hover {
        color: #5cd524;
        text-decoration: none;
    }


    a.DarkGray:link,
    a.DarkGray:visited,
    a.DarkGray:active {
        color: #3b3b3b;
        text-decoration: none;
    }

    a.DarkGray:hover {
        color: #919191;
        text-decoration: none;
        /*border-bottom: 1px solid #ac004a;*/
    }

    a.BigLink:link,
    a.BigLink:visited,
    a.BigLink:active {
        color: #111;
        text-decoration: none;
        font-size: 18px;
        font-weight: bolder;
    }

    a.BigLink:hover {
        color: #ffbd46;
        text-decoration: none;
        border-bottom: 1px solid #333;
        font-size: 18px;
        font-weight: bolder;
    }

    h1 {
        margin-bottom: 10px;
        margin-top: 20px;
        color: #e55933;
        text-align: center;
    }

    h2 {
        margin-bottom: 10px;
        color: #0185cf;
        text-align: center;
    }

        h2.Category {
            margin-bottom: 10px;
            color: #0185cf;
            border-bottom: 1px solid #ffbd46;
            padding-left: 20px;
        }

    h3 {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    h4 {
        margin-bottom: 10px;
    }

    .HeaderImage {
        margin-top: 15px;
        width: 100%;
        border-top: 2px solid #ffbd46;
        border-bottom: 2px solid #ffbd46;
    }

    .HeaderOrnamentTop {
        width: 100%;
    }

    .HeaderMargin {
        margin-bottom: 30px;
    }

    .HeaderMiddleImage {
        width: 100%;
        /*border-bottom: 1px solid #001ca4;
    border-top: 1px solid #001ca4;*/
    }

    div.MenuBarMobileRight {
        display: none;
        padding: 10px;
        font-size: 20px;
        background-color: rgba(255,255,255,0.9);
        color: gray;
        width: 60%;
        min-width: 100px;
        max-width: 250px;
        position: fixed;
        right: 0px;
        top: 45px;
        -webkit-box-shadow: -11px 12px 15px -4px rgba(64,64,64,1);
        -moz-box-shadow: -11px 12px 15px -4px rgba(64,64,64,1);
        box-shadow: -11px 12px 15px -4px rgba(64,64,64,1);
        border: 1px solid gray;
        border-right: none;
        z-index: 150;
    }

    div.MenuItemTopPhone {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 7px;
        padding-bottom: 7px;
        /*text-transform: uppercase; */
    }

    div.TopMenuRight {
        margin: 0px;
        padding: 0px;
        padding-right: 10px;
        text-align: right;
        display: flex;
        justify-content: flex-end;
    }

    div.TopMenuNotif {
        margin: 0px;
        padding: 0px;
        text-align: right;
        display: flex;
        justify-content: flex-end;
    }

    .MenuItem32px {
        font-size: 32px;
    }

    .MenuItem24px {
        font-size: 24px;
    }

    .MenuItem18px {
        font-size: 18px;
    }


    .Clickable {
        cursor: pointer;
    }

    div.LogoSmall {
        height: 40px;
        padding: 3px;
        padding-left: 10px;
        padding-bottom: 5px;
        display: none;
    }

    div.LogoTiny {
        height: 40px;
        padding: 3px;
        padding-left: 10px;
        padding-bottom: 5px;
        display: none;
    }

    div.MenuButtonItem {
        padding-top: 3px;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 5px;
        background-color: #EAEAEA;
        border-radius: 6px;
        position: relative;
    }
    div.MenuButtonItem:hover {
        background-color: #ffffff;
    }

    div .MenuButtonItemOverlay {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 70%;
        transform: translateX(-30%);
        text-align: right;
        font-size: 14px;
        background-color: rgba(255,255,255,0.7);
        padding: 0px;
        padding-left: 2px;
        padding-right: 2px;
        border-radius: 3px;
        color: #686868;
        font-weight: bolder;
    }

    div.MenuButtonItemOptional {
        padding-top: 3px;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 5px;
        background-color: #EAEAEA;
        border-radius: 6px;
    }
    div.MenuButtonItemOptional:hover {
        background-color: #ffffff;
    }

    div.MenuTextButtonItem {
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 5px;
        background-color: #EAEAEA;
        border-radius: 8px;
        display: flex;
        align-items: center;
    }



    @media screen and (min-width: 640px) {
        div.TopMenu {
            position: fixed;
            height: 42px;
            background-color: #f2f2f2;
            width: 100%;
            display: flex;
            box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.45);
            justify-content: space-between;
            align-items: center;
            font-size: 18px;
            color: white;
            font-weight: 500;
            z-index: 100;
            top: 0px;
            overflow: hidden;
        }

        div.LogoSmall {
            display: block;
        }
    }

    @media screen and (max-width: 639px) {

        div.TopMenu {
            overflow: hidden;
            position: fixed;
            height: 40px;
            background-color: #f2f2f2;
            width: 100%;
            display: flex;
            box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.45);
            justify-content: space-between;
            align-items: center;
            font-size: 16px;
            color: white;
            font-weight: 500;
            z-index: 100;
            top: 0px;
        }

        div.LogoTiny {
            display: block;
        }

        div.MenuButtonItem {
            margin-left: 3px;
            padding-left: 3px;
            padding-right: 3px;
        }

        div.MenuButtonItemOverlay {
            font-size: 12px;
            font-weight: initial;
        }
    }


    @media screen and (max-width: 469px) {
        div.MenuItem {
            display: none;
        }

        div.MobileMenu {
            padding-top: 3px;
            padding-left: 5px;
            padding-right: 5px;
            display: block;
            font-size: 32px;
            color: white;
        }

        div.MenuButtonItemOptional {
            display: none;
        }
    }

    @media screen and (min-width: 470px) {
        div.MobileMenu {
            /*display: none;*/
            padding-top: 3px;
            padding-left: 5px;
            padding-right: 5px;
        }

        div.MenuItem {
            padding-left: 5px;
            padding-right: 5px;
        }
    }

    @media screen and (max-width: 899px) {
        div.MenuItemExt {
            display: none;
        }

        h1 {
            font-size: 24px;
        }
    }

    @media screen and (min-width: 900px) {
        div.MenuItemExt {
            display: block;
        }

        h1 {
            font-size: 32px;
        }
    }

    div.TabbedSubArticle {
        padding-left: 20px;
        padding-right: 0px;
    }

    div.FullWidthHeaderBar {
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
        margin-top: 15px;
        background-image: linear-gradient(to bottom right, #DADADA, #fef7cc);
    }

    div.FullWidthHeaderBarLevel2 {
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
        margin-top: 15px;
        background-color: #DADADA;
    }

    div.PageWrapper {
        padding-left: 5px;
        padding-right: 5px;
    }



    div.FullWidthArticle {
        padding-left: 10px;
        padding-right: 10px;
    }

    div.FullWidthArticlePadded {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
        margin-top: 15px;
        max-width: 1070px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }

    div.FullWidthPhotoArticlePadded {
        padding-left: 1px;
        padding-right: 1px;
        margin-bottom: 20px;
        margin-top: 15px;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }

    div.FullWidthFeedArticlePadded {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        margin-top: 15px;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 8px;
        overflow: hidden;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
        box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
    }

    div.Hoverable:hover {
        background-color: #fffde5;
    }


    @media screen and (max-width: 449px) {
        div.FullWidthArticlePadded {
            padding-left: 0px;
            padding-right: 0px;
        }

        div.FullWidthFeedArticlePadded {
            padding-left: 5px;
            padding-right: 5px;
            margin-left: auto;
            margin-right: auto;
        }
    }

    div .FullWidthArticlePaddedLast {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 200px;
        margin-top: 15px;
    }

    div.FullWidthForm {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
        max-width: 900px;
    }

    div.CenteredArticlePadded {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }

    @media screen and (max-width: 639px) {
        div.CenteredArticlePadded {
            padding-left: 8px;
            padding-right: 8px;
            margin-bottom: 20px;
            max-width: 1100px;
            margin-left: auto;
            margin-right: auto;
        }
    }

    div.MenuRightPad {
        flex-grow: 2;
    }


    div.FinalFooter {
        padding-top: 20px;
        display: flex;
        justify-content: space-between;
        background-color: #d57600;
        padding-bottom: 10px;
        color: #fff
    }

    div.FinalFooterItem {
        min-width: 100px;
        width: 90%;
        padding-right: 20px;
        padding-left: 20px;
    }

    div.FinalFooterSub {
        padding: 10px;
        padding-top: 0px;
        background-color: #0185cf;
        color: white;
        font-size: 12px;
    }

    div.SocialMediaIcon {
        width: 32px;
        text-align: left;
        margin-right: 10px;
    }


    div.ArticlesInline {
        padding-top: 0px;
        padding-bottom: 0px;
        display: flex;
        justify-content: space-between;
        color: #3b3b3b;
        overflow-x: auto;
        text-align: center;
    }

    div.ArticlesInlineMagazineCarrousel {
        overflow-x: auto;
        text-align: center;
        width: 100%;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: space-between;
    }

    div.Articles {
        padding-top: 0px;
        padding-bottom: 0px;
        display: flex;
        justify-content: space-evenly;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        color: #3b3b3b;
        flex-wrap: wrap;
        max-width: 1100px;
    }

    div.ArticlesMagazineCover {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        color: #3b3b3b;
        max-width: 800px;
        min-width: 220px;
        width: 31%;
        border-radius: 8px;
        overflow: hidden;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
        box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
    }

    img.MagazineCover {
        width: 100%;
    }

    img.MagazineCoverCrop {
        width: 100%;
        margin-bottom: -4px;
    }

    div.MagazineCoverCrop {
        width: 100%;
        overflow: hidden;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }

    div.InlineOfferBox {
        padding-top: 0px;
        padding-bottom: 2px;
        display: flex;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        color: #3b3b3b;
        flex-wrap: nowrap;
        max-width: 1100px;
        width: 95%;
        border-bottom: 1px dotted gray;
        margin-bottom: 15px;
    }

    div.InlineOfferImage {
        width: 10%;
        min-width: 40px;
        max-width: 200px;
        border: 1px solid #EAEAEA;
        margin-right: 10px;
    }

    div.InlineOfferOffer {
        flex-grow: 2;
    }

    div.InlineOfferPrice {
        text-align: right;
    }

    div.ArticleImages {
        padding-top: 0px;
        padding-bottom: 0px;
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        color: #3b3b3b;
        flex-wrap: wrap;
        max-width: 1100px;
    }

    div.ArticleCol30Perc {
        width: 30%;
        max-width: 800px;
        min-width: 250px;
        margin-top: 20px;
        margin-left: 5px;
        margin-right: 5px;
        /*background-color: #ebf5f8;*/
        border-radius: 5px;
        border-left: 1px solid #e9c388;
        border-right: 1px solid #e9c388;
        flex-grow: 2;
        /*
    -webkit-box-shadow: 9px 9px 12px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 9px 9px 12px 0px rgba(0,0,0,0.4);
    box-shadow: 9px 9px 12px 0px rgba(0,0,0,0.4);
    */
    }

    div.ArticleBody {
        padding: 8px;
        padding-bottom: 15px;
    }


    div.ArticleHeader {
        font-size: 22px;
        font-weight: bolder;
        text-align: center;
        padding: 3px;
        margin-bottom: 10px;
        color: #0185cf;
    }

    div.ButtonDiv {
        background-color: #eAeAeA;
        margin-top: 0px;
    }

    div.ButtonDivDisabled {
        margin-top: 0px;
    }

    div.ButtonDiv:hover {
        background-color: #fef7cc;
    }

    div.ArticlesSmallMargin {
        margin-bottom: 0px;
        margin-top: 10px;
    }


    /*
div.ArticleHeader {
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    background-color: #3794f3;
    padding: 3px;
    border-radius: 3px 3px 0px 0px;
    margin-bottom: 10px;
    color:white;
}
*/



    div.ArticleCol100Perc {
        width: 100%;
        max-width: 1100px;
        min-width: 250px;
        margin-top: 20px;
        margin-left: 5px;
        margin-right: 5px;
    }

    div.ArticleInline {
        width: 50%;
        max-width: 300px;
        min-width: 120px;
        margin-top: 10px;
        padding: 10px;
        text-align: center;
    }

    .form-style-2 {
        /*margin:10px auto; center the form*/
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, Arial;
    }

        .form-style-2 li {
            padding: 0;
            display: block;
            list-style: none;
            margin: 10px 0 0 0;
        }

        .form-style-2 label {
            margin: 0 0 3px 0;
            padding: 0px;
            display: block;
            font-weight: bold;
        }

        .form-style-2 input[type=text],
        .form-style-2 input[type=date],
        .form-style-2 input[type=datetime],
        .form-style-2 input[type=number],
        .form-style-2 input[type=search],
        .form-style-2 input[type=time],
        .form-style-2 input[type=url],
        .form-style-2 input[type=email],
        .form-style-2 input[type=password],
        textarea,
        select {
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            border: 1px solid #BEBEBE;
            padding: 7px;
            margin: 0px;
            -webkit-transition: all 0.30s ease-in-out;
            -moz-transition: all 0.30s ease-in-out;
            -ms-transition: all 0.30s ease-in-out;
            -o-transition: all 0.30s ease-in-out;
            outline: none;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            font-size: 16px;
        }

            .form-style-2 input[type=text]:focus,
            .form-style-2 input[type=date]:focus,
            .form-style-2 input[type=datetime]:focus,
            .form-style-2 input[type=number]:focus,
            .form-style-2 input[type=search]:focus,
            .form-style-2 input[type=time]:focus,
            .form-style-2 input[type=url]:focus,
            .form-style-2 input[type=email]:focus,
            .form-style-2 input[type=password]:focus,
            .form-style-2 textarea:focus,
            .form-style-2 select:focus {
                -moz-box-shadow: 0 0 8px #e9c388;
                -webkit-box-shadow: 0 0 8px #e9c388;
                box-shadow: 0 0 8px #e9c388;
                border: 1px solid #e9c388;
                font-size: 16px;
            }

        .form-style-2 .field-divided {
            width: 49%;
            max-width: 200px;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            font-size: 16px;
        }

        .form-style-2 .field-long {
            width: 100%;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            font-size: 16px;
        }

        .form-style-2 .field-medium {
            width: 100%;
            max-width: 400px;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            font-size: 16px;
        }

        .form-style-2 .field-select {
            width: 100%;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            font-size: 16px;
        }

        .form-style-2 .field-select-divided {
            width: 49%;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            font-size: 16px;
        }

        .form-style-2 .field-select-small {
            width: 39%;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            font-size: 16px;
        }

        .form-style-2 .field-select-free {
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            font-size: 16px;
        }

        .form-style-2 .field-textarea {
            height: 100px;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            font-size: 16px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        .form-style-2 input[type=submit],
        .form-style-2 input[type=button],
        .form-style-2 input[type=file],
        .form-style-2 file {
            border: none;
            padding: 8px 15px 8px 15px;
            background: #FF8500;
            color: #fff;
            box-shadow: 1px 1px 4px #DADADA;
            -moz-box-shadow: 1px 1px 4px #DADADA;
            -webkit-box-shadow: 1px 1px 4px #DADADA;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            font-size: 16px;
            margin-top: 10px;
        }

            .form-style-2 input[type=submit]:hover,
            .form-style-2 input[type=button]:hover {
                background: #EA7B00;
                color: #fff;
                font-size: 16px;
            }

        .form-style-2 input[type=checkbox] {
            border: none;
            padding: 8px 15px 8px 15px;
            background: #FF8500;
            color: #fff;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            font-size: 16px;
        }

        .form-style-2 .required {
            color: red;
        }

    div.BasicFlexView {
        display: flex;
        margin: 0px;
        padding: 0px;
        flex-wrap: wrap;
    }

    div.BasicFlexViewTopLine {
        display: flex;
        margin: 0px;
        padding: 0px;
        flex-wrap: wrap;
        margin-top: 15px;
    }

    div.BasicFlexViewBottomLine {
        display: flex;
        flex-wrap: wrap;
        margin: 0px;
        padding: 0px;
        border-bottom: 1px solid gray;
        margin-bottom: 10px;
    }

    div.Box25Perc {
        flex-grow: 1;
        width: 25%;
        min-width: 120px;
        max-width: 800px;
        margin: 0px;
        padding: 10px;
        padding-top: 0px;
        font-size: 16px;
        color: #686868;
        position: relative;
    }

    div.BoxRest {
        flex-grow: 2;
        width: 70%;
        min-width: 120px;
        margin: 0px;
        padding: 10px;
        padding-top: 0px;
        font-size: 16px;
        color: #686868;
        position: relative;
    }

    div.BodyBasicComp {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 100px;
        min-height: 600px;
        max-width: 1900px;
    }

    div.InfoBoxThird {
        flex-grow: 1;
        width: 30%;
        min-width: 220px;
        margin: 0px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 20px;
        background-color: #EAEAEA;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 10px;
        padding-top: 0px;
        font-size: 16px;
        color: #686868;
        border: 1px solid gray;
        position: relative;
    }

    div.InfoBoxFull {
        flex-grow: 1;
        min-width: 220px;
        margin: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: #EAEAEA;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 10px;
        padding-top: 0px;
        font-size: 16px;
        color: #686868;
        cursor: pointer;
        border: 1px solid gray;
        position: relative;
    }

    h2.InfoBox {
        text-align: left;
        color: #787878;
        margin-bottom: 10px;
    }

    h2.Feed {
        text-align: left;
        color: #ffbd46;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    div.FeedTitleDetails {
        margin: 0px;
        padding-left: 10px;
        font-size: 12px;
        color: #686868;
        font-style: oblique;
    }

    div.FeedFooter {
        margin: 0px;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 12px;
        color: #686868;
        border-top: 1px solid #dadada;
    }

    h1.InfoBox {
        text-align: left;
        color: #787878;
        margin-bottom: 10px;
    }

    a.ArticleHeaderLink:link,
    a.ArticleHeaderLink:visited,
    a.ArticleHeaderLink:active {
        color: #f5a62b;
        text-decoration: none;
    }

    a.ArticleHeaderLink:hover {
        color: #ffbd46;
    }

    a.whitelink:link,
    a.whitelink:visited,
    a.whitelink:active {
        color: #fff;
        text-decoration: none;
    }

    a.whitelink:hover {
        color: #cccccc;
    }

    .blue {
        color: #0185cf;
    }

    .InfoFramed {
        border: 1px dotted #888888;
    }


    a.blue:link,
    a.blue:visited,
    a.blue:active {
        color: #ac004a;
        text-decoration: none;
    }

    a.blue:hover {
        color: #dc0080;
        text-decoration: underline;
    }

    a.orange:link,
    a.orange:visited,
    a.orange:active {
        color: #ffb400;
        text-decoration: none;
    }

    a.orange:hover {
        color: #ffe2ad;
        text-decoration: underline;
    }



    a.MenuLink:link,
    a.MenuLink:visited,
    a.MenuLink:active {
        color: #686868;
        text-decoration: none;
    }

    a.MenuLink:hover {
        color: #ffbd46;
        text-decoration: none;
        /*border-bottom: 1px solid #ac004a;*/
    }

    img.ProductThnSimple {
        width: 100%;
        max-width: 200px;
    }

    img.ArticleImageSimple {
        width: 100%;
        max-width: 800px;
    }

    div.BlogGalleryAlbum {
        width: 20%;
        min-width: 200px;
        max-width: 400px;
        text-align: left;
        margin: 10px;
        flex-grow: 2;
        background-color: #f4efe1;
        overflow: hidden;
        height: 240px;
        border-radius: 5px;
        border: 1px solid #9ba9c7;
        -webkit-box-shadow: 9px 9px 12px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 9px 9px 12px 0px rgba(0,0,0,0.4);
        box-shadow: 9px 9px 12px 0px rgba(0,0,0,0.4);
    }

    div.BlogGalleryAlbumSmall {
        width: 20%;
        min-width: 150px;
        max-width: 400px;
        text-align: left;
        margin: 10px;
        flex-grow: 2;
        background-color: #f4efe1;
        overflow: hidden;
        height: 180px;
        border-radius: 5px;
        border-left: 1px solid #0185cf;
        border-right: 1px solid #0185cf;
        /*    border: 1px solid #9ba9c7;
    -webkit-box-shadow: 9px 9px 12px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 9px 9px 12px 0px rgba(0,0,0,0.4);
    box-shadow: 9px 9px 12px 0px rgba(0,0,0,0.4);
*/
    }

        div.BlogGalleryAlbumSmall:hover {
            border-color: #ffbd46;
        }

    div.BlogGalleryAlbumBig {
        width: 20%;
        min-width: 200px;
        max-width: 433px;
        text-align: left;
        margin: 10px;
        flex-grow: 2;
        background-color: #f4efe1;
        border-radius: 5px;
        border: 1px solid #9ba9c7;
        overflow: hidden;
        -webkit-box-shadow: 9px 9px 12px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 9px 9px 12px 0px rgba(0,0,0,0.4);
        box-shadow: 9px 9px 12px 0px rgba(0,0,0,0.4);
    }

    div.PhotoHistory {
        padding: 10px;
        background-color: #DADADA;
        margin-bottom: 20px;
        text-align: center;
        /*padding-top: 10px;
    display: flex;
    justify-content: space-evenly;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #3b3b3b;
    background-color: #f4efe1;
    text-align: left;*/
    }

    .HeaderInvertText {
        color: white;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    div.HeaderInvertBlueTrans {
        /*background-color: #143c65;*/
        background-color: rgba(60, 60, 60, 0.7);
        padding: 10px;
        padding-bottom: 1px;
        padding-top: 1px;
        color: white;
    }

    .imginscroller {
        margin: 0px;
        padding: 0px;
    }

    div.scrollimages {
        height: 470px;
        width: 100%;
        overflow: auto;
        white-space: nowrap;
        border-bottom: 3px solid #000000;
        background-color: #000000;
        padding: 2px;
        text-align: center;
        vertical-align: middle;
    }

    .ProductListImageBox {
        width: 25%;
        max-width: 115px;
    }

    .ProductListImageBoxImg {
        width: 100%;
        max-width: 110px;
        border-radius: 3px;
        border: 1px solid #fcfffc;
    }

    #BackBtn {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: #ffc300;
        color: #1f1465;
        cursor: pointer;
        padding: 15px;
        border-radius: 4px;
        -webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.4);
        box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.4);
    }

        #BackBtn:hover {
            background-color: #aaa;
        }

    div.BlogEntryHeader {
        font-size: 18px;
        font-weight: bold;
    }

    div.BlogEntry {
        border-bottom: 1px dotted gray;
        margin-bottom: 20px;
    }

    div.ShopOfferWrapMobile {
        display: flex;
        flex-wrap: nowrap;
        border-bottom: 1px dotted gray;
        padding: 0px;
        margin: 0px;
        margin-bottom: 10px;
        justify-content: space-between;
        max-height: 120px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

    div.ShopOfferWrap {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px dotted gray;
        padding: 10px;
        margin: 0px;
        margin-bottom: 0px;
        padding-left: 3px;
        justify-content: flex-start;
        max-height: 120px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

        div.ShopOfferWrap:hover {
            border-bottom: 1px solid gray;
            background-color: #ecf1ff;
        }

    .ShopOfferWrapFade {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 20px 0;
        /* "transparent" only works here because == rgba(0,0,0,0) */
        background-image: linear-gradient(to bottom, transparent, white);
    }

    /* NEW DESIRE HIVE */
    .ChapterTopPadding {
        padding-top: 30px;
    }

    div.CoverPhotoWide {
    }

    div.MainAdTextCenter {
        text-align: center;
        font-size: 18px;
        color: #3b3b3b;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 5px;
        padding-right: 5px;
    }

    div.CenteredForm {
        text-align: center;
        font-size: 18px;
        color: #3b3b3b;
        max-width: 800px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .LabelError {
        margin: 0 0 3px 0;
        padding: 5px;
        display: block;
        font-weight: bold;
        background-color: #a40000;
        color: #ffbd46;
        border-radius: 3px;
    }

    .LabelConfirm {
        margin: 0 0 3px 0;
        padding: 5px;
        display: block;
        font-weight: bold;
        background-color: #68b943;
        color: #1a1a1a;
        border-radius: 3px;
    }

    div.FooterPanel {
        padding: 10px;
        background-color: #ffe5cf;
        color: #4e4e4e;
        margin-top: 20px;
        border-top: 1px solid darkgray;
        padding-bottom: 20px;
        text-align: left;
    }

    div.InfoNotice {
        text-align: center;
        font-size: 24px;
        color: mediumvioletred
    }

    div.ChatMyRight {
        cursor: pointer;
        border-radius: 5px 0px 5px 5px;
        background-color: #e6fcd9;
        padding: 15px;
        padding-bottom: 10px;
        border: 1px solid gray;
        width: 90%;
        float: right;
        margin-bottom: 15px;
        box-shadow: 5px 5px 2px #b8b8b8;
    }

    div.ChatMyDiscussionLeft {
        border-radius: 0px 5px 5px 5px;
        background-color: #e6fcd9;
        padding: 15px;
        padding-bottom: 10px;
        border: 1px solid gray;
        width: 80%;
        float: left;
        margin-bottom: 15px;
        box-shadow: 5px 5px 2px #b8b8b8;
    }

    div.ChatHersDiscussionRight {
        border-radius: 5px 0px 5px 5px;
        background-color: #e0ebff;
        padding: 15px;
        padding-bottom: 10px;
        border: 1px solid gray;
        width: 80%;
        float: right;
        margin-bottom: 15px;
        box-shadow: 5px 5px 2px #b8b8b8;
    }


    div.ChatMyTitle {
        margin: 0px;
        background-color: #f6ffe9;
        font-weight: bold;
    }

    div.ChatMyLeft {
        font-weight: inherit;
    }

    div.ChatHerTitle {
        margin: 0px;
        background-color: #f0fbff;
        font-weight: bold;
    }

    div.ChatHersLeft {
        font-weight: inherit;
    }

    div.ChatHersRight {
        cursor: pointer;
        border-radius: 5px 0px 5px 5px;
        background-color: #e0ebff;
        padding: 15px;
        padding-bottom: 10px;
        border: 1px solid gray;
        width: 90%;
        float: right;
        margin-bottom: 15px;
        box-shadow: 5px 5px 2px #b8b8b8;
    }

    hr.MenuSeparator {
        border-top: 1px dotted #8c8b8b;
        border-bottom: none;
    }

    div.TabBoxWrapper {
        display: flex;
        width: 100%;
        max-width: 1100px;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    div.TabBoxEntryInactive {
        width: 30%;
        flex-grow: 1;
        background-color: #eeeeee;
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
    }

    div.TabBoxEntryInactiveFull {
        flex-grow: 2;
        background-color: #eeeeee;
        font-size: 16px;
        text-align: center;
    }

    div.TabBoxEntryActive {
        width: 30%;
        flex-grow: 1;
        background-color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
        border-bottom: 1px solid #eeeeee;
    }

    @media screen and (max-width: 449px) {
        div.TabBoxEntryActive {
            font-size: 16px;
            padding-bottom: 5px;
        }

        div.TabBoxEntryInactive {
            font-size: 16px;
            padding-bottom: 5px;
        }

        div.TabBoxEntryInactiveFull {
            font-size: 14px;
        }
    }

    div.PhotoCodeBasic {
        text-align: center;
        background-color: #efefef;
    }

    div.FriendBoxWideWrapper {
        display: flex;
        padding: 10px;
        background-color: white;
        margin-bottom: 10px;
        max-width: 100%;
        border: 1px solid gray;
        border-radius: 4px;
    }

    div.FriendBoxWideWrapperSelected {
        display: flex;
        padding: 10px;
        margin-bottom: 10px;
        max-width: 100%;
        border: 2px solid gray;
        border-radius: 4px;
        background-color: #f8f2e8;
    }

    div.FriendBoxAvatar150 {
        display: block;
        width: 25%;
        max-width: 150px;
        min-width: 30px;
        padding: 5px;
    }

    div.FriendBoxContentWide {
        padding: 5px;
        padding-left: 10px;
    }

    div.SettingGroup {
        margin-top: 20px;
        border: 1px solid gray;
        border-radius: 5px;
        overflow: hidden;
        -webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.4);
        box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.4);
    }

    div.SettingsHeaderWrapper {
        display: flex;
        justify-content: flex-start;
    }

    div.SettingsHeaderSymbol {
        padding: 5px;
    }

    div.SettingsHeaderText {
        padding: 5px;
        font-size: 20px;
        text-transform: uppercase;
        background-color: #EAEAEA;
        flex-grow: 2;
    }

    div.SettingsFormHidden {
        display: none;
        border-top: 1px dashed #DADADA;
        margin-top: 5px;
        padding-top: 5px;
        margin-bottom: 10px;
        padding-left: 10px;
    }

    div.SettingsFormHiddenSeparateFromTop {
        display: none;
        border: 1px solid gray;
        border-radius: 0px 0px 8px 8px;
        border-top: none;
        margin-top: 5px;
        margin-bottom: 10px;
        padding: 10px;
        padding-top: 5px;
        background-color: #ecf6ff;
        -webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.4);
        box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.4);
    }

    div.GrayTopNotification {
        padding: 5px;
        background-color: #efefef;
        margin: 10px;
        border: 1px solid #dddddd;
        border-radius: 4px;
        display: flex;
    }

    div.GreenTopNotification {
        padding: 5px;
        background-color: #cceecc;
        margin: 10px;
        border: 1px solid #dddddd;
        border-radius: 4px;
        display: flex;
    }

    div.OrangeTopNotification {
        padding: 5px;
        background-color: #fee7b7;
        margin: 10px;
        border: 1px solid #dddddd;
        border-radius: 4px;
        display: flex;
    }

    div.OrderFrame {
        margin-bottom: 15px;
        border: 1px solid #EAEAEA;
        display: flex;
        border-radius: 10px;
        overflow: hidden;
        background: rgb(251,251,251);
        background: linear-gradient(183deg, rgba(251,251,251,1) 0%, rgba(233,227,216,1) 100%);
        -webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.4);
        box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.4);
    }

        div.OrderFrame:hover {
            background: #ffe5cf;
        }

    div .OrderFrameIcon {
        width: 25%;
        max-width: 180px;
        min-width: 80px;
        padding: 5px;
        background-color: white;
    }

    div.OrderFrameContent {
        padding: 5px;
        padding-left: 20px;
    }

    div.OrderPaymentInfo {
        background-color: #fAfAFA;
        padding: 10px;
        border-radius: 6px;
    }

    .OrdeFrameIconImage {
        width: 100%;
    }

    div.CheckoutButton {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        text-decoration: none;
        color: #333;
        background-color: #fff;
        border-color: #ccc;
    }

        div.CheckoutButton:active {
            color: red;
            box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
        }

        div.CheckoutButton:hover {
            color: gray;
            box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
        }

    div.ActionButtonArray {
        display: flex;
        flex-wrap: wrap;
        margin-left: auto;
        margin-right: auto;
        max-width: 1100px;
        justify-content: space-between;
        text-align: center;
    }

    div.ActionButton {
        padding: 5px;
        margin-bottom: 15px;
        border: 1px solid #EAEAEA;
        border-radius: 10px;
        overflow: hidden;
        background: rgb(251,251,251);
        background: linear-gradient(183deg, rgba(251,251,251,1) 0%, rgba(233,227,216,1) 100%);
        -webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.4);
        box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.4);
        min-width: 80px;
        min-height: 100px;
        max-width: 200px;
        flex-grow: 1;
        text-align: center;
        font-size: 16px;
        position: relative;
        margin: 10px;
        width: 40%;
    }

    div.ActionButtonInside {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        font-weight: bolder;
        color: #6b6b6b;
    }

    div.ActionButtonInsideSub {
        text-transform: initial;
        font-size: 12px;
        font-weight: initial;
    }


    div.ActionButton:active {
        color: red;
        box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
    }

    div.ActionButton:hover {
        color: gray;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
        box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
    }

    div.CommentBox {
        display: flex;
        padding-top: 10px;
        max-width: 1100px;
        padding-bottom: 20px;
        border-bottom: 1px dotted gray;
    }

    div.CommentPicBox {
        display: block;
        width: 25%;
        max-width: 125px;
    }

    div.CommentBody {
    }

    div.CenteredInfoOverlay {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        font-size: 24px;
        background-color: rgba(0,0,0,0.4);
        padding: 5px;
        border-radius: 5px;
    }


    div.MagazinePage {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0px;
        padding-bottom: 20px;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1100px;
        text-align: left;
        border-bottom: 1px dashed gray;
    }

    @media screen and (max-width: 449px) {
        div.MagazinePage {
            padding-left: 5px;
            padding-right: 5px;
        }
    }


    div.MagazinePageImage {
        text-align: center;
        max-width: 800px;
        margin: auto;
        font-size: 14px;
        font-style: italic;
        padding: 5px;
    }

    div.SearchResultBox {
        display: flex;
        padding: 5px;
        border: 1px solid white;
        border-radius: 8px;
        align-items: flex-start;
    }

        div.SearchResultBox:hover {
            border: 1px dotted #ccc;
            background-color: #fff9f0;
        }

    div.SearchResultIcon {
        border-radius: 12px;
        overflow: hidden;
        padding: 0px;
        margin: 5px;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        width: 25%;
        max-width: 200px;
        min-width: 80px;
    }

    div.SearchResultContentBox {
        padding-left: 10px;
        margin-bottom: 5px;
    }

    div.SearchResultLink {
        font-size: 14px;
    }

    div.FormSeparatorVoid {
        margin: 5px;
        padding: 5px;
    }

    div.FormSeparatorBasic {
        margin: 5px;
        padding: 5px;
        border: 1px solid gray;
        border-radius: 8px;
        background-color: #e7fbff
    }

    div.ProductMain {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 1100px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 20px;
    }

    div.ProductCenteredDesc {
        text-align: center;
        margin: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 1100px;
        padding-left: 10px;
        padding-right: 10px;
    }

    div.ProductPhoto {
        width: 100%;
        max-width: 420px;
        min-width: 200px;
    }

    div.ProductContent {
        width: 45%;
        flex-grow: 2;
        min-width: 300px;
        padding-left: 20px;
    }

    div.ProductPrice {
        font-size: 22px;
    }

    div.SearchBoxWrap {
        display: flex;
    }

    div.SearchBoxForm2Wrapper {
        display: flex;
        flex-wrap: nowrap;
        margin: 0px;
        margin: 0px;
        padding: 0px;
        width: 98%;
        justify-content: flex-start;
    }

    div.SearchBoxForm2WrapperCentered {
        display: flex;
        flex-wrap: nowrap;
        margin: 0px;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
        width: 98%;
        justify-content: center;
        text-align: center;
    }

    div.SearchBoxForm2Menu {
        margin: 0px;
        padding: 0px;
        width: 20%;
        max-width: 150px;
        min-width: 30px;
    }

    div.SearchBoxForm2Entry {
        margin: 0px;
        padding: 0px;
        max-width: 900px;
        min-width: 100px;
        flex-grow: 2;
    }

    div.SearchBoxForm2Button {
        margin: 0px;
        padding: 0px;
        max-width: 90px;
        min-width: 30px;
    }

    .Form2LeftSelector {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: 1px solid #BEBEBE;
        padding: 7px;
        margin: 0px;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
        outline: none;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 6px 0px 0px 6px;
        width: 100%;
        font-size: 16px;
    }

        .Form2LeftSelector:focus {
            -moz-box-shadow: 0 0 8px #e9c388;
            -webkit-box-shadow: 0 0 8px #e9c388;
            box-shadow: 0 0 8px #e9c388;
            border: 1px solid #e9c388;
            font-size: 16px;
        }

    .Form2RightButton {
        margin: 0px;
        border: none;
        padding: 8px 15px 8px 15px;
        background: #FF8500;
        color: #fff;
        box-shadow: 1px 1px 4px #DADADA;
        -moz-box-shadow: 1px 1px 4px #DADADA;
        -webkit-box-shadow: 1px 1px 4px #DADADA;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        font-size: 16px;
        border-radius: 0px 6px 6px 0px;
        width: 100%;
    }

        .Form2RightButton:hover {
            background: #EA7B00;
            color: #fff;
            font-size: 16px;
        }

    .Form2MiddleEntry {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: 1px solid #BEBEBE;
        padding: 7px;
        margin: 0px;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
        outline: none;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        font-size: 16px;
        border-radius: 0px 0px 0px 0px;
        border-left: none;
        border-right: none;
        width: 100%;
        font-size: 16px;
    }

        .Form2MiddleEntry:focus {
            -moz-box-shadow: 0 0 8px #e9c388;
            -webkit-box-shadow: 0 0 8px #e9c388;
            box-shadow: 0 0 8px #e9c388;
            border: 1px solid #e9c388;
            border-left: none;
            border-right: none;
            font-size: 16px;
        }

    .PostItNoteBackground {
        background-color: #ffffda;
    }

    div.PostItNoteWrapper {
        margin: 0px;
        padding: 0px;
        margin-top: 15px;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 8px;
        overflow: hidden;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
        box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
    }

    div.PostItNoteWrapperBody {
        padding: 10px;
    }

    div.PostItNoteGlueHeader {
        background-color: #f8f8c8;
        font-size: 18px;
        display: flex;
        font-weight: bolder;
        padding: 5px;
    }

    .PostItNoteHeaderColor {
        color: #686868;
    }

    @media screen and (max-width: 449px) {

        div.PostItNoteWrapper {
            padding-left: 5px;
            padding-right: 5px;
            margin-left: auto;
            margin-right: auto;
        }
    }


    h2.DarkGallery {
        color: #ffbd46;
    }

    a.DarkGallery:link,
    a.DarkGallery:visited,
    a.DarkGallery:active {
        text-decoration: none;
        color: #ffbd46;
    }

    a.DarkGallery:hover {
        color: #ffd800;
        text-decoration: none;
    }


    div.GalleryFolderWrapper {
        width: 100%;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: center;
    }

    div.TopLevelAlbumOwn {
        width: 30%;
        max-width: 320px;
        min-width: 120px;
        margin: 3px;
        min-height: 100px;
        flex-grow: 1;
        flex-shrink: 1;
        text-align: center;
        padding: 0px;
        margin-bottom: 20px;
        overflow: hidden;
        border: 1px solid gray;
        position: relative;
    }

    div.TopLevelAlbumOwnSmall {
        width: 30%;
        max-width: 120px;
        min-width: 60px;
        margin: 3px;
        min-height: 60px;
        background-color: #f2f2f2;
        flex-grow: 1;
        flex-shrink: 1;
        text-align: center;
        padding: 0px;
        margin-bottom: 20px;
        overflow: hidden;
        border: 1px solid gray;
        position: relative;
    }

    div.TopLevelAlbumOwnOverlay {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 50;
        text-align: right;
    }

    .TopLevelAlbumOwnOverlayInfo {
        font-weight: bold;
        font-size: 22px;
        color: white;
        padding: 5px;
        border-radius: 0px 0px 0px 5px;
        background-color: rgba(0,0,0,0.4);
        filter: alpha(opacity=40);
        opacity: 0.4;
    }

        .TopLevelAlbumOwnOverlayInfo:hover {
            filter: alpha(opacity=100);
            opacity: 1.0;
            cursor: default;
        }

    .FolderThumbBig {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    div.FriendAlbumBigLocked { /* Gallery Cell for friend*/
        width: 30%;
        max-width: 320px;
        min-width: 120px;
        border: 1px solid gray;
        text-align: center;
        margin: 3px;
        padding: 0px;
        margin-bottom: 20px;
        overflow: hidden;
        background-image: url('https://desire-hive.com/cdnpca/FolderPhoto320LightShadedLock.png');
        background-size: 100%;
        background-position: center top;
        background-repeat: no-repeat;
        flex-grow: 1;
        flex-shrink: 1;
        position: relative;
    }

    div.FriendAlbumBigLockedSmall { /* Gallery Cell for friend*/
        width: 30%;
        max-width: 120px;
        min-width: 60px;
        border: 1px solid gray;
        text-align: center;
        margin: 3px;
        padding: 0px;
        margin-bottom: 20px;
        overflow: hidden;
        background-image: url('https://desire-hive.com/cdnpca/FolderPhoto320LightLocked.png');
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        flex-grow: 1;
        flex-shrink: 1;
        position: relative;
    }

    div.GalleryPhotoWrapper {
        width: 100%;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: center;
    }

    div.GallerySinglePhotoWrapper {
        width: 100%;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    div.GallerySinglePhotoWrapperFullScreen {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    div.PhotoBoxOwn {
        flex-grow: 1;
        width: 22%;
        max-width: 300px;
        min-width: 100px;
        padding: 0px;
        text-align: center;
        font-size: 16px;
        border: initial;
        z-index: 3;
        position: relative;
        margin: 3px;
    }

    div.PhotoBoxOwnRedFrame {
        flex-grow: 1;
        width: 22%;
        max-width: 300px;
        min-width: 100px;
        padding: 0px;
        text-align: left;
        font-size: 16px;
        border: 1px solid red;
        z-index: 3;
        position: relative;
    }

    div.PhotoBoxOwnGreenFrame {
        flex-grow: 1;
        width: 22%;
        max-width: 300px;
        min-width: 100px;
        padding: 0px;
        text-align: left;
        font-size: 16px;
        border: 1px dotted #aed5a6;
        z-index: 3;
        position: relative;
    }

    div.PhotoBoxOwnSmall {
        flex-grow: 1;
        width: 12%;
        max-width: 120px;
        min-width: 60px;
        padding: 0px;
        padding-left: 5px;
        padding-right: 1px;
        text-align: left;
        font-size: 16px;
        border: initial;
        z-index: 3;
        position: relative;
    }

    div.PhotoBoxSmallFriend {
        flex-grow: 1;
        width: 8%;
        max-width: 80px;
        min-width: 32px;
        padding: 1px;
        text-align: left;
        font-size: 16px;
        border: initial;
        z-index: 3;
        position: relative;
        margin-left: 1px;
        margin-right: 1px;
    }


    div.PhotoBoxOwnTiny {
        flex-grow: 1;
        width: 10%;
        max-width: 60px;
        min-width: 32px;
        padding: 0px;
        padding-left: 5px;
        padding-right: 1px;
        text-align: left;
        font-size: 12px;
        border: initial;
        z-index: 3;
        position: relative;
    }

    div.PhotoBoxOwnOverlay {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 50;
        text-align: right;
    }

    div.PhotoBoxCenteredOverlay {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        transform: translateX(-50%);
        text-align: center;
        width: 30%;
        height: 30%;
    }
div.PhotoBoxCenteredTopOverlay {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 80%;
    height: 80%;
}

    div.PhotoBoxCenteredPlayOverlay {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-image: url('https://desire-hive.com/cdndh/VideoOverlayPlayButton.png');
        background-size: 100px 100px;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

        div.PhotoBoxCenteredPlayOverlay:hover {
            background-image: url('https://desire-hive.com/cdndh/VideoOverlayPlayButtonActive.png');
        }

    div.PhotoBoxCenteredPlayOverlaySmall {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-image: url('https://desire-hive.com/cdndh/VideoOverlayPlayButton.png');
        background-size: 30px 30px;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

        div.PhotoBoxCenteredPlayOverlaySmall:hover {
            background-image: url('https://desire-hive.com/cdndh/VideoOverlayPlayButtonActive.png');
        }

    div .HeaderFriend {
        padding: 5px;
        padding-left: 0px;
        margin: 0px;
        font-size: 14px;
        color: #c4bfbd;
        /*color: #fff3f3;*/
    }

    div.WelcomeFriend {
        padding: 0px;
        margin: 0px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    div.FolderDescription {
        font-size: 16px;
        padding-bottom: 10px;
        width: 100%;
        text-align: left;
    }

    div.PhotoControls {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    div.PhotoControlsText {
        text-align: left;
    }

    div.PhotoControlsControls {
        text-align: right;
        display: flex;
        justify-content: flex-end;
    }

    div.InfoBoxTopWide {
        padding: 5px;
        background-color: #cceecc;
        margin: 10px;
        border: 1px solid #dddddd;
        border-radius: 4px;
        font-size: 18px;
    }

    div.MiniArticles {
        padding-top: 0px;
        padding-bottom: 0px;
        display: flex;
        justify-content: space-evenly;
        margin-left: auto;
        margin-right: auto;
        color: #3b3b3b;
        flex-wrap: wrap;
    }

    div.MiniArticle {
        width: 20%;
        max-width: 400px;
        min-width: 140px;
        margin-top: 20px;
        margin-left: 4px;
        margin-right: 2px;
        text-align: center;
        border: 1px solid gray;
        border-radius: 8px;
        padding: 0px;
        padding-bottom: 20px;
        overflow: hidden;
        flex-grow: 1;
    }

    div.Disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

    div.MultiArticleBox {
        width: 100%;
        max-width: 400px;
        min-width: 200px;
        border: 1px solid gray;
        border-radius: 5px;
        margin: 10px;
        padding: 5px;
        padding-bottom: 20px;
        flex-grow: 2;
    }

    img.DefaultThumb {
        width: 100%;
        max-width: 300px;
        border: 2px solid white;
    }

    img.DefaultThumbRedFrame {
        width: 100%;
        max-width: 300px;
        border: 2px solid red;
    }

    img.DefaultThumbGreenFrame {
        width: 100%;
        max-width: 300px;
        border: 2px solid #008307;
    }

    div.FriendListDetails {
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-top: 1px dashed gray;
        margin-top: 5px;
    }

    div.NftSellerbox {
        border: 1px solid gray;
        border-radius: 8px;
        background-color: #eaeaea;
        padding: 8px;
        margin-top: 10px;
    }

    div.NftSellerboxSold {
        border: 1px solid red;
        border-radius: 8px;
        background-color: #ffe9d3;
        padding: 8px;
        margin-top: 10px;
    }


