/* TONY */
pre {
    font-size: 12px;
    line-height: 12px;
    text-align: left;
}
.no-scroll {
    position: fixed;
    width: 100%;
    overflow: hidden;
}
.hidden {
    display: none;
}
/* // SHARED OVERLAYS \\ */
.global-overlay {
    display: none;
    position: fixed;
    z-index: 100001;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
}
.global-overlay-text {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    margin: auto;
    padding: 50px;
    line-height: 20px;
    max-width: 1200px;
    font-size: 16px;
    color: #222222;
    background-color: #f0f0f0;
}
.global-overlay-text p {
    margin: 1em 0;
}
.global-overlay-text-contents {
    padding-right: 15px;
    width: 100%;
    max-height: 100%;
    overflow: auto;
}
.global-overlay-close {
    position: absolute;
    z-index: 100009;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background: rgba(180, 0, 0, 1);
    cursor: pointer;
}
.global-overlay-close:hover {
    color: rgba(180, 0, 0, 1);
    background: #111111;
}
@media (max-width: 575px) {
    .global-overlay-text {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .global-overlay-text-contents {
        padding: 50px 10px 10px 10px;
    }
}
.global-overlay-restricted {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    margin: auto;
    height: 70vh;
    font-size: 24px;
    line-height: 24px;
    color: #f0f0f0;
    text-align: center;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, .4);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 4);
}
.global-overlay-restricted h1 {
    font-size: 32px;
    text-transform: uppercase;
}
.global-overlay-restricted-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .2);
}
.global-overlay-restricted-text {
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 40px;
    right: 40px;
    margin: auto;
    max-width: 800px;
    max-height: 200px;
}
.global-overlay-restricted-button {
    display: inline-block;
    padding: 20px 40px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
    background-color: #1197dc;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}
.global-overlay-restricted-button:hover {
    background-color: #808080;
}

@media (max-width: 640px) {
    .global-overlay-restricted-text {
        top: 100px;
        bottom: auto;
    }
}


.global-player-signup-form {
    display: none;
}
.global-fullcoverseperator {
    display: block;
    position: fixed;
    z-index: 10001;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
}
#step-2 {
    display: none;
}
/* \\ SHARED OVERLAYS // */


/* // SHARED MENU \\ */
.global-mobile-menu {
    display: none;
    position: fixed;
    z-index: 9991;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    color: #f0f0f0;
    /*background: rgba(0, 0, 0, .6);*/
    background: rgba(255, 255, 255, .5);
}
@media (max-width: 480px) {
    .global-mobile-menu {
        top: 50px;
    }
}
.global-mobile-menu ul,
.global-mobile-menu li {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    list-style: none;
    text-transform: uppercase;
}
.global-mobile-menu ul {
    position: absolute;
    z-index: +2;
    top: 0;
    bottom: 0;
    right: 0;
    width: 140px;
    background: #333333;
}
.global-mobile-menu ul.open {
    padding-left: 140px;
    width: 280px;
}
.global-mobile-menu ul li {
    display: block;
}
.global-mobile-menu ul li:after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 90%;
    border-bottom: 1px solid #666666;
}
.global-mobile-menu ul li.active {
    /*background: #444444;*/
}
.global-mobile-menu ul li ul {
    display: none;
    position: absolute;
    z-index: +1;
    top: 0;
    bottom: 0;
    left: 0;
    padding-left: 0;
    width: 140px;
    background: #444444;
    overflow: auto;
}
.global-mobile-menu ul li ul li.bs {
    text-transform: none;
}
.global-mobile-menu ul li a,
.global-mobile-menu ul li ul li a {
    display: block;
    padding: 15px 30px;
    line-height: 16px;
    font-size: 12px;
    color: #f0f0f0;
    text-decoration: none;
}
.global-mobile-menu ul li a:hover,
.global-mobile-menu ul li ul li a:hover {
    background: #292929;
}
@media (min-width: 861px) {
    .global-mobile-menu {
        display: block;
        position: absolute;
        top: 0;
        left: 250px;
        right: 160px;
        margin: auto;
        height: 46px;
        background: transparent;
    }
    .global-mobile-menu ul {
        width: auto;
        background: transparent;
    }
    .global-mobile-menu ul.open {
        padding-left: 0;
        width: auto;
    }
    .global-mobile-menu ul li {
        display: inline-block;
    }
    .global-mobile-menu ul li a {
        padding: 15px 6px;
    }
    .global-mobile-menu ul li:after {
        display: none;
    }
    .global-mobile-menu ul li ul {
        top: 46px;
        bottom: auto;
        left: auto;
        right: auto;
        width: auto;
        min-width: 170px;
        overflow: visible;
    }
    .global-mobile-menu ul li ul:before {
        content: '';
        display: block;
        position: absolute;
        top: -8px;
        left: 14px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #444444;
    }
    .global-mobile-menu ul li ul li {
        display: block;
        text-align: left;
    }
}
@media (min-width: 1001px) {
    .global-mobile-menu {
        left: 290px;
        right: 190px;
    }
    .global-mobile-menu ul li a {
        padding: 15px 7px;
    }
    .global-mobile-menu ul li a,
    .global-mobile-menu ul li ul li a {
        font-size: 14px;
    }
}
@media (min-width: 1191px) {
    .global-mobile-menu ul li a {
        padding: 15px 20px;
    }
}
/* \\ SHARED MENU // */

