/* Bootstrap override */
body {
    font-size: 14px;
    line-height: 1.42857143;
}

.row {
    margin-right: 0;
    margin-left: 0;
    display: block;
    flex-wrap: nowrap;
}

    .row:before, .row:after, .container-fluid:before, .container-fluid:after {
        display: table;
        content: " ";
        clear: both;
    }

    .row > * {
        padding-right: 0;
        padding-left: 0;
    }

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    position: relative;
    flex: unset;
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    float: left;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    width: auto;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    position: absolute;
    inset: 100% auto auto -1px !important;
    transform: none !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
}

.open > .dropdown-menu {
    display: block;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: unset;
    content: '\203A';
    color: rgb(152,152,152);
    padding: 0 3px;
}

.breadcrumb .breadcrumb-item {
    display: inline-block;
    padding-left: 0;
}

.card {
    border: none;
    background-color: unset;
    min-width: unset;
}

.placeholder {
    background-color: unset;
    opacity: 1;
}

.nav {
    display: block;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

.collapse.in {
    display: block;
}

.table > :not(caption) > * > * {
    padding: 0;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.pull-right {
    float: right !important;
}

/* Corrections */

* {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

p {
    margin: 0;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

a,
a:focus,
a:hover {
    color: inherit;
    text-decoration: inherit;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto;
}

svg {
    vertical-align: unset;
}

figure {
    margin: 0;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    opacity: 1;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.hidden {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }
}

@media (min-width: 768px) {

    .col-md-1, .col-md-2, .col-md-3, .col-md-4,
    .col-md-5, .col-md-6, .col-md-7, .col-md-8,
    .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        width: unset;
    }

    .offset-md-1, .offset-md-2, .offset-md-3, .offset-md-4,
    .offset-md-5, .offset-md-6, .offset-md-7, .offset-md-8,
    .offset-md-9, .offset-md-10, .offset-md-11 {
        margin-left: inherit;
    }

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }
}

@media (max-width: 992px) {
    .col-1 {
        width: 8.33333333%
    }

    .col-2 {
        width: 16.66666667%
    }

    .col-3 {
        width: 25%
    }

    .col-4 {
        width: 33.33333333%
    }

    .col-5 {
        width: 41.66666667%
    }

    .col-6 {
        width: 50%
    }

    .col-7 {
        width: 58.33333333%
    }

    .col-8 {
        width: 66.66666667%
    }

    .col-9 {
        width: 75%
    }

    .col-10 {
        width: 83.33333333%
    }

    .col-11 {
        width: 91.66666667%
    }

    .col-12 {
        width: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-12 {
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-12 {
        width: 100%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }

    .visible-md {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }

    .visible-lg {
        display: block !important;
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }
}


/*RESET MODAL*/

.modal.fade {
    opacity: 1;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    max-width: none;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

/***
 * START parallax.css
 */

.parallax {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 100%;
    max-height: 600px;
    overflow: hidden;
}

.parallax > * {
    position: relative;
}

.prl {
    position: absolute;
    left: 0;
    top: 0;
    /*transition: transform 0.5s ease-out;*/
    transform: translate(0, 0);
}

/*
 * END parallax.css
 ***/

/***
 * START layout.css
 */

/* This kills the bootstrap */

.no-bs {
    display: flex;
    flex-wrap: wrap;
}

    .no-bs > .col-lg-1,
    .no-bs > .col-lg-10,
    .no-bs > .col-lg-11,
    .no-bs > .col-lg-12,
    .no-bs > .col-lg-2,
    .no-bs > .col-lg-3,
    .no-bs > .col-lg-4,
    .no-bs > .col-lg-5,
    .no-bs > .col-lg-6,
    .no-bs > .col-lg-7,
    .no-bs > .col-lg-8,
    .no-bs > .col-lg-9,
    .no-bs > .col-md-1,
    .no-bs > .col-md-10,
    .no-bs > .col-md-11,
    .no-bs > .col-md-12,
    .no-bs > .col-md-2,
    .no-bs > .col-md-3,
    .no-bs > .col-md-4,
    .no-bs > .col-md-5,
    .no-bs > .col-md-6,
    .no-bs > .col-md-7,
    .no-bs > .col-md-8,
    .no-bs > .col-md-9,
    .no-bs > .col-sm-1,
    .no-bs > .col-sm-10,
    .no-bs > .col-sm-11,
    .no-bs > .col-sm-12,
    .no-bs > .col-sm-2,
    .no-bs > .col-sm-3,
    .no-bs > .col-sm-4,
    .no-bs > .col-sm-5,
    .no-bs > .col-sm-6,
    .no-bs > .col-sm-7,
    .no-bs > .col-sm-8,
    .no-bs > .col-sm-9,
    .no-bs > .col-xs-1,
    .no-bs > .col-xs-10,
    .no-bs > .col-xs-11,
    .no-bs > .col-xs-12,
    .no-bs > .col-xs-2,
    .no-bs > .col-xs-3,
    .no-bs > .col-xs-4,
    .no-bs > .col-xs-5,
    .no-bs > .col-xs-6,
    .no-bs > .col-xs-7,
    .no-bs > .col-xs-8,
    .no-bs > .col-xs-9 {
        float: none !important;
        vertical-align: top;
    }

/* this kills the selection */

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

/* fix for ie overflow slick bug (use class slick-ie) */
.slick-ie.slick-slider .slick-list,
.slick-ie .slick-track,
.slick-ie .slick-slide,
.slick-ie .slick-slide img {
    -ms-transform: none !important;
}

/* Quick Fix 692 */
.dropdown-backdrop {
    display: none !important;
}

/* Base Layout */

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    color: #242424;
    font-size: 16px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: scrollbar; /* SLB fix #12675 - don't use auto-hidding scrolbars on IE because they overlap and hide some content */
}

    body.lock {
        overflow: hidden;
    }

*:focus {
    outline: none;
}

a {
    -webkit-transition: color 100ms ease-in-out;
    -moz-transition: color 100ms ease-in-out;
    transition: color 100ms ease-in-out;
}

    a:hover {
        color: #c30000;
    }

    a.div {
        display: block;
    }

        a.div:hover {
            color: inherit;
        }

.generic-content p a[target]:after {
    content: ' ';
    display: inline-block;
    background-image: url('/Images/icons/share.svg');
    background-size: 15px 15px;
    height: 15px;
    width: 15px;
    margin: 0 4px;
}

img:not(.website-loading) {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

img.loaded {
    opacity: 1;
}

.image-placeholder {
    width: 100%;
    background: transparent;
    -webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    transition: background 1s ease-in-out;
}

h3 {
    font-family: 'Roboto Condensed';
    font-weight: 300;
    font-size: 30px;
    line-height: 1.2em;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px 0;
    color: #c30000;
}

.container-fluid {
    max-width: 1600px;
}

body > svg {
    position: fixed;
    left: -100%;
}

body > .container-fluid > * { /* layout.ts resets changes the opacity to 1 */
    opacity: 1;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.section {
    position: relative;
    padding-bottom: 40px;
}

    .section:after,
    .section:before {
        content: "";
        display: table;
        clear: both;
    }

*::selection {
    background: #c30000;
    /* WebKit/Blink Browsers */
    color: white;
}

*::-moz-selection {
    background: #c30000;
    /* Gecko Browsers */
    color: white;
}

.inner {
    color: white;
}

.big-title {
    font-size: 34px;
    font-weight: 100;
    line-height: 1;
}

.title,
.big-title {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.trophies-section .top-title {
    display: block;
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
    pointer-events: none;
}

/*> Text Tweaks */

.robo {
    font-family: 'Roboto', 'Roboto Condensed', sans-serif;
}

.uppercase {
    text-transform: uppercase !important;
}

.extra-small {
    font-size: 12px;
}

.small {
    font-size: 14px;
}

.medium-s {
    font-size: 18px;
}

.medium {
    font-size: 20px;
}

.medium-l {
    font-size: 24px;
}

.big {
    font-size: 32px;
}

.large {
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
}

.giant {
    font-size: 72px;
    line-height: 72px;
}

.red {
    color: #c30000;
}

.green {
    color: #119f22;
}

.blue {
    color: #1770c1;
}

.gray {
    color: #888888;
}

.slim {
    font-weight: 100;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.bold {
    font-weight: bold;
}

/*< Text Tweaks */

.top-title {
    display: block;
    width: 100%;
    margin: 40px auto;
    text-align: center;
    pointer-events: none;
}

    .top-title h2 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .top-title > * {
        pointer-events: all;
    }

    .top-title > * {
        display: inline-block;
        vertical-align: middle;
    }

    .top-title:after {
        content: "";
        display: table;
        clear: both;
    }

    .top-title *:not(:first-child) {
        margin-left: 14px;
    }

.transparent {
    opacity: 0;
}

.slb-icon {
    width: 28px;
    height: 28px;
    fill: #242424;
}

.top-title .slb-icon {
    -webkit-transition: fill 200ms ease-in-out, stroke 200ms ease-in-out;
    -moz-transition: fill 200ms ease-in-out, stroke 200ms ease-in-out;
    transition: fill 200ms ease-in-out, stroke 200ms ease-in-out;
}

.top-title:hover .slb-icon {
    fill: #c30000;
}

.inner .slb-icon {
    fill: white;
}

/** VIDEO ICON HOVER **/
rect#icon_white_hover_layer {
    fill: #ffffff;
    font-size: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

/** WEBSITE SLICK OVERRIDES **/

.edge-button {
    position: absolute;
    top: 44%;
    top: calc(50% - 25px);
    left: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    margin: auto;
    text-align: center;
}

    .edge-button.previous {
        left: 0;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        z-index: 1;
    }

    .edge-button.next {
        left: auto;
        right: 0;
    }

.edge-button-path {
    width: 17px;
    height: 32px;
    fill: transparent;
    stroke: #242424;
    stroke-width: 2;
    margin-top: 9px;
    margin-bottom: 9px;
}

.inner .games .edge-button-path {
    stroke: white;
}

.edge-button.slick-disabled,
.edge-holder.slick-disabled .edge-button {
    opacity: 0;
    cursor: default;
}

.slick-dots {
    bottom: 5% !important;
}

    .slick-dots li {
        margin: 0 !important;
    }

        .slick-dots li button:before {
            color: white !important;
            opacity: 0.5 !important;
            font-size: 10px !important;
        }

        .slick-dots li.slick-active button:before {
            opacity: 1 !important;
        }

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.edge-holder {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 50px;
}

    .edge-holder.next {
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        bottom: 0;
    }

.edge-shadow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    display: none !important;
}

    .edge-shadow.next {
        left: auto;
        right: 0;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    }

.padding-top-30 {
    padding-top: 30px;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.button {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    border: solid 1px #242424;
    cursor: pointer;
    text-align: center;
    height: 40px;
    padding: 10px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
    transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
}

.inner .button {
    border-color: white;
}

.button > * {
    position: relative;
}

.button:hover,
.button.active {
    color: white;
    border-color: #c30000 !important;
}

.button.active {
    background-color: #c30000 !important;
}

.button:before {
    background-color: #c30000;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

.button:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.button.button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
}

    .button.button-icon .icon {
        width: 40px;
        height: 0px;
        vertical-align: middle;
    }

        .button.button-icon .icon > * {
            max-width: 40px;
            max-height: 25px;
            transform: translateY(-50%);
        }

.button-small-text {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.8em;
}

    .button-small-text:hover {
        cursor: pointer;
        color: #c30000;
    }

.button.white {
    border-color: #fff !important;
    background-color: #fff !important;
    color: #242424 !important;
}

    .button.white:hover,
    .button.white.active {
        color: #fff !important;
        border-color: #c30000 !important;
    }

.item:focus,
a:focus {
    outline: none;
}

.centered {
    text-align: center;
    font-size: 0;
}

    .centered > div {
        float: none;
        display: inline-block;
        text-align: left;
        font-size: 13px;
        vertical-align: middle;
    }

.no-pad {
    padding: 0;
}

.col80 {
    width: 80%;
}

.col20 {
    width: 20%;
}

.opacity-layer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 200ms ease-in-out, z-index 0s 200ms !important;
    transition: opacity 200ms ease-in-out, z-index 0s 200ms !important;
}

    .opacity-layer.show {
        z-index: 9;
        opacity: 0.8;
        transition: opacity 200ms ease-in-out !important;
    }

.back-to-top.invisible {
    opacity: 0;
}

.back-to-top {
    position: fixed;
    bottom: 60px;
    z-index: 8;
    z-index: 1000;
    padding: 12px 19px 14px 19px;
    right: 1.5%;
    width: 58px;
    height: 58px;
    text-align: center;
    background-color: rgba(36,36,36,0.2);
    cursor: pointer;
    cursor: hand;
    transition: all 250ms ease-in-out;
}

    .back-to-top:hover {
        background-color: rgba(255,255,255,0.5);
    }

        .back-to-top:hover .top-icon {
            stroke: #c30000;
            position: relative;
        }

        .back-to-top:hover > * {
            color: #c30000;
            opacity: 1;
        }

    .back-to-top > * {
        color: #fff;
        font-size: 12px;
        opacity: 1;
        line-height: 1;
        transition: color 250ms ease-in-out;
    }

    .back-to-top .top-icon {
        margin-top: -3px;
        fill: none;
        stroke: #fff;
        stroke-width: 5px;
        height: 22px;
        transform: rotateZ(-90deg);
        width: 14px;
        -webkit-transition: stroke 250ms ease-in-out, margin-left 250ms ease-in-out;
        -moz-transition: stroke 250ms ease-in-out, margin-left 250ms ease-in-out;
        transition: stroke 250ms ease-in-out, margin-left 250ms ease-in-out;
    }

/** Breadcrumb **/

.breadcrumb {
    margin: 0px;
    padding: 20px 20px 20px 50px;
    background-color: white;
    z-index: 4;
    position: relative;
    display: none;
}

    .breadcrumb .breadcrumb-item:not(.active) {
        color: rgb(152,152,152);
    }

    .breadcrumb .breadcrumb-item.active {
        color: rgb(36,36,36);
    }

    .breadcrumb > li + li:before {
        content: '\203A';
        color: rgb(152,152,152);
        padding: 0 3px;
    }

/* Cookies */
.cookies-bar {
    position: fixed;
    bottom: -200px;
    width: 100%;
    background-color: #f4f4f4;
    z-index: 9000;
    font-size: 11px;
    border-top: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: bottom 1s ease-in-out;
    -moz-transition: bottom 1s ease-in-out;
    transition: bottom 1s ease-in-out;
}

    .cookies-bar .cookies-wrapper {
        margin: 0 auto;
        max-width: 1600px;
    }

    .cookies-bar .col-sm-10 {
        padding-left: 6%;
        font-family: 'Roboto', sans-serif;
    }

    .cookies-bar .accept-cookies {
        text-align: center;
        padding-left: 5px;
        padding-top: 8px;
    }

    .cookies-bar .button {
        padding: 5px 19px;
    }

    .cookies-bar span a {
        color: #c30000;
    }

    .cookies-bar.show {
        bottom: 0;
    }

.image-placeholder img {
    width: 100%;
}

/* Formularios - styles gerais - colocar aqui */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

textarea, input {
    -webkit-appearance: none;
    border-radius: 0;
}

    input:required, input:invalid {
        box-shadow: none; /* Remove red borders on required fields */
    }

.profile-img label {
    margin-bottom: 0;
    border-radius: 50%;
    background: #fff;
    width: 100px;
    height: 100px;
    cursor: pointer;
    display: inline-block; /** IE */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.profile-img.default label {
    border: 1px solid #ccc;
}

.profile-img span {
    color: #c30000;
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 300;
    line-height: 2;
}

.profile-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

svg.arrow {
    max-width: 15px;
    height: 8px;
    stroke: #333;
    fill: none;
    transition: stroke 200ms;
    stroke-width: 4px;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    transition: transform 0.75s;
}

.navbar-top-links svg.arrow {
    stroke-width: 6px;
}

.welcome-user {
    position: relative;
    font-size: 14px;
    color: #4c4c4c;
    vertical-align: middle;
    display: inline-block; /* IE */
    display: inline-flex;
}

    .welcome-user .dropdown-button {
        display: inline;
        display: flex;
        align-items: center;
        text-align: right;
    }

        .welcome-user .dropdown-button:hover {
            cursor: pointer;
        }

        .welcome-user .dropdown-button > div {
            vertical-align: middle;
            display: inline-block;
            padding-bottom: 2px;
        }

            .welcome-user .dropdown-button > div > p {
                display: inline;
            }

        .welcome-user .dropdown-button label {
            height: 33px;
            width: 33px;
        }

            .welcome-user .dropdown-button label span {
                font-size: 16px;
                display: inline-block;
                vertical-align: baseline;
            }

        .welcome-user .dropdown-button img {
            margin-left: 5px;
        }

    .welcome-user svg {
        max-width: 15px;
        height: 8px;
        stroke: #333;
        fill: none;
        transition: stroke 200ms;
        stroke-width: 4px;
    }

    .welcome-user .my-tooltip svg {
        height: 20px;
        stroke-width: 1px;
    }

    .welcome-user svg.pencil {
        -ms-transform: rotate(225deg); /* IE 9 */
        -webkit-transform: rotate(225deg); /* Chrome, Safari, Opera */
        transform: rotate(225deg);
    }

    .welcome-user svg.orders {
    }

    .welcome-user svg.cross {
        stroke-width: 2px;
    }

    .welcome-user .arrow {
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        transform: rotate(270deg);
        transition: transform 0.75s;
        margin-right: 5px;
        margin-left: 0px;
    }

    .welcome-user .dropdown-button.active,
    .welcome-user .dropdown-button:hover {
        cursor: pointer;
        color: #c30000;
    }

    .welcome-user.active .arrow
    .welcome-user .dropdown-button:hover .arrow {
        stroke: #c30000;
        -ms-transform: rotate(-90deg); /* IE 9 */
        -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
        transform: rotate(-90deg);
    }

    .welcome-user .my-tooltip {
        position: absolute;
        width: 365px;
        top: -1000px;
        background-color: white;
        border: solid 1px rgb(221,221,221);
        -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.175);
        box-shadow: 0px 0px 20px rgba(0,0,0,.175);
        z-index: 21;
        padding: 15px 10px;
        opacity: 0;
    }

        .welcome-user .my-tooltip .carrot {
            width: 0;
            height: 0;
            border-top: 13px solid transparent;
            border-left: 13px solid rgb(221,221,221);
            border-right: 13px solid transparent;
            position: absolute;
            top: -14px;
        }

            .welcome-user .my-tooltip .carrot:after {
                content: '';
                width: 0;
                height: 0;
                border-top: 12px solid transparent;
                border-left: 12px solid #fff;
                border-right: 12px solid transparent;
                position: absolute;
                top: -10px;
                left: -12px;
            }

    .welcome-user.active .my-tooltip {
        top: calc(100% + 20px);
        opacity: 1;
        -webkit-transition: opacity 500ms ease-in-out;
        -moz-transition: opacity 500ms ease-in-out;
        transition: opacity 500ms ease-in-out;
    }

    .welcome-user header {
        display: flex;
        align-items: center;
        border-bottom: solid 1px rgb(221,221,221);
        padding: 10px 0 23px 24px;
    }

        .welcome-user header > * {
            margin: 0;
        }

        .welcome-user header > div {
            text-align: left;
        }

        .welcome-user header h4 {
            text-transform: uppercase;
            font-size: 16px;
            margin: 5px 0;
        }

            .welcome-user header h4:last-child {
                font-size: 0.95em;
            }

        .welcome-user header .profile-img label {
            width: 75px;
            height: 75px;
            margin-left: 5px;
            margin-right: 15px;
        }

    .welcome-user .profile-ul-options {
        text-align: center;
        margin: 10px 0;
    }

    .welcome-user .item {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
    }

        .welcome-user .item p {
            text-transform: uppercase;
            font-size: 16px;
        }

        .welcome-user .item svg {
            margin-left: 10px;
        }

        .welcome-user .item:hover svg {
            stroke: #c30000;
        }

    .welcome-user footer {
        border-top: solid 1px rgb(221,221,221);
    }

        .welcome-user footer .item {
            padding: 20px 0 2px 0;
            justify-content: center;
        }

/*** START Profile completeness alert ***/

.profile-update-alert {
    display: none;
    top: calc(100% + 10px);
    position: absolute;
    width: calc(100vw - 23px);
    right: -114px;
    background-color: white;
    border: solid 1px rgb(221,221,221);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.175);
    box-shadow: 0px 0px 20px rgba(0,0,0,.175);
    z-index: 100;
    padding: 15px 10px;
}

    .profile-update-alert header {
        padding: 10px;
        display: inherit;
        border-bottom: none;
    }

        .profile-update-alert header .title {
            color: #c30000;
            text-align: center;
            text-transform: uppercase;
        }

        .profile-update-alert header .text {
            padding: 15px 0;
            text-align: center;
        }

    .profile-update-alert .item-list .item {
        display: inherit;
        text-align: left;
        padding: 5px 0px 5px 25%;
    }

    .profile-update-alert .carrot {
        width: 0;
        height: 0;
        border-top: 13px solid transparent;
        border-left: 13px solid rgb(221,221,221);
        border-right: 13px solid transparent;
        position: absolute;
        top: -14px;
        right: 90px;
    }

        .profile-update-alert .carrot:after {
            content: '';
            width: 0;
            height: 0;
            border-top: 12px solid transparent;
            border-left: 12px solid #fff;
            border-right: 12px solid transparent;
            position: absolute;
            top: -10px;
            left: -12px;
        }

    .profile-update-alert img {
        opacity: 1;
    }

    .profile-update-alert .bell {
        padding-bottom: 17px;
        width: 45px;
    }

    .profile-update-alert .bullet {
        width: 25px;
        display: inline;
    }

    .profile-update-alert .button {
        margin-top: 20px !important;
    }

    .profile-update-alert .profile-ul-updates {
        text-align: left;
    }

    .profile-update-alert footer {
        border: none;
    }

/*** END Profile completeness alert ***/

.icon-red-notification {
    position: absolute;
    font-size: 11px;
    bottom: 4px;
    right: -7px;
    background-color: #c30000;
    color: white;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto Condensed', sans-serif !important;
}

input::-ms-clear {
    display: none;
}

/* Newsletter */
#slb-popup-newsletter {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: lighter;
}

    #slb-popup-newsletter h3, #slb-popup-newsletter-success h3 {
        color: black;
        text-transform: uppercase;
    }

    #slb-popup-newsletter > .slb-popup-body > .row {
        padding: 20px 0px;
    }

.newsletter-choice {
    padding: 10px 0px;
    text-align: center;
}

    .newsletter-choice input.slb-checkbox {
        margin-right: 15px;
        vertical-align: text-bottom;
    }

    .newsletter-choice label {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: lighter;
    }

#slb-popup-newsletter p, #slb-popup-newsletter-success p {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: black;
}

#slb-popup-newsletter hr {
    margin: 10px 0px 30px;
    color: #ddd;
}

#slb-popup-newsletter #newsletter-submit-container {
    text-align: center;
}

#slb-popup-newsletter-success img {
    display: inline-block;
}

#slb-popup-newsletter-success h3 {
    margin-top: 10px;
}

#newsletter-input {
    display: flex;
    border: 1px solid #ccc;
    background: white;
}

    #newsletter-input input {
        flex-grow: 1;
    }

    #newsletter-input a {
        cursor: pointer;
        height: 125px;
        display: inline-block;
        position: relative;
        vertical-align: bottom;
        padding: 20px;
    }

    #newsletter-input svg {
        stroke: #2a2a2a;
        display: inline-block;
        height: 80px;
        top: 50%;
        position: relative;
        transform: translateY(-50%);
        width: 80px;
    }

    #newsletter-input a:hover svg {
        stroke: #C30000;
    }
/* Pre-defined HTML structures */
.slb-hidden {
    display: none !important;
}

.slb-no-border {
    border: 0;
}

.slb-error {
    box-sizing: content-box;
    border: 1px solid #C30000;
}

.slb-red {
    color: #C30000;
}

/* Messages */
.slb-error-text {
    color: #C30000;
}

/* align text */
.align-right {
    text-align: right;
}

/* dropdown after */
.slb-dropdown-arrow {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: white;
    pointer-events: none;
}

    .slb-dropdown-arrow::after {
        content: "";
        display: block;
        position: absolute;
        width: 7px;
        height: 4px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        background-color: #242424;
        background-image: url("Images/caret.png");
    }

/* Checkbox */
.slb-checkbox-wrapper {
    display: flex;
    text-align: left;
    cursor: pointer;
}

    .slb-checkbox-wrapper * {
        cursor: pointer;
    }

label.slb-checkbox {
    cursor: pointer;
    font-weight: 400;
    margin-top: 2px;
}

    label.slb-checkbox.slb-before::before, label.slb-checkbox.slb-after::after, label.slb-checkbox::before {
        content: '';
        display: inline-block;
        text-align: center;
        width: 24px;
        height: 24px;
        border: 1px solid #2a2a2a;
        background: white;
        vertical-align: middle;
        margin-top: -4px;
        margin-right: 10px;
        line-height: 24px;
        font-size: 14px;
        color: #C30000;
        background: url("/Images/icons/check-red.svg");
        background-size: 0%;
        background-position: center;
        background-repeat: no-repeat;
        transition: background-size 100ms ease-in-out;
    }

input.slb-checkbox[type="checkbox"]:checked + label.slb-checkbox::before,
input.slb-checkbox[type="checkbox"]:checked + * label.slb-checkbox::before,
input[type="checkbox"]:checked + label.slb-checkbox::before,
input[type="checkbox"]:checked + * label.slb-checkbox::before {
    background-size: 100%;
}

/* RadioButton */

input.slb-radio[type="radio"] {
    display: none;
}

    input.slb-radio[type="radio"] + label {
        color: rgb(36,36,36);
        cursor: pointer;
        font-size: 18px;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        line-height: 1em;
    }

        input.slb-radio[type="radio"] + label span.outer,
        input.slb-radio[type="radio"] + label span.inner {
            display: inline-block;
            margin: -1px 4px 0 0;
            vertical-align: middle;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        input.slb-radio[type="radio"] + label span.outer {
            position: relative;
            width: 20px;
            height: 20px;
            margin: 0px 10px 0px 0px;
            cursor: pointer;
            border: solid 1px rgb(137,137,137);
            background-color: white;
        }

        input.slb-radio[type="radio"] + label span.inner {
            width: 10px;
            height: 10px;
            background-color: white;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            margin: auto;
        }

    input.slb-radio[type="radio"]:checked + label span.inner {
        background-color: #CC3300;
    }

    input.slb-radio[type="radio"] + label span,
    input.slb-radio[type="radio"]:checked + label span {
        -webkit-transition: background-color 0.2s linear;
        -o-transition: background-color 0.2s linear;
        -moz-transition: background-color 0.2s linear;
        transition: background-color 0.2s linear;
    }

/* Input Type Text */
input.slb-text:invalid {
    outline: none;
    box-shadow: none;
}

input.slb-text.slb-error, input.slb-text.slb-no-border.slb-error {
    box-sizing: content-box;
    border: 1px solid #C30000;
}

input.slb-text.slb-no-border {
    border: 0;
}

input.slb-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: lighter;
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0px 24px;
    font-size: 24px;
    background: white;
    border: 1px solid black;
    outline: none;
}

    input.slb-text.slb-large {
        height: 125px;
        line-height: 125px;
        font-size: 60px;
    }

/* Button */
.slb-button {
    background: none;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    border: solid 1px black;
    padding: 10px 24px;
    cursor: pointer;
    position: relative;
    -webkit-transition: color 500ms ease-in-out, border-color 500ms ease-in-out;
    -moz-transition: color 500ms ease-in-out, border-color 500ms ease-in-out;
    transition: color 500ms ease-in-out, border-color 500ms ease-in-out;
}

    .slb-button.slb-large {
        font-size: 21px;
    }

    .slb-button:hover {
        color: white;
    }

    .slb-button::before {
        z-index: -1;
        background-color: #c30000;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: -webkit-transform .5s ease-in-out;
        transition: -webkit-transform .5s ease-in-out;
        transition: transform .5s ease-in-out;
        transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    }

    .slb-button:hover::before {
        transform: scaleY(1);
    }

/* tooltip */
.slb-tooltip {
    display: none;
    position: absolute;
    top: 100%;
    right: 0%;
    width: 100%;
    transform: translate(0px, 5px);
    z-index: 1;
    filter: drop-shadow(0px 0px 1px #bebebe) drop-shadow(0px 0px 7px rgba(0,0,0,0.25));
}

    .slb-tooltip::before {
        content: "";
        position: absolute;
        bottom: 100%;
        right: 50%;
        transform: translateY(1px);
        width: 0px;
        height: 0px;
        border-style: solid;
        border-color: transparent transparent white transparent;
        border-width: 0px 0px 10px 10px;
        z-index: 1;
    }

    .slb-tooltip::after {
        content: attr(title);
        position: absolute;
        right: 0;
        display: block;
        padding: 10px 20px;
        text-align: center;
        font-family: Roboto Condensed, Arial, sans-serif;
        font-size: 14px;
        font-weight: 300;
        background: white;
        white-space: nowrap;
        color: #212121;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .slb-tooltip::after {
        box-shadow: 0px 0px 0px 1px rgb(221,221,221), 0px 0px 20px rgba(0,0,0,0.25);
    }
}

/* Dark Button */
.button.dark {
    border-color: #242424 !important;
    background-color: #242424 !important;
    color: white !important;
}

    .button.dark:hover {
        border-color: #C30000 !important;
    }

    .button.dark.invalid {
        background: #bebebe;
        border-color: #bebebe;
        cursor: default;
    }

        .button.dark.invalid:hover {
            background: #bebebe !important;
            border-color: #bebebe !important;
        }

        .button.dark.invalid:before {
            background-color: #bebebe !important;
        }

/* Disabled Button */
.button.disabled,
.icon.disabled,
.button.disabled * {
    pointer-events: none !important;
}

.button.disabled, .icon.disabled {
    opacity: 0.5;
}

/* Input Type Checkbox */
/* Base for label styling */
input.slb-checkbox[type="checkbox"]:not(:checked),
input.slb-checkbox[type="checkbox"]:checked {
    display: none;
}

    input.slb-checkbox[type="checkbox"]:not(:checked) + label,
    input.slb-checkbox[type="checkbox"]:checked + label {
        position: relative;
        padding-left: 40px;
        cursor: pointer;
        color: rgb(36,36,36);
        font-size: 18px;
        font-weight: 500;
    }

    input.slb-checkbox[type="checkbox"]:not(:checked) + label {
        color: rgb(136,136,136);
    }

        /* checkbox aspect */
        input.slb-checkbox[type="checkbox"]:not(:checked) + label:before,
        input.slb-checkbox[type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0px;
            width: 23px;
            height: 23px;
            border: 1px solid #bbb;
            background: #fff;
        }
        /* checked mark aspect */
        input.slb-checkbox[type="checkbox"]:not(:checked) + label:after,
        input.slb-checkbox[type="checkbox"]:checked + label:after {
            content: url("/Images/iconCheck.svg");
            position: absolute;
            top: 0px;
            left: 0px;
            width: 23px;
            height: 23px;
            text-align: center;
            transition: all .2s;
        }
        /* checked mark aspect changes */
        input.slb-checkbox[type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

input {
    border-radius: 0;
}

    /* Placeholders */
    input::-webkit-input-placeholder {
        color: #bebebe;
    }

::-moz-placeholder {
    color: #bebebe;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: #bebebe;
}
/* ie */
input:-moz-placeholder {
    color: #bebebe;
}

textarea + label[placeholder],
input[type="number"] + label[placeholder],
input[type="email"] + label[placeholder],
input[type="text"] + label[placeholder] {
    position: absolute;
    display: block;
    margin: 0;
    pointer-events: none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding-left: 15px;
    transform-origin: top left;
    transition: height 200ms ease-in-out;
}

    textarea + label[placeholder]::before,
    input[type="email"] + label[placeholder]::before,
    input[type="number"] + label[placeholder]::before,
    input[type="text"] + label[placeholder]::before {
        content: attr(placeholder);
        padding: 0 4px;
        display: inline-block;
        color: #bebebe;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.5em;
        transition: font-size 200ms ease-in-out;
    }

textarea:focus + label[placeholder],
textarea:valid + label[placeholder],
input[type="email"]:focus + label[placeholder],
input[type="email"]:valid + label[placeholder],
input[type="number"]:focus + label[placeholder],
input[type="number"]:valid + label[placeholder],
input[type="text"]:focus + label[placeholder],
input[type="text"]:valid + label[placeholder],
input[readonly="readonly"] + label[placeholder] {
    height: 0;
}

    textarea:focus + label[placeholder]::before,
    textarea:valid + label[placeholder]::before,
    input[type="email"]:focus + label[placeholder]::before,
    input[type="email"]:valid + label[placeholder]::before,
    input[type="number"]:focus + label[placeholder]::before,
    input[type="number"]:valid + label[placeholder]::before,
    input[type="text"]:focus + label[placeholder]::before,
    input[type="text"]:valid + label[placeholder]::before,
    input[readonly="readonly"] + label[placeholder]::before {
        font-size: 10px !important;
        line-height: 1em;
        background: white;
    }

input[type="email"].valid-email + label[placeholder] {
    height: 0;
}

    input[type="email"].valid-email + label[placeholder]::before {
        font-size: 10px;
    }

input[type="text"].fix-placeholder.fix-ph-active + label[placeholder] {
    height: 100%;
}

    input[type="text"].fix-placeholder.fix-ph-active + label[placeholder]::before {
        font-size: 24px !important;
    }

input[type="text"].fix-placeholder.fix-ph-active:focus + label[placeholder] {
    height: 0px;
}

    input[type="text"].fix-placeholder.fix-ph-active:focus + label[placeholder]::before {
        font-size: 10px !important;
    }

/* CSS For Global Transitions */
.slbt-opacity {
    opacity: 0 !important;
    transition: opacity 250ms ease-in-out !important;
}

    .slbt-opacity.slbt-opacity-visible {
        opacity: 1 !important;
    }

    .slbt-opacity.slbt-opacity-no-display {
        display: none !important;
    }

/* Popup */
.slb-popup {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
    transition: opacity 250ms ease-in-out;
}

    .slb-popup.slb-active {
        display: block;
        opacity: 1;
    }

    .slb-popup .slb-overlay {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.95);
    }

.slb-popup-body {
    position: relative;
    z-index: 2;
    width: 80%;
    margin: auto;
    margin-top: 150px;
}

.website-loading {
    top: 50%;
    left: 50%;
    position: fixed;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity 250ms ease-in-out;
    pointer-events: none;
    z-index: 999;
}

.generic.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    transform: translate(-50%, -50%);
}

.generic.opacity-layer {
    z-index: 99999;
    opacity: .65 !important;
    background-color: #000 !important;
}

/***
 * START Media Queries
 ***/

@media (max-width:425px) {
    .welcome-user .my-tooltip {
        width: calc(100vw - 23px);
        max-width: 365px;
    }
}

@media (max-width:768px) {
    /* Newsletter */
    #slb-popup-newsletter h3, #slb-popup-newsletter-success h3 {
        font-size: 24px;
    }

    #newsletter-input input {
        height: 50px;
        font-size: 30px;
    }

    #newsletter-input a {
        height: 50px;
        padding: 10px;
    }

    #newsletter-input svg {
        height: 20px;
        width: 20px;
    }

    .newsletter-choice {
        padding: 0px 50px;
    }

        .newsletter-choice label {
            font-size: 20px;
        }

    label.slb-checkbox.slb-before::before, label.slb-checkbox.slb-after::after, label.slb-checkbox::before {
        width: 18px;
        height: 18px;
        margin-top: -4px;
        margin-right: 10px;
        line-height: 18px;
        font-size: 12px;
    }

    .slb-popup-body {
        margin-top: 30px;
    }
}

@media (min-width: 426px) {
    .profile-update-alert {
        width: 350px;
        right: -65px;
        padding: 25px;
    }

        .profile-update-alert .carrot {
            right: 40px;
        }
}

@media (min-width:768px) {
    .filter-navigation .main-nav-row-container .width {
        min-width: 0;
    }

    .top-title, .players-section .top-title {
        margin: 60px auto 40px;
    }

    .cookies-bar {
        font-size: 13px;
        padding-top: 24px;
        padding-bottom: 24px;
    }

        .cookies-bar .accept-cookies {
            text-align: left;
            padding-top: 0;
        }

        .cookies-bar .button {
            padding: 10px 24px;
            min-width: 132px;
            text-align: center;
        }

    .trophies-section .top-title {
        margin: 40px auto;
    }

    .welcome-user .my-tooltip {
        padding: 15px 25px;
        right: -47px;
        left: auto !important;
    }

        .welcome-user .my-tooltip .carrot {
            right: 40px;
            left: auto !important;
        }

    .welcome-user footer .item {
        justify-content: flex-end;
    }

    /* Newsletter */
    #slb-popup-newsletter h3, #slb-popup-newsletter-success h3 {
        font-size: 34px;
    }

    #newsletter-input input {
        height: 80px;
        font-size: 50px;
    }

    #newsletter-input a {
        height: 80px;
        padding: 10px;
    }

    #newsletter-input svg {
        height: 50px;
        width: 50px;
    }

    .newsletter-choice {
        padding: 0px 20px;
    }

        .newsletter-choice label {
            font-size: 26px;
        }

    label.slb-checkbox.slb-before::before, label.slb-checkbox.slb-after::after, label.slb-checkbox::before {
        width: 24px;
        height: 24px;
        margin-top: -4px;
        margin-right: 10px;
        line-height: 24px;
        font-size: 14px;
    }

    .slb-popup-body {
        margin-top: 80px;
    }
}

/* Medium devices (desktops, 992px and up) */

