/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Nov 2, 2018, 10:16:35 PM
    Author     : SASq
*/

.navbar .container {
    max-width: 80%;
}


/* NO SELECT */
.inf-sm_bg,
.close_icon_x,
.infosectiontext,
.descriptiontext {
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}


::-moz-selection {
    background: #191919;
    color: #2a5dbb; /* #3b70d2 */
    text-shadow: none;
}

::selection {
    background: #191919;
    color: #e5e5e5;
    text-shadow: none;
}


:focus,
.focus {
    /* outline: -webkit-focus-ring-color auto 5px; */
    outline: none !important;
}

/* SVG logo */
.cls-1{
    isolation:isolate;
}
.cls-2,
.cls-4,
.cls-5{
    fill:none;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.cls-2{
    stroke:#999999;
    stroke-width:25px;
}
.cls-3{
    mix-blend-mode:multiply;
    opacity:0.75;
}
.cls-4{
    stroke:#f15a24;
}
.cls-4,
.cls-5{
    stroke-width:20px;
}
.cls-5{
    stroke:#f7931e;
}


a {
    color: #2a5dbb;
}

a:hover {
    color: #6B3BD2;
    text-decoration: none;
}

.js-scroll-trigger .fa-angle-double-down {
    color: #f7931e;
}

.js-scroll-trigger .fa-angle-double-down:hover {
    color: #2a5dbb;
}

hr {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.f11 {
    font-size: 0.6875rem;
}

.f12 {
    font-size: 0.75rem;
}

.f13 {
    font-size: 0.8125rem
}

.f14 {
    font-size: 0.875rem;
}

.f15 {
    font-size: 0.9375rem;
}


#portfolio h4 {
    font-size: 1.25em;
}

@media (min-width: 768px) {
    .modal h4 {
        font-size: 1.4375em !important;
    }
}

.modal h4 {
    font-size: 1em;
}

/* SCROLL TO TOP */
.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    color: #000;
    line-height: 35px;
    border-radius: .5rem !important;
    border: 1px solid #000;
    z-index: 999;
}
.scroll-to-top:focus, .scroll-to-top:hover {
    color: white;
}
.scroll-to-top:hover {
    background: #000;
}
.scroll-to-top i {
    font-weight: 800;
}


.collapseds {
    right: 0px !important;
    z-index: 999 !important;
    -webkit-animation-name: slideL !important;
    -webkit-animation-duration: .8s !important;
    animation-name: slideL !important;
    animation-duration: .8s !important;
}


/* anim slideL Safari 4.0 - 8.0 */
@-webkit-keyframes slideR {
    0%   {right: 0px;}
    100% {right: -55px;}
}

/* anim slideL Standard syntax */
@keyframes slideR {
    0%   {right: 0px;}
    100% {right: -55px;}
}

.top_links {
    display: inline-flex;
    top: 30vh;
    width: 80px; /*80px*/
    margin: 0;
    padding: 0;
    position: fixed;
    background: rgba(255, 0, 0, .4);
    border-radius: .5rem 0 0 .5rem;
    box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.7);
    visibility: visible !important;
    right: -55px;
    z-index: 997;
    -webkit-animation-name: slideR;
    -webkit-animation-duration: .8s;
    animation-name: slideR;
    animation-duration: .8s;
}

/* anim slideL Safari 4.0 - 8.0 */
@-webkit-keyframes slideL {
    0%   {right: -55px;}
    100% {right: 0px;}
}

/* anim slideL Standard syntax */
@keyframes slideL {
    0%   {right: -55px;}
    100% {right: 0px;}
}

.top_links li {
    margin: 0 !important;
}

.icons_t {
    transform: rotate(-90deg);
    color: #e5e5e5;
    top: 45%;
    left: -2.313rem; /* -16 */
    position: absolute;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    letter-spacing: 2px;
    text-shadow: 0px 0px 2px black;
}

.icons_t svg {
    color: #191919;
}


@media (min-width: 768px) {
    #mainNav {
        padding: 30px 0 10px 50px;
    }
}


@media (min-width: 768px) {
    #mainNav.navbar-shrink {
        padding-top: 1px;
        padding-bottom: 0;
        background-color: #191919;
    }
}

@media (min-width: 768px) {
    .carousel-caption {
        top: 40vh !important;
    }
}

