/* fonts ----------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;400;700&display=swap');


html
{
    background: #000;
}

body {
   overflow-x: hidden;
   font-size: 18px;
   font-family: 'Open Sans Condensed', sans-serif;
   position: relative;
   background: #000;
}
body.modal-open {padding: 0 !important;}
body::-webkit-scrollbar, div::-webkit-scrollbar {width: 6px;}
body::-webkit-scrollbar-track, div::-webkit-scrollbar-track {background: #fff;}
body::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb {
   background-color: #000;
   border: 1px solid #000;
}
html {
   scroll-behavior:smooth;
   position: relative;
   overflow-x: hidden;
}
section {position: relative;}
:before, :after {content: "";}


.page-wrapper
{
    background: #fff;
    padding: 0;
}



main a
{
    color: #867b62;
}

img {max-width: 100%;}
               


main a
{
    color: #867b62;
    text-decoration: underline;
}

.btn-primary
{
    background: #867b62;
    color: #fff;
    border: none;
}

               
.homeSlider .ai
{
    height: 600px;
    background-position: center center;
    background-size: cover;
    padding: 30px 50px;
    position: relative;
}

.homeSlider h2
{
    font-size: 40px;
    font-weight: 700;

}

.homeSlider h3
{
    color: #fff;
    position: absolute;
    bottom: 100px;
    font-size: 40px;
    font-weight: 700;
}

header .owl-dots
{
    position: absolute;
    top: 3px;
    left: 50%;
    z-index: 999999999 !important;
}


header
{
    position: relative;
    overflow: hidden;
}


header .logo
{
    position: absolute;
    top: 0;
    right: 0;
    min-width: 300px;
    max-width: 33%;
    z-index: 2;
}

header .socials
{
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 1111;
}

header .socials a
{
    display: inline-block;
    padding: 5px 5px;
    width: 36px;
    text-align: center;
    background: #867b62;
    color: #fff;
    margin: 0 5px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}

header .socials a:hover
{
 background: #665b42;
 text-decoration: none;
}

h2.pageTitle
{
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    color: #867b62;
    margin: 40px 0 60px 0;
    position: relative;
}

h2.pageTitle:after
{
    position: absolute;
    bottom: -20px;
    width: 250px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: #867b62;
    content: '';
}


h3
{
    font-weight: 400;
    color: #867b62;
    margin: 20px 0 40px 0;
    font-size: 30px;
    position: relative;
    display: inline-block;
}


h4
{
    font-weight: 400;
    color: #867b62;
    margin: 10px 0 10px 0;
    font-size: 24px;
    position: relative;
}
h3:after
{
    position: absolute;
    bottom: -10px;
    width: 60px;
    left: 50%;
    transform: translateX(-30px);
    height: 2px;
    background: #867b62;
    content: '';
}




/* navigace ----------------------------------- */


header .navbar {
   padding-left: 0;
   padding-right: 0;
   width: 100%;
   z-index: 1000;
}

.nav
{
    width: calc(100% + 20px) !important;
    transform: rotate(-7deg);
    margin-top: -200px;
    margin-left: -30px;
    padding: 0 20px;
    z-index: 1000;
    border-top: 5px solid #fff;
}


header.fix .navbar{
   position: fixed;
   top: 0;
   left: 0;
  width: 100%;
   z-index: 10;
   padding: 5px 0px;
   font-size: 15px;
   transform: none;
   background: #867b62;
   box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
   text-align: center;
}

header.fix .navbar .nav{
   transform: none;
   margin: 0;
   border: none;
}

.nav:before
{
    width:100%;
    height:200px;
    position: absolute;
    background-color: #cfc7b2;
    content: '';
    border-top: 36px solid #867b62;
}

header.fix .navbar .nav:before{
   display: none;
}                          


header
{
    background: #867b62;
}



header .navbar-collapse.collapse > div {
   display: block;
   width: 100%;
}
header ul {
   display: block;
   margin: 0;
   padding: 0;
   background: #867b62;
}

header.fix ul {
    width: auto !important;
   margin: 0 auto;
}



header ul li {
   position: relative;
   display: inline-block;
}

header li:before {
   position: absolute;
   right: 0;
   top: -1px;
   height: 37px;
   border-left: solid 4px #fff;
   transform: rotate(5deg);
}