@media (min-width:992px) {
    #slb-popup-newsletter h3, #slb-popup-newsletter-success h3 {
        font-size: 34px;
    }

    .newsletter-choice {
        padding: 0px 0px;
    }

        .newsletter-choice label {
            font-size: 24px;
        }

    label.slb-checkbox.slb-before::before, label.slb-checkbox.slb-after::after, label.slb-checkbox::before {
        width: 24px;
        height: 24px;
        margin-top: -4px;
        margin-right: 10px;
        line-height: 24px;
        font-size: 14px;
    }

    .slb-popup-body {
        margin-top: 150px;
    }

    #newsletter-input input {
        height: 125px;
        font-size: 60px;
    }

    #newsletter-input a {
        height: 125px;
        padding: 10px;
    }

    #newsletter-input svg {
        height: 75px;
        width: 75px;
    }
}

@media (min-width:1025px) {
    .breadcrumb {
        display: block;
    }
}

/* Large devices (large desktops, 1200px and up) */

@media (min-width:1200px) {
    .cookies-bar {
        font-size: 16px;
    }

    .welcome-user .my-tooltip .carrot {
        right: 76px;
    }
}

/* Breakpoint for Newsletter checkboxes (large desktops, 1280px and up) */

@media (min-width:1280px) {
    .slb-checkbox-wrapper {
        display: inline-flex;
        text-align: center;
    }
}

@media (min-width:1600px) {
    .menu-section .movable-menu.fixed {
        box-sizing: content-box;
    }
}

/*This will work for firefox*/
@-moz-document url-prefix() {
    .welcome-user .dropdown-button img {
        margin-left: 0px;
    }
}

/*
 * END layout.css
 ***/

/****
 * START Menu.css
 */

/*PREMIUM HEADER NEWS*/

/* Scrollbar */
div::-webkit-scrollbar-track {
    border-radius: 10px;
    width: 10px;
    background-color: #F5F5F5;
}

div::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

div::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border: 2px solid transparent;
    border-radius: 10px;
    background-clip: content-box;
}

/*#area-news .area-element {
    float: none;
}*/
#area-news .text.more {
    margin-top: 20px !important;
}

#area-news .inner-item .area-element.premium:hover .text a {
    color: #d4af37 !important;
}

#area-news .inner-item .area-element.premium:hover .text a {
    color: #d4af37 !important;
}

#area-news .inner-item .area-element.premium .image {
    position: relative;
}

    #area-news .inner-item .area-element.premium .image::before {
        content: " ";
        position: absolute;
        top: 0;
        right: 10px;
        width: 20px;
        height: 28px;
        z-index: 3;
        margin: 0;
        background-color: #d4af37;
    }

    #area-news .inner-item .area-element.premium .image::after {
        content: " ";
        position: absolute;
        top: 0;
        right: 8px;
        background-image: url('/Images/icons/icons.svg#slb-logo-path-anchor');
        width: 18px;
        height: 26px;
        z-index: 3;
        margin-top: 1px;
        margin-right: 3px;
    }

#area-news .inner-item .area-element.premium:hover .image::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 8px;
    background-image: url('/Images/icons/icons.svg#slb-logo-path-hover-anchor');
    width: 18px;
    height: 26px;
    z-index: 4;
    margin-top: 1px;
    margin-right: 3px;
}

/*END PREMIUM HEADER NEWS*/

/* SUB MENU VANTAGENS - P�GINA S�CIOS */
.sub-redpower .area-element.area-element-big {
    margin-top: 0;
}

    .sub-redpower .area-element.area-element-big .text .partner-name {
        display: block;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        color: #c30000;
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 4px;
    }

    .sub-redpower .area-element.area-element-big .text a {
        font-size: 24px !important;
        font-weight: bold !important;
        line-height: 28px !important;
        margin: 0;
        padding: 0;
    }

.sub-redpower .inner-sub-menu .row {
    padding: 40px 5.6% 15px 5.6%;
}

    .sub-redpower .inner-sub-menu .row .item.col-sm-9 div:not(:first-child):not(:last-child) {
        display: flex;
        justify-content: center;
    }

    .sub-redpower .inner-sub-menu .row .item.col-sm-9 > div:last-child {
        display: flex;
        justify-content: flex-end;
    }

.sub-redpower .item div .inner-item {
    padding: 0%;
}

.sub-redpower .area-element {
    float: none;
}

/* METODOS PAGAMENTO HEADER issue 535 */
.menu-section .sub-main .menu-burger-mobile footer .header-methods {
    margin: 10px 0px;
    padding: 0px;
    border-bottom: unset;
    width: 100%;
}

@media screen and (min-width:768px) {
    .menu-section .sub-main .menu-burger-mobile footer .header-methods {
        width: 50%;
    }
}

#balance {
    margin-right: -5px;
}

    #balance div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #balance div span {
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 600;
            font-size: 16px;
            display: inline-block;
        }

        #balance div svg {
            width: 28px;
            height: 25px;
            margin-left: 5px;
            fill: #242424;
            stroke: none;
        }

    #balance:hover div svg {
        fill: #c30000;
    }

/* correction for the height of idioms buttons */

.idioms button {
    height: 100%;
}

.cookies-bar {
    display: none !important;
}

.menu-section {
    /*DEBUG DELETE ME*/
    display: block;
    padding: 0;
    z-index: 20; /* Uncommented because of bug 532,533 */
    min-height: 55px;
    transition: none !important;
    min-height: 100% !important;
    height: 100%;
    width: 100%;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.menu-burger-mobile-wrapper {
    position: fixed;
    opacity: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(0,0,0,0.8);
    transition: all 400ms ease-in;
}

    .menu-burger-mobile-wrapper.open {
        opacity: 1;
        pointer-events: all;
        transition: all 400ms ease-in;
    }

#menu-burger-content-ph {
    height: 100%;
}

.menu-header-cover {
    position: absolute;
    z-index: 9999999999999;
    width: 100%;
    height: 700px;
    background-color: white;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.menu-section .movable-menu {
    position: relative;
    z-index: 20;
    width: 100%;
    min-height: 59px;
}

.buttons .active {
    color: #c30000;
}

.sub-agora, .sub-main, .sub-slb, .sub-tickets {
    border-bottom: 1px solid #ddd;
}

.menu-section .sub-menu.sub-agora .links .inner-item .text:not(.more) {
    line-height: 19px;
    padding: 0;
    margin-bottom: 7px;
}

    .menu-section .sub-menu.sub-agora .links .inner-item .text:not(.more) a {
        color: #242424;
        font-size: 16px;
    }

        .menu-section .sub-menu.sub-agora .links .inner-item .text:not(.more) a:hover {
            color: #c30000;
        }

/* Static to Fixed */

#menu-agora:target, #menu-slb {
    display: block;
}

.menu-section .movable-menu.fixed {
    position: fixed;
    max-height: 100%;
    top: 0;
}

.menu-section .movable-menu.animate {
    -webkit-transition: margin-top 50ms ease-in-out;
    -moz-transition: margin-top 50ms ease-in-out;
    transition: margin-top 50ms ease-in-out;
}

.menu-section .movable-menu.fixed .sub-main .menu-burger-content {
    padding-left: 135px;
}

.menu-section .movable-menu.animate-height {
    margin-top: 0;
}

.menu-section .big-logo {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

    .menu-section .big-logo .slb-text {
        color: #242424;
        text-transform: uppercase;
        font-size: 9px; /* Fix #3 V1.0.2 */
        cursor: pointer;
        position: absolute;
        margin: 10px;
        z-index: 300;
    }

    .menu-section .big-logo .logo-img-holder {
        margin-left: 50px;
        width: 50px;
    }

    .menu-section .big-logo .logo-img {
        max-height: 35px;
    }

.menu-section .content {
    position: absolute;
    right: 0;
    top: 13px;
}

.menu-section .big-logo .slb-text.sub-ref.active {
    padding-bottom: 10px;
}

.menu-section .content .icons {
    width: 100%;
    text-align: right;
    padding: 0 10px;
    z-index: 3;
    position: relative;
    pointer-events: none;
}

    .menu-section .content .icons * {
        pointer-events: all;
    }

    .menu-section .content .icons .icon {
        margin: 5px;
        display: inline-block;
        vertical-align: middle;
    }

        .menu-section .content .icons .icon > svg,
        .popup-search svg {
            fill: #242424;
            image-rendering: optimizequality;
            -webkit-transition: fill 250ms ease-in-out;
            -moz-transition: fill 250ms ease-in-out;
            transition: fill 250ms ease-in-out;
        }

        .menu-section .content .icons .icon > svg {
            width: 24px;
            height: 24px;
        }

.popup-search svg {
    width: 21.4px;
    height: 21.4px;
}

.menu-section .content .icons .icon:hover > svg,
.popup-search .search-icon:hover > svg {
    fill: #c30000;
}

.menu-section .content .icons .language {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin-top: 0;
    border: 2px solid #4c4c4c;
    transition: border-color 250ms ease-in-out, color 250ms ease-in-out;
    text-align: center;
    line-height: 22px;
    width: 24px;
    height: 24px;
    font-family: 'Roboto Condensed', sans-serif;
}

    .menu-section .content .icons .language span {
        font-weight: 700;
    }

    .menu-section .content .icons .language:hover {
        cursor: pointer;
        color: #c30000;
        border-color: #c30000;
    }

.menu-section .content .icons .icon.icon.active > svg {
    stroke: #c30000;
}

.menu-section .content .icons .language.active {
    color: #c30000;
    border-color: #c30000;
}

.menu-section .content .icons .language .lang-select {
    border: none;
    color: inherit;
    background: url('/images/language-arrow.png') no-repeat center bottom;
    -webkit-appearance: none;
    padding: 0 5px 5px 5px;
    -moz-appearance: none;
}

    .menu-section .content .icons .language .lang-select::-ms-expand {
        display: none;
    }

.menu-section .content .icons *:focus {
    outline: none;
}

.menu-section .buttons {
    padding-top: 3px;
    display: none;
    padding-right: 12px;
}

    .menu-section .buttons .item {
        padding: 10px 2%;
        text-transform: none;
        display: inline-block;
        font-size: 14px;
    }

        .menu-section .buttons .item:first-child {
            padding-left: 0 !important;
        }

        .menu-section .buttons .item .detail-btn {
            cursor: pointer;
            -webkit-transition: color 250ms ease-in-out;
            -moz-transition: color 250ms ease-in-out;
            transition: color 250ms ease-in-out;
        }

            .menu-section .buttons .item .detail-btn:hover, .menu-section .buttons .item a.selected {
                color: #c30000;
            }

.menu-section .main-menu {
    position: relative;
    background: white;
    padding-top: 13px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.menu-section .sub-menus {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.menu-section .sub-menu {
    width: 100%;
    position: absolute;
    bottom: 145px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 500ms ease-in-out, bottom 500ms ease-in-out;
    -moz-transition: transform 500ms ease-in-out, bottom 500ms ease-in-out;
    transition: transform 500ms ease-in-out, bottom 500ms ease-in-out;
    max-height: 100vh;
    max-height: calc(100vh - 55px);
    overflow: auto;
}

.menu-section .menu-burger-content {
    opacity: 0;
    transition: opacity 125ms linear;
    padding-top: 56px;
}

.menu-section .active .menu-burger-content {
    opacity: 0;
    transition: opacity 250ms linear 350ms;
}

.menu-section .active .menu-burger-content {
    opacity: 1;
}

.menu-section .fixed .sub-menu {
    max-height: calc(100vh - 55px);
}

.menu-section .sub-menu.active {
    bottom: 1px;
    transform: translate(0,100%);
}

.menu-section .sub-menu.sub-main.active {
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
}

    .menu-section .sub-menu.sub-main.active + .main-menu .content .icons {
        -webkit-transform: translate(0%, 98%);
        transform: translate(0%, 98%);
        z-index: 1;
    }

    .menu-section .sub-menu.sub-main.active .burger-menu-extra img {
        display: block;
    }

.menu-section .menu-burger-content .row,
.menu-section .menu-burger-mobile .row {
    padding: 0;
}

    .menu-section .menu-burger-content .row.burger-menu-customer {
        padding-left: 67px;
    }

.menu-section .buttons .active .detail-btn {
    color: #c30000;
}

.menu-section .hamburger {
    position: relative;
    cursor: pointer;
    width: 24px;
    height: 22px;
}

.menu-section .slb-text.active .hamburger {
    width: 28px;
    height: 26px;
}

.menu-section .hamburger:before,
.menu-section .hamburger:after {
    content: "";
    display: table;
    clear: both;
}

.menu-section .hamburger .dash {
    border-bottom: solid 2px #242424;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: transform 200ms ease-in-out;
    -moz-transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transform-origin: center;
    position: absolute;
    left: 0;
    right: 0;
}

.menu-section .slb-text:not(.active) .hamburger .dash-1 {
    transform: translate(0, 0px);
}

.menu-section .slb-text:not(.active) .hamburger .dash-2 {
    transform: translate(0, 10px) scale(1);
}

.menu-section .slb-text:not(.active) .hamburger .dash-3 {
    transform: translate(0, 20px);
}

.menu-section .slb-text.active .hamburger .dash-1 {
    transform: translate(0, 7px) rotate(45deg);
}

.menu-section .slb-text.active:hover .hamburger .dash {
    border-color: #c30000;
}

.menu-section .slb-text.active:hover .hamburger .dash-1 {
    transform: translate(0, 7px) rotate(35deg);
    transform: translate(0, 7px) rotate(135deg);
}

.menu-section .slb-text.active .hamburger .dash-2 {
    transform: translate(0, 7px) scale(0);
}

.menu-section .slb-text.active .hamburger .dash-3 {
    transform: translate(0, 7px) rotate(-45deg);
}

.menu-section .slb-text.active:hover .hamburger .dash-3 {
    transform: translate(0, 7px) rotate(-35deg);
    transform: translate(0, 7px) rotate(45deg);
}

.inner-sub-menu .row {
    padding: 38px 6%;
}

.map.row .inner-item .text {
    color: #888;
}

.menu-section .map.grey {
    background: #f4f4f4;
}

.menu-section .item {
    padding: 0 0 32px 0;
}

.menu-section .inner-item {
    text-align: left;
    padding-right: 10%;
}

    /** SUB MENU LIST FONTS **/

    .menu-section .inner-item .title {
        margin-bottom: 0;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
    }

.menu-section .sub-menu .inner-item .text:not(.more) a {
    color: #242424;
}

    .menu-section .sub-menu .inner-item .text:not(.more) a:hover {
        color: #c30000;
    }

.menu-section .inner-item .text.more {
    margin-top: 15px;
    margin-bottom: 0;
}

.menu-section .sub-menu .inner-item .text,
.menu-section .sub-menu .inner-item .text a {
    margin-bottom: 18px;
    font-size: 14px;
}

.menu-section .inner-item .text:not(.more),
.menu-section .inner-item .text:not(.more) a {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.7;
}

.menu-section .sub-menu .inner-item .text.more {
    font-size: 12px;
    color: #242424;
    vertical-align: bottom;
}

.menu-section .sub-menu .inner-item .text.info {
    color: #242424;
    text-transform: uppercase;
}

.menu-section .sub-menu .inner-item .title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    color: #BEBEBE;
    text-transform: none;
}

.menu-section .sub-menu .inner-item .break {
    margin-top: 40px;
}

.menu-section .map .newsletter .inner-item {
    padding: 0 20px;
}

.sub-menu .inner-sub-menu .area .inner-item .title {
    margin-bottom: 0;
}

.menu-section a.openNewsletter {
    cursor: pointer;
    cursor: hand;
}

/* TICKETS */

.menu-section .sub-tickets .title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.menu-section .sub-tickets .inner-sub-menu .row {
    padding: 0;
}

.menu-section .sub-tickets .inner-sub-menu .bg-grey {
    padding: 11px 0;
}

.menu-section .sub-tickets .inner-sub-menu .inner-item {
    margin-top: 40px;
}

.menu-section .sub-tickets .inner-sub-menu .next-games {
    padding-left: 6%;
}

.menu-section .sub-tickets .inner-sub-menu .tours {
    padding-right: 6%;
}

.menu-section .sub-tickets .inner-sub-menu .next-games .games {
    margin: 0 5% 0 0;
}

.menu-section .sub-tickets .inner-sub-menu .redpass {
    display: flex;
}

    .menu-section .sub-tickets .inner-sub-menu .redpass .redpass .inner-item {
        margin: 40px 10% 0 10%;
        width: 80%;
    }

    .menu-section .sub-tickets .inner-sub-menu .redpass .redpass,
    .menu-section .sub-tickets .inner-sub-menu .redpass .tours {
        border-left: 1px solid #ddd;
    }

        .menu-section .sub-tickets .inner-sub-menu .redpass .redpass + div {
            padding-left: 5%;
        }

.menu-section .sub-tickets .inner-sub-menu .next-games .game > * {
    font-size: 12px;
    text-align: center;
}

.menu-section .sub-tickets .inner-sub-menu .next-games .game .menu-right {
    margin-left: 5%;
}

.menu-section .sub-tickets .inner-sub-menu .next-games .game .location-time {
    text-align: left;
    padding: 0 2%;
    line-height: 1.3;
}

.menu-section .sub-tickets .inner-sub-menu .game-info .location-time .league {
    text-transform: uppercase;
    color: #c30000;
}

.menu-section .sub-tickets .inner-sub-menu .game-info .team .team-description {
    text-transform: uppercase;
}

.menu-section .sub-tickets .inner-sub-menu .next-games .game .location-time .date-time {
    text-transform: none;
    color: #242424;
    font-size: 20px;
    font-weight: 300;
}

    .menu-section .sub-tickets .inner-sub-menu .next-games .game .location-time .date-time .date {
        font-weight: 600;
    }

.menu-section .sub-tickets .inner-sub-menu .next-games .game .game-info {
    font-size: 0;
    padding: initial;
}

    .menu-section .sub-tickets .inner-sub-menu .next-games .game .game-info > * {
        font-size: 12px;
        text-align: center;
    }

    .menu-section .sub-tickets .inner-sub-menu .next-games .game .game-info .info {
        text-transform: none;
    }

        .menu-section .sub-tickets .inner-sub-menu .next-games .game .game-info .info .home-team-description {
            color: #c30000;
        }

        .menu-section .sub-tickets .inner-sub-menu .next-games .game .game-info .info .x {
            font-weight: 300;
        }

        .menu-section .sub-tickets .inner-sub-menu .next-games .game .game-info .info > * {
            display: inline-block;
            vertical-align: middle;
        }

    .menu-section .sub-tickets .inner-sub-menu .next-games .game .game-info .team img {
        max-height: 50px;
    }

.menu-section .sub-menu.sub-tickets .inner-sub-menu .inner-item .text.more {
    margin-top: 30px;
}

.menu-section .sub-tickets .inner-sub-menu .next-games .game .button-holder .button {
    padding: 10px 15%;
}

.menu-section .sub-tickets .inner-sub-menu .inner-item .menu-row {
    margin-right: 5%;
    position: relative;
    font-size: 14px;
    width: 90%;
    min-height: 90px;
    line-height: 1.1;
}

.menu-section .sub-tickets .inner-sub-menu .menu-row:after,
.menu-section .sub-tickets .inner-sub-menu .menu-row:before {
    content: "";
    clear: both;
    display: table;
}

.menu-section .sub-tickets .inner-sub-menu .menu-row .menu-left {
    overflow: auto;
}

.menu-section .sub-tickets .inner-sub-menu .menu-row .menu-right {
    float: right;
}

.menu-section .sub-tickets .inner-sub-menu .redpass .menu-row .menu-left {
    padding: 5px;
    padding-left: 0;
}

.menu-section .sub-tickets .inner-sub-menu .redpass .menu-row .menu-right {
    padding: 5px 0;
    text-align: right;
}

.menu-section .sub-tickets .inner-sub-menu .menu-row .redpass-info > * {
    display: inline-block;
}

.menu-section .sub-tickets .inner-sub-menu .menu-row .redpass-info img {
    max-height: 12px;
    margin: 0;
}

.menu-section .sub-tickets .inner-sub-menu .menu-row .redpass-info p,
.menu-section .sub-tickets .inner-sub-menu .menu-row .tours-info {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
}

    .menu-section .sub-tickets .inner-sub-menu .menu-row .redpass-info + .since,
    .menu-section .sub-tickets .inner-sub-menu .menu-row .tours-info + .since {
        text-transform: uppercase;
        margin: 5px 0 0 0;
        font-weight: 400;
        font-size: 16px;
    }

        .menu-section .sub-tickets .inner-sub-menu .menu-row .redpass-info + .since .price,
        .menu-section .sub-tickets .inner-sub-menu .menu-row .tours-info + .since .member {
            color: #c30000;
        }

        .menu-section .sub-tickets .inner-sub-menu .menu-row .tours-info + .since .member {
            font-weight: 600;
        }

/*** BURGER MENU CONTENT ***/

.menu-section .menu-burger-mobile .item {
    width: 94%;
    margin: 0 3%;
    padding: 0 26px;
}

/* LOW DOM */
.menu-section .menu-burger-mobile .third-level.low-dom .item {
    color: white;
    cursor: pointer;
    line-height: 24px;
    font-size: 20px;
    transition: color 0.5s ease-in-out;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 0px 25px 20px 20px;
}

    .menu-section .menu-burger-mobile .third-level.low-dom .item > a {
        transition: color 0.5s ease-in-out;
    }

        .menu-section .menu-burger-mobile .third-level.low-dom .item > a:hover {
            color: #fff;
        }

    .menu-section .menu-burger-mobile .third-level.low-dom .item.see-all-items {
        font-weight: bold;
    }

    .menu-section .menu-burger-mobile .third-level.low-dom .item.title {
        font-weight: bold;
        text-transform: none;
        padding: 17px 25px 20px 20px;
    }

    .menu-section .menu-burger-mobile .third-level.low-dom .item svg.edge-button-path {
        fill: transparent;
        stroke-width: 2;
        position: absolute;
        top: calc(50% - 25px);
        right: 18px;
        cursor: pointer;
        -webkit-transition: opacity 300ms ease-in-out;
        -moz-transition: opacity 300ms ease-in-out;
        transition: opacity 300ms ease-in-out;
        text-align: center;
        height: 25px;
        width: 12px;
        margin-top: 12.5px;
        margin-bottom: 12.5px;
        stroke: #bbbbbb;
    }

    /* .menu-section .menu-burger-mobile .third-level.low-dom .item:hover {
        color: #c30000 !important;
    }*/

    .menu-section .menu-burger-mobile .third-level.low-dom .item:hover svg.edge-button-path {
        stroke: #c30000 !important;
    }

.menu-section .menu-burger-mobile .low-dom .text-lowercase .item {
    text-transform: none !important;
}
/* END LOW DOM*/

.menu-section .menu-burger-mobile .item:not(.info) .inner-item :not(.title) {
    display: none;
}

.menu-section .menu-burger-mobile .item:not(.info) .inner-item.open :not(.title) {
    display: block;
}

.menu-section .menu-burger-mobile .item .inner-item {
    padding-bottom: 9px;
    transition: height 250ms ease-in-out;
    color: white;
}

.menu-section .menu-burger-mobile .item:not(.info) .inner-item .text {
    margin-left: 15px;
}

.menu-section .menu-burger-mobile .item .inner-item .title {
    cursor: pointer;
    line-height: 1.2em;
    font-size: 22px;
    padding: 0px;
    transition: color 0.5s ease-in-out;
    text-transform: none;
}

    .menu-section .menu-burger-mobile .item .inner-item .title > a {
        display: block !important;
        transition: color 0.5s ease-in-out;
    }

.menu-section .menu-burger-mobile .item .inner-item .text {
    font-size: 18px;
    margin-top: 5px;
    line-height: 1.1em;
}

    .menu-section .menu-burger-mobile .item .inner-item .text a {
        font-size: 18px;
    }

    .menu-section .menu-burger-mobile .item .inner-item .text.more {
        margin-top: 15px;
    }

        .menu-section .menu-burger-mobile .item .inner-item .text.more a {
            font-size: 16px;
        }

.menu-section .menu-burger-mobile .item.info .inner-item .text {
    font-size: 18px;
    margin-bottom: 2px;
    line-height: 1.1em;
}

    .menu-section .menu-burger-mobile .item.info .inner-item .text a {
        font-size: 18px;
    }

.menu-section .menu-burger-mobile .item.info {
    margin-top: 10px;
    padding-bottom: 15px;
}

.menu-section .menu-burger-mobile .item .inner-item .title:hover,
.menu-section .menu-burger-mobile .item .inner-item.open .title {
    color: #242424;
}

    .menu-section .menu-burger-mobile .item .inner-item .title a:hover,
    .menu-section .menu-burger-mobile .item .inner-item.open .title a {
        color: #242424;
    }

.menu-section .menu-burger-content hr {
    max-width: calc((1190 / 1366) * 100vw);
    margin-left: 0;
    border-color: #E8E8E8;
}

.menu-section .menu-burger-content .burger-menu-extra {
    padding-bottom: 30px; /*TEST IF FIX LAZY LOAD*/
}

    .menu-section .menu-burger-content .burger-menu-extra .channels .channel,
    .menu-section .menu-burger-content .burger-menu-extra .channels .app,
    .menu-section .menu-burger-content .burger-menu-extra .channels .newsletter {
        padding-right: 20px;
    }

    .menu-section .menu-burger-content .burger-menu-extra .channels {
        display: flex;
        align-items: center;
    }

        .menu-section .menu-burger-content .burger-menu-extra .channels .magazine-wrapper div:not(:first-child) {
            padding-left: 20px;
        }

        .menu-section .menu-burger-content .burger-menu-extra .channels .app img {
            margin: 0;
        }

    .menu-section .menu-burger-content .burger-menu-extra .info .text a {
        line-height: 2;
    }

    .menu-section .menu-burger-content .burger-menu-extra .channels .app .app-icon {
        width: 37.5%;
        margin-right: 4%;
    }

    .menu-section .menu-burger-content .burger-menu-extra .channels .app .store-icons {
        width: 55%;
    }

        .menu-section .menu-burger-content .burger-menu-extra .channels .app .store-icons *:first-child {
            margin-bottom: 5px;
        }

    .menu-section .menu-burger-content .burger-menu-extra,
    .menu-section .menu-burger-content .burger-menu-extra .channels {
        border: none;
    }

.menu-section .sub-menu.sub-main .burger-menu-extra img {
    display: none;
}

.menu-section .map .newsletter .inner-item .channel {
    padding: 5px 5px 0 5px;
    text-align: center;
}

    .menu-section .map .newsletter .inner-item .channel img {
        max-height: 110px;
    }

.menu-section .map .newsletter .inner-item .app {
    margin-top: 50px;
}

.menu-section .menu-burger-content .burger-menu-extra .channels .app-icon,
.menu-section .menu-burger-content .burger-menu-extra .channel .channel-img,
.menu-section .menu-burger-content .burger-menu-extra .newsletter .div {
    -moz-transition: filter 250ms ease-in-out;
    transition: filter 250ms ease-in-out;
    -moz-filter: brightness(1);
    filter: brightness(1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

    .menu-section .menu-burger-content .burger-menu-extra .channels .app-icon:hover,
    .menu-section .menu-burger-content .burger-menu-extra .channels .app-icon.hover,
    .menu-section .menu-burger-content .burger-menu-extra .channel .channel-img:hover,
    .menu-section .menu-burger-content .burger-menu-extra .newsletter:hover .div {
        -moz-filter: brightness(1);
        filter: brightness(1.2);
    }

.menu-section .map .newsletter .inner-item .app .googleplay {
    margin-top: 5px;
}

.menu-section .map .newsletter .inner-item .app .letter-icon {
    display: block;
    margin: 0 10px 0 auto;
    fill: #c30000;
    width: 100%;
    max-width: 70px;
    max-height: 70px;
}

.menu-section .menu-burger-content .burger-menu-extra .letter-icon {
    display: block;
    margin: 0 auto;
    fill: #c30000;
    width: 100%;
    max-width: 70px;
    max-height: 70px;
}

/***  SUB MENU CONTENT AREAS **/

.area-element {
    margin-top: 21px;
    width: 100%;
    float: left;
    cursor: pointer;
    cursor: hand;
}

.sub-slb .area-element {
    margin-top: 0px;
}

.sub-menu .area-element .image {
    overflow: hidden;
}

    .sub-menu .area-element .image img {
        transform: scale(1);
        transition: transform 0.3s ease-in-out,filter 250ms ease-in-out !important;
    }

.sub-menu .area-element:hover .image img {
    transform: scale(1.1);
}

.menu-section .sub-menu .inner-item .area-element .text:not(.more) a {
    color: #242424;
}

.menu-section .menu-burger-mobile .idioms {
    text-align: left;
    margin: 8px 0px;
}

.menu-section .menu-burger-mobile .button {
    padding: 6px;
    font-size: 16px !important;
    width: 34px;
    height: 34px;
}

    .menu-section .menu-burger-mobile .button:first-child {
        margin-left: 0;
    }

/***  SMALL AREA (NEWS, DATES) **/

.area-element-small .image,
.area-element-small .event-date {
    float: left;
    margin: 0;
}

.area-element-small .image {
    width: 32.13%;
}

.menu-section .sub-menu .inner-item .area-element-small .text a {
    float: left;
    margin: 0;
    /*margin-top: calc(57.47px / 2);
    transform: translateY(-50%);*/
    margin-left: 5.42%;
    width: calc((171 / 273.8) * 100%);
    max-width: 180px;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 18px;
}

.area-element-small.bordered {
    margin-top: 0px;
    padding: 15px 0;
    border-top: 1px solid #E8E8E8;
    /*max-height: 69px;*/
    display: flex;
    align-items: center;
}

.title + .area-element-small.bordered {
    margin-top: 20px;
}

.menu-section .sub-menu .inner-item .text.more.bordered {
    width: 100%;
    margin-top: 0px !important;
    padding-top: 20px;
    border-top: 1px solid #E8E8E8;
}

.area-element-small .event-date {
    width: fit-content;
    max-width: 25%;
    line-height: 1;
    text-align: center;
    font-weight: 400;
    color: #888888;
}

    .area-element-small .event-date span {
        width: 100%;
    }

.menu-section .sub-menu .inner-item .area-element-small .event-date + .text,
.menu-section .sub-menu .inner-item .area-element-small .event-date + .text a {
    width: 100%;
    margin: 0 4%;
    display: inline;
    vertical-align: middle;
    transform: none;
}

    .menu-section .sub-menu .inner-item .area-element-small .event-date + .text a {
        margin: 0;
        margin-top: 4px;
    }

.event-date .day {
    font-size: 36px;
    font-weight: 500;
}

.event-date .month {
    font-weight: 400;
    font-size: 14px;
}

.area-element-small .event-date .text {
    margin: 0;
    text-align: left;
    width: 100%;
    line-height: 1;
    font-weight: 400;
}

.area-element-small span.event-time {
    color: #888888;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

/*.menu-section .sub-menu .inner-item .area-element-small .text a {
    float: left;
    margin: 0px 3%;
    width: 56%;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
}*/

.menu-section .sub-menu .inner-item .area-element .image-placeholder img {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.menu-section .sub-menu .inner-item .area-element:hover .image-placeholder img {
    -moz-transition: -moz-filter 250ms ease-in-out;
    transition: filter 250ms ease-in-out;
    -moz-filter: brightness(1.2);
    filter: brightness(1.2);
}

.menu-section .sub-menu .inner-item .area-element:hover .text,
.menu-section .sub-menu .inner-item .area-element:hover .text a,
.menu-section .sub-menu .inner-item .area-element-small:hover .event-date {
    color: #c30000;
}

.event-date {
    transition: color 200ms ease-in-out;
}

.menu-section .sub-menu .inner-item .area-element img {
    width: 100%;
    -moz-transition: -moz-filter 250ms ease-in-out;
    transition: filter 250ms ease-in-out;
}

/***  BIG AREA (VIDEO, FULL IMAGE) **/

.menu-section .sub-menu .inner-item .area-element-big .text {
    margin: 5.5px 0;
    font-size: 18px;
    font-weight: 500;
}

    .menu-section .sub-menu .inner-item .area-element-big .text a {
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
    }

.menu-section .sub-menu .area .inner-item .text.more {
    margin-top: 20px;
    float: left;
}

.menu-section .sub-menu .inner-item .text.more::after {
    content: '\203A';
    margin-left: 5px;
    font-size: 16px;
    vertical-align: baseline;
    transition: color 0.5s ease-in-out, margin 0.35s ease-in-out;
}

.menu-section .sub-menu .inner-sub-menu .next-games:hover,
.menu-section .sub-menu .inner-sub-menu .redpass .redpass:hover,
.menu-section .sub-menu .inner-sub-menu .redpass .tours:hover {
    background-color: #f4f4f4;
}

.menu-section .sub-menu .inner-item .text.more:hover::after {
    color: #c30000;
    margin-left: 8px;
}

.menu-section .sub-menu .area .inner-item .text.more:hover {
    color: #c30000;
}

.area .inner-item {
    width: 92%;
}

    .area .inner-item .text .more {
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
    }

.sub-menu .inner-sub-menu .area .area-element-big .video-wrapper {
    position: relative;
    padding-bottom: 56%;
    width: 100%;
}

.video-wrapper > * {
    position: absolute;
    width: 100%;
    height: 100%;
}

.menu-section .sub-menu .inner-item .area-element-big .video-wrapper .logo {
    width: 15%;
    height: 29%;
    top: 36%;
    left: 40%;
    fill: none;
}

.menu-section .sub-menu .inner-item .area-element-big .video-wrapper:hover .logo rect#icon_white_hover_layer {
    font-size: 106px;
}

.menu-section .sub-menu .inner-item .area-element-big .video-wrapper .shadow .gradient {
    width: 100%;
    position: absolute;
    top: 0%;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

/* Search form */
.popup-bar,
.menu-section .popup-bar-idioms {
    position: fixed;
    opacity: 1;
    z-index: 15;
    width: 100%;
}

.popup-search,
.popup {
    margin: 0 auto;
    max-width: 1170px;
}

    .popup-search .register,
    .popup-search .idioms {
        padding-left: 0 !important;
        margin-bottom: 32px;
        width: 100%;
    }

    .popup-search .newsletter-input,
    .newsletter-ok {
        color: #242424;
    }

.newsletter-input,
.newsletter-ok,
.newsletter-error {
    font-weight: 300;
}

.register-newsletter h3,
.newsletter-error {
    font-size: 30px;
}

.newsletter-error {
    color: #c30000;
}

.register-newsletter > div,
.register-newsletter .newsletter-input {
    padding-left: 35px;
}

.newsletter-input,
.newsletter-ok {
    background: #fff;
    font-size: 30px !important;
}

.popup-search .register {
    border: 1px solid #ccc;
    margin-bottom: 0;
    height: 70px;
}

.popup-search input {
    width: calc(100% - 120px);
    height: 100%;
    border: none;
    padding: 10px;
}

.search-icons {
    width: 120px;
    float: right;
    background: #fff;
    height: 100%;
    padding-right: 20px;
}

.search-icon {
    float: right;
    padding: 22px 12px;
}

    .search-icon:hover {
        cursor: pointer;
    }

.idioms {
    text-align: center;
}

    .idioms button {
        background-color: rgba(255,255,255,0.5);
        margin: 10px; /* SLB - Removed 'left' to alow 4 or more buttons */
    }

.clean-search img {
    background: #242424;
}

.register-newsletter .newsletter-input.error {
    border: 1px solid #c30000;
    border-right: 0;
}

.popup-search {
    padding: 0px 15px;
}

    /* Search bar and icons on desktop */
    .popup-search .search-icons.bdp-burguer {
        display: none;
    }

#area-highlights .inner-item .area-element-big.area-element .text {
    margin-bottom: 0;
}

/* Mobile slide menus */

.slide-menus-container {
    overflow: hidden;
    -webkit-transition: height 600ms cubic-bezier(0.550,0.085,0.000,0.990);
    -moz-transition: height 600ms cubic-bezier(0.550,0.085,0.000,0.990);
    -o-transition: height 600ms cubic-bezier(0.550,0.085,0.000,0.990);
    transition: height 600ms cubic-bezier(0.550,0.085,0.000,0.990);
    background-color: #C30000 !important;
}

    .slide-menus-container .slide-menu {
        /*DEBUG DELETE ME*/
        display: none;
    }

        .slide-menus-container .slide-menu.active {
            display: block;
        }

        .slide-menus-container .slide-menu.text-lowercase .title {
            text-transform: none;
        }

        .slide-menus-container .slide-menu .prev-button .title {
            display: flex;
            align-items: center;
            color: #c30000;
        }

            .slide-menus-container .slide-menu .prev-button .title * {
                display: block !important;
            }

        .slide-menus-container .slide-menu .prev-button .arrow {
            transform: rotate(180deg);
            stroke: #c30000;
            height: 10px;
            margin-right: 10px;
        }

    .slide-menus-container .slide-menus-container .title {
        font-size: 18px !important;
    }

.menu-section .navbar-top-links {
    position: relative;
    float: right;
    text-align: right;
}

.menu-section .menu-burger-mobile .navbar-top-links .dropdown-button .arrow {
    stroke: white;
}

.menu-section .navbar-top-links .dropdown-button .arrow {
    stroke: #c30000;
}

.menu-section .navbar-top-links.open .dropdown-button .arrow {
    transform: rotate(270deg);
}

.menu-section .navbar-top-links .links-list {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    opacity: 0;
    z-index: -1;
    background-color: white;
    width: 200px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    max-height: 0px;
    overflow: hidden;
    transition: opacity 200ms ease-in-out, z-index 0ms 200ms, max-height 0ms 200ms;
}

.menu-section .fixed .navbar-top-links .links-list {
    position: fixed;
    right: auto;
    top: 87px;
    width: 146px;
}

.menu-section .navbar-top-links.open .links-list {
    opacity: 1;
    z-index: 10;
    max-height: 500px;
    transition: opacity 200ms ease-in-out, z-index 0ms, max-height 0ms;
}

.menu-section .navbar-top-links .links-list .item {
    width: 100%;
    text-align: center;
    margin: 0;
    float: left;
}

    .menu-section .navbar-top-links .links-list .item.selected {
        display: none;
    }

.menu-section .menu-burger-mobile .navbar-top-links .item.selected {
    float: left;
    background-color: #c30000;
}

    .menu-section .menu-burger-mobile .navbar-top-links .item.selected a {
        color: white !important;
    }

.menu-section .navbar-top-links .item.selected {
    color: #c30000;
}

.menu-section .menu-burger-mobile .navbar-top-links .links-list {
    position: relative;
    top: 100%;
    z-index: 16;
    width: 100%;
}

    .menu-section .menu-burger-mobile .navbar-top-links .links-list .item {
        border-bottom: none;
    }

.menu-section .menu-burger-mobile .navbar-top-links .item a {
    padding: 20px 0;
    float: left;
    width: 100%;
    position: relative;
}

.menu-section .menu-burger-mobile .navbar-top-links .dropdown-button {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

    .menu-section .menu-burger-mobile .navbar-top-links .dropdown-button a {
        cursor: pointer;
        text-transform: uppercase;
        border-bottom: solid 1px #c30000;
        color: #c30000;
    }

/****
 * MEDIA QUERIES
 ****/

@media (min-width: 540px) {
    .menu-section .menu-burger-mobile .navbar-top-links .links-list {
        display: flex;
    }

        .menu-section .menu-burger-mobile .navbar-top-links .links-list .item {
            margin: 0;
            flex-grow: 1;
            padding: 0;
            border-bottom: solid 1px #c30000;
        }

    .menu-section .menu-burger-mobile .navbar-top-links .dropdown-button {
        display: none;
    }

    .menu-section .menu-burger-mobile .navbar-top-links .links-list {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-height: none;
        box-shadow: none;
        opacity: 1;
        z-index: 1;
    }

        .menu-section .menu-burger-mobile .navbar-top-links .links-list .item {
            width: auto;
            float: left;
            position: relative;
        }

            .menu-section .menu-burger-mobile .navbar-top-links .links-list .item.selected {
                display: block;
            }

    .menu-section .menu-burger-mobile .navbar-top-links .item.selected:before,
    .menu-section .menu-burger-mobile .navbar-top-links .item:before {
        background-color: #c30000;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: -webkit-transform 250ms ease-in-out;
        transition: -webkit-transform 250ms ease-in-out;
        transition: transform 250ms ease-in-out;
        transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
    }

    .menu-section .menu-burger-mobile .navbar-top-links .item.selected:before,
    .menu-section .menu-burger-mobile .navbar-top-links .item:hover:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    .menu-section .menu-burger-mobile .navbar-top-links .item.selected a,
    .menu-section .menu-burger-mobile .navbar-top-links .item:hover a {
        color: white !important;
    }
}

@media (max-width: 1024px) {
    .menu-section .popup-bar.popup-bar-search {
        position: relative;
        display: block !important;
        top: auto !important;
    }

        .menu-section .popup-bar.popup-bar-search .popup-search {
            padding: 0;
        }

        .menu-section .popup-bar.popup-bar-search .register {
            border-top: none;
            border-left: none;
            border-right: none;
            height: auto;
        }

        .menu-section .popup-bar.popup-bar-search .search-icons:first-child {
            float: left;
            width: auto;
            padding: 0;
            background: none; /* Bug 541 */
        }

        .menu-section .popup-bar.popup-bar-search .search-icons:last-child {
            position: absolute;
            top: 0;
            right: 0;
            width: auto;
            height: auto;
            padding: 0;
            background: none; /* Bug 541 */
        }

        .menu-section .popup-bar.popup-bar-search .search-icons .clean-search {
            padding-right: 25px;
        }

        .menu-section .popup-bar.popup-bar-search .popup-search input {
            padding-left: 0px;
        }

        .menu-section .popup-bar.popup-bar-search .search-results-overlay {
            position: absolute;
            top: 51px;
            right: 0px;
            border-bottom: solid 1px rgb(221,221,221);
            width: 100%;
        }

    .menu-section > .popup-bar.popup-bar-search {
        display: none !important;
    }

    .menu-section .content .icons .icon#search {
        display: none;
    }

    .menu-burger-mobile .slide-menu .title-wrapper,
    .menu-burger-mobile .first-level-menu .title-wrapper {
        display: flex;
        height: 64px;
        padding: 18px 25px;
        overflow: hidden;
        transition: height 250ms linear, padding 250ms linear;
    }

    .menu-burger-mobile .first-level-menu .title-wrapper {
        border-bottom: 1px solid #b20000;
    }

    .menu-burger-mobile.second-level .first-level-menu .title-wrapper {
        height: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .menu-burger-mobile .slide-menu .title-wrapper .title,
    .menu-burger-mobile .first-level-menu .title-wrapper .title {
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
        font-weight: bold;
        line-height: 24px;
        text-transform: none;
        margin: 0px;
    }

    .menu-burger-mobile .first-level-menu .title-wrapper {
        color: #8f0000;
    }

    .menu-burger-mobile .title-wrapper {
        color: #fff;
    }

    .menu-burger-mobile .slide-menu .menu-item,
    .menu-burger-mobile .first-level-menu .menu-item {
        display: flex;
        padding: 14px 5%;
        overflow: hidden;
        border-bottom: 1px solid #b20000;
        cursor: pointer;
        transition: height 250ms linear, padding-left 250ms linear, opacity 250ms ease-in-out;
    }

    .menu-burger-mobile .first-level-menu .menu-item {
        padding: 20px 4.225%;
        padding-bottom: 0;
    }

        .menu-burger-mobile .first-level-menu .menu-item:last-of-type {
            padding-bottom: 20px;
        }

    .menu-burger-mobile .first-level-menu .menu-item {
        border-bottom: 0;
    }

    .menu-burger-mobile.second-level .first-level-menu .menu-item:not(.selected) {
        height: 0;
        padding: 0 5%;
    }

    .menu-burger-mobile .first-level-menu .menu-item .icon-option {
        display: inline-block;
        width: fit-content;
        min-width: 53px;
    }

        .menu-burger-mobile .first-level-menu .menu-item .icon-option img,
        .menu-burger-mobile .first-level-menu .menu-item .icon-option svg {
            width: 42px;
            height: 42px;
            margin-top: 0;
            fill: #242424;
        }

    .menu-burger-mobile .first-level-menu .menu-item.selected .icon-option img {
        filter: invert(11%) sepia(86%) saturate(5256%) hue-rotate(358deg) brightness(88%) contrast(114%);
    }

    .menu-burger-mobile .first-level-menu .menu-item.selected .icon-option svg {
        fill: #c30000;
    }

    .menu-burger-mobile .first-level-menu .menu-item .text-option {
        display: inline-block;
        color: #242424;
        font-size: 22px;
        vertical-align: top;
        padding-left: 15px;
        line-height: 42px;
    }

    .menu-section .menu-burger-mobile {
        transform: translateX(-100%);
        transition: all 600ms cubic-bezier(0.550,0.085,0.000,0.990);
        position: absolute;
        display: flex;
        flex-direction: column;
        height: 100%;
        max-width: 425px;
        overflow: hidden;
        pointer-events: none;
    }

        .menu-section .menu-burger-mobile.open {
            transform: translateX(0%);
            transition: all 600ms cubic-bezier(0.550,0.085,0.000,0.990);
            pointer-events: all;
        }

    .menu-section .fixed .sub-menu {
        max-height: unset;
    }

    .menu-section .menu-burger-mobile .popup-bar.popup-bar-search {
        display: block !important;
        background-color: #f4f4f4;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 5%;
        width: 100%;
        transition: width 800ms;
        max-width: 425px;
        margin: 0;
        position: absolute;
        top: 0px;
        height: 60px;
        z-index: 9999;
    }

    .menu-section .popup-bar.popup-bar-search .search-icon {
        padding: 0px;
    }

    .popup-search #search-icon {
        width: 23.75px;
        height: 23.75px;
    }

    .menu-section .popup-bar.popup-bar-search .search-icons:last-child {
        top: 20px;
    }

    .popup-search .register {
        border: none;
    }

    .menu-section .popup-bar.popup-bar-search .popup-search input {
        padding-left: 0px;
        font-size: 18px !important;
        color: #242424;
        background-color: #f4f4f4;
        height: 40px;
    }

    .menu-section .popup-bar.popup-bar-search input[type="text"]::-webkit-input-placeholder,
    .menu-section .popup-bar.popup-bar-search input[type="text"]::-moz-placeholder,
    .menu-section .popup-bar.popup-bar-search input[type="text"]:-ms-input-placeholder,
    .menu-section .popup-bar.popup-bar-search input[type="text"]:-moz-placeholder {
        color: #888888 !important;
    }

    .menu-section .movable-menu.fixed {
        z-index: 0;
    }

    .menu-burger-mobile .first-level-menu .menu-item .text-option a:hover {
        cursor: pointer;
        color: #c30000;
    }

    /* -------------- SECOND LEVEL -------------- */

    .menu-section .menu-burger-mobile #menu-level-2 {
        width: 85.6%;
        display: inline-block;
        float: right;
        min-height: unset;
        padding-bottom: 56px;
    }

    .menu-section .popup-bar.popup-bar-search.second-level {
        width: 100%;
    }

    .menu-section .menu-burger-mobile .item {
        margin: 0px;
        width: 100%;
    }

        .menu-section .menu-burger-mobile .item.second-level .inner-item {
            padding-bottom: 45px;
        }

            .menu-section .menu-burger-mobile .item.second-level .inner-item .title {
                color: #bbbbbb;
                font-size: 40px;
                font-weight: lighter;
            }

    .menu-section .mobile-footer {
        width: 100%;
        background-color: white;
        border-top: 1px solid #E8E8E8;
    }

        .menu-section .mobile-footer .item {
            border-bottom: none !important;
        }

    .menu-section .menu-burger-mobile .item.info .inner-item .text a {
        color: #242424;
    }

    .slide-menus-container .slide-menu.active {
        position: relative;
        transform: translateX(0%);
    }

    .menu-section .menu-burger-mobile .item:not(.info) .inner-item :not(.title) {
        display: block !important;
    }

    .menu-burger-mobile .slide-menus-container .item .edge-button .edge-button-path {
        height: 25px;
        width: 12px;
        margin-top: 12.5px;
        margin-bottom: 12.5px;
        stroke: #bbbbbb;
        margin-left: 20px;
    }

    .menu-burger-mobile .slide-menus-container .item .edge-button .edge-button-path-2021 {
        height: 12.41px;
        width: 7.21px;
        margin-left: 20px;
        transform: rotate(0deg);
        margin: 0;
    }

    .menu-section .menu-burger-mobile .item .inner-item:hover .edge-button .edge-button-path {
        stroke: #c30000;
    }

    .menu-section .menu-burger-mobile .item:not(.second-level) .inner-item:hover .title {
        color: #c30000;
    }

    .menu-burger-mobile .slide-menus-container {
        height: 100% !important;
        min-height: unset;
        overflow: auto;
        padding-bottom: 59px;
    }

    .menu-burger-mobile.second-level .slide-menus-container, .menu-burger-mobile.third-level .slide-menus-container {
        background-color: #fff;
    }

    .menu-section .menu-burger-mobile .mobile-footer .item {
        margin: 0px !important;
    }

    .menu-burger-mobile .first-level-menu .menu-item.selected .icon-option img,
    .menu-burger-mobile .first-level-menu .menu-item.selected .icon-option svg {
        margin-top: 28.41px !important;
    }

    .menu-burger-mobile .first-level-menu .title,
    .menu-burger-mobile .first-level-menu .menu-item .text-option,
    .menu-section .mobile-footer.active {
        opacity: 1;
        transition: opacity 150ms 150ms ease-in-out;
    }

    .menu-burger-mobile .first-level-menu.animation .title, .menu-burger-mobile .first-level-menu.animation .menu-item .text-option,
    .menu-burger-mobile .first-level-menu.animation .menu-item:not(.selected), .menu-section .mobile-footer {
        opacity: 0;
        transition: opacity 150ms ease-in-out;
    }

    .menu-burger-mobile .first-level-menu.animation .menu-item {
        padding-left: 0;
        padding-right: 0;
        border-bottom: none;
    }

    /* -------------- THIRD LEVEL -------------- */
    .menu-section .popup-bar.popup-bar-search.third-level {
        width: 100%;
    }

    .menu-burger-mobile .arrow-back {
        display: inline-block;
        transition: all 600ms cubic-bezier(0.550,0.085,0.000,0.990);
        opacity: 0;
        pointer-events: none;
    }

        .menu-burger-mobile .arrow-back.active {
            opacity: 1;
            -webkit-transition: opacity 1s ease-in-out;
            -moz-transition: opacity 1s ease-in-out;
            -o-transition: opacity 1s ease-in-out;
            pointer-events: all;
        }

        .menu-burger-mobile .arrow-back.edge-button.previous {
            top: 83px;
            width: 25px;
            left: 20%;
            height: 100%;
        }

            .menu-burger-mobile .arrow-back.edge-button.previous .edge-button-path,
            .menu-burger-mobile .first-level-menu .edge-button-path {
                height: 25px;
                width: 14px;
                margin-top: 24.5px;
                margin-bottom: 0px;
                stroke: #bbbbbb;
                position: absolute;
                bottom: 0px;
                right: 30%;
            }

    .menu-burger-mobile .first-level-menu .edge-button-path-2021 {
        height: 12.41px;
        width: 7.21px;
        top: 83px;
        left: 23.5px;
        transform: rotate(0deg);
        margin: 0;
        stroke: unset;
        fill: #242424;
    }

    .menu-burger-mobile .arrow-back.edge-button.previous .edge-button-path-2021 {
        height: 12.41px;
        width: 7.21px;
        transform: rotate(180deg);
        margin: 0;
        stroke: unset;
        fill: white;
    }

    .menu-section .menu-burger-mobile .item .inner-item.last-level .title {
        color: #bbbbbb;
        font-size: 35px;
        line-height: 1.37em;
        font-weight: lighter;
    }

    .menu-burger-mobile .burger-menu-map.third-level .slide-menus-container {
        padding-top: 10px;
    }

        .menu-burger-mobile .burger-menu-map.third-level .slide-menus-container.global-slide {
            width: 90%;
        }

        .menu-burger-mobile .burger-menu-map.third-level .slide-menus-container.no-padding-top {
            padding-top: 0px;
        }

    .menu-section .menu-burger-mobile .mobile-footer .item {
        padding-left: 0px;
        padding-right: 0px;
    }

    .menu-section .menu-burger-mobile .mobile-footer {
        padding: 0px 5%;
    }

    .menu-burger-mobile .first-level-menu {
        background-color: white;
        width: calc((355 / 375) * 100%);
        height: 100% !important;
        min-height: unset;
        overflow: auto;
        padding-top: 60px;
    }

        .menu-burger-mobile .first-level-menu > svg {
            opacity: 0;
            pointer-events: none;
            position: absolute;
            transform: rotate(180deg);
            top: 53px;
            left: 16px;
            right: 0;
            bottom: 0;
            transition: opacity 300ms ease-in;
        }

        .menu-burger-mobile .first-level-menu.animation > svg {
            opacity: 1;
            transition: opacity 300ms ease-in;
            pointer-events: all;
        }

        .menu-burger-mobile .first-level-menu.animation .menu-item .icon-option {
            width: calc((54 / 355) * 100%);
        }

            .menu-burger-mobile .first-level-menu.animation .menu-item .icon-option svg {
                display: block;
                margin: auto;
            }

    .menu-section .menu-burger-mobile #menu-level-2 {
        transform: translateX(0%);
        transition: all 600ms cubic-bezier(0.550,0.085,0.000,0.990);
        position: absolute;
        top: 60px;
        height: 100%;
    }

    .menu-section .menu-burger-mobile #menu-level-3 {
        transform: translateX(100%);
        transition: all 600ms cubic-bezier(0.550,0.085,0.000,0.990);
        position: absolute;
        top: 60px;
        width: 80%;
        float: right;
        display: inline-block;
        min-height: unset;
        height: 100%;
    }

    .menu-section .menu-burger-mobile #menu-level-2.open {
        height: 100%;
        transform: translateX(-93.92%);
    }

    .menu-section .menu-burger-mobile #menu-level-3.open {
        height: 100%;
        transform: translateX(-88%);
    }

        .menu-section .menu-burger-mobile #menu-level-3.open .global-slide {
            width: 100%;
            float: right;
        }

    .menu-section .menu-burger-mobile #menu-level-4 {
        transform: translateX(100%);
        transition: all 600ms cubic-bezier(0.550,0.085,0.000,0.990);
        position: absolute;
        top: 60px;
        width: 80%;
        float: right;
        display: inline-block;
        min-height: unset;
        height: 100%;
    }

        .menu-section .menu-burger-mobile #menu-level-4.open {
            height: 100%;
            transform: translateX(-88%);
        }

    .menu-section .sub-menu {
        bottom: 0px;
        display: none;
    }

    .menu-section .sub-menus .sub-menu.sub-main {
        transform: translate(-100%, 100%);
        transition: transform 350ms ease-in-out;
        -webkit-transition: transform 350ms ease-in-out;
        -moz-transition: transform 350ms ease-in-out;
        -o-transition: transform 350ms ease-in-out;
    }

    .menu-section .sub-menu.sub-main.active {
        transform: translate(0%, 100%);
        background: rgba(0,0,0,0.7);
        transition: transform 350ms ease-in-out, background 650ms ease-in-out;
    }

    .menu-section .menu-burger-mobile .item .inner-item:not(.title-top) {
        padding-bottom: 20px;
    }

    .menu-burger-mobile .slide-menu {
        opacity: 1;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
    }

    .menu-burger-mobile #menu-level-2 .slide-menu.fade {
        opacity: 0;
    }

    .menu-section .sub-main .menu-burger-mobile .row {
        padding: 0;
    }

    .menu-burger-mobile .popup-bar-search {
        clear: both;
    }

    .menu-burger-mobile .popup-search {
        padding: 0;
    }

        .menu-burger-mobile .popup-search .register {
            height: 60px;
            border-top: none;
            border-left: none;
            border-right: none;
        }

        .menu-burger-mobile .popup-search input {
            padding: 0px;
            width: calc(100% - 85px);
            background: transparent;
        }

        .menu-burger-mobile .popup-search .search-icons {
            width: auto;
            padding-right: 0px;
            background: none;
        }

            .menu-burger-mobile .popup-search .search-icons.bdp-burguer {
                display: block;
                float: left;
            }

            .menu-burger-mobile .popup-search .search-icons #submit-search {
                padding-right: 17px;
            }

                .menu-burger-mobile .popup-search .search-icons #submit-search svg {
                    fill: #242424;
                    stroke: none;
                }

    .menu-section .menu-burger-mobile .popup-bar.popup-bar-search .search-icons:first-child {
        padding-top: 3px;
    }

    .menu-section .menu-burger-mobile .popup-bar.popup-bar-search .search-icons:last-child {
        top: 16px;
    }

    .menu-section .menu-burger-mobile .slide-menu .title.distinguish {
        font-size: 18px;
        font-style: italic;
    }
}

