body {
    font-family: Open Sans;
    color: #000;
}

a:link, a:visited {
    color: #FF7F2A;
}
a:hover, a:active  {
    color: #CF6523;
    text-decoration: none;
}
ul {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #000;
    letter-spacing: 0px;
}

h1 { 
    font-size: 2.4rem; 
    letter-spacing: -1px; 
    text-align: center;
    margin-bottom: 0px;
    line-height: 1.3;
}
h2 { 
    font-size: 1.8rem; 
    line-height: 40px;
    margin-bottom: 0px; 
    text-align: center;
}
h3 { 
    font-size: 1.4rem;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #8F8F8F;
}

p { 
    margin: 0 0 20px 0; 
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #000;
    line-height: 24px;
}
ul li {
    padding: 0px;
    margin: 7px 0px;
    padding-left: 25px;
    background: url(/img/arrow.svg) no-repeat 0% 6px;
    background-size: 12px 12px;
}

.content-box {
    border-radius: 5px;
    box-shadow: 0px 0px 21px 8px rgba(0,0,0,0.04);
    -webkit-box-shadow: 0px 0px 21px 8px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 0px 21px 8px rgba(0,0,0,0.04);
}
/*menu*/
.navbar-nav a {
    font-family: Raleway;
    font-size: 1.2rem;
    color: #000;
    font-weight: 500;
}
.navbar-nav a:hover {
    color: #0FACF3;
    text-decoration: none;
}
.menu-items {
    padding: 1rem;
}
nav form label {
    display: block;
    font-size: 0.8rem;
    margin-bottom: 0.1rem !important;
}
nav form {
    margin-left: 3rem;
}
.navbar-light .navbar-toggler, .navbar-toggler:focus {
    outline: 0px;
}


a.vyzkouset-zdarmna {
    display: block;
    width: 236px;
    background: #3FA69D;
    color: #fff;
    padding: 0.5rem 1.5rem;
    margin: 0.5rem;
    border-radius: 20px;
}
a:hover.vyzkouset-zdarmna {
    color: #fff;
    box-shadow: 0px 0px 25px 0px rgba(199,199,199,1);
}
.form-login {
    width: 150px !important;
    height: 40px;
    background-color: #0FACF3;
    color: #fff;
}
.web-login {
    margin-bottom: 20px;
}
.form-login::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.form-login:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.form-login::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.btn-vstup {
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    background-color: #fff;
    border-color: #ccc;
}
.btn-vstup:hover {
    background-color: #3FA69D;
    color: #fff;
}
.border-line {
    border: solid 1px #C9C9C9;
    border-width: 0px 0px 1px 0px;
}
a.btn-mob-login {
    display: block;
    margin: auto;
    margin-bottom: 20vh;
    width: 200px;
    background-color: #FF7F2A;
    padding: 0.5rem 0.9rem;
    border-radius: 20px;
    font-family: Raleway;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
/*End menu*/

.main-area {
    min-height: calc(100vh - 134.59px);
    border: solid 1px #C9C9C9;
    border-width: 0px 0px 1px 0px;
    padding-top:15px;
    padding-bottom: 15px;
    margin-top: 97px;
    background-color: rgba(0,0,0,0.01);
    }

/*home page*/
.row-home {    
    min-height: calc(100vh - 166px);
}
.bg-home {
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: -10;
}
.container-home h1 {
    color: #000;
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 0px;
    line-height: 1.3;
}
.h1-divider {
    width: 40px;
    height: 3px;
    background-color: #3FA69D;
}
.container-home h2 {
    margin-bottom: 30px;
    text-align: center;
}
.home-basic {
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 21px 8px rgba(0,0,0,0.04);
    -webkit-box-shadow: 0px 0px 21px 8px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 0px 21px 8px rgba(0,0,0,0.04);
    padding: 30px 25px;
    margin: 30px;
}
.home-basic h2 {
    color: #8F8F8F;
    margin: 15px 10px;
}
.hp-icon li {
    margin-left: 0px;
    padding-left: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #000;
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 50px;
    font-size: 1.4em;
    line-height: 1.4;
}
    .sms li {
    background: url(/img/icons/hp/orange.svg) no-repeat 0% 0%;
    background-size: 50px 50px;
    }
    .do-email li {
    background: url(/img/icons/hp/green.svg) no-repeat 0% 0%;
    background-size: 50px 50px;
    }
    .kolegove li {
    background: url(/img/icons/hp/red.svg) no-repeat 0% 0%;
    background-size: 50px 50px;
    }

.open-free {
    display: block;
    margin: auto;
    width: 250px;
    background-color: #3FA69D;
    border: 0px;
    border-radius: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    font-weight: bold;

}
a.open-free {
    color: #fff;
}
.open-free:hover {
    box-shadow: 0px 0px 25px 0px rgba(63,166,157,1);
    color: #fff;
}

@media only screen and (max-width: 1440px) {

.container-home h1 {
    font-size: 2.4rem;
}
.hp-icon li {
    font-size: 1.1rem;
}
}

@media only screen and (max-width: 1024px) {
.row-menu {
    height: 142px;
}
.row-arrow {
    display: none;
   
}
.container-home {
    height: unset;

}
.row-home {
    height: unset;
}
.bg-home {display: none;}
}
}
@media only screen and (max-width: 768px) {
.container-home h1 {
    font-size: 3rem;
    margin-bottom: 0px;
}
.container-home h2 {
    font-size: 24px;
}
}
@media only screen and (max-width: 767px) {
.row-menu {
    height: 70px;
}
.lobo-mob {max-height: 50px;}

.navbar-brand {
    width: auto;
}
.btn-vstup {margin-left: 20px;}

.container-home {
    height: unset;
    background: unset;
}
.container-home h1 {
    font-size: 2rem;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 1.2;

}
.container-home h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 20px;
 
}
.container-home ul {
    padding-left: 0px;
}
.hp-icon li {
    font-size: 1rem;
}

