
* {
    margin: 0;
    outline: none;
    padding: 0;
    font-family: 'Poppins', Arial, sans-serif;
}

::selection {
    background: #0493e2;
    color: #fff;                                                      
}
p, .odstavec ul li {
	font-weight: 400;
}
body {
    color: #000;
    font-size: 15px;
    line-height: initial;
    text-align: center;
    /*background: url(../img/bgr.jpg) no-repeat center center fixed;*/
    background-size: cover;
}

a {
    color: #111;
    cursor: pointer;
    text-decoration: underline;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
}

a img,
fieldset,
iframe {
    border: none;
}

.lb-image {
    max-width: none !important;
}

article,
aside,
figure,
footer,
header,
section {
    display: block;
}

address {
    font-style: normal;
}

b,
strong {
    font-weight: 600;
}

form p {
    font-size: .857em;
}

fieldset {
    padding-top: 1em;
}

label {
    clear: both;
    display: block;
    font-size: .857em;
    margin-bottom: 5px;
}

.checkbox+label {
    clear: none;
    margin-left: 5px;
    display: inline-block;
}

label .need {
    color: #e64141;
}

input[type="password"],
input[type="text"],
textarea {
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #111;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 15px;
    padding: 7px;
    width: 100%;
    line-height: initial;
    font-weight: 300;
    margin-bottom: 15px;
}

input[type="password"]:active,
input[type="password"]:focus,
input[type="text"]:active,
input[type="text"]:focus,
textarea:active,
textarea:focus {
    border-color: #111;

}

input[type="submit"],
input[type="button"],
a.button {

    background: #111;
    border: 1px solid #111;
    color: #fff;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 16px !important;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 40px;
    width: auto;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    line-height: 23px;
    position: relative;
    transition: .3s;
}

input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="button"]:hover,
a.button:hover,
a.button:focus,
a.button:active {
    color: #111;
    background: #fff;
    transition: .3s;
}

.right input[type="button"] {
    float: right;
}

a.button.centerBtn {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 200px;
    margin-top: 1em;
}

select {
    border: 1px solid #d9d9d9;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-family: 'Poppins';
    padding: 4px 8px;
}

select:active,
select:focus {
    border-color: #F79219;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px rgba(102, 175, 233, 0.6);
}

textarea {
    overflow: auto;
    height: 10.5em;
}

.labeled label {
    clear: none;
    display: inline-block;
    margin-left: 1em;
    position: relative;
    top: -2px;
}

h1,
h2,
h3 {
    color: #000;font-weight: bold;
}

h1{
    font-size: 38.25px;font-weight: 900; text-align: center;
}

#odstavec_h1 h1 {
    margin-bottom: 30px;
    padding: 3em 0 30px;
    position: relative;
    text-transform: uppercase;
    background-size: cover !important;
}

.content_homepage #odstavec_1 h1 {    padding: 20px 0;}


.content_articles_category h1 {
   	padding: 6em 0 3.75em 0;
    text-shadow: 1px 1px #fff;
    text-shadow: -2px 2px #000;
	color: #fff;
	background: url(../img/zapad.jpg) center center no-repeat;
}

h1 span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/rastr.png);
    z-index: 2;
}

h2 {

    margin: 1em auto .5em auto;
    font-size: 32px;
    font-weight: 900;
}

h2 b {
    font-weight: 900;
}

h3 {
    font-size: 1.586em;
    font-weight: bold;
    margin: .5em auto .5em auto;
}

h1 a,
h2 a,
h3 a {
    color: #111;
    text-decoration: none;
}

h1 a:active,
h1 a:focus,
h1 a:hover,
h2 a:active,
h2 a:focus,
h2 a:hover,
h3 a:active,
h3 a:focus,
h3 a:hover {
    color: #B89470;
    text-decoration: underline;
}

img,
video {
    height: auto;
    max-width: 100% !important;
}

iframe {
    max-width: 100% !important;
}

.lb-image {
    max-width: none !important;
}

p, .odstavec ul li {
    margin: .25em auto.75em auto;
}

ol,
ul {
    margin: .25em auto .75em 2.25em;
}

ul {
    list-style-type: square;
}

table {
    border-collapse: collapse;
    margin-bottom: 1.25em;
    width: 100%;
}

td,
th {
    border: 1px solid #e4e4e4;
    padding: .5em 1em;
    text-align: left;
}

th {
    background: #eaeaea;
    font-weight: bold;
}

tr:nth-child(2n+1) {
    background: #f9f9f9;
}

tr:hover>td {
    background: #ffe4c2;
}

.se-pre-con{position:fixed;left:0;top:0;width:100%;height:100%;z-index:99999;background:url(../img/preloader.gif) center no-repeat #fff}

/** LAYOUT **/

.center {
    margin: 0 auto 1em;
    max-width: 1200px;
    text-align: left;
    width: 100%;
}

.w950 {
    max-width: 950px;
}


/** HEADER **/

#header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: transparent;
}

#header>.center {
    position: relative;
    margin-bottom: 0px;
}

.logo {
        display: block;
    max-width: 220px;
    float: left;
    z-index: 2;
    padding: 15px 0;
}

.logo_txt {
    text-decoration: none;
    font-size: 2.5em;
    bottom: 1.1em;
    display: inline-block;
    position: relative;
    padding-left: 0.5em;
    color: #05015c;
}

.logo img {
    display: block;
    padding: 0px 0px; right: 0;
}

#header .phone{       font-size: 15px;
    padding: 5px;
    font-weight: 700;
    text-decoration: none;
    /* color: #fff; */
    position: absolute;
    float: right;
    top: 13px;
    right: 0;
    border-radius: 5px;
    background: #B89470;
    color: #8fd400;}
#header .phone + .phone{right: 115px;}   

.letniSezona,
.rezervovatInstruktora {
    padding: 15px;
    float: right;
}

.letniSezona a,
.rezervovatInstruktora a {
    color: #fff;
    border-color: #fff;
}

.letniSezona a:hover {
    color: #ee731d;
    background: #fff;
}

.rezervovatInstruktora a:hover {
    background: #fff;
    color: #111;
}

.letniSezona {
    background: #ee731d;
}

.rezervovatInstruktora {
    background: #111;
}

.headerIco {
    float: right;
    color: #111;
    font-size: 30px;
    padding: 17px 10px;
}

#header.fixed .logo img {
    padding: 0;
    height: 90px;
    max-height: 100px;
    object-fit: contain;
}
#header.fixed {
    background-color: rgba(255, 255, 255, 0.750);;
}

#header.fixed .letniSezona,
#header.fixed .rezervovatInstruktora {
    padding: 0;
    margin: 10px 0 0 10px;
}

#header.fixed .headerIco {
    font-size: 20px;
    padding: 17px 10px 5px;
}

#header+* {
    margin-top: 0px;
}

@media only screen and (max-width: 940px) {
    .logo_txt {
        font-size: 2em;                                           
    }
}