@media (max-width: 425px) {
    .menu-burger-mobile .first-level-menu .menu-item .icon-option {
        min-width: unset;
    }

    .menu-burger-mobile .first-level-menu .menu-item .text-option {
        font-size: 20px;
        line-height: 24px;
    }

    .menu-burger-mobile .slide-menu .title,
    .menu-burger-mobile .first-level-menu .title, .menu-section .menu-burger-mobile .item .inner-item.last-level .title {
        font-size: 35px;
    }

    .menu-section .popup-bar.popup-bar-search .popup-search input {
        font-size: 18px !important;
        width: calc(100% - 95px);
        padding-top: 0px;
    }

    .popup-search #search-icon {
        width: 23.75px;
        height: 23.75px;
    }

    .menu-section .menu-burger-mobile .mobile-footer .item.info .inner-item .text a {
        font-size: 16px;
    }

    .menu-burger-mobile .slide-menu .title-wrapper,
    .menu-burger-mobile .first-level-menu .title-wrapper {
        height: 64px;
    }

    .menu-burger-mobile .first-level-menu .menu-item .icon-option img,
    .menu-burger-mobile .first-level-menu .menu-item .icon-option svg {
        width: 23.82px;
        height: 23.49px;
        min-width: 23px;
    }
}

@media (max-width: 375px) {
    .menu-burger-mobile .first-level-menu .title {
        font-size: 29px;
    }

    .menu-burger-mobile .slide-menu .title-wrapper .title,
    .menu-section .menu-burger-mobile .item .inner-item.last-level .title,
    .menu-section .menu-burger-mobile .third-level.low-dom .item.title {
        font-size: 20px;
    }

    .menu-burger-mobile .first-level-menu.animation {
        height: calc(100vh - 30px);
    }

    .menu-burger-mobile .arrow-to-go-back.active {
        height: calc(100vh - 30px);
    }

    .menu-section .menu-burger-mobile .popup-bar.popup-bar-search {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .menu-section .menu-burger-mobile .item .inner-item .title {
        font-size: 20px;
    }

    .menu-section .menu-burger-mobile #slide2 .item.second-level .inner-item {
        padding-right: 0px;
    }

    .menu-burger-mobile .first-level-menu .menu-item .text-option {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (min-width: 768px) {
    .menu-section .buttons .item {
        padding: 10px 1.2%;
        text-transform: none;
        display: inline-block;
        font-size: 14px;
    }

        .menu-section .buttons .item:first-child {
            padding-left: 0 !important;
        }

    .menu-section .main-menu {
        transition: border-bottom 200ms ease-in-out;
    }

    .menu-section .sub-menu.sub-main {
        z-index: 2;
        bottom: 145px;
    }

        .menu-section .sub-menu.sub-main.active {
            bottom: 0px;
        }

    .menu-section .big-logo {
        margin: 0 20px 0 25px;
        width: auto;
        text-align: left;
        z-index: 4;
    }

    .menu-section .movable-menu:not(.fixed) .big-logo .logo-img-holder {
        width: 96px;
    }

    .menu-section .big-logo .logo-img-holder {
        display: inline-block;
        text-align: center;
        margin: 0;
        margin-left: 22px;
        width: auto;
    }

    .menu-section .big-logo .logo-img {
        max-height: 120px;
        max-width: 121px;
        height: auto;
    }

    /* inicio novo menu 2021 */
    .menu-section .menu-burger-mobile {
        font-family: 'Roboto', sans-serif;
    }

    .menu-section .inner-item .text:not(.more) {
        line-height: 19px;
        margin-bottom: 10px;
    }

    .menu-section .big-logo {
        min-width: 143.67px;
        min-height: 104px;
    }

    .menu-section .movable-menu.fixed .big-logo {
        min-width: 143.67px;
        min-height: 104px;
    }

    .menu-section .movable-menu.fixed .big-logo {
        min-height: 0 !important;
    }

    .menu-section .main-menu.open .big-logo .logo-img-holder.small {
        max-width: 45px;
        margin-left: 31px;
        transition: width 500ms ease-in-out;
    }

        .menu-section .main-menu.open .big-logo .logo-img-holder.small .logo-img {
            max-width: 45px;
            transition: width 500ms ease-in-out;
            height: auto;
        }

    .menu-section .main-menu.open .content .icons {
        background-color: white;
    }
    /* fim novo menu 2021 */

    .menu-section .big-logo .slb-text {
        margin: 0;
        padding-bottom: 15px;
        position: static;
        display: inline-block;
        vertical-align: bottom;
    }

    .menu-section .content {
        float: none;
        width: auto;
        overflow: visible;
        position: static;
    }

        .menu-section .content .icons {
            text-align: right;
            padding: 0px 10px;
        }

            .menu-section .content .icons #shopping-item {
                margin-left: 10px;
            }

            .menu-section .content .icons .icon {
                margin: 10px;
            }

    .menu-section .buttons {
        display: inherit;
    }

        .menu-section .buttons .item {
            display: block;
            float: left;
            font-size: 12px;
        }

        .menu-section .buttons .right {
            float: right;
        }

    .menu-section .movable-menu.fixed {
        margin-top: -110px;
        z-index: 10;
    }

    .menu-section .movable-menu.animate-height {
        margin-top: 0;
    }

    .menu-section .movable-menu.fixed .big-logo .logo-img {
        max-height: 44px;
        max-width: 44px;
    }

    .menu-section .movable-menu.fixed .content .icons {
        width: auto;
        float: right;
        padding: 10px 15px 0;
    }

    .menu-section .movable-menu.fixed .buttons {
        overflow: auto;
    }

    .menu-section .sub-menu {
        transform: translate(0,-120px); /* fix menu position to avoid lazyloading */
        max-height: calc(100vh - 145px);
    }

    .menu-section .fixed .sub-menu {
        max-height: calc(100vh - 55px);
    }

    .menu-section .sub-menu .inner-item .title {
        font-size: 14px;
    }

    .menu-section .menu-burger-content {
        padding-left: 135px;
    }

    .menu-section .burger-menu-customer .bar {
        margin: 12px 0px;
    }

    .menu-section .menu-burger-content .burger-menu-map {
        border-right: 1px solid #ddd;
        width: 95%;
        padding-right: 5%;
    }

    .menu-section .sub-menu .inner-item .text:not(.more),
    .menu-section .sub-menu .inner-item .text:not(.more) a {
        font-size: 12px;
    }

    .menu-section .sub-menu .inner-item .text.more::after {
        font-size: 12px;
        vertical-align: text-bottom;
    }

    .menu-section .sub-menu .inner-item .area-element-big img {
        width: 100%;
    }

    .menu-section .content .icons .language {
        margin-top: 6px !important;
    }

    .idioms button {
        padding: 20px 30px;
    }

    .popup-search {
        padding: 0px 60px;
    }

    .menu-section .main-menu .content .icons #profile {
        margin-right: 0px; /* bug 1065 */
    }
}

@media (min-width:992px) {
    .menu-section .big-logo .slb-text.sub-ref.active {
        margin-left: -4px;
        margin-right: -6px;
    }

    .menu-section .slb-text:not(.active):hover .hamburger .dash-1 {
        transform: translate(0, 4px);
    }

    .menu-section .slb-text:not(.active):hover .hamburger .dash-3 {
        transform: translate(0, 16px);
    }

    .menu-section .movable-menu.fixed .content .icons {
        padding: 0px 25px 0;
    }

    .menu-section .buttons .item {
        font-size: 16px;
        padding: 15px 13px;
    }

    .menu-section .buttons > .item:first-child {
        padding-left: 0 !important;
    }

    .menu-section .sub-menu .inner-item .title {
        font-size: 16px;
        line-height: 19px;
    }

    .menu-section .dynamic-menu.row {
        padding-bottom: 0px !important;
    }

    .menu-section .dynamic-menu .item:not(.links) .inner-item .title {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        color: #c30000;
        text-transform: uppercase;
    }

    .menu-section .inner-item .text:not(.more),
    .menu-section .inner-item .text:not(.more) a {
        font-size: 14px;
    }

    .menu-section .sub-menu .inner-item .area-element-big .text,
    .menu-section .sub-menu .inner-item .area-element-big .text a {
        font-size: 16px;
    }

    .idioms button {
        padding: 30px 40px;
    }

    .menu-section .content .icons {
        text-align: right;
        padding: 0 15px;
    }

    .menu-section .sub-tickets .inner-sub-menu .row {
        align-items: stretch;
        display: flex;
    }

    .menu-section .sub-menu .inner-item .text:not(.more),
    .menu-section .sub-menu .inner-item .text:not(.more) a {
        font-size: 16px;
    }

    .menu-section .sub-menu .inner-item .area-element-big .text,
    .menu-section .sub-menu .inner-item .area-element-big .text a {
        font-size: 18px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .menu-section .buttons {
        display: none;
    }

    .menu-section {
        min-height: 55px;
    }

        .menu-section .movable-menu.fixed .content .icons {
            padding: 0px 15px;
        }

        .menu-section .movable-menu.fixed {
            margin-top: 0px;
        }

        .menu-section .sub-menu.sub-main.active {
            bottom: 0;
            max-height: calc(100vh - 55px);
        }

        .menu-section .sub-menu .inner-item .text.more::after {
            vertical-align: bottom;
        }

        .menu-section .big-logo .logo-img-holder {
            text-align: center;
            margin: 0 43%;
            display: block;
        }

        .menu-section .big-logo {
            width: 100%;
            margin: 0;
        }

        .menu-section .movable-menu.fixed .big-logo .logo-img {
            max-height: 35px;
            max-width: 121px;
        }

        .menu-section .big-logo .slb-text {
            color: #242424;
            text-transform: uppercase;
            font-size: 9px;
            cursor: pointer;
            padding: 0;
            position: absolute;
            margin: 9px 0 0 15px;
            z-index: 300;
        }

            .menu-section .big-logo .slb-text .name {
                display: none;
            }

        .menu-section .hamburger {
            position: relative;
            cursor: pointer;
            width: 22px;
            height: 14px;
            margin-top: 2px;
        }

        .menu-section .big-logo .logo-img {
            max-height: 35px;
        }

        .menu-section .content {
            position: absolute;
            right: 0;
        }

        .menu-section .active .menu-burger-content {
            display: none;
        }

        .menu-section .menu-burger-mobile {
            display: block !important;
        }
}

@media (min-width:1025px) {
    #balance {
        display: none;
    }

    .welcome-user .dropdown-button .hidden-xs {
        display: none;
    }

    .menu-section .movable-menu.fixed .content .icons {
        padding: 0px 5px 0;
    }

    .menu-section .sub-menus .sub-menu.sub-main .inner-sub-menu {
        background: #fff;
    }

    .menu-section .sub-menu {
        max-height: calc(100vh - 55px);
        background-color: #fff;
    }

    .menu-section .fixed .sub-menu {
        max-height: calc(100vh - 6px);
    }

    .menu-section .big-logo .logo-img {
        width: 96px;
        max-width: 96px;
    }

    .menu-section .main-menu.open {
        border-bottom: 1px solid #c30000;
    }

    .menu-section .movable-menu.fixed .big-logo .logo-img {
        min-height: 60px;
    }

    .menu-section .movable-menu.fixed .content .icons {
        z-index: 1;
    }

    .menu-section .buttons .navbar-top-links .item:first-child {
        padding-left: 30px !important;
    }

    .menu-section .fixed .buttons .navbar-top-links .item:first-child {
        padding-left: 8px !important;
    }

    .menu-section .navbar-top-links .item {
        position: relative;
    }

    .menu-section .main-menu {
        padding-bottom: 0;
    }

    .menu-section .buttons .item {
        padding: 15px 13px;
    }

    .menu-section .navbar-top-links .item.selected:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 3px;
        background: #c30000;
    }

    .menu-section .sub-menu.sub-main.active {
        bottom: 56px;
        border-top: 1px solid #E8E8E8;
    }

    .menu-section .movable-menu.fixed .sub-menu.sub-main.active {
        bottom: 1px;
    }
}

@media (min-width:1200px) {
    .welcome-user .my-tooltip {
        right: -85px;
    }

    .popup-search svg {
        width: 66px;
        height: 65px;
    }

    .popup-search .register {
        height: 130px;
    }

    .popup-search input {
        width: calc(100% - 230px);
        padding: 10px 40px 10px 35px;
    }

    .newsletter-input,
    .newsletter-ok {
        font-size: 60px !important;
    }

    .search-icons {
        width: 230px;
        padding-right: 30px;
    }

    .search-icon {
        padding: 32px 12px;
    }

    .idioms button {
        padding: 41px 62px !important;
    }

    /* removed new menu 2021
    .event-date .day {
        font-size: 75px;
    }

    .event-date .month {
        font-size: 18px;
    }*/

    .menu-section .buttons .navbar-top-links .item a {
        position: relative;
        float: left;
        width: 100%;
    }

    .menu-section .fixed .buttons .navbar-top-links .item.dropdown-button a {
        padding: 16px 22px 30px 22px;
    }

    .menu-section .fixed .buttons .navbar-top-links .links-list .item a {
        padding: 15px 10px;
    }

    .menu-section .fixed .buttons .navbar-top-links .item {
        padding: 0px !important;
    }

    .menu-section .fixed .buttons .item {
        padding: 16px 15px 30px 15px;
    }
}

@media (min-width:1280px) {
    #balance {
        display: inline-block;
    }

    .menu-section .buttons .navbar-top-links .item:first-child {
        padding-left: 0px !important;
    }

    .menu-section .buttons .navbar-top-links .item {
        padding: 0 !important;
    }

        .menu-section .buttons .item,
        .menu-section .buttons .navbar-top-links .item a {
            padding: 12px 13px 18px 13px;
        }

    .menu-section .movable-menu:not(.fixed) .navbar-top-links .dropdown-button {
        display: none;
    }

    .menu-section .movable-menu:not(.fixed) .navbar-top-links .links-list {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        max-height: none;
        box-shadow: none;
        opacity: 1;
        z-index: 1;
    }

        .menu-section .movable-menu:not(.fixed) .navbar-top-links .links-list .item {
            width: auto;
            overflow: hidden;
        }

            .menu-section .movable-menu:not(.fixed) .navbar-top-links .links-list .item.selected {
                display: block;
            }

    .menu-section .movable-menu:not(.fixed) .navbar-top-links .item a {
        position: relative;
    }

    .menu-section .movable-menu:not(.fixed) .navbar-top-links .item:not(.selected):hover a {
        color: white !important;
    }

    .menu-section .movable-menu:not(.fixed) .navbar-top-links .item:hover svg {
        stroke: white;
    }

    .menu-section .movable-menu:not(.fixed) .navbar-top-links .item:before {
        background-color: #c30000;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 101%; /* fix workaround for 1px jump */
        height: 100%;
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        /* issue 530 */
        -webkit-transition: -webkit-transform 350ms ease-in-out;
        transition: -webkit-transform 350ms ease-in-out;
        transition: transform 350ms ease-in-out;
        transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
    }

    .menu-section .movable-menu:not(.fixed) .navbar-top-links .item:not(.selected):hover:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    .menu-section .movable-menu:not(.fixed) .buttons .navbar-top-links .links-list {
        transition: none;
    }

    .menu-section .fixed .buttons .navbar-top-links .links-list {
        top: 84px;
        width: 169px;
        transition: none;
    }

        .menu-section .fixed .buttons .navbar-top-links .links-list .item a {
            font-size: 16px;
        }

    .menu-section .buttons.business .item {
        padding: 12px 8px 18px 8px;
    }

    .menu-section .buttons.business .navbar-top-links .item a {
        padding: 12px 8px 18px 8px;
    }

    .menu-section .buttons.business {
        padding-right: 0px;
    }

    .menu-section .big-logo.business {
        margin: 0 15px 0 15px;
    }
}

@media (min-width: 1340px) {
    .welcome-user .dropdown-button .hidden-xs {
        display: inline-block;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .menu-section .big-logo .logo-img {
        width: auto;
    }
}

/******** WALET NOTIFICATION CSS SHOULD BE IN GENERAL CSS **********/
#balance.slow-blink #balanceRot {
    opacity: 1;
    animation-name: slow-blink;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

#balance.fast-blink #balanceRot {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    opacity: 1;
    animation-name: fast-blink;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

#balanceRot {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 5px;
}

    #balanceRot .notificationsLength {
        top: auto;
        right: -5px;
        bottom: -15.4px;
        position: absolute;
        display: block;
        margin: 0;
        padding: 0;
    }

@keyframes slow-blink {
    0% {
        opacity: 1;
    }

    12.5% {
        opacity: 0.25;
    }

    25% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fast-blink {
    0% {
        opacity: 1;
    }

    12.5% {
        opacity: 0.2;
    }

    35% {
        opacity: 0.75;
    }

    55% {
        transform: rotate(0deg);
    }

    62.5% {
        opacity: 1;
        transform: rotate(-20deg);
    }

    75% {
        transform: rotate(15deg);
    }

    82.6% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.notificationsLength {
    /*fre*/
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #c30000;
    color: white;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 15px;
    margin-left: 3px;
    font-size: 11px;
    position: absolute;
    top: 25%;
    right: 47px;
    z-index: 40;
    text-align: center;
    opacity: 0;
}

    .notificationsLength.active {
        opacity: 1;
    }

#balanceRot svg {
    width: 22px;
    height: 26px;
    stroke: black;
    fill: white;
    margin-left: 8px;
    margin-right: 5px;
    margin-bottom: -6px;
    cursor: pointer;
    -webkit-transition: stroke 250ms ease-in-out;
    -moz-transition: stroke 250ms ease-in-out;
    transition: stroke 250ms ease-in-out;
}

#balanceRot:hover svg {
    stroke: #c30000;
}

.notificationsLength {
    margin-right: -32px;
    margin-top: 7px;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #c30000;
    color: white;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 15px;
    margin-left: 3px;
    font-size: 11px;
    top: 25%;
    right: 47px;
    z-index: 40;
    text-align: center;
    opacity: 0;
    cursor: pointer;
}

    .notificationsLength.active {
        opacity: 1;
    }

@media (min-width:768px) {

    .notificationsLength {
        margin-right: 25px;
        margin-top: 10px;
    }
}

@media (min-width:1025px) {
    #balance {
        display: inline-block;
    }
}

@media (min-width:1200px) {
    .notificationsLength {
        margin-right: 26px;
        margin-top: 11px;
    }
}

@media (max-width:576px) {
    #balance div span {
        display: none;
    }

    #balance.fast-blink #balanceRot {
        animation-name: none;
    }

    #balance.slow-blink #balanceRot {
        animation-name: none;
    }
}

/*
 *  Added to fix the issue on the old header on the mobile version
 *   after the bootstrap update to version 5.2.3
 */
@media screen and (max-width: 768px) {
    .menu-section .content {
        display: flex;
        position: absolute;
        width: 60%;
        right: 0;
        top: 13px;
        justify-content: flex-end;
    }
}

/*
 * END Menu.css
 ****/

/***
 * START benficadp.css
 */

/*Terms and Consents*/
.label-terms {
    color: #242424 !important;
    font-size: 14px !important;
    margin-bottom: 15px !important;
    padding-left: 35px !important;
}

#consents-modal .button {
    width: 100% !important;
    margin-top: 0 !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 14px !important;
    height: 40px !important;
}

.termin-sessao {
    color: black !important;
}

    .termin-sessao:hover {
        color: white !important;
    }

