html,
body {
    background-color: #212121;
}

body {
    overflow-y: scroll;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hidden {
    display: none;
}

.center {
    text-align: center !important;
}

.makebig {
    font-size: 24px !important;
}

a img {
    border: 0;
}

a {
    color: #fa5023;
    text-decoration: none;
}

.no-touch a:hover {
    opacity: 0.8;
}

/**** HEADER ****/

#facebook-jssdk-iframe {
    display: none;
}

.header {
    height: 64px;
    background-color: transparent;
}

.header-button {
    float: left;
    background-color: transparent;
    border: none;
    color: #fff;
    width: 64px;
    height: 64px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}

.no-touch .header-button:hover {
    opacity: 0.8;
}

.header-button:hover {
    opacity: 1;
}

.header-button-fixed {}

.fixed-header {
    position: fixed;
    width: 100%;
    background-color: #000;
    z-index: 10;
    top: 0;
}

.space-title {
    display: block !important;
    left: calc(50% - 138px);
    position: absolute;
}

.space-title:hover {
    opacity: 1 !important;
}

.space-mobile-title {
    display: none !important;
}

.space-mobile-title .space-logo-image {
    width: 190px;
}

.space-logo-image {
    display: block;
    height: 44px;
    padding-top: 10px;
    margin-left: auto;
    ;
    margin-right: auto;
    width: 276px;
}

.space-header {
    background-color: #000;
    overflow: visible;
}

.space-header .material-icons {
    color: #fff;
}

.space-header .material-icons:hover {
    color: #9e9e9e;
}

/**** DRAWER ****/

.drawer-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 8;
    -webkit-overflow-scrolling: touch;
}

.drawer-animate-opacity {
    animation: opac 0.2s
}

@keyframes opac {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

/**** NAVIGATION ****/

.mdl-layout__drawer .mdl-navigation {
    padding-top: 0;
}

.space-drawer {
    border-right: none;
    position: fixed;
    z-index: 20;
}

.mdl-layout__drawer {
    background: #000;
}

.no-touch .mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover {
    background-color: #dd2a2a;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover {
    background-color: transparent;
}

.space-drawer-separator {
    background-color: #444;
    height: 1px;
    margin: 8px 36px;
}

.space-drawer .mdl-navigation__link.mdl-navigation__link {
    color: #FFF;
    font-size: 14px;
}

.space-drawer span.mdl-layout__attribution {
    color: #FFF;
    font-size: 12px;
    opacity: .87;
    padding: 16px 40px;
}

.space-drawer .mdl-layout-title {
    background: #000;
    height: 160px;
    position: relative;
}

.space-drawer .space-logo-image {
    bottom: 24px;
    height: 100px;
    left: 16px;
    position: absolute;
    width: 160px;
}

/**** HERO IMAGES****/

.space-hero {
    background: url('../image/themes/other/home/home-Large.png') center top no-repeat;
    background-size: cover;
    height: 0;
    overflow: hidden;
    padding-bottom: 55%;
    position: relative;
    width: 100%;
}

.about-space-hero {
    background: url('../image/about/About-Large.png') center top no-repeat;
    background-size: cover;
    height: 0;
    overflow: hidden;
    padding-bottom: 55%;
    position: relative;
    width: 100%;
}

#main-image {
    background-color: #000;
}

/**** OVERLAY ****/

.space-hero-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 19%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 1) 59%, rgba(0, 0, 0, 1) 100%);
    height: 0;
    margin: 0;
    padding-bottom: 55%;
    position: relative;
    width: 250px;
}

.m-space-hero-overlay {
    display: none
}

.space-hero-overlay-text {
    color: #fff;
    padding: 0 40px 0 24px;
}

.space-hero-overlay-fixed {
    margin-top: 64px;
}

.multilinefix {
    line-height: 1;
    padding-bottom: 10px;
}

.space-hero-overlay-actions {
    color: #fff;
    padding: 19px 40px 0 24px;
}

.space-hero-overlay-text-break {
    border-bottom: 2px solid #fff;
}

.space-hero-overlay-text-description {
    line-height: 1.2;
}

.space-hero-overlay-text-spacer {
    padding: 12px 0;
}

