/* ----------------------------------------------------
                    CUSTOM STYLES
-----------------------------------------------------*/


/*
max
380
479
575
767
991
1199
1440
*/


/* $global */
/* NAV */
/* HOME */
/* INTRO */
/* SERVICES */
/* PRICELIST */
/* ABOUT */
/* REFERENCE */
/* RESERVATIONS */
/* CONTACT */
/* MODAL */




/* $global ----------------------------------------------------------------- */
.__hide-element {
    display: none!important;
}

.a-top-indentation-m {
    padding-top: 35px;
}

.a-top-indentation-l {
    padding-top: 50px;
}

.a-top-margin-m {
    margin-top: 45px;
}

.no-flex-ident {
    padding-top: 45px;
}

.left-float {
    padding-right: 40px;
}

.right-float {
    padding-left: 40px;
}

.pad-top-zero {
    padding-top: 0!important;
}

@media (max-width: 767px) {
    .left-float {
        padding-right: 0px;
    }

    .right-float {
        padding-left: 0px;
    }
}

.banner {
    display: inline-block;
}

body.a-mobile .banner {
	margin: 0 3px;
}

.banner > img {
    margin: 10px 0 0 0;
}

img {
    max-width: 100%;
    height: auto;
}

.element-transform {
    transition: transform .2s;
}

.element-transform:hover {
    transform: scale(1.02);
}

a.style-button {
    background-color: var(--global-border-color-cyan);
    display: inline-block;
    padding: 12px 50px;
    color: white;
    font-size: 17px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 25px;
}

.menu-button {
    margin-right: 7px;
    font-size: 19px;
    color: #666666;
}

a.style-button:hover {
    background-color: #58b3ae;;
}

blockquote {
    background-color: bisque;
    font-size: 23px;
    padding: 45px;
    border: none;
    text-shadow: 1px 1px white;
}

@media (min-width: 992px) {
    blockquote {
        padding: 45px 200px;
    }
}

.line-border {
    height: 2px;
}

.basic-container {
    padding-bottom: 40px;
    background-color: white;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
}

.basic-container .line-border {
    width: 100%;
    background-color: var(--global-border-color-cyan);
}

.basic-container > h2 {
    padding-top: 45px;
    padding-left: 45px;
    padding-right: 45px;
    margin-top: 0;
    text-align: center;
    font-size: 26px;
}

@media (max-width: 767px) {
    .basic-container img {
        width: 100%;
    }
}

.basic-container .custom-flex-box {
    display: flex;
    padding: 45px;
}

@media (max-width: 767px) {
    .basic-container .custom-flex-box {
        display: block;
        padding: 30px 45px;
    }

    .section-intro .custom-flex-box.not-swidth-bottom {
        padding-bottom: 0;
    }

    .section-intro .custom-flex-box.not-swidth-top {
        padding-top: 1px;
    }
}

.basic-container .custom-flex-box img.indent-top {
    margin-top: 30px;
}

.basic-container .custom-flex-box img.indent-bottom {
    margin-bottom: 30px;
}

.basic-container .simple-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
}

.basic-container .under-text-motive {
    background-image: url("../images/corgis.png");
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    height: 25px;
    width: 85px;
    border-bottom: 1px solid bisque;
    padding-bottom: 27px;
    margin-bottom: 0;
}

.basic-container .description {
    font-size: 21px;
    margin-top: 30px;
    padding: 0 45px;
}

@media (min-width: 992px) {
    .basic-container .description {
        padding: 0 200px;
    }
}

.basic-container .more-info {
    font-size: 21px;
}

.s-transition {
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s;
    
}

.transition {
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s;
    
}




/* SECTION NAV ------------------------------------------------------------ */
.a-nav-container li.a-nav-item {
    font-size: 22px;
}

.a-nav-container li .a-nav-link:hover {
    text-decoration: underline;
}




/* SECTION HOME ----------------------------------------------------------- */
.section-home {
    background-image: linear-gradient(0deg, rgba(0,0,0,0.15), rgba(0,0,0,0.15)), url("../images/hp-foto.jpg");
    background-position: 50% 10%;
    min-height: 761px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-home .home-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-home .home-box .line-border {
    width: 47%;
    height: 1px;
    display: block;
    background-color: #eaeaea;
}

.section-home .home-box > p {
    font-size: 45px;
    margin-top: 0;
    margin-bottom: 10px;
}

body.a-mobile .home-box > p {
    font-size: 32px;
}

.section-home .home-box > h1 {
    font-size: 21px;
    margin-top: 0;
}

.section-home .a-poster {
    position: absolute;
    right: 0;
    top: -133px;
}

@media(max-width: 991px) {
    .section-home .a-poster {
        position: static;
        text-align: center;
        margin-top: 40px;
    }

    .section-home .a-poster > a > img {
        height: 30vh;
    }
}

.section-home .a-poster .simple-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
}

