@font-face {
    font-family: "OpenSans Bold";
    src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
    font-weight: "bold";
    font-style: normal;
}

@font-face {
    font-family: "OpenSans SemiBold";
    src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
    font-weight: "bold";
    font-style: normal;
}

@font-face {
    font-family: "OpenSans BoldItalic";
    src: url("../fonts/OpenSans-BoldItalic.ttf") format("truetype");
    font-weight: "bold";
    font-style: "italic";
}

@font-face {
    font-family: "OpenSans SemiBoldItalic";
    src: url("../fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype");
    font-weight: "bold";
    font-style: "italic";
}

@font-face {
    font-family: "OpenSans Regular";
    src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans Light";
    src: url("../fonts/OpenSans-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans Italic";
    src: url("../fonts/OpenSans-Italic.ttf") format("truetype");
    font-weight: "normal";
    font-style: "italic";
}

* {
    padding: 0;
    margin: 0;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "OpenSans Regular";
    font-size: 13px;
    line-height: 20px;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.dnim {
    display: none !important;
}

.dn {
    display: none;
}

.clr {
    clear: both;
    display: block;
}

p {
    line-height: 1.5em;
}

table {
    border-collapse: collapse;
}

table, td, th {
    border: 1px solid black;
}

input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm a.napoveda {
    display: inline-block;
    vertical-align: top;
    margin: 3px 2px 0 5px;
    border: 1px solid #000;
    color: #000;
    border-radius: 50%;
    line-height: 140%;
    font-size: 80%;
    width: 1.3em;
    height: 1.3em;
    text-align: center;
    transition: 0.7s;
    cursor: pointer;
}
.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm a.napoveda:hover {
    border: 1px solid #f5821f;
    background-color: #fff;
    color: #f5821f;
}
div.napoveda_obsah {
    background-color: #fff;
    padding: 50px;
}
div.napoveda_obsah p, div.napoveda_obsah h1, div.napoveda_obsah h2, div.napoveda_obsah h3, div.napoveda_obsah h4, div.napoveda_obsah h5 {
    padding-top: 10px;

}

.checkmark {
    position: absolute;
    left: 50.5%;
    height: 25px;
    width: 25px;
    background-color: white;
    border: 2px solid #c3c3c3;
}

input[type="checkbox"] ~ .checkmark {
    background-color: white;
}

input[type="checkbox"]:checked ~ .checkmark {
    background-color: white;
}

.checkmark:after {
    content: "x";
    position: absolute;
    display: none;
    font-size: 40px;
    color: white;
    color: white;
    width: 25px;
    text-align: center;
    top: -2px;
}

input[type="checkbox"]:checked ~ .checkmark:after {
    display: block;
    color: #0f0f0f;
}

label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    color: #f5821f;
    padding-left: 25px;
    margin-left: 7px;
    margin-right: 7px;
}

#kontakt_form_odpoved_ok {
    width: 95%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    font-size: 16px;
    color: white;
}

#kontakt_form_odpoved {
    width: 95%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    font-size: 16px;
    color: #f5821f;
    font-weight: bold;
    font-family: "OpenSans Bold";
}

#kontakt_form_odpoved_nacitaci {
    text-align: center;
    display: none;
}

#kontakt_form_odpoved_nacitaci img {
    width: 50px;
}

/*  START KOV  */
.header {
    height: 100vh;
    overflow: hidden;
    background-color: #f5821f;
}
     
.header .boxes-2 .box, .header #slider {
    background-image: url("../img/uvod.jpg");
    background-size: cover;
    height: 100vh;
    position: relative;
    display: block;
    float: left;
    width: 49.75%;
    margin-left: 0.5%;
}

.header #slider {
    background-color: #393939 !important;
}

.header .boxes-2 .box .uvod {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 80%;
    max-width: 545px;
    text-align: right;
}

.header .boxes-2 .box .uvod .nav .menu {
    display: block;
    position: relative;
    float: right;
    text-align: right;
    list-style-type: none;
}

.header .boxes-2 .box .uvod .nav .menu li a {
    text-transform: uppercase;
    padding-right: 27px;
    color: white;
    background-image: none;
}

.header .boxes-2 .box .uvod .nav .menu li a.active {
    color: #f5821f;
    background-image: url("../img/active-arrow.png");
    background-position: right;
    background-repeat: no-repeat;
    font-family: "OpenSans Bold";
}

.header .boxes-2 .box .uvod .nav .menu li a:hover {
    color: #f5821f;
}

/* upraveno */
.header .boxes-2 .box .uvod .nav .menu :nth-child(4) {
    -webkit-animation: blink-2 0.9s infinite both;
	        animation: blink-2 0.9s infinite both;
}

.header .boxes-2 .box .uvod .logo {
    margin-top: 125px;
    display: inline-block;
    width: 193px;
}

.header .boxes-2 .box .uvod h1 {
    font-size: 30px;
    color: black;
    font-family: "OpenSans Regular";
    background-color: #f5821f;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header .boxes-2 .box .uvod h1 a {
    color: black;
    text-decoration: none;
}

.header .boxes-2 .box p.text {
    color: white;
    text-align: justify;
    text-align-last: right;
    -moz-text-align-last: right;
    margin-top: 20px;
}

.header .boxes-2 .box .social {
    margin-top: 20px;
}

.header .boxes-2 .box .social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: 5px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.header .boxes-2 .box .social a:hover {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.header .boxes-2 .box .social a.fb {
    background-image: url("../img/fb.png");
}

.header .boxes-2 .box .social a.gplus {
    background-image: url("../img/gplus.png");
}

.header .boxes-2 .box .social a.twitt {
    background-image: url("../img/twitt.png");
}

.header .boxes-2 .box .social a.ii {
    background-image: url("../img/ii.png");
}

.header .boxes-2 .box .social a.insta {
    background-image: url("../img/instagram.png");
}

.header .boxes-2 .box .social a.ytb {
    background-image: url("../img/youtube.png");
}

.header .boxes-2 .box .social a.fclick {
    background-image: url("../img/fclick.png");
}

.header .boxes-2 .box:nth-child(2n+1) {
    margin-left: 0;
}

#content .videoBtn {
    cursor: pointer;
    font-weight: bold;
    color: white;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 72px;
    height: 72px;
    background-image: url("../img/play.png");
    background-size: contain;
    padding: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

#content .videoBtn:hover {
    padding: 5px;
}

#content .zarovnat {
    width: 80%;
    max-width: 1280px;
    min-width: 1280px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#content .zarovnat .odkazyIcon {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

#content .zarovnat .odkazyIcon .box-4 {
    display: block;
    float: left;
    width: 23.5%;
    margin-left: 2%;
    min-width: 142px;
}

#content .zarovnat .odkazyIcon .box-4:nth-child(4n+1) {
    margin-left: 0;
}

#content .zarovnat .odkazyIcon .box-4:hover .icon {
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#content .zarovnat .odkazyIcon .box-4:hover .nadpis {
    color: #a7541a;
}

#content .zarovnat .odkazyIcon .box-4.eshop .nadpis {
    font-family: "OpenSans Bold";
}

#content .zarovnat .odkazyIcon .box-4 span {
    display: block;
    width: 100%;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

#content .zarovnat .odkazyIcon .box-4 .icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 142px;
    height: 142px;
    margin-left: auto;
    margin-right: auto;
}

#content .zarovnat .odkazyIcon .box-4 .icon img {
    display: none;
}

#content .zarovnat .odkazyIcon .box-4 .kleste {
    background-image: url("../img/zakazkova.png");
}

#content .zarovnat .odkazyIcon .box-4 .kladivo {
    background-image: url("../img/kladivo.png");
}

#content .zarovnat .odkazyIcon .box-4 .plamen {
    background-image: url("../img/plamen.png");
}

#content .zarovnat .odkazyIcon .box-4 .kovad {
    background-image: url("../img/kovadlina.png");
}

#content .zarovnat .odkazyIcon .box-4 .nadpis {
    color: #f5821f;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#content .zarovnat .odkazyIcon .box-4 .info {
    text-align: center;
    color: black;
    margin-bottom: 15px;
}

#content .zarovnat .odkazyIcon .box-4 .arrow_down {
    width: 19px;
    height: 28px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../img/arrow_down.png");
}

#content .zarovnat .row .box-2 {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    margin-left: 0%;
}

#content .zarovnat .row .box-2:nth-child(2n+1) {
    margin-left: 0;
}

#content .sekcekurzy {
    background-image: url("../img/sekcekurzy.png");
    background-repeat: no-repeat;
    background-position: right 80%;
    margin-top: 30px;
    padding-bottom: 70px;
}