@media only screen and (max-width: 864px) {
    .rowProductsHp [class^="col-"] {
        width: 50% !important;
    }
    .productBox .priceWrapper a.button {
        margin-top: 15px !important;
    }
    #header>.center {
        text-align: center;
    }
    .logo {
        width: auto;
        float: left;
        position: relative;    padding: 0;
        
    }
    .logo img {
        width: auto !important;

        display: block;
        padding: 10px 0;
        object-fit: contain;
    }
    .logo_txt {
        display: block;
        clear: both;
        width: 100%;
        padding: 0;
        text-align: center;
        float: left;
        bottom: 0;
        font-size: 2em;
        padding-bottom: 0.5em;
    }
    #header {
        width: calc(100% - 1em);
        padding: 0 .5em;
    }
    .letniSezona,
    .rezervovatInstruktora {
        display: none;
    }
    h1 {
        padding: 3em 0 1.5em 0;
    }
}

@media only screen and (max-width: 540px) {
    .logo {
        left: 0;
    }
    .headerIco {
        display: none;
    }
    .logo img {
        height: 60px !important;
        width: 200px !important;
        
    }


}


/** NAVIGACE **/

#nav {
    float: right;
    position: relative;
    line-height: initial;
top: 35px
}

#nav .center {
    position: relative;
    margin-bottom: 0px;
    width: 100%;
}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav ul a {
    color: #fff;
    display: block;
    text-decoration: none;
}

#nav>ul {
    position: relative;
    text-align: center;
}

#nav>ul>li {
    display: inline-block;
    margin: 0;
}

#nav>ul>li:first-child {
    border-left: none;
}

#nav>ul>li:first-child a {
    background-image: none !important;
    border-bottom: none !important;
}

#nav>ul>li:first-child i {
    font-size: 35px;
    position: relative;
    top: 3px;
}

#nav>ul>li>a {
    font-size: 18px;
    padding: 5px 8px 10px;
    font-weight: bold;
    color: #B89470;
    background: none no-repeat center bottom;
}

#nav>ul>li>a:active,
#nav ul>li>a:focus,
#nav ul>li>a:hover,
#nav ul>li.sel>a {    border-bottom: 1px solid #D91604;

}

#nav>ul>li>a i {
    font-size: .75em;
    position: relative;
    top: -3px;
}

#nav ul>li>ul {
    background: rgba(0, 0, 0, 0.75);
    display: none;
    width: 100%;
    position: absolute;
    top: calc(100% + 1px);
    margin-left: -5px;
    z-index: 9999;
}

#nav ul>li.sel>ul {
   /* display: block;*/
}

#nav ul>li>ul>li:first-child {
    border-top: none;
}

#nav ul>li>ul>li>a {
    padding: 5px 10px;
    text-align: left;
    font-size: 12px;
    color: #fff;
}

#nav ul>li>ul>li>a:hover,
#nav ul>li>ul>li>a.sel {
    background: #111;
    color: #fff;
}

#mobile-nav {
 border: 1px solid #fff;
    color: #fff;
    font-weight: normal;
    float: right;
    background: #B89470;
    z-index: 199999;
    top: 15px;
    padding: 5px 30px;
}

#mobile-nav:hover,
#mobile-nav:active,
#mobile-nav:focus {
    background: #111;
    border-color: #111;
}

@media only screen and (max-width: 1150px) {
    #nav>ul>li>a{    font-size: 15px;}
}
@media only screen and (max-width: 1000px) {
    #nav>ul>li>a{    font-size: 15px;    padding: 5px 3px 10px;}
}

@media only screen and (min-width: 864px) {
    #nav>ul {
        display: block !important;
    }
    #mobile-nav {
        display: none;
    }
    #nav ul>li>ul>li {
        display: inline-block;
    }
    #nav ul>li>ul {
        background: rgba(255, 255, 255, 0.9);
        display: none;
        width: 100%;
        position: fixed;
        top: calc(100% + 1px);
        z-index: 9999;
        top: 97px;
        border-bottom: #111 2px solid;
        border-top: #111 2px solid;
        margin-left: 0;display: none;
    }
    .fixed #nav ul>li>ul {
        
    }
    #nav ul>li>ul>li>a {    
        font-size: 16px;
        padding: 5px 10px 5px;
        font-weight: 400;
        color: #333;
    }
    /*#nav ul>li:hover>ul, #nav ul>li.sel>ul{display: block;}*/
}

@media only screen and (min-width: 864px) {
    #nav ul {
        left: 0 !important;
    }
}

@media only screen and (max-width: 864px) {
    body[class^="content_"]:not(.content_homepage) {
        padding-top: 325px !important;
    }
    #custom_content {
        padding: 0 !important;
    }
    .fotogalerie [class^="col-"] {
        margin-bottom: 0 !important;
        padding-bottom: 1rem !important;
    }
    h1 {
        top: 0 !important;
    }
    footer {
        z-index: 998 !important;
    }
    #sortiment .row, #reference .row {
        display: block !important;
    }
    #sortiment .row [class^="refbox col-"], #reference .row [class^="refbox col-"]{
        width: 100% !important;
        float: left;
        margin-bottom: 15px;
    }
    .odstavec_s_402 .row {
        display: block !important;
        height: auto !important;

    }
    .steps .row [class^="col-"] {
        max-width: 98% !important;
        margin: 1% !important;
        height: auto !important
    }
    #nav {
        text-align: center;
        top: 0;
        width: 100%;
        position: absolute;
    }
    #nav>ul {}
    #mobile-nav {
        display: inline-block;
    }

    #nav>ul {
        background: rgba(0, 0, 0, 0.95);
        clear: both;
        position: absolute;
        top: 100%;
        width: calc(100% + 2em);
        z-index: 9999;
        left: calc(-100% - 2.5em);
        overflow-y: auto;
        display: none;
    }
    #nav>ul>li {
        display: block;
    }
    #nav>ul>li:first-child {
        display: none;
    }
    #nav>ul>li:nth-child(2) {
        margin-top: 65px;
    }
    #nav>ul>li>a {
        padding: .5em 1em !important;
        text-align: left;
        color: #fff;
        border: none;
    }
    #nav>ul>li>a:active,
    #nav ul>li>a:focus,
    #nav ul>li>a:hover,
    #nav ul>li.sel>a {
        color: #111;
        background: #fff;
    }
    #nav>ul>li>a i {
        display: none;
    }
    #nav ul>li>ul {
        border: none;
        display: block !important;
        position: relative;
        width: 100%;
        background: transparent;
    }
    #nav ul>li:active>ul,
    #nav ul>li:focus>ul,
    #nav ul>li:hover>ul {
        display: none;
    }
    #nav ul>li>ul>li {
        border-top: none;     display: none;
    }
    #nav ul>li>ul>li>a {
        padding: .33em 1em .33em 3em;
        color: #fff;
        font-size: 14px;
    }
}



/** PRAV? SLOUPEC - NAVIGACE **/

.rightnav,
.rightnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rightnav a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.rightnav li {
    border-top: 1px solid #f1f1f1;
    display: block;
}

.rightnav>li:first-child {
    border-top: none;
}

.rightnav ul>li>a {
    padding: .33em 1em;
}

.rightnav ul>li>ul>li>a {
    padding: .25em 1em .25em 2em;
}

.rightnav a:active,
.rightnav a:focus,
.rightnav a:hover,
.rightnav>li.sel>a {
    background: #008282;
    color: #fff;
}


/* Breadcrumbs */