.section-home .a-poster > a {
    cursor: pointer;
}

.section-home .a-poster > a > img {
    border: 3px solid white;
}




/* SECTION INTRO ---------------------------------------------------------- */
.section-intro .custom-flex-box > div.basis {
    flex-basis: 80%;
}



/* SECTION SERVICES ------------------------------------------------------- */
@media (max-width: 991px) {
    .a-repeater {
       grid-template-columns: repeat(2, 50%); 
    }
}

.a-repeater.a-repeater-0 {
    grid-template-columns: repeat(4, 25%);
    padding: 0 45px;
}

@media (max-width: 767px) {
   .a-repeater.a-repeater-0 {
        grid-template-columns: repeat(1, 100%);
    }
}

@media (max-width: 767px) {
   .a-repeater.a-repeater-1 {
        grid-template-columns: repeat(1, 100%);
    }
}

.a-repeater.a-repeater-1 {
    padding: 45px;
}

.a-repeater .repeater-box {
    padding: 25px;
    border: 1px solid #fafafa;
    border-right-width: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.a-repeater .repeater-box:nth-of-type(1) {
    background-image: url("../images/box-social.jpg");
}

.a-repeater .repeater-box:nth-of-type(2) {
    background-image: url("../images/box-training.jpg");
}

.a-repeater .repeater-box:nth-of-type(3) {
    background-image: url("../images/box-problem.jpg");
}

.a-repeater .repeater-box:nth-of-type(4) {
    background-image: url("../images/box-intensive.jpg");
}

.a-repeater .repeater-box:nth-of-type(5) {
    background-image: url("../images/box-meditation.jpg");
}

.a-repeater .repeater-box:nth-of-type(6) {
    background-image: url("../images/box-modern.jpg");
}

@media (max-width: 767px) {
    .a-repeater .repeater-box {
        min-height: 340px;
    }

    .a-repeater .repeater-box:nth-of-type(1) {
        background-position: center 38%;
    }

    .a-repeater .repeater-box:nth-of-type(2) {
        background-position: center 90%;
    }

    .a-repeater .repeater-box:nth-of-type(3) {
        background-position: center 41%;
    }

    .a-repeater .repeater-box:nth-of-type(4) {
        background-position: center 87%;
    }

    .a-repeater .repeater-box:nth-of-type(5) {
        background-position: center 5%;
    }

    .a-repeater .repeater-box:nth-of-type(6) {
        background-position: center 42%;
    }
}

.a-repeater .repeater-box:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    position: relative;
}

.a-repeater .repeater-box:nth-of-type(1),
.a-repeater .repeater-box:nth-of-type(2),
.a-repeater .repeater-box:nth-of-type(3) {
    border-bottom: none;
}

.a-repeater .repeater-box:nth-of-type(3),
.a-repeater .repeater-box:nth-of-type(6) {
    border-right-width: 1px;
}

.a-repeater .repeater-box > h3,
.a-repeater .repeater-box > .simple-text {
	text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}

.a-repeater > h3 {
    font-size: 21px;
}

.a-repeater > h3 {
    padding: 15px;
    margin-top: 0;
    margin-bottom: 0;
}

.a-repeater > h3 > a > i {
    padding: 0 8px;
    color: #f1923e;
}

.a-repeater > h3 > a.no-href {
    color: inherit;
}