#content .sekcekurzy .zarovnant .row .fullMedia img, #content .sekcekurzy .zarovnant .row .fullMedia iframe, #content .sekcekurzy .zarovnant .row .fullMedia video {
    display: block;
    position: relative;
    width: 100%;
}
#content video {
    display: block;
    position: relative;
    width: 100%;
}
#content .sekcekurzy h2 {
    margin-top: 25px;
    font-family: "OpenSans Bold";
    font-size: 14px;
    background-color: #f5821f;
    padding: 15px;
    color: white;
    text-transform: uppercase;
    /*&:after{
      content: "";
      display: block;
      width: 150px;
      height: 5px;
      margin-top: 15px;
      background-color: black;
    }*/
}

#content .sekcekurzy h2 .light {
    font-family: "OpenSans Light";
}

#content .sekcekurzy .cara {
    content: "";
    display: block;
    width: 150px;
    height: 5px;
    background-color: black;
}

#content .sekcekurzy p {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 15px;
}

#content .sekcekurzy a.odkaz {
    background-color: #f5821f;
    padding: 14px 0 14px 14px;
    font-size: 14px;
    font-family: "OpenSans Bold";
    color: black;
    text-transform: uppercase;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

#content .sekcekurzy a.odkaz .light {
    font-family: "OpenSans Light";
    color: white;
    margin-left: 20px;
}

#content .sekcekurzy a.odkaz:hover {
    background-color: #a7541a;
}

#content .sekcekurzy a.odkaz:after {
    content: "";
    background-image: url("../img/arrow_left.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 20px;
    display: inline;
    padding: 15px;
    padding-left: 35px;
    margin-left: 15px;
    background-color: white;
}

#content .sekcekurzy a.rez {
    padding: 14px;
    margin-top: 40px;
    display: block;
    width: 100px;
    color: white;
}

#content .sekcekurzy a.rez:after {
    display: none;
}

#content .sekcenews {
    position: relative;
    background-color: #0f0f0f;
}

#content .sekcenews .load-cln {
    display: none;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 260px;
    height: 260px;
    overflow: hidden;
}

#content .sekcenews .load-cln img {
    display: block;
    width: 100%;
}

#content .sekcenews .row .box-2 {
    color: white;
    background-color: #0f0f0f;
    max-height: 500px;
    overflow: hidden;
    display: block;
    float: left;
    width: 50%;
    margin-left: 0%;
}

#content .sekcenews .row .box-2:nth-child(2n+1) {
    margin-left: 0;
}

#content .sekcenews .row .box-2 img {
    display: block;
    width: 100%;
}

#content .sekcenews .row .box-2 .odsadit {
    padding: 80px;
}

#content .sekcenews .row .box-2 .odsadit .datum {
    margin-top: 0;
    width: 38px;
    padding: 12px;
    border: 2px solid #f5821f;
    font-size: 14.5px;
    font-family: "OpenSans Regular";
    text-align: center;
}

#content .sekcenews .row .box-2 .odsadit h2 {
    font-size: 20px;
    font-family: "OpenSans Regular";
    margin-top: 16px;
    text-transform: uppercase;
}

#content .sekcenews .row .box-2 .odsadit p {
    margin-top: 18px;
    font-size: 12px;
}

#content .sekcenews .row .box-2 .odsadit .odkaz {
    color: white;
    font-size: 14px;
    font-family: "OpenSans Bold";
    text-transform: uppercase;
    padding: 10px;
    background-color: #f5821f;
    display: inline-block;
    margin-top: 20px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

#content .sekcenews .row .box-2 .odsadit .odkaz:hover {
    background-color: #a7541a;
}

#content .sekcenews .row .box-2 .odsadit .arrow_right {
    margin-top: 10px;
    background-image: url("../img/arrow_right.png");
    display: block;
    width: 30px;
    height: 20px;
}

#content .sekcenews .row .box-2 .odsadit .strankovani {
    margin-top: 100px;
    font-family: "OpenSans Light";
}

#content .sekcenews .row .box-2 .odsadit .strankovani a {
    color: white;
    font-family: "OpenSans Bold";
    font-size: 12px;
    display: inline-block;
    padding: 7px;
}

#content .sekcenews .row .box-2 .odsadit .strankovani a:hover {
    text-decoration: underline;
}

#content .sekcenews .row .box-2 .odsadit .strankovani a.active {
    text-decoration: underline;
}

#content .sekce3 {
    background-image: url("../img/sekce3.jpg");
    min-height: 772px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#content .sekce3 .zarovnat .row .box-2 {
    position: relative;
    min-height: 700px;
}

#content .sekce3 .zarovnat .row .box-2 img {
    display: block;
    width: 262px;
    height: 262px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 255px;
    margin-bottom: 255px;
    border: 4px solid #f5821f;
    border-radius: 50%;
}

#content .sekce3 .zarovnat .row .box-2 .obsah {
    margin-top: 225px;
}

#content .sekce3 .zarovnat .row .box-2 .hover-href {
    display: none;
}

#content .sekce3 .zarovnat .row .box-2 .hover-href:first-of-type {
    display: block;
}

#content .sekce3 .zarovnat .row .box-2 ul.men {
    display: block;
    margin-bottom: 40px;
}

#content .sekce3 .zarovnat .row .box-2 ul.men li {
    display: block;
    margin-top: 10px;
}

#content .sekce3 .zarovnat .row .box-2 ul.men li a {
    text-transform: uppercase;
    color: white;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left;
    font-family: "OpenSans Bold";
    font-size: 12px;
}

#content .sekce3 .zarovnat .row .box-2 ul.men li a.active {
    color: #f5821f;
    background-image: url("../img/arrow_right.png");
}

#content .sekce3 .zarovnat .row .box-2 ul.men li a:hover {
    color: #f5821f;
    background-image: url("../img/arrow_right.png");
}

#content .sekce3 .zarovnat .row .box-2 h2 {
    font-size: 16px;
    color: white;
    font-family: "OpenSans Bold";
    background-color: #f5821f;
    padding: 15px;
        width: 90%;
    max-width: 415px;
}

#content .sekce3 .zarovnat .row .box-2 p {
    font-size: 14px;
    font-family: "OpenSans Light";
    color: white;
    text-align: justify;
    width: 90%;
    max-width: 445px;
    line-height: 23px;
    margin-top: 25px;
}

#content .kurzygal .hlavicka {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f5821f;
}

#content .kurzygal .hlavicka .zarovnat h2 {
    font-family: "OpenSans Bold";
    text-transform: uppercase;
    color: black;
    font-size: 20px;
}

#content .kurzygal .hlavicka .zarovnat h2 .white {
    color: white;
}

#content .kurzygal .hlavicka .zarovnat p {
    color: white;
    font-size: 12px;
    font-family: "OpenSans Light";
    margin-top: 15px;
}

#content .kurzygal .cara {
    height: 11px;
    width: 100%;
    background-color: #0f0f0f;
}

#content .kurzygal .galerie {
    height: 335px;
    overflow: hidden;
}

#content .kurzygal .galerie .owl-carousel {
    max-height: 335px;
}

#content .kurzygal .galerie a {
    position: relative;
    display: block;
}

#content .kurzygal .galerie a .add {
    display: none;
    position: absolute;
    z-index: 9;
    width: 78px;
    height: 78px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("../img/add.png");
}

#content .kurzygal .galerie a img {
    height: 335px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: gray; /* IE6-9 */
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

#content .kurzygal .galerie a:hover .add {
    display: block;
}

#content .kurzygal .galerie a:hover img {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: none;
    filter: grayscale(0%);

    -moz-filter: grayscale(0%);
}

#content .kurzygal .galerie .owl-nav .btn-next-prev {
    position: absolute;
    width: 62px;
    height: 62px;
    margin: auto;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 999999;
    cursor: pointer;
    background-repeat: no-repeat;
}

#content .kurzygal .galerie .owl-nav #customPrevBtn {
    background-image: url("../img/sipka_next.png");
    background-color: transparent !important;
    left: 70px;
    z-index: 999999;
    width: 62px;
    height: 62px;
}

#content .kurzygal .galerie .owl-nav #customPrevBtn:hover {
    background-image: url("../img/sipka_next-hover.png");
}

#content .kurzygal .galerie .owl-nav #customNextBtn {
    background-image: url("../img/sipka_prav.png");
    background-color: transparent !important;
    right: 70px;
    z-index: 999999;
    width: 62px;
    height: 62px;
}

#content .kurzygal .galerie .owl-nav #customNextBtn:hover {
    background-image: url("../img/sipka_prav-hover.png");
}

