/* @override 
	https://www.redboxpark.cz/wp-content/themes/redboxpark-theme/assets/css/app.css?v=1536333513 */

/* *********************************************************
FONTS
********************************************************* */

@font-face {
    font-family: 'AcciusBuchRounded';
    src: url(../fonts/accius-buch-rounded.eot); /* IE9 Compat Modes */
    src: url(../fonts/accius-buch-rounded.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
         url(../fonts/accius-buch-rounded.woff2) format('woff2'),
         url(../fonts/accius-buch-rounded.woff) format('woff'),
         url(../fonts/Accius-Buch-Rounded.ttf) format('truetype'),
         url(../fonts/accius-buch-rounded.svg) format('svg');
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/roboto-regular.eot); /* IE9 Compat Modes */
    src: url(../fonts/roboto-regular.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
         url(../fonts/roboto-regular.woff2) format('woff2'),
         url(../fonts/roboto-regular.woff) format('woff'),
         url(../fonts/Roboto-Regular.ttf) format('truetype'),
         url(../fonts/roboto-regular.svg) format('svg'),
}
*{
    min-height: 0;
    min-width: 0;
    }
*,
::after,
::before {
    box-sizing: inherit;
}

html {
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'AcciusBuchRounded', sans-serif;
}

*:focus {
    outline: none;
    color: black;
}

html,
body {
    height: 100%;
}

a {
    color: black;
}

a:hover {
    color: black;
}

.accordion-item a.color--red:hover,
.accordion-item a.color--red:focus {
    color: black;
}

ul {
    list-style: none;
}

h1,
h2,
h3,
h4 {
    font-family: 'AcciusBuchRounded', sans-serif;
}

.roboto {
    font-family: "Roboto", sans-serif;
}

.accius {
    font-family: 'AcciusBuchRounded', sans-serif;
}

.show {
    display: block;
}

/* Vlastní styly */

/* Accordion custom settings */

.accordion-content {
    padding: 0px;
    border: none;
}

.accordion-title {
    z-index: 0;
    padding: 1.9rem 1rem;
}

.accordion-title,
.accordion-content {
    position: relative;
}

.accordion--transparent {
    background-color: transparent;
    margin: auto;
    width: 100%;
}

.accordion-item a {
    border: none;
}

.accordion-item a:focus,
.accordion-item a:hover {
    color: white;
}

.accordion-title::before {
    position: relative;
    margin-top: 0px;
    display: inline-block;
}

:last-child:not(.is-active)>.accordion-title {
    border: none;
}

:last-child>.accordion-content:last-child {
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.is-active>.accordion-title::before {
    content: '+';
    transform: rotate(45deg);
    font-family: 'AcciusBuchRounded', sans-serif;
}

.accordion-title:hover,
.accordion-title:focus {
    background-color: transparent;
}

.accordion--redbg {
    background-color: #d20a11;
}

.accordion-content h2 {
    text-transform: lowercase;
}

.nestedAccordion--title {
    /*background-color: #-old-c00d0e;*/
    background-color: #bb0a0b;
}

.nestedAccordion--title:hover {
    background-color: #b30000 !important;
}

.nestedAccordion--content {
    padding: 0px;
    border: none;
    background-color: #bb0a0b;
}

.nested .accordion-item:first-child>:first-child {
    -webkit-box-shadow: inset 0px 25px 31px -23px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 25px 31px -23px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 25px 31px -23px rgba(0, 0, 0, 0.4);
}

.nested .accordion-item:last-child>:first-child {
    -webkit-box-shadow: inset 0px -25px 31px -23px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px -25px 31px -23px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px -25px 31px -23px rgba(0, 0, 0, 0.4);
}

.white-line:after,
.white-line-faq::after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 1px;
    left: 10%;
    width: 80%;
    border-bottom: 1px solid white;
}

.is-active>.white-line:after {
    border-bottom: none;
}

.white-line-faq::after {
    border-bottom: 1px solid white !important;
}
.accordion-item.is-active .white-line-faq::after {
    border-bottom: none !important;
}

#faq .question-row {
    max-width: 1050px;
    margin: auto;
}
#faq .accordion:last-of-type .accordion-title {
    border-bottom: 0 !important;
}
#faq .question-row .heading {
    margin-bottom: 51px;
}
#faq .question-row:first-child .heading {
    padding-top: 106px;
}
#faq .question-row .content {
    padding-bottom: 106px;
}
#faq .accordion-item .accordion-title:hover {
    background-color: #bb0a0b;
}

/* Fancybox settings  */

#fancybox-content,
#fancybox-outer {
    border-radius: 20px;
    
}

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

#fancybox-content {
    width: 100% !important;
    height: auto !important;
}


#fancybox-wrap {
    width: 90% !important;
    left: 5% !important;
    padding: 0 !important;
}
#fancybox-frame

{
    min-height: 80vh !important;
}
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    background: black;
}

 .twentytwenty-horizontal .twentytwenty-handle:after
 {
    -webkit-box-shadow: 0 -3px 0 black, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 -3px 0 black, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 black, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:before
{
    -webkit-box-shadow: 0 3px 0 black, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 3px 0 black, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 black, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

#fancybox-outer #fancybox-close {
    top: -30px;
    right: -30px;
    background: transparent url(../images/menu-icon-close.svg) no-repeat center;
    border-radius: 50%; 
    padding: 15px;
    transform: scale(0.5);
}

/* Font settings*/
.responsiveFontSizeLarge {
    font-size: 3vw;
}
@media screen and (max-width: 639px) { 
    .responsiveFontSizeLarge {
        font-size: 7vw;
}
}

.fontsize--miniSmall {

    font-size: 14px;
}

@media screen and (max-width: 639px) { 
    .fontsize--miniSmall {
        font-size: 3vw;
    }

}

.fontsize--small {
    font-size: 21px;
}
@media screen and (max-width: 639px) { 
    .fontsize--small {
        font-size: 4vw;
    }

}
.fontsize--large {
    font-size: 3.5rem;
} 
@media screen and (max-width: 639px) { 
    .fontsize--large {
        font-size: 10vw;
    }

}

.fontsize--medium {
    font-size: 30px;
}
@media screen and (max-width: 639px) { 
    .fontsize--medium {
        font-size: 5vw;
    }

}

.fontsize--mediumLarge {
    font-size: 40px;
	max-width: 700px;
}

@media screen and (max-width: 639px) { 
    .fontsize--mediumLarge {
        font-size: 7vw;
    }

}
.bold {
    font-weight: bold;
}

/* General setting  */

p {
    line-height: 1.3;
}

.color--white {
    color: white;
}

.color--red {
    color: #d20a11;
}

.color--black {
    color: black;
}

/* Buttons */

.button {
    color: #fff;
    border: none;
    text-transform: lowercase;
    padding: 0.7rem 1rem;
    border-radius: 55px;
    margin: 1rem;
}

@media screen and (max-width: 639px) { 
.button {
    margin: 0;
    padding: 15px 20px;
    margin-bottom: 1rem;
}

}

.button:focus,
.button:hover {
    background: #bb0a0b;
}

.button--wide {
    width: 80%;
}

.button--black {
    background: #000;
}

.button--black:hover {
    background: #d20a11
}

.transparent--button {
    background: transparent;
    color: #d20a11;
    border: 1px solid #d20a11;
    
}

.button--red {
    background: #d20a11;
    border: 1px solid white;
}

.button--white {
    background: white;
    color: black;
}
.button--gray {
    background: #a8a8a8;
}

.button--red:hover {
    background: #bb0a0b;
}

.button--white:hover {
    background: black;
    color: white;
}

.price-non-action {
    text-decoration: line-through;
    color: rgb(112,0,23);
    line-height: 1.1;
}
@media screen and (max-width: 1023px) {
    .price-action {
        line-height: 1.1;
    }
}
@media screen and (min-width: 1024px) {
    .priceOfService .price-non-action {
        line-height: inherit;
    }
}

/*.containerCB.serviceInAction .priceOfService > div {
    line-height: 1.1;
}
.containerCB.serviceInAction .price-non-action {
    color: black;
    text-decoration: line-through;
}*/
.containerCB.serviceInAction::before {
    content: '';
    position: absolute;
    left: -9%;
    top: -10px;
    height: 100%;
    width: 8%;
    min-width: 40px;
    background: url('../images/akce-img.svg') no-repeat center center;
    background-size: contain;
}
@media screen and (max-width: 639px) {
    .containerCB.serviceInAction::before {
        top: auto;
        bottom: 25px;
        left: 0;
        width: 40px;
        height: 40px;
    }
}

.action-price-info {
    line-height: 1.1;
}
.action-price-info.small-12 {
    padding-top: 10px;
}

#carSelection .button--red,
#carSelectionClean .button--red {
    border: none;
}

