/*!
 * Start Bootstrap - Landing Page (http://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */
 @import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600&display=swap');

body, html {
    width: 100%;
    height: 100%;
}
body, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}
.pt0{
    margin-top:0;
}
.f_withe {
    color:white;
}
.bg-darker {
    background-color: #ffffff;
    color:white;
    border-bottom: 1px solid gainsboro;
}
img{
    color: grey;
}
.noheight{
    max-height:0px;
}

/* NAV */
.navbar-light .navbar-brand {
    color:#231f1f;
    font-weight: 300;
}
.navbar-light .navbar-nav .nav-link {
    color:#231f1f;
}
.navbar-light .navbar-toggler-icon {
    background-image:none;
}
.navbar-toggler {     
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-primary-pa {
    background-color: #6a5db6;
    border: 1px solid #6a5db6;
    color: white;
    flex: 1;
}
.pa-buttons-li {
    display: flex;
}

.btn-outline-primary-pa {
    color: #6a5db6;
    background-color: transparent;
    background-image: none;
    border-color: #6a5db6;
}

.btn-primary-pa:hover {
    color: white;
    border-color: #6a5db6;
    background-color: #544a8e;
}

.btn-outline-primary-pa:hover {
    color: black;
    border-color: black;
}

@media (max-width: 768px) {
  .hidden_talbet_iphone {
    display:none;
  }
}
@media (max-width: 576px) {
  .hidden_phone {
    display:none;
  }
  .show_phone {
    display:block;
  }
}

.intro-header {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message>h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message>h3 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.intro-social-buttons i {
    font-size: 80%;
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }
    .intro-message>h1 {
        font-size: 3em;
    }
    ul.intro-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.intro-social-buttons>li:last-child {
        margin-bottom: 0;
    }
    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}
.content-section-a {
    padding: 50px 0;
    /* background-color: #f8f8f8; */
    /* background: #f0f8ffb3; */
}
.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e78c;
    /* border-bottom: 1px solid #e7e7e7; */
    /* border-bottom: 1px solid #e7e7e759; */
}
.section-heading {
    margin-bottom: 30px;
}
.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}
.countdown_banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../images/dark_embroidery.png);
}
.banner {
    padding: 50px 0;
    color: #f8f8f8;
    /* background: url(../images/banner.png) no-repeat center center; */
    background-size: cover;
    /* border-bottom: 1px solid #e7e7e759; */
    border-bottom: 1px solid #e7e7e79e;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}
@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        font-size: 3em;
    }
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
}
footer {
    padding: 50px 0;
    background-color: #f8f8f8;
    background: url(../images/footer_lodyas.png);
}

p.copyright {
    margin: 15px 0 0;
}

.header_3_300{
    font-weight: 300;
}