#content .sekcepar {
    background-color: #0f0f0f;
    padding-top: 55px;
    text-align: center;
}

#content .sekcepar h2 {
    color: #f5821f;
    font-family: "OpenSans Bold";
    text-transform: uppercase;
}

#content .sekcepar .partneri {
    text-align: center;
    margin-top: 35px;
}

#content .sekcepar .partneri a {
    display: inline-block;
    max-height: 77px;
    max-width: 270px;
    margin-left: 25px;
    margin-right: 25px;
}

#content .sekcepar .partneri a img {
    display: block;
    width: 100%;
}

#content .sekcepar .kontaktform {
    margin-top: 90px;
}

#content .sekcepar .kontaktform h2 {
    color: #f5821f;
    font-family: "OpenSans Bold";
    text-transform: uppercase;
    margin-bottom: 25px;
}

#content .sekcepar .kontaktform .radio-group {
    text-align: center;
    margin-bottom: 15px;
}

#content .sekcepar .kontaktform .radio-group input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

#content .sekcepar .kontaktform .radio-group input[type="radio"] ~ label {
    border: 2px solid #0f0f0f;
}

#content .sekcepar .kontaktform .radio-group input[type="radio"]:checked ~ label {
    border: 2px solid #f5821f;
}

#content .sekcepar .kontaktform .radio-group label {
    display: inline-block;
    position: relative;
    text-align: center;
    color: white;
    text-transform: uppercase;
    padding: 5px 15px;
    border: 2px solid #0f0f0f;
}

#content .sekcepar .kontaktform .radio-group label .radiocheck {
    color: white;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 5px 15px;
    border: 2px solid #0f0f0f;
}

#content .sekcepar .kontaktform .radio-group .container {
    display: inline-block;
    position: relative;
    padding: 5px 25px;
    cursor: pointer;
    font-size: 12px;
    font-family: "OpenSans Bold";
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#content .sekcepar .kontaktform .radio-group .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

#content .sekcepar .kontaktform .radio-group .container input:checked ~ .checkmark {
    border: 2px solid #f5821f;
}

#content .sekcepar .kontaktform .radio-group .container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    border: 2px solid #0f0f0f;
    background-color: transparent;
}

#content .sekcepar .kontaktform .radio-group .container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

#content .sekcepar .kontaktform input {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    width: 282px;
    padding: 7px;
    border: 2px solid #5f5f5f;
    color: #f5821f;
    background-color: transparent;
    margin-bottom: 12px;
}

#content .sekcepar .kontaktform input:focus {
    border-color: #f5821f;
}

#content .sekcepar .kontaktform textarea {
    display: inline-block;
    padding: 7px;
    border: 2px solid #5f5f5f;
    color: #f5821f;
    background-color: transparent;
    width: 520px;
    min-height: 110px;
}

#content .sekcepar .kontaktform textarea:focus {
    border-color: #f5821f;
}

#content .sekcepar .kontaktform input::-webkit-input-placeholder, #content .sekcepar .kontaktform textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d8d8d8;
    font-size: 12px;
    font-family: "OpenSans Light";
}

#content .sekcepar .kontaktform input::-moz-placeholder, #content .sekcepar .kontaktform textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #d8d8d8;
    font-size: 12px;
    font-family: "OpenSans Light";
}

#content .sekcepar .kontaktform input:-ms-input-placeholder, #content .sekcepar .kontaktform textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #d8d8d8;
    font-size: 12px;
    font-family: "OpenSans Light";
}

#content .sekcepar .kontaktform input:-moz-placeholder, #content .sekcepar .kontaktform textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #d8d8d8;
    font-size: 12px;
    font-family: "OpenSans Light";
}

#content .sekcepar .kontaktform input[type=submit] {
    width: auto;
    margin-top: 25px;
    font-family: "OpenSans Bold";
    color: white;
    padding: 10px 38px;
    font-size: 18px;
    background-color: #f5821f;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

#content .sekcepar .kontaktform input[type=submit]:hover, #content .sekcepar .kontaktform input[type=submit]:focus {
    background-color: #a7541a;
    border: none;
}

#content .sekcepar .adresa {
    margin-top: 60px;
}

#content .sekcepar .adresa .box-2 {
    background-color: #f5821f;
    color: white;
    text-align: left;
    min-height: 498px;
    display: block;
    float: left;
    width: 50%;
    margin-left: 0%;
    float: right;
}

#content .sekcepar .adresa .box-2:nth-child(2n+1) {
    margin-left: 0;
}

#content .sekcepar .adresa .box-2 .obsh {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
}

#content .sekcepar .adresa .box-2 .obsh .logo-black {
    margin-top: 30px;
    display: block;
    width: 94px;
    margin-bottom: 20px;
}

#content .sekcepar .adresa .box-2 .obsh .logo-black img {
    width: 100%;
    display: block;
}

#content .sekcepar .adresa .box-2 .obsh p {
    margin-bottom: 20px;
    font-size: 14px;
    color: white;
}

#content .sekcepar .adresa .box-2 .obsh .tel, #content .sekcepar .adresa .box-2 .obsh .mail {
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left;
    color: white;
    text-decoration: none;
    font-family: "OpenSans Bold";
    font-size: 14px;
}

#content .sekcepar .adresa .box-2 .obsh .tel:hover, #content .sekcepar .adresa .box-2 .obsh .mail:hover {
    text-decoration: underline;
}

#content .sekcepar .adresa .box-2 .obsh .tel {
    background-image: url("../img/telicon.png");
    margin-bottom: 10px;
}

#content .sekcepar .adresa .box-2 .obsh .mail {
    background-image: url("../img/mailicon.png");
}

#content .sekcepar .adresa .box-2 #map {
    width: 100%;
    height: 498px;
    background-image: url("../img/mapa.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

.footer {
    padding: 60px 0;
    background-color: #0f0f0f;
    text-align: center;
    color: white;
}

.footer p {
    font-size: 14px;
}

.footer p.small {
    font-size: 11px;
}

.footer .social {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}

.footer .social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: 5px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.footer .social a:hover {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.footer .social a.fb {
    background-image: url("../img/fb.png");
}

.footer .social a.gplus {
    background-image: url("../img/gplus.png");
}

.footer .social a.twitt {
    background-image: url("../img/twitt.png");
}

.footer .social a.ii {
    background-image: url("../img/ii.png");
}

.footer .social a.insta {
    background-image: url("../img/instagram.png");
}

.footer .social a.ytb {
    background-image: url("../img/youtube.png");
}

.footer .social a.fclick {
    background-image: url("../img/fclick.png");
}

.podstrana .afterHeader {
    display: block;
    width: 100%;
    height: 6px;
    background-color: #f5821f;
}

.podstrana .afterHeader:before {
    clear: both;
}

.podstrana .header {
    height: auto;
    overflow: hidden;
    background-color: #1c1c1c;
    background-image: url("../img/header-podstrana.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.podstrana .header .boxes-2 .box {
    background-image: none;
    height: auto;
    float: none;
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-bottom: 50px;
}

.podstrana .header .boxes-2 .box .uvod {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.podstrana .header .boxes-2 .box .uvod .nav #hamburger {
    position: relative;
    display: none;
    cursor: pointer;
    width: 130px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.podstrana .header .boxes-2 .box .uvod .nav #hamburger .ham {
    position: absolute;
    display: block;
    width: 50px;
    height: 35px;
    top: 0;
    left: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.podstrana .header .boxes-2 .box .uvod .nav #hamburger .ham span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background-color: white;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s 0.6s ease-in-out;
    -moz-transition: 0.25s 0.6s ease-in-out;
    -ms-transition: 0.25s 0.6s ease-in-out;
    -o-transition: 0.25s 0.6s ease-in-out;
    transition: 0.25s 0.6s ease-in-out;
}

.podstrana .header .boxes-2 .box .uvod .nav #hamburger .ham span:nth-child(1) {
    top: 0px;
}

.podstrana .header .boxes-2 .box .uvod .nav #hamburger .ham span:nth-child(2) {
    top: 12px;
}

.podstrana .header .boxes-2 .box .uvod .nav #hamburger .ham span:nth-child(3) {
    top: 24px;
}

.podstrana .header .boxes-2 .box .uvod .nav #hamburger .text {
    position: absolute;
    display: block;
    top: 3px;
    right: 0;
    color: white;
    font-size: 24px;
    width: 75px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.podstrana .header .boxes-2 .box .uvod .nav #hamburger.open .ham span {
    background-color: #f5821f;
}