#carSelection .accordion-menu a {
    color: white;
    border: 1px solid #d20a11;
}

#carSelection .accordion-menu {
    background: #d20a11;
}

#carSelection h2,
#carSelectionClean h2 {
    margin-bottom: 50px;
    color: #fff;
}

.accordion-subitem .accordion-title {
    font-size: 3rem;
}
@media screen and (max-width: 639px) {
    .accordion-subitem .accordion-title {
        font-size: 8vw;
    }
}
@media screen and (max-width: 359px) {
    .accordion-subitem .accordion-title {
        font-size: 9vw;
    }
}

/* #carSelection .accordion-menu .is-submenu-item a:hover {
    border: 0.5px solid white;
    border-radius: 25px;

} */
.accordion-menu-wrapper {
    width: 60%;
    max-width: 1050px;
    padding: 10px;
    margin: 50px auto;
    border-radius: 35px;
    background: #d20a11;
    display: none;
}

.accordion-menu .treeitem:first-child {
    padding-left: 27px;
}
/* Siwy CSS import */

/******************************
SECTIONS
******************************/

/* Common to all sections */

#intro,
/* #mission, */
#o-nas,
#sluzby,
#technology,
#pricelist,
#pro-firmy,
#gift-coupons,
#live-cameras,
#kariera,
#kontakt,
#reviews,
#newsletter,
#page-footer,
#dogwash,
#news,
#faq {
    position: relative;
    padding: 50px 0;
    z-index: 0;
}
@media screen and (max-width: 639px) { 
    #intro,
    /* #mission, */
    #o-nas,
    #sluzby,
    #technology,
    #pricelist,
    #pro-firmy,
    #gift-coupons,
    #live-cameras,
    #kariera,
    #kontakt,
    #reviews,
    #newsletter,
    #page-footer,
    #dogwash,
    #news,
    #faq {
        padding: 30px 0;
    }
    #kariera {
        padding: 0;
    }
}
#kontakt {
    padding-bottom: 0 !important;
}

#sluzby,
#pricelist,
#live-cameras,
#newsletter,
#newsletter,
#news {
    background-color: #d20a11;
}

#intro h1 {
    font-size: 270%;
}

.narrow {
    max-width: 90%;
    margin: 0 auto;
}

#intro h1,
/* #mission h1, */
#o-nas h1,
#sluzby h1,
#technology h1,
#pricelist h1,
#galerie h1,
#pro-firmy h1,
#gift-coupons h1,
#web-cameras h1,
#kariera h1,
#kontakt h1,
#reviews h1,
#newsletter h1,
#page-footer h1 {
    padding-bottom: 40px;
    margin-bottom: 0;
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 639px) { 
    #intro h1,
/* #mission h1, */
#o-nas h1,
#sluzby h1,
#technology h1,
#pricelist h1,
#galerie h1,
#pro-firmy h1,
#gift-coupons h1,
#web-cameras h1,
#kariera h1,
#kontakt h1,
#reviews h1,
#newsletter h1,
#page-footer h1 {
padding: 20px;
}
#technology h1 {

    padding-bottom: 0px;
}


}

/* @media screen and (max-width: 639px) {
    header.header+section,
    header.header+div {
        border-top: 75px solid transparent;
    }
    body.admin-bar header.header+section,
    body.admin-bar header.header+div {
        border-top: 81px solid transparent;
    }
} */

/* HEADER */

header.header {
    position: absolute;
    top: 0px;
    z-index: 60;
    left: 0;
    right: 0;
}

.top-bar-right {
    margin-right: 1%;
}

.top-bar-right img,
#responsive-menu-logo-wrapper {
    filter: brightness(0.8);
    -webkit-filter: drop-shadow( 0 -2px 10px rgba(0, 0, 0, 0.3));
    filter: drop-shadow( 0 -2px 10px rgba(0, 0, 0, 0.3));
}

.top-bar-right .show-for-large {
    width: 400px;
}

.top-bar-right .show-for-small.hide-for-large,
#responsive-menu-logo-wrapper .show-for-small.hide-for-large {
    height: 100px;
}

.top-bar {
    height: 64px;
}

.top-bar-left {
    z-index: 4;
    padding-left: 1%;
}

/* Primary Menu */

#responsive-menu {
    top: 64px;
}

#responsive-menu-button-wrapper {
    position: fixed;
    left: calc(1% + 0.5rem);
    top: 35px;
}
#responsive-menu-logo-wrapper {
    position: fixed;
    right: calc(1% + 0.5rem);
    top: 45px;
}

.top-bar,
.top-bar-right,
.top-bar-left {
    background: transparent;
}

.header .top-bar-left ul.menu--primary,
.header #responsive-menu-button-wrapper ul.menu--primary {
    background-color: #d20a11;
    border-radius: 30px;
    -webkit-box-shadow: -7px -7px 27px 0px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: -7px -7px 27px 0px rgba(0, 0, 0, 0.53);
    box-shadow: -7px -7px 27px 0px rgba(0, 0, 0, 0.53);
    padding: 10px 10px 10px 63px;
}

#mainMenu {
    position: absolute;
    /* top: 3px; */
    top: 0;
    left: 1%;
    z-index: -1;
    transition: all 0.1s;
    font-size: 18px;
    /*width: 75%;*/
    /* width: 780px; */
    width: 100vw;
    max-width: 1000px;
}
#mainMenu li:first-child a {
    padding-left: 0;
}
@media screen and (max-width: 1500px) {
    #mainMenu {
        /* 400px = #topBarLogo width */
        /* 1% + 0.5rem = topbarlogo right position */
        /* 1% + 0.5rem = responsive-menu-button-wrapper left position */
        /* 1% = #mainMenu left position */
        /* 60px ~ paddingleft menu */
        max-width: calc(100vw - 400px - 1% - 0.5rem - 1% - 0.5rem - 1% - 60px);
    }
}
@media screen and (max-width: 1023px) {
    #mainMenu {
        /* 90px = #topBarLogo mobile width */
        /* 1% + 0.5rem = topbarlogo right position */
        /* 1% + 0.5rem = responsive-menu-button-wrapper left position */
        /* 1% = #mainMenu left position */
        /* 60px ~ paddingleft menu */
        max-width: calc(100vw - 90px - 1% - 0.5rem - 1% - 0.5rem - 1% - 60px);
    }
}
@media screen and (min-width: 1151px) and (max-width: 1220px) {
    /* #mainMenu {
        width: 700px;
    } */
    #mainMenu li a {
        padding: .7rem .4rem;
    }
    #mainMenu li:first-child a {
        padding-left: 0;
    }
}
@media screen and (min-width: 1160px) and (max-width: 1150px) {
    /* #mainMenu {
        width: 650px;
    } */
    #mainMenu li a {
        padding: .7rem .4rem;
    }
    #mainMenu li:first-child a {
        padding-left: 0;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1159px) {
    /* #mainMenu {
        width: 450px;
    } */
    #mainMenu li a {
        padding: .7rem;
    }
    #mainMenu li:first-child a {
        padding-left: .7rem;
    }
}
@media screen and (min-width: 860px) and (max-width: 1023px) {
    #responsive-menu-logo-wrapper {
        top: 12px;
    }
    /* #mainMenu {
        width: 720px;
    } */
    #mainMenu li a {
        padding: .7rem .4rem;
    }
    #mainMenu li:first-child a {
        padding-left: 0;
    }
}
@media screen and (min-width: 640px) and (max-width: 860px) {
    #responsive-menu-logo-wrapper {
        top: 12px;
    }
    /* #mainMenu {
        width: 450px;
    } */
    #mainMenu li a {
        padding: .7rem;
    }
    #mainMenu li:first-child a {
        padding-left: .7rem;
    }
}

#topBarLogo {
    width: 400px;
}

.menu--primary li a {
    color: white;
    padding: 0.7rem 0.6rem;
}

.burger-icon {
    background-color: #c30d20;
    border-radius: 50%;
    height: 58px;
    width: 58px;
}
.burger-icon.icon-close {
    background-color: #d20a11;
}

.menu__hide {
    transform: translate(-150%);
}

.menu__show {
    transform: translate(0%);
}

/* Mobile Menu */

#mobile-menu {
    position: fixed;
    top: 6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 30px;
}

#mobileLogo {
    /* height: 120px; */
    width: 20vw;
    min-width: 60px;
    filter: brightness(0.8);
}

#mobile-menu a[type="button"] img,
#mobile-menu-button-wrapper a[type="button"] img {
    width: 20vw;
}

#mobile-menu img,
#mobile-menu-logo-wrapper img,
#mobile-menu-button-wrapper img {
    -webkit-filter: drop-shadow( 0 -2px 10px rgba(0, 0, 0, 0.3));
    filter: drop-shadow( 0 -2px 10px rgba(0, 0, 0, 0.3));
}

