﻿@font-face {
    font-family: 'Montserrat';
    src: url('../resources/fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat800';
    src: url('../resources/fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

.main-content-wrapper {
    display: flex;
    flex-direction: column;
}

.main-content-container {
    /* Take the remaining height */
    flex-grow: 1;
    /* Layout the left sidebar, main content and right sidebar */
    display: flex;
    flex-direction: row;
    /*background-color: red;
    */
    padding: 10px;
}

.left-content {
    width: 25%;
    min-width: 400px;
}

.right-content {
    /* Take the remaining width */
    flex-grow: 1;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
    height: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: 'HelveticaNeue-Light','HelveticaNeue',Helvetica,'Roboto-Thin',Arial,sans-serif-light;
    font-size: 14px;
    line-height: 1.5;
    color: #3e3e3e;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: 100
}

.GridItemStyle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 1.0em;
    line-height: 20px;
}

.GridItemStyleBold {
    font-family: 'Montserrat800', sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 20px;
}

.gridlink:hover {
    color: red !important;
}

.RadInput_Metro .riTextBox, html body .RadInputMgr_Metro {
    font: normal 1.0em Montserrat, "Segoe UI",Arial,Helvetica,sans-serif !important;
}

.riSingle .riTextBox, .RadForm.rfdTextbox .riSingle input.rfdDecorated[type="text"] {
    min-height: 32px !important;
}

.RadComboBox_Metro .rcbInput {
    font: normal 1.0em "Montserrat", "Segoe UI",Arial,Helvetica,sans-serif !important;
}

.content-wrapper-spanall {
    width: 100%;
    margin: 0 auto;
    background-color: blue;
}

.content-wrapper-v2 {
    width: 100%;
    display: flex;
    gap: 10px;
}

.about-wrapper header {
    display: flex;
    justify-content: left;
}

.grow1 {
    flex-grow: 1;
}

#bee-menu .top .logo-container #logo {
    transform: scaleY(-1);
}

    #bee-menu .top .logo-container #logo img {
        max-width: 30px;
    }

.content-wrapper .content-title, .content-subtitle, a.link-back, a.link-back:active, a.link-back:visited {
    display: inline-block;
    font-family: 'Montserrat800', sans-serif;
    text-transform: uppercase;
    line-height: 1.1
}

.rounded-corners {
    border-radius: 10px;
}

.main-nav-wrapper .logo img {
    width: 480px;
}


#bee-menu, .main-nav-wrapper {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    #bee-menu .top {
        position: relative;
        background: #3e3e3e;
        height: 50px;
        z-index: 2
    }




#bee-menu .top #bee-cat {
    font-family: 'Montserrat800';
    height: 100%;
    padding: 0 80px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#bee-menu .top .logo-container {
    padding-left: 10px;
}

#bee-menu .top .logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

#bee-menu .top #bee-cat .favs-buttons a, #bee-menu .top #bee-cat .nav li a, .intro-wrapper a#try-me {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-shadow: none;
    text-decoration: none
}

.menu-items {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    justify-items: center;
    font-family: 'Montserrat800', sans-serif;
    font-size: 2em;
    font-weight: 600;
}

    .menu-items .clickitem {
        cursor: pointer;
    }

        .menu-items .clickitem:hover {
            color: red;
        }