.podstrana .header .boxes-2 .box .uvod .nav #hamburger.open .ham span:nth-child(1) {
    top: 17px;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.podstrana .header .boxes-2 .box .uvod .nav #hamburger.open .ham span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.podstrana .header .boxes-2 .box .uvod .nav #hamburger.open .ham span:nth-child(3) {
    top: 17px;
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.podstrana .header .boxes-2 .box .uvod .nav #hamburger.open .text {
    color: #f5821f;
    top: 10px;
}

.podstrana .header .boxes-2 .box .uvod .nav #hamburger:hover span {
    background-color: #f5821f;
}

.podstrana .header .boxes-2 .box .uvod .nav #hamburger:hover .text {
    color: #f5821f;
}

.podstrana .header .boxes-2 .box .uvod .nav .menu {
    display: block;
    position: relative;
    float: none;
    text-align: center;
    margin-top: 80px;
}

.podstrana .header .boxes-2 .box .uvod .nav .menu li {
    display: inline-block;
    margin-left: 20px;
}

.podstrana .header .boxes-2 .box .uvod .nav .menu li:first-of-type {
    margin-left: 0;
}

.podstrana .header .boxes-2 .box .uvod .nav .menu li a {
    text-transform: uppercase;
    padding-right: 27px;
    color: white;
    background-image: none;
}

.podstrana .header .boxes-2 .box .uvod .nav .menu li a.active {
    color: #f5821f;
    background-image: url("../img/active-arrow.png");
    background-position: right;
    background-repeat: no-repeat;
    font-family: "OpenSans Bold";
}

.podstrana .header .boxes-2 .box .uvod .nav .menu li a:hover {
    color: #f5821f;
}

.podstrana .header .boxes-2 .box .uvod .logo {
    margin-top: 35px;
    display: inline-block;
    width: 265px;
}

.podstrana .header .boxes-2 .box .uvod .logo img {
    display: block;
    width: 100%;
}

.podstrana .header .boxes-2 .box .uvod h1 {
    font-size: 30px;
    color: #f5821f;
    font-family: "OpenSans Bold";
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    margin-top: 35px;
    padding: 0 0 0 0;
}

.podstrana .header .boxes-2 .box .uvod h1 a {
    color: #f5821f;
    text-decoration: none;
}

.podstrana .header .boxes-2 .box p.text {
    color: white;
    text-align: center;
    text-align-last: center;
    margin-top: 35px;
}

.podstrana #content .sekcevoucher {
    padding-top: 50px;
    padding-bottom: 50px;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 {
    display: block;
    float: left;
    width: 47.5%;
    margin-left: 5%;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2:nth-child(2n+1) {
    margin-left: 0;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .top {
    background-color: #c3c3c3;
    padding: 20px;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .top h2 {
    margin-bottom: 15px;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .top p {
    color: #0f0f0f;
    font-family: "OpenSans Regular";
    font-size: 12px;
    margin-bottom: 20px;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 img {
    display: block;
    width: 100%;
    height: auto;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .bottom {
    background-color: black;
    padding: 20px;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .bottom p {
    margin-bottom: 15px;
    font-size: 12px;
    color: white;
    font-family: "OpenSans Bold";
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 h2 {
    color: #0f0f0f;
    font-size: 20px;
    font-family: "OpenSans Bold";
    text-transform: uppercase;
    margin-bottom: 20px;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .group {
    font-size: 12px;
    display: block;
    margin-bottom: 8px;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .group label {
    padding: 4px 8px;
    color: #0f0f0f;
    background-color: #c3c3c3;
    min-width: 130px;
    display: inline-block;
    margin-right: 1%;
    margin-left: 0;
    font-size: 12px;
    box-sizing: border-box;
    width: 49%;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .group input, .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .group select {
    display: inline-block;
    border: 2px solid #c3c3c3;
    font-size: 12px;
    padding: 4px 8px;
    width: 49%;
    box-sizing: border-box;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .group select {
    text-align: center;
    font-family: "OpenSans Italic";
    text-align-last: center;
    padding: 2px 8px;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .group input[type=submit] {
    background-color: #c3c3c3;
    font-family: "OpenSans Bold";
    font-size: 18px;
    cursor: pointer;
    padding: 10px 0;
    border: none;
    max-width: 280px;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .group input[type=checkbox] {
    width: 0;
    display: none;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .select-group label {
    min-width: 190px;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .select-group select {
    border-color: #c3c3c3;
    width: 75px;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group label {
    background-color: transparent;
    padding: 0;
    width: 100%;
    margin: 0;
    display: inline-block;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group label .popis {
    padding: 4px 8px;
    color: #0f0f0f;
    background-color: #c3c3c3;
    min-width: 240px;
    display: inline-block;
    margin-right: 1%;
    width: 49%;
    box-sizing: border-box;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group label .typkurzu {
    border: 2px solid #c3c3c3;
    padding: 3px 8px;
    text-align: center;
    font-family: "OpenSans Light";
    width: 49%;
    box-sizing: border-box;
}

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

    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group label .typkurzu {
        width: 41%;
        box-sizing: border-box;
    }
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group label.sm {
    width: 46%;
    margin-left: 3%;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group label.sm .popis {
    min-width: 120px;
    margin-right: 10px;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group label.sm select {
    border-color: #c3c3c3;
    width: 55px;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group label.full {
    width: 100%;
    margin-left: 0;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group label.full input {
    width: 42%;
    padding: 4px 8px;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group label.souhlas {
    width: 100%;
    margin-left: 0;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group label.souhlas .popis {
    background-color: white;
    color: black;
    font-family: "OpenSans Italic";
    font-size: 12px;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group label.souhlas .checkmark {
    position: relative;
    display: block;
    float: left;
    left: 0;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .area-group {
    margin-top: 15px;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .area-group textarea {
    border: 2px solid #c3c3c3;
    display: block;
    width: 100%;
    padding: 5px;
    color: #282828;
    height: 90px;
    box-sizing: border-box;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .area-group textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #282828;
    font-size: 12px;
    font-family: "OpenSans Light";
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .area-group textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #282828;
    font-size: 12px;
    font-family: "OpenSans Light";
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .area-group textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #282828;
    font-size: 12px;
    font-family: "OpenSans Light";
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .area-group textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #282828;
    font-size: 12px;
    font-family: "OpenSans Light";
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .property-group .cena {
    background-color: #c3c3c3;
    padding: 10px;
    display: inline-block;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .property-group .cena span {
    color: #000000;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .property-group .cena span:nth-child(1) {
    font-family: "OpenSans SemiBoldItalic";
    font-size: 12px;
    padding-right: 25px;
}

.podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .property-group .cena span:nth-child(2) {
    font-family: "OpenSans SemiBold";
    font-size: 18px;
    padding-left: 25px;
    padding-right: 15px;
}

.podstrana #content .sekceprogram {
    background-color: #0f0f0f;
    padding-top: 50px;
    padding-bottom: 50px;
}

.podstrana #content .sekceprogram .zarovnat .row .box-2 {
    display: block;
    float: left;
    width: 46%;
    margin-left: 8%;
}

.podstrana #content .sekceprogram .zarovnat .row .box-2:nth-child(2n+1) {
    margin-left: 0;
}

.podstrana #content .sekceprogram .zarovnat .row .box-2 h2 {
    text-transform: uppercase;
    font-size: 20px;
    color: #f5821f;
    font-family: "OpenSans Bold";
    margin-bottom: 15px;
}

.podstrana #content .sekceprogram .zarovnat .row .box-2 ul {
    list-style: none;
    /* Remove list bullets */
    padding: 0;
    margin: 0;
}

.podstrana #content .sekceprogram .zarovnat .row .box-2 ul li {
    font-family: "OpenSans Italic";
    font-size: 14px;
    color: white;
    line-height: 24px;
    padding-left: 1.1em;
}

.podstrana #content .sekceprogram .zarovnat .row .box-2 ul li:before {
    content: "-";
    /* Insert content that looks like bullets */
    color: white;
  position: absolute;
  margin-left: -1.1em; 
}



.podstrana #content .sekceprogram .zarovnat .row .box-2 .btn {
    text-transform: uppercase;
    color: white;
    display: inline-block;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left;
    font-family: "OpenSans Bold";
    font-size: 14px;
    background-image: url(../img/arrow_right.png);
    margin-top: 25px;
    margin-bottom: 25px;
}

.podstrana #content .sekceprogram .zarovnat .row .box-2 .btn .text {
    display: inline-block;
    padding: 5px 8px;
    background-color: #f5821f;
    width: 280px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.podstrana #content .sekceprogram .zarovnat .row .box-2 .btn:hover .text {
    background-color: #a7541a;
}

.podstrana #content .sekceprogram .zarovnat .row .box-2 p {
    font-size: 12px;
    font-family: "OpenSans Light";
    margin-bottom: 15px;
    color: #f5821f;
    line-height: 135%;
}

.podstrana #content .sekceprogram .zarovnat .row .box-2 p .bold {
    font-family: "OpenSans Bold";
}

.podstrana #content .sekceprogram .zarovnat .row .box-2 p .italic {
    font-family: "OpenSans SemiBoldItalic";
    color: white;
}

.podstrana #content .sekceprogram .zarovnat .row .box-2 p.white {
    margin-top: 30px;
    margin-bottom: 0;
    color: white;
    font-size: 14px;
}

.podstrana #content .sekceprogram .zarovnat .row .box-2 .cara {
    display: block;
    width: 100%;
    margin-top: 20px;
    height: 2px;
    background-color: #f5821f;
    margin-bottom: 15px;
}

.podstrana #content .sekcekalendar {
    padding-top: 50px;
    padding-bottom: 50px;
}

.podstrana #content .sekcekalendar .zarovnat h3 {
    font-size: 20px;
    font-family: "OpenSans Bold";
    text-transform: uppercase;
    display: inline-block;
}

.podstrana #content .sekcekalendar .zarovnat .navKalendar {
    display: inline-block;
    margin-left: 25px;
}

.podstrana #content .sekcekalendar .zarovnat .navKalendar a {
    background-repeat: no-repeat;
    width: 14px;
    height: 16px;
    padding: 2px;
    display: inline-block;
    background-position: center;
}

.podstrana #content .sekcekalendar .zarovnat .navKalendar a:hover {
    background-color: #0f0f0f;
}

.podstrana #content .sekcekalendar .zarovnat .navKalendar a.next {
    background-image: url("../img/next-cal.png");
}

.podstrana #content .sekcekalendar .zarovnat .navKalendar a.prev {
    background-image: url("../img/prev-cal.png");
}

.podstrana #content .sekcekalendar .zarovnat table, .podstrana #content .sekcekalendar .zarovnat th, .podstrana #content .sekcekalendar .zarovnat td {
    border: 3px solid white;
}

.podstrana #content .sekcekalendar .zarovnat .kalendar {
    margin-top: 15px;
    border-collapse: separate;
    width: 100%;
    border: none;
    text-align: center;
    line-height: normal;
}

.podstrana #content .sekcekalendar .zarovnat .kalendar th {
    border-bottom: 12px solid white;
}

.podstrana #content .sekcekalendar .zarovnat .kalendar th div {
    text-transform: uppercase;
    border: 2px solid #f5821f;
    padding: 5px;
}

.podstrana #content .sekcekalendar .zarovnat .kalendar th div.current {
    background-color: #f5821f;
}

.podstrana #content .sekcekalendar .zarovnat .kalendar td {
    font-size: 12px;
    width: 14.285%;
}

.podstrana #content .sekcekalendar .zarovnat .kalendar td.den_v_jinem_mesici div {
    display: none;
}


.podstrana #content .sekcekalendar .zarovnat .kalendar td .den {
    padding: 5px 0;
    background-color: #f5821f;
    color: white;
}

.podstrana #content .sekcekalendar .zarovnat .kalendar td .stav {
    font-family: "OpenSans Bold";
    color: #f5821f;
    text-transform: uppercase;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    background-color: #e9e9e9;
}