.breadcrumb {
    font-size: .857em;
    line-height: 38px;
    margin: .5em auto;
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb a:active,
.breadcrumb a:focus,
.breadcrumb a:hover {
    text-decoration: underline;
}


/** ?L?NKY **/

.articles {
    background: #fff;
    margin-top: 1em;
    padding: 2em 0;
}

.articles h1 {
    color: #31353d;
}

.article {
    clear: both;
    margin-bottom: 2em;
}

.article h2,
.article h2>a {
    color: #3e454c;
    font-weight: 300;
    margin-bottom: .75em;
}

.article h2>a:active,
.article h2>a:focus,
.article h2>a:hover {
    color: #3aaa35;
}

.article-img {
    float: left;
    margin: 0 2em 2em 0;
    max-width: 15%;
}

.article-more {
    display: block;
    text-align: right;
    text-decoration: none;
}

.article-more:active,
.article-more:focus,
.article-more:hover {
    text-decoration: underline;
}


/* Galerie */

.gallery [class^="col-"] {
    margin-bottom: 1em;
}

.gallery [class^="col-"]:nth-child(4n+1) {
    clear: left;
    margin-left: 0;
}

.gallery .gal-list {
    display: block;
    text-decoration: none;
}

.gallery .gal-list:active,
.gallery .gal-list:focus,
.gallery .gal-list:hover {
    text-decoration: underline;
}


/* Vlo?en?: Fotogalerie */

.fotogalerie [class^="col-"] {
    margin-bottom: 1em;
    text-align: center;
}

.fotogalerie .col-2:nth-child(2n+1),
.fotogalerie .col-3:nth-child(3n+1),
.fotogalerie .col-4:nth-child(4n+1),
.fotogalerie .col-5:nth-child(5n+1),
.fotogalerie .col-6:nth-child(6n+1) {
    clear: left;
    margin-left: 0;
}

.fotogalerie [class^="col-"] a {
    display: block;
    max-height: 250px;
    overflow: hidden;
    color: #fff;
}

.fotogalerieDetail [class^="col-"] a img {
    visibility: hidden;
}

.fotogalerieDetail [class^="col-"] a {
    max-width: 250px;
    margin: 0 auto;
    border: 2px solid #111;
}

.fotogalerie [class^="col-"] h2+a {
    padding: 0;
}

.fotogalerie [class^="col-"] p {
    font-size: .857em;
    display: block;
    position: relative;
    margin-bottom: 0;
}

.fotogalerie>.row>.cat>h2 {
    margin: 0;
    font-size: 1.25em;
    background: #111;
}

.fotogalerie .col-6 {}


/* Vlo?en?: Ke sta?en? */

.download [class^="col-"] {
    margin-bottom: 1em;
}

.download [class^="col-"]:nth-child(6n+1) {
    clear: left;
    margin-left: 0;
}

.download a {
    text-decoration: none;
}

.download a:active,
.download a:focus,
.download a:hover {
    text-decoration: underline;
}

.download .file-ico {
    left: 0;
    max-width: 32px;
    position: absolute;
    top: 0;
}

.download .file-name {
    display: inline-block;
    min-height: 42px;
    padding-left: 40px;
}


/** MAPA **/

.map {
    height: 0;
    margin: 0;
    overflow: hidden;
    padding-bottom: 400px;
    position: relative;
}

.map>.overlay {
    background: transparent;
    height: 400px;
    margin-top: -400px;
    position: relative;
    top: 400px;
    width: 100%;
    z-index: 201;
}

.map>iframe {
    border: none;
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
    z-index: 200;
}


/** FOOTER **/

#footer a {
    color: #e5e5e5;
    text-decoration: none;
}

#footer a:active,
#footer a:focus,
#footer a:hover {
    color: #fff;
    text-decoration: underline;
}

#footer-top {
    background: #111;
    color: #fff;
    font-size: 14.25px;
    padding: 60px;
    font-weight: 300;
    overflow: hidden;
}

#footer-top a {
    color: #fff;
}

#footer-top ul {
    text-transform: uppercase;
}

#footer-top h3 {
    margin-top: 0;
    color: #fff;
    font-size: 26.25px;
    font-weight: 900;
}

#footer-top h3 a {
    color: #fff;
}

#footer-bottom {
    background: #202020;
    color: #e5e5e5;
    font-size: .857em;
    padding: .66em 1.5em .34em;
}

#footer-top p,
#footer-top address {}

#footer-top ul {
    margin: 0;
}

#footer-top li {
    list-style: none;
}

#footer-top .text-bigger {
    font-size: 40px;
    padding-right: 10px;
}

#footer-top a.button {
    margin: 0 auto 1em;
    text-decoration: none;
    color: #fff;
        font-size: 16px;
    border-color: #fff;
}

#footer-top a.button:hover {
    color: #111;
}

#footer-top .messageInfo.no {
    color: #fff;
    border-color: #fff;
}


.partneri {
    background: #fff;
}

.partneri p {
    margin: 0;
    padding-bottom: 40px;
    padding-top: 40px;
}

.partneri a {
    text-decoration: none;
}

.partneri img {
    height: 40px;
    padding: 0 10px;
}


/** GENERAL **/

.clear {
    clear: both;
}

.none {
    display: none !important;
}

.fl {
    float: left;
}

.fr {
    float: right !important;
}

.imgl {
    float: left;object-fit: cover;
    margin: 0 1em .75em 0;
}

.imgr {
    float: right;object-fit: cover;
    margin: 0 0 .75em 1em;
}


/* Text */

.text-big {
    font-size: 1.143em;
}

.text-bigger {
    font-size: 1.286em;
}

.text-bold {
    font-weight: bold;
}

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

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

.text-low {
    text-transform: lowercase !important;
}

.text-nounder {
    text-decoration: none;
}

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

.text-small {
    font-size: .857em;
}

.text-up {
    text-transform: uppercase;
}


/* Odsazen? */

.b0 {
    margin-bottom: 0 !important;
}

@media only screen and (min-width: 640px) {
    /* Sloupce */
    .row {
        clear: both;
        margin: 0 auto;
    }

    [class^="col-"] {
        float: left;
        list-style: none;
        margin: 0 0 0 4%;
        min-height: 1px;
        position: relative;
    }
    [class^="col-"]:first-child {
        margin-left: 0;
    }

    .col-2 {
        width: 48%;
    }
    .col-3 {
        width: 30.6666%;
    }
    .col-3:nth-child(3n+1) {
        clear: left;
        margin-left: 0;
    }
    .col-4 {
        width: 22%;
    }
    .col-5 {
        width: 16.8%;
    }
    .col-6 {
        width: 13.33334%;
    }
    /* 2:1 */
    .col-66 {
        width: 64%;
    }
    .col-33 {
        width: 32%;
    }
    /* 3:1 */
    .col-75 {
        width: 73%;
    }
    .col-25 {
        width: 23%;
    }
    /* 2:2:3 */
    .col-27 {
        width: 27%;
    }
    .col-38 {
        width: 38%;
    }

    /* Kontakt */
    form[id^="contactForm"] {
        clear: both;
        position: relative;
            max-width: 800px;
    margin: 0 auto;
    }
    form[id^="contactForm"] .sloupec {
        float: left;
        position: relative;
        width: 48%;
    }
    form[id^="contactForm"] .sloupec:nth-child(2n+1),
    form[id^="contactForm"] .needStr {
        margin-left: 4%;
    }
    form[id^="contactForm"] .needStr {
        float: left;
    }
    form[id^="contactForm"] .sloupec .obalform {
        clear: both;
    }
    form[id^="contactForm"] .right {
        float: right;
        margin: 3em .5% auto auto;
        text-align: right;
    }
    .contactH2 {
        text-align: center;

    font-size: 38.25px;
    margin-bottom: 35px;
    }
}

