﻿/*CONTROL*/

@font-face {
    font-family: Proxima;
    src: url(../craftcrest_libraries/fonts/proximanovalight.ttf);
}

@font-face {
    font-family: Jellyka;
    src: url(../craftcrest_libraries/fonts/jellyka.ttf);
}

@font-face {
    font-family: Roboto;
    src: url(../craftcrest_libraries/fonts/roboto.ttf);
}

a[target="_blank"]:after {
    content: " \1F86D";
}

button:focus {
    height: 40px;
    width: 100%;
    font-family: Roboto;
    font-size: 1em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0 0px 5px 0 #6600cc;
    transition: all 0.3s ease-in-out;
}

hr {
    border-top: 1px solid #ffffff !important;
    width: 50% !important;
    float: left !important;
}

td > img {
    object-fit: cover;
    background-size: cover;
    background-position: center;
}

.butterfly-logo {
    height: 40px;
    width: 40px;
    background-size: cover;
}

#constructor-map {
    position: relative;
    top: 75px;
    width: 100%;
    height: 425px;
}

.selector {
    position: relative !important;
    top: 50px;
    font-family: Roboto;
    font-size: 1em;
}

.maintext-p {
    font-family: Roboto !important;
    font-weight:normal;
}

.whatis {
    font-family: Roboto;
    color: #ffffff;
    font-size: 1em;
    font-style: normal;
    background-color: #000000;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    opacity: 0.4 !important;
    cursor: pointer;
}

.whatis:hover {
    font-family: Roboto;
    color: #ffffff;
    font-size: 1em;
    font-style: normal;
    background-color: #8704bf;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    text-decoration: none;
    cursor: help;
}

.whatis_v {
    font-family: Roboto;
    color: #ffffff;
    font-size: 1em;
    font-style: normal;
    background-color: #666666;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    opacity: 1;
    cursor: pointer;
}

.whatis_v:hover {
    font-family: Roboto;
    color: #ffffff;
    font-size: 1em;
    font-style: normal;
    background-color: #efefef;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    text-decoration: none;
    cursor: help;
}

/*.flag {
    position: absolute;
    right: 200px;
    top: 0px;
    height: 50px;
    width: auto;
    background-size: cover;
    background-position: center;
}*/

/*.mp-menu {
    position: relative;
    margin-left: 25px;
    top: 25px;
}*/

/*.country {
    margin-top: 0px;
    padding-left: 0px;
    float: right;
    top: 0px;
    height: auto;
    width: 174px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}*/

.maintext-p {
    font-family: Proxima;
    font-size: 1em;
    text-align: left;
}

.n-font {
    font-family: Roboto;
    font-size: 1em;
    font-style: normal;
    text-decoration: none;
}

.pushy {
    position: fixed;
    top: 50px;
    width: 320px;
    height: 100%;
    height: -webkit- calc(100% - 100px);
    height: -moz- calc(100% - 100px);
    height: calc(100% - 100px);
    z-index: 1000000000;
    background: #ffffff;
    font-size: 16px;
    font-family: Roboto;
    font-weight: bold;
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.pushy a {
    display: block;
    color: #666666;
    padding: 15px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-decoration: none;
}

.pushy a:hover {
    background: #111111;
    color: #ffffff;
    text-decoration: none;
}

.pushy-left {
    -webkit-transform: translate3d(-320px,0,0);
    -moz-transform: translate3d(-320px,0,0);
    -ms-transform: translate3d(-320px,0,0);
    -o-transform: translate3d(-320px,0,0);
    transform: translate3d(-320px,0,0);
}

.pushy-open {
    -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);
}

.container-push, .push-push {
    -webkit-transform: translate3d(200px,0,0);
    -moz-transform: translate3d(200px,0,0);
    -ms-transform: translate3d(200px,0,0);
    -o-transform: translate3d(200px,0,0);
    transform: translate3d(200px,0,0);
}

.pushy, #container, .push {
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.site-overlay {
    display: none;
}

.pushy-active .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 250px;
    z-index: 9999;
}

@media screen and (max-width: 768px) {
    .pushy {
        font-size: 16px;
    }
}

.dot {
    border: 30px solid #6800ff;
    background: transparent;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 92px;
    width: 92px;
    -webkit-animation: pulse 3s ease-out;
    -moz-animation: pulse 3s ease-out;
    -o-animation: pulse 3s ease-out;
    -ms-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -50px;
    margin-left: -50px;
    opacity: 0;
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -moz-transform: scale(0);
        opacity: 0.1;
    }

    50% {
        -moz-transform: scale(0.1);
        opacity: 0.3;
    }

    75% {
        -moz-transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }

    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

@-o-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }

    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

@-ms-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }

    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

/*.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    top: 8px;
    left: 405px;
    z-index: 1000000000;
}*/

/*.pl {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 34px;
    top: -2px;
    margin-left: -20px;
    z-index: 1000000000;
    color: white;
    font-family: Proxima;
}*/

/*.en {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 34px;
    top: -2px;
    margin-left: 65px;
    z-index: 1000000000;
    color: white;
    font-family: Proxima;
}*/

/*.switch input {
    display: none;
}*/

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #6600cc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #6600cc;
}

input:focus + .slider {
    box-shadow: 0 0px 5px 0 #6600cc;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.eye {
    width: auto;
    height: auto;
}

.ripple {
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #f1f1f1;
    transform: scale(0);
    position: absolute;
    opacity: 0.1;
}

.rippleEffect {
    animation: rippleDrop .6s linear;
}