.podstrana #content .sekcekalendar .zarovnat .kalendar td .obsazeno {

    text-transform: uppercase;

    background-color: #0f0f0f;
}

.podstrana #content .sekcehowto {
    text-align: center;
    padding: 50px 0;
    background-color: #f5821f;
}

.podstrana #content .sekcehowto .zarovnat h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "OpenSans Bold";
}

.podstrana #content .sekcehowto .zarovnat p {
    margin-bottom: 20px;
    font-size: 12px;
}

.podstrana #content .sekcehowto .zarovnat p .big {
    font-size: 14px;
    font-family: "OpenSans Bold";
    text-transform: uppercase;
}

.podstrana #content .sekcehowto .zarovnat p:last-of-type {
    margin-bottom: 0;
}

/* TYPOGRAFIE */
.typ-obsah {
    margin-top: 50px;
}

.typ-obsah .fotogalerie .obr {
    display: inline-block;
    width: 14.6%;
    margin-left: 2%;
    height: 120px;
    margin: 10px 20px 10px 0;
    background-position: center center;
    background-size: cover;
}
.typ-obsah .fotogalerie .obr img {
    display: none;
}

.typ-obsah h1 {
    margin-bottom: 35px;
    font-size: 30px;
    color: #f5821f;
    font-family: "OpenSans Bold";
    text-transform: uppercase;
}

.typ-obsah h2 {
    display: inline-block;
    margin-bottom: 30px;
    font-family: "OpenSans Bold";
    font-size: 14px;
    background-color: #f5821f;
    padding: 15px;
    color: white;
    text-transform: uppercase;
    position: relative;
}

.typ-obsah h2:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    display: block;
    width: 150px;
    height: 5px;
    background-color: black;
}

.typ-obsah h2:after {
    content: "";
    display: block;
    clear: both;
}

.typ-obsah h3 {
    margin-bottom: 30px;
    font-family: "OpenSans Bold";
    font-size: 16px;
    color: black;
    position: relative;
}

.typ-obsah table {
    margin-bottom: 20px;
    width: 100%;
    border: 2px solid white;
}

.typ-obsah table th, .typ-obsah table td {
    border: 2px solid white;
}

.typ-obsah table tr th {
    padding: 10px;
    background-color: white;
    text-transform: uppercase;
}

.typ-obsah table tr td {
    padding: 10px;
    background-color: #e9e9e9;
    color: #f5821f;
}

.typ-obsah p {
    margin-bottom: 20px;
}

.typ-obsah a {
    color: #f5821f;
    text-decoration: underline;
}

.typ-obsah a:hover {
    color: black;
}

.typ-obsah ul, .typ-obsah ol {
    margin: 20px;
}

.typ-obsah .velky {
    font-size: 24px;
}

.typ-obsah .nejvetsi {
    font-size: 32px;
}

.typ-obsah .big {
    font-size: 14px;
    font-family: "OpenSans Bold";
    text-transform: uppercase;
}

.typ-obsah .vyrazny {
    font-size: 16px;
    background-color: #e9e9e9;
    color: #f5821f;
    font-family: "OpenSans Bold";
    padding: 10px;
}

.typ-obsah .vyrazny2 {
    font-size: 16px;
    background-color: #f5821f;
    font-family: "OpenSans Bold";
    padding: 10px;
}

.typ-obsah .cara {
    display: block;
    width: 100%;
    margin-top: 20px;
    height: 2px;
    background-color: #f5821f;
    margin-bottom: 15px;
}

.typ-obsah .bold {
    font-family: "OpenSans Bold";
}

.typ-obsah .italic {
    font-family: "OpenSans SemiBoldItalic";
    color: white;
    background-color: black;
}

.typ-obsah .row {
    margin-top: 10px;
    margin-bottom: 25px;
}

.typ-obsah .row:after {
    content: "";
    display: block;
    clear: both;
}

.typ-obsah .row .box-2 {
    display: block;
    float: left;
    width: 47.5%;
    margin-left: 5%;
}

.typ-obsah .row .box-2:nth-child(2n+1) {
    margin-left: 0;
}

/* Clanek */

#galerie .gal a {
    display: block;
    float: left;
    width: 15%;
    margin-left: 2%;
    height: 120px;
    margin-bottom: 20px;
    background-size: cover;
}

#galerie .gal a:nth-child(6n+1) {
    margin-left: 0;
}

@media screen and (max-width: 1000px) {
    #galerie .gal a {
        display: block;
        float: left;
        width: 18.4%;
        margin-left: 2%;
    }

    #galerie .gal a:nth-child(6n+1) {
        margin-left: 2%;
    }

    #galerie .gal a:nth-child(5n+1) {
        margin-left: 0;
    }
}

@media screen and (max-width: 850px) {
    #galerie .gal a {
        display: block;
        float: left;
        width: 23.5%;
        margin-left: 2%;
    }

    #galerie .gal a:nth-child(5n+1) {
        margin-left: 2%;
    }

    #galerie .gal a:nth-child(4n+1) {
        margin-left: 0;
    }
}

@media screen and (max-width: 600px) {
    #galerie .gal a {
        display: block;
        float: left;
        width: 32%;
        margin-left: 2%;
    }

    #galerie .gal a:nth-child(4n+1) {
        margin-left: 2%;
    }

    #galerie .gal a:nth-child(3n+1) {
        margin-left: 0;
    }
}