#bee-menu .middle #bee-groups-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #c1c1c1;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding-left: 89px;
    z-index: 1101;
}

    #bee-menu .middle #bee-groups-wrapper #bee-groups-list li {
        display: inline-block;
        position: relative;
        background: 0 0;
        margin: 0;
        padding: 0;
        z-index: 9;
        white-space: normal;
        width: 118px;
        height: 134px;
    }

        #bee-menu .middle #bee-groups-wrapper #bee-groups-list li:hover {
            background-color: red;
        }

        #bee-menu .middle #bee-groups-wrapper #bee-groups-list li a {
            position: absolute;
            z-index: 10;
            /*background-color: #3e3e3e;
     */
            width: 108px;
            height: 50px;
            /*border-radius: 50%;
     */
            /*left: 50%;
     top: 50%;
     margin-left: -54px;
     margin-top: -54px;
     */
            text-transform: uppercase;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            text-decoration: none;
            -webkit-transition: all .2s ease;
            transition: all .2s ease
        }

            #bee-menu .middle #bee-groups-wrapper #bee-groups-list li a .name {
                z-index: 8;
                font-size: 12px;
                /*line-height: 1;
     */
                font-family: 'Montserrat', sans-serif;
                text-transform: uppercase;
                /*letter-spacing: 1px;
     */
                display: block;
                width: 90%;
                text-align: center;
                margin: auto;
                opacity: 1;
                -webkit-transition: opacity .2s ease;
                transition: opacity .2s ease
            }

            #bee-menu .middle #bee-groups-wrapper #bee-groups-list li a.active {
                background: #ff6060;
                cursor: default;
                color: #fff;
                z-index: 10;
                -webkit-transition: all .12s ease-out;
                transition: all .12s ease-out
            }

    #bee-menu .middle #bee-groups-wrapper #bee-groups-list {
        display: block;
        margin: 0;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        height: 100%
    }

        #bee-menu .middle #bee-groups-wrapper #bee-groups-list, #bee-menu .middle #bee-groups-wrapper #bee-groups-list li a {
            color: #fff;
            padding: 0;
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

.main-nav-wrapper .flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.main-nav-wrapper .flex-wrapper {
    height: 100%;
    padding: 10% 8%;
    border: 1px solid #cacaca
}

#bee-menu .top #bee-cat, #bee-menu .top #bee-cat .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    #bee-menu .top #bee-cat .nav {
        padding: 0;
        margin: 0;
        height: 50px;
        overflow: hidden;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }





#bee-menu .top #bee-cat .nav li {
    display: block;
    float: left;
    margin-right: 40px;
}

    #bee-menu .top #bee-cat .nav li:hover {
        background-color: red;
    }




#bee-menu .top #bee-cat .nav li.brand {
    margin-right: 30px;
    font-size: 13px;
    color: #b1b1b1
}

#bee-menu .top #bee-cat .nav li.active a {
    color: #fff;
    cursor: default;
    background: #60a5ff;
    -webkit-transition: background .12s ease-out;
    transition: background .12s ease-out
}

    #bee-menu .top #bee-cat .nav li.active a:active {
        opacity: 1;
        color: #fff
    }

#bee-menu .top #bee-cat .favs-buttons a, #bee-menu .top #bee-cat .nav li a {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 2px
}

#bee-menu .top #bee-cat .nav li a {
    position: relative;
    line-height: 30px;
    background: 0 0;
    outline: 0;
    padding: 0 12px;
    height: 30px;
    -webkit-transition: all .12s ease;
    transition: all .12s ease
}

    #bee-menu .middle #bee-groups-wrapper #bee-groups-list li a:active, #bee-menu .top #bee-cat .nav li a:active, .no-mobiledevice #bee-menu .middle #bee-groups-wrapper #bee-groups-list li a:hover {
        color: #fff
    }


.caption {
    position: absolute;
    top: 10px;
    right: 20%;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1000;
    width: fit-content;
}

.about-wrapper {
    display: flex;
    justify-content: left;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.content-title {
    text-align: left;
}

.content-left-container {
    width: 400px;
}

.content-right-container {
    flex-grow: 1;
}

.aboutme {
    position: relative;
    left: 10px;
    top: 10px;
    overflow: hidden;
    width: 20%;
    height: 40%;
    max-width: 400px;
    min-height: 200px;
    padding: 20px;
    background-color: white;
    z-index: 1000;
    width: fit-content;
}

    .aboutme .content-title {
        font-family: 'Montserrat800', sans-serif;
        font-size: 2em;
        font-weight: 600;
    }

    .aboutme .content-subtitle {
        font-family: 'Montserrat800', sans-serif;
        margin-top: 0;
        font-size: 1.2em;
        font-weight: 400;
    }

    .aboutme .content-intro {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.1em;
    }

.register-link, .allsocials-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    color: red;
    font-weight: bold;
}

    .register-link:hover, .allsocials-link:hover {
        text-decoration: underline;
    }