/** SLIDER **/

#slider {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
}

#slider>ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.slide {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.slide:first-child {
    display: block;
    float: left;
    position: relative;
}

.slide-text {
    top: 40%;
    box-sizing: border-box;
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    text-shadow: 0px 1px #B89470;
    text-align: right;
    z-index: 3;
}

.slide-text .center {
	max-width: 80%;
}

.slide-text p {
    margin: 0 auto;
    font-size: 24px;
    padding-right: 40px;
    position: relative;
}

.slide-text p strong {
    font-size: 40px;
}

.slide-text .title {
padding-top: .75em;
    font-weight: bold;
    font-size: 4em;
    text-shadow: #B89470 1px 1px;
    line-height: initial;
    color: #FFF;
    margin: 0;
}

.slide img,
.slide video {
    display: block;
    width: 100%;
}

.slide-text a.button {
    border-color: #fff;
    font-size: 28px !important;
    padding: 20px 25px !important;
    text-shadow: none;
    color: #fff;
}

.slider_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: url(../img/rastr.png);
    top: 0;
    left: 0;
}

.more-border {
    border: 1px solid #fff;
    display: inline-block;
    height: 48px;
    position: absolute;
    right: 1.5em;
    top: 2.66em;
}

.moreinfo {
    color: #fff;
    display: inline-block;
    font-size: 1.143em;
    font-weight: bold;
    height: 48px;
    overflow: hidden;
    padding: 0 1.25em;
    text-decoration: none;
}

.moreinfo:active,
.moreinfo:focus,
.moreinfo:hover {
    background-color: #fff;
    color: #000;
}

.moreinfo>span {
    display: inline-block;
    line-height: 48px;
    position: relative;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

.moreinfo>span::before {
    content: attr(data-hover);
    font-weight: 600;
    position: absolute;
    top: 100%;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.moreinfo:active>span,
.moreinfo:focus>span,
.moreinfo:hover>span {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.slide-text .button {
    display: inline-block;
    font-size: 1.25em;
    margin-top: 2em;
    padding: .5em 1em;
}

#slider .prev,
#slider .next {
    background: url(../img/arrows.png) no-repeat rgba(0, 0, 0, 0.5);
    display: none;
    height: 50px;
    position: absolute;
    text-indent: -9999em;
    top: 40%;
    width: 40px;
    z-index: 200;
}

#slider:active .prev,
#slider:focus .prev,
#slider:hover .prev,
#slider:active .next,
#slider:focus .next,
#slider:hover .next {
    display: block;
}

#slider .prev:active,
#slider .prev:focus,
#slider .prev:hover,
#slider .next:active,
#slider .next:focus,
#slider .next:hover {
    background-color: #0493e2;
}

#slider .prev {
    background-position: 15px center;
    left: 0;
}

#slider .next {
    background-position: -35px center;
    right: 0;
}

@media only screen and (max-width: 1400px) {
    .slide-text .button{    font-size: 1em;margin-top: 1em;}
}

@media only screen and (max-width: 1300px) {
    .slide-text p {
        line-height: 38px;
    }
    .slide-text p strong {}
}

@media only screen and (max-width: 1100px) {
    .slide-text {
        font-size: .8em;
    }
    .slide-text p {
        line-height: 35px;
        font-size: 25px;
    }
    .slide-text p strong {
        font-size: 30px;
    }
    .slide-text p strong br {
        display: none;
    }
        .slide, #slider>ul, #slider, .slide img, .slide video{height: calc(30vh + 70px) !important;}
        body.content_homepage {
            padding-top: calc(30vh + 70px) !important;
        }
}

@media only screen and (max-width: 640px) {
    .center {
        margin: 0 auto;
        width: 100%;
    }
    #header .phone{display: none;}
    #mobile-nav{    top: 12px;}

    #slider {}
    #slider>ul>li>img {
        float: none;
    }
    .slide-text {
        background: transparent;
        bottom: auto;
        box-sizing: border-box;
        left: auto !important;
        padding: 1.5em 1em;
        position: absolute;
        right: auto !important;
        top: 50%;
        transform: translateY(-50%);
    }
    #slider .prev,
    #slider .next {
        display: none;
        z-index: 0;
    }
    .moreinfo {
        margin: 1em 0 0 0;
        position: relative;
        right: auto;
        top: auto;
    }
    .more-border {
        position: relative;
        top: 0;
        right: 0px;
    }
    .more-border .moreinfo {
        margin-top: 0em;
    }
    .breadcrumb {
        display: none;
    }
}

.fa-flash:before,
.fa-bolt:before {
    width: 1em;
    display: block;
}

#main {
    position: relative;
}

.articlesHp .item {
    font-size: .75em;
    margin-bottom: 1em;
    max-height: 110px;
    overflow: hidden;
}

.dateBox {
    float: left;
    margin-right: 1em;
    padding: 1em;
    text-align: center;
    line-height: initial;
    color: #fff;
    background: #444;
    font-size: 1.25em;
}

.dateBox b {
    font-size: 1.5em;
}

.articlesHp .item h3 {
    font-size: 1.5em;
    margin-bottom: 0;
}

.articlesHp .item p {
    line-height: initial;
}

.articlesHp img {
    height: auto !important;
    width: auto !important;
}

.seznamClanku h2 {
    margin-top: 0;
}

.seznamClanku a.button {
    margin-top: -.5em;
    font-size: .75em;
    padding: .25em 1em;
}

a.detailClanku.itemBoxImg {
    float: left;
    padding: 0 1em .5em 0;
}

.odstavec {
    width: 100%;
    position: relative;
    padding: 1em 0;
    font-weight: 300;
}

.odstavec>.center {
    padding-left: 1.5em;
    padding-right: 1.5em;
    width: calc(100% - 3em);
    margin-bottom: 0;
    position: relative;
}

.odstavec>h2,
.odstavec>.center>h2 {

    margin-top: 30px;
}

h2 i.fa {
    color: #616161;
    font-size: 0.9em;
    margin: 0 5px;
}

.odstavec ul {}

.odstavec ul li {}

@media only screen and (max-width: 1300px) {
    .odstavec ul {
        font-size: 18.5px;
        line-height: 32.5px;
    }
}

@media only screen and (max-width: 864px) {
    .odstavec>.center {
        padding-left: .5em;
        padding-right: .5em;
        width: calc(100% - 1em);
    }
    .odstavec>h2,
    .odstavec>.center>h2 {
        font-size: 28px;    margin-top: 10px;
    }
}

.odstavec_s_370 {
    background: #111;
    color: #fff;
    padding: 1em 0;
}

h1+.odstavec_s_370 {
    margin-top: -30px;
}

.odstavec_s_370 * {
    color: #fff;
}

.odstavec_s_371 {
    background: #fff;
    padding: 2em 0;
}

.content_homepage .odstavec_s_370 {
    padding: 2em 0;
}

.content_homepage .odstavec_s_370 .center {
    margin-bottom: 0;
    position: relative;
}