.space-hero-overlay-text-pieces {
    padding-top: 9px;
}

.space-hero-overlay-text-joiner {
    margin-top: -6px;
    padding-bottom: 14px;
}

.overlay-text {
    color: #fff;
    box-sizing: border-box;
    display: inline-block;
    line-height: 18px;
    opacity: .54;
    text-decoration: none;
    width: 100%;
}

.no-touch .overlay-text:hover {
    opacity: 1;
}

.overlay-text-spacer {
    padding-bottom: 8px;
}

.overlay-text span {
    font-size: 14px;
    line-height: 18px;
}

.overlay-text .get-app-L {
    float: left;
    height: 40px;
    margin-right: 10px;
    padding-top: 6px;
    width: 24px;
}

.share-button .mdl-button--raised {
    background-color: #4267B2;
    color: #fff;
    margin-top: 9px;
}

.share-button .mdl-button--raised:hover {
    background-color: #365899 !important;
}

.m-space-hero-overlay .share-button .mdl-button--raised {
    margin-left: 32px;
}

/**** QUOTE ****/

.space-hero-quote-text {
    color: #fff;
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 10% 16px 10%;
    opacity: 0.54;
    text-align: left;
}

.space-hero-quote-text p {
    font-size: 20px;
    padding-top: 8px;
}

/**** TAG ****/

#space-tag {
    color: #fff;
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10% 32px 10%;
    text-align: center;
}

.space-tag-spacer {
    margin: 8px 6px 8px 6px;
}

.mdl-chip {
    border-radius: 25px;
    height: 50px;
}

.mdl-chip__contact {
    border-radius: 25px;
    height: 50px;
    margin-right: 0;
    width: 50px;
}

.mdl-chip__text {
    margin-left: 8px;
}

.tagcontainer .mdl-button--icon:hover {
    color: #fff;
}

.tagcontainer .mdl-button {
    height: 50px;
    margin-right: 6px;
    width: 50px;
}

.tagcontainer .mdl-button:hover {
    background-color: transparent;
}

.no-touch .tagcontainer .mdl-button:hover {
    background-color: rgba(158, 158, 158, .2);
}

/**** MINI-FIGURE GALLERY ****/