.button {
    display: inline-block;
    padding: 5px 16px;
    margin: 5px;
    text-align: center;
    text-decoration: none; 
    color: white; 
    font-weight: bold;
    border: none; 
    border-radius: 5px; 
    background-color: #007BFF; 
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, box-shadow 0.3s;
}

.RadCaptcha label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8em;
    color: red;
}



.image-object {
    border: 10px solid #fff;
    width: 300px;
    height: 300px;
    overflow: hidden
}



#image-large-object {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url('../resources/cars/b333fy-007.jpg') 0 0 no-repeat;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0px top;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    max-height: 900px;
}

#image-large-object-gaming {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url('../resources/cars/b333fy-gaming-bg.jpg') 0 0 no-repeat;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0px top;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#image-large-object-cars {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /*background: url('../resources/cars/b333fy-cars-bg.jpg') 0 0 no-repeat;
     */
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0px top;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.bee-presentation {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*min-height: 950px;
     */
    position: relative
}


/* @media (max-width: 767px) {
     .bee-presentation {
         position:absolute;
         top: 182px;
         left: 0;
         right: 0;
         bottom: 45px;
         overflow: hidden;
         height: auto 
    }
}
 */
.bee-presentation #btn-hide-options {
    display: none
}



.image-container {
    margin-bottom: 20px;
}

    .image-container img {
        border-radius: 10px;
        width: 990px;
    }

.main-nav-wrapper {
    position: fixed;
    left: 80%;
    right: 0;
    top: 0;
    height: 100%;
    padding: 49px;
    z-index: 1201;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .3s cubic-bezier(.55,.085,.68,.53);
    transition: all .3s cubic-bezier(.55,.085,.68,.53);
}


.site-footer {
    padding: 0;
    margin: 0;
    position: relative;
    background: #3e3e3e;
    height: 50px;
    z-index: 2
}

    .site-footer .social-wrapper {
        text-align: center;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        max-height: 50px;
        min-height: 50px;
    }

body .page-wrapper {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

    body .page-wrapper::after {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #3e3e3e;
        z-index: 1201;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity .3s ease-in .1s;
        transition: opacity .3s ease-in .1s
    }

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0
}

.content-wrapper {
    text-align: left;
    margin: 0;
    padding: 0;
    position: relative
}


@media (max-width: 1920px) {
    .main-nav-wrapper {
        left: 70%
    }
}

@media (max-width: 1200px) {
    .main-nav-wrapper {
        left: 50%
    }
}



.content-wrapper .content-title {
    font-size: 2.5em;
    margin: 1.3em 0 .9em;
    padding: 0;
    font-weight: 400;
    letter-spacing: .02em
}

    .content-wrapper .content-title:first-child {
        margin: 0 0 .9em
    }

.content-wrapper .content-intro {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05em;
    margin: 0 0 1.4em;
    padding: 0;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 2.1;
    letter-spacing: .06em;
    color: #3e3e3e
}

.content-wrapper .content-intro-sml {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85em;
    margin: 0 0 1.4em;
    padding: 0;
    font-weight: 100;
    line-height: 2.1;
    letter-spacing: .06em;
    color: #3e3e3e;
    display: block;
}

.content-wrapper .content-intro.small {
    font-size: 1em
}



@media (max-width: 320px) {
    .content-wrapper .content-intro {
        font-size: .95em
    }
}

.content-wrapper .content-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 .9em;
    padding: .75em 0 0;
    font-size: 1.2em;
}



@media (max-width: 320px) {
    .content-wrapper .content-subtitle {
        font-size: 1.25em
    }
}

.content-wrapper .content-subtitle-2 {
    font-family: 'TeXGyreAdventorRegular';
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 .9em;
    padding: .75em 0 0;
    font-size: 1.75em
}




@media (max-width: 320px) {
    .content-wrapper .content-subtitle-2 {
        font-size: 1.125em
    }
}

.content-wrapper h4, .content-wrapper li, .content-wrapper p {
    font-size: 1.25em;
    line-height: 1.7;
    color: #3e3e3e;
    padding: 0 0 1.4em;
    margin: 0
}