/*
@media (min-width: 768px) {
    .navbar-brand {
        visibility: hidden !important;
    }
}
*/

.navbar-brand {
    visibility: visible;
}

#mainNav .navbar-nav .nav-item .nav-link {
    color: #e5e5e5;
}


.navbar {
    padding: .1rem 1rem;
}


#mainNav.navbar-shrink {
    background: #191919 url(../img/bg/bg_white_bl.webp) !important;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: center center;
}


#mainNav .navbar-toggler {
    padding: 0;
}


#mainNav .navbar-toggler {
    color: #fff;
    background-color: transparent;
}


@media (min-width: 768px) {
    #mainNav {
        background: transparent !important;
    }
    .navbar .dropdown.show,
    .dropdown-menu {
        background: rgba(19, 19, 19, .7) !important;
    }
}

@media (min-width: 768px) {
    .dropdown-menu{
        font-size: 0.875rem !important;
    }
}

#mainNav {
    background: #191919 url(../img/bg/bg_white_bl.webp);
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: center center;
}

#mainNav.navbar-shrink .dropdown-menu {
    background: #191919 url(../img/bg/bg_white_bl.webp) !important;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: center center;
    border-radius: 0 0 .5rem .5rem;
}


#mainNav.navbar-shrink .navbar-nav .show {
    background: transparent;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #e5e5e5;
    text-align: left;
    list-style: none;
    background: transparent;
    border: none;
}


.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 0.8rem;
    clear: both;
    font-weight: 400;
    color: #e5e5e5;
    text-align: inherit;
    white-space: nowrap;
    background: transparent;
    border: none;
}


/*.navbar-shrink*/ .dropdown-item hover-focus,
/*.navbar-shrink*/  .dropdown-item:hover,
/*.navbar-shrink*/  .dropdown-item:focus,
/*.navbar-shrink*/  .dropdown-item.active,
/*.navbar-shrink*/  .dropdown-item:active {
    color: #f7931e;
    text-decoration: none;
    background: transparent;
}


/* CAROUSEL */
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    top: calc(50vh - 6.5rem);
    left: 0;
    z-index: 10;
    padding: 0;
    color: #e5e5e5;
    text-align: center;
    height: 100%;
}


.carousel-item {
    height: 100vh;
    min-height: 360px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.modal-content .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 0;
    color: #e5e5e5;
    text-align: center;
    height: 100%;
}


.modal-content .carousel-item {
    height: 100%;
    min-height: 360px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.imgmodonl,
.portfolio-modal .carousel {
    margin: auto;
    background: #cccccc; /* seeing between pics change */
    border: 1px solid #acacac;
}


.modal-body .carousel-item {
    height: 100%;
    min-height: 150px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.brand-heading,
.brand-heading2 {
    font-size: 2.5rem;
    font-style: italic;
    line-height: 100%;
    font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.brand-heading2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.brand-heading-intro-text {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 100%;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}


a > .fa-angle-double-down {
    font-size: 1.5em;
}


body {
    color: #191919;
    background-color: #191919 !important;
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    -webkit-font-smoothing: antialiased;
}


.text-fr-line {
    text-indent: 1.125em;
}

/*.text-monospace::first-line {
    text-indent: 1.125em;
}*/


section h2.section-heading {
    font-size: 2em;
}


.text-muted {
    color: #191919 !important;
}

.text-muted-gra {
    /* color: #333333 !important; */
    color: #4c4c4c !important;
}
.text-muted-w {
    color: #9e9e9e !important;
}

.text-muted-w2 {
    color: #9e9e9e !important;
}

.text-muted-b {
    color: #2a5dbb !important;
}


.text-muted-bl {
    color: #177D7D !important;
}


.text-muted-o {
    color: #53a625 !important;
}

.text-muted-g {
    color: #c8a111 !important;
}


.text-muted-p {
    color: #2a8bbb !important;
}


.text-muted-l {
    color: #9f2abb !important; /* #a10dc9*/
}

.text-muted-r {
    color: #d32f2f !important;
}


.text-muted-r2 {
    color: #bb2a5d !important;
}


.text-muted-rd {
    color: darkred !important;
}

.modscl-sep {
    background-color: #2a5dbb;
}

.modscl-sep2 {
    background-color: #53a625;
}


.modscl-sep3 {
    background-color: #c8a111;
}


.modscl-sep4 {
    background-color: #9f2abb; /*#a10dc9*/
}

.modscl-sep5 {
    background-color: #2a8bbb;
}

.btn-group-toggle .btn {
    padding: 0 .125rem;
    line-height: 1;
}


.btn-primary {
    background-color: #191919 !important;
    border-color: transparent !important;
}

.btn-primary,
.btn-primary span,
.btn-secondary span,
.btn-primary span,
.btn-secondary span {
    color: #e5e5e5;
}

.btn-primary svg {
    color: #e5e5e5;
}

.btn-primary:hover svg,
.btn-primary:focus svg,
.btn-primary:active svg,
.btn-primary:active span,
.btn-primary:focus span,
.btn-primary:hover span,
.btn-secondary:active span,
.btn-secondary:focus span,
.btn-secondary:hover span {
    color: #e5e5e5;
}


.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #2a5dbb !important;
    border-color: transparent !important;
    color: #e5e5e5 !important;
}

.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-secondary:active,
.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 112, 210, 0) !important;
    -moz-box-shadow: 0 0 0 0.2rem rgba(59, 112, 210, 0) !important;
    box-shadow: 0 0 0 0.2rem rgba(59, 112, 210, 0) !important;
}