#mobile-menu-logo-wrapper {
    /* position: fixed; */
    position: absolute;
    left: 30px;
    top: 38px;
}
@media screen and (max-width: 639px) {
    .admin-bar #mobile-menu-logo-wrapper {
        top: 6vw;
    }
}
@media screen and (max-width: 450px) {
    .admin-bar #mobile-menu-logo-wrapper {
        top: 5vw;
    }
}
#mobile-menu-button-wrapper {
    position: fixed;
    right: 30px;
    top: 23px;
}
/* .admin-bar #mobile-menu-logo-wrapper {
    top: 15px;
} */
@media screen and (max-width: 639px) {
    #mobile-menu-logo-wrapper {
        top: 10vw;
    }
}
@media screen and (max-width: 450px) {
    #mobile-menu-logo-wrapper {
        top: 11vw;
    }
}
@media screen and (max-width: 350px) {
    #mobile-menu-logo-wrapper {
        top: 11vw;
    }
}
@media screen and (max-width: 300px) {
    #mobile-menu-logo-wrapper {
        top: 35px;
    }
}
.admin-bar #mobile-menu-button-wrapper {
    top: 45px;
}

/* [Homepage] */

/* 1) Intro section */

#intro {
    padding: 0px;
    height: calc(100vw / 1.777777777777778 - 20px);
    ;
    background-color: #201f23;
}

/* #mobileImg:after {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(111,111,111,0) 61%, rgba(19,19,19,1) 100%); 
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(111,111,111,0) 61%,rgba(19,19,19,1) 100%); 
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(111,111,111,0) 61%,rgba(19,19,19,1) 100%); 
}
*/

#mobileImg img {
    width: 100vw;
    /* height: 100vh; */
    /* height: 100vh; */
    /* background: url(../images/RBX_foto_uvodka_mobile.jpg) no-repeat 0 center;
    background-size: cover;
    position: relative; */
}


#mobileImg p {

    position: absolute;
    line-height: 1;
    width: 90%;
    bottom: 4%;
    left: 5%;

}

#mobileImg .downArrow {
    position: absolute;
    bottom: 6%;
    right: 11%;
    padding: 0;
    z-index: 2;
    font-size: 10vw;
    z-index: 2;
    width: 10vw;
    height: 14vw;
}
#intro .intro-centered {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    padding: 0 50px;
}

@media screen and (max-width: 639px) {
    #intro {
        margin-top: 0;
        height: auto;
        background-color: white;
    }
    #intro .intro-centered {
        top: 50%;
        padding: 0 20px;
    }
    
}

#intro .intro-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.twentytwenty-overlay:hover {
    background: transparent;
}

.twentytwenty-handle {
    background-color: #d20a11;
    border: none;
}

/* Mission section */
.adress-logo {
    /* height: 16%; */
    position: absolute;
    /* top: 18%; */
    /* left: 5%; */
    z-index: 1;
    /* max-height: 150px; */
    top: 120px;
    left: calc(1% + 0.5rem);
    width: 350px;
}
body.logged-in .adress-logo {
    top: 80px;
}
.rexPositioned {
    height: 35%;
    position: absolute;
    bottom: -5%;
    left: 6%;
    z-index: 1;
}
@media screen and (max-width: 639px) {
    .rexPositioned {
        height: 20%;
        bottom: 17%;
        left: 66%;
        
    }
}
@media screen and (max-width: 639px) {
/* #mission .narrow { */
#o-nas .narrow {
   
    max-width: 100%;   
    }
}
.orientation-plan__link a:hover {
    background-color: #d20a11;
    color: white;
    border-radius: 35px;
}

.orientation-plan {
    padding-top: 29vw;
    margin-bottom: 50px;
}
@media screen and (max-width: 639px) {
    .orientation-plan {
        padding-top: 26vw;
    }

 }


.orientation-plan img {
    position: absolute;
    z-index: -1;
    top: 60px;
    left: 0px;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0.7)));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.7));
}

#img-1,
#img-2,
#img-3,
#img-4,
#img-5,
#img-6,
#img-7,
#img-8 {
    visibility: hidden;
}

.outlineImg img {
    position: absolute;
    z-index: 0;
    top: 10%;
    /* left: 0px; */
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    visibility: hidden;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0.7)));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 639px) { 

    .outlineImg img {
        top: 14%;
    }
}
.show-outline {
    max-width: 500px;
    margin: auto;
}
.show-outline:hover,
.show-outline.hovered {
    background: #d20a11;
    color: white;
    border-radius: 35px;
}
@media screen and (max-width: 639px) { 
    .show-outline {
        font-size: 5vw;
    }
}

#planbw0,
#plan {
    margin: auto;
}

#planbw0 {
    position: absolute; 
    z-index: -2; 
    top: 10%; 
    /* left: 0px; */
    left: 50%;
    transform: translateX(-50%);
    max-width:100%;
}

#planbw {
    position: absolute; 
    z-index: 0; 
    top: 10%; 
    /* left: 0px; */
    left: 50%;
    transform: translateX(-50%);
    max-width:100%; 
    opacity: 0;
}

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

    #planbw0, #planbw {
        top: 14%;
    }
}


/* #mission .padding-left { */
#o-nas .padding-left {
    padding-left: 25px;
}
@media screen and (max-width: 639px) { 
    /* #mission .padding-left { */
    #o-nas .padding-left {
        padding-left: 0px;
    }
}
/* #mission .padding-right { */
#o-nas .padding-right {
    padding-right: 25px;
}
@media screen and (max-width: 639px) { 
    /* #mission .padding-right { */
    #o-nas .padding-right {
        padding-right: 0px;
    }
}

#aboutUs {
    margin-bottom: 5%;
}

#aboutUs p {
    width: 80%;
    margin: 0 auto 1rem auto;
}

/* Washing programs section */

#sluzby .section__content {
    width: 100%;
}

#sluzby {
    padding: 0px;
}

.border--shaded {
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    -webkit-box-shadow: inset 0 13px 39px -16px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 0 13px 39px -16px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 13px 39px -16px rgba(0, 0, 0, 0.7);
}

.red_circle {
    width: 120px;
    height: 120px;
    background-color: #d20a11;
    border-radius: 50%;
    margin-left: -15px;
    display: inline-block;
}

.centered_letter {
    color: white;
    font-size: 5.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}



@media screen and (max-width: 910px) {
    .red_circle {
        width: 100px;
        height: 100px;
    }
    .centered_letter {
        line-height: 1.2;

    }
}

@media screen and (max-width: 770px) {
    .red_circle {
        width: 80px;
        height: 80px;
    }
    .centered_letter {
        line-height: 1;
        font-size: 5rem;

    }
}

@media screen and (max-width: 639px) {
    .red_circle {
        width: 15vw;
        height: 15vw;
    }
    .centered_letter {
        line-height: 1.2;

        font-size: 13vw;
    }
}


.twoColumns {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    margin-top: 10px;
}

#samoobsluzne-myti .InnerList .twoColumns {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
}
.button.fontsize-large_relative {
    font-size: 3vw;
    margin: 50px;
}

/* List style */

.serviceList ul,
.shopOffer ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}

.serviceList ul>li:before,
.shopOffer ul >li:before, 
.InnerList ul>li:before 
{
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}

#sluzby .narrow:not(.serviceInAction) {
    max-width: 80%;
    margin: 0 auto;
    padding-bottom: 30px;
}
#sluzby .subtitle {
    margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
    #sluzby .narrow {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 639px) {
    #dogwash .narrow {
        max-width: 85%;
    }
}
.serviceList {
    position: relative;
    padding: 30px 0;
}
.serviceList .length {
    line-height: 1.1;
}
.serviceList.serviceInAction {
    padding-left: 25px;
    padding-right: 25px;
    background: #d20a11;
    border-radius: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
    .serviceList.serviceInAction {
        max-width: calc(80% + 50px);
    }
}
.serviceList.serviceInAction > .gri-x {
    padding: 10px;
}
.serviceList.serviceInAction .red_circle {
    background: url('../images/akce-bg.svg') no-repeat right center;
    background-size: contain;
    border-radius: unset;
    background-position: 6px -1px;
}
.serviceList.serviceInAction .red_circle .centered_letter {
    color: black;
}
#pracovna h1,
#prodejna h1,
#electric-car h1 {
    padding-top: 30px;
}
#pracovna .accordion-content,
#prodejna .accordion-content,
#electric-car .accordion-content {
    background-color: white;
}

#detailText {
    margin: 30px;
    margin-bottom: 0px;
}

@media screen and (max-width: 639px) {
    #detailText {
        margin: 15px;
        margin-bottom: 0;
    }

}

#individualServiceButton {
    margin: 50px;
}
@media screen and (max-width: 639px) {
    #individualServiceButton {
        margin: 30px 15px;
    }
}
/* Round-ended bottom border */