.content-wrapper h4 {
    font-family: 'TeXGyreAdventorRegular';
    line-height: 1.65;
    padding: .75em 0 1.4em
}

.content-wrapper ul {
    margin: 0 0 1.4em 1.25em
}

    .content-wrapper ul li {
        padding: 0 0 .625em .25em
    }

.content-wrapper .divider {
    display: block;
    width: 40px;
    height: 2px;
    content: "";
    background-color: #cacaca;
    position: relative;
    margin-top: -20px;
    margin-bottom: 20px
}

.header-container, a#burger-menu-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    position: absolute;
    top: 0;
    background-color: #3e3e3e
}

.header-container {
    left: 0;
    z-index: 1
}




a#burger-menu-icon-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    right: 0;
    width: 50px;
    padding: 0 18px;
    z-index: 1250;
    outline: 0
}





a#burger-menu-icon-wrapper .burger-menu-icon {
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: relative;
    opacity: 1;
}

*, .bee-presentation #bee-objects fieldset input, .bee-presentation #bee-objects fieldset textarea, .bee-presentation #bee-options-form fieldset input, .bee-presentation #bee-options-form fieldset textarea, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a#burger-menu-icon-wrapper .burger-menu-icon {
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: relative;
    opacity: 1
}

    a#burger-menu-icon-wrapper .burger-menu-icon::after, a#burger-menu-icon-wrapper .burger-menu-icon::before {
        display: block;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 0;
        -webkit-transition: all .15s ease;
        transition: all .15s ease
    }

    a#burger-menu-icon-wrapper .burger-menu-icon::after, a#burger-menu-icon-wrapper:active .burger-menu-icon::after {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    a#burger-menu-icon-wrapper .burger-menu-icon::before, a#burger-menu-icon-wrapper:active .burger-menu-icon::before {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

a#burger-menu-icon-wrapper:active .burger-menu-icon {
    opacity: 1
}

.header-container, .social-wrapper .social-icons {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

body.main-nav-visible {
    overflow-y: hidden
}

    body.main-nav-visible .page-wrapper {
        overflow-y: hidden;
        height: 100%;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

        body.main-nav-visible .page-wrapper::after {
            z-index: 1200;
            opacity: .95;
            -webkit-transition: opacity .3s ease-out;
            transition: opacity .3s ease-out
        }

    body.main-nav-visible .main-nav-wrapper {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        height: 100%;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        -webkit-perspective: 300px;
        perspective: 300px
    }

        #bee-menu .middle #bee-groups-wrapper #bee-groups-list li a.active .name, #bee-menu .middle #bee-groups-wrapper #bee-groups-list li a:active .name, .no-mobiledevice .main-nav-wrapper .social-wrapper .social-icon.social-icon-large:hover, .no-mobiledevice body.main-nav-visible #burger-menu-icon-wrapper:hover .burger-menu-icon, body.main-nav-visible #burger-menu-icon-wrapper:active .burger-menu-icon, body.main-nav-visible .main-nav-wrapper::after {
            opacity: 1
        }

    body.main-nav-visible #burger-menu-icon-wrapper {
        background-color: #3e3e3e
    }

        body.main-nav-visible #burger-menu-icon-wrapper .burger-menu-icon {
            background-color: transparent;
            -webkit-transition: all .15s ease;
            transition: all .15s ease
        }

            body.main-nav-visible #burger-menu-icon-wrapper .burger-menu-icon::after, body.main-nav-visible #burger-menu-icon-wrapper .burger-menu-icon::before {
                background-color: #fff;
                -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%
            }

            body.main-nav-visible #burger-menu-icon-wrapper .burger-menu-icon::after {
                -webkit-transform: translateY(0) rotate(45deg);
                transform: translateY(0) rotate(45deg)
            }

            body.main-nav-visible #burger-menu-icon-wrapper .burger-menu-icon::before {
                -webkit-transform: translateY(0) rotate(-45deg);
                transform: translateY(0) rotate(-45deg)
            }

.about-wrapper, .cookies-wrapper, .download-wrapper, .how-to-wrapper, .license-wrapper, .notfound-wrapper, .privacy-wrapper, .sponsorship-wrapper {
    background-color: #fff;
    margin: 0 auto;
    padding: 30px 70px 70px;
    /*max-width: 990px*/
}