.btn-primary .fa-times {
    color: #e5e5e5;
}

.btn-primary .fa-check {
    color: #e5e5e5;
}


.btn-primary.disabled,
.btn-primary:disabled {
    color: #666666 !important;
    background-color: #191919;
    border-color: transparent !important;
}

.btn-primary.disabled svg,
.btn-primary:disabled svg{
    color: #666666;
}

.btn-group-toggle .btn-primary.active .fa-check,
.btn-group-toggle .btn-primary:active .fa-check {
    color: #e5e5e5;
    visibility: visible;
}


.btn-group-toggle .btn-primary .fa-check {
    visibility: hidden;
}

.bg-light {
    color: #191919;
    background: #dcdcdc url("../img/bg/bg_white.webp") !important;
    background-repeat: repeat;
    background-position: top left;
}


.mdlcont {
    background: #e5e5e5;
    border-radius: .5rem;
    border: 1px solid #acacac;
}


.portfolio-modal .modal-content p.item-intro {
    margin: 0;
}


.bg-dark {
    color: #ccc;
    background: #191919 url("../img/bg/bg_dark.webp") !important;
    background-repeat: repeat;
    background-position: top left;
}

#portfolio {
    padding: 0 !important;
}


@media (min-width: 768px) {
    .spacer-buttton-downl {
        margin-top: 0 !important;
    }
}

.spacer-buttton-downl {
    margin-top: 36px;
}


@media (max-width: 560px) {
    .submin {
        margin-left: 1rem!important;
    }
}

.submin {
    background: rgba(25, 25, 25, 1) url(../img/bg/bg_white_bl.webp) !important;
    border-radius: .5rem;
    box-shadow: inset 0px 9px 10px 0px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: inset 0px 9px 10px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 0px 9px 10px 0px rgba(0, 0, 0, 0.8);
}

@media (min-width: 992px) {
    .modscl-sep {
        margin: 5rem 0 1.5rem -3rem !important;

    }
}

@media (min-width: 992px) {
    .modscl-sep2,
    .modscl-sep3,
    .modscl-sep4,
    .modscl-sep5 {
        margin: 1.5rem 0 1.5rem -3rem !important;
    }
}

.modscl-sep,
.modscl-sep2,
.modscl-sep3,
.modscl-sep4,
.modscl-sep5 {
    text-align: left;
    color: #191919;
    padding: 10px 20px 10px 20px;
    border-radius: .5rem;
}

.modscl-sep {
    margin: 5rem 0 1.5rem 0;
    box-shadow: inset 0px 9px 10px 0px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: inset 0px 9px 10px 0px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 0px 9px 10px 0px rgba(0, 0, 0, 0.9);
}


.modscl-sep2,
.modscl-sep3,
.modscl-sep4,
.modscl-sep5 {
    margin: 1.5rem 0 1.5rem 0;
    box-shadow: inset 0px 9px 10px 0px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: inset 0px 9px 10px 0px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 0px 9px 10px 0px rgba(0, 0, 0, 0.9);
}