/* // SHARED WARNING \\ */
.global-warning {
    margin: auto;
    width: 100%;
    max-width: 840px;
    line-height: 16px;
    text-align: center;
    font-size: 14px;
}
.global-warning-container {
    margin: 20px 30px 40px 30px;
}
.global-warning-logo {
    margin-bottom: 10px;
}
.global-warning-logo img {
    margin: 0 auto;
    max-height: 50px;
}
.global-warning-title {
    margin-bottom: 10px;
    line-height: 40px;
    font-size: 36px;
    font-weight: bold;
    color: #009911;
    text-transform: uppercase;
}
.global-warning-subtitle {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 18px;
}
.global-warning-text {
    margin-bottom: 10px;
}
.global-warning-textarea {
    margin-bottom: 30px;
    padding: 10px;
    width: 100%;
    height: 120px;
    line-height: 14px;
    font-size: 12px;
    text-align: left;
    background: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 2px;
    overflow: auto;
}
.global-warning-textarea p {
    margin: 0;
}
.global-warning-buttons a {
    display: inline-block;
    height: 60px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 60px;
    margin-top: 0;
    margin-right: 25px;
    margin-bottom: 30px;
    margin-left: 25px;
    color: #ffffff;
}
.global-warning-buttons a:nth-child(1) {
    width: 150px;
    background-color: #aaaaaa;
}
.global-warning-buttons a:nth-child(2) {
    width: 220px;
    background-color: #009911;
}
.global-warning-buttons a:nth-child(1):hover {
    background-color: #888888;
}
.global-warning-buttons a:nth-child(2):hover {
    background-color: #22cc33;
}
.global-warning-picture img {
    margin: 0 auto 10px auto;
    width: auto;
    height: calc(95vh - 500px);
    max-height: 600px;
}
.global-warning-footer {
    line-height: 16px;
    font-size: 12px;
    color: #666666;
}
.global-warning-footer a {
    color: #009911;
}

@media (max-width: 600px) {
    .global-warning-container {
        margin: 10px 20px 30px;
    }
    .global-warning-logo {
        margin-bottom: 10px;
    }
    .global-warning-title {
        line-height: 7vw;
        font-size: 6.6vw;
        margin-bottom: 5px;
    }
    .global-warning-text {
        line-height: 14px;
        font-size: 12px;
    }
    .global-warning-textarea {
        margin-bottom: 5px;
    }
    .global-warning-buttons a {
        margin-top: 20px;
        margin-right: 5px;
        margin-bottom: 20px;
        margin-left: 5px;
        height: 50px;
        line-height: 50px;
    }
    .global-warning-buttons a:nth-child(1) {
        width: 40%;
        max-width: 150px;
    }
    .global-warning-buttons a:nth-child(2) {
        width: 40%;
        max-width: 150px;
    }
    .global-warning-picture img {
        width: 100%;
        height: auto;
    }
    .global-warning-footer {
        line-height: 14px;
        font-size: 11px;
    }
}
/* \\ SHARED WARNING // */