.serviceList:not(.serviceInAction):after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: black;
    height: 3px;
    border-radius: 20px;
}
@media screen and (max-width: 770px) {
    .serviceList:not(.serviceInAction):after {
        height: 3px;
        width: 90%;
        margin: 0 auto;
    }
}
/* .accordion-content .serviceList:nth-last-child(3):after {
    display: none;
}

.accordion-content .serviceList:nth-last-child(2):after {
    display: none;
} */

:last-child:not(.is-active)>.accordion-title:after {
    border-bottom: none;
}

@media screen and (max-width: 770px) {
    .show-for-small-only.serviceList
    {
        padding: 11px;
    }
}
/* Background icons for the programs */

#sluzby .accordion-item .accordion-title:hover {
    background-color: #bb0a0b;
}

.icn1 {
    position: absolute;
    height: 79%;
    z-index: -1;
    left: 46vw;
    top: 10%;
}

@media screen and (max-width: 639px) { 
    .icn1  {
        height: 60%;
        left: 37vw;
    }
}
 
#myti-kol-motorek .icn1 {
    left: 39%;
}

@media screen and (max-width: 639px) { 
    #myti-kol-motorek .icn1  {
        height: 50%;
        left: 24%;
    }
} 
#portalove-myti .icn1 {
    left: 46vw;
}
@media screen and (max-width: 639px) { 
    #portalove-myti .icn1  {
        left: 41vw;
    }
} 

#myci-programy .icn1 {
    left: 47%;
    height: 84%;
}
@media screen and (max-width: 639px) { 
    #myci-programy .icn1  {
        height: 60%;
    }
}


#dalsi-sluzby .icn1 {
    left: 48%;
}

#myci-programy-osobni-auta .icn1 {
    left: 56vw;
    top: 24%;
    height: 55%;
    width: 40%;
}

#myci-programy-velka-auta .icn1 {
    left: 5vw;
    width: 90%;
    height: 68%;
    top: initial;   /* 14% */
    bottom: 0;
}

#myci-linka-1 .icn1 {
    height: 59%;
    left: 24%;
    top: 18%;
}
@media screen and (max-width: 639px) { 
    #myci-linka-1 .icn1  {
        height: 29%;
        left: 10%;
        top: 40%;
    }
}

#myci-linka-2 .icn1 {
    height: 76%;
    /* left: 18%; */
    left: 8vw;
    top: 4%;
    width: 85%;
}
@media screen and (max-width: 639px) { 
    #myci-linka-2 .icn1  {
        height: 61%;
        width: 49%;
        left: 26%;
        top: 19%;
        transform: scale(2);
    }
}

.linka-top-info {
    width: 80%;
    margin: auto;
    padding-top: 40px;
    text-align: center;
}
.linka-top-info img {
    max-height: 100px;
}
@media screen and (max-width: 639px) {
    .linka-top-info .cell:first-child {
        text-align: center;
    }
    .linka-top-info .cell:last-child {
        padding-top: 1rem;
    }
}

.accordionTitleAction {
    width: 4.5rem;
    left: 7%;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
@media screen and (max-width: 639px) {
    .accordionTitleAction {
        left: 2%;
    }
}
@media screen and (max-width: 500px) {
    .accordionTitleAction {
        width: 3.5rem;
    }
}
@media screen and (max-width: 400px) {
    .accordionTitleAction {
        top: 27%;
        width: 3rem;
    }
}

.buildingBg {
    height: 50vw;
    background: url(../images/redbox-park-brno.jpg) no-repeat 0 center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.buildingBg img {
    position: absolute;
    top: 42%;
    right: -13%;
    height: 35vw;

}

/* Other Wash sections */

#portalove-myti .border--shaded {
    border: none;
}

#portalove-myti h2 {
    padding-top: 30px;
}

/* Table settings */

.table-myci-linka tr {
    /* background: #d20a11; */
}

.dph-text {
    font-size: 18px;
}
@media screen and (max-width: 639px) { 
    .dph-text {
        font-size: 4vw;
    }
}
.dph-text:not(.no-padding) {
    padding-bottom: 50px;
    margin-bottom: 0;
}
.dph-text.padding-top {
    padding-top: 30px;
}

#myci-linka-1-table {
    margin: 30px auto 60px auto;
}
#myci-linka-1-table tr:first-child th:last-child {
    background: #d20a11;
}
#myci-linka-1-table th:nth-child(2),
#myci-linka-1-table td:nth-child(2), 
#myci-linka-1-table th:nth-child(3),
#myci-linka-1-table td:nth-child(3), 
#myci-linka-1-table th:nth-child(4),
#myci-linka-1-table td:nth-child(4)
 {
    background: #d20a11;
    opacity: 0.4;
}
#myci-linka-1-table th:nth-child(5),
#myci-linka-1-table td:nth-child(5) {
    background: #d20a11;
    opacity: 0.55;
}
#myci-linka-1-table th:nth-child(6),
#myci-linka-1-table td:nth-child(6) {
    background: #d20a11;
    opacity: 0.7;
}
#myci-linka-1-table th:nth-child(7),
#myci-linka-1-table td:nth-child(7) {
    background: #d20a11;
    opacity: 0.85;
}
#myci-linka-1-table th:nth-child(8), #myci-linka-1-table td:nth-child(8) {
    background: #d20a11;
    opacity: 0.9;
}

#myci-linka-2a-table tr:first-child th:last-child,
#myci-linka-2b-table tr:first-child th:last-child,
#myci-linka-2c-table tr:first-child th:last-child {
    background: #d20a11;
}
#myci-linka-2a-table th:nth-child(2),
#myci-linka-2a-table td:nth-child(2) {
    background: #d20a11;
    opacity: 0.7;
}
#myci-linka-2a-table th:nth-child(3),
#myci-linka-2a-table td:nth-child(3) {
    background: #d20a11;
    opacity: 0.85;
}

#myci-linka-2b-table th:nth-child(2),
#myci-linka-2b-table td:nth-child(2) {
    background: #d20a11;
    opacity: 0.85;
}

#myci-linka-2c-table th:nth-child(2),
#myci-linka-2c-table td:nth-child(2) {
    background: #d20a11;
    opacity: 0.85;
}

tbody td {
    background-color: #d20a11;
}

table thead,
table tbody {
    border: none;
}

table.unstriped tbody tr {
    border: none;
    border-bottom: 1px solid #dd454a;
}

table.unstriped tbody tr:last-child {
    border-bottom: none;
}

table th,
table td {
    text-align: center !important;
    font-size: 20px;
    width: 140px;
    line-height: 1;
    position: relative;
}

th:first-child,
td:first-child {
    background: white;
    border-bottom: 1px solid white;
    width: 14vw;
    font-size: 25px;
    text-align: right !important;
    padding-right: 25px;
    vertical-align: middle;
}

table th:nth-child(2) {
    border-radius: 20px 0 0 0;
}

table th:last-child {
    border-radius: 0 20px 0 0;
}

tr:last-child>td:nth-child(2) {
    border-radius: 0 0 0 20px;
}

tr:last-child>td:last-child {
    border-radius: 0 0 20px 0;
}

tr {
    height: 95px;
    vertical-align: bottom;
    text-align: center;
}

tr:last-child>td {
    font-size: 25px;
    vertical-align: middle;
}

table tfoot td,
table tfoot th,
table thead td,
table thead th {
    padding: 1.5rem .625rem .625rem;
}

.dot {
    height: 12px;
    width: 12px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    /* top: 45%; */
    /* left: 46%; */
    top: 0;
    margin-top: 30%;
    left: 50%;
    transform: translateX(-50%);
}

.tableDetail {
    font-size: 15px;
    line-height: 0.8;
    position: absolute;
    top: 67%;
    left: 0%;
    width: 100%;
    top: 0;
    margin-top: 45%;
}
@media screen and (max-width: 640px) {
    .tableDetail {
        margin-top: 47%;
    }
}
@media screen and (max-width: 500px) {
    .tableDetail {
        margin-top: 55%;
    }
}

.portal-action-foot {
    border: 0;
}

.portal-action-foot td,
.portal-action-foot .portal-action-row {
    background: white !important;
    opacity: 1 !important;
}
.portal-action-row {
    height: 3rem;
}
.portal-non-action {
    text-decoration: line-through;
}
.portal-action__price {
    z-index: 1;
    position: absolute;
    top: -2rem;
    height: 5rem;
    width: 5rem;
    padding-top: 5px;
    background: url('../images/akce-bg.svg') no-repeat center center;
    background-size: contain;
}

#myci-linka-2b-table th:first-child,
#myci-linka-2b-table td:first-child,
#myci-linka-2c-table th:first-child,
#myci-linka-2c-table td:first-child {
    width: 10px;
    padding-right: 0px;
}