@media (min-width: 768px) {
    .addmodname {
        /*min-height: 2.4em !important;*/
        -webkit-user-select: text; /* Safari 3.1+ */
        -moz-user-select: text; /* Firefox 2+ */
        -ms-user-select: text; /* IE 10+ */
        user-select: text; /* Standard syntax */
    }
}

/*.addmodname {
    min-height: 1.2em;
}*/

.addspec {
    padding: 0;
    -webkit-user-select: text; /* Safari 3.1+ */
    -moz-user-select: text; /* Firefox 2+ */
    -ms-user-select: text; /* IE 10+ */
    user-select: text; /* Standard syntax */
}



.adddata {
    background: #9e9e9e;
    /*color: #191919;*/
    color: rgba(25, 25, 25, .8);
    font-weight: bold;
    padding: 10px 10px 5px 10px;
    border-radius: .5rem;
    box-shadow: inset 0px 9px 10px 0px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: inset 0px 9px 10px 0px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 0px 9px 10px 0px rgba(0, 0, 0, 0.9);
    -webkit-user-select: text; /* Safari 3.1+ */
    -moz-user-select: text; /* Firefox 2+ */
    -ms-user-select: text; /* IE 10+ */
    user-select: text; /* Standard syntax */
}

.adddata > span {
    color: #191919;
}

.updddata {
    color: rgba(255, 255, 0, .4);
    font-weight: bold;
    padding: 10px 10px 5px 10px;
}

.shadow-sepr,
.shadow-sepr-h,
.shadow-sepr2,
.shadow-sepr2-h,
.shadow-sepr3 {
    height: 46px;
    background: #191919 url(../img/bg/bg_white_bl.webp) !important;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: center center;
}

.shadow-sepr2-h,
.shadow-sepr-h {
    height: 23px !important;
}

.shadow-sepr,
.shadow-sepr-h,
.bg-light .shadow-sepr,
.bg-light .shadow-sepr-h {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow:  0px 10px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:  0px 10px 10px rgba(0, 0, 0, 0.7);
}


.shadow-sepr2,
.shadow-sepr2-h,
.shadow-sepr3,
.bg-light .shadow-sepr2,
.bg-light .shadow-sepr2-h {
    box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow:  0px -10px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:  0px -10px 10px rgba(0, 0, 0, 0.7);
}


.shadow-sepr3 {
    height: auto;
}


#portfolio .portfolio-item .portfolio-caption {
    background-color: transparent !important;
}


#portfolio .img-fluid {
    border-radius: 80% 50% !important;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow:  10px 10px 5px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:  10px 10px 5px rgba(0, 0, 0, 0.7);
}


#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    border-radius: 80% 50% !important;
    background: rgba(0, 0, 0, 0.9) !important;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow:  10px 10px 5px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:  10px 10px 5px rgba(0, 0, 0, 0.7);
}


#portfolio .portfolio-item .portfolio-caption p {
    font-family: 'Arial',sans-serif;
}


#team {
    padding: 0;
    background: transparent url(../img/bg/bg_white.webp) !important;
    background-repeat: repeat;
    background-position: top left;
}

.section-heading {
    color: #4c4c4c;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .65);
}

.team-member h2 {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .8);
}


#team h3 {
    margin-bottom: 50px;
}

section h3.section-subheading {
    font-size: 1rem;
}


.team-member img {
    border: 3px solid #b2b2b2;
}


.team-member {
    margin-bottom: 0;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .3);
}


ul.social-buttons li a {
    font-size: 30px;
    line-height: 50px;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #e5e5e5;
    border-radius: 100%;
    outline: none;
    background-color: #191919;
}

#team ul.social-buttons li a {
    line-height: 54px;
}


#paypal{
    padding: 0;
}

#ipaypali ul.social-buttons li a {
    width: 90px !important;
    height: 90px !important;
    background-color: #e5e5e5;
    color: #2a5dbb;
    box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.7) !important;
    -webkit-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.7) !important;
    -moz-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.7) !important;
}

.fa-steam,
fa-steam-square,
fa-users,
fa-paypal {
    line-height: 50px;
}

#ipaypali .fa-paypal {
    height: 90px !important;
}