@keyframes rippleDrop {
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.eyetext {
    display: none;
}

/*.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}*/

/*.column {
    float: left;
    width: 25%;
}*/

.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #111111;
    z-index: 1000000;
}

.modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    background-color: transparent;
    margin: auto;
    padding: 0;
    height: 600px;
    max-width: 860px;
    max-height: 600px;
    z-index: 1000000;
}

.close {
    color: #ffffff;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 32px;
    background-color: #111111;
    padding: 8px;
}

.close:hover,
.close:focus {
    color: #666666;
    text-decoration: none;
    cursor: pointer;
}

.modal-slider {
    display: none;
}

.modal-slider > img {
    height: 600px;
    max-width: 860px;
    width: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: auto;
    padding: 16px;
    color: #ffffff;
    background-color: #111111;
    font-size: 32px;
    text-decoration: none;
    font-style: normal;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
    border-radius: 5px 0 0 5px;
}

.prev:hover,
.next:hover {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: auto;
    padding: 16px;
    color: #ffffff;
    background-color: #111111;
    font-size: 32px;
    text-decoration: none;
    font-style: normal;
    user-select: none;
    -webkit-user-select: none;
    opacity: 0.8;
}

.numbertext {
    color: #ffffff;
    background-color: #111111;
    font-size: 1em;
    font-family: Roboto;
    padding: 16px 16px;
    position: absolute;
    top: 0;
}

/*.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}*/

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.ribbon {
    position: relative;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-family: Roboto;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #111111;
    background: linear-gradient(#6600CC 0%, #ffffff 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #ffffff;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ffffff;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ffffff;
}

/**/

.side-contact {
    position: fixed;
    top: 50px;
    right: 0px;
    height: 100%;
    height: -webkit- calc(100% - 100px);
    height: -moz- calc(100% - 100px);
    height: calc(100% - 100px);
    width: 0;
    background-color: rgba(255,255,255,0.6);
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition: 0.2s;
    z-index: 10000;
    overflow-x: hidden;
}

.side-contact::-webkit-scrollbar {
    display: none;
}

.side-session {
    position: fixed;
    top: 50px;
    left: 25px;
    height: 100%;
    height: -webkit- calc(100% - 215px);
    height: -moz- calc(100% - 215px);
    height: calc(100% - 215px);
    width: 0;
    transition: 0.2s;
    z-index: 1000000;
}

.side-session::-webkit-scrollbar {
    display: none;
}

.side-session-input {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 60px;
    width: 500px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #efefef;
    overflow-x: hidden;
    z-index: 1000000;
}

.side-session-post-input {
    position: absolute;
    bottom: 0px;
    margin: 10px;
    width: 100%;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
}

.side-session-post-input:focus {
    position: absolute;
    bottom: 0px;
    margin: 10px;
    width: 100%;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
}

.side-session-post-button {
    position: absolute;
    bottom: 10px;
    height: 40px;
    width: 40px;
    right: 10px;
    background-color: #6600cc;
    background-image: url(../craftcrest_files/ui_icons/send.png);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: none;
    cursor: pointer;
}

.side-session-post-button:focus {
    position: absolute;
    bottom: 10px;
    height: 40px;
    width: 40px;
    right: 10px;
    background-color: #6600cc;
    background-image: url(../craftcrest_files/ui_icons/send.png);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: none;
    cursor: pointer;
}

.side-session-emo-button {
    position: absolute;
    bottom: 10px;
    height: 40px;
    width: 40px;
    right: 60px;
    background-color: #6600cc;
    background-image: url(../craftcrest_files/ui_icons/emoticon.png);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: none;
    cursor: pointer;
}

.side-session-emo-button:focus {
    position: absolute;
    bottom: 10px;
    height: 40px;
    width: 40px;
    right: 60px;
    background-color: #6600cc;
    background-image: url(../craftcrest_files/ui_icons/emoticon.png);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: none;
    cursor: pointer;
}

.side-session-post-wall {
    position: absolute;
    top: 75px;
    height: 100%;
    height: -webkit- calc(100% - 125px);
    height: -moz- calc(100% - 125px);
    height: calc(100% - 125px);
    width: 100%;
    background-color: rgba(255,255,255,0.6);
    border: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

::-webkit-scrollbar {
    display: none;
}

#cc_de_bad_preloader, #cc_de_bay_preloader, #cc_de_ost_preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cc_de_bad_loader, #cc_de_bay_loader, #cc_de_ost_loader {
    display: block;
    position: relative;
    left: 195px;
    top: 185px;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#cc_de_bad_loader:before, #cc_de_bay_loader:before, #cc_de_ost_loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#cc_de_bad_loader:after, #cc_de_bay_loader:after, #cc_de_ost_loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*Copyrights

/Butterfly Craftcrest 2025 Blackberry. RTM T.X.
© 2013-2025 Butterfly Co. Entertainment Technologies.
© Marawel. Crafted with love by Marawel. Made in EU.

Butterfly Co. Entertainment Technologies.,
Wojska Polskiego 22 B, 58-200 Dzierżoniów, Poland,
NIP: 8821948224, REGON: 364721520, D-U-N-S®: 421878044,

Tel. +48 794 001 996,
e-mail: contact@craftcrest.com,

# The Butterfly logo is registered under the patent mark UPRP/Z416421.
# Aer technology and the way it works are protected by the document UPRP P.404459 WIPO ST 10/CPL404459 and constitute the intellectual property of the creator.*/