/* SECTION PRICELIST ------------------------------------------------------ */
.section-priceList .green {
    background: linear-gradient(180deg, #096c74, #06d1bd);
    color: white;
}

.section-priceList .a-repeater {
    grid-template-columns: repeat(2, 50%);
}

@media (max-width: 767px) {
   .section-priceList .a-repeater {
        grid-template-columns: repeat(1, 100%);
    }
}

.section-priceList .pricelist-box {
    padding: 10px 45px 45px 45px;
    margin: 5px;
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
}

/*
.section-priceList .pricelist-box:nth-of-type(1) {
    background: linear-gradient(180deg, #0556a8, #0bc5eb);
}

.section-priceList .pricelist-box:nth-of-type(2) {
    background: linear-gradient(180deg, #792384, #e67d9c);
}

.section-priceList .pricelist-box:nth-of-type(3) {
    background: linear-gradient(180deg, #fe785f, #ffc160);
}

.section-priceList .pricelist-box:nth-of-type(4) {
    background: linear-gradient(180deg, #096c74, #06d1bd);
}
*/

.section-priceList .pricelist-box > ul {
    list-style: none;
    padding: 0;
}

.section-priceList .pricelist-box > ul > li {
    padding: 12px 10px;
    line-height: 23px;
    font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 1199px) {
    .section-priceList .pricelist-box > ul > li {
        text-align: center;
    }

    .section-priceList .pricelist-box > ul > li > span {
        width: 100%;
        padding: 5px 0 15px 0;
    }
}

.section-priceList .pricelist-box > ul > li:last-child {
    border-bottom 1px dashed white;
}

.section-priceList .pricelist-box > ul > li > i {
    color: bisque;
    margin-right: 5px;
}

.section-priceList .pricelist-box > ul > li > span {
    float: right;
    font-weight: 700;
    font-size: 21px;
    display: inline-block;
}

@media (max-width: 991px) {
    .section-priceList .pricelist-box > ul > li > span {
        float: none;
    }
}

.section-priceList .pricelist-description {
    color: bisque;
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    font-family: Arial, Helvetica, sans-serif;
}




/* SECTION ABOUT PART ---------------------------------------------------- */
.section-about .custom-flex-box > div.basis {
    flex-basis: 120%;
}




/* SECTION REFERENCE ------------------------------------------------------- */
.reference-wrapper {
    height: 475px;
    margin: 45px auto 0 auto;
    position: relative;
}

.reference-wrapper .go {
    position: absolute;
    font-size: 33px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 25px 7px;
    top: 39%;
    opacity: 0.7;
    cursor: pointer;
    z-index: 9;
}

.reference-wrapper .go.disabled {
    pointer-events: none;
}

.reference-wrapper .go:hover {
    opacity: 1;
}

.reference-wrapper .go.left {
    left: 3%;
}

.reference-wrapper .go.right {
    right: 3%;
}

.reference-wrapper > div {
    opacity: 1;
    position: absolute;
}

.reference-wrapper > div.hidden {
    opacity: 0;
}

.reference-wrapper > div.hidden .go {
    pointer-events: none;
}

.reference-box {
    width: 91%;
    display: flex;
    height: 475px;
    margin: auto;
    border: 1px solid bisque;
    background-color: #fbf3eb;
}

.reference-box .simple-text {
    font-style: italic;
    text-shadow: 1px 1px white;
}

.reference-box > div.basis {
    flex-basis: 70%;
    padding: 40px;
}

@media (max-width: 991px) {
    .reference-box > div.basis {
        padding: 0 0 0 25px;
    }
}

@media (max-width: 767px) {
    .reference-box > div.basis {
        flex-basis: 95%;
    }

    .reference-box > img {
        display: none;
    }
    /*
    #__ref-1st .reference-box {
        background-image: url("../images/reference-eva.jpg");
    }

    #__ref-2nd .reference-box {
        background-image: url("../images/reference-petr.jpg");
    }

    #__ref-3rd .reference-box {
        background-image: url("../images/reference-zofka.jpg");
    }
    */
}

.tabs {
    font-size: 21px;
    margin-top: 10px;
    margin-bottom: 35px;
}

.tabs > a {
    display: inline-block;
    padding: 5px;
    margin: 0 3px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    border-radius: 25px;
    background-color: #f1923e;

}

.tabs > a.active {
    pointer-events: none;
    opacity: 0.3;
}




/* SECTION RESERVATIONS ---------------------------------------------------- */




/* SECTION CONTACT --------------------------------------------------------- */
.section-contact .a-sheet {
    padding: 45px 0;
}

.section-contact .line-border {
    width: 100%;
    height: 1px;
    background-color: #bfbfbf;
}

.section-contact .box-contact {
    margin: 50px 0;
}

.section-contact .box-contact .item {
    width: 33.3%;
    display: inline-block;
    font-size: 19px;
}

.section-contact .box-contact .item a {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.section-contact .box-contact .item a:hover {
    text-decoration: underline;
}

.section-contact h2 {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    font-size: 26px;
}

.section-contact .a-line-gl {
    border-color: white;
}

.section-contact .a-text-socials {
    margin: 25px 0 60px 0;
    font-size: 50px;
}

.section-contact .a-text-socials i {
    margin: 0 8px;
    color: var(--global-border-color-cyan);
}

.section-contact .rights {
    font-size: 14px;
    color: lightgray;
    font-family: Arial, Helvetica, sans-serif;
}

@media(max-width: 767px) {
    .section-contact .box-contact .item {
        width: 100%;
        margin-bottom: 20px;
    }
}




/* MODAL WINDOW --------------------------------------------------------- */
.modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.modal-window {
    margin-top: 2%;
    height: 90vh;
    position: relative;
}

.modal-window > img {
    height: 100%;
    box-shadow: 0px 0px 160px #202020;
}