#ipaypali ul.social-buttons li a:active, #ipaypali ul.social-buttons li a:focus, #ipaypali ul.social-buttons li a:hover,
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
    background-color: #2a5dbb;
    color: #e5e5e5;
    box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.7) !important;
    -webkit-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.7) !important;
    -moz-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.7) !important;
}


.ipaypali {
    background: transparent url("../img/ppcom-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    height: 107px;
    width: 200px;
    margin: auto;
    padding: 30px;
}

/* links in paypal section */
.ssplinks ul > li {
    background: #191919;
    padding: 1rem;
    border-radius: .5rem;
    border: 1px solid #292929;
    box-shadow: inset 0 0 10px 0px black;
}


footer {
    padding: 0;
    text-align: center;
    background: #191919;
}


footer span.copyright {
    color: #999;
}

.copyright {
    cursor: pointer;
}

footer li a {
    color: #f7931e; /* #0056b3; */
}


footer li a:hover {
    color: #2a5dbb;
    text-decoration: none;
}


/* 1 row in items Modul */
.firstrow {
    background: transparent url(../img/bg/bg_white_v2.webp) !important;
    background-repeat: repeat;
    background-position: top left;
    box-shadow: 0 0 5px 0 #555555;
    -webkit-box-shadow: 0 0 5px 0 #555555;
    -moz-box-shadow: 0 0 5px 0 #555555;
    border-radius: .5rem;
    visibility: hidden;
}


@media (min-width: 992px) {
    .infosectiontext,
    .descriptiontext {
        visibility: visible !important;
        left: -4.3125rem !important; /* -69px */
    }
}

@media (min-width: 1200px) {
    .infosectiontext,
    .descriptiontext {
        visibility: visible !important;
        left: -4.125rem!important; /* -66px */
    }
}

.infosectiontext,
.descriptiontext {
    transform: rotate(-90deg);
    position: absolute;
    width: 10.625rem; /* 170px */
    height: 1.875rem; /* 30px */
    top: 4.375rem; /* 70px */
    left: -5.0625rem; /* -81px */
    font-size: 1.25em; /* 20px */
    font-weight: bold;
    white-space: nowrap;
    visibility: hidden;
    color: #191919;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 1);
}

.descriptiontext {
    background: #aaaaaa;
    background: -moz-linear-gradient(right, #aaaaaa 0%,#cccccc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(right, #aaaaaa 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, #aaaaaa 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.infosectiontext {
    background: #999999;
    background: -moz-linear-gradient(right, #999999 0%,#bbbbbb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(right, #999999 0%,#bbbbbb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, #999999 0%,#bbbbbb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* 2 row in items Modul */
@media (min-width: 992px) {
    .secoundrow {
        padding: 2rem 1rem 0 1rem;
    }
}

.secoundrow {
    margin-bottom: 3rem;
}


.secoundrow > div:nth-child(1n+1) {
    background: #e5e5e5;
    background: -moz-linear-gradient(left, #cccccc 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #cccccc 0%, #e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #cccccc 0%, #e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: .063rem 1rem .063rem 1rem !important;
    border-radius: .5rem;
}

.secoundrow > div:nth-child(2n+2) {
    background: #e5e5e5;
    background: -moz-linear-gradient(right, #cccccc 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(right, #cccccc 0%, #e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, #cccccc 0%, #e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: .063rem 1rem .063rem 1rem !important;
    border-radius: .5rem;
}

/* 4 row in items Modul */
@media (min-width: 992px) {
    .firstrow ,
    .fourrow {
        visibility: visible !important;
    }
}

.fourrow {
    background: transparent url(../img/bg/bg_white.webp) !important;
    background-repeat: repeat;
    background-position: top left;
    border-radius: 0 .5rem .5rem 0;
    visibility: hidden;
}


.modal-dialog .sizlh1 {
    line-height: 1;
}

.linkclsw a {
    color: #191919;
    text-decoration: none;
}


.linkclsw a:hover {
    color: #2a5dbb;
    text-decoration: none;
}

.linkclsw .f11 {
    line-height: 1;
}

#WRDLC .linkclsw .f11 {
    line-height: normal;
}

.modal-dialog .textshadow {
    text-shadow: 0px 2px 1px #f5f5f5;
    color: #4c4c4c;
}


.modal-dialog h5.textshadow {
    color: #191919;
}


@media (min-width: 768px) {
    .hl2 {
        width: 50% !important;
    }
}

.hl,
.hl2 {
    border-top: 1px dashed #191919;
}

.hl2 {
    width: 75%;
}


.portfolio-modal .modal-content img {
    margin-bottom: 0;
}


/* .modal-content img, */
.btn-primary:hover,
.btn-secondary:hover,
#ipaypali ul.social-buttons li a:active, #ipaypali ul.social-buttons li a:focus, #ipaypali ul.social-buttons li a:hover,
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

#ipaypali ul.social-buttons li a:active, #ipaypali ul.social-buttons li a:focus, #ipaypali ul.social-buttons li a:hover {
    -webkit-box-shadow: 0 0 0 0 #777;
    -moz-box-shadow: 0 0 0 0 #777;
    box-shadow: 0 0 0 0 #777;
}


.portfolio-modal .modal-content {
    /* padding: 50px 0; */
    text-align: center;
    -webkit-user-select: text; /* Safari 3.1+ */
    -moz-user-select: text; /* Firefox 2+ */
    -ms-user-select: text; /* IE 10+ */
    user-select: text; /* Standard syntax */
}


.portfolio-modal .close-modal {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: transparent;
}


.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 30px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #191919;
}


.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 30px;
    margin-left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #191919;
}


.inf-sm_bg {
    background: transparent url(../img/bg/bg_white_v2.webp) !important;
    background-repeat: repeat;
    background-position: top left;
    box-shadow: 0 0 5px 0 #555555;
    -webkit-box-shadow:  0 0 5px 0 #555555;
    -moz-box-shadow:  0 0 5px 0 #555555;
    border-radius: .5rem 0 0 .5rem;
}

.text-fr-line .f13 {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .4);
}

@media (min-width: 460px) {
    .chk_box > div {
        display: flex !important;
    }
}

.chk_box {
    background: none !important;
}


.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #e5e5e5;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .5rem;
    outline: 0;
}