@media screen and (max-width: 639px) { 
    #myci-linka-2b-table th:first-child,
    #myci-linka-2b-table td:first-child,
    #myci-linka-2c-table th:first-child,
    #myci-linka-2c-table td:first-child {
        padding-right: 25px;
    }

}
.setOfTables {
    padding: 40px;
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    margin: 0 auto;

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

    .setOfTables {
        flex-direction: column;
        padding: 10px;
    }
}
#myci-linka-2a-table h2 {
    padding-left: 14vw;
}

/* Washbox section */

#myci-boxy .button,
#myti-kol-motorek .button,
#dogwash .button {
    padding: 12px 20px;
    margin-bottom: 50px;
    margin-top: 0;
}
@media screen and (max-width: 639px) { 
#dogwash .button {
    margin-top: 30px;
}
}


#myci-boxy .centered_letter,
#myti-kol-motorek .centered_letter,
#samoobsluzne-myti .centered_letter,
#myti-psu .centered_letter,
#nabijeni-elektromobilu .centered_letter {
    /* top: -16%;
    left: 26%; */
    font-size: 50px;
    line-height: 1.3;
}
/*@media screen and (max-width: 639px) {*/
@media screen and (max-width: 800px) {

    #myci-boxy .centered_letter,
#myti-kol-motorek .centered_letter,
#samoobsluzne-myti .centered_letter,
#myti-psu .centered_letter,
#nabijeni-elektromobilu .centered_letter {
    
    font-size: 7vw;
}
}

#nabijeni-elektromobilu .listWrapper .centered_letter {
    /* top: -13%;
    left: 1%; */
}

#myci-boxy .red_circle,
#myti-kol-motorek .red_circle,
#samoobsluzne-myti .red_circle,
#myti-psu .red_circle,
#nabijeni-elektromobilu .red_circle
{
    width: 60px;
    height: 60px;
}

#myci-boxy .red_circle,
#myti-kol-motorek .red_circle,
#nabijeni-elektromobilu .red_circle {
    margin-right: 2vw;
}

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

    #myci-boxy .red_circle,
    #nabijeni-elektromobilu .red_circle {
        margin-right: 1vw;
        margin-left: 1vw;
    }
    #myti-kol-motorek .red_circle {
        margin-right: 1vw;
    }
}
@media screen and (max-width: 639px) { 

    #myci-boxy .red_circle,
    #myti-kol-motorek .red_circle,
    #samoobsluzne-myti .red_circle,
    #myti-psu .red_circle,
    #nabijeni-elektromobilu .red_circle
      {
    
    width: 8vw;
    height: 8vw;
}
}

.EVimage {
    position: relative; 
    top: 4%; 
    left: 42%; 
    transform: scale(1.7);
}
@media screen and (max-width: 1023px) { 
    .EVimage {

        position: static;
        width: 50%;
        margin: 0 auto;
        transform: none;
    }

}
#chargerGuide .centered_letter {
    /* top: -10%;
    left: 19%; */
    font-size: 70px;
}

#chargerGuide .red_circle {
    width: 90px;
    height: 90px;
}
@media screen and (max-width: 639px) { 
    #chargerGuide .centered_letter {
        /* top: -10%;
        left: 19%; */
        font-size: 8vw;
    }
    
    #chargerGuide .red_circle {
        width: 10vw;
        height: 10vw;
    }
}

.listWrapper {
    padding: 50px 0px;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    margin: 40px auto;
    width: 80%;
}

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

    .listWrapper {

        padding: 20px 0px;
        margin: 0 auto;

    }
}

.black_circle {
    width: 60px !important;
    height: 60px;
    background-color: black;
    position: relative;
    border-radius: 50%;
    display: inline-block;
}

@media screen and (max-width: 639px) { 
.black_circle {

    width: 8vw !important;
    height: 8vw;
}
}

.centered_icon {
    position: absolute;
    top: 8%;
    left: 20%;
    height: 87%;
    width: 62%;
}

.blankSpace {
    width: 100%;
    content: "";
    height: 40px;
}
/* .shopOffer .grid-margin-y .cell {
    margin: 0;
} */
#myci-boxy .narrow {
    margin: 20px auto;
}

#myti-kol-motorek .narrow {
    border-bottom: 3px solid black;
    margin-bottom: 2vw;
}

.shopOffer .red_circle {
    visibility: hidden;
    width: 100%;
}
.shopOffer .red_circle.visible {
    visibility: visible;
    width: 100%;
}

.shopOffer>.grid-x {
    margin-bottom: 1%;
}


#samoobsluzne-myti .InnerList .grid-x:first-child
 {
    border-bottom: 3px solid black;
    border-top: 3px solid black;
}

/* #samoobsluzne-myti .listWrapper .grid-x:nth-child(2) {
    border-bottom: 1px solid black;
} */

#samoobsluzne-myti .InnerList .grid-x {
    /* margin-bottom: 25px; */
    padding: 20px 0px;
}

#samoobsluzne-myti .listWrapper {
    border: none;
    margin-bottom: 0
}



#chargerGuide.narrow {
    max-width: 70%;
}
#chargingLink a {
    text-transform: uppercase;
    text-decoration: underline;
}
#chargingLink a:focus {
    color: #d20a11;
}

#chargingLink a:hover {
    color: #d20a11;
}
#chargerGuide .grid-x:last-child {
    align-items: flex-start;
}

/* #chargerGuide .grid-x:last-child .cell:last-child {
    padding-top: 29px;
} */

.em-bg {
    background: url(../images/EM-chargers.jpg) no-repeat 0 center;
    background-size: cover;
    height: 43vw;
    width: 100%;
}



.heightAuto {
    height: 1700px !important;
    transition: all;
}

/* technology section*/

#technology {
    padding-bottom: 0;
}

.technology_bg {
    background: url(../images/technology-bg.jpg) no-repeat center top;
    background-size: cover;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    filter: opacity(0.3);
}

#technology h2 {
    font-size: 30px;
    position: relative;
}

#technology .bg--postnumber {
    position: absolute;
    top: -79%;
    left: 43%;
    z-index: -1;
    height: 200%;
    width: 50%;
}

@media screen and (max-width: 639px) { 
    #technology .bg--postnumber {
    top: -80%;
    left: 39%; 
   }
}

#technology #portalove-myci-linky1 {
    background: url(../images/portalove-myti-icn.red.svg) no-repeat 0 center;
}

#technology #samoobsluzne-myti1 {
    background: url(../images/myci-boxy-icn.red.svg) no-repeat 0 center;
    left: 37%;
}

@media screen and (max-width: 639px) { 
    #technology #samoobsluzne-myti1 {
    left: 27%; 
   }
}


#technology #samoobsluzny-myci-box-pro-psy1 {
    background: url(../images/myti-psu-icn.red.svg) no-repeat 0 center;
}
@media screen and (max-width: 639px) { 
    #technology #samoobsluzny-myci-box-pro-psy1{
    height: 150%; 
    top: -25%;
    left: 33%;
   }
}
#technology .accordion-content {
    z-index: 0;
    border: none;
    background: transparent;
    padding: 0;
}

#technology .accordion-title::before {
    display: none;
}

#technology .accordion .is-active .accordion-title {
    display: none;
}

.downArrow {
    width: 70px;
    margin: 0 auto;
    background-color: #d20a11;
    color: white;
    padding: 0.4rem;
    border-radius: 40%;
    font-size: 44px;
    text-align: center;
}

.technologyItem {
    margin-bottom: 50px;
    padding: 50px 19%;
    background: transparent;
    border-bottom: 1px solid black;
}
@media screen and (max-width: 639px) { 
.technologyItem {

    margin-bottom: 0px;
    padding: 50px 8%;

}
}


.technologyItem h2 {
    margin-bottom: 1.3rem;
}

@media screen and (max-width: 639px) { 
#technologyDescr {
    text-align: justify;
}
}

div.technologyItem:nth-last-child(2) {
    margin-bottom: 0px;
    border-bottom: none;
}

.gallery-wrapper {
    position: relative;
}

/* Slick gallery */

.slick-gallery img {
    width: 100%;
    max-height: calc(100vw / 3);
}
@media screen and (max-width: 800px) { 
    .slick-gallery img {
    max-height: 67vw;
    }
}
.slick-prev,
.slick-next {
    background-color: #d20a11;
    color: white;
    padding: 0.2rem 0.7rem;
    border-radius: 40%;
    -webkit-box-shadow: -4px 6px 22px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -4px 6px 22px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -4px 6px 22px 0px rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

.slick-gallery {
    position: relative;
}

.slick-arrow {
    position: absolute;
}

.slick-prev {
    transform: rotate(90deg);
    left: 3%;
}

.slick-next {
    transform: rotate(-90deg);
    right: 3%;
    -webkit-box-shadow: 4px -6px 22px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px -6px 22px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 4px -6px 22px 0px rgba(0, 0, 0, 0.75);
}

.navigation-arrows {
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
    top: 50%;
    z-index: 0;
}

#portalove-myti .gallery-wrapper {
    margin-top: -1px;
}