@media screen and (max-width: 430px) {
    #galerie .gal a {
        display: block;
        float: left;
        width: 49%;
        margin-left: 2%;
    }

    #galerie .gal a:nth-child(3n+1) {
        margin-left: 2%;
    }

    #galerie .gal a:nth-child(2n+1) {
        margin-left: 0;
    }
}

.news .zarovnat .blog:after {
    content: "";
    clear: both;
}

.news {
    margin-top: 45px;
    margin-bottom: 45px;
}

.news .zarovnat h2 {
    font-size: 24px;
    color: #f5821f;
    font-family: "OpenSans Bold";
    margin-bottom: 25px;
}

.news .zarovnat .blog .cln {
    border: 1px solid #1c1c1c;
    box-sizing: border-box;
    margin-bottom: 35px;
    display: block;
    float: left;
    width: 47.5%;
    margin-left: 5%;
}

.news .zarovnat .blog .cln:nth-child(2n+1) {
    margin-left: 0;
}

.news .zarovnat .blog .cln .cln_img {
    display: block;
    width: 100%;
    height: 350px;
    background-size: cover;
}

.news .zarovnat .blog .cln .cln_img img {
    display: none;
}

.news .zarovnat .blog .cln .btnclanek {
    display: inline-block;
    padding: 10px;
    font-family: "OpenSans Bold";
    background-color: #f5821f;
    color: #1c1c1c;
    margin: 10px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.news .zarovnat .blog .cln .btnclanek:hover {
    background-color: #a7541a;
    color: white;
}

.news .zarovnat .blog .cln h3, .news .zarovnat .blog .cln p {
    padding: 10px;
}

@media screen and (max-width: 1280px) {
    .news .zarovnat .blog .cln .cln_img {
        height: 250px;
    }

    .news .zarovnat .blog .cln p {
        height: 96px;
        overflow: hidden;
    }
}

@media screen and (max-width: 730px) {
    .news .zarovnat .blog .cln .cln_img {
        height: 170px;
    }
}

@media screen and (max-width: 550px) {
    .news .zarovnat .blog .cln {
        float: none;
        width: 95%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .news .zarovnat .blog .cln .cln_img {
        height: 250px;
    }

    .news .zarovnat .blog .cln p {
        height: auto;
    }
}

.news .zarovnat .strankovani {
    text-align: center;
}

.news .zarovnat .strankovani a {
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    border: 1px solid #1c1c1c;
    color: #1c1c1c;
    font-size: 14px;
    font-family: "OpenSans Bold";
}

.news .zarovnat .strankovani a.active {
    background-color: #f5821f;
    border: 1px solid #f5821f;
}

.news .zarovnat .strankovani a:hover {
    background-color: #f5821f;
}

@media screen and (max-width: 1260px) {
    .header .boxes-2 .box .uvod {
        width: 90%;
        right: 30px;
        left: 30px;
        max-width: none;
    }

    .header .boxes-2 .box .uvod .logo {
        margin-top: 70px;
    }
}

@media screen and (max-width: 1000px) {
    .header .boxes-2 .box .uvod {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

    .header .boxes-2 .box .uvod .logo {
        display: block;
        position: absolute;
        top: 10px;
        left: 10px;
        margin-top: 0;
        width: auto;
        height: 100px;
    }

    .header .boxes-2 .box .uvod .logo img {
        display: block;
        height: 100%;
    }

    .header .boxes-2 .box .uvod .nav .menu {
        margin-right: 10px;
        margin-top: 10px;
    }

    .header .boxes-2 .box .uvod h1 {
        display: inline-block;
        width: auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .header .boxes-2 .box .uvod .text {
        width: 95%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        /* upraveno */
        text-align-last: left;
    }
}

@media screen and (max-width: 500px) {
    .header .boxes-2 .box .uvod h1 {
        font-size: 24px;
    }
    /* upraveno */
    .header .boxes-2 .box .uvod .text {
        width: 90%;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
        text-align-last: left;
    }
}

@media screen and (max-width: 390px) {
    .header .boxes-2 .box .uvod {
        text-align: center;
    }

    .header .boxes-2 .box .uvod .logo {
        position: relative;
        top: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
        height: auto;
        width: 140px;
    }

    .header .boxes-2 .box .uvod .logo img {
        height: auto;
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .header .boxes-2 .box, .header #slider {
        width: 100%;
        float: none;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-left: 0;
        padding-right: 0;
        background-repeat: no-repeat;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .header #slider {
        margin-top: 5px;
    }

    .header #slider {
        /* upraveno */
        display: none;
        height: 970px;
    }
}

@media screen and (max-width: 1000px) {
    .header {
        height: auto;
    }
}

@media screen and (max-width: 1280px) {
    #content .zarovnat {
        width: 90%;
        min-width: 0;
    }
}

@media screen and (max-width: 1180px) {
    #content .zarovnat {
        width: 95%;
    }
}

@media screen and (max-width: 1000px) {
    #content .zarovnat .odkazyIcon .box-4 .icon {
        width: 100px;
        height: 100px;
        margin-left: auto;
        margin-right: auto;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #content .zarovnat .odkazyIcon .box-4 .icon img {
        display: none;
    }

    #content .zarovnat .odkazyIcon .box-4 .nadpis {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #content .zarovnat .odkazyIcon .box-4 .info {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 775px) {
    #content .zarovnat .odkazyIcon .box-4 {
        display: block;
        float: left;
        width: 49%;
        margin-left: 2%;
        margin-top: 15px;
    }

    #content .zarovnat .odkazyIcon .box-4:nth-child(2n+1) {
        margin-left: 0;
    }
    .header #slider {
        /* upraveno */
        display: none;
        height: 420px;
    }
}

@media screen and (max-width: 380px) {
    #content .zarovnat .odkazyIcon .box-4 .icon {
        width: 70px;
        height: 70px;
    }

    #content .zarovnat .odkazyIcon .box-4 .nadpis {
        font-size: 14px;
    }
}

@media screen and (max-width: 350px) {
    #content .zarovnat .odkazyIcon .box-4 {
        width: 75%;
        margin-right: auto !important;
        margin-left: auto !important;
        float: none;
    }
}

@media screen and (max-width: 1000px) {
    #content .zarovnat .odkazyIcon {
        width: 100%;
    }
}

@media screen and (max-width: 775px) {
    #content .zarovnat .odkazyIcon {
        padding-top: 35px;
    }
}

@media screen and (max-width: 1680px) {
    #content .sekcekurzy {
        background-position: right bottom;
    }
}

@media screen and (max-width: 1550px) {
    #content .sekcekurzy {
        background-position: right 80%;
        background-image: url("../img/sekcekurzy200.png");
    }
}

@media screen and (max-width: 1280px) {
    #content .sekcekurzy {
        background-position: right bottom;
        margin-top: 0;
    }

    #content .sekcekurzy video {
        display: block;
        width: 100%;
        object-fit: cover;
        margin-top: 25px;
    }

    #content .sekcekurzy p {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    #content .sekcekurzy a.rez {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1190px) {
  .podstrana #content .sekcekalendar .zarovnat .kalendar td .stav {
      font-size: 90%;
  }
}

@media screen and (max-width: 1020px) {
  .podstrana #content .sekcekalendar .zarovnat .kalendar td .stav {
      font-size: 85%;
      font-family: "OpenSans Regular";
  }
}

@media screen and (max-width: 820px) {
  .podstrana #content .sekcekalendar .zarovnat .kalendar td .stav {
      font-size: 75%;
      font-family: "OpenSans Regular";
  }
}

@media screen and (max-width: 1100px) {
    #content .sekcekurzy h2 {
        margin-top: 0;
    }

    #content .sekcekurzy video {
        margin-top: 0;
    }
}

@media screen and (max-width: 1000px) {
    #content .sekcekurzy .zarovnat .row .box-2 {
        width: 100%;
        float: none;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 465px;
    }
}

@media screen and (max-width: 580px) {
    #content .sekcekurzy {
        background-image: none;
    }
}

@media screen and (max-width: 400px) {
    #content .sekcekurzy a.odkaz {
        font-size: 12px;
        padding: 12px 0 12px 12px;
    }

    #content .sekcekurzy a.rez {
        font-size: 12px;
        padding: 12px 0 12px 12px;
        width: 80px;
    }
}

@media screen and (max-width: 335px) {
    #content .sekcekurzy a.odkaz .light {
        padding-right: 12px;
    }

    #content .sekcekurzy a.odkaz:after {
        background-image: url(../img/arrow_right.png);
        display: block;
        padding: 15px;
        padding-left: 0;
        margin-left: 0;
    }

    #content .sekcekurzy a.rez:after {
        display: none;
    }
}