.content_homepage .odstavec_s_370 p {
    font-size: 26px;
    margin: 0;
}

.content_homepage .odstavec_s_370 a.button {
    background: transparent;
    color: #fff;
    border-color: #fff;
    float: right;
    z-index: 7;
}

.content_homepage .odstavec_s_370 a.button:hover {
    background: #fff;
    color: #111;
}

.content_homepage .odstavec_poradi_1 {
    padding: 0;
    z-index: 2;
}

ul.ulIcons {
    margin: 0;
    list-style: none;
}

@media only screen and (min-width: 901px){

    ul.ulIcons {
        width: 100%;
    }
}

ul.ulIcons li {
    float: left;
    width: calc(12.5% - 1px);
    background: rgba(255, 255, 255, .6) no-repeat center 10px;
    position: relative;
    height: 220px;
    border: 1px rgba(255, 255, 255, 0) solid;
    border-bottom: none;
    border-left: none;
    background-size: 120px;
}

@media only screen and (min-width: 901px){
    #ulSluzbyPodstranka > ul.ulIcons {
        position: relative;
        top: 0;
    }
}
ul.ulIcons li:hover {
    background-color: #111;
}

ul.ulIcons li a.button {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 20px);
    left: 10px;
    text-align: center;
    box-sizing: border-box;
    border: none;
    background: transparent;
    color: #111;
    font-size: 18px;
}

ul.ulIcons li a.button2line {
    padding: 18px 7px;
}

ul.ulIcons li:hover a.button {
    color: #fff;
}

ul.ulIcons li:nth-child(1) {
    background-image: url(../img/ico01.png);
}

ul.ulIcons li:hover:nth-child(1) {
    background-image: url(../img/ico01_over.png);
}

ul.ulIcons li:nth-child(2) {
    background-image: url(../img/ico02.png);
}

ul.ulIcons li:hover:nth-child(2) {
    background-image: url(../img/ico02_over.png);
}

ul.ulIcons li:nth-child(3) {
    background-image: url(../img/ico03.png);
}

ul.ulIcons li:hover:nth-child(3) {
    background-image: url(../img/ico03_over.png);
}

ul.ulIcons li:nth-child(4) {
    background-image: url(../img/ico04.png);
}

ul.ulIcons li:hover:nth-child(4) {
    background-image: url(../img/ico04_over.png);
}

ul.ulIcons li:nth-child(5) {
    background-image: url(../img/ico07.png);
}

ul.ulIcons li:hover:nth-child(5) {
    background-image: url(../img/ico07_over.png);
}

ul.ulIcons li:nth-child(6) {
    background-image: url(../img/ico06.png);
}

ul.ulIcons li:hover:nth-child(6) {
    background-image: url(../img/ico06_over.png);
}

ul.ulIcons li:nth-child(7) {
    background-image: url(../img/ico05.png);
}

ul.ulIcons li:hover:nth-child(7) {
    background-image: url(../img/ico05_over.png);
}

ul.ulIcons li:nth-child(8) {
    background-image: url(../img/ico08.png);
}

ul.ulIcons li:hover:nth-child(8) {
    background-image: url(../img/ico08_over.png);
}

.odstavec_s_412 .center>h2 {
    cursor: pointer;
    color: #fff;
    background: #111;
    font-size: 25px;
    padding: 10px;
    margin-top: 0;
}

.odstavec_s_412 .center>h2 i {
    color: #111;
    background: #fff;
    margin-right: 15px;
    padding: 4px 5px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    top: -3px;
    font-size: 20px;
    line-height: inherit;
}

.odstavec_s_412 .center>h2 i.fa-minus {
    display: none;
}

.odstavec_s_412 .center>h2.open i.fa-minus {
    display: inline;
}

.odstavec_s_412 .center>h2.open i.fa-plus {
    display: none;
}

.odstavec_s_412 .center>h2+.oppener {
    display: none;
}

.odstavec_s_412 .center>h2.open+.oppener {
    display: block;
}

ul.ulIconsSluzby li {
    width: 23%;
    margin: 1%;
    box-sizing: border-box;
}

ul.ulIconsSluzby li:nth-child(4) {}

@media only screen and (max-width: 1300px) {
    ul.ulIcons li a.button {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1500px) {
    ul.ulIcons li {
        width: calc(12.5% - 1px);
        height: 220px;
    }
    ul.ulIconsSluzby li {
        width: 23%;
    }
}

@media only screen and (max-width: 900px) {
    .content_homepage .odstavec_s_370 p {
        text-align: center;
    }
    .content_homepage .odstavec_s_370 a {
        float: none !important;
        display: inline-block !important;
    }
}

@media only screen and (max-width: 800px) {
    ul.ulIcons li a.button {
        font-size: 16px;
    }
}

@media only screen and (max-width: 600px) {
    ul.ulIcons li {
        width: calc(50% - 1px);
        height: 220px;
    }
    ul.ulIconsSluzby li {
        width: 48%;
    }
}


/*.content_homepage .odstavec_poradi_2 h2{    color: #666666;font-size: 20px;font-weight: 700;margin-bottom: 0;}*/

.messageInfo {
    padding: .5em 1em .5em 1em;
    border: 1px solid #008bd0;
    margin: 1em;
    border-radius: 3px;
}

.messageInfo.no {
    border-color: red;
    color: red;
}

.moveTop {
    cursor: pointer;
    background: #111;
    color: #fff;
    font-size: 2em;
    padding: .3em .5em;
    border-radius: 5%;
    position: fixed;
    right: 1em;
    bottom: 1em;
    display: none;
    z-index: 1020;
    border: 1px solid #fff;
}

.moveTop.fixed {
    display: block;
}

@media only screen and (max-width: 864px) {
    .moveTop {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 864px) {
    .moveTop {
        font-size: 1.25em;
        padding-top: .25em;
    }
}

h2.biggerH2 {
    font-size: 38.25px;
    margin-bottom: 35px;
}

.rowSliderWrapper {
    overflow: hidden;
    padding: 0px;
    width: 100%;
    margin: 0px;
    position: relative;
}

.rowSlider {
    width: 99999px;
    overflow: hidden;
    position: relative;
}

.rowProductsHp [class^="col-"]{margin-left:0px;float:left;width:25%;}

.slider_arrow_left,
.slider_arrow_right {
    position: absolute;
    top: calc(50% - 75px);
    padding: 50px 3px;
    cursor: pointer;
    color: #fff;
    text-shadow: -1px 3px #000;
    z-index: 99;
}

.slider_arrow_left i,
.slider_arrow_right i {
    font-size: 50px
}

.slider_arrow_left {
    left: 0;
}

.slider_arrow_right {
    left: auto;
    right: 0px;
    right: 0;
}

.rowReference img {
    width: auto;
    display: block;
    height: 80px;
        object-fit: cover;
}

.rowReference [class^="col-"] {
    margin-left: 0;
    box-sizing: border-box;
    min-width: 300px;
    float: left;
}

.rowReference [class^="col-"] a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 15.75px;
    text-decoration: none;
    font-weight: 700;
}

.rowReference [class^="col-"] div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}
/*
.rowReference [class^="col-"] div+div {
    height: auto;
    padding: 10px 20px;
    width: calc(100% - 40px);
    bottom: 0;
    top: auto;
    background: rgba(3, 77, 161, 0.5);
}
*/