#consents-modal .popup-content {
    background-color: #fff;
    padding: 100px 20px 110px !important;
    width: 100% !important;
    margin: 0 auto !important;
    max-width: 700px !important;
}

    #consents-modal .popup-content .kit-socio-paragraph {
        text-align: center !important;
        display: block !important;
        margin: 0 auto !important;
        width: 75% !important;
        margin-bottom: 20px !important;
        text-align: left !important;
        font-size: 14px !important;
    }

        #consents-modal .popup-content .kit-socio-paragraph a {
            color: #c30000 !important;
            text-decoration: none !important;
        }

#consents-modal .label-terms {
    white-space: unset !important;
}

.modal#consents-modal {
    top: -10% !important;
    background: rgba(0, 0, 0, 0.6) !important;
    height: auto !important;
    overflow-y: scroll !important;
}



@media (min-width: 768px) {
    #consents-modal .popup-content .kit-socio-paragraph {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 767px) {
    #consents-modal .button {
        margin-top: 5px !important;
    }

    #consents-modal .popup.popup-text.row {
        height: 100px !important;
    }

    #consents-modal .popup-content {
        padding: 50px 0px 110px !important;
    }
}


.disabled-input {
    pointer-events: none !important;
}

.strike-through {
    text-decoration: line-through !important;
}

/*Language Dropdown Flag size*/

.profile-personal #idiom img:not(.dropdown-arrow),
.profile-personal #idiom + ul img, .dropdown-menu.dropdown-language li img {
    height: 36px;
}

/* Tab Member*/
.slb-profile-item .slb-profile-item-half > .slb-profile-item-info.primary-info .slb-profile-item-info-item > .text .date {
    width: auto;
    padding-left: 15px;
}

/* Direct Debit*/

.direct-debit-confirm p.disclaimer {
    font-size: 10px !important;
    margin-top: 13px;
}

/* Profile Registration and messages flags styling */
.success-slb .flag-box,
.dropdown-country .flag-box {
    width: 20px;
    display: inline-block;
    padding-top: 4px;
    /*float: right;*/
}

#countryDD > div {
    margin-right: 20px;
}

.dropdown-menu > li > .flag-box {
    margin-top: 17px;
    margin-right: 20px;
}

.language-container {
    padding-left: 1%;
}

.success-slb .button-holder p {
    float: left;
    text-align: left;
    width: 50%;
    text-transform: none;
}

    .success-slb .button-holder p.error-msg {
        color: #c30000;
    }

.media-section .media-list .image-placeholder {
    min-width: 140px;
}

.profile .no-after-content.required {
    padding-right: 0px !important;
}

    .profile .no-after-content.required::after {
        content: "" !important;
    }

/* Internal Links Icon */
.generic-content p a,
.generic-content h2 a, /* SLB fix #12948 */
.generic-content table a,
.generic-content li a {
    color: #c30000 !important;
}

    .generic-content p a[target]:after {
        content: ' ';
        display: inline-block;
        background-image: url('/Images/icons/share.svg');
        background-size: 15px 15px;
        height: 15px;
        width: 15px;
        margin: 0 4px;
    }

/* Product search */
#search-results-page .search-results-items .search-results-item.product .image-placeholder img {
    height: 100%;
    width: auto;
    max-width: 100%;
}

#search-results-page .search-results-items .search-results-item.product .image-placeholder figure {
    background-color: transparent;
}

/* No Content Messages */

.no-content-message {
    padding-top: 20px;
    font-size: 16px;
    padding-bottom: 60px;
}

/* Safari - hide autofill icon*/
input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
}

.add-sub-23 {
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin-top: 20px;
    width: 100%;
}

    .add-sub-23 img {
        width: 30px;
    }

    .add-sub-23 p {
        margin-top: 25px;
        text-align: left;
    }

    .add-sub-23 span {
        font-size: 11px;
        font-weight: 400;
    }

/* Campaign Over 30 */
.campaignIsOfferText {
    font-weight: bold;
    color: red;
    font-size: 18px;
}

.my-tooltip .campaign {
    background-color: #efefef;
    padding: 10px 13px;
    display: flex;
    border-bottom: solid 1px #dddddd;
}

.campaign .text-offer {
    font-family: 'Roboto';
    font-weight: bold;
}

.campaign img {
    padding: 5px 10px 5px 0;
}

.campaign .text-offer-desc {
    font-size: 20px;
    font-weight: bold;
}

.campaign .right-content {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.campaign .text-offer-value {
    font-size: 13px;
    margin-top: 5px;
}

    .campaign .text-offer-value span {
        font-weight: bold;
    }

.campaign .text-offer-choose {
    font-size: 14px;
    font-weight: bold
}

.campaign .text-offer-choose {
    color: #242424;
    font-size: 18px;
    margin-top: 5px;
}

    .campaign .text-offer-choose a:hover {
        color: #c30000
    }

.campaign .note {
    font-size: 10px;
    line-height: 11px;
    margin-top: 10px;
    padding: 0 20px 0 0
}

.general-modal.active {
    display: block;
    overflow: auto;
}

.general-modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    padding: 50px 3.75% 104px 3.75%;
    overflow-y: scroll;
    opacity: 0;
    background: rgba(0,0,0,0.85);
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 0 3.75% 104px 3.75%;
    transition: all 0.5s ease-in-out;
}

    .general-modal .popup {
        margin-top: 40px;
        max-width: 695px;
        margin: auto;
    }

        .general-modal .popup .close-popup {
            display: block;
            float: right;
            margin-bottom: 10px;
            cursor: pointer;
        }

            .general-modal .popup .close-popup svg {
                height: 32px;
                stroke: #fff;
                width: 32px;
                transition: all 500ms ease-in-out;
                stroke-width: 2px;
            }

    .general-modal.promoOffer.active {
        opacity: 1;
        display: block;
    }

    .general-modal.promoOffer .popup-content {
        padding: 30px 0px 40px;
        display: inherit;
    }

        .general-modal.promoOffer .popup-content img {
            max-width: 95px;
            height: 90px;
        }

    .general-modal.promoOffer h2 {
        font-size: 20px;
        padding: 20px 5%;
        font-weight: normal;
        margin: 0px;
    }

    .general-modal.promoOffer p {
        font-size: 16px;
        text-transform: uppercase;
        margin: 0px;
    }

        .general-modal.promoOffer p span {
            font-weight: bold;
        }

    .general-modal.promoOffer .popup-content .links .button:last-child {
        margin-bottom: 0px;
    }

@media screen and (min-width: 768px) {
    .general-modal {
        padding: 0 3.75% 104px 3.75%;
    }

        .general-modal .popup {
            margin-top: 83px;
        }
}


.general-modal .popup-content {
    background-color: #fff;
    padding: 40px 0px;
    width: 100%;
    margin: 0 auto;
    float: left;
}

.general-modal img {
    margin: 0 auto;
}

.general-modal h2 {
    color: #c30000;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 32px;
    font-weight: 300;
}

.general-modal p {
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
    margin-top: 30px;
}



.general-modal.promoOffer .popup-content {
    padding: 30px 0px 60px;
    display: inherit;
}

.general-modal.promoOffer h2 {
    font-size: 32px;
    padding: 20px 10%;
}

.general-modal.promoOffer p {
    font-size: 24px;
}

.general-modal.promoOffer .links {
    width: 250px;
    margin-top: 25px;
}

.general-modal.promoOffer .popup-content .links .button {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .general-modal p {
        font-size: 24px;
    }
}

.general-modal .links {
    text-align: center;
    margin: 16px 0;
    width: 90%;
    margin: 0 auto;
    margin-top: 25px;
}

.general-modal .popup .close-popup:hover svg {
    stroke: #c30000;
}

.general-modal .popup-content .description {
    width: 90%;
    margin: 0 auto;
    margin-top: 25px;
}

.general-modal .popup-content .links .button {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
}

    .general-modal .popup-content .links .button:first-child {
        background-color: black;
        color: white;
        line-height: inherit;
    }