.reservationButton {
    position: relative;
    margin: 5%;
}
@media screen and (max-width: 639px) { 
    .reservationButton {
    margin-bottom: 4%;
     }
     .reservationButton .button {
        margin-bottom: 0;
    }

}
.reservationButton img {
    position: absolute;
    top: -139%;
    right: -15%;
    height: 465px;
}

/* Pricelist section */

#technology .narrow {
    width: 52%;
    margin: 0 auto;
}

#pricelist .accordion-content {
    padding: 0px;
}

#iconBanner.banner--black {
    background-color: black;
    padding: 80px 45px 20px 45px;
}
@media screen and (max-width: 639px) { 
    #iconBanner.banner--black {
        padding: 20px        ;

    }
}

.iconBlock {
    margin-bottom: 40px;
    font-size: 30px;
}

.iconBlock img {
    height: 70px;
    width: 70px;
    margin-bottom: 30px;
}
@media screen and (max-width: 639px) { 
    .iconBlock img {
        height: 40px;
        width: 40px;
        margin-bottom: 9px;
    }
    .iconBlock {
        margin-bottom: 0;
        font-size: 4vw;
    }
}

#exterier,
#topsluzby,
#interier,
#dalsisluzby {
    padding: 1.5rem 10%;
    border-bottom: 3px solid white;
}

@media screen and (max-width: 639px) { 
    #exterier, #topsluzby, #interier, #dalsisluzby {
        padding: 1.5rem 0;
     }
}
#pricelist .narrow h2 {
    font-size: 25px;
}

#pricelist .border--bottom {
    border-bottom: 1px solid black;
    padding-bottom: 30px;
    padding-top: 20px;
}

#pricelist {
    padding-bottom: 0px;
}

#exterier .border--bottom:last-child,
#interier .border--bottom:last-child,
#dalsisluzby .border--bottom:last-child {
    border-bottom: none;
}

#topsluzby .border--bottom:last-of-type {
    border-bottom: none;
}

#serviceArea h2 {
    margin-bottom: 25px;
}

/* .title-priceList {
    font-size: 1.5rem;
} */
.title-priceList {
    line-height: 1.1;
}

.button--darkred {
    background: #bb0a0b;
    border: 1px solid white;
    margin: 0 auto;
}
 
@media screen and (max-width: 639px) { 
.button--narrow {
    width: 90%;
}
}

/* Logo gallery section */

#pro-firmy .grid-x {
    justify-content: space-around;
}

.gallery--spacing {
    padding: 50px 0;
}

/* Gift coupons section */

.giftSection-bg {
    background: url(../images/gift-section-bg.jpg) no-repeat 0 center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    filter: opacity(0.3);
}
#darkovePoukazyHdln {
    width: 65%;
    margin: 0 auto;
}
@media screen and (max-width: 639px) { 
    #darkovePoukazyHdln {
    width: 100%;
    }

}
#poukazyImg {
    position: absolute;
    top: 0;
    right: 0px;
    height: 30vw;
}
@media screen and (max-width: 800px) { 
    #poukazyImg {
    top: 38%;
    height: 50vw;
    }

}


#gift-coupons p:first-of-type {
    width: 50%;
    margin: 30px auto;
}

/* Live cameras section */

#live-cameras .video-screen-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    height: 300px;
}
#live-cameras .video-screen-wrapper .slick-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(270deg);
    width: 40px;
    height: 40px;
    font-size: 22px;
}
#live-cameras .video-screen {
/*#live-cameras img {*/
    filter: brightness(50%);
    width: 100%;
    height: 100%;
    transition: transform .4s ease;
}
#live-cameras .video-screen:hover {
    transform: scale(1.1);
}

.img__relative {
    position: relative;
    margin-bottom: 60px;
}

#live-cameras p {
    width: 70%;
    margin: 0 auto;
    line-height: 1.2;
    margin-bottom: 90px;
}

.webCamera_text {
    position: absolute;
    top: 101%;
    left: 25%;
}

.webCamera_number {
    position: absolute;
    top: 82%;
    left: 0%;
    font-size: 6rem;
}

/* Career section */

.job--brief {
    margin-top: 30px;
    width: 80%;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
}

.job--title {
    margin: 10px;
}

.black {
    color: black;
}

.black:hover,
.black:focus {
    color: #d20a11;
}

#kariera {
    border-bottom: 4px solid black;
}

h4.career-pdng {
    padding: 4% 15% 0 15%;
}
div.career-pdng {
    padding: 4% 10%;

}

#kariera .narrow {
    max-width: 85%;
}

#kariera h2 {
    line-height: 1;
}

#kariera .careerAd {
    padding: 20px 10px;
    border-radius: 20px;
}

#kariera .careerAd {
    border: 2px solid white;
}

#kariera .careerAd:hover {
    background-color: #e9e9e9;
  
}

.career-pdng ul {
    list-style: circle;
}

.border-onHover:hover {
    border-bottom: 2px solid #d20a11;
    color: #d20a11;
}

/* Contact section */

.banner--red {
    background-color: #d20a11;
    padding: 0.5rem;
}

.banner--black {
    background-color: black;
    padding: 5vw;
}

.contact--margin {
    margin-bottom: 50px;
}

/* Reviews section */

#reviews .gallery-wrapper {
    margin-top: 0px;
}
#reviews .narrow {
    max-width: 80%;
}

.reviewText {
    width: 80%;
    margin: 0 auto;
}
.reviewCompany {
    margin-top: -9px;
    margin-bottom: 30px;
}

#slick-reviews-navigation .slick-prev,
#slick-reviews-navigation .slick-next {
    background-color: black;
    color: white;
    padding: 0.7rem 0.9rem;
    border-radius: 40%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 25px;
}

#slick-reviews-navigation .slick-prev {
    left: -10%;
}

#slick-reviews-navigation .slick-next {
    right: -10%;
}

/* Footer section */

/* .menu--secondary {
    flex-direction: column;
} */

.menu--secondary li {
    flex: 0 0 50%;
}
@media screen and (max-width: 400px) {
    .menu--secondary li {
        flex: 0 0 100%;
    }
}

.menu--secondary a {
    line-height: 0;
}

.full--height {
    height: 100%;
}

/* Dog section */

#dogwash {
    padding-bottom: 0px;
}

.calibraSection {
    background-color: #f25c2e;
    padding: 70px;
}

.calibraSection img {
    width: 20vw;
    padding-bottom: 70px;
}

@media screen and (max-width: 639px) { 
    .calibraSection {
        padding: 20px;
    }
    .calibraSection img {
        width: 50vw;
        padding-bottom: 30px;

}
}

.calibraSection p:first-child {
    margin-bottom: 2.5rem;
}
@media screen and (max-width: 639px) { 
    .calibraSection p:first-child {
        margin-bottom: 1rem;
    }
}
.dog--bg {
    background: url(../images/dog_foam_calibra.png) no-repeat 0 bottom;
    background-size: cover;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

#dogwash h1 {
    width: 50%;
    margin: 0 auto;
}

@media screen and (max-width: 639px) { 
    #dogwash h1 
     {
        width: 100%;
    }
    }

#dogwash .button--white {
    background-color: white;
    color: black;
    margin-top: 40px;
}

#dogwash .narrow {
    padding: 0;
    margin: 0 auto;
}
#dogwash .listWrapper {
    width: 100%;
}

.calibraInfo {
    width: 85%;
    margin: 0 auto;
    font-size: 25px;
}

@media screen and (max-width: 639px) { 
    .calibraInfo {
    font-size: 12px;
    }
}
/* News section */

#slick-news-navigation .slick-prev {
    left: -15%;
}
@media screen and (max-width: 639px) { 
    #slick-news-navigation .slick-prev {
        left: -17%;
    }
}

#slick-news-navigation .slick-next {
    right: -15%;
}
@media screen and (max-width: 639px) { 
    #slick-news-navigation .slick-next {
        right: -17%;
    }
}

#slick-news-navigation .slick-prev,
#slick-news-navigation .slick-next {
    box-shadow: none;
}
@media screen and (max-width: 639px) { 

#slick-news-navigation .slick-prev,
#slick-news-navigation .slick-next{

    padding: 0.1rem 0.5rem;
}

#news .navigation-arrows {

    width: 80%;
    left: 10%;
    top: 42%;
}
}
.newsPost {
    background-color: white;
}

.newsPost .postContent,
.newsPost .postExcerpt {
    padding: 21px 10%;
}

.newsPost .postContent {
    margin-bottom: 40px;
    display: none;
}

.newsPost .postTitle {
    margin-top: 21px;
}