.rowReference [class^="col-"] div+div {
	opacity: 0;
	width: 100%;
	height: 250px;
	padding: 0;
	text-align: center;
	transition: 1.5s;
}
.rowReference [class^="col-"] div+div p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.rowReference [class^="col"] div+div p small {
	font-weight: lighter;
}
.rowReference [class^="co l-"]:hover img {
    filter: inherit;
}

.rowReference [class^="col-"]:hover div {
    background: none;
}

.rowReference [class^="col-"]:hover div+div {
	opacity: 1;
    background: rgba(3, 77, 161, 0.9);
    transition: .5s;
}

@media only screen and (min-width: 1000px) {
    .rowReference img {
        height: 250px;
    }
    .leftMenuCol {
        position: absolute;
        left: 0;
        top: 154px;
        z-index: 2;
    }
    #header.fixed+.row .leftMenuCol {
        top: 80px;
        position: fixed;
    }
    .pageContentCol {
        width: 100%;
        margin-left: 0;
    }
}

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


/** ?L?NKY NA HP **/

.news {
    clear: both;
    margin-bottom: 1.5em;
}
.news > div {clear: both;}

@media only screen and (min-width: 1040px) {
    .news .date {
        color: #000;
        font-size: 12.75px;
        font-weight: 300;
    }
    .news .date strong {
        font-size: 20px;
    }
}

@media only screen and (max-width: 864px) {
    .news .date {
        color: #000;
        font-size: 12.75px;
        font-weight: 300;
    }
    .news .date strong {
        font-size: 20px;
    }
}

.newsVyzkousejte [class^="col-"] {
    color: #fff;
    background: #111;
    margin-left: 20px;
    width: calc(25% - 20px);
    margin-bottom: 20px;
}

.newsVyzkousejte .col-4:nth-child(4n+1) {
    margin-left: 0;
    clear: left;
}

.newsVyzkousejte h2 {
    color: #fff;
    font-size: 20px;
    margin: 5px 0;
}

.newsVyzkousejte p {
    margin-left: 15px;
    margin-right: 15px;
}

.newsVyzkousejte a {
    color: #fff;
}

.newsVyzkousejte a:hover {
    color: #fff;
}
                                                                                                           
.newsNovinky [class^="col-"] {
    margin-left: 20px;
    width: calc(50% - 20px);
    margin-bottom: 20px;
    float: left;
  
}

.newsNovinky .col-4:nth-child(4n+1) {
    margin-left: 0;
    clear: left;
}

.newsNovinky h2 {
    font-size: 20px;
    margin: 5px 0;     text-align: left;
}

.newsNovinky p {
    margin-right: 15px;
    color: #616161;
    font-weight: 400;
}

.newsNovinky .obrazek {
    float: left;
    width: 25%;
    margin-right: 10px;
}
.newsNovinky .obrazek img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 864px) {
    .newsNovinky .obrazek {
        ¨float: none;
        width: 100%;
    }
    .newsNovinky .obrazek img {
        width: 100%;
        height: auto;
    }
}

.productBox {
    border: 1px solid #111;
    background-color: #111;
    padding: 5px;
    margin: 0 10px 20px;
}

.productBox h3 {
    margin: 0;
    font-size: 18px;
    height: 60px;
    line-height: 20px;
	color: #fff;
}

.productBox .perex {
    font-size: 14px;
    color: #fff;
}

.productBox img {}

.productBox .priceWrapper {
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.productBox .price {
    float: left;
    width: 50%;
}

.productBox .priceWrapper span {}

.productBox .priceWrapper span.savings {
    color: #ddd;
    font-weight: normal;
    text-decoration: line-through;
    font-size: 12px;
}

.productBox .priceWrapper a.button {
    float: left;
    width: 50%;
    box-sizing: border-box;
    font-size: 14px !important;
    padding: 7px !important;
    background: #111;
    color: #fff;
    text-align: center;
}
.productBox .priceWrapper a.button:hover {
    color: #111;
    background: #fff;
}
a.nabidkaButton {
    margin: 20px auto;
    display: block;
    width: 240px;
    text-align: center;
}

@media only screen and (min-width: 864px) and (max-width: 1040px) {
    .news .date {
        color: #111;
    }
    .news .date br {
        display: none;
    }
    .newsNovinky h2 {
        margin: 0;
    }
    .newsNovinky p {
        margin-left: 0;
        margin-right: 0;
    }
    
    .productBox .price{width: 100%;}
    .productBox .priceWrapper a.button{width: 100%;}
}

@media only screen and (max-width: 864px) {
    .newsNovinky [class^="col-"],
    .newsVyzkousejte [class^="col-"] {
        width: calc(50% - 20px);
        float: left;
    }
    .newsNovinky .col-4:nth-child(2n+1),
    .newsVyzkousejte .col-4:nth-child(2n+1) {
        margin-left: 0;
        clear: left;
    }
    .newsNovinky img,
    .newsVyzkousejte img {
        width: 100%;
    }
    #footer-top {
        padding: 20px;
    }
    .productBox .price{width: 100%;}
    .productBox .priceWrapper a.button{width: 100%;}
    .productBox h3{font-size: 14px;line-height: 15px;}
}

@media only screen and (max-width: 450px) {
    .newsNovinky [class^="col-"] {
        width: 100%;
        margin-left: 0;
    }
    .newsNovinky [class^="col-"] img {
        width: 100%;
    }
}

.form_newsletter {}

.form_newsletter input[type="text"] {
    background: transparent;
    border-color: #fff;
    color: #fff;
    margin-bottom: 10px;
}

.form_newsletter a {
    font-weight: 900;
    font-size: 17px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.form_newsletter a i {
    font-size: 30px;
    position: relative;
    top: 2px;
}

.form_newsletter input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}

.form_newsletter input[type="text"]::-moz-placeholder {
    color: #fff;
}

.form_newsletter input[type="text"]:-ms-input-placeholder {
    color: #fff;
}


/*
.kralik1{    background: url(../img/kralik1.png) no-repeat;width: 500px;height: 500px;position: absolute;top: -100px;left: -300px;background-size: 100%;}
.kralik2{    background: url(../img/kralik2.png) no-repeat;width: 500px;height: 500px;position: absolute;top: -200px;right: 47px;background-size: 100%;z-index: 6;}
.kralik3{    background: url(../img/kralik3.png) no-repeat;width: 350px;height: 460px;position: absolute;top: -320px;left: 0;background-size: 100%;z-index: 6;}
.content_homepage .odstavec_poradi_2{    padding-bottom: 90px;}
*/

.submenu [class^="col-"] {
    margin-bottom: 4%;
}

.submenu a.button {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-right: 40px;
    position: relative;
    text-decoration: none !important;
}

.submenu a.button i {
    position: absolute;
    top: 10px;
    right: 10px;
}

.submenu .col-4:nth-child(4n+1) {
    clear: left;
    margin-left: 0;
}

@media only screen and (max-width: 1600px) {
    .kralik3 {
        width: 250px;
        top: -220px;
    }
}

@media only screen and (max-width: 1500px) {
    .kralik1 {
        width: 300px;
        left: -150px;
        top: -30px;
    }
    .kralik3 {
        width: 150px;
        top: -80px;
    }
}