.gl-wrap{
    position: relative;
    top:0px;
    left:0px;
    width:100%;
}
.b-carousel {
    position: absolute;
    left:50%;
    top: 50%;
    bottom: auto;
}
.b-carousel > li {
    width: 102px;
    height: 102px;
    position: absolute;
    margin: -51px 0 0 -51px;
    list-style-type: none;
    text-align:center;
}
.b-carousel > li a:hover {
    border: 2px solid #7b8896;
    box-shadow: 0 0 10px black;
}
.b-carousel > li .selected_item {
    border: 2px solid #7b8896;
    box-shadow: 0 0 10px black;
}
.b-carousel > li a{
    width: 90px;
    height: 90px;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 100;
    color: #00aff0;
    background-color: #ffffff;
    border-radius: 45px;
    padding-top: 19px;
    border: 2px solid #2fc7f7;
}
.navbar-nav .nav-link {
    font-weight: 600;
}
#ul_partner li {
    float: left;
    list-style-type: none;
    margin-right: 20px;
    margin-bottom: 10px;
}
#ul_partner img {
    height: 60px;
}
#ul_partner {
    max-height: 500px;
    overflow-y: auto;
}
#form_kontakt > .input-group {
    margin-bottom: 10px;
}
#round_item_desc {
    font-size:14px;
}
#form_kontakt {
    margin-top:10px;
}
.partner_div {
    /* background: url(../images/back_partner.jpg) ; */
    /* background: #f0f8ffb3; */
    background-size: 100% 100%;
    /* border-bottom: 1px solid #e7e7e759; */
}
.gl-wrap {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.text-center_inside {
    position: absolute;
    width: 370px;
}
.partner_companies {
    display: flex;
    justify-content: center;
}
.cl_unordered_number li {
    list-style: none;
}
.banner .card {
    width:7.5rem; 
    margin:5px; 
    justify-content:center; 
    height: 150px;
}
.partner_companies .card, .partner_div .card{
    border:none;
}
.banner .partner_companies, .row_partners {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(177px, 1fr));
    row-gap: 20px;
    justify-items: center;
}
.banner .card-body {
    display:flex; 
    padding:0; 
    align-items:center;
    justify-content: center;
}
.row_partners {
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
}
.card-img-top {
    max-height: 100%;
}
.card-title {
    color: #212529;
    margin-bottom: 0;
    font-size: 13px;
    margin: 3px 0;
    display: none;
    position: absolute;
    height: fit-content;
    padding: 5px 0;
    background: #ffffffeb;
    width: 118px;
    justify-content: center;
    box-shadow: 0px 0px 4px 0px #00000061;
}
.card:hover .card-title{
    display:flex;
}
.card-title a{
    width: 100%;
}
.card_head_pa{
    display: flex;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}
.partner_div h1, h1.users_hdr, h1.pkges, ._hdr{
    font-family: 'Poppins', sans-serif;
    color: #6a707d;
    /* padding: 10px 0px; */
    padding: 40px 0px;
    font-size: 1.9vw;
    font-weight:300;
}
.users_div{
    margin:0 auto;
    max-height: 729px;
    overflow: hidden;
    transition: all .3s cubic-bezier(.3,0,.2,1);
}
.show_more_btn{
    color: #7a6fbe;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    border: 1px solid #7a6fbe;
    padding: 15px 36px;
    text-decoration: none;
    border-radius: 8px;
    transition: all .3s cubic-bezier(.3,0,.2,1);
    background:white;
    cursor:pointer;
    font-family: 'Poppins';
}

.show_more_btn:hover{
    background: #7a6fbe;
    color: #fff;
}

.more_div{
    justify-content: center;
    padding-bottom: 50px;
    margin: 0;
    top: -28px;
    position: relative;
}
.users_banner{
    padding-bottom: 30px;
}