.general-modal .popup-content .non-member {
    font-size: 17px;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

    .general-modal .popup-content .non-member a {
        text-decoration: underline;
    }

@media screen and (max-width: 767px) {
    .general-modal.promoOffer .popup-content {
        padding: 25px 0px 30px;
        display: inherit;
    }

    .general-modal.promoOffer h2 {
        font-weight: 300;
        padding: 20px 5%;
        font-size: 26px;
    }

    .general-modal.promoOffer p {
        font-size: 18px;
    }
}


@media screen and (min-width: 768px) {
    .general-modal .popup-content .description {
        width: 50%;
    }

    .general-modal .links {
        width: 40%;
    }

    .general-modal .popup-content .non-member {
        width: 90%;
    }
}

.general-modal.promoOffer h2 {
    font-weight: bold;
    padding-bottom: 0;
}

.general-modal.promoOffer p.offer-text {
    text-transform: none !important;
    font-family: Roboto,sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px
}

.general-modal.promoOffer p.offer-text-value {
    font-size: 20px;
    margin-top: 30px
}

.general-modal.promoOffer p.button-link {
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    font-family: Roboto;
    font-size: 14px;
    text-transform: inherit
}

    .general-modal.promoOffer p.button-link a {
        color: #242424;
    }

        .general-modal.promoOffer p.button-link a:hover {
            color: #c30000;
        }

.general-modal.promoOffer .alert-text {
    margin-top: 30px;
    padding: 0 40px 20px;
}

/*
 * END benficadp.css
 ***/

.ad {
    -webkit-transition: max-height 500ms ease-in-out;
    -moz-transition: max-height 500ms ease-in-out;
    transition: max-height 500ms ease-in-out;
    overflow: hidden;
}

/*
.ad img {
    position:relative;
}*/
/*
.ad>div>img::after {
    content: 'PUB';
    padding:10px;
    color: #fff;
    background: #000;
    opacity: 0.6;
    position: absolute;
    top: 15px;
    right: 0;
}
  */  

.ad.half{ 
    /*max-height:240px;*/

}

.ad .half-banner {
    width: 100%;
}

.ad .half-banner picture,
.ad .half-banner img {
    width: 100%;
}

.ad .image-placeholder{
    position: relative;
    cursor: pointer;
}


.ad:not(.half) .image-placeholder:not(.no-pub) .arrow {
    display:none;
    position: absolute;
    top: 10px;
    left: 20px;

    height: 32px;
    width: 32px;

    background-color: #242424;
    opacity: 0.5;
    
    border: 2px solid white;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    
    cursor: pointer;

    -webkit-transition: all 500ms ease-in-out;
    -moz-transition:    all 500ms ease-in-out;
    -o-transition:      all 500ms ease-in-out;
    -ms-transition:     all 500ms ease-in-out;
    transition:         all 500ms ease-in-out;

    
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.ad:not(.half) .image-placeholder:not(.no-pub) .arrow svg{    
    width: 100%;
    height: 100%;
    padding: 7px;
    stroke: white;
    stroke-width: 5px;
    fill: none;
}

.ad .image-placeholder.open:not(.no-pub) .arrow {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}


.ad .image-placeholder:not(.no-pub)::after {
    font-family: 'Roboto';
    font-size: 10px;
    content: 'PUB';
    padding: 3px 7px;
    color: #fff;
    background: #242424;
    opacity: 0.5;
    position: absolute;
    top: 10px;
    right: 20px;
}

.ad .image-placeholder.no-pub{
    border-bottom: 1px solid #fff;
}

.ad.hidding {
    max-height: 0;
}

.ad.active {
    max-height: 584px;
}

.ad .small {
    cursor: pointer;
    display: none;
}

.ad .big {
    cursor: pointer;
}

.ad-banner-top {
    position:relative;
    z-index:9999;
}

/*de tablet para cima...*/
@media (min-width: 768px) {
    .ad.half{ 
        min-height: 0;
    }


    .ad .half-banner {
        width: 50%;
        float:left;
        position:relative;
    }
    .ad .half-banner:first-child::after {
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
        content:"";
        display:block;
        border-right: 1px solid #fff;
        pointer-events: none;
    }

    .ad .small {
        display:block;
    }
    .ad .big {
        display:none;
    }

    .ad {
        /* max-height: 135px; */
    }
    .ad:not(.half) .image-placeholder:not(.no-pub) .arrow {
        display: block;
    }

}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('benficadp/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    font-display: block;
    src: url('benficadp/fonts/slick.eot');
    src: url('benficadp/fonts/slick.eot?#iefix') format('embedded-opentype'), url('benficadp/fonts/slick.woff') format('woff'), url('benficadp/fonts/slick.ttf') format('truetype'), url('benficadp/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/***
 * START highlight.css
 */

.highlight-section {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

    .highlight-section.loaded {
        opacity: 1;
        height: auto;
        overflow: initial;
        transition: all 200ms linear;
    }

    /* Highlight Video*/
    .highlight-section .highlight-video {
        background: #242424;
        width: 100%;
    }

        .highlight-section .highlight-video video {
            display: block;
            margin: auto;
            width: 100%;
            max-width: 1280px;
        }

    /* Highlight  */
    .highlight-section .image-placeholder {
        background: #d10d26;
    }

    .highlight-section a:hover {
        color: inherit;
    }

    .highlight-section .image-placeholder img,
    .highlight-section .image-placeholder video {
        width: 100%;
    }

    .highlight-section .image-placeholder img {
        max-height: none;
    }


    .highlight-section a.button, .highlight-section button.button {
        width: 100%;
    }

    .highlight-section .carousel {
        margin: auto;
        max-height: 685px;
        overflow: hidden;
    }

    .highlight-section .slick-prev,
    .highlight-section .slick-next {
        display: none;
    }

    .highlight-section .slick-dots {
        bottom: 5%;
    }

        .highlight-section .slick-dots li {
            margin: 0;
        }

            .highlight-section .slick-dots li button:before {
                color: white;
                opacity: 0.5;
                font-size: 10px;
            }

            .highlight-section .slick-dots li.slick-active button:before {
                opacity: 1;
            }

    .highlight-section .item {
        position: relative;
    }

    .highlight-section .description {
        display: flex;
        padding-left: 9%;
        padding-right: 9%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding-bottom: 16%;
    }

    .highlight-section .text {
        width: 100%;
        margin-bottom: 20px;
    }

    .highlight-section .shadow {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.4);
    }

    .highlight-section .description .text {
        font-size: 36px;
        color: #fff;
        line-height: 1.1;
        font-weight: 400;
        text-shadow: 0px 0px 3px #000000;
    }

.description-label {
    letter-spacing: .3px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    padding: 5px 10px;
    background-color: rgba(195, 0, 0, 0.7);
    text-shadow: 1px 1px 4px #c30000;
}

    .description-label.exclusive {
        background-color: rgba(212, 175, 55, 0.6) !important;
        text-shadow: 1px 1px 4px #d4af37 !important;
    }

    .description-label i {
        font-size: 25px;
        vertical-align: middle;
        margin-right: 8px;
    }

    .description-label span {
        vertical-align: middle;
    }

.description-label-icon {
    color: #ffffff;
    font-size: 34px;
    padding: 7px 10px 0px 10px;
    background-color: rgba(195, 0, 0, 0.7);
    text-shadow: 1px 1px 4px #c30000;
}

@media (max-width:767px) {
    .highlight-section .description .text {
        font-size: 22px;
        text-align: center;
        line-height: 2.3rem;
        padding: 10px 15px;
        margin-bottom: 5px !important;
    }

    .highlight-section .description {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 768px) {
    .highlight-section .carousel {
        max-height: 451px;
    }

    .highlight-section .description .text {
        font-size: 36px;
        max-width: 80%;
    }

    .highlight-section .description {
        display: flex;
        padding-left: 6%;
        padding-right: 6%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-bottom: 0;
    }

    .highlight-section a.button, .highlight-section button.button {
        width: auto;
    }

    .description-label {
        letter-spacing: .4px;
        font-size: 17px;
        margin-bottom: 10px;
    }

    .description-label-icon {
        font-size: 34px;
        padding: 6px 13px 0px 11px;
        margin-bottom: 10px;
    }
}

/* Medium devices (desktops, 992px and up) */

@media (min-width:992px) {
    .highlight-section .description .text {
        font-size: 42px;
        max-width: 50%;
    }
}


@media (min-width: 1200px) {
    .highlight-section .description .text {
        font-size: 48px;
        max-width: 38%;
        font-size: 42px !important;
    }
}

@media(min-width:1367px) {
    .highlight-section .carousel {
        max-height: 528px;
    }
}
/*
 * END highlight.css
 ***/

/***
 * START ticker.css
 */

.ticker-media-section {
    width: 100%;
    border-top: 1px solid #eee;
    background-color: #f4f4f4;
}

    .ticker-media-section .ticker-media div {
        padding: 7px 30px 5px 30px;
    }

    .ticker-media-section .ticker-media img {
        float: left;
        margin-right: 10px;
        max-height: 35px;
    }

    .ticker-media-section .ticker-media .sentence {
        line-height: 2.2em;
        font-family: 'Roboto';
    }

.ticker-section {
    background-color: #f4f4f4;
    padding-bottom: 0;
}

    .ticker-section .main {
        text-align: center;
        padding: 17px 0;
    }

    .ticker-section .text {
        margin-right: 10px;
    }

    .ticker-section .main > * {
        display: flex;
        text-align: center;
        width: fit-content;
        margin: auto;
    }

    .ticker-section .sentence {
        font-size: 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding: 0 5px;
        max-width: 350px;
    }

    /* START - Hide the ticker items until the slick is initialized */
    .ticker-section .ticker {
        opacity: 0;
    }

        .ticker-section .ticker.slick-initialized {
            opacity: 1;
            transition: opacity 2s ease-out;
        }

        .ticker-section .ticker .ticker-item:not(:first-child) {
            display: none;
        }

        .ticker-section .ticker.slick-initialized .ticker-item:not(:first-child) {
            display: block;
        }
/* END - Hide the ticker items */

@media (min-width: 768px) {
    .ticker-section .main > * {
        display: inline-block;
    }

    .ticker-section .sentence {
        font-size: 16px;
        font-weight: 400;
        max-width: 100%;
    }

    .ticker-section .main {
        height: unset;
    }
}

/*
 * END ticker.css
 ***/

.business-section {
    padding-bottom: 0;
}


.business-section .inner-business .icon.smaller-icon {
    padding: 12% 0;
}

.business-section .description .title {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
}

.business-section .description .text {
    margin-bottom: 15px;
    line-height: 1.25em;
    min-height: 40px; /* to garentee same height between elemenrts */

    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 19px;
}

.business-section .description .button {
    margin-bottom: 30px;
    min-width: 132px;
    text-align: center;
}

.business-section .description {
    text-align: center;
    padding: 0 5px;
}

.business-section .icon {
    text-align: center;
}

.business-section .icon>* {
    width: 40%;
}

.business-section svg .fill {
    -webkit-transition: fill 0.5s ease-in-out;
    -moz-transition: fill 0.5s ease-in-out;
    transition: fill 0.5s ease-in-out;
}

.business-section svg .stroke {
    -webkit-transition: stroke 0.5s ease-in-out, stroke-dashoffset 5s linear;
    -moz-transition: stroke 0.5s ease-in-out, stroke-dashoffset 5s linear;
    transition: stroke 0.5s ease-in-out, stroke-dashoffset 5s linear;
    /* stroke-dasharray: 1000; */
    /* stroke-dashoffset: 1000; */
}


/*.business-section .loaded svg .stroke {
      stroke-dasharray: inherit; 
      stroke-dashoffset: inherit; 
}*/

.business-section .icon:not(.loaded) svg .fill {
    fill: transparent;
}

.business-section .item svg .fill,
.business-section .item:hover svg .fill {
    fill: #c30000;
}

.business-section .item svg .stroke,
.business-section .item:hover svg .stroke {
    stroke: #c30000;
}

.business-section .item {
    padding-bottom: 10px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
    padding: 0;
    position:relative;
}

.business-section .item:not(:first-child):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-left: 1px solid #f4f4f4;
    pointer-events:none;
}

.business-section .item:hover {
    background: #f4f4f4;
}

.business-section .shiny svg {
    background: url('http://rs784.pbsrc.com/albums/yy125/777butterflies/Glitter%20Swatches/RainbowStripes.gif~c200');
}

.business-section .shiny svg .fill {
    fill: #c30000;
}

.business-section .shiny svg .stroke {
    stroke: #c30000;
}

.business-section .item .big-title,
.business-section .item:hover .big-title {
    color: #c30000;
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .business-section .icon {
        margin-top: 35px;
    }
    .business-section .icon>* {
        width: 60%;
    }
    .business-section .item {
        padding: 40px 0;
    }
    .business-section .description {
        text-align: left;
    }
    .business-section .description .title {
        margin-top: 0;
    }
    .business-section .description .button {
        min-width: 105px;
        text-align: center;
        margin-bottom: 0;
    }
    .business-section .description .text {
        min-height: 90px;
        font-size: 16px;
    }
    .business-section .inner-business .icon.smaller-icon{
        padding: 6% 0;
    }
}



@media (min-width: 992px) {
    .business-section .description .button {
        min-width: 132px;
    }
}
.media-section {
    background: #f4f4f4;
    padding-top: 20px;
    padding-bottom: 0px;
}

.media-section .item-list {
    height: 450px;
    padding: 0 10px;
}

.media-section .inner-item {
    max-width: 160px;
    margin: auto;
    padding: 10px;
    /*background: #f4f4f4;*/
    background: #fff;
    transition: filter 0.5s ease-in-out;

    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.media-section .inner-item div:first-child{
    align-self: flex-start;
}

.media-section .inner-item div:last-child{
    align-self: flex-end;
}

.media-section .item-list-inner {
    -webkit-transition: transform 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
}

.media-section .description {
    margin: 10px 5px 0 5px;
    /*min-height: 51px;*/
}

.media-section .image-placeholder {
    background: #fff;
    min-height: 170px;
    transition:filter 250ms ease-in-out;
}

.media-section .description .magazine {
    font-size: 12px;
    line-height: 1.1em;
    font-weight: bold;
    color: #242424;
    text-transform: uppercase;
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
}

.media-section .inner-item:hover .magazine {
    color: #c30000;
}

.media-section .description .date {
    font-size: 12px;
    color: #242424;
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
}

.media-section .inner-item:hover .date {
    color: #c30000;
}

.media-section .inner-item:hover .image-placeholder {
    filter: brightness(1.2);
}

.no-touchevents .media-section .edge-button:not(.slick-disabled):hover,
.no-touchevents .media-section .edge-holder:not(.slick-disabled) .edge-button:hover {
    opacity: 1;
}

.no-touchevents .media-section .edge-button:not(.slick-disabled),
.no-touchevents .media-section .edge-holder:not(.slick-disabled) .edge-button,
.no-touchevents .media-section .edge-holder .edge-button:hover {
    opacity: 0;
    background: transparent;
}

.no-touchevents .media-section .edge-holder:not(.slick-disabled) .edge-button {
    opacity: 1;
}

.no-touchevents .media-section .edge-holder.slick-disabled .edge-button {
    opacity: 0;
}

.media-section .edge-shadow {
    display: none;
}

.media-section .media-list {
    margin-bottom: 40px;
}

.media-section .media-list .slick-track {
    display: flex;
}

.media-section .media-list .slick-slide {
    opacity: 0.3;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    display: flex;
    height: auto;
    justify-content: center;
}

.media-section .media-list .slick-slide a {
    cursor: pointer;
    background-color: white;
}

.media-section .media-list .slick-slide.slick-active {
    opacity: 1;
}

.media-modal-container {
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    overflow-y: auto;
}

    .media-modal-container.show {
        position: fixed;
        top: 92px; /*100px;*/
        z-index: 20;
        opacity: 1;
        max-width: 1600px;
    }

        .media-modal-container.show.mobile {
            position: absolute;
            z-index: 10;
            margin-top: 23%;
        }

.media-modal {
    margin: 0 auto;
}

.media-modal .media-list {
    background-color: rgb(255, 255, 255);
}

.media-modal .item {
    background-color: rgb(255, 255, 255);
    width: 100%;
    margin: 30px 50px;
}

.media-modal .description .magazine {
    font-weight: bold;
    text-transform: uppercase;
}

.media-modal-container .cross-close-icon {
    position: absolute;
    cursor: pointer;
    right: 17px;
    z-index: 99999;
}

.media-modal-container:not(.show) .cross-close-icon {
    display: none;
}

.media-modal-container .cross-close-icon svg {
    width: 28px;
    height: 28px;
    stroke: #242424;
}

.media-modal-container .image-placeholder,
.media-modal-container .image-placeholder img {
    height: 100%;
}

.media-modal-container .image-placeholder img {
    opacity: 1;
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {

    .media-modal-container .cross-close-icon {
        right: 40px;
    }

    .media-section .item-list {
        padding: 0 4%;
        height: 200px;
    }

    .media-section .inner-item {
        /*background: #f4f4f4;*/
        background: #fff;
    }

    /*     .media-section .inner-item {
        max-width: 350px;
        padding: 0;
    } */
    /*.media-section .description {
        margin: 20px 5px 0 15px;
    }*/
    .media-section .media-list .slick-list {
        width: 95%;
        margin: auto;
        overflow: hidden;
    }
    .media-section .media-list {
        padding: 0 35px ;
        margin-bottom: 40px;
    }
    /*.media-section .edge-holder {
        width: 2.5%;
        background: white;
    }
    .media-section .edge-holder.previous {
        width: 1%;
    }*/
    .media-section .edge-shadow {
        display: block;
    }

        .media-section .edge-shadow.previous {
            width: 100%;
            right: -95%;
            left: auto;
        }

        .media-section .edge-shadow.next {
            left: -45px;
            right: auto;
        }

    .media-modal .item {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.radial-progress {
  width: 72px;
  height: 72px;
  background-color: #505050;
  border-radius: 50%;
  margin: 3px 0 0 7px;
}
.radial-progress .circle .mask,
.radial-progress .circle .fill,
.radial-progress .circle .shadow {
  width: 72px;
  height: 72px;
  position: absolute;
  border-radius: 50%;
  top: 0!important;
  left: initial !important;
  right: initial !important;
}

.radial-progress .circle .mask,
.radial-progress .circle .fill {
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 1s;
  transition: -ms-transform 1s;
  transition: transform 1s;
  border-radius: 50%;
}
.radial-progress .circle .mask {
  clip: rect(0px, 72px, 72px, 36px);
}
.radial-progress .circle .mask .fill {
  clip: rect(0px, 36px, 72px, 0px);
  background-color: #fff;
}
.radial-progress .inset {
  width: 69px;
  height: 69px;
  position: absolute;
  margin-left: 1.5px;
  margin-top: 1.5px;
  background-color: #333;
  border-radius: 50%;
  /*box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);*/
}
.radial-progress .inset .percentage {
  height: 22px;
  width: 57px;
  overflow: hidden;
  position: absolute;
  top: 23.5px;
  left: 6px;
  line-height: 1;
}
.radial-progress .inset .percentage .numbers {
  margin-top: -22px;
  transition: width 1s;
}
.radial-progress .inset .percentage .numbers span {
  width: 57px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: 800;
  font-size: 22px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #97a71d;
}
.radial-progress[data-progress="0"] .circle .mask.full,
.radial-progress[data-progress="0"] .circle .fill {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.radial-progress[data-progress="0"] .circle .fill.fix {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.radial-progress[data-progress="0"] .inset .percentage .numbers {
  width: 57px;
}
.radial-progress[data-progress="1"] .circle .mask.full,
.radial-progress[data-progress="1"] .circle .fill {
  -webkit-transform: rotate(1.8deg);
  -ms-transform: rotate(1.8deg);
  transform: rotate(1.8deg);
}
.radial-progress[data-progress="1"] .circle .fill.fix {
  -webkit-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.radial-progress[data-progress="1"] .inset .percentage .numbers {
  width: 114px;
}
.radial-progress[data-progress="2"] .circle .mask.full,
.radial-progress[data-progress="2"] .circle .fill {
  -webkit-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.radial-progress[data-progress="2"] .circle .fill.fix {
  -webkit-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.radial-progress[data-progress="2"] .inset .percentage .numbers {
  width: 171px;
}
.radial-progress[data-progress="3"] .circle .mask.full,
.radial-progress[data-progress="3"] .circle .fill {
  -webkit-transform: rotate(5.4deg);
  -ms-transform: rotate(5.4deg);
  transform: rotate(5.4deg);
}
.radial-progress[data-progress="3"] .circle .fill.fix {
  -webkit-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.radial-progress[data-progress="3"] .inset .percentage .numbers {
  width: 228px;
}
.radial-progress[data-progress="4"] .circle .mask.full,
.radial-progress[data-progress="4"] .circle .fill {
  -webkit-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.radial-progress[data-progress="4"] .circle .fill.fix {
  -webkit-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.radial-progress[data-progress="4"] .inset .percentage .numbers {
  width: 285px;
}
.radial-progress[data-progress="5"] .circle .mask.full,
.radial-progress[data-progress="5"] .circle .fill {
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  transform: rotate(9deg);
}
.radial-progress[data-progress="5"] .circle .fill.fix {
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}
.radial-progress[data-progress="5"] .inset .percentage .numbers {
  width: 342px;
}
.radial-progress[data-progress="6"] .circle .mask.full,
.radial-progress[data-progress="6"] .circle .fill {
  -webkit-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.radial-progress[data-progress="6"] .circle .fill.fix {
  -webkit-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.radial-progress[data-progress="6"] .inset .percentage .numbers {
  width: 399px;
}
.radial-progress[data-progress="7"] .circle .mask.full,
.radial-progress[data-progress="7"] .circle .fill {
  -webkit-transform: rotate(12.6deg);
  -ms-transform: rotate(12.6deg);
  transform: rotate(12.6deg);
}
.radial-progress[data-progress="7"] .circle .fill.fix {
  -webkit-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.radial-progress[data-progress="7"] .inset .percentage .numbers {
  width: 456px;
}
.radial-progress[data-progress="8"] .circle .mask.full,
.radial-progress[data-progress="8"] .circle .fill {
  -webkit-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.radial-progress[data-progress="8"] .circle .fill.fix {
  -webkit-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.radial-progress[data-progress="8"] .inset .percentage .numbers {
  width: 513px;
}
.radial-progress[data-progress="9"] .circle .mask.full,
.radial-progress[data-progress="9"] .circle .fill {
  -webkit-transform: rotate(16.2deg);
  -ms-transform: rotate(16.2deg);
  transform: rotate(16.2deg);
}
.radial-progress[data-progress="9"] .circle .fill.fix {
  -webkit-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.radial-progress[data-progress="9"] .inset .percentage .numbers {
  width: 570px;
}
.radial-progress[data-progress="10"] .circle .mask.full,
.radial-progress[data-progress="10"] .circle .fill {
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}
.radial-progress[data-progress="10"] .circle .fill.fix {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
}
.radial-progress[data-progress="10"] .inset .percentage .numbers {
  width: 627px;
}
.radial-progress[data-progress="11"] .circle .mask.full,
.radial-progress[data-progress="11"] .circle .fill {
  -webkit-transform: rotate(19.8deg);
  -ms-transform: rotate(19.8deg);
  transform: rotate(19.8deg);
}
.radial-progress[data-progress="11"] .circle .fill.fix {
  -webkit-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.radial-progress[data-progress="11"] .inset .percentage .numbers {
  width: 684px;
}
.radial-progress[data-progress="12"] .circle .mask.full,
.radial-progress[data-progress="12"] .circle .fill {
  -webkit-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.radial-progress[data-progress="12"] .circle .fill.fix {
  -webkit-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.radial-progress[data-progress="12"] .inset .percentage .numbers {
  width: 741px;
}
.radial-progress[data-progress="13"] .circle .mask.full,
.radial-progress[data-progress="13"] .circle .fill {
  -webkit-transform: rotate(23.4deg);
  -ms-transform: rotate(23.4deg);
  transform: rotate(23.4deg);
}
.radial-progress[data-progress="13"] .circle .fill.fix {
  -webkit-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
.radial-progress[data-progress="13"] .inset .percentage .numbers {
  width: 798px;
}
.radial-progress[data-progress="14"] .circle .mask.full,
.radial-progress[data-progress="14"] .circle .fill {
  -webkit-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.radial-progress[data-progress="14"] .circle .fill.fix {
  -webkit-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.radial-progress[data-progress="14"] .inset .percentage .numbers {
  width: 855px;
}
.radial-progress[data-progress="15"] .circle .mask.full,
.radial-progress[data-progress="15"] .circle .fill {
  -webkit-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  transform: rotate(27deg);
}
.radial-progress[data-progress="15"] .circle .fill.fix {
  -webkit-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  transform: rotate(54deg);
}
.radial-progress[data-progress="15"] .inset .percentage .numbers {
  width: 912px;
}
.radial-progress[data-progress="16"] .circle .mask.full,
.radial-progress[data-progress="16"] .circle .fill {
  -webkit-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.radial-progress[data-progress="16"] .circle .fill.fix {
  -webkit-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.radial-progress[data-progress="16"] .inset .percentage .numbers {
  width: 969px;
}
.radial-progress[data-progress="17"] .circle .mask.full,
.radial-progress[data-progress="17"] .circle .fill {
  -webkit-transform: rotate(30.6deg);
  -ms-transform: rotate(30.6deg);
  transform: rotate(30.6deg);
}
.radial-progress[data-progress="17"] .circle .fill.fix {
  -webkit-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.radial-progress[data-progress="17"] .inset .percentage .numbers {
  width: 1026px;
}
.radial-progress[data-progress="18"] .circle .mask.full,
.radial-progress[data-progress="18"] .circle .fill {
  -webkit-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.radial-progress[data-progress="18"] .circle .fill.fix {
  -webkit-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.radial-progress[data-progress="18"] .inset .percentage .numbers {
  width: 1083px;
}
.radial-progress[data-progress="19"] .circle .mask.full,
.radial-progress[data-progress="19"] .circle .fill {
  -webkit-transform: rotate(34.2deg);
  -ms-transform: rotate(34.2deg);
  transform: rotate(34.2deg);
}
.radial-progress[data-progress="19"] .circle .fill.fix {
  -webkit-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.radial-progress[data-progress="19"] .inset .percentage .numbers {
  width: 1140px;
}
.radial-progress[data-progress="20"] .circle .mask.full,
.radial-progress[data-progress="20"] .circle .fill {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
}
.radial-progress[data-progress="20"] .circle .fill.fix {
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  transform: rotate(72deg);
}
.radial-progress[data-progress="20"] .inset .percentage .numbers {
  width: 1197px;
}
.radial-progress[data-progress="21"] .circle .mask.full,
.radial-progress[data-progress="21"] .circle .fill {
  -webkit-transform: rotate(37.8deg);
  -ms-transform: rotate(37.8deg);
  transform: rotate(37.8deg);
}
.radial-progress[data-progress="21"] .circle .fill.fix {
  -webkit-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
.radial-progress[data-progress="21"] .inset .percentage .numbers {
  width: 1254px;
}
.radial-progress[data-progress="22"] .circle .mask.full,
.radial-progress[data-progress="22"] .circle .fill {
  -webkit-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.radial-progress[data-progress="22"] .circle .fill.fix {
  -webkit-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.radial-progress[data-progress="22"] .inset .percentage .numbers {
  width: 1311px;
}
.radial-progress[data-progress="23"] .circle .mask.full,
.radial-progress[data-progress="23"] .circle .fill {
  -webkit-transform: rotate(41.4deg);
  -ms-transform: rotate(41.4deg);
  transform: rotate(41.4deg);
}
.radial-progress[data-progress="23"] .circle .fill.fix {
  -webkit-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.radial-progress[data-progress="23"] .inset .percentage .numbers {
  width: 1368px;
}
.radial-progress[data-progress="24"] .circle .mask.full,
.radial-progress[data-progress="24"] .circle .fill {
  -webkit-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.radial-progress[data-progress="24"] .circle .fill.fix {
  -webkit-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.radial-progress[data-progress="24"] .inset .percentage .numbers {
  width: 1425px;
}
.radial-progress[data-progress="25"] .circle .mask.full,
.radial-progress[data-progress="25"] .circle .fill {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radial-progress[data-progress="25"] .circle .fill.fix {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.radial-progress[data-progress="25"] .inset .percentage .numbers {
  width: 1482px;
}
.radial-progress[data-progress="26"] .circle .mask.full,
.radial-progress[data-progress="26"] .circle .fill {
  -webkit-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
.radial-progress[data-progress="26"] .circle .fill.fix {
  -webkit-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
.radial-progress[data-progress="26"] .inset .percentage .numbers {
  width: 1539px;
}
.radial-progress[data-progress="27"] .circle .mask.full,
.radial-progress[data-progress="27"] .circle .fill {
  -webkit-transform: rotate(48.6deg);
  -ms-transform: rotate(48.6deg);
  transform: rotate(48.6deg);
}
.radial-progress[data-progress="27"] .circle .fill.fix {
  -webkit-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.radial-progress[data-progress="27"] .inset .percentage .numbers {
  width: 1596px;
}
.radial-progress[data-progress="28"] .circle .mask.full,
.radial-progress[data-progress="28"] .circle .fill {
  -webkit-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.radial-progress[data-progress="28"] .circle .fill.fix {
  -webkit-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.radial-progress[data-progress="28"] .inset .percentage .numbers {
  width: 1653px;
}
.radial-progress[data-progress="29"] .circle .mask.full,
.radial-progress[data-progress="29"] .circle .fill {
  -webkit-transform: rotate(52.2deg);
  -ms-transform: rotate(52.2deg);
  transform: rotate(52.2deg);
}
.radial-progress[data-progress="29"] .circle .fill.fix {
  -webkit-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.radial-progress[data-progress="29"] .inset .percentage .numbers {
  width: 1710px;
}
.radial-progress[data-progress="30"] .circle .mask.full,
.radial-progress[data-progress="30"] .circle .fill {
  -webkit-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  transform: rotate(54deg);
}
.radial-progress[data-progress="30"] .circle .fill.fix {
  -webkit-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  transform: rotate(108deg);
}
.radial-progress[data-progress="30"] .inset .percentage .numbers {
  width: 1767px;
}
.radial-progress[data-progress="31"] .circle .mask.full,
.radial-progress[data-progress="31"] .circle .fill {
  -webkit-transform: rotate(55.8deg);
  -ms-transform: rotate(55.8deg);
  transform: rotate(55.8deg);
}
.radial-progress[data-progress="31"] .circle .fill.fix {
  -webkit-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
.radial-progress[data-progress="31"] .inset .percentage .numbers {
  width: 1824px;
}
.radial-progress[data-progress="32"] .circle .mask.full,
.radial-progress[data-progress="32"] .circle .fill {
  -webkit-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.radial-progress[data-progress="32"] .circle .fill.fix {
  -webkit-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.radial-progress[data-progress="32"] .inset .percentage .numbers {
  width: 1881px;
}
.radial-progress[data-progress="33"] .circle .mask.full,
.radial-progress[data-progress="33"] .circle .fill {
  -webkit-transform: rotate(59.4deg);
  -ms-transform: rotate(59.4deg);
  transform: rotate(59.4deg);
}
.radial-progress[data-progress="33"] .circle .fill.fix {
  -webkit-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.radial-progress[data-progress="33"] .inset .percentage .numbers {
  width: 1938px;
}
.radial-progress[data-progress="34"] .circle .mask.full,
.radial-progress[data-progress="34"] .circle .fill {
  -webkit-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.radial-progress[data-progress="34"] .circle .fill.fix {
  -webkit-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.radial-progress[data-progress="34"] .inset .percentage .numbers {
  width: 1995px;
}
.radial-progress[data-progress="35"] .circle .mask.full,
.radial-progress[data-progress="35"] .circle .fill {
  -webkit-transform: rotate(63deg);
  -ms-transform: rotate(63deg);
  transform: rotate(63deg);
}
.radial-progress[data-progress="35"] .circle .fill.fix {
  -webkit-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  transform: rotate(126deg);
}
.radial-progress[data-progress="35"] .inset .percentage .numbers {
  width: 2052px;
}
.radial-progress[data-progress="36"] .circle .mask.full,
.radial-progress[data-progress="36"] .circle .fill {
  -webkit-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.radial-progress[data-progress="36"] .circle .fill.fix {
  -webkit-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.radial-progress[data-progress="36"] .inset .percentage .numbers {
  width: 2109px;
}
.radial-progress[data-progress="37"] .circle .mask.full,
.radial-progress[data-progress="37"] .circle .fill {
  -webkit-transform: rotate(66.6deg);
  -ms-transform: rotate(66.6deg);
  transform: rotate(66.6deg);
}
.radial-progress[data-progress="37"] .circle .fill.fix {
  -webkit-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
.radial-progress[data-progress="37"] .inset .percentage .numbers {
  width: 2166px;
}
.radial-progress[data-progress="38"] .circle .mask.full,
.radial-progress[data-progress="38"] .circle .fill {
  -webkit-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.radial-progress[data-progress="38"] .circle .fill.fix {
  -webkit-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.radial-progress[data-progress="38"] .inset .percentage .numbers {
  width: 2223px;
}
.radial-progress[data-progress="39"] .circle .mask.full,
.radial-progress[data-progress="39"] .circle .fill {
  -webkit-transform: rotate(70.2deg);
  -ms-transform: rotate(70.2deg);
  transform: rotate(70.2deg);
}
.radial-progress[data-progress="39"] .circle .fill.fix {
  -webkit-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.radial-progress[data-progress="39"] .inset .percentage .numbers {
  width: 2280px;
}
.radial-progress[data-progress="40"] .circle .mask.full,
.radial-progress[data-progress="40"] .circle .fill {
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  transform: rotate(72deg);
}
.radial-progress[data-progress="40"] .circle .fill.fix {
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
}
.radial-progress[data-progress="40"] .inset .percentage .numbers {
  width: 2337px;
}
.radial-progress[data-progress="41"] .circle .mask.full,
.radial-progress[data-progress="41"] .circle .fill {
  -webkit-transform: rotate(73.8deg);
  -ms-transform: rotate(73.8deg);
  transform: rotate(73.8deg);
}
.radial-progress[data-progress="41"] .circle .fill.fix {
  -webkit-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.radial-progress[data-progress="41"] .inset .percentage .numbers {
  width: 2394px;
}
.radial-progress[data-progress="42"] .circle .mask.full,
.radial-progress[data-progress="42"] .circle .fill {
  -webkit-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
.radial-progress[data-progress="42"] .circle .fill.fix {
  -webkit-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
.radial-progress[data-progress="42"] .inset .percentage .numbers {
  width: 2451px;
}
.radial-progress[data-progress="43"] .circle .mask.full,
.radial-progress[data-progress="43"] .circle .fill {
  -webkit-transform: rotate(77.4deg);
  -ms-transform: rotate(77.4deg);
  transform: rotate(77.4deg);
}
.radial-progress[data-progress="43"] .circle .fill.fix {
  -webkit-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.radial-progress[data-progress="43"] .inset .percentage .numbers {
  width: 2508px;
}
.radial-progress[data-progress="44"] .circle .mask.full,
.radial-progress[data-progress="44"] .circle .fill {
  -webkit-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.radial-progress[data-progress="44"] .circle .fill.fix {
  -webkit-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.radial-progress[data-progress="44"] .inset .percentage .numbers {
  width: 2565px;
}
.radial-progress[data-progress="45"] .circle .mask.full,
.radial-progress[data-progress="45"] .circle .fill {
  -webkit-transform: rotate(81deg);
  -ms-transform: rotate(81deg);
  transform: rotate(81deg);
}
.radial-progress[data-progress="45"] .circle .fill.fix {
  -webkit-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  transform: rotate(162deg);
}
.radial-progress[data-progress="45"] .inset .percentage .numbers {
  width: 2622px;
}
.radial-progress[data-progress="46"] .circle .mask.full,
.radial-progress[data-progress="46"] .circle .fill {
  -webkit-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.radial-progress[data-progress="46"] .circle .fill.fix {
  -webkit-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.radial-progress[data-progress="46"] .inset .percentage .numbers {
  width: 2679px;
}
.radial-progress[data-progress="47"] .circle .mask.full,
.radial-progress[data-progress="47"] .circle .fill {
  -webkit-transform: rotate(84.6deg);
  -ms-transform: rotate(84.6deg);
  transform: rotate(84.6deg);
}
.radial-progress[data-progress="47"] .circle .fill.fix {
  -webkit-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
.radial-progress[data-progress="47"] .inset .percentage .numbers {
  width: 2736px;
}
.radial-progress[data-progress="48"] .circle .mask.full,
.radial-progress[data-progress="48"] .circle .fill {
  -webkit-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.radial-progress[data-progress="48"] .circle .fill.fix {
  -webkit-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.radial-progress[data-progress="48"] .inset .percentage .numbers {
  width: 2793px;
}
.radial-progress[data-progress="49"] .circle .mask.full,
.radial-progress[data-progress="49"] .circle .fill {
  -webkit-transform: rotate(88.2deg);
  -ms-transform: rotate(88.2deg);
  transform: rotate(88.2deg);
}
.radial-progress[data-progress="49"] .circle .fill.fix {
  -webkit-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.radial-progress[data-progress="49"] .inset .percentage .numbers {
  width: 2850px;
}
.radial-progress[data-progress="50"] .circle .mask.full,
.radial-progress[data-progress="50"] .circle .fill {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.radial-progress[data-progress="50"] .circle .fill.fix {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.radial-progress[data-progress="50"] .inset .percentage .numbers {
  width: 2907px;
}
.radial-progress[data-progress="51"] .circle .mask.full,
.radial-progress[data-progress="51"] .circle .fill {
  -webkit-transform: rotate(91.8deg);
  -ms-transform: rotate(91.8deg);
  transform: rotate(91.8deg);
}
.radial-progress[data-progress="51"] .circle .fill.fix {
  -webkit-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}
.radial-progress[data-progress="51"] .inset .percentage .numbers {
  width: 2964px;
}
.radial-progress[data-progress="52"] .circle .mask.full,
.radial-progress[data-progress="52"] .circle .fill {
  -webkit-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
.radial-progress[data-progress="52"] .circle .fill.fix {
  -webkit-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}
.radial-progress[data-progress="52"] .inset .percentage .numbers {
  width: 3021px;
}
.radial-progress[data-progress="53"] .circle .mask.full,
.radial-progress[data-progress="53"] .circle .fill {
  -webkit-transform: rotate(95.4deg);
  -ms-transform: rotate(95.4deg);
  transform: rotate(95.4deg);
}
.radial-progress[data-progress="53"] .circle .fill.fix {
  -webkit-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}
.radial-progress[data-progress="53"] .inset .percentage .numbers {
  width: 3078px;
}
.radial-progress[data-progress="54"] .circle .mask.full,
.radial-progress[data-progress="54"] .circle .fill {
  -webkit-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.radial-progress[data-progress="54"] .circle .fill.fix {
  -webkit-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}
.radial-progress[data-progress="54"] .inset .percentage .numbers {
  width: 3135px;
}
.radial-progress[data-progress="55"] .circle .mask.full,
.radial-progress[data-progress="55"] .circle .fill {
  -webkit-transform: rotate(99deg);
  -ms-transform: rotate(99deg);
  transform: rotate(99deg);
}
.radial-progress[data-progress="55"] .circle .fill.fix {
  -webkit-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  transform: rotate(198deg);
}
.radial-progress[data-progress="55"] .inset .percentage .numbers {
  width: 3192px;
}
.radial-progress[data-progress="56"] .circle .mask.full,
.radial-progress[data-progress="56"] .circle .fill {
  -webkit-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.radial-progress[data-progress="56"] .circle .fill.fix {
  -webkit-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}
.radial-progress[data-progress="56"] .inset .percentage .numbers {
  width: 3249px;
}
.radial-progress[data-progress="57"] .circle .mask.full,
.radial-progress[data-progress="57"] .circle .fill {
  -webkit-transform: rotate(102.6deg);
  -ms-transform: rotate(102.6deg);
  transform: rotate(102.6deg);
}
.radial-progress[data-progress="57"] .circle .fill.fix {
  -webkit-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}
.radial-progress[data-progress="57"] .inset .percentage .numbers {
  width: 3306px;
}
.radial-progress[data-progress="58"] .circle .mask.full,
.radial-progress[data-progress="58"] .circle .fill {
  -webkit-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.radial-progress[data-progress="58"] .circle .fill.fix {
  -webkit-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}
.radial-progress[data-progress="58"] .inset .percentage .numbers {
  width: 3363px;
}
.radial-progress[data-progress="59"] .circle .mask.full,
.radial-progress[data-progress="59"] .circle .fill {
  -webkit-transform: rotate(106.2deg);
  -ms-transform: rotate(106.2deg);
  transform: rotate(106.2deg);
}
.radial-progress[data-progress="59"] .circle .fill.fix {
  -webkit-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}
.radial-progress[data-progress="59"] .inset .percentage .numbers {
  width: 3420px;
}
.radial-progress[data-progress="60"] .circle .mask.full,
.radial-progress[data-progress="60"] .circle .fill {
  -webkit-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  transform: rotate(108deg);
}
.radial-progress[data-progress="60"] .circle .fill.fix {
  -webkit-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  transform: rotate(216deg);
}
.radial-progress[data-progress="60"] .inset .percentage .numbers {
  width: 3477px;
}
.radial-progress[data-progress="61"] .circle .mask.full,
.radial-progress[data-progress="61"] .circle .fill {
  -webkit-transform: rotate(109.8deg);
  -ms-transform: rotate(109.8deg);
  transform: rotate(109.8deg);
}
.radial-progress[data-progress="61"] .circle .fill.fix {
  -webkit-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}
.radial-progress[data-progress="61"] .inset .percentage .numbers {
  width: 3534px;
}
.radial-progress[data-progress="62"] .circle .mask.full,
.radial-progress[data-progress="62"] .circle .fill {
  -webkit-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
.radial-progress[data-progress="62"] .circle .fill.fix {
  -webkit-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}
.radial-progress[data-progress="62"] .inset .percentage .numbers {
  width: 3591px;
}
.radial-progress[data-progress="63"] .circle .mask.full,
.radial-progress[data-progress="63"] .circle .fill {
  -webkit-transform: rotate(113.4deg);
  -ms-transform: rotate(113.4deg);
  transform: rotate(113.4deg);
}
.radial-progress[data-progress="63"] .circle .fill.fix {
  -webkit-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}
.radial-progress[data-progress="63"] .inset .percentage .numbers {
  width: 3648px;
}
.radial-progress[data-progress="64"] .circle .mask.full,
.radial-progress[data-progress="64"] .circle .fill {
  -webkit-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.radial-progress[data-progress="64"] .circle .fill.fix {
  -webkit-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}
.radial-progress[data-progress="64"] .inset .percentage .numbers {
  width: 3705px;
}
.radial-progress[data-progress="65"] .circle .mask.full,
.radial-progress[data-progress="65"] .circle .fill {
  -webkit-transform: rotate(117deg);
  -ms-transform: rotate(117deg);
  transform: rotate(117deg);
}
.radial-progress[data-progress="65"] .circle .fill.fix {
  -webkit-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  transform: rotate(234deg);
}
.radial-progress[data-progress="65"] .inset .percentage .numbers {
  width: 3762px;
}
.radial-progress[data-progress="66"] .circle .mask.full,
.radial-progress[data-progress="66"] .circle .fill {
  -webkit-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.radial-progress[data-progress="66"] .circle .fill.fix {
  -webkit-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}
.radial-progress[data-progress="66"] .inset .percentage .numbers {
  width: 3819px;
}
.radial-progress[data-progress="67"] .circle .mask.full,
.radial-progress[data-progress="67"] .circle .fill {
  -webkit-transform: rotate(120.6deg);
  -ms-transform: rotate(120.6deg);
  transform: rotate(120.6deg);
}
.radial-progress[data-progress="67"] .circle .fill.fix {
  -webkit-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}
.radial-progress[data-progress="67"] .inset .percentage .numbers {
  width: 3876px;
}
.radial-progress[data-progress="68"] .circle .mask.full,
.radial-progress[data-progress="68"] .circle .fill {
  -webkit-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.radial-progress[data-progress="68"] .circle .fill.fix {
  -webkit-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}
.radial-progress[data-progress="68"] .inset .percentage .numbers {
  width: 3933px;
}
.radial-progress[data-progress="69"] .circle .mask.full,
.radial-progress[data-progress="69"] .circle .fill {
  -webkit-transform: rotate(124.2deg);
  -ms-transform: rotate(124.2deg);
  transform: rotate(124.2deg);
}
.radial-progress[data-progress="69"] .circle .fill.fix {
  -webkit-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}
.radial-progress[data-progress="69"] .inset .percentage .numbers {
  width: 3990px;
}
.radial-progress[data-progress="70"] .circle .mask.full,
.radial-progress[data-progress="70"] .circle .fill {
  -webkit-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  transform: rotate(126deg);
}
.radial-progress[data-progress="70"] .circle .fill.fix {
  -webkit-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  transform: rotate(252deg);
}
.radial-progress[data-progress="70"] .inset .percentage .numbers {
  width: 4047px;
}
.radial-progress[data-progress="71"] .circle .mask.full,
.radial-progress[data-progress="71"] .circle .fill {
  -webkit-transform: rotate(127.8deg);
  -ms-transform: rotate(127.8deg);
  transform: rotate(127.8deg);
}
.radial-progress[data-progress="71"] .circle .fill.fix {
  -webkit-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}
.radial-progress[data-progress="71"] .inset .percentage .numbers {
  width: 4104px;
}
.radial-progress[data-progress="72"] .circle .mask.full,
.radial-progress[data-progress="72"] .circle .fill {
  -webkit-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.radial-progress[data-progress="72"] .circle .fill.fix {
  -webkit-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}
.radial-progress[data-progress="72"] .inset .percentage .numbers {
  width: 4161px;
}
.radial-progress[data-progress="73"] .circle .mask.full,
.radial-progress[data-progress="73"] .circle .fill {
  -webkit-transform: rotate(131.4deg);
  -ms-transform: rotate(131.4deg);
  transform: rotate(131.4deg);
}
.radial-progress[data-progress="73"] .circle .fill.fix {
  -webkit-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}
.radial-progress[data-progress="73"] .inset .percentage .numbers {
  width: 4218px;
}
.radial-progress[data-progress="74"] .circle .mask.full,
.radial-progress[data-progress="74"] .circle .fill {
  -webkit-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
.radial-progress[data-progress="74"] .circle .fill.fix {
  -webkit-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}
.radial-progress[data-progress="74"] .inset .percentage .numbers {
  width: 4275px;
}
.radial-progress[data-progress="75"] .circle .mask.full,
.radial-progress[data-progress="75"] .circle .fill {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.radial-progress[data-progress="75"] .circle .fill.fix {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.radial-progress[data-progress="75"] .inset .percentage .numbers {
  width: 4332px;
}
.radial-progress[data-progress="76"] .circle .mask.full,
.radial-progress[data-progress="76"] .circle .fill {
  -webkit-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.radial-progress[data-progress="76"] .circle .fill.fix {
  -webkit-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}
.radial-progress[data-progress="76"] .inset .percentage .numbers {
  width: 4389px;
}
.radial-progress[data-progress="77"] .circle .mask.full,
.radial-progress[data-progress="77"] .circle .fill {
  -webkit-transform: rotate(138.6deg);
  -ms-transform: rotate(138.6deg);
  transform: rotate(138.6deg);
}
.radial-progress[data-progress="77"] .circle .fill.fix {
  -webkit-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}
.radial-progress[data-progress="77"] .inset .percentage .numbers {
  width: 4446px;
}
.radial-progress[data-progress="78"] .circle .mask.full,
.radial-progress[data-progress="78"] .circle .fill {
  -webkit-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.radial-progress[data-progress="78"] .circle .fill.fix {
  -webkit-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}
.radial-progress[data-progress="78"] .inset .percentage .numbers {
  width: 4503px;
}
.radial-progress[data-progress="79"] .circle .mask.full,
.radial-progress[data-progress="79"] .circle .fill {
  -webkit-transform: rotate(142.2deg);
  -ms-transform: rotate(142.2deg);
  transform: rotate(142.2deg);
}
.radial-progress[data-progress="79"] .circle .fill.fix {
  -webkit-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}
.radial-progress[data-progress="79"] .inset .percentage .numbers {
  width: 4560px;
}
.radial-progress[data-progress="80"] .circle .mask.full,
.radial-progress[data-progress="80"] .circle .fill {
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
}
.radial-progress[data-progress="80"] .circle .fill.fix {
  -webkit-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  transform: rotate(288deg);
}
.radial-progress[data-progress="80"] .inset .percentage .numbers {
  width: 4617px;
}
.radial-progress[data-progress="81"] .circle .mask.full,
.radial-progress[data-progress="81"] .circle .fill {
  -webkit-transform: rotate(145.8deg);
  -ms-transform: rotate(145.8deg);
  transform: rotate(145.8deg);
}
.radial-progress[data-progress="81"] .circle .fill.fix {
  -webkit-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}
.radial-progress[data-progress="81"] .inset .percentage .numbers {
  width: 4674px;
}
.radial-progress[data-progress="82"] .circle .mask.full,
.radial-progress[data-progress="82"] .circle .fill {
  -webkit-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.radial-progress[data-progress="82"] .circle .fill.fix {
  -webkit-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}
.radial-progress[data-progress="82"] .inset .percentage .numbers {
  width: 4731px;
}
.radial-progress[data-progress="83"] .circle .mask.full,
.radial-progress[data-progress="83"] .circle .fill {
  -webkit-transform: rotate(149.4deg);
  -ms-transform: rotate(149.4deg);
  transform: rotate(149.4deg);
}
.radial-progress[data-progress="83"] .circle .fill.fix {
  -webkit-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}
.radial-progress[data-progress="83"] .inset .percentage .numbers {
  width: 4788px;
}
.radial-progress[data-progress="84"] .circle .mask.full,
.radial-progress[data-progress="84"] .circle .fill {
  -webkit-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
.radial-progress[data-progress="84"] .circle .fill.fix {
  -webkit-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}
.radial-progress[data-progress="84"] .inset .percentage .numbers {
  width: 4845px;
}
.radial-progress[data-progress="85"] .circle .mask.full,
.radial-progress[data-progress="85"] .circle .fill {
  -webkit-transform: rotate(153deg);
  -ms-transform: rotate(153deg);
  transform: rotate(153deg);
}
.radial-progress[data-progress="85"] .circle .fill.fix {
  -webkit-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  transform: rotate(306deg);
}
.radial-progress[data-progress="85"] .inset .percentage .numbers {
  width: 4902px;
}
.radial-progress[data-progress="86"] .circle .mask.full,
.radial-progress[data-progress="86"] .circle .fill {
  -webkit-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.radial-progress[data-progress="86"] .circle .fill.fix {
  -webkit-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}
.radial-progress[data-progress="86"] .inset .percentage .numbers {
  width: 4959px;
}
.radial-progress[data-progress="87"] .circle .mask.full,
.radial-progress[data-progress="87"] .circle .fill {
  -webkit-transform: rotate(156.6deg);
  -ms-transform: rotate(156.6deg);
  transform: rotate(156.6deg);
}
.radial-progress[data-progress="87"] .circle .fill.fix {
  -webkit-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}
.radial-progress[data-progress="87"] .inset .percentage .numbers {
  width: 5016px;
}
.radial-progress[data-progress="88"] .circle .mask.full,
.radial-progress[data-progress="88"] .circle .fill {
  -webkit-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.radial-progress[data-progress="88"] .circle .fill.fix {
  -webkit-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}
.radial-progress[data-progress="88"] .inset .percentage .numbers {
  width: 5073px;
}
.radial-progress[data-progress="89"] .circle .mask.full,
.radial-progress[data-progress="89"] .circle .fill {
  -webkit-transform: rotate(160.2deg);
  -ms-transform: rotate(160.2deg);
  transform: rotate(160.2deg);
}
.radial-progress[data-progress="89"] .circle .fill.fix {
  -webkit-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}
.radial-progress[data-progress="89"] .inset .percentage .numbers {
  width: 5130px;
}
.radial-progress[data-progress="90"] .circle .mask.full,
.radial-progress[data-progress="90"] .circle .fill {
  -webkit-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  transform: rotate(162deg);
}
.radial-progress[data-progress="90"] .circle .fill.fix {
  -webkit-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  transform: rotate(324deg);
}
.radial-progress[data-progress="90"] .inset .percentage .numbers {
  width: 5187px;
}
.radial-progress[data-progress="91"] .circle .mask.full,
.radial-progress[data-progress="91"] .circle .fill {
  -webkit-transform: rotate(163.8deg);
  -ms-transform: rotate(163.8deg);
  transform: rotate(163.8deg);
}
.radial-progress[data-progress="91"] .circle .fill.fix {
  -webkit-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}
.radial-progress[data-progress="91"] .inset .percentage .numbers {
  width: 5244px;
}
.radial-progress[data-progress="92"] .circle .mask.full,
.radial-progress[data-progress="92"] .circle .fill {
  -webkit-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.radial-progress[data-progress="92"] .circle .fill.fix {
  -webkit-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}
.radial-progress[data-progress="92"] .inset .percentage .numbers {
  width: 5301px;
}
.radial-progress[data-progress="93"] .circle .mask.full,
.radial-progress[data-progress="93"] .circle .fill {
  -webkit-transform: rotate(167.4deg);
  -ms-transform: rotate(167.4deg);
  transform: rotate(167.4deg);
}
.radial-progress[data-progress="93"] .circle .fill.fix {
  -webkit-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}
.radial-progress[data-progress="93"] .inset .percentage .numbers {
  width: 5358px;
}
.radial-progress[data-progress="94"] .circle .mask.full,
.radial-progress[data-progress="94"] .circle .fill {
  -webkit-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
.radial-progress[data-progress="94"] .circle .fill.fix {
  -webkit-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}
.radial-progress[data-progress="94"] .inset .percentage .numbers {
  width: 5415px;
}
.radial-progress[data-progress="95"] .circle .mask.full,
.radial-progress[data-progress="95"] .circle .fill {
  -webkit-transform: rotate(171deg);
  -ms-transform: rotate(171deg);
  transform: rotate(171deg);
}
.radial-progress[data-progress="95"] .circle .fill.fix {
  -webkit-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  transform: rotate(342deg);
}
.radial-progress[data-progress="95"] .inset .percentage .numbers {
  width: 5472px;
}
.radial-progress[data-progress="96"] .circle .mask.full,
.radial-progress[data-progress="96"] .circle .fill {
  -webkit-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.radial-progress[data-progress="96"] .circle .fill.fix {
  -webkit-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}
.radial-progress[data-progress="96"] .inset .percentage .numbers {
  width: 5529px;
}
.radial-progress[data-progress="97"] .circle .mask.full,
.radial-progress[data-progress="97"] .circle .fill {
  -webkit-transform: rotate(174.6deg);
  -ms-transform: rotate(174.6deg);
  transform: rotate(174.6deg);
}
.radial-progress[data-progress="97"] .circle .fill.fix {
  -webkit-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}
.radial-progress[data-progress="97"] .inset .percentage .numbers {
  width: 5586px;
}
.radial-progress[data-progress="98"] .circle .mask.full,
.radial-progress[data-progress="98"] .circle .fill {
  -webkit-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.radial-progress[data-progress="98"] .circle .fill.fix {
  -webkit-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}
.radial-progress[data-progress="98"] .inset .percentage .numbers {
  width: 5643px;
}
.radial-progress[data-progress="99"] .circle .mask.full,
.radial-progress[data-progress="99"] .circle .fill {
  -webkit-transform: rotate(178.2deg);
  -ms-transform: rotate(178.2deg);
  transform: rotate(178.2deg);
}
.radial-progress[data-progress="99"] .circle .fill.fix {
  -webkit-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}
.radial-progress[data-progress="99"] .inset .percentage .numbers {
  width: 5700px;
}
.radial-progress[data-progress="100"] .circle .mask.full,
.radial-progress[data-progress="100"] .circle .fill {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.radial-progress[data-progress="100"] .circle .fill.fix {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.radial-progress[data-progress="100"] .inset .percentage .numbers {
  width: 5757px;
}

@media (max-width: 425px) {
    .radial-progress{
        margin: 3px 0 0 0;
    }
    
}
.news-section {
    margin-top: 20px;
}

    .news-section img {
        max-width: none;
        max-height: none;
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .news-section .image-placeholder {
        padding-top: 56.25%;
        height: 0;
        position: relative;
        overflow: hidden;
    }

        .news-section .image-placeholder.loaded {
            background: transparent;
        }

    /* ----------------- PREMIUM --------------------- */
    .news-section .news:not(.news-md).premium:hover .content {
        color: #d4af37 !important;
    }

        .news-section .news:not(.news-md).premium:hover .content .red {
            color: #d4af37 !important;
        }

    .news-section .news.premium .image-placeholder::before {
        content: " ";
        position: absolute;
        top: 0;
        right: 15px;
        width: 28px;
        height: 40px;
        z-index: 3;
        margin: 0;
        background-color: #d4af37;
    }

    .news-section .news.premium .image-placeholder::after {
        content: " ";
        position: absolute;
        top: 0;
        right: 15px;
        background-image: url('/Images/icons/icons.svg#slb-logo-path-anchor');
        width: 22px;
        height: 28px;
        z-index: 3;
        margin-top: 10px;
        margin-right: 3px;
    }

    .news-section .news.premium:hover .image-placeholder::after {
        content: " ";
        position: absolute;
        top: 0;
        right: 15px;
        background-image: url('/Images/icons/icons.svg#slb-logo-path-hover-anchor');
        width: 22px;
        height: 28px;
        z-index: 4;
        margin-top: 10px;
        margin-right: 3px;
    }
    /* ----------------- END PREMIUM --------------------- */

    .news-section .news > *:not(:first-child),
    .news-section .text {
        /* margin-top: 5px; */
        line-height: 1.2em;
    }

    .news-section .news:not(.premium):hover .image-placeholder {
        filter: brightness(1.2);
    }

    .news-section .news .image-placeholder {
        transition: filter 0.5s ease-in-out;
        transform: translate3d(0,0,0);
    }

    .news-section .content,
    .news-section .secondary {
        padding: 3%;
    }

        .news-section .secondary .news:not(.premium) .image-placeholder:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-bottom: 1px solid #fff;
            border-left: 1px solid #fff;
        }


    .news-section .news-md .large,
    .news-section .news-sm .large {
        font-size: 18px;
        line-height: 1em;
    }

    .news-section .news {
        -webkit-transition: background-color 250ms ease-in-out;
        -moz-transition: background-color 250ms ease-in-out;
        transition: background-color 250ms ease-in-out;
    }

        .news-section .news:hover {
            background-color: #f4f4f4;
        }

        .news-section .news .large {
            font-size: 24px;
            -webkit-transition: color 250ms ease-in-out;
            -moz-transition: color 250ms ease-in-out;
            transition: color 250ms ease-in-out;
        }

        .news-section .news:not(.premium):hover .content .large {
            color: #c30000;
        }

    .news-section .extra-small {
        font-size: 9px;
        margin-top: 6px;
        margin-bottom: 6px;
    }


/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {

    .news-section > div {
        display: flex;
        overflow: hidden;
    }

    .news-section .news:not(.news-md) .content {
        position: relative;
        padding: 20px 5% 10px 5%;
    }

    .news-section .news.news-md .content {
        padding: 20px 5% 0px 5%;
    }

    .news-section .news:not(.news-md) .content::after {
        content: ' ';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        -webkit-transition: background-color 250ms ease-in-out;
        -moz-transition: background-color 250ms ease-in-out;
        transition: background-color 250ms ease-in-out;
    }

    .news-section .news:not(.news-md):hover .content::after {
        background-color: rgb(244,244,244);
    }

    .news-section .news .text.large {
        font-size: 18px;
    }

    .news-section .news .text.hidden-xs {
        font-size: 12px;
    }

    .news-section .secondary {
        padding: 0;
    }
}


@media (min-width: 992px) {
}

@media (min-width: 1200px) {

    .news-section .secondary .news .content .text.large {
        font-size: 30px;
    }

    .news-section .news .text.large {
        font-size: 40px;
    }

    .news-section .news .text.hidden-xs {
        font-size: 16px;
    }

    .news-section .secondary {
        padding: 0;
    }

    .news-section .news-md .large,
    .news-section .news-sm .large {
        margin-bottom: 10px;
        line-height: 1em;
    }

    .news-section .extra-small {
        /*font-size: 16px;*/
        font-size: 12px;
    }

    .news-section .small {
        font-size: 14px;
    }
}

@media only screen and (min-width:1200px) and (max-width: 1400px) {
    .news-section .news.news-md .content {
        padding-top: 0;
    }

        .news-section .news.news-md .content .text.large {
            margin-bottom: 0;
        }
}

.gallery-section .image-placeholder img {
    width: 100%;
    height: 100%;
}

.gallery-section .item-list {
    height: 500px;
}

.gallery-section .item-list-inner {
    -webkit-transition: transform 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
}

.gallery-section .inner-item {
    position: relative;
    max-height: 95%;
}

.gallery-section .description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 15%;
}

.section.gallery-section {
    padding: 0 3% !important;
}

.gallery-section .gallery-list .description {
}

.gallery-section .images .description {
    align-items: flex-end;
}

    .gallery-section .images .description .inner-item .big-title {
        margin-top: 10px;
        margin-bottom: 10px;
        transform: translate3d(0,0,0);
    }

    .gallery-section .images .description .inner-item {
        width: 100%;
        margin-bottom: 20px;
    }

.gallery-section .gallery-list .description .inner-item .text {
    margin-top: 2%;
}

.gallery-section .gallery-list .description .inner-item .big-title {
    margin-top: 10px;
}

.gallery-section .description .big-title,
.gallery-section .description .text.extra-small:not(.big-title) {
    font-family: 'Roboto Condensed', Roboto, sans-serif;
    font-weight: 400;
}

.gallery-section .description .big-title {
    font-size: 20px;
    line-height: 1.1em;
}

.gallery-section .description .text:not(.big-title) {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.gallery-section .description .text.extra-small:not(.big-title) {
    font-size: 12px;
}

.gallery-section .top-title .big-title {
    font-size: 28px;
}

.gallery-section .logo {
    width: 50px;
    height: 50px;
    fill: none;
}



.gallery-section .gallery-image:hover .logo rect#icon_white_hover_layer, .gallery-section .item .description:hover .logo rect#icon_white_hover_layer {
    font-size: 106px;
}

/* ----------------- PREMIUM --------------------- */
.gallery-section .gallery-image.premium:hover .description .inner-item .text {
    color: #d4af37;
}

.gallery-section .gallery-image.premium .image-placeholder::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 15px;
    width: 28px;
    height: 40px;
    z-index: 3;
    margin: 0;
    background-color: #d4af37;
}

.gallery-section .gallery-image.premium .image-placeholder::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 15px;
    background-image: url('/Images/icons/icons.svg#slb-logo-path-anchor');
    width: 22px;
    height: 28px;
    z-index: 3;
    margin-top: 10px;
    margin-right: 3px;
}

.gallery-section .gallery-image.premium:hover .image-placeholder::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 15px;
    background-image: url('/Images/icons/icons.svg#slb-logo-path-hover-anchor');
    width: 22px;
    height: 28px;
    z-index: 4;
    margin-top: 10px;
    margin-right: 3px;
}

.gallery-section .gallery-image.premium:hover .logo rect#icon_white_hover_layer, .gallery-section .gallery-image.premium .item .description:hover .logo rect#icon_white_hover_layer {
    fill: #d4af37 !important;
}

/* ----------------- END PREMIUM --------------------- */


.gallery-section .shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}

.gallery-section .image-placeholder img {
    filter: brightness(100%);
    -webkit-transition: filter 0.5s ease-in-out;
    -moz-transition: filter 0.5s ease-in-out;
    transition: filter 0.5s ease-in-out;
}

.gallery-section .images a:hover .image-placeholder img,
.gallery-section .item:hover .image-placeholder img {
    filter: brightness(120%);
}

.gallery-section .shadow .gradient {
    width: 100%;
    position: absolute;
    top: 0%;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.gallery-section .gallery-list {
    overflow: hidden;
    border-bottom: 1px solid #fff;
}

    .gallery-section .gallery-list .slick-list {
        overflow: visible;
    }


.gallery-section .images .gallery-image {
    position: relative;
}


@media (max-width: 425px) {
    .gallery-section .images .description .inner-item .big-title {
    }

    .gallery-section .images .description .inner-item {
        margin-bottom: 0px;
        margin-top: 15%;
    }

    .gallery-section .images .description {
        align-items: flex-start;
    }
}

/* Mobile intermediate breakpoint (425 and up) */

@media (min-width: 425px) {
    .gallery-section .description {
        padding-left: 10%;
    }

    .gallery-section .top-title .big-title {
        font-size: 34px;
    }
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    /*
    .gallery-section .top-title .big-title {
        font-size: initial;
    }
    */

    .section.gallery-section {
        padding: 0
    }

    .gallery-section .description {
    }

    .gallery-section .gallery-list .description .inner-item .text {
        margin-top: 0;
    }

    .gallery-section .gallery-list .description .inner-item {
        width: 90%;
        padding-bottom: 25px;
        max-height: 95%;
        position: inherit;
        bottom: 0;
    }

        .gallery-section .gallery-list .description .inner-item .big-title {
            margin-top: 25px;
            margin-bottom: 15px;
        }

        .gallery-section .gallery-list .description .inner-item .extra-small {
            margin-top: 25px;
        }

    .gallery-section .images .description .inner-item .big-title {
        font-size: 22px;
        height: 48px;
    }

    .gallery-section .images .description .inner-item .big-title {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .gallery-section .images .description .inner-item {
        margin-bottom: 25px;
    }

    .gallery-section .description .big-title {
        font-size: 36px;
    }


    .gallery-section .logo {
    }

    .gallery-section .video.logo {
        margin-left: 2%;
    }

    .gallery-section .gallery-list .description {
    }
}


@media (min-width: 992px) {
    .gallery-section .description .big-title {
        font-size: 28px;
    }
}

@media (min-width: 1200px) {
    .gallery-section .description {
    }

        .gallery-section .description .big-title {
            font-size: 36px;
        }
}

.gallery-section .gallery-list img.more-dark {
    height: 205px;
}

@media (min-width: 760px) {
    .gallery-section .gallery-list img.more-dark {
        height: 320px;
    }
}

/***
 * START store.css
 */

.store-section .parallax {
    max-width: none;
    height: auto;
    max-height: none;
}

.store-section .store-background {
    width: 200%;
    height: 100%;
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: 50%;
    -webkit-transition: background-position 1s linear;
    -moz-transition: background-position 1s linear;
    transition: background-position 1s linear;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.prl.store-background:after {
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.5;
    position: absolute;
}

.store-section .top-title {
    margin: 40px 0;
}

.store-section .store {
    width: 100%;
    position: relative;
    margin: auto;
}

    .store-section .store .slick-list {
        width: 100%;
        margin: auto;
        padding-bottom: 30px;
    }

    .store-section .store .text {
        text-align: center;
        text-transform: uppercase;
    }

.store-section .item-list {
    height: 480px;
}

.store-section .item-list-inner {
    -webkit-transition: transform 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
}

.store-section .item {
    padding: 10px;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.store-section .inner-item {
    height: 460px;
    padding: 10px 10%;
    background: rgba(0, 0, 0, 0.35);
    margin: auto;
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}

.store-section .image {
    margin: auto;
    height: 275px;
    margin-bottom: 20px;
    position: relative;
}

    .store-section .image img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

.store-section .item .title {
    font-family: 'Roboto Condensed', Roboto, sans-serif;
    height: 44px;
}

.store-section .buy {
    padding: 10px;
    margin-top: 10px;
    display: block;
}

.store-section .inner-item:hover {
    background: rgba(0, 0, 0, 0.7);
}

@media (min-width: 768px) {
    .store-section .store .slick-list {
        width: 95%;
        margin: auto;
    }

    .store-section .store-background {
        background-size: cover;
    }
}

/*
 * END store.css
 ***/


.players-section .inner-item {
    position: relative;
    overflow: hidden;
}

    .players-section .inner-item .player-video img {
        /* margin-left: 10%; */
    }

    .players-section .inner-item .description {
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 3;
    }

        .players-section .inner-item .description .name,
        .players-section .inner-item .description .number,
        .players-section .inner-item .description .position {
            float: left;
        }

        .players-section .inner-item .description .name {
            float: none;
            font-weight: 300;
            text-transform: uppercase;
            margin-top: 10px;
        }


            .players-section .inner-item .description .name.robo {
                vertical-align: bottom;
                display: table-cell;
                height: 51px;
                padding-top: 15px;
            }


            .players-section .inner-item .description .name .big {
                /*font-size: 31px;*/
                font-size: 25px;
                line-height: 1em;
            }

            .players-section .inner-item .description .name .small {
                font-size: 18px;
                line-height: 1em;
            }

        .players-section .inner-item .description .number {
            font-family: 'Roboto Black', 'Roboto Condensed', 'Roboto', sans-serif;
            color: #c30000;
            font-size: 94px;
            font-weight: bold;
            line-height: 1em;
            margin-right: 10px;
            margin-right: 6%;
            margin-left: 4%; /* 9% */
        }

        .players-section .inner-item .description .name,
        .players-section .inner-item .description .number {
            margin-top: 3%;
        }

        .players-section .inner-item .description .position {
            color: #c30000;
            font-size: 14px;
            text-transform: uppercase;
            /*margin-bottom: 1em;*/
            margin-top: 10px;
        }

        .players-section .inner-item .description .button {
            width: 100%;
            text-align: center;
            margin-top: 30px;
            background: #fff;
        }


    /*.players-section .inner-item .players-video,
.players-section .inner-item .description {
    float: left;
}*/

    .players-section .inner-item.captain:before {
        content: "Capitão";
        position: absolute;
        top: 64px;
        left: 0;
        font-family: 'Roboto', 'Roboto Condensed', sans-serif;
        font-size: 16px;
        text-align: center;
        text-transform: uppercase;
        color: white;
        background: #c30000;
        width: 150px;
        padding: 10px 0;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        z-index: 99;
    }

    .players-section .inner-item .description .info {
        margin: 0 auto 10px;
        text-align: left;
        width: 75%;
        margin-top: -25%;
        background-color: #fff;
    }

.players-section .player-video {
    position: relative;
    z-index: 2;
    text-align: center;
}

    .players-section .player-video img {
        max-height: 470px;
        margin: 0; /* fix 468 */
    }

.players-section .inner-item .player-video video {
    max-width: 100%;
    display: inline-block;
}

.players-section .inner-item .player-video.ios-device > video {
    display: none;
}

.players-section .inner-item .player-video.ios-device > img {
    display: block !important;
}


@media (min-width: 768px) {
    .players-section .player-video {
        text-align: left;
    }

    .players-section .inner-item .description {
        position: absolute;
        top: 25%;
        right: 15%;
        width: auto;
        text-align: left;
    }

        .players-section .inner-item .description .info {
            display: inherit;
            width: auto;
            margin-left: 24px;
            margin-top: 0;
            background-color: transparent;
        }

        .players-section .inner-item .description .name,
        .players-section .inner-item .description .number,
        .players-section .inner-item .description .position {
            float: none;
        }

            .players-section .inner-item .description .name .big {
                font-size: 45px;
            }

            .players-section .inner-item .description .name .small {
                font-size: 24px;
            }

        .players-section .inner-item .description .number {
            font-size: 105px;
            margin-left: 0;
        }

        .players-section .inner-item .description .position {
            font-size: 20px;
            margin-bottom: 1em;
            margin-top: 0;
        }

        .players-section .inner-item .description .name,
        .players-section .inner-item .description .number {
            margin-top: 0;
        }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .players-section .inner-item .description {
        right: 5%; /* fix 468 */
    }

        .players-section .inner-item .description .info {
            margin: 0px;
        }

        .players-section .inner-item .description .name .big {
            font-size: 27px;
        }

        .players-section .inner-item .description .name .small {
            font-size: 14px;
        }

        .players-section .inner-item .description .number {
            font-size: 63px;
        }

        .players-section .inner-item .description .position {
            font-size: 12px;
        }

        .players-section .inner-item .description .button {
            white-space: nowrap;
            font-size: 10px;
            padding: 8px 4px;
        }
}

@media only screen and (min-width: 1200px) {

    .players-section .inner-item .description {
        right: 3%;
    }

        .players-section .inner-item .description .info {
            margin-left: 24px;
            margin-top: 0;
        }

        .players-section .inner-item .description .name .big {
            font-size: 45px;
        }

        .players-section .inner-item .description .name .small {
            font-size: 24px;
        }

        .players-section .inner-item .description .number {
            font-size: 105px;
            margin-left: 0;
        }

        .players-section .inner-item .description .position {
            font-size: 20px;
            margin-bottom: 1em;
            margin-top: 0;
        }

        .players-section .inner-item .description .name,
        .players-section .inner-item .description .number {
            margin-top: 0;
        }
}


@media only screen and (min-width: 1280px) {
    .players-section .inner-item .description {
        right: 15%;
    }

        .players-section .inner-item .description .name.robo {
            height: 90px;
        }
}
/*
@media only screen and (min-device-width : 992px) 
and (max-device-width : 1250px) 
and (orientation : landscape) {
    .players-section .inner-item .description{
        background: white;
        left: 11%;
        right: 35%;
        top: 65%;
    }

    .players-section .inner-item .description .info{
        margin: 0;
        text-align: left;
        width: 75%;
        margin-top: -25%;
        background-color: #fff;
    }
    .players-section .inner-item .description .name, .players-section .inner-item .description .number{
        margin-top: 3%;
        position: relative;
        top: 12px;
        left: 10px;
        margin : 0;
    }
    .players-section .inner-item .description .name.robo{
        vertical-align: bottom;
        display: table-cell;
        height: 51px;
        position: relative;
        left: 50px;
        top: 53px;
        margin:0 ;
    }
    .players-section .inner-item .description .position{
        color: #c30000;
        font-size: 14px;
        text-transform: uppercase;
        /* margin-bottom: 1em; 
        margin-top: 10px;
        position: relative;
        left: 50px;
        top: -20px;
        margin:0;
    }
    .players-section .inner-item .description .button{
        margin: 0;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        background: #fff;
    }
}*/

.social-hub-section .inner-item {
    position: relative;
    background: #f4f4f4;
    overflow:hidden;
}

.social-hub-section .content {
    width: 100%;
}

.social-hub-section .content .text {
    padding: 15% 10%;
    text-align: center;
}

.twitter .social-hub-section .content {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
}

.twitter .social-hub-section .content .text {
    padding: 0% 10%;
    text-align: center;
    word-wrap: break-word;
    width: 100%;
}

.social-hub-section .content .text .hashtag {
    text-decoration: underline;
}

.social-hub-section .item.twitter~.item.twitter,
.social-hub-section .item.youtube~.item.youtube,
.social-hub-section .item.instagram~.item.instagram,
.social-hub-section .item.facebook~.item.facebook {
    display: none;
}

.social-hub-section .inner-item .shadow {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 1;
}

.social-hub-section .inner-item:hover .shadow {
    opacity: 0;
}

.social-hub-section .description {
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    opacity: 0;
    -webkit-transition: opacity 250ms ease-in-out, top 500ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out, top 500ms ease-in-out;
    transition: opacity 250ms ease-in-out, top 500ms ease-in-out;

    color: #c30000;

    display:flex;
    align-items:center;
}

.social-hub-section .inner-item:hover .description {
    top: 0;
    opacity: 0.95;
}

.social-hub-section .description .origin {
    display: inline-flex;
    vertical-align: middle;
    position:absolute;
    top:15px; left:15px;
}

.social-hub-section .description .origin span {
    padding-left: 10px;
}

.social-hub-section .description .text {
    padding: 0% 10%;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    color:#242424;
}

.social-hub-section .description .text .hashtag{
    text-decoration:underline;
    color:#C30000;
}


.social-hub-section .description .loves .loves-icons-wrapper {
    width: 100%;
    text-align: center;
}
.social-hub-section .description .loves .loves-icons-wrapper svg, .social-hub-section .description .loves .loves-icons-wrapper div {
    display:inline-block;
}

.social-hub-section .description .loves .loves-icons-wrapper .number {
    vertical-align: top;
    margin-left: 5px;
}

.social-hub-section .hashtag-content .description .loves {
    height: 130px;
}

.social-hub-section .description .loves {
    text-align: center;
    /* To remove reactions */
    display:none;
}

.social-hub-section .description .loves .text {
    font-size: 24px;
}

.social-hub-section .description .icon {
    fill: #c30000;
}

.social-hub-section .description .loves .icon {
    stroke: #c30000;
    fill: transparent;
}

.social-hub-section .twitter {
    color: #242424;
}

.social-hub-section .twitter .shadow {
    display: none;
}

.social-hub-section .description .icon {
    width: 18px;
    height: 18px;
}

.social-hub-section .description .loves .icon {
    width: 50px;
    height: 50px;
}

.social-hub-section .description .loves .text {
    margin-right: 5px;
}

.social-hub-section .description .icon use,
/* For IE */
.social-hub-section .description .icon path {
    display: none;
}

.social-hub-section .facebook .origin use.facebook,
.social-hub-section .facebook .loves use.like,
.social-hub-section .twitter .origin use.twitter,
.social-hub-section .twitter .loves use.like,
.social-hub-section .youtube .origin use.youtube,
.social-hub-section .youtube .loves use.like,
.social-hub-section .instagram .origin use.instagram,
.social-hub-section .instagram .loves use.heart,
/* For IE */
.social-hub-section .facebook .origin path.facebook,
.social-hub-section .facebook .loves path.like,
.social-hub-section .twitter .origin path.twitter,
.social-hub-section .twitter .loves path.like,
.social-hub-section .youtube .origin path.youtube,
.social-hub-section .youtube .loves path.like,
.social-hub-section .instagram .origin path.instagram,
.social-hub-section .instagram .loves path.heart {
    display: inherit;
}

.social-hub-section .follow {
    margin-top: 50px;
    text-align: center;
}

.social-hub-section .follow>* {
    display: inline-block;
    vertical-align: middle;
}

.social-hub-section .follow .text {
    display: block;
    font-size: 30px;
}

.social-hub-section .follow .link {
    margin: 10px 7px 0 7px;
}

.social-hub-section .follow .link svg {
    -webkit-transition: fill 200ms ease-in-out;
    -moz-transition: fill 200ms ease-in-out;
    transition: fill 200ms ease-in-out;
}

.social-hub-section .follow .link:hover svg {
    fill: #c30000;
}

.social-hub-section .follow .icon {
    width: 26px;
    height: 26px;
    fill: #242424;
    vertical-align: middle;
}

.social-hub-section .hashtag-title {
    margin: 20px 25px 10px;
}

.social-hub-section .container-fluid {
    /*margin: 0 25px;*/
}
/*
.social-hub-section .social-hub-grid .item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color:aqua;
}

*/

.social-hub-section .social-hub-grid .item {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
    
.social-hub-section .hashtag-content .loves .profile {
    border-radius: 25px;
    width: 50px;
}

.social-hub-section .hashtag-content .loves .icon {
    width: 20px;
    height: 20px;
}

.social-hub-section .hashtag-content .loves .number {
    font-size: 16px;
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .social-hub-section .item.twitter~.item.twitter,
    .social-hub-section .item.youtube~.item.youtube,
    .social-hub-section .item.instagram~.item.instagram,
    .social-hub-section .item.facebook~.item.facebook {
        display: inherit;
    }
    .social-hub-section .follow .text {
        display: inline-block;
        margin-right: 20px;
    }

    .social-hub-section.section .container-fluid {
        margin: 0 25px;
    }

    .social-hub-section .follow .link {
        margin: 2px 7px 0 7px;
    }


}
.training-section {
    padding-bottom: 0;
    background: #f4f4f4;
    padding-top: 20px;
}

.training-section .inner-item {
    padding: 10px;
    text-align: center;
}

.training-section .inner-item .info-small {
    margin-top: 20px;
}

.training-section .inner-item .info-image {
    height: 290px;
}

.training-section .inner-item .info {
    min-height: 90px;
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
}

.training-section .inner-item:hover .info {
    color: #c30000;
}
/***
 * START trophies.css
 */

.trophies-section {
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 0%;
    background-size: 50%;
    background-color: #c30000;
}

.trophies-section .item{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.trophies-section .inner-item {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 75ms linear;
    -moz-transition: transform 75ms linear;
    transition: transform 75ms linear;
}

.trophies-section .inner-item .trophy-img svg {
    width: 100px;
    height: 150px;
    margin: 0 auto;
    fill: white;
    display: block;
}

.trophies-section .inner-item .description .count {
    font-size: 79px;
    line-height: 1em;
    font-weight: bold;
}

.trophies-section .inner-item .description .name {
    font-size: 20px;
    text-transform: uppercase;
}

.no-touchevents .trophies-section .edge-button:not(.slick-disabled),
.no-touchevents .trophies-section .edge-holder:not(.slick-disabled) .edge-button,
.no-touchevents .trophies-section .edge-holder .edge-button:hover {
    opacity: 0;
    background: transparent;
}

.no-touchevents .trophies-section .edge-holder:not(.slick-disabled) .edge-button {
    opacity: 1;
}

.trophies-section a {
    color: #ddd;
}
.trophies-section .top-title .slb-icon {
    fill: #ddd;
}

.trophies-section a:hover {
    color: #fff;
}

.trophies-section .top-title:hover .slb-icon {
    fill: #fff;
}

.trophies-section .slick-track {
    margin: 0 auto;
}

/*
 * END trophies.css
 ***/

.footer-section {
    padding: 0;
    border-top: 1px solid #f4f4f4;
    width: 100%;
    float: left;
}

    /* Fix V1.9.9 #1 */
    .footer-section .bottom.inner .links-wrapper {
        display: none;
    }

    .footer-section .bottom.inner .idioms-wrapper {
        text-align: center;
        position: absolute;
        color: #4c4c4c;
        width: 100%;
        margin: 60px -29px 10px;
        font-size: 14px;
        line-height: 16px;
        padding-bottom: 15px;
    }

        .footer-section .bottom.inner .idioms-wrapper .language {
            border: 1px solid #4c4c4c;
            padding: 5px;
            width: 28px;
            text-align: center;
            margin: 0 auto;
            display: inline-block;
        }

            .footer-section .bottom.inner .idioms-wrapper .language:hover,
            .footer-section .bottom.inner .idioms-wrapper .language.selected {
                border-color: #c30000;
                color: #c30000;
            }

    .footer-section .map {
        padding: 0 4%;
        display: flex;
        align-items: stretch;
    }

        .footer-section .map > * {
            padding: 40px 0 20px 0;
            flex-grow: 1;
        }

        .footer-section .map > .newsletter {
            width: 100%;
        }

        .footer-section .map .inner-item {
            text-align: center;
        }

        .footer-section .map .newsletter .inner-item .channel img {
            max-height: 104px;
        }

        .footer-section .map .newsletter .inner-item .channelimg {
            transition: filter 0.5s ease-in-out;
        }

        .footer-section .map .newsletter .inner-item .channel .channel-img:hover,
        .footer-section .map .newsletter .inner-item .store-icons a:hover img,
        .footer-section .map .newsletter .inner-item .app-icon.hover img,
        .footer-section .map .newsletter .inner-item .app-icon:hover img,
        .footer-section .map .newsletter .inner-item #openNewsletter:hover {
            filter: brightness(1.2);
        }

        .footer-section .map .inner-item .text {
            color: #888888;
            margin-top: 10px;
            font-weight: 400;
        }

        .footer-section .map .inner-item .title + .text {
            margin-top: 15px;
        }

        .footer-section .map .inner-item .more {
            color: #242424;
            font-family: 'Roboto Condensed';
            font-weight: 400;
            font-size: 12px;
        }

        .footer-section .map .inner-item .text.more a > p:nth-child(2),
        .footer-section .map .inner-item .text.more a > svg {
            display: none;
        }

        .footer-section .map .inner-item .text.more::after {
            content: '\203A';
            margin-left: 8px;
            font-size: 12px;
            vertical-align: text-bottom;
            transition: color 0.5s ease-in-out;
        }

        .footer-section .map .inner-item .text.more:hover::after {
            color: #c30000;
        }

        .footer-section .map .inner-item .title {
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 400;
            font-size: 18px;
        }

        .footer-section .map .others .title:not(:first-child) {
            padding-top: 12px;
        }

        .footer-section .map .newsletter .inner-item {
            padding: 0 0 0 20px;
        }

            .footer-section .map .newsletter .inner-item .channel,
            .footer-section .map .newsletter .inner-item .channel > .app-link {
                padding: 5px 5px 0 5px;
                text-align: center;
            }

                .footer-section .map .newsletter .inner-item .channel > .app-link a {
                    float: left;
                }

                .footer-section .map .newsletter .inner-item .channel:hover {
                    /*background: #f4f4f4;*/
                    cursor: pointer;
                }

        .footer-section .map .newsletter .letter-icon {
            width: 25px;
            /*height: 15px;*/
            fill: none;
        }

        .footer-section .map .newsletter .inner-item .newsletter .letter-icon {
            display: block;
            margin: auto;
            fill: #c30000;
            width: 100%;
            max-width: 75px;
            max-height: 75px;
        }

        .footer-section .map .newsletter .inner-item .app,
        .footer-section .map .newsletter .inner-item .newsletter {
            margin-top: 32px;
            border-left: none;
        }

        .footer-section .map .newsletter .newsletter-bottom > .channel {
            padding-top: 0;
            padding-bottom: 0;
        }

        .footer-section .map .newsletter .newsletter-bottom .col-sm-8 {
            padding-left: 13px;
            padding-right: 13px;
        }

        .footer-section .map .newsletter .app.col-sm-8 .store-icons a:first-child {
            margin-bottom: 5px;
        }

#openNewsletter > svg.letter-icon {
    margin: 0 auto !important;
}

/*.footer-section .map .newsletter .register-title {
    margin-top: 40px;
    margin-bottom: 10px;
}

.footer-section .map .newsletter .register {
    font-size: 0;
}

.footer-section .map .newsletter .register>* {
    font-size: 16px;
}

.footer-section .map .newsletter .register .newsletter-input {
    background: #f4f4f4;
    color: black;
    border: none;
    padding: 10px 40px 10px 20px;
}

.footer-section .map .newsletter .register .newsletter-ok {
    border: none;
    padding: 10px 15px;
    text-transform: uppercase;
    color: white;
    background: #242424;
}

.footer-section .map .newsletter .register .newsletter-ok:hover {
    background: #c30000;
}*/

.footer-section .bottom {
    background: #c30000;
    padding: 10px 29px;
    text-align: center;
}

.footer-section *::selection {
    background: white;
    color: #c30000;
}

.footer-section *::-moz-selection {
    background: white;
    color: #c30000;
}

.footer-section .bottom .item {
    /*padding: 10px 2%;*/
    padding: 10px 1%;
    text-transform: uppercase;
    display: inline-block;
    /*font-size: 14px;*/
    font-size: 11px;
    font-weight: 300;
}

.footer-section .bottom .disclaimer {
    text-transform: none;
    font-size: 13px;
    padding-left: 0;
    text-align: center;
}

.footer-section .inner a:hover {
    color: inherit;
}

.footer-section .popup-bar {
    position: fixed;
    opacity: 1;
    z-index: 20;
    width: 100%;
}

    .footer-section .popup-bar .register-newsletter {
        margin: 0 auto;
        max-width: 1170px;
    }

.popup-bar .register-newsletter .register {
    padding-left: 0 !important;
    margin-top: 27px;
    margin-bottom: 32px;
    width: 100%;
}

.popup-bar .register-newsletter h3 {
    text-transform: uppercase;
    margin: 0;
}

.register-newsletter h3,
.register-newsletter .newsletter-input,
.newsletter-ok {
    color: #242424;
}

.register-newsletter h3,
.newsletter-input,
.newsletter-ok,
.newsletter-error {
    font-weight: 300;
}

.register-newsletter h3,
.newsletter-error {
    font-size: 30px;
}

.newsletter-error {
    color: #c30000;
}

.register-newsletter > div,
.register-newsletter .newsletter-input {
    padding-left: 35px;
}

.newsletter-input,
.newsletter-ok {
    background: #fff;
    font-size: 60px;
}

.register-newsletter .newsletter-input {
    width: calc(100% - 180px);
    height: 130px;
    border: none;
    padding: 10px 40px 10px 35px;
}

.register-newsletter .newsletter-ok {
    width: 180px;
    height: 130px;
    display: block;
    float: right;
}

/* geral para search e newsletter.. todo */
.popup-bar input::-webkit-input-placeholder {
    color: #bebebe;
}

.popup-bar input:-moz-placeholder {
    color: #bebebe;
}

.popup-bar input::-moz-placeholder {
    color: #bebebe;
}

.popup-bar input:-ms-input-placeholder {
    color: #bebebe;
}

.popup-bar input:focus {
    outline: none;
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 425px) and (max-width: 767px) {
    .footer-section .map .newsletter .inner-item .channels .mobile {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .footer-section .map {
        min-height: 100px;
    }

        .footer-section .map .inner-item {
            text-align: inherit;
        }
        /*
    .footer-section .map .others {
        border-right: 1px solid #f4f4f4;
        height: 100%;
    }
    */
        .footer-section .map .newsletter {
            border-left: 1px solid #f4f4f4;
            display: inline;
            width: 30%;
        }

        .footer-section .map .others .inner-item {
            margin-left: 20px;
            /*line-height: 2em;*/
        }

            .footer-section .map .others .inner-item div {
                margin-bottom: 16px;
            }

        .footer-section .map .bar {
            margin-top: 12px;
            border-top: 1px solid #f4f4f4;
        }

    .footer-section .bottom:after {
        content: "";
        display: table;
        clear: both;
    }

    .footer-section .bottom .item {
        display: inline-block;
        /*float: left;*/ /* Fix V1.9.9 #1 */
    }
}

@media (min-width: 992px) {
    .footer-section .bottom {
        padding: 10px 24px 10px 40px;
    }

        .footer-section .bottom .disclaimer {
            font-size: 16px;
        }

        .footer-section .bottom .item {
            font-size: 14px !important;
            padding: 10px 5px 10px 6px !important;
        }

        .footer-section .bottom.inner .idioms-wrapper {
            margin: 60px -40px 10px;
        }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .footer-section .map .inner-item .title {
        font-size: 16px;
    }

    .footer-section .map .inner-item .text {
        font-size: 14px;
    }

    .footer-section .map .inner-item {
        margin-right: 8px;
    }

    .footer-section .map .newsletter {
        width: 35%;
    }

        .footer-section .map .newsletter a#openNewsletter {
            width: 80px;
        }

    .footer-section .bottom {
        padding: 10px 0px 10px 60px;
    }
}

/* Fix V1.9.9 #1 */
@media (min-width: 1024px) {
    /*
     .footer-section .bottom.inner .item {
        display: inline-block !important;
    }
       */
    .footer-section .bottom.inner .links-wrapper {
        display: inline-block;
    }

    .footer-section .bottom.inner .idioms-wrapper {
        margin: 6px 9px 0 0;
        display: inline-block;
        color: #fff;
        width: auto;
        float: left;
        position: static;
        padding-bottom: 0;
    }

        .footer-section .bottom.inner .idioms-wrapper .language {
            border: 1px solid #fff;
            position: relative;
            z-index: 2;
        }

            .footer-section .bottom.inner .idioms-wrapper .language a {
                position: relative;
            }

            .footer-section .bottom.inner .idioms-wrapper .language:before {
                background-color: #fff;
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                -webkit-transform-origin: bottom center;
                transform-origin: bottom center;
                -webkit-transform: scaleY(0);
                transform: scaleY(0);
                -webkit-transition: -webkit-transform 250ms ease-in-out;
                transition: -webkit-transform 250ms ease-in-out;
                transition: transform 250ms ease-in-out;
                transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
            }

            .footer-section .bottom.inner .idioms-wrapper .language:hover:before,
            .footer-section .bottom.inner .idioms-wrapper .language.selected:before {
                -webkit-transform: scaleY(1);
                transform: scaleY(1);
            }

            .footer-section .bottom.inner .idioms-wrapper .language:hover,
            .footer-section .bottom.inner .idioms-wrapper .language.selected {
                color: #c30000 !important;
                border: 1px solid #fff;
            }

    .footer-section .bottom .links-wrapper {
        float: left;
    }

    .footer-section .bottom .disclaimer {
        float: right;
    }
}

@media (min-width: 1124px) {
    .footer-section .bottom .item.hidden-xs {
        padding: 10px 10px;
        font-size: 14px;
    }
}

@media (min-width: 1280px) {
    .footer-section .map .newsletter .inner-item .channel > .app-link {
        padding: 5px 0;
    }

    .footer-section .bottom .idioms-wrapper {
        margin-right: 3% !important;
    }

    .footer-section .bottom .item {
        font-size: 14px;
        padding: 10px 10px !important;
    }

    .footer-section .bottom {
        padding: 10px 0px 10px 60px;        
    }
}

.newsletter-ok {
    color: #242424;
}


.filter-navigation .main-nav-row {
    position: relative;
    z-index: 3;
    background-color: white;
}

    .filter-navigation .main-nav-row .item {
        white-space: normal;
        vertical-align: top;
        height: 70px;
        line-height: 70px;
        text-align: center;
        display: inline-block;
        position: relative;
        padding-left: 24px;
        padding-right: 24px;
        border: 1px solid transparent;
    }


.filter-navigation .main-nav-row-container {
    width: 100%;
    overflow-x: auto;
}

    .filter-navigation .main-nav-row-container .width {
        /*min-width:2000px;*/
        display: flex;
    }

    .filter-navigation .main-nav-row-container a {
        float: left;
    }

.filter-navigation .main-nav-row .item.active {
    color: #c30000;
    stroke: #c30000;
}

.filter-navigation .main-nav-row .item:hover {
    cursor: pointer;
    cursor: hand;
}

.filter-navigation .main-nav-row .item:not(.active):hover,
.filter-navigation .main-nav-row .item:not(.active):hover svg {
    color: #c30000;
}

.filter-navigation .main-nav-row .item p {
    font-size: 16px;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-transform: uppercase;
}

.filter-navigation .main-nav-row .item svg {
    vertical-align: middle;
    transition: all 200ms ease-in-out;
}

    .filter-navigation .main-nav-row .item svg.arrow-img {
        stroke: #242424;
        stroke-width: 4px;
        fill: none;
    }

.filter-navigation .main-nav-row .item:hover svg.arrow-img,
.filter-navigation .main-nav-row .item.active svg.arrow-img,
.filter-navigation .main-nav-row .item.selected svg.arrow-img {
    stroke: #c30000;
}


.filter-navigation .main-nav-row .item:hover svg,
.filter-navigation .main-nav-row .item.active svg,
.filter-navigation .main-nav-row .item.selected svg {
}

.filter-navigation .main-nav-row .item .active-option img {
    max-width: 35px;
    height: 35px;
    display: inline-block !important;
    background-color: #c30000;
    margin-left: 13px;
}


.filter-navigation .main-nav-row .item .arrow {
    max-width: 15px;
    height: 10px;
    display: inline-block !important;
    /*  margin-left: 5px; */
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

/* 
.filter-navigation .main-nav-row .item .arrow.arrow-img{
    margin-top: 8px;
    margin-bottom: 8px;
}
*/

.filter-navigation .main-nav-row .item.active .arrow.arrow-img {
    transform: rotate(270deg);
}

.filter-navigation.open .main-nav-row-container {
    border-bottom: 1px solid #ddd;
}

.filter-navigation .main-nav-row-container .dropdown.active {
    border-left: 1px solid #ddd;
}

/*

.filter-navigation .main-nav-row-container .dropdown.active:after {
   content: "";    
   display: block;    
   position: absolute;    
   top: 0;    
   left: 0;    
   right: 0;    
   bottom: 0;    
   border-bottom: 1px solid red;
}
    */

.filter-navigation .main-nav-row .item .image-icon.calendar {
    width: 29px;
    height: 24px;
    stroke-width: 3px;
}

.filter-navigation .main-nav-row .item .calendar-icon .hover,
.filter-navigation .main-nav-row .item:hover .calendar-icon svg:not(.hover) {
    display: none;
}

.filter-navigation .main-nav-row .item .calendar-icon svg:not(.hover),
.filter-navigation .main-nav-row .item:hover .calendar-icon .hover {
    display: inline-block;
}

.filter-navigation .main-nav-row .item .image-icon {
    max-width: 50px;
    height: 30px;
}

.filter-navigation .main-nav-row .pull-right-sm {
    float: right;
    display: inline-block;
}

.filter-navigation.open .main-nav-row .pull-right-sm {
    border-bottom: 1px solid #ddd;
    height: 70px;
}

.filter-navigation .main-nav-row .main-nav-row-container .item {
    white-space: nowrap;
    /** 
    
       ISSUE 

     padding: 0px 40px;

        **/
}

.filter-navigation .main-nav-row-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 1px solid rgb(221,221,221);
}


    .filter-navigation .main-nav-row-container a {
        float: left;
    }



.filter-navigation.open .main-nav-row .pull-right-sm .item {
    border-bottom: solid 1px rgb(221,221,221);
}

.filter-navigation .main-nav-row .pull-right-sm .item.active {
    border-color: rgb(221,221,221);
    border-top-color: transparent;
    position: relative;
    top: 0;
    height: 70px;
    background: #fff;
    border-bottom-color: #fff;
}

/*   Dropdowns   */

.filter-navigation .my-dropdown {
    padding: 40px 1%;
    background-color: white;
    position: absolute;
    min-height: 70px;
    width: 100%;
    z-index: 2;
    transform: translate(0,-222%); /* Fix #1460 (SLB #10690/#9490) - workaround to hide behind scenes in iphone browser elastic effect*/
    -moz-transition: -moz-transform 0.75s ease-in-out;
    -o-transition: transform 0.75s ease-in-out;
    -webkit-transition: -webkit-transform 0.75s ease-in-out;
    transition: transform 0.75s ease-in-out;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid rgb(221,221,221);
    border-right: 1px solid rgb(221,221,221);
}

    .filter-navigation .my-dropdown.open {
        transform: translate(0,0%);
    }

    .filter-navigation .my-dropdown#modalities-dropdown .title {
        font-size: 18px;
        font-family: 'Roboto Condensed';
        font-weight: 200;
    }

    .filter-navigation .my-dropdown#modalities-dropdown .modality .img-wrapper img {
        max-width: 75px;
        height: 75px;
        position: relative;
        z-index: 2;
        display: block;
    }

.filter-navigation .modality .inner-item {
    text-align: center;
}

.filter-navigation .my-dropdown#modalities-dropdown .modality {
    margin-bottom: 26px;
    text-align: center;
}

    .filter-navigation .my-dropdown#modalities-dropdown .modality .img-wrapper {
        position: relative;
        height: 75px;
        /* margin: 0px auto; */
        display: inline-block;
        overflow: hidden;
        background-color: rgb(167,167,167);
        vertical-align: middle;
        z-index: 0;
    }

        .filter-navigation .my-dropdown#modalities-dropdown .modality .img-wrapper .hover {
            position: absolute;
            bottom: 0px;
            width: 100%;
            height: 0%;
            background-color: #c30000;
            z-index: 1;
            -moz-transition: -moz-transform 0.75s ease-in-out;
            -o-transition: all 0.75s ease-in-out;
            -webkit-transition: all 0.75s ease-in-out;
            transition: all 0.75s ease-in-out;
        }



    .filter-navigation .my-dropdown#modalities-dropdown .modality:not(.active):hover .img-wrapper .hover,
    .filter-navigation .my-dropdown#modalities-dropdown .modality.active .img-wrapper .hover {
        height: 100%;
    }

    .filter-navigation .my-dropdown#modalities-dropdown .modality:hover p,
    .filter-navigation .my-dropdown#modalities-dropdown .modality.active p {
        color: #242424;
    }

    .filter-navigation .my-dropdown#modalities-dropdown .modality:hover {
        cursor: pointer;
    }

    .filter-navigation .my-dropdown#modalities-dropdown .modality p {
        vertical-align: middle;
        margin: 0;
        font-size: 18px;
        padding: 0 12px;
        font-weight: 400;
        color: rgb(145,145,145);
        transition: color 0.75s ease-in-out;
        min-height: 50px;
    }

/** ACCORDION ***/

.filter-navigation .accordion .accordion-body form p {
    line-height: 23px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.filter-navigation .accordion .button.filter {
    margin: 20px auto 0 auto !important;
    display: block !important;
    width: 94px;
}


.filter-navigation .accordion .accordion-body {
    -webkit-transition: max-height 0.75s ease-in-out;
    -moz-transition: max-height 0.75s ease-in-out;
    -ms-transition: max-height 0.75s ease-in-out;
    -o-transition: max-height 0.75s ease-in-out;
    transition: max-height 0.75s ease-in-out;
    overflow: hidden;
    max-height: 0;
}

    .filter-navigation .accordion .accordion-body.open {
        max-height: 500px;
    }

/*#calendar-section .navigation .accordion .accordion-body:not(.open) {
    max-height: 0px;
    overflow: hidden;
}*/

.filter-navigation .accordion .tab:not(:last-child) {
    border-bottom: 1px solid rgb(221,221,221);
}

.filter-navigation .accordion .tab {
    padding: 20px;
}

.filter-navigation .accordion .section-title {
    font-size: 24px;
    color: #c30000;
    font-weight: 200;
    font-family: 'Roboto Condensed';
    cursor: pointer;
    cursor: hand;
    text-transform: uppercase;
    pointer-events: all;
}


.filter-navigation .accordion .accordion-body form:not(:last-child) {
    border-bottom: 1px solid rgb(244,244,244);
}

.filter-navigation .accordion .accordion-body form:not(:first-child) {
    padding-top: 10px;
}

.filter-navigation .accordion .accordion-body form {
    padding-bottom: 10px;
    /* issue 487 
    padding-left: 10px;
    margin-left: 5px;*/
}

/* Base for label styling */
.filter-navigation [type="checkbox"]:not(:checked),
.filter-navigation [type="checkbox"]:checked {
    display: none;
    /*position: absolute;
    left: -9999px;*/
}

    .filter-navigation [type="checkbox"]:not(:checked) + label,
    .filter-navigation [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 40px;
        cursor: pointer;
        color: rgb(36,36,36);
        font-size: 18px;
        font-weight: 500;
    }

    .filter-navigation [type="checkbox"]:not(:checked) + label {
        color: rgb(136,136,136);
    }

        /* checkbox aspect */
        .filter-navigation [type="checkbox"]:not(:checked) + label:before,
        .filter-navigation [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0px;
            width: 23px;
            height: 23px;
            border: 1px solid #bbb;
            background: #fff;
            box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
        }
        /* checked mark aspect */
        .filter-navigation [type="checkbox"]:not(:checked) + label:after,
        .filter-navigation [type="checkbox"]:checked + label:after {
            content: url("/Images/icons/check-red.svg");
            position: absolute;
            top: 0px;
            left: 0px;
            font-size: 14px;
            width: 23px;
            height: 23px;
            line-height: 0.8;
            color: #c30000;
            transition: all .2s;
        }
        /* checked mark aspect changes */
        .filter-navigation [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }


/* hover style just for information */
.filter-navigation label:hover:before {
    border: 1px solid #c30000 !important;
}

.filter-navigation input[type="radio"] {
    display: none;
}

    .filter-navigation input[type="radio"] + label {
        color: rgb(36,36,36);
        cursor: pointer;
        font-size: 18px;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .filter-navigation input[type="radio"]:not(:checked) + label {
        color: rgb(136,136,136);
    }

    .filter-navigation input[type="radio"] + label span {
        display: inline-block;
        margin: -1px 4px 0 0;
        vertical-align: middle;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

        .filter-navigation input[type="radio"] + label span.outer {
            width: 20px;
            height: 20px;
            margin: 0px 10px 0px 0px;
            /* padding: 2px; */
            /*margin-right: 15px;*/
            cursor: pointer;
            border: solid 1px rgb(137,137,137);
            background-color: white;
        }

        .filter-navigation input[type="radio"] + label span.inner {
            width: 10px;
            height: 10px;
            margin: 4px 0px 0px 4px;
            /*margin: 0px 10px 16px 2px;*/
            background-color: white;
            vertical-align: top;
            text-align: center;
        }


    .filter-navigation input[type="radio"]:checked + label span.inner {
        background-color: #CC3300;
    }

    .filter-navigation input[type="radio"] + label span,
    .filter-navigation input[type="radio"]:checked + label span {
        -webkit-transition: background-color 0.2s linear;
        -o-transition: background-color 0.2s linear;
        -moz-transition: background-color 0.2s linear;
        transition: background-color 0.2s linear;
    }

@media screen and (max-width: 500px) {
    .filter-navigation .main-nav-row-container .width {
        white-space: nowrap;
    }

    .filter-navigation .main-nav-row .main-nav-row-container .item {
        width: 40%;
        padding: 0;
        display: inline-block;
        float: none;
        flex: 1 0 40%;
    }
}


@media screen and (min-width: 768px) {

    .filter-navigation .main-nav-row .item {
        float: left;
        padding-left: 24px;
        padding-right: 24px;
        border: 1px solid transparent;
        height: 80px;
        line-height: 80px;
    }


    .filter-navigation .my-dropdown {
        padding: 24px 50px;
        min-height: 80px;
    }

    .filter-navigation .main-nav-row-container {
        overflow-x: inherit; /**  IE fix**/
        overflow-x: initial;
        overflow-y: visible;
    }


        .filter-navigation .main-nav-row-container .width {
            /*min-width:0;*/
            display: block;
        }

    .filter-navigation .main-nav-row .pull-right-sm {
        float: right;
        width: auto;
        display: inline-block;
        position: relative;
        height: 80px;
    }


    /** Dropdowns */

    .filter-navigation.open .main-nav-row {
        height: 80px;
    }

    .filter-navigation .main-nav-row .pull-right-sm .item.active {
        height: 80px;
    }

    .filter-navigation.open .main-nav-row .pull-right-sm {
        height: 80px;
    }

    .filter-navigation .main-nav-row {
        border-bottom: 1px solid #ddd;
    }

    .filter-navigation .my-dropdown#modalities-dropdown .title {
        font-weight: 400;
        padding-left: 10px;
    }

    /**

        ISSUE 47

    .filter-navigation .main-nav-row .pull-right-sm .item {
        border-bottom: solid 1px #fff;
    }

        */

    .filter-navigation .main-nav-row .pull-right-sm .item.active + .item {
        border-bottom: solid 1px #ddd;
    }

    /** accordion*/

    .filter-navigation .accordion .section-title {
        font-weight: 400;
        font-family: 'Roboto Condensed';
        text-transform: uppercase;
        font-size: 18px;
        color: #333;
        pointer-events: none;
    }


    .filter-navigation .accordion .accordion-body {
        max-height: 100%;
    }

    .filter-navigation .accordion .tab:not(:last-child) {
        border-bottom: none;
    }
}

@media screen and (min-width: 800px) {


    /** Dropdowns */

    .filter-navigation .my-dropdown#modalities-dropdown .modality {
        line-height: 1.2;
        padding: 0px 0px;
    }

        .filter-navigation .my-dropdown#modalities-dropdown .modality p {
            display: inline-block;
        }
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1025px) {

    .filter-navigation .main-nav-row .main-nav-row-container #socialHub-firstElement {
        margin-left: 35px;
    }
}


@media screen and (min-width: 1200px) {

    .filter-navigation .my-dropdown {
        padding: 25px 50px;
    }

        .filter-navigation .my-dropdown#modalities-dropdown .modality p {
            min-height: 0px;
        }

        .filter-navigation .my-dropdown#modalities-dropdown .modality {
            text-align: left;
        }

    /** accordion*/
    .filter-navigation .accordion .accordion-body form {
        width: 98%;
    }

        .filter-navigation .accordion .accordion-body form > div {
            display: inline-block;
            min-width: 45%;
        }

        .filter-navigation .accordion .accordion-body form > p {
            display: inline-block;
            min-width: 45%;
        }

        .filter-navigation .accordion .accordion-body form label {
            white-space: nowrap;
        }

        .filter-navigation .accordion .accordion-body form:not(:last-child) {
            border-bottom: 1px solid rgb(238,238,238);
        }

        .filter-navigation .accordion .accordion-body form:not(:first-child) {
            padding-top: 10px;
        }

    .filter-navigation .accordion .accordion-body,
    .filter-navigation .accordion .accordion-body.open {
        max-height: 100%;
    }

    .filter-navigation .accordion .tab {
        border-bottom: none !important;
    }
}

body {
    margin: 0;
}

#map {
    height: 300px; /* SLB fix #13113 - with height:100% the map isn't visible */
}

#content {
    width: 100%;
}

#bodyContent {
    font-family: 'Roboto Condensed', Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    color: #fff;
}

    #bodyContent p {
        margin: 10px 20px;
    }

.slb-gm-style-iw {
    background-color: #c30000;
    border-radius: 5px 5px 5px 5px;
    top: 25px !important;
    left: 225px !important;
}

@media (max-width: 425px) {
    .slb-gm-style-iw {
        left: 15px !important;
        width: 300px !important;
    }

    .slb-gm-style-iw > div {
        overflow: visible !important;
        min-width: 300px !important;
    }
}

/* ----------------- PREMIUM --------------------- */

.medialist .premium-section-wrapper {
    background-color: rgba(0,0,0,0.65);
    position: absolute;
    height: 100%;
    z-index: 5;
    color: white;
}

img.thumbnail-img.loaded {
    width: auto;
    min-width: 100%;
    height: auto;
    margin: auto;
    filter: brightness(50%);
}

.medialist.premium .premium-section-wrapper {
    display: block;
}

.medialist .premium-section-wrapper .premium-info-wrapper {
    width: 100%;
    text-align: center;
    padding: 0 5%;
    position: absolute;
    top: 5px;
}

    .medialist .premium-section-wrapper .premium-info-wrapper h4 {
        text-transform: uppercase;
        margin: 23px 0 0 12%;
        line-height: 1.3em;
    }

    .medialist .premium-section-wrapper .premium-info-wrapper .paragraph-1 {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 300;
        margin-left: 0;
    }

    .medialist .premium-section-wrapper .premium-info-wrapper .paragraph-2 {
        font-size: 14px;
        margin-top: 11px;
        margin-bottom: 11px;
        line-height: 1.25em;
    }

    .medialist .premium-section-wrapper .premium-info-wrapper .paragraph-1 .special-text {
        text-decoration: underline;
        font-weight: bolder;
    }

    .medialist .premium-section-wrapper .premium-info-wrapper .premium-images-wrapper {
        margin-bottom: 30px;
    }

        .medialist .premium-section-wrapper .premium-info-wrapper .premium-images-wrapper .premium-image-icon {
            display: inline-block;
            width: 39px;
            height: 41px;
            margin: 0 10px;
            stroke: white;
        }

.medialist .premium-section-wrapper::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 2%;
    width: 11%;
    z-index: 3;
    margin: 0;
    background-color: rgba(212, 175, 55, 0.8);
    background-image: url(/Images/icons/icons.svg#slb-logo-path-anchor);
    padding-top: 16%;
    background-position: 50% 90%;
    background-size: 72%;
    background-repeat: no-repeat;
}
/* ------------------------------------------------------------------- */


.medialist .gallery-section .inner-item.premium:hover .description .text {
    color: #d4af37;
}

.medialist .gallery-section .inner-item.premium .image-placeholder::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 15px;
    width: 28px;
    height: 40px;
    z-index: 3;
    margin: 0;
    background-color: #d4af37;
}

.medialist .gallery-section .inner-item.premium .image-placeholder::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 15px;
    background-image: url('/Images/icons/icons.svg#slb-logo-path-anchor');
    width: 22px;
    height: 28px;
    z-index: 3;
    margin-top: 10px;
    margin-right: 3px;
}

.medialist .gallery-section .inner-item.premium:hover .image-placeholder::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 15px;
    background-image: url('/Images/icons/icons.svg#slb-logo-path-hover-anchor');
    width: 22px;
    height: 28px;
    z-index: 4;
    margin-top: 10px;
    margin-right: 3px;
}


.gallery-section .item .inner-item.premium:hover .logo rect#icon_white_hover_layer,
.gallery-section .item .inner-item.premium .description:hover .logo rect#icon_white_hover_layer {
    fill: #d4af37 !important;
}

/* --------------------------------------------------- */
.medialist .youtube-player-sidebar .inner-item.premium:hover .content .text {
    color: #d4af37;
}

.medialist .youtube-player-sidebar .inner-item.premium .image-placeholder::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 15px;
    width: 28px;
    height: 40px;
    z-index: 3;
    margin: 0;
    background-color: #d4af37;
}

.medialist .youtube-player-sidebar .inner-item.premium .image-placeholder::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 15px;
    background-image: url('/Images/icons/icons.svg#slb-logo-path-anchor');
    width: 22px;
    height: 28px;
    z-index: 3;
    margin-top: 10px;
    margin-right: 3px;
}

.medialist .youtube-player-sidebar .inner-item.premium:hover .image-placeholder::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 15px;
    background-image: url('/Images/icons/icons.svg#slb-logo-path-hover-anchor');
    width: 22px;
    height: 28px;
    z-index: 4;
    margin-top: 10px;
    margin-right: 3px;
}


.medialist .youtube-player-sidebar .inner-item.premium:hover .logo rect#icon_white_hover_layer {
    fill: #d4af37 !important;
}

/* ----------------- END PREMIUM --------------------- */

/** VIDEO AREA*/
.video-section {
    background: #242424;
    color: #fff;
    position: relative;
    z-index: 3;
}

.exclusive-player-wrapper,
.vimeo-player-wrapper,
.html-player-wrapper,
.youtube-player-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

    .vimeo-player-wrapper iframe,
    .html-player-wrapper video,
    .youtube-player-wrapper iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }


.youtube-player-area .content {
    padding: 24px 24px 32px 24px;
}


    .youtube-player-area .content .large {
        text-transform: uppercase;
        padding-right: 20%;
        margin-bottom: 20px;
    }

    .youtube-player-area .content .red {
        margin-bottom: 16px;
    }


/** VIDEO AREA SIDEBAR */

.youtube-player-sidebar {
    text-transform: uppercase;
    padding: 0;
}

    .youtube-player-sidebar .content .logo,
    .youtube-player-sidebar .video-wrapper .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -25px;
        width: 50px;
        height: 50px;
        /* margin: auto; */
        fill: none;
    }

    .youtube-player-sidebar .content .logo {
        display: none;
    }


    .youtube-player-sidebar .shadow {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .youtube-player-sidebar .shadow .gradient {
            width: 100%;
            position: absolute;
            top: 0%;
            bottom: 0%;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        }

a.div:hover .logo rect#icon_white_hover_layer {
    font-size: 106px;
}


.youtube-player-sidebar .inner-item > .image-placeholder,
.youtube-player-sidebar .inner-item .video-wrapper {
    width: 65%;
    margin-right: 5%;
    float: left;
}

.youtube-player-sidebar .inner-item {
    display: flex;
    align-items: center;
}

    .youtube-player-sidebar .inner-item .video-wrapper {
        position: relative;
        /* padding-bottom: 20.8%; /* pixel perfect */
    }

        .youtube-player-sidebar .inner-item .video-wrapper::after {
            padding-bottom: 56.25%;
            content: "";
            display: block;
            width: 100%;
        }


.youtube-player-sidebar .text.medium-l {
    font-size: 18px;
}

.youtube-player-sidebar .inner-item .content {
    width: 50%;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    float: right;
    line-height: 1.3;
}

.sidebar-video {
    padding: 24px 3.75% 16px 3.75%;
    border-top: 1px solid #393939;
    position: relative;
}


    .sidebar-video:hover .image-placeholder img,
    .sidebar-video.active .image-placeholder img {
        filter: brightness(120%);
        transition: filter 250ms ease-in-out;
    }

/** FILTERS */


.medialist .filter-navigation .accordion .section-title {
    color: #242424;
}

.medialist .filter-navigation .accordion .tab:hover .section-title,
.medialist .filter-navigation .accordion .tab .section-title.active {
    color: #c30000;
}




.medialist #filters-dropdown {
    padding: 5% 3.75% 20px 3.75%;
}


.medialist .filter-navigation .main-nav-row .item.dropdown p {
    margin-right: 5px;
}

.filter-navigation.open .main-nav-row .pull-right-sm .item {
    border-bottom: none;
}


/** GALLERY */
.medialist .gallery-section {
    color: #fff;
}

    .medialist .gallery-section .gallery-list .description {
        width: auto;
        display: block;
        height: auto;
        padding: 0;
    }

    .medialist .gallery-section .description {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 6.25%;
    }

        .medialist .gallery-section .description > *:not(svg) {
            text-transform: uppercase;
        }

        .medialist .gallery-section .description > div,
        .medialist .gallery-section .logo {
            position: static;
            margin: 0;
        }

    .medialist .gallery-section .video.logo {
        margin-top: 0;
        margin-left: 0;
    }

    .medialist .gallery-section .description .text.extra-small:not(.big-title) {
        margin-bottom: 7.65%;
        font-size: 9px;
    }

    .medialist .gallery-section .description .text.big-title {
        margin: 6.12% 0;
        font-size: 20px;
    }

.grid-sizer {
    max-height: 0;
}

.medialist .gallery-section .inner-item {
    position: relative;
    padding-bottom: 56.25%;
}

.medialist .gallery-section .image-placeholder {
    position: absolute;
}



@media screen and (max-width: 374px) {
    /* PREMIUM */
    .medialist .premium-section-wrapper .premium-info-wrapper .premium-images-wrapper .premium-image-icon {
        display: none;
    }
}

@media screen and (min-width: 425px) {

    .youtube-player-sidebar .text.medium-l {
        font-size: 24px;
    }
}


@media screen and (min-width: 500px) {

    /* PREMIUM */
    .medialist .premium-section-wrapper .premium-info-wrapper h4 {
        margin: 12% 0 0 14%;
    }


    .medialist .premium-section-wrapper .premium-info-wrapper .paragraph-1 {
        margin-top: 15px;
    }

    .medialist .premium-section-wrapper .premium-info-wrapper .paragraph-2 {
        margin-top: 25px;
        margin-bottom: 20px;
    }
}





@media screen and (min-width: 768px) {
    /* PREMIUM */
    .medialist .premium-section-wrapper .premium-info-wrapper {
        padding: 4% 6% 0 6%;
        margin-left: 17%;
        width: 85%;
    }

    .medialist .premium-section-wrapper::before {
        width: 93px;
        background-position: 50% 90%;
        background-size: 72%;
        padding-top: initial;
        height: 129px;
    }

    .medialist .premium-section-wrapper .premium-info-wrapper h4 {
        font-size: 26px;
        margin: 4% 0 0 0;
    }

    .medialist .premium-section-wrapper .premium-info-wrapper .paragraph-1 {
        font-size: 20px;
    }

    .medialist .premium-section-wrapper .premium-info-wrapper .paragraph-2 {
        font-size: 17px;
        margin-top: 16px;
        margin-bottom: 21px;
    }

    .medialist .premium-section-wrapper .premium-info-wrapper .premium-images-wrapper .premium-image-icon {
        display: inline-block;
        width: 47px;
        height: 48px;
        margin-right: 26px;
        stroke: white;
    }





    /** VIDEO AREA*/

    .video-section {
        background: #fff;
        color: #242424;
    }

    .youtube-player-sidebar {
        padding: 24px 0 32px 0;
    }

    .youtube-player-area .content {
        padding-bottom: 64px;
    }

        .youtube-player-area .content .large {
            padding-right: 0;
        }

    /** VIDEO AREA SIDEBAR */

    .youtube-player-sidebar {
        padding: 0;
    }

        .youtube-player-sidebar .inner-item .medium-l {
            font-size: 12px;
            margin-top: 3.12%;
        }

    .sidebar-video {
        border: none;
        padding: 0;
        position: relative;
        padding-bottom: 56.25%;
    }

    .youtube-player-sidebar .inner-item,
    .youtube-player-sidebar .inner-item .video-wrapper {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }


    .youtube-player-sidebar .video-wrapper .logo {
        display: none;
    }

    .youtube-player-sidebar .content .logo {
        display: block;
        position: static;
        bottom: 50px;
        left: 8%;
        margin: 0;
        top: auto;
        width: 35px;
        height: 35px;
    }


    .youtube-player-sidebar .inner-item .content {
        bottom: 10%;
        top: auto;
        left: 8%;
        width: 84%;
        color: #fff;
        position: absolute;
        font-weight: 400;
    }


    .filter-navigation .modality .inner-item {
        text-align: left;
    }

    /** FILTER */

    .medialist .filter-navigation .main-nav-row .pull-right-sm .item:last-child {
        border-right: none;
    }

    .medialist .filter-navigation .main-nav-row .pull-right-sm .item.active + .item {
        border-bottom: none;
    }

    .medialist .filter-navigation.open .main-nav-row .pull-right-sm {
        border-bottom: none;
    }


    .medialist .filter-navigation .accordion .tab:hover .section-title,
    .medialist .filter-navigation .accordion .tab .section-title.active {
        color: #242424;
    }

    .medialist #filters-dropdown {
        padding: 25px 50px;
    }

    .medialist #filters-dropdown {
        padding: 25px 50px;
    }

    /** GALLERY */

    .medialist .gallery-section .description {
        margin: 0 6.25%;
    }

    .medialist .gallery-section .col-sm-4 .description .text.big-title {
        font-size: 16px;
    }

    .medialist .gallery-section .logo {
        width: 35px;
        height: 35px;
    }


    .medialist .gallery-section .description .text.big-title {
        margin: 3.12% 0;
    }

    .medialist .gallery-section .description .text.extra-small:not(.big-title) {
        margin-bottom: 24px;
        font-size: 12px;
    }

    .medialist .gallery-section .gallery-list .description {
        width: auto;
    }
}


@media screen and (min-width: 992px) {
    /* ----------------- PREMIUM --------------------- */
    .premium-section-wrapper .premium-info-wrapper h4 {
        font-size: 22px;
    }

    .premium-section-wrapper .premium-info-wrapper .paragraph-1 {
        font-size: 16px;
    }

    .premium-section-wrapper .premium-info-wrapper .paragraph-2 {
        font-size: 16px;
    }
    /* ----------------- END PREMIUM --------------------- */

    .medialist .gallery-section .description .text.big-title {
        margin: 16px 0;
        font-size: 24px;
    }

    .youtube-player-sidebar .content .text {
        margin-top: 16px;
    }


    .medialist .gallery-section .col-sm-4 .description .text.big-title {
        font-size: 18px;
    }



    .medialist .gallery-section .description .text.extra-small:not(.big-title) {
        margin-bottom: 32px;
    }
}

@media screen and (min-width: 1200px) {

    /* PREMIUM */
    .medialist .premium-section-wrapper .premium-info-wrapper {
        padding: 90px 8% 0 8%;
        margin-left: 17%;
        width: 79%;
        position: absolute;
        top: 0;
    }

    .medialist .premium-section-wrapper::before {
        width: 130px;
        background-position: 50% 90%;
        background-size: 72%;
        padding-top: initial;
        height: 170px;
    }

    .medialist .premium-section-wrapper .premium-info-wrapper h4 {
        font-size: 28px;
    }

    .medialist .premium-section-wrapper .premium-info-wrapper .paragraph-1 {
        font-size: 24px;
    }

    .medialist .premium-section-wrapper .premium-info-wrapper .paragraph-2 {
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .medialist .premium-section-wrapper .premium-info-wrapper .premium-images-wrapper .premium-image-icon {
        display: inline-block;
        width: 68px;
        height: 71px;
        margin-right: 26px;
        stroke: white;
    }
    /* end premium */



    .medialist .gallery-section .description .text.big-title {
        margin: 20px 0 30px;
        font-size: 40px;
    }

    .youtube-player-sidebar .inner-item .medium-l {
        font-size: 24px;
    }

    .youtube-player-sidebar .content .logo,
    .youtube-player-sidebar .video-wrapper .logo {
        bottom: 100px;
        width: 50px;
        height: 50px;
    }

    .medialist .gallery-section .col-sm-4 .description .text.big-title {
        margin: 16px 0 20px;
        font-size: 32px;
    }



    .medialist .gallery-section .logo {
        width: 50px;
        height: 50px;
    }
}

@media screen and (min-width: 1600px) {
    .medialist .filter-navigation .main-nav-row .pull-right-sm .item.active {
        height: 79px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE CSS */
    .gallery-item.item.grid-item-content::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.1);
        pointer-events: none;
        z-index: 1;
        transition: background 500ms ease-in-out;
    }

    .gallery-item.item.grid-item-content:hover::before {
        background: rgba(255,255,255,0.0);
    }
}

#players-page .players-container .players-section .players-list {
    padding-left: 12px;
    padding-right: 12px;
}

    #players-page .players-container .players-section .players-list .player:nth-of-type(even) {
        padding-right: 0px;
        padding-left: 6px;
    }

    #players-page .players-container .players-section .players-list .player:nth-of-type(odd) {
        padding-left: 0px;
        padding-right: 6px;
    }

#players-page {
    z-index: 1;
}

    #players-page,
    #players-page > * {
        position: relative;
        float: left;
        width: 100%;
    }

        /* Fix #1018 #1019 */
        /*
#players-page > * {
    padding: 0px 23px;
}
*/

        #players-page > nav {
            padding: 0;
        }

        #players-page header {
            background-color: white;
            z-index: 3;
        }

            #players-page header .cover-img {
                width: 100%;
                padding: 0px 0px;
                position: relative;
            }

                #players-page header .cover-img img {
                    width: 100%;
                }



        #players-page nav .main-nav-row {
            position: relative;
            z-index: 3;
            background-color: white;
        }

            #players-page nav .main-nav-row .my-row {
                display: flex;
                justify-content: center;
                flex-wrap: wrap;
            }

                #players-page nav .main-nav-row .my-row .main-nav-row-container {
                    flex-grow: 1;
                    border-bottom: solid 1px rgb(221,221,221);
                    overflow: auto;
                    max-height: 82px;
                    height: 82px;
                }

                #players-page nav .main-nav-row .my-row .my-filters {
                    flex-shrink: 1;
                    flex-grow: 1;
                    border-bottom: solid 1px rgb(221,221,221);
                    text-align: center;
                    width: 100%;
                }

                    #players-page nav .main-nav-row .my-row .my-filters .item {
                        min-width: 130px;
                        padding: 0;
                        transition: border-left-color 250ms ease-in-out;
                    }

                        #players-page nav .main-nav-row .my-row .my-filters .item.active {
                            border-left-color: rgb(221,221,221);
                            border-right-color: rgb(221,221,221);
                        }

                        #players-page nav .main-nav-row .my-row .my-filters .item::after {
                            content: '';
                            position: absolute;
                            left: 0;
                            bottom: -2px;
                            width: 100%;
                            height: 1px;
                            background-color: white;
                            opacity: 0;
                            transition: opacity 250ms ease-in-out;
                        }

                        #players-page nav .main-nav-row .my-row .my-filters .item.active::after {
                            opacity: 1;
                        }

            #players-page nav .main-nav-row .item {
                white-space: normal;
                vertical-align: top;
                height: 70px;
                line-height: 70px;
                text-align: center;
                display: inline-block;
                position: relative;
                border: 1px solid transparent;
                padding: 0px 40px;
            }

        #players-page nav .main-nav-row-container .width {
            /*min-width:2000px;*/
            white-space: nowrap;
        }

        #players-page nav .main-nav-row-container {
            float: left;
            overflow-x: auto; /*
    width: 100%;*/
        }


        #players-page nav .main-nav-row .item.active {
            color: #c30000;
        }

        #players-page nav .main-nav-row .item:hover {
            cursor: pointer;
        }

        #players-page nav .main-nav-row .item:not(.active):hover {
            color: #c30000;
        }

        #players-page nav .main-nav-row .item p {
            font-size: 16px;
            margin: 0px;
            display: inline-block;
            vertical-align: middle;
            line-height: normal;
            text-transform: uppercase;
        }

        #players-page nav .main-nav-row .item svg {
            fill: none;
            stroke: #333;
            stroke-width: 4px;
        }

        #players-page nav .main-nav-row .item:hover svg,
        #players-page nav .main-nav-row .item.active svg,
        #players-page nav .main-nav-row .item.selected svg {
            stroke: #c30000;
        }


        #players-page nav .main-nav-row .item .arrow {
            max-width: 15px;
            height: 10px;
            display: inline-block !important;
            margin-left: 5px;
            -ms-transform: rotate(90deg); /* IE 9 */
            -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
            transform: rotate(90deg);
            transition: transform 0.75s;
        }

        #players-page nav .main-nav-row .item.active .arrow {
            -ms-transform: rotate(-90deg); /* IE 9 */
            -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
            transform: rotate(-90deg);
        }



        #players-page nav .main-nav-row .pull-right-sm {
            text-align: center;
        }

            #players-page nav .main-nav-row .pull-right-sm .item {
                border-bottom-width: 0 !important;
                border-top-color: transparent;
                padding: 0px 15px;
            }

                #players-page nav .main-nav-row .pull-right-sm .item.active {
                    border-color: rgb(221,221,221);
                }

                    #players-page nav .main-nav-row .pull-right-sm .item.active:before {
                        content: "";
                        display: block;
                        position: absolute;
                        top: 100%;
                        left: 0;
                        width: 100%;
                        height: 1px;
                        background: rgb(221,221,221);
                    }

                    #players-page nav .main-nav-row .pull-right-sm .item.active:before {
                        background: white;
                    }





        /*   Dropdowns   */

        #players-page nav .my-dropdown {
            background-color: white;
            position: absolute;
            min-height: 70px;
            width: 100%;
            padding: 25px 40px;
            border-left: 1px solid rgb(221,221,221);
            border-right: 1px solid rgb(221,221,221);
            border-bottom: 1px solid rgb(221,221,221);
            z-index: 2;
            transform: translate(0,-100%);
            -moz-transition: -moz-transform 0.75s ease-in-out;
            -o-transition: transform 0.75s ease-in-out;
            -webkit-transition: -webkit-transform 0.75s ease-in-out;
            transition: transform 0.75s ease-in-out;
        }

            #players-page nav .my-dropdown.open {
                transform: translate(0,0%);
            }


            #players-page nav .my-dropdown .dropdown-title {
                text-transform: uppercase;
            }


            #players-page nav .my-dropdown form p {
                display: inline-block;
                margin: 15px 0 15px 0;
                position: relative;
                float: left;
                width: 33%;
            }




        /* Base for label styling */
        #players-page [type="checkbox"]:not(:checked),
        #players-page [type="checkbox"]:checked {
            display: none;
            /*position: absolute;
    left: -9999px;*/
        }

            #players-page [type="checkbox"]:not(:checked) + label,
            #players-page [type="checkbox"]:checked + label {
                position: relative;
                padding-left: 40px;
                cursor: pointer;
                color: rgb(36,36,36);
                font-size: 18px;
                font-weight: 500;
            }

            #players-page [type="checkbox"]:not(:checked) + label {
                color: rgb(136,136,136);
            }

                /* checkbox aspect */
                #players-page [type="checkbox"]:not(:checked) + label:before,
                #players-page [type="checkbox"]:checked + label:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 0px;
                    width: 23px;
                    height: 23px;
                    border: 1px solid #bbb;
                    background: #fff;
                    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
                }

                /* checked mark aspect */
                #players-page [type="checkbox"]:not(:checked) + label:after,
                #players-page [type="checkbox"]:checked + label:after {
                    content: url(Images/iconCheck.svg);
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    padding: 5px;
                    font-size: 14px;
                    width: 23px;
                    height: 23px;
                    line-height: 0.8;
                    color: #c30000;
                    transition: all .2s;
                }
                /* checked mark aspect changes */
                #players-page [type="checkbox"]:not(:checked) + label:after {
                    opacity: 0;
                    transform: scale(0);
                }




        #players-page .players-container {
            position: relative;
            width: 100%;
            padding: 40px 0px;
            float: left;
        }

            #players-page .players-container .players-section .players-section-title {
                font-size: 25px;
                font-weight: 300;
                margin: 15px 0;
                text-transform: uppercase;
                margin-left: 12px;
                margin-top: 30px;
            }

            #players-page .players-container .players-section .players-list {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                flex-wrap: wrap;
                /*align-items: center;
    justify-content: flex-start;*/
            }

                #players-page .players-container .players-section .players-list .player {
                    position: relative;
                    display: inline-block;
                    /*margin: 0px 1%;*/
                    padding: 0px 12px;
                    overflow: hidden;
                    width: 50%;
                    /* fix 666 */
                    /*margin: 0px 1.33%;*/
                    /* margin-right: 20px; */
                }


                    #players-page .players-container .players-section .players-list .player img {
                        width: 100%;
                    }

                    #players-page .players-container .players-section .players-list .player figcaption {
                        position: relative;
                        top: -30px;
                        margin: 0px 5%;
                        background-color: white;
                        text-align: center;
                    }

                        #players-page .players-container .players-section .players-list .player figcaption > * {
                            display: inline-block;
                        }

                        #players-page .players-container .players-section .players-list .player figcaption .player-number {
                            color: #c30000;
                            font-size: 35px;
                            font-family: 'Roboto Black', 'Roboto', 'Roboto Condensed', sans-serif;
                            font-weight: bold;
                        }

                        #players-page .players-container .players-section .players-list .player figcaption .player-name {
                            font-weight: 300;
                            text-align: left;
                            margin-left: 2%;
                            text-transform: uppercase;
                        }

            #players-page .players-container .players-section.coaches .players-list .player figcaption .player-name {
                text-align: center;
                margin: 7px 0 0 0;
            }


            #players-page .players-container .players-section .players-list .player figcaption .player-name .first-name {
                font-size: 12px;
            }

            #players-page .players-container .players-section .players-list .player figcaption .player-name .last-name {
                font-size: 16px;
                line-height: 16px;
            }


            #players-page .players-container .players-section .players-list .player .captain {
                position: absolute;
                top: 15px;
                left: -65px;
                width: 200px;
                text-align: center;
                background-color: #c30000;
                color: #fff;
                text-transform: uppercase;
                font-size: 18px;
                line-height: 40px;
                -ms-transform: rotate(-45deg); /* IE 9 */
                -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
                transform: rotate(-45deg);
            }


        #players-page .loading-gif {
            background-image: url(/Images/loading.gif);
            background-repeat: no-repeat;
            background-position: center;
            height: 200px;
        }

@media screen and (max-width: 500px) {
    #players-page nav .main-nav-row-container .width {
        /*min-width:2000px;*/
        display: flex;
    }

    #players-page nav .main-nav-row .main-nav-row-container .item {
        width: 40%;
        padding: 0;
        display: inline-block;
        float: none;
        flex: 1 0 40%;
    }
}


@media screen and (min-width: 768px) {


    #players-page nav .main-nav-row .item {
        height: 80px;
        line-height: 80px;
    }

    #players-page nav .my-dropdown {
        min-height: 80px;
    }

        #players-page nav .my-dropdown form p {
            width: auto;
            margin: 15px 5% 15px 0;
        }

    #players-page nav .main-nav-row {
        padding: 0 0px;
    }
        /*
    #players-page nav .main-nav-row .item{
        float: left;
        padding: 0px 10px;
    }
        */
        #players-page nav .main-nav-row .pull-right-sm {
            position: relative;
            width: auto;
            float: right;
            border-bottom: none;
        }

            #players-page nav .main-nav-row .pull-right-sm > * {
                text-align: right;
            }

            #players-page nav .main-nav-row .pull-right-sm .item {
                width: auto;
            }


    #players-page nav .my-dropdown {
        padding: 30px 8%;
        margin: 0;
    }
    /*
    #players-page nav .main-nav-row {
        border-bottom: 1px solid rgb(221,221,221);
    }
        */
    #players-page .players-container .players-section .players-section-title {
        margin-left: 10px;
    }

    #players-page .players-container .players-section .players-list .player {
        width: 33.33333333%;
        /*margin: 0px 1%;*/
        padding: 0px 10px;
    }

        #players-page .players-container .players-section .players-list .player:nth-of-type(odd),
        #players-page .players-container .players-section .players-list .player:nth-of-type(even) {
            padding: 0px 10px;
        }

    #players-page .players-container .players-section .players-list {
        padding-left: 0px;
        padding-right: 0px;
    }
}