@media only screen and (max-width: 1200px) {
    .kralik1 {
        display: none;
    }
    .kralik3 {
        display: none;
    }
    .kralik4 {
        width: 300px;
        left: -250px;
        top: 80px;
    }
    .form_newsletter a {
        font-size: 13px;
    }
    #footer-top .text-bigger {
        font-size: 30px;
        padding-right: 0;
    }
}

@media only screen and (max-width: 1040px) {
    .content_homepage .odstavec_poradi_2 {
        padding-bottom: 1em;
    }
    .kralik2 {
        display: none;
    }
}

@media only screen and (min-width: 640px) and (max-width: 900px) {
    #footer-top .col-4.fr {
        width: 48%;
    }
    .kralik4 {
        width: 64%;
        left: 0;
        top: 136px;
    }
}

@media only screen and (max-width: 640px) {
    .kralik4 {
        display: none;
    }
}


/**
    * PopUp
    */

.popUp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.popUpOverlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #000000;
    opacity: 0.75;
}

.popUpContent {
    display: block;
    text-align: left;
    position: relative;
    width: 100%;
    z-index: 102;
    padding-bottom: 0px;
    top: 3%;
    max-height: calc(94%);
}

.popUpContent>.center {
    margin-bottom: 0;
}

.popWrapper {
    margin: 0 auto;
    max-width: 800px;
    background: #fff;
    overflow: hidden;
    border-radius: 3px;
}

.popUpBody {
    float: left;
    width: 100%;
    min-height: 100px;
}

.popUpContent.maxH .popUpBody {
    overflow-y: auto;
}

.popUpContent h1 {
    margin: 0 0;
    font-size: 24px;
    padding: 5px 10px;
    color: #fff;
    width: 95%;
    width: calc(100% - 20px);
    position: relative;
    background: #008bd0;
    margin-bottom: 10px;
}

.popUpContent .close {
    text-align: center;
    float: right;
    color: #FFF;
    cursor: pointer;
}

.popUpBody h2 {
    color: #008bd0;
    margin-top: 0;
}

.popUpBody table {
    margin-bottom: 0;
}

.popUpFoot {
    position: relative;
    bottom: 0px;
    width: 90%;
    width: calc(100% - 20px);
    padding: 5px 10px;
    background: #ccc;
    float: left;
    margin-top: 10px;
}

.popUpFoot .left {}

.popUpFoot .right {
    margin-left: 2px;
}

.popUpFoot .button {
    margin-top: 0;
}


.popUp form {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.popUp fieldset {
    padding: 5px 0px 5px 10px;
}

.popUp fieldset h2 {
    padding: 10px 0px 5px;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
}

.popUp .obalform label {
    font-weight: normal;
}

.popUpReklama img {
    ;
}

.popUpReklama p {
    margin: 0;
}

.popUpReklama h1 {
    margin-bottom: 0;
}

.popUpReklama .popWrapper {
    background: transparent;
}

.steps .row {
    margin-bottom: -1em;
    position: relative;
    height: 410px;
    display: flex;
}

.steps .row [class^="col-"] {
    max-width: 21.5%;
    height: 280px;
    bottom: 0;
    transition: .5s;
    box-sizing: border-box;
	position: relative;
    background-color: #fff;
    color: #111;
    padding: 30px 15px;
    border-radius: 10px;
    text-align: center !important;
}
.steps .row [class^="col-"] p {
    color: #111;
}
.steps .row [class^="col-"] img {
    height: 100px;
}
.steps .row [class^="col-"] p:last-child {
    opacity: 0;
    display: block;
    color: #111;
    height: 0;
}
.steps .row [class^="col-"] h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #111;
}
.steps .row [class^="col-"] span {
    display: block;
    text-align: center;
    color: #111;
	display: block;
	font-size: 40px;
	font-weight: bold;
	vertical-align: text-top;
}
.steps .row [class^="col-"]:hover {
    transform: translateY(-20px);
    height: 410px;
    transition: .5s;
}
.steps .row [class^="col-"]:hover > p:last-child {
    opacity: 1;
    display: block;
    height: 50px;
    transition: .5s;
}
@media(max-width: 1400px){
	.steps .row [class^="col-"] span {
		font-size: 40px;
	}

	.steps .row [class^="col-"] p {
	}
}


/* FOOTER FIX */
#footer .col-3:nth-child(3n+1) {
   	clear: none;
}


/*úprava banneru*/

@media only screen and (max-width: 1300px) {
	.ulIcons li {
    	width: calc(12.5% - 1px) !important;
	}
	.ulIcons li a.button {
		font-size: 14px !important;
		padding: 10px 0 !important;
	}
}
@media only screen and (max-width: 900px) {
	.ulIcons li {
		width: calc(25% - 1px) !important;
		background-image: inherit !important;
		height: 110px !important;
	}

}

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

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

.visitUs {
    background-color: #008bd0;
    color: #fff;
    padding: 20px 0;
}
.visitUs h2 {
    margin: 0 0 10px;
    color: #fff;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.col-66 a, .col-66 a:hover, .col-66 a:focus, .col-66 a:visited {
	color: #fff;
	text-decoration: underline;
}

h1 + .odstavec_s_512 {
	margin-top: -30px;
}


@keyframes mymove {
    from{}
    to{transform: scale(1.2);}
}


.slide{}
.slide img, .slide video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    
}

.slide.rslides1_on img{ 
   animation: mymove 5s infinite;
}



#sortiment {
    margin-bottom: 50px !important;
}

#sortiment .row, #reference .row {
    display: flex;
    justify-content: space-between;
}

#sortiment .row .col-2, #reference .row .col-2 {
    width: 48%;
}
#sortiment .row .col-4, #reference .row .col-4 {
    width: 23%;
}
#sortiment .row .col-8, #reference .row .col-8 {
    width: 73%;
}  
#sortiment .row .col-3, #reference .row .col-3 {
    width: 31.33%;
}  
#sortiment .row .col-40, #reference .row .col-40 {
    width: 38%;
}
#sortiment .row .col-50, #reference .row .col-50 {
    width: 49%;
}  
#sortiment .row .col-60, #reference .row .col-60 {
    width: 58%;
}          



.refbox.col-2, .refbox.col-3, .refbox.col-4 , .refbox.col-6 , .refbox.col-8, .refbox.col-33, .refbox.col-66, .refbox.col-40,.refbox.col-50,.refbox.col-60 {
    margin: 1% 0 !important;
}


.refbox a {
    overflow: hidden;
    width: 100%;
    height: 345px;
    object-fit: cover;
    display: block;
    position: relative;
}

.refbox img {
    transition: .7s;
    object-fit: cover;
    width: 100%;
    height: 345px;
    object-position: bottom;
}
.slide.refbox img{height: auto;}

.refbox .reftext {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    box-sizing: border-box;
    transition: .3s;
    position: absolute;
    width: 100%;
    height: 100%;
    text-shadow: 2px 2px #000;
}

.refbox .reftext p {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff !important;
    margin-bottom: 0;
}

.refbox:hover .reftext {
    background-color: rgba(0, 0, 0, .15);
    transition: .5s;
}

.refbox:hover  img {
    transform: scale(1.15);
    transition: .7s;
}


/* Banner, nadpisy - zajíždění pod content */
#slider {
    position: fixed;
    top: 0;
    z-index: -1;
}

body.content_homepage {
    padding-top: 100vh;
}