@media screen and (max-width: 950px) {
    #content .sekcenews .row .box-2 {
        width: 100%;
        float: none;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

@media screen and (max-width: 1500px) {
    #content .sekcenews .row .box-2 img {
        width: auto;
    }
}

@media screen and (max-width: 950px) {
    #content .sekcenews .row .box-2 img {
        width: 100%;
    }
}

@media screen and (max-width: 950px) {
    #content .sekcenews .row .box-2 .odsadit {
        padding: 60px;
    }
}

@media screen and (max-width: 650px) {
    #content .sekcenews .row .box-2 .odsadit {
        padding: 40px;
    }
}

@media screen and (max-width: 500px) {
    #content .sekcenews .row .box-2 .odsadit {
        padding: 25px;
    }
}

@media screen and (max-width: 1600px) {
    #content .sekcenews .row .box-2 .odsadit .strankovani {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1500px) {
    #content .sekce3 {
        min-height: 700px;
    }
}

@media screen and (max-width: 1200px) {
    #content .sekce3 {
        min-height: 550px;
    }
}

@media screen and (max-width: 950px) {
    #content .sekce3 .zarovnat .row {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 1200px) {
    #content .sekce3 .zarovnat .row .box-2 {
        min-height: 550px;
    }
}

@media screen and (max-width: 950px) {
    #content .sekce3 .zarovnat .row .box-2 {
        min-height: 0;
        float: none;
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media screen and (max-width: 1500px) {
    #content .sekce3 .zarovnat .row .box-2 img {
        margin: auto !important;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 950px) {
    #content .sekce3 .zarovnat .row .box-2 img {
        margin: auto !important;
        position: relative;
    }
}

@media screen and (max-width: 1500px) {
    #content .sekce3 .zarovnat .row .box-2 .obsah {
        margin-top: 150px;
    }
}

@media screen and (max-width: 1200px) {
    #content .sekce3 .zarovnat .row .box-2 .obsah {
        margin-top: 100px;
    }
}

@media screen and (max-width: 950px) {
    #content .sekce3 .zarovnat .row .box-2 .obsah {
        margin-top: 50px;
        text-align: center;
    }
}

@media screen and (max-width: 950px) {
    #content .sekce3 .zarovnat .row .box-2 ul.men li {
        text-align: center;
    }
}

@media screen and (max-width: 950px) {
    #content .sekce3 .zarovnat .row .box-2 ul.men li a {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 375px) {
    #content .sekce3 .zarovnat .row .box-2 ul.men li a {
        padding-left: 0;
        padding-right: 0;
    }

    #content .sekce3 .zarovnat .row .box-2 ul.men li a.active {
        background-image: none;
    }

    #content .sekce3 .zarovnat .row .box-2 ul.men li a:hover {
        background-image: none;
    }
}

@media screen and (max-width: 950px) {
    #content .sekce3 .zarovnat .row .box-2 h2 {
        display: inline-block;
    }
}

@media screen and (max-width: 950px) {
    #content .sekce3 .zarovnat .row .box-2 p {
        width: 100%;
        max-width: none;
        text-align: center;
    }

.typ-obsah .fotogalerie .obr {
    display: inline-block;
    width: 23.6%;
}
}

@media screen and (max-width: 1000px) {
    #content .kurzygal .galerie {
        height: 250px;
    }

    #content .kurzygal .galerie .owl-carousel {
        max-height: 250px;
    }
}

@media screen and (max-width: 600px) {
    #content .kurzygal .galerie a .add {
        width: 34px;
        height: 34px;
        background-size: contain;
    }
.typ-obsah .fotogalerie .obr {
    display: inline-block;
    width: 45%;
}
}

@media screen and (max-width: 1000px) {
    #content .kurzygal .galerie a img {
        height: 250px;
    }
}

@media screen and (max-width: 600px) {
    #content .kurzygal .galerie .owl-nav #customNextBtn {
        right: 15px;
        width: 34px;
        height: 34px;
        background-size: contain;
    }

    #content .kurzygal .galerie .owl-nav #customPrevBtn {
        left: 15px;
        width: 34px;
        height: 34px;
        background-size: contain;
    }
}

@media screen and (max-width: 660px) {
    #content .sekcepar .kontaktform .radio-group .container {
        display: block;
        width: 240px;
        margin: auto;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 660px) {
    #content .sekcepar .kontaktform input {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #content .sekcepar .kontaktform br {
        display: none;
    }

    #content .sekcepar .kontaktform textarea {
        width: 282px;
    }
}

@media screen and (max-width: 660px) {
    #content .sekcepar .kontaktform input {
        width: 220px;
    }

    #content .sekcepar .kontaktform textarea {
        width: 220px;
    }
}

@media screen and (max-width: 1000px) {
    #content .sekcepar .adresa .box-2 {
        float: none;
        min-height: 0;
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media screen and (max-width: 1000px) {
    #content .sekcepar .adresa .box-2 .obsh {
        padding-top: 10px;
    }
}

@media screen and (max-width: 750px) {
    #content .sekcepar .adresa .box-2 .obsh {
        text-align: center;
    }
}

@media screen and (max-width: 560px) {
    #content .sekcepar .adresa .box-2 .obsh {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 1400px) {
    #content .sekcepar .adresa .box-2 .obsh .logo-black {
        margin-top: 10px;
    }
}

@media screen and (max-width: 750px) {
    #content .sekcepar .adresa .box-2 .obsh .logo-black {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 1000px) {
    #content .sekcepar .adresa .box-2 #map {
        height: 400px;
    }
}