@media screen and (min-width: 992px) {
    /* fix 666 */
    /*
    #players-page nav .main-nav-row .item{
        padding: 0px 15px;
    }
        */
    #players-page .players-container .players-section .players-list .player:first-child {
        margin-left: 0px;
    }

    #players-page .players-container .players-section .players-list .player:last-child {
        margin-right: 0px;
    }

    #players-page .players-container .players-section .players-list .player {
        width: 25%;
        /*margin: 0px 1.33%; */
        padding: 0px 20px;
    }

    #players-page .players-container .players-section .players-section-title {
        font-size: 40px;
        margin-left: 20px;
    }

    #players-page .players-container .players-section .players-list .player figcaption .player-number {
        font-size: 60px;
        line-height: 60px;
    }


    #players-page .players-container .players-section .players-list .player figcaption .player-name .last-name {
        font-size: 26px;
        line-height: 26px;
    }
}


@media screen and (max-width: 425px) {


    #players-page nav .my-dropdown form p {
        width: 50%;
    }

    #players-page .players-container .players-section .players-list .player figcaption {
        top: -20px;
    }

        #players-page .players-container .players-section .players-list .player figcaption .player-number {
            font-size: 25px;
        }

        #players-page .players-container .players-section .players-list .player figcaption .player-name .first-name {
            font-size: 10px;
        }

        #players-page .players-container .players-section .players-list .player figcaption .player-name .last-name {
            font-size: 12px;
            line-height: 12px;
        }


    #players-page .players-container .players-section .players-list .player .captain {
        left: -75px;
        font-size: 12px;
        line-height: 20px;
    }
}