body[class^="content_"]:not(.content_homepage) {
    padding-top: 411px;
}
@media (max-width: 901px) { 
    body.content_pages {
        padding-top: 311px;
    }
}

[class^="odstavec"] {
    background-color: #fff;
}

.odstavec_s_402{     background: #ddd;
    overflow: hidden;
    color: #B89470;
    border: 20px #fff solid;
    border-right: 0;
    border-left: 0;}
.odstavec_s_402 *{color: #B89470;}
.odstavec_s_402 a, .odstavec_s_402 h2 a{color: #B89470 !important;}
.odstavec_s_403{background: rgba(13, 77, 161, 0.7);}
.odstavec_s_403 *{color: #fff;}
.odstavec_s_403 a.button{color: #fff;border-color: #fff;    margin-top: 15px;margin-bottom: 10px;}
.odstavec_s_403 a.button:hover, .odstavec_s_403 a.button:focus, .odstavec_s_403 a.button:active{background-color: #fff;color: #111;}



.content_homepage {
    padding: 0;
}
.withImg {
    background-size: cover !important;
    background-position: center;
    margin: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    height: 411px;
    position: fixed !important;
    top: 0;
    z-index: 0;
}
h1{display: inline-block;margin-bottom: 20px;}
#odstavec_h1 h1 {     border-bottom: none;
    width: 100%;
    position: absolute;
    top: 20%;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
    text-shadow: 1px 1px #B89470;
}
@media (max-width: 1600px) {
    .withImg {
        height: 411px;
    }
}
@media (max-width: 940px) { 

}

.btn-fontawesome {
    color: #fff;
    cursor: pointer;
    border: 2px #fff solid !important;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    height: 50px;
    width: 50px;
    bottom: 50px;
    font-size: 30px;
    transform: translateX(-50%);
}
.btn-fontawesome:hover, .btn-fontawesome:focus, .btn-fontawesome:active {
    background-color: transparent !important;
    color: #fff !important;
    border-color: #fff !important;
}
footer {
    position: relative;
    z-index: 1000;
}
.pageContentColWide {
    background-color: #fff;
 
}
#sortiment {
    margin: 0 auto !important;
}
.content_homepage .odstavec_poradi_1 {
    padding-top: 30px;
    z-index: 2;
    }

#custom_content {
    position: relative;
    background-color: #fff;
    padding: 35px 0 0px;
}
.odstavec_366, .odstavec_351 {
    padding: 50px 0;
}
[class^="odstavec"] {
	padding: 10px 0;
    overflow: hidden;
}

.productBox {
	background-color: #fff;
	border: none;
	color: #000;
}
.productBox img {
	width: 100%;
	height: 225px;
	object-fit: cover;
	margin-bottom: 15px;

}
.productBox .priceWrapper {
	text-align: left;
}
.productBox .priceWrapper span.savings {
	color: #aaa;
}
.productBox .priceWrapper span {
	color: #111;
}
.productBox h3 {
	color: #111;
	font-size: 17px;
	text-align: left;
}
input[type="submit"], input[type="button"], a.button {
	border-radius: 0;
}
.odstavec_s_512 h2 {
	font-size: 18px;
}
.odstavec_s_512 h2, .odstavec_s_512 a:not(.button) {
	color: #111 !important;
}

#slider {
    z-index: 0;
}

#slider .btn-fontawesome {
    bottom: 50px;
    z-index: 11000;
    cursor: pointer;
}

.odstavec #custom_content {
    padding: 0 !important;
}

.bazar h2{text-align: left;}
.bazar .perex{}
.smallButton{padding: 5px 30px !important;}
.bazar .col-2:nth-child(2n+1){margin-left: 0;clear: left;}

.bazar_h2{    margin-top: 40px;
    float: left;
    overflow: hidden;
    width: 100%;}
.bazar_row{    overflow: hidden;
    border-bottom: 1px solid #111;
    padding-bottom: 10px;}    
    
    
.odstavec_s_512 {
    background: #fddd10;
}
.odstavec_s_512 * {
    color: #000;
}
.odstavec_s_512 a.button {
    color: #fff;
    border-color: #fff;    
    margin-top: 15px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
}
.odstavec_s_512 a.button:hover, .odstavec_s_512 a.button:focus, .odstavec_s_512 a.button:active{
    background-color: #fff;
    color: #111;
    border-color: #111;
}

.zoom [class^="col-"] img {
    transition: .7s;
    object-fit: cover;
    width: 100%;
    display: block;
    object-position: bottom;
}

.zoom [class^="col-"]:hover a img {
    transform: scale(1.15);
    transition: .7s;
}


.odstavecImages{padding: 0 !important}
.odstavecImages .row{    display: flex;}
.odstavecImages [class^="col-"]{width: 50%;margin: 0;overflow: hidden;background-size: cover;}
.odstavecImagesText{}
.odstavecImagesText h2{    color: #fff;font-size: 40px;text-align: left;    padding-left: 5%;}
.odstavecImagesText ul{    margin-left: 10%;}
.odstavecImagesText h2 a{color: #fff; text-decoration: none;}
.odstavecImagesText > div{    background: rgba(1,83,47,0.8);width: 100%;height: 100%;overflow: hidden;color: #fff;font-size: 30px;box-sizing: border-box;font-weight: bold;padding: 5% 20px 0;    text-align: left;}

.langs{    position: absolute;right: 0;width: 74px;top: 0;}
.langs a{}
.langs a img{    height: 20px;margin: 3px;display: block;float: left;}
#header.scrolled{background: #fff;
     border-bottom: 2px solid #B89470;
}
@media (max-width: 901px) { 
    .withImg {
        height: 311px;
    }
    .odstavecImagesText h2{    font-size: 25px;}
    .odstavecImages [class^="col-"]{display:none}
    .odstavecImages .odstavecImagesText{display: block;width: 100%;}
    .odstavecImagesText > div{padding-top: 0;}
    .content_homepage #odstavec_1 h1{font-size: 35px;}
}

@media (min-width: 864px) { 
    #header.scrolled{}
    #header.scrolled .logo{  padding: 1px 0;
    max-width: 200px;}
    #header.scrolled .logo img{    height: 50px;}
    #header.scrolled .phone{display: none;}
    #header.scrolled #nav{top: 5px;}
    #header.scrolled #nav>ul>li>a{    font-size: 16px;}
    #header.scrolled #nav>ul>li:first-child i{    font-size: 28px;position: relative;top: 4px;}
}
.cookie_popup{    position: fixed;width: 100%;bottom: 0;left: 0;z-index: 999999999999999999999;background: #fff;padding: 20px;    text-align: center;box-shadow: 0px -5px 5px rgb(0 0 0 / 10%);box-sizing: border-box;}
.cookie_text{font-size: 14px;text-align: left;max-height: 200px;overflow-y: scroll;margin-bottom: 20px;}
.cookie_button{font-size: 12px;text-transform: uppercase;border: 1px solid #999;padding: 10px 20px;margin: 0 10px;width: 110px;display: inline-block;background: #ddd;cursor: pointer;color: #000;text-decoration:none}
.cookie_button.button_allow{background: rgb(19, 113, 194);color: #fff;border-color: rgb(19, 113, 194);}
@media only screen and (max-width: 840px) {
    .cookie_button{width: 90px;}    
}