@media screen and (max-width: 1000px) {
    .podstrana .header .boxes-2 .box {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 885px) {
    .podstrana .header .boxes-2 .box {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 1260px) {
    .podstrana .header .boxes-2 .box .uvod {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .podstrana .header .boxes-2 .box .uvod .logo {
        margin-top: 35px;
        display: inline-block;
        width: 265px;
    }

    .podstrana .header .boxes-2 .box .uvod .logo img {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .podstrana .header .boxes-2 .box .uvod {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

    .podstrana .header .boxes-2 .box .uvod .logo {
        display: block;
        position: relative;
        margin-top: 25px;
        width: 200px;
        height: auto;
        margin-right: auto;
        margin-left: auto;
    }

    .podstrana .header .boxes-2 .box .uvod .logo img {
        display: block;
        width: 100%;
        height: auto;
    }

    .podstrana .header .boxes-2 .box .uvod .nav {
        margin-top: 35px;
    }

    .podstrana .header .boxes-2 .box .uvod .nav .menu {
        margin-right: auto;
        margin-top: auto;
    }

    .podstrana .header .boxes-2 .box .uvod h1 {
        display: block;
        width: 95%;
        margin-right: auto;
        margin-left: auto;
    }

    .podstrana .header .boxes-2 .box .uvod .text {
        width: 95%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
}

@media screen and (max-width: 885px) {
    .podstrana .header .boxes-2 .box .uvod .nav .menu li {
        margin-bottom: 15px;
    }

    .podstrana .header .boxes-2 .box .uvod .nav .menu li a {
        padding-left: 10px;
    }
}

@media screen and (max-width: 520px) {
    .podstrana .header .boxes-2 .box .uvod .nav {
        position: relative;
    }

    .podstrana .header .boxes-2 .box .uvod .nav #hamburger {
        display: block;
    }

    .podstrana .header .boxes-2 .box .uvod .nav .menu {
        display: none;
        margin-top: 25px;
    }

    .podstrana .header .boxes-2 .box .uvod .nav .menu li {
        display: block;
    }

    .podstrana .header .boxes-2 .box .uvod .nav .menu li a {
        padding-left: 10px;
    }
}

@media screen and (max-width: 500px) {
    .podstrana .header .boxes-2 .box .uvod h1 {
        font-size: 24px;
    }
}

@media screen and (max-width: 390px) {
    .podstrana .header .boxes-2 .box .uvod {
        text-align: center;
    }

    .podstrana .header .boxes-2 .box .uvod .logo {
        position: relative;
        top: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
        height: auto;
        width: 140px;
    }

    .podstrana .header .boxes-2 .box .uvod .logo img {
        height: auto;
        width: 100%;
    }
}

@media screen and (max-width: 1280px) {
    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group label {
        min-width: 300px;
    }

    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group label.sm {
        margin-left: 0;
        width: auto;
        margin-top: 8px;
    }

    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group label.full input {
        width: 33%;
    }
}

@media screen and (max-width: 1100px) {
    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .group label {
        min-width: 107px;
    }

    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group label {
        min-width: 300px;
    }

    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group label .popis {
        min-width: 200px;
    }
}

@media screen and (max-width: 975px) {
    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .group {
        display: block;
        float: left;
        width: 49%;
        margin-left: 2%;
    }

    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .group:nth-child(2n+1) {
        margin-left: 0;
    }

    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .group:nth-child(12) {
        margin-left: 0;
        margin-right: 2%;
    }

    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .group:nth-child(14) {
        margin-right: 0;
        margin-left: 2%;
    }
    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group label .popis{
        min-width: 220px;
    }
    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm:after {
        clear: both;
    }

    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .select-group, .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group, .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .area-group, .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .property-group {
        display: block;
    }

    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .select-group {
        float: left;
    }

    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .select-group:nth-child(2) {
        clear: both;
    }

    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group {
        float: right;
    }

    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group:nth-child(3) {
        margin-right: 2%;
    }

    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .res9 {
        margin-left: 0;
        margin-right: 2%;
    }

    .checkmark {
        left: 70%;
    }
}

@media screen and (max-width: 882px) {
    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .group {
        width: 90%;
        float: none !important;
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .group:nth-child(12) {
        margin-right: 0;
    }
    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group label .typkurzu{
        width: 100%;
    }
    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .group select {
        display: block;
    }

    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .group input, .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .group select, .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .group textarea {
        width: 100%;
        box-sizing: border-box;
    }

    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .property-group .cena {
        display: block;
    }

    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .property-group .cena span:nth-child(2) {
        float: right;
    }

    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group {
        float: none;
    }

    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group label {
        min-width: 0;
        width: 100%;
        display: block;
    }

    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group label .popis {
        min-width: 0;
        display: block;
    }

    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group label.sm select {
        border-color: #0f0f0f;
    }

    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group label.full input {
        width: 100%;
        border-color: #0f0f0f;
    }

    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group label.souhlas .checkmark {
        margin-right: 10px;
    }

    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .checkmark {
        display: block;
        position: relative;
        border: 2px solid #0f0f0f;
    }

    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm input[type="checkbox"]:checked ~ .checkmark:after {
        color: #f5821f;
    }

    /* .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group label .popis{
        width: 84%;
    } */
    .checkmark {
        left: 87%;
        bottom: 40px;
    }
    .podstrana #content .sekcevoucher .zarovnat .row .box-2 .voucherForm .check-group label.souhlas .checkmark {
        right: 0;
        bottom: 0;
        left: 80%;
        /* top: 10px; */
    }
}

@media screen and (max-width: 975px) {
    .podstrana #content .sekcevoucher .zarovnat .row .box-2, .typ-obsah .row .box-2 {
        float: none;
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .podstrana #content .sekcevoucher .zarovnat .row .box-2:nth-child(2), .typ-obsah .row .box-2:nth-child(2n+1) {
        margin-top: 25px;
    }

}

@media screen and (max-width: 1000px) {
    .podstrana #content .sekceprogram .zarovnat .row .box-2 {
        float: none;
        width: 90%;
        margin-right: auto !important;
        margin-left: auto !important;
        text-align: center;
    }
}

@media screen and (max-width: 1000px) {
    .podstrana #content .sekceprogram .zarovnat .row .box-2 {
        width: 95%;
    }
}

@media screen and (max-width: 1000px) {
    .podstrana #content .sekceprogram .zarovnat .row .box-2 h2 {
        margin-top: 25px;
    }
}

@media screen and (max-width: 1000px) {
    .podstrana #content .sekceprogram .zarovnat .row .box-2 ul {
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
    .podstrana #content .sekceprogram .zarovnat .row .box-2 .btn .text {
        width: 220px;
    }
}

@media screen and (max-width: 950px) {
    .podstrana #content .sekcekalendar .zarovnat .kalendar:after {
        clear: both;
    }

    .podstrana #content .sekcekalendar .zarovnat .kalendar th, .podstrana #content .sekcekalendar .zarovnat .kalendar td {
        display: block;
    }

    .podstrana #content .sekcekalendar .zarovnat .kalendar tr {
        display: inline-block;
    }

    .podstrana #content .sekcekalendar .zarovnat .kalendar tr td {
        width: auto;
    }

    .podstrana #content .sekcekalendar .zarovnat .kalendar th div {
        padding: 18px;
    }
}

@media screen and (max-width: 690px) {
    .podstrana #content .sekcekalendar .zarovnat .kalendar {
        width: 100%;
        overflow-x: auto;
        display: block;
    }
  .podstrana #content .sekcekalendar .zarovnat .kalendar tr td {
    width: auto;
    min-width: 115px;
}

    .podstrana #content .sekcekalendar .zarovnat .kalendar::-webkit-scrollbar {
        width: 1em;
    }

    .podstrana #content .sekcekalendar .zarovnat .kalendar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .podstrana #content .sekcekalendar .zarovnat .kalendar::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }

    .podstrana #content .sekcekalendar .zarovnat .kalendar th, .podstrana #content .sekcekalendar .zarovnat .kalendar td {
        display: table-cell;
    }

    .podstrana #content .sekcekalendar .zarovnat .kalendar th div {
        padding: 5px;
    }

    .podstrana #content .sekcekalendar .zarovnat .kalendar td .stav {
        line-height: normal;
    }

    .podstrana #content .sekcekalendar .zarovnat .kalendar tr {
        display: table-row;
    }
}



.loading {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    /*background-color: rgba(0, 0, 0, 0.55);*/
    text-align: center; }

.loader {
    margin: 10% auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(245, 130, 31, 0.5);
    border-right: 1.1em solid rgba(245, 130, 31, 0.5);
    border-bottom: 1.1em solid rgba(245, 130, 31, 0.5);
    border-left: 1.1em solid #f5821f;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear; }

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* moje css*/
/* typy kurzů */
.t-container {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(30rem, max-content));
    justify-content: center;
    height: auto;
}

.t-item {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
}

.t-title {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.t-img {
    width: 100%;
}

.t-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8rem;
    height: 2rem;
    background-color: #f5821f;
    color: white;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

@media screen and (max-width: 500px) {
    .t-container {
        grid-template-columns: repeat(auto-fit, minmax(18rem, max-content));
    }

    .t-item {
        font-size: 0.9rem;
        line-height: 1.1rem;
    }

    .t-title {
        font-size: 1rem;
        margin-bottom: 0.6rem;
    }

    .t-button a {
        width: 100%;
        right: 0px;
        bottom: 0px;
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 300px) {
    .t-container {
        grid-template-columns: repeat(auto-fit, minmax(10rem, max-content));
    }

    .t-item {
        font-size: 0.8rem;
        line-height: 0.8rem;
    }

    .t-title {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }

    .t-button a {
        width: 100%;
        right: 0px;
        bottom: 0px;
        font-size: 1rem;
    }
}


/* slider u kovářských kurzů */
.slideshow {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s-image {
    position: absolute;
    opacity: 0;
    width: 100%;
}

.s-image img {
    width: 100%;
    height: auto;
}

/* Nastaví první obrázek jako viditelný a určí výšku rodiče */
.s-image:first-child {
    position: relative;
    opacity: 1;
}

.slideshow .s-image {
    animation: slideshow__fade--9-for-5 45s linear infinite 0s;
}

.s-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 2rem;
    background-color: #f5831f90;
    color: white;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 7px;
    bottom: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
    
}

.slideshow :nth-child(1) {animation-delay: 0s;}
.slideshow :nth-child(2) {animation-delay: 5s;}
.slideshow :nth-child(3) {animation-delay: 10s;}
.slideshow :nth-child(4) {animation-delay: 15s;}
.slideshow :nth-child(5) {animation-delay: 20s;}
.slideshow :nth-child(6) {animation-delay: 25s;}
.slideshow :nth-child(7) {animation-delay: 30s;}
.slideshow :nth-child(8) {animation-delay: 35s;}
.slideshow :nth-child(9) {animation-delay: 40s;}

@keyframes slideshow__fade--9-for-5 {
    0% { opacity: 0; animation-timing-function: ease-in;}
    5.56% { opacity: 1; animation-timing-function: ease-out;}
    11.11% {opacity: 1;}
    16.67% { opacity: 0;}
    100% { opacity: 0;}
}


/* blikání na časté otázky  použito u třídy .header .boxes-2 .box .uvod .nav .menu :nth-child(4) */
.blink-2 {
	-webkit-animation: blink-2 0.9s infinite both;
	        animation: blink-2 0.9s infinite both;
}

@-webkit-keyframes blink-2 {
    0% { opacity: 1;}
    50% {opacity: 0.2;}
    100% {opacity: 1;}
  }
  @keyframes blink-2 {
    0% {opacity: 1;}
    50% {opacity: 0.2;}
    100% {opacity: 1;}
  }
  