@media only screen and (max-width: 767px){
    ._hdr,
    .partner_div h1, 
    h1.users_hdr, 
    h1.pkges {
        font-size: 26px!important;
    }
    .show_more_btn{
        font-size:13px;
        padding: 8px 20px;
    }
    .more_div {
        top: -20px;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 991px){
    .users_div{
        max-width: 970px;
    }
}
@media only screen and (min-width: 1200px){
    .users_div,
    .partner_div>div{
        max-width: 1100px;
    }
    .references_div>div{
        max-width: 1133px;
    }
}


.references_div,
.partner_div{
    margin-bottom: 3em !important;
}
.references_div{
    display: flex;
    justify-content: space-around;
    text-align: center;
    font-family: 'Poppins';
    overflow: hidden;
    border-bottom: 1px solid #e7e7e79e;
    width: 100%;
    padding-bottom: 8em !important;
}



.references_div .card_ > div{
    text-align:center;
    display: flex;
    justify-content: center;
    padding-bottom:.1em;
}
.ref_message{
    font-size:18px;
    max-width: 300px;
    line-height:1.3em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.ref_picture{
    display: flex;
    justify-content: center;
}
.ref_picture>img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
}
.ref_name{
    font-weight:bold;
    font-size:22px;
    color: #7a6fbe;
}
.ref_position,
.ref_company{
    font-size:18px;
}
.ref_ticks{
    position:relative;
    height:30px;
}
.ref_ticks::after{
    color: #7a6fbe;
    position: absolute;
    content: '\201D';
    font-size: 6em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    left: 20px;
    top: 30px;
}

.users_hdr,
.partners_hdr,._hdr{
    position:relative;
}
.users_hdr::after,
.partners_hdr::after,
._hdr::after{
    content: '';
    border-bottom: 2px solid #7a6fbe;
    border-radius: 5px;
    bottom: 32px;
    width: 40px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.location_hdr{
    justify-content:center;
    color: #6a707d;
}

.references_div .slide_left{
    /* content: ""; */
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 10px;
    box-sizing: border-box;
    border-top: 3px solid #7a6fbe;
    border-right: 3px solid #7a6fbe;
    cursor: pointer;
    margin: 0 20px;
    transform: rotate(-135deg) translateY(-50%);
    left: -5px;
    top: 50%;
    /* z-index: 99999; */
    border-color: lightgray;
}
/* .references_div>div::after{ */
.references_div .slide_right{
    /* content: ""; */
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 10px;
    box-sizing: border-box;
    border-top: 3px solid #7a6fbe;
    border-right: 3px solid #7a6fbe;
    cursor: pointer;
    margin: 0 20px;
    transform: rotate(45deg);
    right: -14px;
    top: 50%;
    /* z-index: 99999; */
    border-color: lightgray;
}







.active_slide{
    border-color:#7a6fbe !important;
}

.references_div>div{
    width: 1200px;
    max-width: 1200px;
    position:relative;
    overflow:hidden;
}
/* move cards forward*/
.mod_.move_card {
    transform: translateX(-368px);
}
.references_div .sub_{
    overflow: hidden;
    max-width: 1080px;
    margin: auto;
}
.references_div .mid_{
    display: flex;
    justify-content: flex-start;
    margin: auto;
    max-width: 1080px;
    transform: translateX(-12px)
    /* overflow: hidden; */
}
.references_div .card_{
    position: relative;
    border: 2px solid transparent;
    border-radius: 5px;
    background: white;
    background-clip: padding-box;
    padding: 10px;
    margin:0 1em;
    display: flex;
    flex-direction: column;
    min-width: fit-content;
    padding-top: 4em !important;
}

.references_div .card_::after{
    position: absolute;
    top: -2px; bottom: -2px;
    left: -2px; right: -2px;
    content: '';
    z-index: -1;
    border-radius: 5px;
    background: radial-gradient(rgb(143, 0, 0), rgba(122, 111, 190, 0.92));
}

.references_div .card_footer_ {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: flex-end !important;
}

.forus_div {
    background: #3f4656;
    padding: 6em 10px;
    display: flex;
    justify-content: center;
    align-items:center;
    color:white;
}
.forus_div>div {
    display:flex;
    flex-direction:column;
    align-items:center;
    width: 280px;
    max-width: 280px;
}
.forus_div .data_detail {
    color: #fffdfd94;
    font-size: 15px;
    white-space: nowrap;
}
.forus_div .data_head {
    font-size:28px;
    font-weight:bold;
}

.data_picture>i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size:30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#a2a2a238;
}

@media (max-width: 630px) {
    ._hdr{
        font-size:16px;
    }
    .forus_div {
        flex-direction: column;
        padding: 2em 0;
    }
    .forus_div>div {
        padding: 20px 20px;
        width: 170px;
    }
    .forus_div>div:not(:last-child) {
        border-bottom: 1px solid;
    }
    
    /* .forus_div .data_picture {
        padding-bottom: .5rem !important;
    } */

    /* .data_picture>img { */
    .data_picture>i {
        width: 50px;
        height: 50px;
        font-size: 16px;
        margin-bottom: 3px;
    }
    .forus_div .data_head {
        font-size: 20px;
    }
    .forus_div .data_detail {
        font-size: 13px;
    }
    
    ._hdr{
        padding: 10px 0px;
    }
    ._hdr::after{
        bottom: 5px;
    }


}

/* Mobile */
@media (max-width: 400px){
    .forus_div>div {
        padding: 10px 20px;
    }

    footer {
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .pa-privacy-policy {
        padding: 0;
        display: flex;
        padding-top: 5px;
        margin-bottom: 40px;
    }
    .pa-social-media {
        text-align: left !important;
    }

    .landing-contact-form {
        margin-bottom: 3em;
    }

    .comparison {
        margin: 0 -10px !important;
        padding: 0 !important;
    }

    .comparison td, .comparison th {
        padding: 10px 1px !important;
    }

    .compare-heading {
        font-size: 10px !important;
    }

    .comparison .price-info {
        padding: 5px 0 !important;
        text-align: center !important;
    }

    .comparison .price-now span {
        font-size: 12px !important;
    }

    .comparison .price-small {
        font-size: 10px !important;
    }

    .comparison table thead tr:first-child th {
        border-top: 0;
    }
    .comparison table thead tr:first-child th:nth-child(3) {
        border-top-left-radius: 0;
    }

    .pa-agent-app-dl {
        font-size: 15px;
        white-space: nowrap;
        padding-left: 10px;
    }

    .pa-devices {
        margin-top: 0;
        font-size: 15px;
    }

    .pa-browsers {
        font-size: 15px;
    }

    .section-heading-spacer{
        display:none;
    }

    .browsers-header-d {
        font-size: 17px;
        margin-bottom: .5em;
    }

    h2.section-heading {
        font-size: 22px;
        margin-left: -5px;
        margin-right: -5px;
    }

    ul.navbar-nav li {
        display: flex;
    }

    ul.navbar-nav li:not(.lang_dd) a {
        flex: 1;
    }

    .partners_hdr {
        margin-bottom: 0;
    }

    .header-n-devices {
        border-top: 0;
    }

    .card:hover .card-title {
        display: none;
    }

}

.body_header{
    text-shadow: 2px 2px 20px black
}

/* Language dropdown */
.lang_dd{
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    align-items: center;
    /* padding: 10px 12px !important; */
}

.lang_dd:hover {
    /* background-color: #eeeeee; */
    border-radius: 5px;
}
.lang_dd:hover a.dropdown-toggle{
    background-color: #eeeeee;
}
.lang_dd a.dropdown-toggle {
    display: flex;
    align-items: center;
    color: black;
    text-decoration: none;
    border-radius: 5px;
    padding: 8px 10px !important;
}
.lang_dd .dropdown-toggle::after {
    display: none;
}

.lang_dd ul.dropdown-menu {
    min-width: 80px;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 0;
    left:4px;
}

.lang_dd .dropdown-menu,
.lang_dd .dropdown-menu.show {
    display: none;
}

.lang_dd:hover .dropdown-menu,
.lang_dd:hover .dropdown-menu.show{
    display: flex;
}

.lang_dd .caret{
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    border-top-color: #6a5db6;
    border-bottom-color: rgb(106 93 182);
    margin-top: 2px;
    margin-left: 2px;
}

.lang_dd:hover .dropdown-menu a {
    text-decoration: none;
    color: black;
}
.lang_dd:hover .dropdown-menu a:hover {
    color: #6a5db6;
}

.default_flag span{
    padding-left:4px;
    margin-top:4px;
}

.navbar-nav .lang_dd .dropdown-menu {
    position: absolute;
}




.flip-box {
    
    
    
    background-color: transparent;
    width: 200px;
    height: 200px;
    border: none;
    perspective: 1000px;
    -webkit-box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75);
    -moz-box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75);
    box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75);
    display: inline-block;
    
  }
  
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.5s;
    transform-style: preserve-3d;
  }
  
  .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }
  
  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    word-wrap:break-word;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-box-front {
    background-color: white;
    color: black;
  }
  
  .flip-box-back {
    background-color: #ecf0f1;
    color: white;
    transform: rotateY(180deg);
  }

  .partner_show_align{
      /* display:grid;
      grid-template-columns: repeat(auto-fill, 200px);
      row-gap: 1rem;
      column-gap: 1rem; */
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      row-gap: 1rem;
      justify-items: center;
  }
 @media screen and (max-width: 500px) {
     .partner_show_align{
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    row-gap: 1rem;
    justify-items: center;
    margin-left: -1rem;
     }
    
 }