.about-wrapper .support-container {
    margin: 0 0 20px
}

.main-nav-wrapper:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,.55);
    box-shadow: 0 0 10px 1px rgba(0,0,0,.55)
}

.main-nav-wrapper .copyright, .main-nav-wrapper .main-nav, .main-nav-wrapper .social-wrapper {
    width: 100%
}

.main-nav-wrapper .social-wrapper {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

    .main-nav-wrapper .social-wrapper .social-icons {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 14px
    }




.main-nav-wrapper .social-wrapper .share-wrapper {
    margin-top: 20px
}

.main-nav-wrapper .social-wrapper .social-icon {
    width: 36px;
    height: 36px;
    background-size: 14px 14px
}

    .main-nav-wrapper .social-wrapper .social-icon.social-icon-large.icon-twitter {
        background-color: transparent;
        width: 75px;
        height: 45px;
        margin-top: -4px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        background-image: url(images/twitter.svg);
        background-size: auto 40px
    }





.main-nav-wrapper .main-nav-title {
    font: 12px/1.2 'TeXGyreAdventorRegular';
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #3e3e3e;
    font-weight: 400;
    margin: 0;
    width: 100%;
    text-align: center;
    position: relative
}

.main-nav-wrapper .main-nav .main-nav-item {
    text-shadow: none;
    text-decoration: none;
    list-style: none;
    width: 100%;
    padding: 0;
    text-align: center
}

    .main-nav-wrapper .main-nav .main-nav-item a, .main-nav-wrapper .main-nav .main-nav-item a:visited {
        display: inline-block;
        font-size: 1.25em;
        letter-spacing: .09em;
        font-family: 'TeXGyreAdventorRegular';
        color: #3e3e3e;
        line-height: 1.1;
        position: relative;
        padding: .6em 0;
        text-decoration: none;
        text-transform: uppercase
    }

        .main-nav-wrapper .main-nav .main-nav-item a:after, .main-nav-wrapper .main-nav .main-nav-item a:visited:after {
            content: "";
            position: absolute;
            top: 50%;
            left: -5px;
            right: -5px;
            height: 2px;
            background-color: #3e3e3e;
            opacity: 0;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all .2s ease-out;
            transition: all .2s ease-out
        }

        .main-nav-wrapper .main-nav .main-nav-item a:active, .main-nav-wrapper .main-nav .main-nav-item a:visited:active, .no-mobiledevice .main-nav-wrapper .main-nav-item a:hover, abbr {
            text-decoration: none
        }

            .main-nav-wrapper .main-nav .main-nav-item a:active:after, .main-nav-wrapper .main-nav .main-nav-item a:visited:active:after {
                opacity: 0;
                -webkit-transform: scaleX(0);
                transform: scaleX(0)
            }

#bee-menu .top #bee-cat .favs-buttons a.btn-favs-filter .favs-no, .main-nav-wrapper .main-nav, body {
    margin: 0
}

.main-nav-wrapper {
    background-color: #fff
}

a, a:active, a:focus, a:hover, a:visited {
    outline: 0 !important
}

    a.link-back, a.link-back:active, a.link-back:visited {
        color: #ff6060;
        text-decoration: none;
        position: relative;
        font-size: 13px;
        letter-spacing: .12em
    }

        a.link-back::after, a.link-back:active::after, a.link-back:visited::after {
            content: "";
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #ff6060;
            opacity: 0;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
            -webkit-transition: all .2s ease-out;
            transition: all .2s ease-out
        }



@media (max-width: 320px) {
    .content-wrapper .content-title {
        font-size: 0.5em;
        background-color: blue;
    }
}

.kitten-icon {
    position: relative;
    display: inline-block;
}

.gender-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

    .gender-icon::before {
        content: "\f222";
        /* Male icon code */
    }

    .gender-icon.female::before {
        content: "\f221";
        /* Female icon code */
    }
/* Dropdown Button */
.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }
        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
        }
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}