/* // SHARED THUMBNAIL \\ */
.thumbnail-container {
    position: relative;
    margin: 20px auto;
    padding: 0 10px;
    width: 100%;
    max-width: 1360px;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.thumbnail-container.flt,
.thumbnail-container.tetris {
    max-width: 1360px;
}
.thumbnail-container.premium {
    max-width: none;
}
.thumbnail-holder {
    display: inline-block;
    position: relative;
    margin: 10px;
    height: auto;
    background: #e0e0e0;
    overflow: hidden;
    vertical-align: top;
}
/* landscape */
.thumbnail-holder.landscape {
    width: calc(33.3333333333% - 20px);
}
.thumbnail-holder.landscape:after {
    display: block;
    padding-top: 82%;
    content: '';
}

.tetris-thumbcontainer > .thumbnail-holder.landscape:after,
.thumbnail-container.premium > .thumbnail-holder.landscape:after,
.thumbnail-container.four > .thumbnail-holder.landscape:after {
    padding-top: 76%;
}

.thumbnail-holder.landscape.flt,
.thumbnail-holder.landscape.tetris {
    width: calc(16.6666666666% - 20px);
}
.thumbnail-holder.landscape.half {
    width: calc(50% - 20px);
}
.thumbnail-holder.landscape.four {
    width: calc(25% - 20px);
}
/* portrait */
.thumbnail-holder.portrait {
    width: calc(20% - 20px);
}
.thumbnail-holder.portrait.tetris,
.thumbnail-holder.portrait.premium {
    width: calc(16.6666666666% - 20px);
}
.thumbnail-holder.portrait:after {
    display: block;
    padding-top: 160%;
    content: '';
}
.thumbnail-holder.portrait.model {
    width: calc(33.3333333333% - 20px);
}
.thumbnail-holder.portrait.model.members {
    width: calc(25% - 20px);
}
@media (max-width: 2100px) {
    /* landscape */
    .thumbnail-holder.landscape.flt,
    .thumbnail-holder.landscape.tetris {
        width: calc(20% - 20px);
    }
    /* portrait */
    .thumbnail-holder.portrait.tetris {
        width: calc(20% - 20px);
    }
}
@media (max-width: 1800px) {
    /* landscape */
    .thumbnail-holder.landscape.flt,
    .thumbnail-holder.landscape.tetris {
        width: calc(25% - 20px);
    }
    /* portrait */
    .thumbnail-holder.portrait.tetris {
        width: calc(25% - 20px);
    }
}
@media (max-width: 1200px) {
    /* landscape */
    .thumbnail-holder.landscape.flt,
    .thumbnail-holder.landscape.tetris {
        width: calc(33.3333333333% - 20px);
    }
    .thumbnail-holder.landscape.four {
            width: calc(50% - 20px);
    }
    /* portrait */
    .thumbnail-holder.portrait {
        width: calc(25% - 20px);
    }
    .thumbnail-holder.portrait.tetris {
        width: calc(33.3333333333% - 20px);
    }
    .thumbnail-holder.portrait.premium {
        width: calc(33.3333333333% - 20px);
    }
}
@media (max-width: 992px) {
    /* landscape */
    .thumbnail-holder.landscape {
        width: calc(50% - 20px);
    }
    /* portrait */
    .thumbnail-holder.portrait {
        width: calc(33.3333333333% - 20px);
    }
    .thumbnail-holder.portrait.model {
        width: calc(50% - 20px);
    }
}
@media (max-width: 768px) {
    .thumbnail-holder {
        margin: 5px;
    }
    /* landscape */
    .thumbnail-holder.landscape.flt,
    .thumbnail-holder.landscape.tetris {
        width: calc(50% - 20px);
    }
    /* portrait */
    .thumbnail-holder.portrait,
    .thumbnail-holder.portrait.model.members {
        width: calc(50% - 10px);
    }
    .thumbnail-holder.portrait.tetris {
        width: calc(50% - 20px);
    }
}
@media (max-width: 576px) {
    .thumbnail-holder.landscape,
    .thumbnail-holder.landscape.flt,
    .thumbnail-holder.landscape.half,
    .thumbnail-holder.portrait,
    .thumbnail-holder.portrait.model,
    .thumbnail-holder.portrait.model.members {
        width: calc(100% - 10px);
    }
}

/* Thumbs Hide / Show Switcher */
/* Index Containers */
.switcher-index.l, .switcher-index.p, .switcher-index.m { }
@media (max-width: 1200px) {
    .switcher-index.p:nth-last-child(2),
    .switcher-index.p:nth-last-child(1) {
        display: none;
    }
    .premium.switcher-index.p:nth-last-child(2),
    .premium.switcher-index.p:nth-last-child(1) {
        display: inline-block;
    }
}
@media (max-width: 992px) {
    .switcher-index.l:nth-last-child(2),
    .switcher-index.l:nth-last-child(1) {
        display: none;
    }
    .switcher-index.p:nth-last-child(2) {
        display: inline-block;
    }
    /*
    .switcher-index.p:nth-last-child(4),
    .switcher-index.p:nth-last-child(3) {
        display: none;
    }
    /*
    .switcher-index.m:nth-last-child(2),
    .switcher-index.m:nth-last-child(1) {
        display: none;
    }
    */
}
@media (max-width: 768px) {
    /*
    .switcher-index.m:nth-last-child(3) {
        display: none;
    }
    */
}
/* Inner Containers */
.switcher-inner.l, .switcher-inner.p, .switcher-inner.m { }
@media (max-width: 992px) {
    /*
    .switcher-inner.p:nth-last-child(2),
    .switcher-inner.p:nth-last-child(1) {
        display: none;
    }
    .switcher-inner.m:nth-last-child(2),
    .switcher-inner.m:nth-last-child(1) {
        display: none;
    }
    */
}
@media (max-width: 768px) {
    .switcher-inner.p:nth-last-child(2),
    .switcher-inner.p:nth-last-child(1) {
        display: block;
    }
    .switcher-index.p:nth-last-child(2) {
        display: none;
    }
}
@media (max-width: 576px) {
    .thumbnail-holder.portrait.premium {
        width: calc(50% - 10px);
    }
}

.thumbnail-content,
.thumbnail-image,
.thumbnail-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.thumbnail-image {
    z-index: +1;
    bottom: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all ease-in-out .12s;
}
.thumbnail-image.full {
    bottom: 0;
}
.thumbnail-format {
    position: absolute;
    z-index: +1;
    top: 10px;
    left: 10px;
}
.thumbnail-info-url {
    position: absolute;
    z-index: +1;
    bottom: 50px;
    right: 10px;
    padding: 10px 5px 12px 5px;
    font-size: 12px;
    color: #f0f0f0;
    background-color: #444444;
    border-radius: 3px;
    opacity: .75;
}
.thumbnail-info-url.full {
    bottom: 10px;
}
.thumbnail-overlay {
    z-index: +2;
    opacity: 0;
    background: rgba(0, 0, 0, .3);
    transition: opacity ease-in-out .1s;
}
.thumbnail-overlay img {
    position: absolute;
    top: -20px;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 44px;
    height: 44px;
    opacity: 0;
    transition: all ease-in-out .3s;
}
.thumbnail-info {
    position: absolute;
    z-index: +3;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 7px;
    /*min-height: 40px;*/
    color: #444444;
    text-align: left;
    background: #f5f5f5;
    border: 1px solid #f0f0f0;
    border-top: 0;
}
.thumbnail-info.full {
    display: none;
}

.thumbnail-info.video ins {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 10px;
    font-size: 12px;
    text-decoration: none;
}

.thumbnail-info.picture {
    min-height: 56px;
}
.thumbnail-info-title {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 14px;
}
.thumbnail-info-title.picture {
    margin-bottom: 31px;
}
.thumbnail-info-data {
    position: absolute;
    left: 7px;
    bottom: 5px;
    line-height: 12px;
    font-size: 12px;
    color: #888888;
    opacity: .5;
}
.thumbnail-info-data.picture {
    bottom: 20px;
}
.thumbnail-info-data img {
    height: 11px;
}
.thumbnail-info-stars.picture {
    display: block;
    position: absolute;
    bottom: 0;
    left: -2px;
    width: 80px;
}

.thumbnail-image video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    max-width: 104%;
    max-height: 104%;
    min-width: 104%;
    min-height: 104%;
    object-fit: cover;
}
.thumbnail-image.banner {
    bottom: 0;
}
.thumbnail-image.banner img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
}
/* hovers */
.thumbnail-holder:hover .thumbnail-image {
    top: -12px;
    bottom: -12px;
    left: -12px;
    right: -12px;
}
.thumbnail-holder:hover .thumbnail-image.banner {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.thumbnail-holder:hover .thumbnail-overlay {
    opacity: 1;
}
.thumbnail-holder:hover .thumbnail-overlay img {
    top: 0;
    opacity: 1;
}
.thumbnail-holder:hover .thumbnail-info.full {
    display: block;
}







/* thumbs */
.global-thumbcontainer {
    position: relative;
    margin: auto;
    margin-top: -10px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 1360px;
    line-height: 0;
    font-size: 0;
    text-align: center;
}

@media (max-width:860px) {
.global-thumbcontainer {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
}

@media (max-width:480px) {
.global-thumbcontainer {
    margin-bottom: 10px;
    padding-left: 10px!important;
    padding-right: 10px!important;
}
}
.global-thumbwrapper {
    display: inline-block;
    width: 420px;
    margin: 10px;
    overflow: hidden;
    color: #444;
    background: #f5f5f5;
    text-decoration: none;
}
.global-thumbwrapper-picture {
    width: 243px;
}

@media (min-width:799px) {
.global-thumbwrapper:hover .global-thumbplayerico {
    display: initial;
}
.global-thumbwrapper:hover .global-thumbovercolor {
    display: initial;
}
.global-thumbwrapper:hover .global-thumbimage img {
    -webkit-transform: scale(1.05);
    transform: scale(1.1);
    transation-property: all;
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
}
}
.global-thumbvisual {
    position: relative;
}
.global-thumbimage {
    width: 100%;
    overflow: hidden;
}
.global-thumbimage img {
    width: 100%;
    height: auto;
}
.global-thumbformatico {
    position: absolute !important;
    left: 10px;
    top: 10px;
}
.global-thumbplayerico {
    position: absolute !important;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    width: 14%;
    display: none;
}
.global-thumbplayerico img {
    width: 100%;
    height: auto;
}
.global-thumbovercolor {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    line-height: 100%;
}
.global-thumbdescription {
    position: relative;
    width: 100%;
    margin-top: 2px;
}
.global-thumbtext {
    padding-top: 1px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    line-height: 16px;
    font-size: 16px;
    text-align: left;
}
.global-thumbtext span {
    font-size: 12px;
    color: #888888;
}
.global-thumbstar {
    position: absolute !important;
    right: 2px;
    bottom: 4px;
    height: 13px;
}
.global-thumbstar li {
    display: inline-block;
}
.global-thumbstar svg {
    width: 14px;
    height: 13px;
}
.global-thumbstar-on {
    fill: #12a0ea;
}
.global-thumbstar-off {
    fill: #aaa;
}

/* thumb size */
@media (max-width:1380px) {
.global-thumbwrapper {
    width: 30vw;
}
}

@media (max-width:1170px) {
.global-thumbwrapper {
    width: 29.8vw;
}
}

@media (max-width:1110px) {
.global-thumbwrapper {
    width: 29.6vw;
}
}

@media (max-width:1050px) {
.global-thumbwrapper {
    width: 29.4vw;
}
}

@media (max-width:1000px) {
.global-thumbwrapper {
    width: 29.2vw;
}
}

@media (max-width:950px) {
.global-thumbwrapper {
    width: 29vw;
}
}

@media (max-width:900px) {
.global-thumbwrapper {
    width: 28.8vw;
}
}

@media (max-width:860px) {
.global-thumbwrapper {
    width: 44vw;
}
}

@media (max-width:810px) {
.global-thumbwrapper {
    width: 43vw;
}
}

@media (max-width:700px) {
.global-thumbwrapper {
    width: 42vw;
}
}

@media (max-width:610px) {
.global-thumbwrapper {
    width: 41vw;
}
}

@media (max-width:540px) {
.global-thumbwrapper {
    width: 40vw;
}
}

@media (max-width:490px) {
.global-thumbwrapper {
    width: 39vw;
}
}

@media (max-width:420px) {
.global-thumbwrapper {
    width: auto;
}
}

/* pic thumb size */
@media (max-width:1380px) {
.global-thumbwrapper-picture {
    width: 22vw;
}
}

@media (max-width:1170px) {
.global-thumbwrapper-picture {
    width: 21.8vw;
}
}

@media (max-width:1110px) {
.global-thumbwrapper-picture {
    width: 21.6vw;
}
}

@media (max-width:1050px) {
.global-thumbwrapper-picture {
    width: 21.4vw;
}
}

@media (max-width:1000px) {
.global-thumbwrapper-picture {
    width: 21.2vw;
}
}

@media (max-width:950px) {
.global-thumbwrapper-picture {
    width: 21vw;
}
}

@media (max-width:900px) {
.global-thumbwrapper-picture {
    width: 28.8vw;
}
}

@media (max-width:860px) {
.global-thumbwrapper-picture {
    width: 44vw;
}
}

@media (max-width:810px) {
.global-thumbwrapper-picture {
    width: 43vw;
}
}

@media (max-width:700px) {
.global-thumbwrapper-picture {
    width: 42vw;
}
}

@media (max-width:610px) {
.global-thumbwrapper-picture {
    width: 41vw;
}
}

@media (max-width:540px) {
.global-thumbwrapper-picture {
    width: 40vw;
}
}

@media (max-width:490px) {
.global-thumbwrapper-picture {
    width: 39vw;
}
}

@media (max-width:420px) {
.global-thumbwrapper-picture {
    width: auto;
}
}
/* \\ SHARED THUMBNAIL // */



/* // SHARED FOOTER \\ */
.global-footer-bgwrapper {
    /*width: 100%;*/
    background: #222;
}
.global-footer-wrapper {
    position: relative;
    margin: auto;
    margin-bottom: 0;
    padding: 40px 20px;
    /*width: 100%;*/
    max-width: 1360px;
    line-height: 14px;
    font-size: 11px;
    color: #888;
    text-align: center;
}
@media (max-width: 860px) {
    .global-footer-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 480px) {
    .global-footer-wrapper {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
}
.global-footer-wrapper a {
    display: inline-block;
    color: #aaa;
    text-decoration: underline;
    font-size: 12px;
}
.global-footer-wrapper a:hover {
    color: #fff;
    text-decoration: none;
}
.global-footer-bonus {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px!important;
}
.global-footer-bonus span {
    font-size: 16px;
    color: #aaa;
}
.global-footer-bonus a {
    font-size: 16px;
}
.global-footer-mainlinks {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 18px;
}
@media(max-width: 420px) {
    .global-footer-mainlinks {
        margin-bottom: 10px;
    }
}
.global-footer-mainlinks a {
    display: inline-block;
    font-size: 30px;
}
.global-footer-agewarning {
    font-size: 16px;
    line-height: 18px;
    height: 36px;
    white-space: nowrap;
}
.global-footer-agewarning svg {
    width: 30px;
    height: 30px;
    fill: #aaa;
}
.global-footer-text {
    margin-bottom: 30px;
}
.global-footer-sublinks {
    margin-bottom: 30px;
}
.global-footer-trademark img {
    opacity: 0.8;
}
/* footer link */
@media (max-width: 660px) {
    .global-footer-mainlinks a {
        width: 40%;
        margin: 5px;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
        font-size: 5vw;
        text-decoration: none;
        background: #000;
        border-radius: 2px;
    }
    .global-footer-mainlinks span {
        display: none;
    }
}
/* \\ SHARED FOOTER // */


#addon-dimensions {
    display: none;
    position: fixed;
    z-index: 99999999;
    bottom: 0;
    left: 0;
    /*right: 0;*/
    padding: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    background: rgba(0, 0, 0, .8) none repeat scroll 0 0;
}