.space-mini-figure-gallery-section {
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.space-mini-figure-card-container {
    justify-content: center;
}

.space-mini-figure-card-container-text {
    color: #fff;
    display: block;
    line-height: 1.2;
    margin: 8px;
    opacity: .54;
    text-align: center;
    word-spacing: 500px;
}

.space-mini-figure-img {
    height: 0;
    overflow: hidden;
    padding-bottom: 83%;
    width: 83%;
}

.space-mini-figure-img img {
    width: 100%;
}

.circle {
    background: #bdbdbd;
    border: 10px solid #fff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    position: relative;
}

.counter {
    background-color: #fff;
    height: 30px;
    position: absolute;
    width: 30px;
    right: 0px;
    margin-top: -20px;
    border-radius: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
}

/**** GALLERY ****/

.mdl-card {
    background-color: transparent;
    min-height: 140px;
    position: static;
}

.space-gallery-section {
    /**max-width: 1044px;**/
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.space-card-container {
    overflow: hidden;
}

.space-card-link {
    background: #373737;
    height: 100%;
    position: relative;
    text-decoration: none;
}

.space-card-link:hover {
    background: #272727;
}

.no-touch .space-card-link:hover:after {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    bottom: 104px;
    -moz-box-shadow: inset 0 0 10em #000;
    -webkit-box-shadow: inset 0 0 10em #000;
    box-shadow: inset 0 0 10em #000;
    content: "";
    height: calc(100% - 104px);
    left: -2px;
    position: absolute;
    width: calc(100% + 2px);
    z-index: 2;
}

.no-touch .space-card-link.swipebox:hover:after {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    bottom: -2px;
    -moz-box-shadow: inset 0 0 10em #000;
    -webkit-box-shadow: inset 0 0 10em #000;
    box-shadow: inset 0 0 10em #000;
    content: "";
    height: calc(100% + 2px);
    left: -2px;
    position: absolute;
    width: calc(100% + 2px);
    z-index: 2;
}

.space-card-container .mdl-card__media {
    background: transparent;
    height: auto;
    overflow: hidden;
    position: relative;
}

.space-card-container .mdl-card__media img {
    width: 100%;
}

.space-card-container .mdl-card__title {
    background: transparent;
    height: auto;
    padding: 24px 16px 0 16px;
}

.space-card-container .mdl-card__title-text {
    height: auto;
    color: #fff;
}

.space-card-container .mdl-card__supporting-text {
    background: transparent;
    color: rgba(255, 255, 255, 0.54);
    height: auto;
    padding: 4px 16px 24px 16px;
    width: 100%;
}

.badge {
    background: #4caf50;
    border: 1px solid #5ba95e;
    border-radius: 2px;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    left: 0;
    margin: 10px;
    position: absolute;
    padding: 2px 6px 1px 6px;
    z-index: 10;
}

/**** FOOTER ****/

.mdl-mini-footer {
    background-color: #212121;
}

.footer-text {
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    height: 100%;
    line-height: 24px;
    opacity: .54;
    text-decoration: none;
    width: 100%;
}

.no-touch .footer-text:hover {
    opacity: 1;
}

.footer-text span {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 1px;
    opacity: .54;
}

.footer-text .arrow-L {
    float: left;
    margin-right: 10px;
    padding-top: 23px;
    width: 24px;
}

.footer-text .arrow-R {
    float: right;
    margin-left: 10px;
    padding-top: 23px;
    width: 24px;
}

.mdl-mini-footer__left-section {
    height: 100%;
    float: left;
    text-align: left;
    width: 50%;
}

.mdl-mini-footer__right-section {
    height: 100%;
    float: right;
    text-align: right;
    width: 50%;
}

.disclaimer {
    display: flex;
    padding: 32px 16px;
}

.copyright {
    color: #fff;
    flex-grow: 1;
    font-size: 12px;
    opacity: 0.24;
}

.fb-like {
    min-width: 100px;
    text-align: right;
}

/**** SEARCH ****/

/* Search Body */

body.search-active {
    overflow-y: hidden !important;
}

body.search-active .search-input {
    pointer-events: all;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    visibility: visible;
}

body.search-active .icon-close {
    display: inline;
}

body.search-active .control {
    cursor: default;
}

body.search-active .control .btn-material {
    transform: scale(107);
}

body.search-active .control .icon-material-search {
    opacity: 0;
}

body.search-active .input-search-helper {
    visibility: visible;
}

/* Close Icon */

.icon-close {
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 38px;
    position: fixed;
    right: 35px;
    top: 35px;
    transition: all 0.3s ease-in-out;
    z-index: 12;
}

.icon-close:hover {
    color: #d44617 !important;
}

/* Search Input */

.search-wrapper {
    position: fixed;
    z-index: 12;
}

.search-input {
    left: 32px;
    pointer-events: none;
    position: absolute;
    opacity: 0;
    top: 32px;
    transform: translate(40px, 0);
    visibility: hidden;
    z-index: 7;
}

.input-search-helper {
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.3);
    margin-top: 12px;
    padding-top: 14px;
    position: absolute;
    width: 360px;
    visibility: hidden;
}

.search-input input {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    margin: 0;
    outline: 0;
    padding: 0;
    width: 370px;
}

/* Search Box Placeholder Text */

.search-input ::-webkit-input-placeholder {
    color: #fff;
}

.search-input ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.search-input :-ms-input-placeholder {
    color: #fff;
}

/* Container */

.container {}

/* Control btn */

.control {
    cursor: pointer;
}

.control .btn-material {
    background: #424242;
    border-radius: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-sizing: border-box;
    height: 60px;
    outline: 0;
    position: fixed;
    right: 24px;
    top: 24px;
    transform-origin: 50%;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 60px;
    z-index: 6;
}

@-moz-document url-prefix() {
    .control .btn-material {
        box-shadow: none;
    }
}

.control .btn-material:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

@-moz-document url-prefix() {
    .control .btn-material:hover {
        box-shadow: none;
    }
}

.control .icon-material-search {
    color: #fff;
    position: fixed;
    right: 41px;
    top: 44px;
    transition: opacity 0.1s ease-in-out;
    z-index: 7;
}

.control .icon-material-search:hover {
    color: #fff;
}

.space-header .search-input .warningColor {
    color: #fff !important;
}

/**** ABOUT ****/

.space-about-section {
    margin-left: auto;
    margin-right: auto;
    max-width: 1044px;
}

.space-about-container {}

.about-title {
    color: #fff;
    padding: 24px 0 0 0;
}

.about-title-large {
    color: #fff;
    padding: 24px 0 12px 0;
}

.about-body {
    color: #fff;
    font-size: 20px;
    opacity: .54;
    padding: 0 24px 0 0;
}

.about-body-tag {
    color: #fff;
    font-size: 20px;
    opacity: .54;
    padding: 0 24px 18px 0;
}

.about-legal {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 12px 0;
    opacity: .24;
}

.about-image {
    background: url('../image/about/About-Info-Large.png') center top no-repeat;
    background-size: 100%;
    margin: 42px 0 24px 0;
    padding-bottom: 56%;
}

.chip-about-position {
    display: flex;
    height: 60px;
}

.chip-about {
    padding-right: 0;
    flex: 0 0 50px;
}

.chip-description {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: 50px;
    justify-content: center;
    margin-left: 12px;
}

.chip-description-cell {}

.chip-description-text {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    opacity: 0.54;
}

.chip-description-text-bold {
    font-weight: 600;
    opacity: 1;
}

.mdl-button--icon {
    color: #dedede;
    margin-top: 8px;
}

/**** PROMO ****/

.space-promo-section {
    margin-left: auto;
    margin-right: auto;
}

.space-promo-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    margin-top: 50px;
    padding-bottom: 50px;
}