@media (max-width: 767px) {
    body {
        font-family: 'HelveticaNeue-Light',sans-serif-light,sans-serif
    }

    .main-nav-wrapper .logo img {
        width: 240px;
    }

    #bee-menu .top {
        height: 40px;
        overflow: hidden
    }

    .menu-items {
        font-size: 1.0em;
    }

    #bee-menu .nav ul {
        display: none;
    }

    #bee-menu .top #bee-cat .nav {
        display: none;
    }

    #bee-menu .top #bee-cat .nav::-webkit-scrollbar {
        display: none
    }

    #bee-menu .top #bee-cat .nav li {
        padding-bottom: 14px
    }

    #bee-menu .top #bee-cat .nav li a {
        height: 28px;
        line-height: 28px;
        font-size: 11px;
        letter-spacing: .12em;
        padding: 0 12px;
        border-radius: 30px
    }

    .bee-presentation .aboutme {
        font-size: 1.0em;
        width: 90%;
        min-height: 150px;
        margin: auto;
        left: 0;
        -webkit-overflow-scrolling: touch;
        -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
        box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
        padding: 10px;
    }

    .bee-presentation .caption p {
        font-size: 0.5em;
    }

    .bee-presentation .caption {
        padding: 4px;
    }

    .aboutme .content-intro {        
        font-size: 1.1em;
    }

    .image-object {
        width: 180px;
        height: 180px;
        border-width: 6px
    }

    .bee-presentation {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        height: auto
    }

    .bee-presentation #btn-hide-options {
        display: block
    }

    .main-nav-wrapper {
        left: 0;
        padding: 39px
    }

    .main-nav-wrapper {
        left: 30%
    }

    .content-wrapper {
        padding: 0
    }

    .content-wrapper .content-intro {
        font-size: 1em;
        margin: 0 0 1.2em
    }

    .content-wrapper .content-subtitle {
        margin: 0 0 .75em;
        padding: .625em 0 0;
        font-size: 1.5625em
    }

    .content-wrapper .content-subtitle-2 {
        margin: 0 0 .75em;
        padding: .625em 0 0;
        font-size: 1.375em
    }

    .content-wrapper li, .content-wrapper p {
        font-size: 1.2em;
        line-height: 1.5;
        padding-bottom: 1.2em
    }

    html body .riSingle .riTextBox {
        width: 80% !important;
    }

    .form-cell {
        padding: 1px !important;
    }

    .header-container {
        height: 40px
    }

    a#burger-menu-icon-wrapper {
        height: 40px;
        width: 40px;
        padding: 0 12px
    }

    .about-wrapper, .cookies-wrapper, .download-wrapper, .how-to-wrapper, .license-wrapper, .notfound-wrapper, .privacy-wrapper, .sponsorship-wrapper {
        padding: 20px 24px 0px
    }

    .main-nav-wrapper .social-wrapper .social-icons {
        margin-top: 10px
    }

    .main-nav-wrapper .social-wrapper .social-icon {
        width: 34px;
        height: 34px
    }

    .main-nav-wrapper .social-wrapper .social-icon.social-icon-large.icon-twitter {
        width: 60px;
        height: 30px;
        background-size: 30px 30px
    }

    .main-nav-wrapper .main-nav-title {
        font-size: 11px;
        letter-spacing: .1em
    }

    .main-content-container {
        flex-direction: column;
    }

    .left-content {
        width: 90%;
    }

    .GridItemStyle {
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        font-size: 0.7em;
        line-height: 20px;
    }

    .GridItemStyleBold {
        font-family: 'Montserrat800', sans-serif;
        font-size: 0.75em;
        font-weight: 400;
        line-height: 20px;
    }

    .Grid {
        width: 90%;
    }

    a.link-back, a.link-back:active, a.link-back:visited {
        font-size: 12px
    }

    .main-nav-wrapper .flex-wrapper {
        padding: 24px
    }

    .image-container img {
        width: 250px;
    }

    .content-wrapper .content-title {
        padding: 0;
        font-size: 1.6em;
        margin: 1em 0 .6em;
    }   

    .content-wrapper .content-title:first-child {
        margin: 0 0 .6em
    }
    
    .site-footer .social-wrapper {
        font-size: 1.1em;
    }
}