header li:last-child:before {
    content: '';
    display: none;
}

header.fix li:before {
   transform: none;
   border-left: solid 1px #fff;
   height: 38px; 
}



header li a {
   color: #fff;
   display: block;
   font-weight: 400;
   text-transform: uppercase;
   padding: 5px 0;
   text-align: center;
}
header.fix li a {
   padding: 5px 15px !important;
}

header li a:hover {
   text-decoration: underline;
   color: #fff;
}

header.fix li a {
   font-size: 18px;
   padding: 5px 20px;
}


.scroll-down header {top: -100px;}
.navbar-toggler {

padding: .25rem 0; 
position: fixed;
top: 15px;
right: 20px;
z-index: 11111111;


}
.navbar-toggler:focus, .navbar-toggler:hover {outline: none;}
.hamburger {
   width: 25px;
   height: 25px;
   position: absolute;
   margin: 0px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   -webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
   -o-transition: .5s ease-in-out;
   transition: .5s ease-in-out;
   cursor: pointer;
   right: 0;
}
.hamburger span {
   display: block;
   position: absolute;
   height: 2px;
   width: 100%;
   border-radius: 9px;
   opacity: 1;
   left: 0;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   -webkit-transition: .25s ease-in-out;
   -moz-transition: .25s ease-in-out;
   -o-transition: .25s ease-in-out;
   transition: .25s ease-in-out;
}
.hamburger span {background: #fff;}
.hamburger span:nth-child(1) {top: 0px;}
.hamburger span:nth-child(2), .hamburger span:nth-child(3) {top: 7px;}
.hamburger span:nth-child(4) {top: 14px;}
.hamburger.open span {background: #fff;}
.hamburger.open span:nth-child(1) {
   top: 11px;
   width: 0%;
   left: 50%;
}
.hamburger.open span:nth-child(2) {
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
}
.hamburger.open span:nth-child(3) {
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
.hamburger.open span:nth-child(4) {
   top: 11px;
   width: 0%;
   left: 50%;
}



.news-list-item
{
    background: #cfc7b2;
    font-weight: 400;
}

.news-list-item h3
{
    color: #867b62;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-weight: 600;
}

.owl-prev
{
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
}

.owl-next
{
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
}

#footer
{
    margin: 30px 0 0 0;
}


#footer .footer-main
{
    background: #cfc7b2;
    margin-top: 0px;
    padding: 10px 10px;
    color: #665b42;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#footer .footer-bottom
{
    color: #fff;
    background: #000;
    padding: 10px 0 0 0;
    font-size: 15px;
}

#footer .footer-main span
{
    display: inline-block;
    padding: 0 8px;
    border-right: 3px solid #fff;
    line-height: 17px;
}

#footer .footer-main span:last-child
{
    border: none;
}




.contactForm
{
    background-color: #cfc7b2;
    padding: 30px 40px;
}

.contactForm a
{
    color: #000;
    text-decoration: underline;
}

.grecaptcha-badge
{
    display: none;
}



.threes h3
{
    margin: 0 0 30px 0;
    display: block;
    color: #000;
    text-transform: uppercase;
}



.threes h3:after
{
    position: absolute;
    bottom: -10px;
    width: 100%;
    left: 30px;
    transform: translateX(-30px);
    height: 1px;
    background: #000;
    content: '';
}

.threes
{
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.threes .col-md-4 a
{
    display: block;
    background: #cfc7b2;
    color: #000;
    text-decoration: none;
    margin-bottom: 20px;
}

.threes .col-md-4 a > div
{
    padding: 10px 20px;
}

.threes .col-md-4 a:hover
{
    background: #afa792;
}

.threes .col-md-4 img
{
    width: 100%;
}

.referenceGal
{
    height: 200px;
    overflow: hidden;
}



.references a.btn
{
    text-align: center;
    text-decoration: none !important;
}

.references img
{
    height: 120px;
}


.references .u-container-layout
{
    text-align: center;
    background: #f0f0f0;
    padding: 20px 20px;
}

.references img.u-image
{
    cursor: pointer;
}

.references p span
{
    display: block;
    
}


.fancybox-button--thumbs
{
    display: none !important;
}