.home-basic {
    margin: 0px;
    padding: 0px;
    box-shadow: unset;
}
}

.bg-online-booking {
    background: url(/img/bg-booking.svg) no-repeat center center;
    background-size: 98% 98%;
}
/*End home page*/
/*cenik*/
.cenik ul {
    padding-left: 10px;
    margin-bottom: 0px;
}
.cenik p {
    margin-bottom: 0px;
}
.cena {
    display: block;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 5px;
    width: 230px;
    padding: 5px 0px;
    font-size: 1.6rem;
    color: #fff;
    background-color: #3FA69D;
    text-align: center;
    border-radius: 10px;
    }
 .sleva {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    color: #4D4D4D;
 }
/*end cenik*/
/*vyhody*/
.vyhody-box {
    padding: 2%;
}
.vyhody-box h3 {
    text-align: center;
}
.vyhody-box ul {
    padding-left: 0px;
}
.vyhody-box ul li {
    background: url(/img/check.svg) no-repeat 0% 0%;
    background-size: 30px 30px;
    padding-left: 45px;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.bg-online-rezervace {
    background: url(/img//vyhody/online-rezervace.svg) no-repeat 50% 50%;
    background-size: 95% 95%;
    padding-top: 75px;
    padding-bottom: 75px;
}
.bg-vice-uctu {
    background: url(/img//vyhody/vice-uctu.svg) no-repeat 50% 50%;
    background-size: 95% 95%;
    padding-top: 75px;
    padding-bottom: 75px;  
}
.bg-notifikace {
    background: url(/img//vyhody/notifikace.svg) no-repeat 50% 50%;
    background-size: 95% 95%;
    padding-top: 75px;
    padding-bottom: 75px;  
}
.bg-html {
    background: url(/img//vyhody/html.svg) no-repeat 50% 50%;
    background-size: 95% 95%;
    padding-top: 75px;
    padding-bottom: 75px;  
}
/*End vyhody*/
/*jak to funguje*/
.jak-to-funguje ul, .zalozit-ucet ul {
    padding-left: 0px;
}
.jak-to-funguje ul li {
    padding: 0px;
    margin: 7px 0px;
    padding-left: 25px;
    background: url(/img/arrow.svg) no-repeat 0% 6px;
    background-size: 12px 12px;
}
.jak-to-funguje h2 {
    margin: 0px 50px;
    padding-bottom: 10px;
}

.jedna {
    background: url(/img/1.svg) no-repeat 100% 0%;
    background-size: 40px 40px;
}
.dva {
    background: url(/img/2.svg) no-repeat 0% 0%;
    background-size: 40px 40px;
}
.tri {
    background: url(/img/3.svg) no-repeat 100% 0%;
    background-size: 40px 40px;
}
.ctyri {
    background: url(/img/4.svg) no-repeat 0% 0%;
    background-size: 40px 40px;
}
.pet {
    background: url(/img/5.svg) no-repeat 100% 0%;
    background-size: 40px 40px;
}
.sest {
    background: url(/img/6.svg) no-repeat 0% 0%;
    background-size: 40px 40px;
}

@media only screen and (max-width: 1200px) {
.dva, .ctyri, .sest {
    background-position: 100% 0%;
}
} 
@media only screen and (max-width: 576px) {
  .jak-to-funguje h2  {
    padding-top: 45px;
} 
.jedna, .dva, .tri, .ctyri, .pet, .sest {
    background-position: center top;
}
.jak-to-funguje h2 {
    margin: 0px;
}
h2 {
    font-size: 1.4rem;
    line-height: 1.4;
}
}

/*End jak to funguje*/


/*footer*/
.footer {
    font-size: 0.9rem;
}
.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
    color: #000;
    text-decoration: none;
}
/*End footer*/
@media only screen and (min-width: 1400px) {
    .container-wide  {
        max-width: 1350px;
    }
     }

     @media only screen and (min-width: 1350px) {
    .container-wide  {
        max-width: 1300px;
    }  }

         @media only screen and (min-width: 1300px) {
    .container-wide  {
        max-width: 1250px;
    }  }

@media only screen and (max-width: 1200px) {
.main-area {
    margin-top: 100px;
    }
    a.vyzkouset-zdarmna {
   display: block;
   margin: auto;
   width: 235px;
   text-align: center;
    margin-top: 5vh;
    margin-bottom: 15px;
}

.web-login {
    display: none;
}
} 
@media only screen and (max-width: 768px) {
.vyhody-box {
    padding: 0%;
}
.bg-online-booking {
    background: unset;
}

}
 @media only screen and (max-width: 425px) {
   h1 {
    font-size: 2rem;
}
     }