@media screen and (min-width: 600px) {

    #players-page .players-container .players-section .players-list .player figcaption .player-number {
        font-size: 50px;
    }

    #players-page .players-container .players-section .players-list .player figcaption .player-name .first-name {
        font-size: 16px;
    }

    #players-page .players-container .players-section .players-list .player figcaption .player-name .last-name {
        font-size: 20px;
        line-height: 20px;
    }
}


@media screen and (min-width: 1200px) {

    #players-page nav .main-nav-row .my-row .my-filters {
        /* padding-right: 23px; */ /* Fix #1018 #1019 */
        width: auto;
        text-align: right;
    }
}

@media screen and (min-width: 1366px) {

    #players-page .players-container .players-section .players-list .player figcaption {
        top: -50px;
    }

        #players-page .players-container .players-section .players-list .player figcaption .player-number {
            font-size: 100px;
            line-height: 100px;
        }

        #players-page .players-container .players-section .players-list .player figcaption .player-name .first-name {
            font-size: 22px;
        }

        #players-page .players-container .players-section .players-list .player figcaption .player-name .last-name {
            font-size: 32px;
            line-height: 32px;
        }
}

.search-results-content {
    padding-top: 40px;
    padding-bottom: 80px;
}

    .search-results-content h4 {
        font-family: Roboto;
        font-size: 24px;
        font-weight: 500;
        line-height: 18px;
        text-transform: none;
        margin: 0;
        padding: 40px 20px;
    }

    .search-results-content .search-input-wrapper {
        width: 100%;
        position: relative;
        padding: 0 15px;
    }

        .search-results-content .search-input-wrapper input {
            width: 100%;
            -webkit-appearance: none;
            appearance: none;
            background-color: white;
            border: 1px solid #BEBEBE;
            border-radius: 0;
            padding: 20px;
            font-family: Roboto, sans-serif;
            font-size: 24px;
            font-weight: 400;
            line-height: 28px;
        }

        .search-results-content .search-input-wrapper a svg.arrow {
            position: absolute;
            top: 50%;
            right: 43px;
            width: 24px;
            height: 24px;
            stroke: #242424;
            stroke-width: 3px;
            transform: translate(0, -50%) !important;
            transition: stroke 0.2s ease-in-out;
        }

        .search-results-content .search-input-wrapper a:hover svg.arrow {
            stroke: #c30000;
        }

    .search-results-content .no-results-info {
        padding: 15px;
        padding-bottom: 20px;
        padding-top: 40px;
        text-align: center;
    }

        .search-results-content .no-results-info p:first-of-type {
            color: #242424;
            text-align: center;
            font-family: Roboto;
            font-size: 24px;
            font-style: normal;
            font-weight: 500;
            line-height: 28px;
            padding-bottom: 20px;
        }

        .search-results-content .no-results-info p:last-of-type {
            color: #242424;
            text-align: center;
            font-family: Roboto;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
        }

    .search-results-content .section-header-title {
        padding: 80px 15px 10px;
    }

    .search-results-content div:first-of-type.section-header-title {
        padding-top: 40px;
    }


    .search-results-content .filter-navigation .main-nav-row-container {
        border: none;
    }

        .search-results-content .filter-navigation .main-nav-row-container .mobileFilter img {
            margin: 0;
            margin-left: auto;
            width: 22px;
            height: 22px;
        }

    .search-results-content .results-products,
    .search-results-content .results-players {
        overflow: hidden;
        width: 100%;
    }

    .search-results-content .load-more-wrapper {
        position: relative;
        width: 100%;
        text-align: center;
    }

        .search-results-content .load-more-wrapper .loading-gif {
            position: absolute;
            top: 0;
            right: 50%;
            transform: translateX(50%);
            opacity: 0;
            z-index: -1;
            transition: all 300ms ease-in-out;
        }

        .search-results-content .load-more-wrapper.loading {
            opacity: 1;
        }

            .search-results-content .load-more-wrapper.loading .loading-gif {
                opacity: 1;
                z-index: 1;
            }

            .search-results-content .load-more-wrapper.loading .button-see-more {
                opacity: 0;
            }

        .search-results-content .load-more-wrapper .button-see-more {
            color: #242424;
            font-size: 18px;
            font-weight: bold;
            line-height: 22px;
            text-decoration: none;
            margin-top: 20px;
            transition: opacity 300ms ease-in-out;
        }

            .search-results-content .load-more-wrapper .button-see-more svg.arrow {
                stroke: #242424;
            }

@media screen and (min-width: 768px) {
    .search-results-content h4 {
        padding-left: 1.683%;
        padding-right: 1.683%;
    }

    .search-results-content .section-header-title,
    .search-results-content .search-input-wrapper {
        padding-left: 1.683%;
        padding-right: 1.683%;
    }
    /*Search Result Filter*/

    .search-results-content .filter-navigation .main-nav-row-container .dropdown.filter-dropdown.right {
        margin-left: auto;
    }

    .search-results-content .filter-navigation {
        padding-left: 1.683%;
        padding-right: 1.683%;
    }

    /*END Search Result Filter*/
}



.popup-bar-search .search-results-overlay{
    margin-top: 5px;
    padding: 0px 15px;

    background-color: white;
}

.popup-bar-search .search-results-overlay .search-suggestions-items {
    font-size: 19px;
    font-weight: 300;
}

.popup-bar-search .search-results-overlay .search-suggestions-items .search-result{
    font-size: 19px;
    font-weight: 300;
    padding: 10px 0px;
}
    
.popup-bar-search .search-results-overlay .view-results{
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 0px;
}

.popup-bar-search .search-results-overlay .view-results .arrow{
    max-width: 15px;
    height: 10px;

    fill: none;
    stroke: #333;
    stroke-width: 4px;

    display: inline-block;
    margin-left: 5px;
}

.popup-bar-search .search-results-overlay .view-results:hover .arrow{
    stroke: #c30000;
}