#news .narrow {
    width: 70%;
    max-width: 1000px;;
}
@media screen and (max-width: 639px) { 
    #news .narrow {
        width: 90%;

}
}

/* .postText {
    overflow-y: scroll;
} */

#news .gallery-wrapper {
    margin: 0px;
}

#news h1 {
    margin-bottom: 20px;
}

.postImage img {
    border-radius: 25px 25px 0 0;
}

.postImage {
    overflow: hidden;
}

#slick-news .slick-list  {
    transition: height 0.25s ease-out;

}
#news .slick-list.draggable {
    border-radius: 25px;
}

.postText .button {
    width: 20%;
    font-size: 22px;
    margin: 20px auto;
    padding: 10px;
}
@media screen and (max-width: 639px) { 
    .postText .button {
            width: 50%;
            font-size: 17px;
    }
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: space-evenly;
}

.gallery-item {
    margin: 10px;
}

.grid-y.newsPost {
    /* min-height: 700px;
    overflow: hidden; */
    /*height: unset;  IE has problem with this value*/
    height: auto;
    border-radius: 25px;

}

/* Instagram Gallery */

.imageInstagram img {
    width: 100%;
    cursor: pointer;
}

/* #galerie {

max-height: 633px;
overflow: hidden;

} */

.pageFooter {
    padding: 30px;
    padding-bottom: 80px !important;
    position: relative;
}
@media screen and (max-width: 500px) {
    .pageFooter {
        padding: 30px 5px;
    }
}
@media screen and (max-width: 400px) {
    .hide-on-mobile {
        display: none;
    }
}

footer .copyright {
    position: absolute;
    /* bottom: 14%; */
    /* right: 9%; */
    font-size: 16px;
    line-height: 1.2;
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    bottom: 0;
    max-width: 270px;
}
@media screen and (min-width: 1380px) { 
    footer .copyright {
        max-width: initial;
    }
}
@media screen and (max-width: 639px) { 
    .footer-copyright {
        margin-top: 15px;
    }
    footer .copyright {
        /* position: static;
        width: 100%;
        margin: 20px auto;
        text-align: center; */
        position: relative;
        right: auto;
        max-width: initial;
        transform: initial;
    }
}

.pageFooter .reservation-link {
    margin-top: -20px;
}
@media screen and (min-width:640px) and (max-width:800px) {
    .pageFooter .reservation-link {
        font-size: 40px;
    }
}

/* Newsletter */

#newsletter input[type="email"] {
    width: 60%;
    max-width: 1050px;
    margin: 0 auto;
    height: 55px;
    border-radius: 40px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

#newsletter input[type="submit"] {
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
}

.mc4wp-form-fields {
    margin: 40px 0 40px 0;
}

.mc4wp-form-fields p:first-child {
    margin-bottom: 0px;
}

/* serviceForm */

#serviceForm {
    background-color: #d20a11;
}

#orderStepsWrapper {
    background-color: white;
    position: relative;
    color: black;
    z-index:1;
    padding-top: 4%;
    padding-bottom: 0;
}
@media screen and (max-width: 639px) { 
    #orderStepsWrapper {
        padding-top: 3%;
        padding-bottom: 14vw;
    }
}

#orderSteps {
    margin: 0 auto; 
    width: 60%
}
@media screen and (max-width: 639px) { 

    #orderSteps {
        width: 80%
    }
}
#orderStepsWrapper .section__title {
    padding-bottom: 30px;
    font-size: 3rem;
    line-height: 1;
}
@media screen and (max-width: 639px) { 
    #orderStepsWrapper .section__title {
        font-size: 7vw;
    }

}

#serviceForm .gform_confirmation_message {
    color: black;
}
#serviceForm .gform_confirmation_message h3 {
    background: #d20a11;
    border-radius: 55px;
    padding: 0 20px;
}

/* #exterier h2 {
    text-transform: none;
} */

.rexPositioned2 {
    position: absolute;
    height: 16vw;
    right: 4%;
    bottom: -3%;
}

@media screen and (max-width: 639px) { 
    .rexPositioned2  {
        height: 20vw;
    }

}

.victorClip {
    position: absolute;
    height: 26vw;
    left: 0%;
    bottom: 0%;
}

#serviceForm .bg--postnumber {
    position: absolute;
    top: -4vw;
    left: 47%;
    font-size: 7vw;
    z-index: -1;
}
@media screen and (max-width: 639px) { 
    #serviceForm .bg--postnumber   {
        font-size: 13vw;
    }

}
@media screen and (min-width: 1700px) { 
    #serviceForm .bg--postnumber   {
        font-size: 5vw;
        top: -2vw;
    }

}
#carSelection,
#carSelectionClean {
    background: #000;
    margin: 0%;
    padding: 60px 0px;
    position: relative;
}

.radio-wrapper-general {
    display: block;
    width: 150px;
    height: 50px;
    margin: 0 auto 50px auto;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}
fieldset .cell img {
    position: absolute;
   
}
fieldset .cell {
    position:relative;
}

.menu.vertical.nested.submenu.is-accordion-submenu.is-active{
    margin-left:0; 
}
#smallIcon {
    top: 30%;
    left: 14%;
    height: 5vw;
}

#largeIcon {
    top: 40%;
    left: 3%;
    height: 5vw;
}


@media screen and (max-width: 639px) {
    #smallIcon, #largeIcon  {
        height: 8vw;
    }
    #largeIcon  {
        left: 6%;
    }
}
.radio-wrapper-general input {
    position: absolute;
    opacity: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {

    border-color: white transparent transparent !important;
    /* transform: scale(2); */

}
/* .radioWrapper:hover input ~ .radioButton {
    background-color: #ccc;
} */

input:checked~.radioButton {
    background-color: white;
}

.radio-wrapper-general input:checked~.radioButton:after {
    display: block;
}

.radioButton {
    position: absolute;
    top: 32%;
    right: 9%;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 50%;
}
@media screen and (max-width: 639px) { 
    .radioButton {
    top: 36%;
    right: 12%;
    height: 15px;
    width: 15px;
    }
}

.RadioLabel {
    position: absolute;
    top: 21%;
    left: 13%;

}
@media screen and (max-width: 639px) { 
    .RadioLabel {
        top: 29%;
        font-size: 20px;

    }
}
#orderStepsWrapper h3 {
    position: relative;
    padding-bottom: 60px;
    z-index: 0;
    line-height: 1.2;
}

@media screen and (max-width: 639px) { 
    #orderStepsWrapper h3 {
        padding-bottom: 30px;
    }

}

#exterier .grid-x,
#topsluzby .grid-x,
#interier .grid-x,
#dalsisluzby .grid-x  {
    padding-bottom: 20px;
}

#serviceForm #serviceArea {
    margin: 0px 5%;
}

#serviceForm #extra {
    padding: 1.5rem 10%;
    line-height: 2;
}
@media screen and (max-width: 639px) { 
    #serviceForm #extra {
    padding: 1.5rem 0;
    }

}

#serviceForm .totalTime {
    padding-right: 10px;
}

#serviceForm footer {
    background-color: black;
    padding: 2rem 15%;
    line-height: 1;
}

@media screen and (max-width: 639px) { 
    #serviceForm footer {
    padding: 1.5rem 5%;
    }

}

#show-after-click {
    display: none;

}
/* Checkboxes */

.containerCB {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color:white;
}

/* Hide the browser's default checkbox */

.containerCB input {
    display: none;
    position: absolute;
}

#carSelection .containerCB {
    padding: 0; 
    margin: 0;
}
#carSelection .containerCB > input + div{ /* DIV STYLES */

    cursor:pointer;
    border:2px solid transparent;
}

#carSelection .containerCB > input:checked + div{ /* (RADIO CHECKED) DIV STYLES */
    border-bottom: 2px solid white;
}

@media screen and (max-width: 639px) { 
#carSelection .accordion-menu-wrapper{
margin: 0px auto;
width: 90%;

}
}
/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 7px;
    right: 0;
    height: 20px;
    width: 20px;
    border: 3px solid white;
    border-radius: 50%;
}
@media screen and (max-width: 639px) { 
.checkmark {
    height: 15px;
    width: 15px;
    border: 2px solid white;
}
}
#extra .checkmark {
    top: 30%;
    right: 10%;
}
@media screen and (max-width: 639px) { 
    #extra .checkmark {
        right: 0%;
    }
    }

/* When the checkbox is checked, add background */

.containerCB input:checked~.checkmark {
    background-color: white;
}

.extraCM {
    top: 100%;
    left: 100%;
    right: 0;
}

/* Gravity form */

.gform_wrapper .top_label .gfield_label {
    display: none !important;
}

.formWhole {
    width: 100%;
    background-color: white;
}

.gform_wrapper form {
    text-align: center;
    margin: 0 auto;
}

