/*
color palette:   1. color: #1E1E1F, rgb(30, 30, 31)
                 2. color: #424143, rgb(66, 65, 67)
                 3. color: #67666A, rgb(103,102,106)
                 4. color: #807F83, rgb(128, 127, 131)
                 5. color: #CBC9CF, rgb(203, 201, 207)
                 6. color: #EDEEF0, rgb(237, 238, 240)
                 7. color: #fde014, rgb (253, 224, 20) (yellow)
                 8. color: #f05f40 (orange)
                 9. color: #ee4b28 (dark-orange)
                10. color: #376eb3 (blue-dan)
*/
:root {
    --main-bg-color: #376eb3;
    --main-txt-color: #376eb3;
    --main-padding: 15px;
}

.bg-main-color {
    background: var(--main-bg-color);
}

.arcblue{background: #003d7f !important;}

body {
    /*font-family: 'Didact Gothic', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1.6px;
    margin: 0;
}

.logo-img {
    width: 120px;
    height: 62px;
    background-image: url("../img/logonew.svg");
    background-size: cover;
    background-position: left;
}

.slider .indicators .indicator-item.active {
    background-color: var(--main-bg-color);
}

.z-index-back {
    z-index: -100;
}

nav ul li a:hover {
    color: var(--main-txt-color) !important;
    background: white !important;
}

.header-color {
    background-color: red;
}

.bg-color1 {
    background: #1E1E1F;
}

.bg-color2 {
    background: #424143;
}

.bg-color3 {
    background: #67666A;
}

.bg-color4 {
    background: #807F83;
}

.bg-color5 {
    background: #CBC9CF;
}

.bg-color6 {
    background: #EDEEF0;
}

.bg-color7 {
    background: #c5c7cc;
}

.bg-color8 {
    background: #282828;
}

.bg-color-white {
    background: white;
}

.bg-gold {
    background: #ffd700;
}

.bg-goldyell {
    background: #ffdf00;
}

.bg-metalgold {
    background: #d4af37;
}

.bg-black {
    background: #000000;
}

.bg-btn-blue {
    background-color: #424143;
}

.bg-btn-blue:hover {
    background-color: var(--main-txt-color);
    color: #1E1E1F;
}

.bg-btn-blue:active {
    background-color: var(--main-txt-color);
    color: #1E1E1F;
}

.link-m {
    text-decoration: none;
}

.link-m:hover {
    color: #ffd700;
    text-decoration: none;
}

.btn-floating:hover {
    background-color: var(--main-txt-color);
}

.carousel-indicators .active {
    background-color: var(--main-bg-color);
}

.carousel-indicators li {
    background-color: rgba(128, 127, 131, 0.5);
}

.input-field .prefix.active {
    color: var(--main-txt-color);
}

textarea.materialize-textarea[readonly="readonly"] {
    color: var(--main-txt-color);
    border-bottom: 1px dotted var(--main-txt-color);
}

.text-color1 {
    color: #1E1E1F;
!important;
}

.text-color2 {
    color: #424143;
}

.text-color3 {
    color: #67666A;
}

.text-color4 {
    color: #807F83;
}

.text-color5 {
    color: #CBC9CF;
}

.text-color6 {
    color: #EDEEF0;
}

.text-color7 {
    color: #376eb3;
}

.text-gold {
    color: #ffd700;
}

.text-golden {
    color: #ffdf00;
}

.text-mgold {
    color: #d4af37;
}

.font-weight1 {
    font-weight: 300;
}

.font-weight2 {
    font-weight: 400;
}

.font-weight3 {
    font-weight: 500;
}

.font-weight4 {
    font-weight: 600;
}

.font-weight5 {
    font-weight: 800;
}

.font-size0 {
    font-size: 10px;
}

.font-size1 {
    font-size: 12px;
}

.font-size2 {
    font-size: 14px;
}

.font-size3 {
    font-size: 16px;
}

.font-size4 {
    font-size: 18px;
}

.font-size5 {
    font-size: 20px;
}

.font-size6 {
    font-size: 22px;
}

.font-size7 {
    font-size: 24px;
}

.font-size8 {
    font-size: 26px;
}

.font-size9 {
    font-size: 28px;
}

.font-size10 {
    font-size: 36px;
}

.h-line::after {
    content: "";
    display: block;
    width: 7%;
    height: 3px;
    background: var(--main-bg-color);
    position: relative;
    left: 46.5%;
}

/*.h-line1::after{content: "";
    content: "";
    display: block;
    width: 29%;
    height: 3px;
    background: var(--main-bg-color);
    position: relative;
    left: 35.5%;}*/
.h-lineWhite::after {
    content: "";
    display: block;
    width: 7%;
    height: 3px;
    background: white;
    position: relative;
    left: 46.5%;
    top: 10px;
}

.bg-map {
    background-image: url("../img/map.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-glass {
    background: rgba(237, 238, 240, 0.4);
}

#map {
    width: 100%;
    z-index: -20;
    position: relative;
}

.map-glass {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    position: absolute;
    overflow: hidden;
}

.contact-inp-group {
    position: relative;
}

.contact-label {
    display: inline-block;
    font-family: 'OpenSansLight', Helvetica, sans-serif;
    font-size: 15px;
    color: #CBC9CF;
    margin-bottom: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

.contact-inp {
    border-bottom: 1px solid #6E7172;
    color: #376eb3;
    font-size: 15px;
}

.contact-inp:focus + .contact-label, .contact-inp.has-value + .contact-label {
    top: -10px;
    font-size: 12px;
}

.contact-message {
    display: inline-block;
    height: 50px;
    color: #376eb3;
    background: transparent;
    font-size: 15px;
    display: block;
    border-style: none;
    border-color: Transparent;
    overflow: visible;
    border-bottom: 1px solid #6E7172;
}

.contact-message::placeholder {
    color: #CBC9CF;
}

.contact-message:focus {
    outline: none;
}

.contact-button {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #CBC9CF;
    background: transparent;
    border: 1px solid #CBC9CF;
    overflow: hidden;
}

.contact-button:focus {
    outline: none;
}

.contact-button:before {
    content: '\e801';
    font-family: 'fontello';
    left: -9px;
    position: relative;
}

.contact-button:active {
    background: #CBC9CF;
    color: #1E1E1F;
    outline: none;
}

.contact-button:hover {
    color: #424143;
    transition: all 300ms ease-in 0s;
}

.contact-button:hover:before {
    left: 90px;
    transition: all 300ms ease-in 0s;
}

.py {
    padding: 60px;
}
/*
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: var(--main-bg-color);
}

::-webkit-scrollbar-thumb:hover {
    background: #003d7f;
}

::-webkit-scrollbar-thumb:active {
    background: whitesmoke;
}

::-webkit-scrollbar-track {
    background: #3e3e3e;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-track:hover {
    background: #666666;
}

::-webkit-scrollbar-track:active {
    background: #333333;
}

::-webkit-scrollbar-corner {
    background: transparent;
}*/

.text-info {
    margin-top: 18px;
    text-align: justify;
    line-height: 20px;
}

.padding60 {
    padding: 60px 0;
}

a {
    color: white;
}

.justify {
    text-align: justify;
}

.fontFix {
    letter-spacing: 2px;
    line-height: 30px;
}

.fontFix2 {
    letter-spacing: 1.5px;
    line-height: 20px;
}

.slider-text {
    color: #000 !important;
    background: rgba(245, 245, 245, 0.1);
}

.collection {
    border: none;
}

.collection .collection-item {
    border: none;
}

/*.blue {
    background-color: var(--main-txt-color) !important;
}*/
.naglasen-text {
    color: var(--main-txt-color);
    font-weight: 600;
}

h1 {
    margin-top: 0;
}

.patreon-footer-ad {
    display: inline-block;
    float: left;
    margin-right: 50px;
    margin-bottom: 20px;
}

.patreon-footer-ad a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
}

.patreon-footer-ad img {
    max-width: 150px;
    max-height: 100%;
}

.fade-in {
    animation-name: fadeIn;
    animation-duration: 1.3s;
    animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.socialNetwork{
    display: inline-block;
    -webkit-transition:color 200ms linear 1ms;
    transition: color 200ms linear 1ms;
}
.socialNetwork:hover{
    color: var(--main-txt-color);
}
@media only screen and (max-width: 1280px) {
    .patreon-footer-ad img {
        max-width: 100px;
    }
}
#login-page {
    width: 500px;
}

#login-page .card {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#login-page label{
    color: #039be5;
    font-size: 10px;
    position: relative;
    top: -66px;
}
#login-page input
{
    color: #039be5;
}

.carousel {
    overflow: hidden;
    position: relative;
    top: -50px;
    width: 100%;
    height: 350px;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}
.carousel .indicators .indicator-item.active {
    background-color: #1971de;
}
.carousel .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 24px 4px;
    background-color: rgb(0 0 0 / 50%);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%;
}