@media screen and (min-width: 1200px) {
    
    .popup-bar-search .search-results-overlay{
        padding: 30px 30px 30px 40px;
    }

    .popup-bar-search .search-results-overlay .search-suggestions-items .search-result{
        font-size: 30px;
        padding: 5px 0px;
    }

    .popup-bar-search .search-results-overlay .view-results{
        font-size: 16px;
        margin-top: 5px;
    }

}

    .sr-bb {
        font-family: "Roboto","Noto","Helvetica Neue","Helvetica","Arial",sans-serif;
    }

        .sr-bb .srt-base-1 {
            background-color: #fff;
            color: rgba(0,0,0,0.87);
            border-color: rgba(0,0,0,0.12);
        }

        .sr-bb .srt-base-1-is-active {
            background-color: #f8e0e0;
            color: rgba(0,0,0,0.87);
            border-color: rgba(0,0,0,0.12);
        }

        .sr-bb .srt-base-1-is-active-2 {
            background-color: #e6e6e6;
            color: rgba(0,0,0,0.87);
            border-color: rgba(0,0,0,0.12);
        }

        .sr-bb .srt-base-1-is-hoverable:hover {
            background-color: #f8e0e0;
            color: rgba(0,0,0,0.87);
            border-color: rgba(0,0,0,0.12);
        }

        .sr-bb .srt-base-1-primary {
            background-color: #fff;
            color: #c30000;
            border-color: #c30000;
        }

        .sr-bb .srt-base-1-home-1 {
            background-color: #fff;
            color: #c30000;
            border-color: #c30000;
        }

        .sr-bb .srt-base-1-away-1 {
            background-color: #fff;
            color: #d54d4d;
            border-color: #d54d4d;
        }

        .sr-bb .srt-base-1-home-2 {
            background-color: #fff;
            color: #c30000;
            border-color: #710000;
        }

        .sr-bb .srt-base-1-away-2 {
            background-color: #fff;
            color: #d54d4d;
            border-color: #710000;
        }

        .sr-bb .srt-base-1-home-3 {
            background-color: #fff;
            color: #c30000;
            border-color: rgba(0,0,0,0.12);
        }

        .sr-bb .srt-base-1-away-3 {
            background-color: #fff;
            color: #d54d4d;
            border-color: rgba(0,0,0,0.12);
        }

        .sr-bb .srt-base-2 {
            background-color: #fff;
            color: rgba(0,0,0,0.87);
            border-color: rgba(0,0,0,0.12);
        }

        .sr-bb .srt-base-2-is-active {
            background-color: #f8e0e0;
            color: rgba(0,0,0,0.87);
            border-color: rgba(0,0,0,0.12);
        }

        .sr-bb .srt-base-2-is-hoverable:hover {
            background-color: #f8e0e0;
            color: rgba(0,0,0,0.87);
            border-color: rgba(0,0,0,0.12);
        }

        .sr-bb .srt-primary-1 {
            background-color: #c30000;
            color: #fff;
            border-color: rgba(255,255,255,0.12);
        }

        .sr-bb .srt-primary-1-is-active {
            background-color: #9c0000;
            color: #fff;
            border-color: rgba(255,255,255,0.12);
        }

        .sr-bb .srt-primary-1-is-hoverable:hover {
            background-color: #9c0000;
            color: #fff;
            border-color: rgba(255,255,255,0.12);
        }

        .sr-bb .srt-primary-1-is-disabled {
            background-color: #c70f0f;
            color: #fff;
            border-color: rgba(255,255,255,0.12);
        }

        .sr-bb .srt-primary-2 {
            background-color: #c30000;
            color: #fff;
            border-color: rgba(255,255,255,0.12);
        }

        .sr-bb .srt-primary-3 {
            background-color: #890000;
            color: #fff;
            border-color: rgba(255,255,255,0.12);
        }

        .sr-bb .srt-primary-4 {
            background-color: #890000;
            color: #fff;
            border-color: rgba(255,255,255,0.12);
        }

        .sr-bb .srt-primary-5 {
            background-color: #d54d4d;
            color: #fff;
            border-color: rgba(255,255,255,0.12);
        }

        .sr-bb .srt-primary-5-is-hoverable:hover {
            background-color: #c30000;
            color: #fff;
            border-color: rgba(255,255,255,0.12);
        }

        .sr-bb .srt-primary-6 {
            background-color: #c30000;
            color: #fff;
            border-color: rgba(255,255,255,0.12);
        }

        .sr-bb .srt-primary-7 {
            background-color: #c30000;
            color: #fff;
            border-color: rgba(255,255,255,0.12);
        }

        .sr-bb .srt-primary-8 {
            background-color: #c30000;
            color: #fff;
            border-color: rgba(255,255,255,0.12);
        }

        .sr-bb .srt-primary-8-is-active-1 {
            background-color: #9c0000;
            color: #fff;
            border-color: rgba(255,255,255,0.12);
        }

        .sr-bb .srt-primary-8-is-active-2 {
            background-color: #9c0000;
            color: #fff;
            border-color: #fff;
        }

        .sr-bb .srt-primary-9 {
            background-color: #edb3b3;
            color: rgba(0,0,0,0.87);
            border-color: rgba(0,0,0,0.12);
        }

        .sr-bb .srt-primary-10 {
            background-color: #cf3333;
            color: #fff;
            border-color: rgba(255,255,255,0.12);
        }

        .sr-bb .srt-base-1-primary-1 {
            background-color: #fff;
            color: #c30000;
            border-color: #c30000;
        }

        .sr-bb .srt-base-1-primary-2 {
            background-color: #fff;
            color: #c30000;
            border-color: #c30000;
        }

        .sr-bb .srt-base-1-primary-3 {
            background-color: #fff;
            color: #890000;
            border-color: #890000;
        }

        .sr-bb .srt-base-1-primary-4 {
            background-color: #fff;
            color: #890000;
            border-color: #890000;
        }

        .sr-bb .srt-base-1-primary-5 {
            background-color: #fff;
            color: #d54d4d;
            border-color: #d54d4d;
        }

        .sr-bb .srt-base-1-primary-6 {
            background-color: #fff;
            color: #c30000;
            border-color: #c30000;
        }

        .sr-bb .srt-base-1-primary-7 {
            background-color: #fff;
            color: #c30000;
            border-color: #c30000;
        }

        .sr-bb .srt-base-1-primary-8 {
            background-color: #fff;
            color: #c30000;
            border-color: #c30000;
        }

        .sr-bb .srt-base-1-primary-9 {
            background-color: #fff;
            color: #edb3b3;
            border-color: #edb3b3;
        }

        .sr-bb .srt-base-1-primary-10 {
            background-color: #fff;
            color: #cf3333;
            border-color: #cf3333;
        }

        .sr-bb .srt-base-1-is-active-primary {
            background-color: #f8e0e0;
            color: #c30000;
            border-color: #c30000;
        }

        .sr-bb .srt-base-1-is-active-home-1 {
            background-color: #f8e0e0;
            color: #c30000;
            border-color: #c30000;
        }

        .sr-bb .srt-base-1-is-active-away-1 {
            background-color: #f8e0e0;
            color: #d54d4d;
            border-color: #d54d4d;
        }

        .sr-bb .srt-base-1-is-active-home-2 {
            background-color: #f8e0e0;
            color: #c30000;
            border-color: #710000;
        }

        .sr-bb .srt-base-1-is-active-away-2 {
            background-color: #f8e0e0;
            color: #d54d4d;
            border-color: #710000;
        }

        .sr-bb .srt-base-1-is-active-home-3 {
            background-color: #f8e0e0;
            color: #c30000;
            border-color: rgba(0,0,0,0.12);
        }

        .sr-bb .srt-base-1-is-active-away-3 {
            background-color: #f8e0e0;
            color: #d54d4d;
            border-color: rgba(0,0,0,0.12);
        }

        .sr-bb .srt-base-1-is-active-primary-1 {
            background-color: #f8e0e0;
            color: #c30000;
            border-color: #c30000;
        }

        .sr-bb .srt-base-1-is-active-primary-2 {
            background-color: #f8e0e0;
            color: #c30000;
            border-color: #c30000;
        }

        .sr-bb .srt-base-1-is-active-primary-3 {
            background-color: #f8e0e0;
            color: #890000;
            border-color: #890000;
        }

        .sr-bb .srt-base-1-is-active-primary-4 {
            background-color: #f8e0e0;
            color: #890000;
            border-color: #890000;
        }

        .sr-bb .srt-base-1-is-active-primary-5 {
            background-color: #f8e0e0;
            color: #d54d4d;
            border-color: #d54d4d;
        }

        .sr-bb .srt-base-1-is-active-primary-6 {
            background-color: #f8e0e0;
            color: #c30000;
            border-color: #c30000;
        }

        .sr-bb .srt-base-1-is-active-primary-7 {
            background-color: #f8e0e0;
            color: #c30000;
            border-color: #c30000;
        }

        .sr-bb .srt-base-1-is-active-primary-8 {
            background-color: #f8e0e0;
            color: #c30000;
            border-color: #c30000;
        }

        .sr-bb .srt-base-1-is-active-primary-9 {
            background-color: #f8e0e0;
            color: #edb3b3;
            border-color: #edb3b3;
        }

        .sr-bb .srt-base-1-is-active-primary-10 {
            background-color: #f8e0e0;
            color: #cf3333;
            border-color: #cf3333;
        }

        .sr-bb .srt-home-1 {
            background-color: #c30000;
            color: #fff;
            border-color: #c30000;
        }

        .sr-bb .srt-away-1 {
            background-color: #d54d4d;
            color: #fff;
            border-color: #d54d4d;
        }

        .sr-bb .srt-home-2 {
            background-color: #c30000;
            color: #fff;
            border-color: #710000;
        }

        .sr-bb .srt-away-2 {
            background-color: #d54d4d;
            color: #fff;
            border-color: #710000;
        }

        .sr-bb .srt-home-3 {
            background-color: #c30000;
            color: #fff;
            border-color: #fff;
        }

        .sr-bb .srt-away-3 {
            background-color: #d54d4d;
            color: #fff;
            border-color: #fff;
        }

        .sr-bb .srt-home-4 {
            background-color: #d54d4d;
            color: #fff;
            border-color: rgba(255,255,255,0.12);
        }

        .sr-bb .srt-away-4 {
            background-color: #e28282;
            color: #fff;
            border-color: rgba(255,255,255,0.12);
        }

        .sr-bb .srt-neutral-1 {
            background-color: #ccc;
            color: rgba(0,0,0,0.87);
            border-color: rgba(0,0,0,0.12);
        }

        .sr-bb .srt-neutral-2 {
            background-color: #1b1b1b;
            color: #fff;
            border-color: rgba(255,255,255,0.12);
        }

        .sr-bb .srt-neutral-3 {
            background-color: rgba(0,0,0,0.12);
            color: rgba(0,0,0,0.87);
            border-color: rgba(0,0,0,0.12);
        }

        .sr-bb .srt-neutral-4 {
            background-color: #595959;
            color: #fff;
            border-color: rgba(255,255,255,0.12);
        }

        .sr-bb .srt-neutral-5 {
            background-color: #404040;
            color: #fff;
            border-color: rgba(255,255,255,0.12);
        }

        .sr-bb .srt-neutral-6 {
            background-color: #c2c2c2;
            color: #fff;
            border-color: rgba(255,255,255,0.12);
        }

        .sr-bb .srt-neutral-7 {
            background-color: #595959;
            color: #fff;
            border-color: rgba(255,255,255,0.12);
        }

        .sr-bb .srt-win {
            background-color: #890000;
            color: #fff;
            border-color: rgba(255,255,255,0.12);
        }

        .sr-bb .srt-draw {
            background-color: #c30000;
            color: #fff;
            border-color: rgba(255,255,255,0.12);
        }

        .sr-bb .srt-lose {
            background-color: #e38787;
            color: #fff;
            border-color: rgba(255,255,255,0.12);
        }

        .sr-bb .srt-text-secondary {
            opacity: .7;
        }

        .sr-bb .srt-text-disabled {
            opacity: .35;
        }

        .sr-bb .srt-icon {
            opacity: .54;
        }

        .sr-bb .srt-elevation-1 {
            box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2),0px 1px 3px 0px rgba(0,0,0,0.1);
        }

        .sr-bb .srt-elevation-2 {
            box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.23),0px 3px 6px 0px rgba(0,0,0,0.16);
        }

        .sr-bb .srt-elevation-3 {
            box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.26),0px 10px 20px 0px rgba(0,0,0,0.19);
        }

        .sr-bb .srt-inset-top-1 {
            box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.23);
        }

        .sr-bb .srt-inset-bottom-1 {
            box-shadow: inset 0 -1px 2px 0 rgba(0,0,0,0.23);
        }

        .sr-bb .srt-inset-top-2 {
            box-shadow: inset 0 3px 6px 0 rgba(0,0,0,0.23);
        }

        .sr-bb .srt-inset-bottom-2 {
            box-shadow: inset 0 -3px 6px 0 rgba(0,0,0,0.23);
        }

        .sr-bb .srt-inset-top-3 {
            box-shadow: inset 0 6px 6px 0 rgba(0,0,0,0.23);
        }

        .sr-bb .srt-inset-bottom-3 {
            box-shadow: inset 0 -6px 6px 0 rgba(0,0,0,0.23);
        }

        .sr-bb .srt-fill-soccer-yellow-card {
            fill: #ffbf00;
        }

        .sr-bb .srt-stroke-soccer-yellow-card {
            stroke: #ffbf00;
        }

        .sr-bb .srt-fill-soccer-red-card {
            fill: #e43b3b;
        }

        .sr-bb .srt-stroke-soccer-red-card {
            stroke: #e43b3b;
        }

        .sr-bb .srt-stroke-soccer-substitution-in {
            stroke: #4fbe30;
            fill: transparent;
        }

        .sr-bb .srt-fill-soccer-substitution-in {
            fill: #4fbe30;
        }

        .sr-bb .srt-stroke-soccer-substitution-out {
            stroke: #e43b3b;
            fill: transparent;
        }

        .sr-bb .srt-fill-soccer-substitution-out {
            fill: #e43b3b;
        }

        .sr-bb .srt-stroke-soccer-own-goal {
            stroke: #e43b3b;
            fill: transparent;
        }

        .sr-bb .srt-fill-soccer-own-goal {
            fill: #e43b3b;
        }

        .sr-bb .srt-fill-soccer-relegation-1 {
            fill: #f9a93f;
        }

        .sr-bb .srt-stroke-soccer-relegation-1 {
            stroke: #f9a93f;
        }

        .sr-bb .srt-fill-soccer-relegation-2 {
            fill: #fb8d2c;
        }

        .sr-bb .srt-stroke-soccer-relegation-2 {
            stroke: #fb8d2c;
        }

        .sr-bb .srt-fill-soccer-relegation-3 {
            fill: #ee6d23;
        }

        .sr-bb .srt-stroke-soccer-relegation-3 {
            stroke: #ee6d23;
        }

        .sr-bb .srt-fill-soccer-relegation-4 {
            fill: #e53a3b;
        }

        .sr-bb .srt-stroke-soccer-relegation-4 {
            stroke: #e53a3b;
        }

        .sr-bb .srt-fill-soccer-relegation-5 {
            fill: #c62a2e;
        }

        .sr-bb .srt-stroke-soccer-relegation-4 {
            stroke: #c62a2e;
        }

        .sr-bb .srt-fill-soccer-promotion-1 {
            fill: #3b0000;
        }

        .sr-bb .srt-stroke-soccer-promotion-1 {
            stroke: #3b0000;
        }

        .sr-bb .srt-fill-soccer-promotion-2 {
            fill: #890000;
        }

        .sr-bb .srt-stroke-soccer-promotion-2 {
            stroke: #890000;
        }

        .sr-bb .srt-fill-soccer-promotion-3 {
            fill: #cb2121;
        }

        .sr-bb .srt-stroke-soccer-promotion-3 {
            stroke: #cb2121;
        }

        .sr-bb .srt-fill-soccer-promotion-4 {
            fill: #df7575;
        }

        .sr-bb .srt-stroke-soccer-promotion-4 {
            stroke: #df7575;
        }

        .sr-bb .srt-fill-soccer-promotion-5 {
            fill: #edb3b3;
        }

        .sr-bb .srt-stroke-soccer-promotion-5 {
            stroke: #edb3b3;
        }

        .sr-bb .srt-nfl-timeout-1 {
            background-color: #f5a623;
            color: #fff;
            border-color: rgba(255,255,255,0.12);
        }

        .sr-bb .srt-nfl-timeout-2 {
            background-color: rgba(245,166,35,0.3);
            color: #fff;
            border-color: rgba(255,255,255,0.12);
        }

        .sr-bb .srt-nfl-penalty {
            background-color: #f4a621;
            color: #fff;
            border-color: #f4a621;
        }

        .sr-bb .srt-nfl-negative-yards {
            background-color: #ac182e;
            color: #fff;
            border-color: #ac182e;
        }

        .sr-bb .srt-nfl-first-line {
            background-color: #f5a623;
            color: #fff;
            border-color: #f5a623;
        }

        .sr-bb .srt-nfl-ten-line {
            background-color: #4b90de;
            color: #fff;
            border-color: #4b90de;
        }

        .sr-bb .srt-fill-nfl-penalty {
            fill: #f4a621;
        }

        .sr-bb .srt-stroke-nfl-penalty {
            stroke: #f4a621;
        }

        .sr-bb .srt-fill-nfl-negative-yards {
            fill: #ac182e;
        }

        .sr-bb .srt-stroke-nfl-negative-yards {
            stroke: #ac182e;
        }

        .sr-bb .srt-fill-nfl-first-line {
            fill: #f5a623;
        }

        .sr-bb .srt-stroke-nfl-first-line {
            stroke: #f5a623;
        }

        .sr-bb .srt-fill-nfl-ten-line {
            fill: #4b90de;
        }

        .sr-bb .srt-stroke-nfl-ten-line {
            stroke: #4b90de;
        }

        .sr-bb .srt-fill-change-increase {
            fill: #4fbe30;
        }

        .sr-bb .srt-stroke-change-increase {
            stroke: #4fbe30;
        }

        .sr-bb .srt-fill-change-decrease {
            fill: #e43b3b;
        }

        .sr-bb .srt-stroke-change-decrease {
            stroke: #e43b3b;
        }

        .sr-bb .srt-fill-text {
            fill: rgba(0,0,0,0.87);
        }

        .sr-bb .srt-fill-text-invert {
            fill: #fff;
        }

        .sr-bb .srt-fill-text-secondary {
            fill-opacity: .7;
        }

        .sr-bb .srt-fill-text-disabled {
            fill-opacity: .35;
        }

        .sr-bb .srt-fill-base-1 {
            fill: #fff;
        }

        .sr-bb .srt-stroke-base-1 {
            stroke: #fff;
        }

        .sr-bb .srt-fill-base-1-active {
            fill: #f8e0e0;
        }

        .sr-bb .srt-stroke-base-1-active {
            stroke: #f8e0e0;
        }

        .sr-bb .srt-fill-base-1-active-2 {
            fill: #e6e6e6;
        }

        .sr-bb .srt-stroke-base-1-active-2 {
            stroke: #e6e6e6;
        }

        .sr-bb .srt-fill-base-1-primary {
            fill: #fff;
        }

        .sr-bb .srt-stroke-base-1-primary {
            stroke: #fff;
        }

        .sr-bb .srt-fill-base-1-home {
            fill: #fff;
        }

        .sr-bb .srt-stroke-base-1-home {
            stroke: #fff;
        }

        .sr-bb .srt-fill-base-1-away {
            fill: #fff;
        }

        .sr-bb .srt-stroke-base-1-away {
            stroke: #fff;
        }

        .sr-bb .srt-fill-base-2 {
            fill: #fff;
        }

        .sr-bb .srt-stroke-base-2 {
            stroke: #fff;
        }

        .sr-bb .srt-fill-base-2-active {
            fill: #f8e0e0;
        }

        .sr-bb .srt-stroke-base-2-active {
            stroke: #f8e0e0;
        }

        .sr-bb .srt-fill-base-2-hover {
            fill: #f8e0e0;
        }

        .sr-bb .srt-stroke-base-2-hover {
            stroke: #f8e0e0;
        }

        .sr-bb .srt-fill-primary-1 {
            fill: #c30000;
        }

        .sr-bb .srt-stroke-primary-1 {
            stroke: #c30000;
        }

        .sr-bb .srt-fill-primary-2 {
            fill: #c30000;
        }

        .sr-bb .srt-stroke-primary-2 {
            stroke: #c30000;
        }

        .sr-bb .srt-fill-primary-3 {
            fill: #890000;
        }

        .sr-bb .srt-stroke-primary-3 {
            stroke: #890000;
        }

        .sr-bb .srt-fill-primary-4 {
            fill: #890000;
        }

        .sr-bb .srt-stroke-primary-4 {
            stroke: #890000;
        }

        .sr-bb .srt-fill-primary-5 {
            fill: #d54d4d;
        }

        .sr-bb .srt-stroke-primary-5 {
            stroke: #d54d4d;
        }

        .sr-bb .srt-fill-primary-6 {
            fill: #c30000;
        }

        .sr-bb .srt-stroke-primary-6 {
            stroke: #c30000;
        }

        .sr-bb .srt-fill-primary-7 {
            fill: #c30000;
        }

        .sr-bb .srt-stroke-primary-7 {
            stroke: #c30000;
        }

        .sr-bb .srt-fill-primary-8 {
            fill: #c30000;
        }

        .sr-bb .srt-stroke-primary-8 {
            stroke: #c30000;
        }

        .sr-bb .srt-fill-primary-8-is-active-1 {
            fill: #9c0000;
        }

        .sr-bb .srt-stroke-primary-8-is-active-1 {
            stroke: #9c0000;
        }

        .sr-bb .srt-fill-primary-8-is-active-2 {
            fill: #9c0000;
        }

        .sr-bb .srt-stroke-primary-8-is-active-2 {
            stroke: #9c0000;
        }

        .sr-bb .srt-fill-primary-9 {
            fill: #edb3b3;
        }

        .sr-bb .srt-stroke-primary-9 {
            stroke: #edb3b3;
        }

        .sr-bb .srt-fill-primary-10 {
            fill: #cf3333;
        }

        .sr-bb .srt-stroke-primary-10 {
            stroke: #cf3333;
        }

        .sr-bb .srt-fill-home-1 {
            fill: #c30000;
        }

        .sr-bb .srt-stroke-home-1 {
            stroke: #c30000;
        }

        .sr-bb .srt-fill-home-2 {
            fill: #c30000;
        }

        .sr-bb .srt-stroke-home-2 {
            stroke: #c30000;
        }

        .sr-bb .srt-fill-home-3 {
            fill: #c30000;
        }

        .sr-bb .srt-stroke-home-3 {
            stroke: #c30000;
        }

        .sr-bb .srt-fill-home-4 {
            fill: #d54d4d;
        }

        .sr-bb .srt-stroke-home-4 {
            stroke: #d54d4d;
        }

        .sr-bb .srt-fill-away-1 {
            fill: #d54d4d;
        }

        .sr-bb .srt-stroke-away-1 {
            stroke: #d54d4d;
        }

        .sr-bb .srt-fill-away-2 {
            fill: #d54d4d;
        }

        .sr-bb .srt-stroke-away-2 {
            stroke: #d54d4d;
        }

        .sr-bb .srt-fill-away-3 {
            fill: #d54d4d;
        }

        .sr-bb .srt-stroke-away-3 {
            stroke: #d54d4d;
        }

        .sr-bb .srt-fill-away-4 {
            fill: #e28282;
        }

        .sr-bb .srt-stroke-away-4 {
            stroke: #e28282;
        }

        .sr-bb .srt-fill-neutral-1 {
            fill: #ccc;
        }

        .sr-bb .srt-stroke-neutral-1 {
            stroke: #ccc;
        }

        .sr-bb .srt-fill-neutral-2 {
            fill: #1b1b1b;
        }

        .sr-bb .srt-stroke-neutral-2 {
            stroke: #1b1b1b;
        }

        .sr-bb .srt-fill-neutral-3 {
            fill: rgba(0,0,0,0.12);
        }

        .sr-bb .srt-stroke-neutral-3 {
            stroke: rgba(0,0,0,0.12);
        }

        .sr-bb .srt-fill-neutral-4 {
            fill: #595959;
        }

        .sr-bb .srt-stroke-neutral-4 {
            stroke: #595959;
        }

        .sr-bb .srt-fill-neutral-5 {
            fill: #404040;
        }

        .sr-bb .srt-stroke-neutral-5 {
            stroke: #404040;
        }

        .sr-bb .srt-fill-neutral-6 {
            fill: #c2c2c2;
        }

        .sr-bb .srt-stroke-neutral-6 {
            stroke: #c2c2c2;
        }

        .sr-bb .srt-fill-neutral-7 {
            fill: #595959;
        }

        .sr-bb .srt-stroke-neutral-7 {
            stroke: #595959;
        }

        .sr-bb .srt-fill-win {
            fill: #890000;
        }

        .sr-bb .srt-stroke-win {
            stroke: #890000;
        }

        .sr-bb .srt-fill-draw {
            fill: #c30000;
        }

        .sr-bb .srt-stroke-draw {
            stroke: #c30000;
        }

        .sr-bb .srt-fill-lose {
            fill: #e38787;
        }

        .sr-bb .srt-stroke-lose {
            stroke: #e38787;
        }

        .sr-bb .srt-stop-primary-6 {
            stop-color: #c30000;
        }

        .sr-bb .srt-stop-primary-9 {
            stop-color: #edb3b3;
        }

        .sr-bb .srt-logo-powered-by-light {
            display: inline-block;
        }

        .sr-bb .srt-logo-powered-by-dark {
            display: none;
        }







                    
    .sr-widget {
        padding-right: 10px !important;
    }

    .sr-poweredby__wrapper.srt-base-1{
        display:none!important;
    }

    .sr-headerlargescore__team-name.sr-headerlargescore__team-name-team1.srt-text-secondary{
        color: #c30000 !important;
        /* font-size: 1.8em !important; */
    }

    .sr-headerlargescore__team-name.sr-headerlargescore__team-name-team2.srt-text-secondary {
        color: #949494 !important;
        /* font-size: 1.8em !important; */
    }

    .sr-statistics__wrapper div{
        color:#fff !important;
    }
    /*
    .sr-widget div{
        color: #fff !important;
    }
    */
    .sr-goalstats__wrapper, .sr-bb .srt-base-1, .sr-bb .srt-base-1-home-1,.sr-bb .srt-base-1-away-1 {
        background-color: #333!important;
    }
    
    .sr-bb .srt-primary-6, .sr-bb .srt-primary-6 div, .sr-bb .srt-home-1 {
        background-color: #c30000 !important;
    }

        .sr-bb .srt-primary-6, .sr-bb .srt-primary-6:first-child {
            display: none;
        }

    .sr-bb .srt-base-1-away-1 {
        background-color: #fff;
    }

    .sr-bb .srt-fill-neutral-3 {
        fill: rgba(255,255,255,0.2) !important;
    }

    .sr-substitutions__time.srt-base-1 {
        background-color: transparent !important;
    }

    .sr-bb .sr-headersection__line{
        border-color:#fff !important;
    }
    .sr-bb .srt-text-secondary {
        opacity: 1!important;
    }

    .sr-bb .srt-away-1, .sr-bb .srt-fill-away-1 {
        background-color: #949494 !important;
        fill: #949494;
    }


 /* Share Links  */
        .share {
            margin-top: 0px;
            margin-bottom: 0px;
        }

            .share > * {
                display: inline-block;
                vertical-align: middle;
            }

            /*.share .link:not(:first-child) {
                margin: 2px 7px 20px 0px;
            }

            .share .link:first-child {
                margin: 2px 7px 20px 0px;
            }*/

            .share .link svg {
                -webkit-transition: fill 200ms ease-in-out;
                -moz-transition: fill 200ms ease-in-out;
                transition: fill 200ms ease-in-out;
            }

            .share .link:hover svg {
                fill: #c30000;
            }

            .share .link.stroke svg {
                stroke: #000000;
            }

            .share .link.stroke:hover svg {
                stroke: #c30000;
            }

            .share .icon {
                max-width: 40px;
                height: 26px;
                max-height: 40px !important;
                fill: #242424;
                vertical-align: middle;
            }

            .share a:hover {
                color: #c30000;
            }
/***
 * START gamehubWidgetsNewColors.css
 */

.sr-team-top-bg, .sr-team-bottom-bg {
    background-color: #3a3a3a !important;
}

.gamehub .sr-widgets-lmts-matchpitch .sr-replay-control {
    color: #3a3a3a !important;
}

.sr-widget .sr-lmts .sr-events .sr-generic-ticker[data-team="home"] .sr-ticker-side {
    background-color: #000 !important;
}

.sr-widget .sr-lmts .sr-events .sr-generic-ticker[data-team="away"] .sr-ticker-side {
    background-color: #969595 !important;
}

.sr-widget .sr-lmts [data-team="home"] .sr-lmts-icon-man {
    color: #000 !important;
}

.sr-widget .sr-lmts [data-team="away"] .sr-lmts-icon-man {
    color: #969595 !important;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.sr-widget .sr-lmts [data-team="home"] .sr-position-circle-inner {
    border-color: #000 !important;
    box-shadow: 0 0 3px 1px #000, 0 0 3px 1px #000 inset;
}

.sr-widget .sr-lmts [data-team="away"] .sr-position-circle-inner {
    border-color: #969595 !important;
    box-shadow: 0 0 3px 1px #969595, 0 0 3px 1px #969595 inset;
}

.sr-widget .sr-lmts .sr-ball-behind[data-team="home"] {
    box-shadow: 20px 0 5px 0 rgba(0, 0, 0, 0.5);
}

.sr-widget .sr-lmts .sr-ball-behind[data-team="away"] {
    box-shadow: 20px 0 5px 0 rgba(255, 255, 255, 0.8);
}

.sr-widget .sr-lmts .sr-lmts-positioned-event-spot[data-team="home"] .sr-circle, .sr-widget .sr-lmts .sr-lmts-positioned-event-spot[data-team="home"] .sr-spot, .sr-widget .sr-lmts .sr-lmts-positioned-event-spot[data-team="home"] .sr-time {
    background-color: #000 !important;
}

.sr-widget .sr-lmts .sr-lmts-positioned-event-spot[data-team="away"] .sr-circle, .sr-widget .sr-lmts .sr-lmts-positioned-event-spot[data-team="away"] .sr-spot, .sr-widget .sr-lmts .sr-lmts-positioned-event-spot[data-team="away"] .sr-time {
    background-color: #969595 !important;
}

.sr-widget.sr-widgets-momentum2 .sr-fill-home {
    fill: #000 !important;
}

.gamehub .sr-widget.sr-widgets-momentum2 .sr-fill-away {
    fill: #969595 !important;
}

.sr-widget.sr-widgets-momentum2 .sr-stroke-home {
    stroke: #000 !important;
}

.gamehub .sr-widget.sr-widgets-momentum2 .sr-stroke-away {
    stroke: #969595 !important;
}

.gamehub .sr-widget .sr-matclineups-teams .sr-matchlineups-home .sr-matchlineups-shirtnumber {
    background-color: #000 !important;
}

.gamehub .sr-widget .sr-matclineups-teams .sr-matchlineups-away .sr-matchlineups-shirtnumber {
    background-color: #969595 !important;
}

.gamehub .sr-widget .sr-matclineups-pitch .sr-player-home, .sr-widget .sr-lmts-tactical-home .sr-shirt, .sr-widget .sr-widgets-lmts-playerinfo .sr-home, .sr-widget .sr-lmts-lineups-player .sr-home {
    background-color: #000 !important;
}

.gamehub .wc-matchlineups .sr-player .sr-player-away {
    background-color: #969595 !important;
}

.gamehub .sr-bb .srt-stroke-home-1 {
    stroke: #000 !important;
}

.gamehub .sr-bb .srt-fill-home-1 {
    fill: #000 !important;
}

.gamehub .sr-bb .srt-fill-away-1 {
    fill: #969595 !important;
}

.gamehub .sr-bb .srt-stroke-away-1 {
    stroke: #969595 !important;
}

.gamehub .sr-bb .sr-dualcircularchart__slice.srt-fill-away-1,
.gamehub .sr-bb .srt-away-1 {
    background-color: #969595 !important;
    fill: #969595 !important;
}

.gamehub .sr-bb.sr-positionchart .srt-home-1 {
    background-color: #000 !important;
}

.gamehub .sr-bb .srt-base-1-home-1,
.gamehub .wc-matchHeadToHead .sr-lastmeetingsresults__circular-chart-holder div,
.gamehub .sr-bb .srt-base-1-home-1.sr-lastmeetingsresults__team-holder-home div,
.gamehub .wc-matchHeadToHead .sr-leagueposition__wrapper .sr-leagueposition__circular-chart-home div {
    color: #000 !important;
}

.gamehub .sr-bb .srt-base-1-away-1,
.gamehub .wc-matchHeadToHead .sr-lastmeetingsresults__team-holder-away div, .gamehub .wc-matchHeadToHead .sr-leagueposition__wrapper .sr-leagueposition__circular-chart-away div {
    color: #969595 !important;
}

.gamehub .sr-bb .srt-stroke-primary-6.srt-stroke-neutral-10 {
    stroke: #000 !important;
}

.gamehub .sr-bb .srt-home-1 {
    background-color: #000 !important;
}

.gamehub .sr-stackedcomparisonchart .srt-fill-home-4,
.gamehub .sr-stackedcomparisonchart .srt-fill-away-4 {
    fill: #3a3a3a !important;
}

.gamehub .sr-stackedcomparisonchart .srt-stroke-home-4,
.gamehub .sr-stackedcomparisonchart .srt-stroke-away-4 {
    stroke: #3a3a3a !important;
}

.gamehub .scoring-probability .srt-fill-away-1 {
    fill: #969595 !important;
}

.gamehub .scoring-probability .sr-bb .sr-sp_htmlclock__icon {
    fill: #000;
}

.sr-widget .sr-lmts-heatmap-tab-selected .sr-lmts-icon-heatmap-switch:before {
    color: #c30000;
}

.sr-leagueposition__circular-chart-home .sr-procvaltext__component-value-medium.sr-procvaltext__component-value {
    border-bottom-color: #000;
}

.sr-leagueposition__circular-chart-away .sr-procvaltext__component-value-medium.sr-procvaltext__component-value {
    border-bottom-color: #969595;
}

.sr-leagueposition__position-chart-home .sr-positionchart__wrapper {
    border-color: #000;
}

.sr-leagueposition__position-chart-away .sr-positionchart__wrapper {
    border-color: #969595;
}

/*
 * END gamehubWidgetsNewColors.css
 ***/

.newsletter-confirm .confirmation {
    font-size: 24px;
    margin-bottom: 8px;
}

.newsletter-confirm .newsletter {
    font-size: 20px;
}

.newsletter-confirm .newsletters {
    margin-bottom: 8px;
}

.newsletter-section {
    border-bottom: solid 1px rgb(221,221,221);
    padding-bottom: 30px;
}

.newsletter-confirm .form-btn {
    margin-top: 20px;
}
.newsletter-confirm .glyphicon {
    margin-bottom: 15px;
}
.newsletter-confirm .glyphicon:before {
    font-size: 35px;
}



/* Login required Modal */

.modal-alert{
    display: none; 
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    opacity: 0;
    background: rgba(0,0,0,0.85);
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 0 3.75% 104px 3.75%;
    transition: all 0.5s ease-in-out;
}

.modal-alert.active{
    display: block;
}

.modal-alert .popup {
    margin-top: 40px;
    max-width: 695px;
}

.modal-alert .popup .close-popup {
    display: block;
    float: right;
    margin-bottom: 16px;
    cursor: pointer;
    cursor: hand;
}

.modal-alert .popup .close-popup svg {
    stroke-width: 2px;
    height: 32px;
    stroke: #fff;
    width: 32px;
    transition: all 500ms ease-in-out;
}

.modal-alert .popup .close-popup:hover svg {
    stroke: #c30000;
}

.modal-alert .popup-content{
    background-color: #fff;
    padding: 20px;
    width:100%;
    margin: 0 auto;
    float: left;
    padding-top: 45px;
}

.modal-alert img{
    margin: 0 auto;
}


.modal-alert h2{
    color: #c30000;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    width: 70%;
    margin: auto;
}

.modal-alert p{
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.modal-alert .links{
    text-align: center;
    margin: 20px 0;
}

.modal-alert .links a{
    margin: 0 auto;
    padding: 10px 27px;
}
@media (max-width: 992px){
    .modal-alert .popup-content{
        padding-top:20px;
    }
    .modal-alert .popup-content .info{
        margin-top: 20px;
    }
    .modal-alert .popup-content .img{
        width:240px;
    }
    .modal-alert p{
        width:75%;
    }
    .modal-alert .links a{
        padding: 10px 45px;
    }
}
/***
 * START address.css
 */

.profile .dropdown .dropdown-toggle#countryDD, .dropdown .dropdown-toggle#countryDD + ul li {
    display: inline-flex;
    width: 100%;
    text-align: center;
    align-items: center;
}

    .profile .dropdown .dropdown-toggle#countryDD > p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: left;
        text-transform: none !important;
        padding-right: 15px;
    }

.profile .dropdown .dropdown-country > li > p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    text-transform: none !important;
}

.profile .dropdown-left .dropdown-toggle#countryDD .flag, .dropdown-left ul li .flag {
    margin: 0px 20px 0px 0px;
}

.profile .dropdown-left ul li .flag {
    margin: 0px 20px 0px 20px;
}

.profile .pdl10 {
    padding-left: 10px;
}

.profile .pdr40 {
    padding-right: 40px;
}

.profile .pdr28 {
    padding-right: 28px;
}

.profile .popup-content .dontfind {
    font-size: 16px;
    text-decoration: underline;
}

.profile .dropdown .dropdown-toggle#countryDD, .dropdown .dropdown-toggle#countryDD + ul li {
    display: inline-flex;
    width: 100%;
    text-align: center;
    align-items: center;
}

    .profile .dropdown .dropdown-toggle#countryDD > p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: left;
        text-transform: none !important;
        padding-right: 15px;
    }

.profile .dropdown .dropdown-country > li > p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    text-transform: none !important;
}

.profile .dropdown-left .dropdown-toggle#countryDD .flag, .dropdown-left ul li .flag {
    margin: 0px 20px 0px 0px;
}

.profile .dropdown-left ul li .flag {
    margin: 0px 20px 0px 20px;
}

.profile a .dontfind {
    font-size: 16px;
    text-decoration: underline;
}

/*
 * END address.css
 ***/