.space-promo-container-2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    display: none;
    margin-top: 50px;
    padding-bottom: 50px;
}

.promo-title-1 {
    color: #fff;
    padding: 20px 4px 12px 0;
}

.promo-body-1 {
    color: #fff;
    opacity: .54;
    padding: 0 4px 0 0;
}

.promo-title-2 {
    color: #fff;
    padding: 20px 4px 12px 8px;
}

.promo-body-2 {
    color: #fff;
    opacity: .54;
    padding: 0 4px 0 8px;
}

.promo-image-1 {
    background: url('../image/promo/wallpaper-promo.png') center top no-repeat;
    background-size: 100%;
    margin: 20px 8px 0 0;
    padding-bottom: 75%;
    position: relative;
}

.promo-image-1:hover {}

.no-touch .promo-image-1:hover:after {
    border-top: 1px solid #000;
    -moz-box-shadow: inset 0 0 10em #000;
    -webkit-box-shadow: inset 0 0 10em #000;
    box-shadow: inset 0 0 10em #000;
    content: "";
    left: -1px;
    height: calc(100% - 6px);
    position: absolute;
    width: calc(100% + 2px);
    z-index: 2;
}

.promo-image-2 {
    background: url('../image/promo/facebook-promo.png') center top no-repeat;
    background-size: 100%;
    margin: 20px 0 0 0;
    padding-bottom: 75%;
    position: relative;
}

.promo-image-2:hover {}

.no-touch .promo-image-2:hover:after {
    border-top: 1px solid #000;
    -moz-box-shadow: inset 0 0 10em #000;
    -webkit-box-shadow: inset 0 0 10em #000;
    box-shadow: inset 0 0 10em #000;
    content: "";
    left: -1px;
    height: calc(100%);
    position: absolute;
    width: calc(100% + 2px);
    z-index: 2;
}

/**** MOBILE LAYOUT ****/