.modal-dialog div.mt-4 ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 15px;
}


.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 0;
}

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.carousel .lazy-hidden {
    opacity: 0;
}
.carousel .lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

#portfolio .lazy-hidden,
#team .lazy-hidden {
    opacity: 0.3;
}
#portfolio .lazy-loaded,
#team .lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}


/* Lazy plugin noscript fix */
img.lazy {
    display: none;
}


/* New Items class */
@media (min-width: 280px) {
    .newItem {
        top: 0 !important;
        left: 1.250em !important; /* 20px !important; */
    }
}

@media (min-width: 360px) {
    .newItem {
        top: 0.938em !important; /* 15px !important; */
        left: 1.250em !important; /* 20px !important; */
    }
}

@media (min-width: 460px) {
    .newItem {
        top: 1.250em !important; /* 20px !important; */
        left: 2.500em !important; /* 40px !important; */
    }
}

@media (min-width: 560px) {
    .newItem {
        top: 1.250em !important; /* 20px !important; */
        left: 100px !important; /* 100px !important; */
    }
}

@media (min-width: 640px) {
    .newItem {
        top: -0.313em !important; /* -5px !important; */
        left: 1.250em !important; /* 20px !important; */
    }
}

@media (min-width: 768px) {
    .newItem {
        top: -0.938em !important; /* 15px !important; */
        left: 1.250em !important; /* 20px !important; */
    }
}

@media (min-width: 992px) {
    .newItem {
        top: 0.313em !important; /* 5px !important; */
        left: 1.250em !important; /* 20px !important; */
    }
}

@media (min-width: 1200px) {
    .newItem {
        top: 0.313em !important; /* 5px !important; */
        left: 1.250em !important; /* 20px !important; */
    }
}

.newItem {
    width: 80px;
    position: absolute;
    text-align: center;
    padding: 5px 0 60px 0;
    background: rgba(255, 0, 0, .4);
    font-size: 1.1em;
    font-weight: bold;
    border-radius: .5rem .5rem 0 0;
    box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.7);
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    text-shadow: 0px 0px 2px black;
    color: #e5e5e5;
}

/* Update class */
@media (min-width: 280px) {
    .updatedItem {
        bottom: -0.500em !important; /* -8px !important; */
        right: 0 !important;
    }
}

@media (min-width: 360px) {
    .updatedItem {
        bottom: 0.500em !important; /* 8px !important; */
        right: 0 !important;
    }
}