.gform_wrapper {
    width: 67%;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 639px) { 
    .gform_wrapper {
        width: 100%;
    }
}
h3.gform_title {
    margin: 30px;
    color: black;
}
/* [type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    padding: 0;
    margin-bottom: 0;
} */

.ginput_container>input {
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #d20a11;
    font-weight: bold;
}
@media screen and (max-width: 639px) { 
    .ginput_container>input {
    font-size: 12px;
    }
}
.ginput_container>input:active,
.ginput_container>input:hover,
.ginput_container>input:focus {
    border: none;
    border-bottom: 2px solid #d20a11;
    transition: none;
    box-shadow: none;
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1;
    /* Firefox */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: black;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */

.ginput_container_textarea textarea {
    border: 1px solid white;
    box-shadow: none;
    border-bottom: 2px solid #d20a11;
    font-weight: bold;
}
@media screen and (max-width: 639px) { 
    .ginput_container_textarea textarea {
    font-size: 12px;
    }
}

textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1;
    /* Firefox */
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black;
}

textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: black;
}

.gform_button {
    background-color: #d20a11;
    font-size: 30px;
    float: right;
    font-family: 'AcciusBuchRounded', sans-serif;

}
@media screen and (max-width: 639px) { 
    .gform_button {
     font-size: 12px;

        
    }
}

#gform_fields_1 {
    column-count: 2;
    font-family: "Roboto", sans-serif;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
@media screen and (max-width: 639px) { 
    #gform_fields_1 {
        column-count: 1;
        margin-right: 1.25rem;


    }
}

.disclaimer {
    position: absolute;
    bottom: 16px;
    left: 1.25rem;
    text-align: left;
    max-width: 60%;
    color: black;
    font-size: 14px;
    z-index: 66;
    line-height: 1.3;
}
@media screen and (max-width: 639px) { 
    .disclaimer {
        font-size: 2.5vw;
    }
}
@media screen and (max-width: 400px) { 
    .disclaimer {
        font-size: 3vw;
    }
}
.disclaimer a {
    text-decoration: underline black solid;
    padding: 0;
}

.disclaimer a:hover {
    color: #d20a11;
    text-decoration-color: #d20a11;
}

.gfield_description.validation_message {
    text-align: left;
    font-size: 12px;
    margin-top: -19px;
    color: #bb0a0b;
}

.gform_confirmation_wrapper {
    margin: 0 auto;
    padding: 50px;
}

#header .logo {
    visibility: hidden !important;
}



/* News slider */
.postImage {
    max-height: 400px;
}
.postImage img {
    opacity: 0;
}

/* slick-technology */
#slick-technology,
#slick-technology .fancybox.image div,
#slick-dogs,
#slick-dogs .fancybox.image div,
#slick-electric-car,
#slick-electric-car .fancybox.image div,
#slick-shop,
#slick-shop .fancybox.image div {
    height: 30vw;
}

@media screen and (max-width: 800px) { 
    #slick-technology,
    #slick-technology .fancybox.image div{
        height: 50vw;
    }
}
/* Mobile menu */
#offCanvasPrimary {
    background: transparent;
    box-shadow: none;
    visibility: hidden;
    width: 100%;
}
#offCanvasPrimary.is-open {
    visibility: visible;
    transition: visibility 0.3s linear 0.3s;
}
.js-off-canvas-overlay.is-overlay-fixed {
    opacity: 1;
    visibility: visible;
    background: transparent;
}
.js-off-canvas-overlay.is-overlay-fixed::before {
    /* width: 79px; */
    /* height: 75px; */
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    right: 76px;
    top: 72px;
    background: #d1111c;
    transition: all 0.4s linear;
    border-radius: 50%;
    transform: translate(50%,-50%);
}
.js-off-canvas-overlay.is-overlay-fixed.is-visible::before {
    width: 300vh;
    height: 300vh;
}
.js-off-canvas-overlay.is-overlay-fixed.is-visible.is-landscape::before {
    width: 300vw;
    height: 300vw;
}
#mobileLogoWhite {
    position: fixed;
    top: 30px;
    left: 30px;
    width: 20vw;
    visibility: hidden;
}
.admin-bar #mobileLogoWhite {
    top: 50px;
}
.oc-menu {
    margin-top: calc(20vw + 46px);
    width: 100vw;
    padding: 0 15px;
}
.admin-bar .oc-menu {
    margin-top: calc(20vw + 46px + 15px);
}
.oc-menu.is-landscape {
    margin-top: 30px;
}
.admin-bar .oc-menu.is-landscape {
    margin-top: 45px;
}
.oc-menu a {
    color: white;
    font-size: 10vw;
}
.oc-menu.is-landscape a {
    font-size: 10vh;
}
button.close-button {
    display: none;
}
#mobile-menu {
    background: transparent;
    padding-bottom: 0;
}
#mobile-menu.is-open {
    background: #d1111c;
}
#mobile-menu.is-landscape {
    background: transparent;
}
#mobile-menu.is-landscape #mobileLogoWhite,
#mobile-menu-logo-wrapper.is-landscape #mobileLogoWhite {
    visibility: hidden !important;
}
#mobile-menu-logo-wrapper.is-landscape.is-open {
    display: none;
}

.mobile-menu-button img {
    width: 20vw;
    min-width: 60px;
    max-width: 75px;
    padding-top: 6vw;
}
@media screen and (max-width: 470px) {
    .mobile-menu-button img {
        padding-top: 5vw;
    }
}
@media screen and (max-width: 400px) {
    .mobile-menu-button img {
        padding-top: 4vw;
    }
}

#mobile-menu .mobile-menu-button[aria-expanded="true"] > img,
#mobile-menu-button-wrapper .mobile-menu-button[aria-expanded="true"] > img {
    filter: none;
}
.js-off-canvas-overlay.is-overlay-fixed:not(.is-visible) {
    visibility: hidden;
}

/* IE > 10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #aboutUs p strong {
        font-weight: normal;
    }
}

/* Price for request */
.priceRequest {
    display: inline-block;
    line-height: 1;
}

/* WP admin bar */
#wpadminbar {
    position: fixed !important; 
    /* Prevent absolute positioning on 600px and smaller */
}

/* Intro loader */
.intro-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
@media screen and (max-width: 639px) {
    .intro-loader {
        display: none;
    }
}

/* To top button */
#topArrow {
    position: fixed;
    bottom: 20px;
    right: 47px;
    z-index: 60;
    width: 58px;
    height: 58px;
    margin: 0 auto;
    background-color: #d20a11;
    color: white;
    padding: 0.4rem;
    border-radius: 50%;
    font-size: 44px;
    text-align: center;
    transform: rotate(180deg);
    -webkit-filter: drop-shadow( 0 -2px 10px rgba(0, 0, 0, 0.3));
    filter: drop-shadow( 0 -2px 10px rgba(0, 0, 0, 0.3));
    display: none;
}
#topArrow:hover,
#topArrow:focus {
    color: white;
}
#topArrow span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media screen and (max-width:500px) {
    #topArrow {
        right: 20px;
    }
}

/* Gravity form honeypot */
#field_1_19 {
    display: none;
}

/* Hape logo */
.hape-logo {
    max-height: 60px;
    margin-right: -20px;
}

#shop .section__content a:hover {
    color: #d20a11;
}

/* Popup styling */
.spu-close-popup {
    top: -30px !important;
    right: -30px !important;
    background: transparent url(//www.redboxpark.cz/wp-content/themes/redboxpark-theme/assets/css/../images/menu-icon-close.svg) no-repeat center;
    border-radius: 50%;
    padding: 30px;
    transform: scale(0.5);
}
.spu-icon-close:before {
    content: '';
}
.spu-box {
    background: #fff;
    border-radius: 20px;
}

/* Program selection sections */
.program-selection {
    display: none;
    margin-bottom: 30px;
}

/* Electric car banner */
#electric-banner {
    display: block;
    position: relative;
    height: 25vw;
    overflow: hidden;
}
#electric-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}
#electric-banner img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    z-index: -1;
    top: -75%;
}
#electric-banner .section__header {
    position: relative;
}
#electric-banner .section__title {
    padding-top: 4vw;
    line-height: 1.1;
}
#electric-banner .section__title.mobile {
    display: none;
}
@media screen and (max-width: 850px) {
    #electric-banner .section__title.desktop {
        display: none;
    }
    #electric-banner .section__title.mobile {
        display: block;
    }
}
@media screen and (max-width: 639px) {
    #electric-banner {
        height: 50vw;
    }
    #electric-banner .section__title {
        padding-top: 8vw;
    }
    #electric-banner img {
        top: 0;
    }
}

.icon-electric {
    max-width: 153px;
}
.icon-electric.mobile {
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
    .icon-electric.mobile {
        max-width: 30vw;
    }
}
.hidden {
    display: none;
}