body{
    background-color: #fafafa;
}
.container h2{
    text-align: center;
}
.header_block img{
    width:100%;
    height:auto;
}
.carousel-item {
height:450px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.logo{
    display:flex;
    justify-content: center;
    align-items: center;
}
header{
    display:flex;
    flex-direction: row;
    justify-content: center;
    background: #fff;
    padding:16px;
}
.body-container{

    max-width: 1200px;
    width:100%;
    margin:0 auto;
}
.logo img{
    margin: 0 auto;
    height:90px;
}
.dates{
    width:500px;
    
    display: flex;
    justify-content: center;
    align-items: center;
}
#carouselExampleIndicators{
    max-width: 700px;
    width:100%;
    margin: 0 auto;
}
.carousel-block{
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    width:100%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #fff;
}
.table-dates td{
    padding:16px;
    font-size: 24px;
}
.table-dates{
    border:none;
    border-left: solid #C24D15;
}
.imp-text-color{
   color: #C24D15;
   font-weight: bold;
}

.logos_firm, .logos_firm_strat, .logos_firm_prev{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.logos_firm img{
    height:60px;
}

.logos_firm_strat img{
    height:125px;
}
.logos_firm_strat a{
    margin-left: 32px;
    margin-top: 32px;
}
.logos_firm a{
    margin-left: 32px;
    margin-top: 32px;
}
.logos_firm_prev img{
    height:40px;
    margin-left: 16px;
    margin-top: 32px;
}
.card-garant{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.card-garant ul{
    list-style-type: none;
}
section{
    margin-top:32px;
    background-color: #fff;
}
.kestazeni{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.kestazeni img{
    width:100px;
    margin:16px;
}
.centerlize{
    text-align: center;
}
footer{
    display:flex;
    justify-content: center;
    align-items: center;
    background: rgb(153,55,9);
    background: -moz-linear-gradient(135deg, rgba(153,55,9,1) 0%, rgba(248,105,36,1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(153,55,9,1) 0%, rgba(248,105,36,1) 100%);
    background: linear-gradient(135deg, rgba(153,55,9,1) 0%, rgba(248,105,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#993709",endColorstr="#f86924",GradientType=1);
    color:white;
}
footer > *{
    margin-left: 16px;
}
footer img{
    height: 50px;
}
footer a{
    color: white;
}
@media(max-width:760px){
    .carousel-block{
        flex-direction: column;
    }
    #carouselExampleIndicators, .dates{
       width:100%;
    }
}
@media(max-width:500px){
    
.logos_firm{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.logos_firm img{
    margin:0;
    margin:16px auto;
    width:200px;
    height: auto;
}
footer{
    flex-direction: column;
}
}
.kestazeni a:hover{
    opacity: 0.8;
}






/* img galery */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  /* display none until init */
  .owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
  }
  .owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  .owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
  }
    
  .owl-carousel .owl-item{
    float: left;
  }
  
  .owl-controls {
    @media (max-width: @screen-sm-max) {
      top: -120px;
    }
    top: -200px;
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  
  .owl-controls a {
    color: #336699;
  }
  
  .owl-controls a:hover {
    color: #336699;
  }
  
  .owl-controls .bg-prev {
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    z-index:10; 
    background:#fff; 
    border: 1px solid #336699;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .owl-controls .bg-prev:before{
    content:""; 
    display:block; 
    position:absolute; 
    z-index:-1; 
    top:3px; 
    left:3px; 
    right:3px; 
    bottom:3px; 
    border:2px solid #336699
  }
  
  .owl-controls .prev {
    left: 15px;
    z-index: 11;
    position: absolute; 
    width: 50px;
    height: 50px;
    line-height: 32px;
  }
  
  .owl-controls .prev.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .owl-controls .prev:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .owl-controls .bg-next {
    position: absolute;
    float: right;
    z-index: 1;
    width: 50px;
    height: 50px;
    position:relative; 
    z-index:10; 
    background:#fff; 
    border: 1px solid #336699;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .owl-controls .bg-next:before{
    content:""; 
    display:block; 
    position:absolute; 
    z-index:-1; 
    top:3px; 
    left:3px; 
    right:3px; 
    bottom:3px; 
    border:2px solid #336699
  }
  
  .owl-controls .next {
    right: 15px;
    z-index: 11;
    position: absolute; 
    width: 50px;
    height: 50px;
    line-height: 32px;
  }
  
  .owl-controls .next.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .owl-controls .next:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  
  .owl-theme .owl-controls .owl-page{
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
  }
  .owl-theme .owl-controls .owl-page a{
    display: block;
    width: 12px;
    height: 12px;
    margin: 0px 5px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    border: 2px solid #888;
  }
  
  .owl-theme .owl-controls .owl-page.active span,
  .owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    display: inline-block;
  }
  .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  /* fix */
  .owl-carousel  .owl-wrapper,
  .owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }

  #owl-testimonials .item img{
      width:95%;
      height:auto;
  }

  .owl-pagination {
    margin-top: 40px;
    opacity: 1;
    display: inline-block;
  }
  
  .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0px 5px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #303030;
  }


  .openimagefullclass {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 102;
    background-color: transparent;
}

.scroll-lock {
    overflow: hidden;
}

.openimagefullclass .modal-content-item {
    max-width: 90%;
    background-color: transparent;
    margin: 0 auto;
}

/* Modal Content */
.openimagefullclass .modal-content {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 50px 8px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: rgba(255,255,255,0.75);
    justify-content: center;

}

/* The Close Button */
.openimagefullclass .close {
    color: #808080;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 3rem;
    font-weight: bold;
    z-index: 102;
}

.openimagefullclass .close:hover,
.openimagefullclass .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.openimagefullclass img {

}

.openimagefullclass .mySlides img {
    max-height: 80vh;
    align-self: center;
}

#owl-testimonials .item img:hover{
    cursor: pointer;
    opacity: 0.95;
}

.vysledky_svoc li{
  list-style-type: none;
}