@font-face {
    font-family: 'Purista';
    src: url('../fonts/Purista-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/Purista-Medium.otf')  format('opentype'),
        url('../fonts/Purista-Medium.woff') format('woff'), url('../fonts/Purista-Medium.ttf')  format('truetype'), url('../fonts/Purista-Medium.svg#Purista-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Purista Italic';
    src: url('../fonts/Purista-Italic.eot?#iefix') format('embedded-opentype'),  url('../fonts/Purista-Italic.otf')  format('opentype'),
        url('../fonts/Purista-Italic.woff') format('woff'), url('../fonts/Purista-Italic.ttf')  format('truetype'), url('../fonts/Purista-Italic.svg#Purista-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Purista BoldItalic';
    src: url('../fonts/Purista-BoldItalic.eot?#iefix') format('embedded-opentype'),  url('../fonts/Purista-BoldItalic.otf')  format('opentype'),
        url('../fonts/Purista-BoldItalic.woff') format('woff'), url('../fonts/Purista-BoldItalic.ttf')  format('truetype'), url('../fonts/Purista-BoldItalic.svg#Purista-BoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: Purista,Helvetica,Arial,sans-serif;
    font-style: normal;
    color: #5a5a5a;
    font-size: 1.2rem;
}

header.site-navbar {
    padding: 1vh 0;
}

header .main-row {
    height: 8vh;
    min-height: 60px;
}

header .site-logo img{
    height: 8vh;
}

.container {
    max-width: 1340px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

img.grayscale{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

h1,h2,h3,h4 {
    color: #ACAD16;
}

h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
}

p{
    font-size: 1.2rem;
}

a.transformer > img{
    transition: transform 0.5s ease;
}

a.transformer > img:hover{
    transform: scale(1.1);
}

small{
    font-size: 80%;
}

.loader-wrap{
    display: block;
    position: relative;
    height: 30vh;
    text-align: center;
    margin: auto;
}

#preloader-background {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#spinners {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#preloader {
    position: relative;
}

#preloader span {
    display: block;
    bottom: 0;
    width: 9px;
    height: 5px;
    background: #5a5a5a;
    position: absolute;
    -webkit-animation: preloader 1.5s infinite ease-in-out;
    -moz-animation: preloader 1.5s infinite ease-in-out;
    -ms-animation: preloader 1.5s infinite ease-in-out;
    -o-animation: preloader 1.5s infinite ease-in-out;
    animation: preloader 1.5s infinite ease-in-out;
}

@keyframes preloader {
    0%   {
        height: 5px;
        transform: translateY(0);
        background: #5a5a5a;
    }
    25%  {   
        height: 30px;
        transform: translateY(15px);
        background: #ACAD16;
    }
    50%  {    
        height: 5px;
        transform: translateY(0);
        background: #5a5a5a;
    }
    100% {
        height: 5px;
        transform: translateY(0);
        background: #5a5a5a;
    }
}

#preloader span:nth-child(2) {
    left: 11px;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#preloader span:nth-child(3) {
    left: 22px;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#preloader span:nth-child(4) {
    left: 33px;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#preloader span:nth-child(5) {
    left: 44px;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

a {
    color: #ACAD16;
}

a:hover {
    color: #4D4D23;
}

a.link-black{
    color: #5a5a5a;
}

a.link-black:hover{
    color: black;
}

.mb-4{
    margin-bottom: 2rem !important;
}

.screen-reader-text {
    position: absolute !important;
    display: block;
    visibility: visible;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0px, 0px, 0px, 0px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
    white-space: nowrap;
}

.btn-primary {
    background-color: #4D4D21;
    border-color: #4D4D21;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 8px 0px 12px 
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle,.btn-primary:hover, .btn-primary:active, btn-primary:focus{
    background-color: #424228;
    border-color: #424228;
}

.slick-prev, .slick-next{
    width: 25px;
    height: 40px;
}

.slick-prev{
    left: -15px;
}

.slick-next{
    right: -15px; 
}

.slick-prev:before, .slick-next:before{
    font-size: 50px;
    line-height: 40px;
}

.slick-prev:before{
    content: url(../img/slider_left.png);  
}

.slick-next:before{
    content: url(../img/slider_right.png);
}

.form-toper label{
    display: inline-block;
    margin-left: 32px;
    background: white;
    color: #666;
    padding: 0 15px;
    font-size: 85%;
    position: absolute;
    border-radius: 3px;
    top: -0.8em;
}

.form-toper i{
    position: absolute;
    color: #ACAD16;
    font-size: 1.3em;
    top: 0.5em;
    left: 27px;
}

.css-one-slide {
    height: 90vh;
    background-size: cover; 
    background-color: #ACAD16;
    color: white;
    overflow: hidden;
}

.css-one-slide .container {
    z-index: 10;
}

.css-one-slide p a.btn {
    font-size: 1.3rem;
    font-weight: bold;
    padding: 15px 50px;
}

.css-one-slide p a.btn:hover {
    background: white;
    color: #ACAD16;
}

.css-one-slide .slide-item{
    position: absolute;
    height: 100%;
}

.css-one-slide .slide-item.bg-left{
    background: #ACAD16;
    left:-20vw;
    width: 72vw;
    border-right: 18px solid white;
    transform: rotate(15deg);
    height: 150vh;
    top: -30vh;
    z-index: 5;
}

.css-one-slide .slide-item.bg-right{
    right:0;
}

.css-one-slide .slide-item img{
    height: 100%;
}

.css-section-why .info-text p {
    margin-bottom: 0px;
}

.css-section-why .slide-item {
    background: #ACAD16;
    color: white;
    margin: 15px;
    padding: 38px 20px;
    min-height: 320px;
}

a:hover .slide-item {background: #9d9d9c;}


.css-section-why .slide-item h3 {
    color: white;
    font-size: 2rem;
}

#jak-to-funguje p {text-align:justify;}
#vyhody p {text-align:left;}
#novinky .news p {text-align:justify;}
#faq span {text-align:justify;}
#faq .questions p {text-align:justify;line-height:1.2em;}


.css-bg-gray{
    background: #F3F3F1;
    padding: 60px 0 40px 0;
    position: relative;
}
.css-bg-gray:not(.no-bottom)::after, .css-bg-gray:not(.no-top)::before{
    content: " ";
    background: url(../img/gray-deco.png);
    background-repeat: repeat-x;
    position: absolute;
    width: 100%;
    height: 18px;
    background-position: left;
}

.css-bg-gray::before{
    top: 0;
    transform: rotate(180deg);
}
.css-bg-gray::after{
    bottom: -1px;
}

.css-bg-gray.end{
    padding-bottom: 3em;
    margin-bottom: -2.2em;
}

.css-bg-green-around{
    background: #acad16;
    padding: 60px 0 40px 0;
    position: relative;
}
.css-bg-green-around:not(.no-bottom)::after, .css-bg-green-around:not(.no-top)::before{
    content: " ";
    background: url(../img/green-deco-white.png);
    background-repeat: repeat-x;
    position: absolute;
    width: 100%;
    height: 18px;
    background-position: right;
}

.css-bg-green-around::before{
    top: 0;
    transform: rotate(180deg);
}
.css-bg-green-around::after{
    bottom: -1px;
}

.css-bg-green-around.end{
    padding-bottom: 3em;
    margin-bottom: -2.2em;
}

.css-bg-green{
    background: #acad16;
    color: white;
    position: relative;
    z-index: 2;
}

.css-bg-green p{
    padding: 2em 0;
    margin: 0;
}

.css-bg-green::after{
    content: "";
    background: url(../img/green-deco.png);
    background-repeat: repeat-x;
    position: absolute;
    width: 100%;
    height: 18px;
    left: 0;
    bottom: -18px;
}

.css-section-how .how-item{
    text-align: center;
    background: white;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0.75px 1px 0.5px 0.5px #b7b79f;
}
.css-card-box h3 {
    font-weight: bold;
    font-size: 1.5rem;
}

.css-card-box img {
    height: 250px;
    margin-bottom: 2em;
}

.css-card-box .padder {
    padding: 0 50px 1em 50px;
}

.css-card-box ul  li{
    margin-bottom: 0.3em;
}

.css-how-work img {
    margin-left: 4em;
}

.css-how-work img:last-child img{
    margin-left: 2em;
}

.css-how-work .item {
    margin-right: 20px;
    padding-right: 15px;
    border-right: 1px solid gray;
    display: block;
}

.css-how-work .row > div:last-child .item {
    border-right: none;
}

.css-how-work ul, .css-mess-and-media .media ul {
    padding-left: 18px;
    list-style: url('../img/lister.png');
}

.css-ticket-type ul {
    list-style: none;
    padding-left: 0px;
}

.css-section-best .grayscale {
    opacity: 0.15;
}

.css-section-best .number-item{
    padding: 5px;
    background: #ACAD16;
    border-radius: 50px;
    color: white;
    font-size: 1.2rem;
    display: inline-block;
    width: 2.4rem;
}

.css-section-news .uptitle{
    font-size: 1.1rem;
    line-height: 0.9em;
    color: #adadab;
}

.css-section-news .deco-line{
    width: 30%;
    height: 1px;
    background: #ACAD16;
    margin: 15px 0;
    opacity: 0.5;
}

.css-section-faq .img-center img{
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}

.css-section-faq .question-mark{
    text-align: center;
}

.css-section-faq .question-mark:before{
    content: '?';
    border: 1.5px solid #c2c3b5;
    border-radius: 50px;
    padding: 3px 8px;
    font-size: 90%;
    font-weight: bold;
    color: #c2c3b5
}

.css-section-faq .questions{
    font-size: 1.2rem;
    line-height: 1.1em;
}
.css-section-faq .questions > .row:first-child{
    padding-top: 0;
}

.css-section-faq .questions .row{
    padding-top: 1.5em;
}

.css-section-faq .questions strong{
    color: #ACAD16;
    line-height: 1.3em;
}

.css-section-faq .questions .line-deco{
    padding-bottom: 1.5em;
    border-bottom: 1px solid #f3f3f3;
}

.css-section-write .source {
    font-style: italic;
    text-align: right;
}

.css-section-write .source a{
    color: #5a5a5a;
}

.css-section-write .slide-item {
    margin: 0 15px;
}

.css-section-top {
    background: url('../img/image_header_pilot.jpg') no-repeat;  
    background-size: cover;
    background-position: top; 
    height: 75vh; 
    position: relative;
}

.css-section-top .shadows {
    position: absolute;
    display: block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0.25;
    background: black;
}

.css-section-top .top-text{
    font-size: 1rem;
    color: white;
    height: 50vh;
    height: calc(70vh - 150px);
}

.css-section-top .play-video{
    text-align: center;
}

.css-section-top .play-text{
    font-size: 0.9rem;
    color: #eaeaea;
}

.css-section-top .play-video img{
    width: 80px;
}

.css-section-top .top-text h1{
    color: white;
    font-size: 5rem;
    font-style: italic;
    line-height: 1em;
}

.css-filter ul.filter-tabs{
    padding: 0;
    border: none;
}



.css-filter ul.filter-tabs li{
    margin-right: 2px;
    width: 19%;
    width: calc(20% - 2px);
}

.css-filter ul.filter-tabs li:last-child{
    margin-right: 0px;
    width: 20%;
}

.css-filter .mt-4{
    margin-top: 2rem!important;
}

@media (min-width: 992px){
    .css-filter .mt-lg-4 {
        margin-top: 2rem!important;
    }
}

.css-filter ul.filter-tabs li:last-child{
    margin-right: 0px;
}

.css-filter .tab-content{
    padding:0 4rem; 
    background: #ACAD16;
}

.css-filter ul.filter-tabs, .css-filter ul.filter-tabs a{
    height: 3.5em;
}

.css-filter ul.filter-tabs a{
    color: #5a5a5a;
    line-height: 2.2em;
    background: white;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    text-align: center;
}

.css-filter ul.filter-tabs a.active{
    background: #ACAD16;
    color: white;
    line-height: 2em;
}

.css-filter .liner {
    height: 100%;
    width: 1px;
    /* margin: auto; */
    margin-left: 10px;
    background: #4D4D21;
}

.css-filter .side-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.css-filter .side-links li {
    margin-bottom: 0.5rem;
}

.css-filter .side-links li a{
    color: white;
}

.css-filter input.form-control, .css-filter button{
    height: 3em;
}

.css-filter .filter-type-top .check-container{
    color: #5a5a5a;
    height: 2.5em;
    background: #F3F3F1;
    border: none;
    text-align: center;
    padding: 0px 60px;
    margin-bottom: 0;
}

.css-filter .filter-type-top .checkmark{
    width: 100%;
    height: 100%;
    background: #eee;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 15px 10px;
    text-align: left;
}
.css-filter .filter-type-top .checkmark img.filter-image{
    filter: invert(0.65);
    height: 1.5em;
    margin: 0 10px 0 20px;
}

.css-filter .filter-type-top .checkmark:after{
    content: none;
}

.css-filter .filter-type-top input:checked ~ .checkmark {
    background-color: #acad16;
    color: white;
}

.css-filter .filter-type-top input:checked ~ .checkmark img.filter-image{
    filter: invert(0);
}

.css-filter .filter-type-top .checkmark-text-short{
    display: none;
}

.css-filter .filter-type-top .radio-tab {
    padding-right: 15px;
}

.css-filter .filter-type-top .radio-tab:last-child {
    padding-right: 0px;
}


.css-filter .place-switch{
    position: absolute;
    bottom: -25px;
    left: 18px;
    padding: 0 5px;
    line-height: 20px;
    cursor: pointer;
}

.css-filter .place-switch i{
    letter-spacing: -4px;
}

.css-filter .place-switch::selection{
    background: transparent;
}



.css-filter .filter-content{
    padding: 0 15px;
    margin: 0;
}

.css-filter input.form-control, .css-filter select.form-control, .css-filter button{
    height: 3em;
}

.css-filter input.form-control, .css-filter select.form-control{
    padding: 0.8em;
    padding-left: 45px;
    font-weight: bold;
}

.css-filter input.form-control{
    box-shadow: none !important;
}

.css-filter input.form-control:active, .css-filter input.form-control:focus{
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
}

/* The container */
.check-container {
    display: block;
    color: white;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 1em;
    margin-bottom: 0.4em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.check-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 3px;
}

.check-container .checkmark.round {
    height: 24px;
    width: 24px;
    border-radius: 15px;
}

.check-container input:focus ~ .checkmark{
    box-shadow: 0 0 0 0.15rem rgba(38,143,255,.5)
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
    background-color: #424228;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
    left: 9px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-container .checkmark.round:after {
    left: 10px;
    top: 6px;
}

.css-grey-tabs .tab-content, .css-grey-tabs .nav-tabs .active{
    background: #F3F3F1;
}

.css-grey-tabs .nav-tabs, .css-grey-tabs .nav-tabs .nav-link{
    border: none;
}

.css-grey-tabs .nav-tabs{
    justify-content: center;
}

.css-grey-tabs .nav-tabs .nav-link{
    text-transform: uppercase;
    padding: 0.8em 4em;
    color: #5a5a5a;
}

.css-grey-tabs .tab-content h3, .css-info-box h3{
    text-transform: uppercase;
    font-size: 1.5em;
}

.css-contact h2{
    font-size: 2rem;
}

.css-contact .customer-link a{
    font-weight: bold;
}

.css-contact .customer-link h3{
    font-size: 1.2rem;
    color: #5a5a5a;
    font-weight: bold;
}

.css-contact .customer-link .social img{
    width: 60px;
}

.css-contact strong {
    color: #5a5a5a;
}

.css-mess-and-media h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.css-mess-and-media .mess {
    position: relative;
}

.css-mess-and-media .mess .divider {
    width: 1px;
    background: silver;
    position: absolute;
    display: block;
    height: 100%;
    left: 28%;
}

.css-mess-and-media .mess .item {
    margin-bottom: 1rem;
}

.css-mess-and-media .media h3 {
    text-transform: uppercase;
}

.css-mess-and-media .media img{
    margin-top: 1em;
    width: 90px;
}

.css-mess-and-media .media > div:first-child img{
    margin-top: 1.5em;
}

.css-mess-and-media .media ul li {
    margin-bottom: 0.3em;
}

.css-mess-and-media .media ul li a{
    display: block
}

.css-mess-and-media .media .item{
    position: relative;
}

.css-mess-and-media .media .whole-link{
    padding-top: 2.5em;
    background: white;
    display: block;
    height: 200px;
    padding: 2.5em 15px;
}

.css-mess-and-media .media .whole-link p{
    color: #5a5a5a;
}

.css-mess-and-media .media .whole-link:hover{
    box-shadow: 1px 1px 3px 0px rgba(173,173,173,0.5);
}

.css-sellpoint{
    position: relative;
}

.css-sellpoint .toper{
    position: absolute;
    top: 6vh;
    left: 6vh;
    z-index: 10;
    width: 50%;
}

.css-sellpoint .sellpoint-window{
    background: white;
    z-index: 11;
    padding: 20px 30px;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
}

.css-sellpoint .sellpoint-search h3{
    color: #5a5a5a;
    font-size: 1.3rem;
    font-weight: bold;
}

.css-sellpoint .sellpoint-search input{
    border:none;
    background: #eee;
    padding: 7px;
    border-radius: 3px;
}

.css-sellpoint .sellpoint-search ul{
    list-style: none;
    margin-left: 0px;
    padding-left: 5px;
    margin-top: 15px;
}

.css-sellpoint .sellpoint-detail h2{
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.css-sellpoint .sellpoint-detail h3{
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: #5a5a5a;
    font-weight: bold;
}

.css-sellpoint .sellpoint-detail img{
    margin-bottom: 10px;
}

.css-sellpoint .row.center{
    align-items: center;
    justify-content: center;
}

.css-search-result .path{
    box-shadow: 1px 1px 5px 2px rgba(196,196,196,0.5);
    padding: 20px;
    margin-bottom: 20px;
}

.css-search-result .path-info{
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.css-search-result .path-info .spacer {
    padding-top: 8px;
}

.css-search-result .path-info > div img{
    height: 25px;
}

.css-search-result .path-info .path-distance > img{
    margin-left: 12px;
}

.css-search-result .carrier-logo{
    height: 2.5em;
}

.css-search-result .shadow_border_counter {
    background: #F3F3F1;
}

.css-search-result .time{
    color: #ACAD16;
    font-size: 1.2em;
    font-weight: bold;
}

.css-search-result .transfer {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #f3f3f1;
    border-radius: 4px;
    z-index: 5;
    background: #fff;
    padding: 3px 3px;
}

.main-page-header .carrier-logo {
    margin-left: 4%;
    margin-top: 2%;
}

.w-15 {
    width: 15%;
}

.w-10 {
    width: 10%;
}

.text-justify {
    text-align: justify;
}

.p-40 {
    padding: 0 40px;
}

.who-can-list ul {
    list-style: url('../img/lister.png');
}

.h-100 {
    height: 100%;
}

.check-container.center-direct {
    position: relative;
    top: 40%;
    /* transform: translate(0%, -50%); */
}

.btn-filter-position {
    position: relative;
    top: 40%;
}

.css-search-info h3{
    text-transform: uppercase;
}

.btn-mt-55 {
    margin-top: 55px;
}

.thx-code {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(68,68,68,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(68,68,68,1);
    box-shadow: 0px 0px 10px 0px rgba(68,68,68,1);
    padding: 10px;
    margin-bottom: 15px;
    background-color: #fff;
}

.css-request-detail .segment{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(68,68,68,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(68,68,68,1);
    box-shadow: 0px 0px 10px 0px rgba(68,68,68,1);
    padding: 10px;
    margin-bottom: 15px;
    background-color: #fff;
}

.css-request-detail .segment .row{
    align-items: center;
}

.css-request-detail .carrier-logo{
    height: 3em;
}

.css-accessible-autocomplete .loader{
    position: absolute;
    right: 50px;
    top: 0.7em;
    display: none;
}

.css-accessible-autocomplete .autocomplete-list{
    position: absolute;
    z-index: 10;
    background: white;
    color: #666;
    padding-left: 0px;
    padding-bottom: 0.8em;
    margin-top: -10px;
    border-radius: 3px;
    box-shadow: 1px 2px 2px #999;
    list-style: none;
}

.css-accessible-autocomplete .autocomplete-item{
    font-size: 90%;
    padding: 2px;
    padding-left: 45px;
}
.css-accessible-autocomplete .autocomplete-item:hover, .css-accessible-autocomplete .autocomplete-item[aria-selected="true"]{
    background: #eee;
}


.css-order-form .required-mark{
    position: absolute;
    top: 5px;
    right: 25px;
    color: red;
}

#mapa {
    width: 100%;
    height: 75vh;
    margin-top: -2.5em;
}

footer{
    border-top: 1px solid #e7e7e5;
    background: #f3f3f1;
    padding: 1em 0;
    font-size: 1rem;
}

footer p{
    font-size: 1rem;
}

footer .first-col{
    padding: 0 1em;
}

footer .copy{
    margin-top: 1em;
    font-size: 85%;
    text-align:center;
}

footer nav ul{
    padding: 0;
}

footer nav li{
    display: inline-block;
}

footer nav li a.nav-link{
    padding: 10px;
    font-size: 1rem;
    font-weight: bold;
    color: #5a5a5a;
}

footer nav li a.nav-link:hover{
    text-decoration: underline;
}

footer .soc img {
    height: 40px;
}

footer .soc a {
    padding-right: 15px;
}

footer .logs img{
    max-width: 180px;
}

footer .first-col img{
    max-height: 3em;
}

footer .paragraph{
    padding: 0 10px;
    text-align:center;
}


@media (max-width: 1250px) {
    .text-center-lg{
        text-align: center;
    }
    .site-section-cover h1{
        font-size: 4rem;
    }

    .css-one-slide .slide-item.bg-left{
        width: 68vw;
    }

    .css-how-work img{
        margin-left: 2em;
    }
    
    .css-card-box img{
        height: 200px;
    }

    .css-card-box .padder{
        padding: 0 20px 15px 20px;
    }

    .css-mess-and-media .mess .divider {
        left: 30%;
    }
    
    .btn.btn-primary-outline {
        width: 220px;
    }

    .btn.btn-primary-outline {
        width: 220px;
    }

    .css-section-top .top-text h1 {
        font-size: 4.5rem;
    }
}

@media (min-width : 993px) and  (max-width : 1075px) {
    #mainMenu .menu.menu-line li:first-child{
        display: none;
    }  
}

@media (orientation: landscape) {
    .css-section-top {
        height: 75vh !important;
    }
}

@media (max-width: 992px) {
    
    .css-search-result .path-info .path-time{
        text-align: right;
    }
    
    .text-center-md{
        text-align: center;
    }
    
    .css-section-top .top-text h1 {
        font-size: 3rem;
    }
    
    .css-section-top {
        height: 60vh;
    }
    
    .css-section-top .top-text h1 {
        font-size: 3rem;
    }

    .css-section-top {
        height: 60vh;
    }

    .css-bg-green p{
        padding: 15px 0;
        margin: 0;
    }

    .css-how-work .row > div:last-child img{
        margin-left: 0em;
    }

    .site-section-cover h1{
        font-size: 3rem;
    }

    .css-one-slide p {
        padding-top: 7vh;
        font-size: 1.2rem;
        line-height: 1.2em;
        padding-right: 5em;
    }

    .css-one-slide p a.btn{
        font-size: 1.3rem;
        padding: 12px 40px;
    }

    .css-one-slide .slide-item.bg-right{
        right: -10vw;
    }

    h2 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
    
    footer .logs .md{
        width: 100% !important;
    }
    
    footer .logs .cen{
        width: 75% !important;
    }
}

@media (min-width: 768px){
    .css-mess-and-media .row.media .col-md-4 {
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        max-width: 31%;
    }

    .css-contact .find-seller a.btn {
        position: absolute;
        bottom: 1rem;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
}

@media (max-width: 768px) { 
    .css-mess-and-media .mess .divider {
        display: none;
    }
    .site-section-cover h1{
        font-size: 3rem;
    }

    .css-one-slide .slide-item.bg-left{
        width: 75vw;
    }

    .css-one-slide .slide-item.bg-right{
        right: -25vw;
    }

    .css-section-how .how-item{
        width: 50%;
        margin: 15px auto;
    }

    h2 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
        text-align:center;
    }

    h1 {
        font-size: 1.5em;
    }

    #jak-to-funguje p {
        text-align: center;
    }

    footer .second-col{
        text-align: center;
    }

    footer .soc{
        flex-wrap: nowrap;
    }

    p {
        font-size: 1.1rem;
    }

    .css-section-why .slide-item h3 {
        color: white;
        font-size: 2em;
    }

    .css-card-box  .text-left{
        text-align: center !important;
    }
    
    .css-card-box  ul{
        max-width: 350px;
        margin: auto;
        text-align: left;
    }
    
    .css-how-work img{
        margin-left: 0em;
    }
    
    .css-how-work .item{
        border-right: none;
        border-bottom: 1px solid gray;
        padding-bottom: 2em;
    }
    
    .path-info .form-btn {
        padding-top: 20px;
    }
}

@media (max-width: 600px) {
    .css-one-slide {
        height: 92vh;
    }

    header .main-row {
        height: 6vh;
        min-height: 40px;
    }

    header .site-logo img{
        height: 45px;
    }


    .css-one-slide .slide-item.bg-left{
        width: 70vw;
        border-right: 10px solid white;
        transform: rotate(60deg);
        height: 150vh;
        top: -30vh;
        z-index: 5;
    }

    .css-one-slide .slide-item.bg-right{
        right: -20vw;
        top: 40vh;
    }

    .css-one-slide .slide-item.bg-right img{
        height: 60vh;
    }

    .css-one-slide .align-items-center{
        align-items: baseline!important;
    }

    .css-one-slide h1 {
        padding-top: 5vh;
        font-size: 2rem;
    }

    .css-one-slide p {
        padding-top: 5vh;
        font-size: 1.1rem;
        line-height: 1.1em;
        padding-right: 0;
    }

    .css-one-slide p a.btn{
        font-size: 1.2rem;
        padding: 8px 20px;
    }

}

@media (max-width: 375px) {
    .css-one-slide h1 {
        font-size: 2rem;
        padding-top: 4vh;
    }

    .css-one-slide p {
        padding-top: 3vh;
        font-size: 1.1rem;
        line-height: 1em;
    }

    .css-one-slide p a.btn{
        font-size: 1.1rem;
        padding: 5px 15px;
    }
}

@media (max-width: 325px) {
    .css-section-top .top-text p {
        display: none;
    }
    
    .css-section-top {
        height: 50vh;
    }
    
    .css-one-slide h1 {
        font-size: 2rem;
        padding-top: 4vh;
    }

    .css-one-slide p {
        padding-top: 3vh;
        font-size: 0.9rem;
        line-height: 1em;
    }

    .css-one-slide p a.btn{
        font-size: 1rem;
        padding: 5px 15px;
    }
}

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

    .css-filter ul.filter-tabs a.over-ml-65 {
        margin-left: 20px;
    }
}

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

    .css-filter ul.filter-tabs a {
        padding: 0px 30px;
    }
}

@media screen and (max-width: 610px) {
    .css-filter ul.filter-tabs a {
        padding: 0px 20px;
    }
}

.css-comment-wrapper {
    background: #F3F3F1;
    display: none;
}

.css-responsive-btn-w {
    width: 25%;
}

@media screen and (max-width: 767px) {
    .css-responsive-btn-w {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .css-filter .filter-type-top .checkmark-text{
        display: none;
    }
    
    .css-filter .filter-type-top .checkmark-text-short{
        display: inline-block;
    }
}

@media screen and (max-width: 410px) {
    .css-filter .filter-type-top .checkmark-text-short{
        display: none;
    }
    
    .css-filter .filter-type-top .radio-tab{
        flex: 0;
    }
    
    .css-filter .filter-type-top .check-container{
        padding: 0 45px;
    }
}

.textbox-dark {
    padding: 10px;
    background-color: rgba(0,0,0,0.25);
}

.upcase{
    text-transform: uppercase;
}