@media (min-width: 460px) {
    .updatedItem {
        bottom: 1.438em !important; /* 23px !important; */
        right: 0 !important;
    }
}

@media (min-width: 560px) {
    .updatedItem {
        bottom: 1.438em !important; /* 23px !important; */
        right: 0 !important;
    }
}

@media (min-width: 640px) {
    .updatedItem {
        bottom: -0.625em !important; /* -10px !important; */
        right: 0 !important;
    }
}

@media (min-width: 768px) {
    .updatedItem {
        bottom: -1.250em !important; /* -20px !important; */
        right: 0 !important;
    }
}

@media (min-width: 992px) {
    .updatedItem {
        bottom: 0 !important;
        right: 0 !important;
    }
}

@media (min-width: 1200px) {
    .updatedItem {
        bottom: 0.188em !important; /* 3px !important; */
        right: 0 !important;
    }
}

.updatedItem {
    width: 80px;
    position: absolute;
    text-align: center;
    padding: 60px 0 2px 0;
    background: rgba(255, 255, 0, .4);
    color: #e5e5e5;
    font-size: 1.1em;
    font-weight: bold;
    border-radius: 0 0 .5rem .5rem;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform: rotate(-35deg);
    z-index: -2 !important;
    text-shadow: 0px 0px 2px black;
}


.update_container {
    background: #aaaaaa; /*#cccccc Old browsers */
    background: -moz-linear-gradient(left, #aaaaaa 0%, #cccccc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #aaaaaa 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #aaaaaa 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

.update_title_text {
    color: #191919;
    cursor: pointer;
    display: block;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .5);
}


.update_title_text:hover span {
    color: #2a5dbb !important;
}

.update_openbox_container {
    color: #e5e5e5;
    background: transparent url(../img/bg/bg_white_bl.webp) !important;
    background-repeat: repeat;
    background-position: top left;
    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-user-select: text; /* Safari 3.1+ */
    -moz-user-select: text; /* Firefox 2+ */
    -ms-user-select: text; /* IE 10+ */
    user-select: text; /* Standard syntax */
}

.close_icon_x {
    cursor: pointer;
    color: #c8a111;
    display: inline-block;
    width: 100%;
    background: #333333; /* Old browsers */
    background: -moz-linear-gradient(right, #333333 0%,#191919 80%); /* FF3.6-15 */
    background: -webkit-linear-gradient(right, #333333 0%,#191919 80%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, #333333 0%,#191919 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.close_icon_x:hover,
.close_icon_x:focus {
    color: #2a5dbb;
}

/* popup modals */

.modal-header h5 {
    font-size: 1.125rem;
}

#privacy .bg-light,
#termsofuse .bg-light,
#TSLS .bg-light,
#WRDLC .bg-light {
    background: #dcdcdc url("../img/bg/bg_white_v2.webp") !important;
}

#TSLS .modal-content,
#WRDLC .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #e5e5e5;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .5rem;
    outline: 0;
    box-shadow: 0 0 10px 0 #191919;
    -webkit-box-shadow: 0 0 10px 0 #191919;
    -moz-box-shadow: 0 0 10px 0 #191919;
    background: transparent;
}


#TSLS .modal-header,
#WRDLC .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    background: rgba(229, 229, 229, 0.3);
    border-bottom: 1px solid rgba(0,0,0,.2);
}


#WRDLC .modal-header {
    background: rgba(255, 0, 0, .05);
}


#TSLS .modal-body,
#WRDLC .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    line-height: 1;
}

#WRDLC .modal-body {
    padding: 1rem 1rem 0 1rem !important;
}

#WRDLC .modal-body h5 {
    margin: 0;
}

#WRDLC .modal-body .dlclnk:hover,
#WRDLC .modal-body .dlclnk:focus {
    box-shadow: 0 0 10px 0 black;
    -webkit-box-shadow: 0 0 10px 0 black;
    -moz-box-shadow: 0 0 10px 0 black;
}


#WRDLC .modal-body .linkclsw a {
    font-weight: bold;
}


#WRDLC .modal-body .linkclsw a:hover {
    color: #2a5dbb !important;
}


#TSLS .modal-footer,
#WRDLC .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 0px solid rgba(0,0,0,.2);
}


#termsofuse .modal-content,
#privacy .modal-content {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .4);
}