@media (max-width: 839px) {

    .space-title {
        display: none !important;
    }

    .space-mobile-title {
        display: block !important;
        left: calc(50% - 95px);
        position: absolute;
        transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 3;
    }

    .space-hero-quote-text {
        padding: 32px 5% 16px 5%;
    }

    .space-hero-quote-text p {
        font-size: 16px;
        line-height: 1.5;
    }

    .makebig {
        font-size: 20px !important;
    }

    /**** OVERLAY ****/
    .space-hero-overlay {
        bottom: 0;
        height: auto;
        padding-bottom: 0;
        position: absolute;
        width: 100%;
        display: none;
    }

    .m-space-hero-overlay {
        display: inline;
    }

    .m-space-hero-overlay-color {
        background-color: #000;
    }

    .space-hero-overlay-text {
        padding: 24px 0 32px 24px;
    }

    .space-hero-overlay-actions {
        padding: 24px 12px 24px 24px;
    }

    /**** ABOUT ****/
    .about-image {
        background: url('../image/about/About-Info-Medium.png') center top no-repeat;
        background-size: 100%;
        margin: 24px 0 8px 0;
        padding-bottom: 60%;
    }

    .about-body {
        padding: 0;
    }

    .about-legal {
        margin: 0 0 12px 0;
    }

    /**** MOBILE SEARCH ****/
    .control .icon-material-search {
        right: 33px;
    }

    .control .btn-material {
        right: 16px;
    }

    .icon-close {
        right: 27px;
    }

    /**** MOBILE HERO IMAGES****/
    .space-hero {
        background: url('../image/themes/other/home/home-Medium.png') center top no-repeat;
        background-size: cover;
        height: 0;
        overflow: hidden;
        padding-bottom: 75%;
        position: relative;
        width: 100%;
    }

    .about-space-hero {
        background: url('../image/about/About-Medium.png') center top no-repeat;
        background-size: cover;
        height: 0;
        overflow: hidden;
        padding-bottom: 75%;
        position: relative;
        width: 100%;
    }

}

@media (max-width: 539px) {

    .footer-text {
        font-size: 17px;
        line-height: 23px;
    }

    .space-hero {
        background: url('../image/themes/other/home/home-Small.png') center top no-repeat;
        background-size: cover;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
        width: 100%;
    }

    .about-space-hero {
        background: url('../image/about/About-Small.png') center top no-repeat;
        background-size: cover;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
        width: 100%;
    }

    .about-image {
        background: url('../image/about/About-Info-Small.png') center top no-repeat;
        background-size: 100%;
        margin: 24px 0 8px 0;
        padding-bottom: 100%;
    }

    .input-search-helper {
        width: 200px;
    }

    .search-input input {
        width: 210px;
    }

}

@media screen and (max-width: 1024px) {

    .mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
        padding: 16px 42px;
    }

}


@media screen and (min-width: 1400px) {

    /*Page*/
    .mdl-layout__content {
        padding-left: 6%;
        padding-right: 6%;
    }

    .fixed-header {
        width: 88%;
    }

    .header-button-fixed {
        padding-left: 16px;
    }

    /*Header*/
    .space-header {
        padding-left: 6%;
        padding-right: 6%;
    }

    /*Search*/
    .search-wrapper {
        margin-left: 6%;
    }

    .icon-close {
        margin-right: 6%;
        padding-right: 16px;
    }

    .control .btn-material {
        right: 6%;
        top: 23px;
        margin-right: 41px;
    }

    .control .icon-material-search {
        right: 6%;
        margin-right: 57px;
    }

    /*Hero*/
    .space-hero-overlay {
        height: auto;
    }

    #main-image {
        width: auto !important;
    }

    .space-promo-container {
        margin-top: 100px;
    }

    .space-promo-container-2 {
        margin-top: 100px;
    }
}

@media screen and (min-width: 639px) and (max-width: 1275px) {

    .space-promo-container {
        display: none;
    }

    .space-promo-container-2 {
        display: flex;
    }

    .promo-body-1 {
        font-size: 20px;
        line-height: 1.5;
    }

    .promo-body-2 {
        font-size: 20px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 739px) {

    .promo-body-1 {
        font-size: 18px;
        line-height: 28px;
    }

    .promo-body-2 {
        font-size: 18px;
        line-height: 28px;
    }
}

@media screen and (max-width: 1275px) {

    .promo-image-1 {
        margin: 20px 0 0 0;
    }

    .no-touch .promo-image-1:hover:after {
        height: calc(100% + 0px);
    }

    .promo-image-2 {
        margin: 20px 0 0 0;
    }

    .no-touch .promo-image-2:hover:after {
        height: calc(100% + 0px);
    }

}
