@charset "UTF-8";
/* CSS Document */
html,body{
   overflow-x: hidden;
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
  color: #7b7b7b;
  background: white;
}
/* START basic options */
img{
    margin-left: auto;
    margin-right: auto;
}
.text-center img{
    margin-left: auto;
    margin-right: auto;
}
.text-left img{
    margin-left: 0px;
    margin-right: auto;
}
.blank{
    width:100%;
    height: 40px;
}
.noPadding{
    padding: 0px !important;   
}
.noPaddingLeft{
    padding-left: 0px !important;   
}
.noPaddingRight{
    padding-right: 0px !important;   
}
strong{
    font-weight: 500;   
}
a.btn-default,p.btn-default{
    color: #fff;
    background: #041103;
    border-color: #041103;
    border-width: 3px;
    padding: 6px 26px;
    font-size: 24px;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
    max-width: 100%;
    border-style: solid;
    text-overflow: ellipsis;
    text-transform: uppercase;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    text-decoration: none;
    font-family: "Cabin", sans-serif;
    letter-spacing: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
a.btn:hover,p.btn:hover{
    background-color: white;
    color: black;
    border: 2px solid black;
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    color: #ffc600;   
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
    line-height: 50px;
    color: black;
}
h3{
    font-size: 32px;   
}
h4{
    font-size: 27px;   
}
h5{
    font-size: 22px;
    line-height: 1.36;   
}
h1,h2{
    font-size: 60px;
    line-height: 0.92;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    display: block;
    color: #141414;
}
h6{
    font-size: 20px;
    line-height: 1.5;   
}
.text-uppercase{
    text-transform: uppercase;
}
.text-bold{
    font-weight: bold;   
}
p + h5{
    margin-top: 54px;   
}
/* END basic options */

/* START default ul ol*/
ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul li{
	margin-bottom:8px;	
}
ul li:before {
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    color:#933645 ;
    font-size: 20px;
    padding-right: 10px;
}
ol{ 
	counter-reset: item;
	padding:0px;
	margin-left:0px;
	
}
ol li{ 
	display: block;
	padding:0px;
	margin-left:0px;
	margin-bottom:8px; 
}
ol li:before { 
	content: counter(item) ". "; 
	counter-increment: item;
    color:#933645 ;
	font-weight:bold;
}
.small{
    display: block;
    font-size: 16px;
    line-height: 1.75;   
}
.divider-4{
    margin: 6px 0 40px;
    border-color: #141414;
    display: block;
    color: inherit;
    padding: 0;
    border-width: 4px;
    width: 55px;
    border-style: none none solid none;
}
.divider-5{
    margin-top: 20px;
    margin-bottom: 20px;
    border-color: #933645;
    display: block;
    color: inherit;
    padding: 0;
    border-width: 4px;
    width: 55px;
    border-style: none none solid none;   
    margin-left: auto;
    margin-right: auto;
}
/* END default ul ol*/

.container-fluid{
    padding: 0px !important;   
}

#nav{
    width:100%;
    position: absolute;
    z-index: 999;
}
#nav .logo{
    font-size: 30px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 20px;
    position: absolute;
}
#nav .logo span{
    padding-left: 15px;
    padding-top: 15px;
    display: block;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 250px;
    text-shadow: 1px 1px rgba(0,0,0,.3);
}
#nav .logo:hover{
    text-decoration: none;   
}
#nav ul li{
    display: inline-block;
    background-color: white;
}
#nav ul li:before{
    content: ""; 
    display: none;
}
#nav ul li a{
    display: block;
    padding-left: 20px;
    padding-right: 30px;
    font-size: 20px;
    line-height: 100px;
    text-transform: uppercase;
    font-family: "Unica One", cursive;
    color: #000;  
    font-size: 15px;
    text-decoration: none !important;
}
#nav ul li a:before{
    content: '';
    transform: skewX(-19deg);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 40px;
    margin-left: -42px;
    height: 100px;
    background-color: white;
}
#nav ul li.active a,#nav ul li.active a:before,#nav ul li a:hover,#nav ul li:hover a:before{
    background: #933645; 
    color: white;
}
#btn-mobile{
    display: none;   
}
/* START head options */
#head{
    width:100%;
}

#head #owl-demo{
    z-index: 10; 
    overflow-x: hidden;
}
#head #owl-demo .item{
    padding: 0px !important;  
    margin: 0px !important;
}
#head #owl-demo img{
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#head #owl-demo .item .text p{
  font-size: 54px;
  color: rgb( 255, 255, 255 );
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.056;
  text-align: left;
  text-shadow: 0.5px 0.866px 1px rgb( 24, 24, 24 );   
  padding: 20px;
}
/* END head options */

/* START data options */
#data{
}
#data .bg-white{
    margin-top: 0;
    margin-bottom: 0;
    padding: 87px 23px 0px 15px;   
    position: relative;
    z-index: 5;
}
#data .bg-white:after{
    position: absolute;
    content: "";
    height: 576px;
    background-color: white;
    width: 100px;
    transform: skewX(-10deg);
    top: 0px;
    right: -50px;
    z-index: -1; 
}
#data .bg-white .index-list li{
    line-height: 50px;
}
#data .bg-white .index-list li a{
    color: black;   
}
#data .bg-images-1{
    display: block;
    position: relative;
    min-height: 576px;
}
#data .bg-images-1:before{
    left: -40px;
    right: -42vw;   
    content: '';
    background-image: url(../img/Parnik-Vltava-011.jpg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}
#data .bg-secondary{
    content: '';
    background-color: #f0f0f0;
    z-index: -1;
    padding-top: 30px;
    padding-bottom: 30px;
}
#data .bg-white-var-1{
    background-color: #fff;
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.11);
    padding: 57px 0px 0px;
}
#data .bg-white-var-1 p{
    margin-top: 29px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
#data .bg-white-var-1 a{
    color: black;   
    padding-top: 15px;
    display: block;
}
#data .bg-white-var-1 i{
    font-size: 50px;
    color: black;
}

#data .bg-white ul li{
    float: left;
    width: 50%;
}
#data .bg-secondary .item .icon-xl-var-1{
    transition: .5s;
    width: 160px;
    height: 160px;
    font-size: 60px;
    line-height: 156px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.11);
    text-align: center;
}
#data .bg-secondary .item:hover .icon-xl-var-1{
    background-color: black;
    color: white;
}
#data .bg-secondary .item h4{
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
}
#data .bg-secondary-var-2{
    background-color: #363636; 
}
#data .bg-secondary-var-2 h2{
    color: white;   
}
#data .bg-secondary-var-2 .item h3{
    font-family: "Unica One", cursive;
    color: white;
}
#data .bg-secondary-var-2 .customNavigation a{
    border: 1px solid white;
    border-radius: 50%;
    color: white;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    cursor: pointer;
}


/* END data options */

/* START footer options */
.page-footer{ 
    background-color: #232323;
    padding: 76px 0;
    color: white;
}
.page-footer .copyright{
    float: right;
    color: #fff;
    text-transform: uppercase;
    font-family: "Cabin", sans-serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;   
}
.page-footer a{
    color: white;
}
.page-footer .copyright #copyright-year:after{
    content: '';
    width: 1px;
    height: 31px;
    background-color: #9a9a9a;
    display: inline-block;
    margin: 0 14px 0 20px;
    vertical-align: middle;   
}
.page-footer .social a{
    color: #232323;
    background-color: rgba(255,255,255,0.3);
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.page-footer .social a:hover{
    background-color: rgba(255,255,255,1);
}
.page-footer small{
    display: block;
    font-size: 12px;
    text-transform: none;
}
.page-footer small a{
    text-decoration: underline;
}
/* END footer options */

/* START Hs options*/

#owl-demo .item{
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  text-align: center;
}
#owl-demo .text{
    position: absolute;
    text-shadow: 1px 1px black;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 300px;
    padding: 5px;
    line-height: 40px;
}
#owl-demo .text p{
    font-weight: bold;
    font-size: 33px;
}
.owl-pagination {
    width:100%;
    position: absolute;
    text-align: center;
    margin-top: -60px;
}
.owl-pagination .owl-page{
    background-color: rgba(255,255,255,.5);  
    width: 15px;
    height: 15px;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin-left: 5px;
    margin-right: 5px;
}
.owl-pagination .owl-page.active{
    background-color: white;   
}

ul.photos{
    margin: 0px;
    padding: 0px;
}
ul.photos li{
    list-style: none;
    margin-bottom: 15px;
}
ul.breadcrumb{
    background: none;
    padding: 0px;
}
ul.breadcrumb li:before,ul.photos li:before,nav li:before{
    content: ""
}
ul.breadcrumb a{
    color: #ffc600;
}
table th{
    color: black;
    border: none;
    background-color: #ffc600  !important;
}
table tr td{
    border: none !important;   
}

@media screen and (min-width: 768px) and (max-width: 1290px) {
  #btn-mobile{
      color: white;
      border: 2px solid white;
      padding: 10px;
      font-size: 30px;
      margin-right: 10px;
      margin-top: 25px;
      cursor: pointer;
      line-height: 30px;
      padding-top: 5px;
      display: block;
  }
  #btn-mobile:hover{
      background-color: #933645;
      border: 2px solid #933645;
  }
  #nav ul.pull-right{
      display: none;
      width: 100%;
      float: none;
      margin-top: 20px;
  }
  #nav ul.pull-right li{
      display: block;  
  }
  #nav ul.pull-right li,#nav ul.pull-right li a{
    line-height: 50px;
      margin: 0px;
  }
  #nav ul.pull-right li a:before{
    display: none !important;   
  }
}
@media (max-width: 980px){
    #footer img{
        margin-top: 20px;   
    }
    #footer ul li {
        padding-left: 0px;
        padding-right: 0px;
    }
    #footer ul li a{
        font-size: 11px;   
        padding: 0px;
        margin-left: 5px;
        margin-right: 5px;
    }
    
}
/* START mobile options */
@media screen and (max-width: 768px) {
  #btn-mobile{
      color: white;
      border: 2px solid white;
      padding: 10px;
      font-size: 30px;
      margin-right: 10px;
      margin-top: 25px;
      cursor: pointer;
      line-height: 30px;
      padding-top: 5px;
      display: block;
  }
  #btn-mobile:hover{
      background-color: #933645;
      border: 2px solid #933645;
  }
  #nav ul.pull-right{
      display: none;
      width: 100%;
      float: none;
      margin-top: 20px;
  }
  #nav ul.pull-right li{
      display: block;  
  }
  #nav ul.pull-right li,#nav ul.pull-right li a{
    line-height: 50px;
      margin: 0px;
  }
  #nav ul.pull-right li a:before{
    display: none !important;   
  }
  #head #owl-demo .item .text p{    
    text-align: center;
      padding-top: 0px;
  }
  #data .bg-white:after{
    display: none;
  }
  #data .bg-white{
     text-align: center !important;
     padding-bottom: 20px;
  }
  #data .bg-white ul li{
    text-align: left;   
  }
  #data .text-left{
     text-align: center !important; 
  }
  #data .bg-white .divider-4{
      margin-left: auto;
      margin-right: auto;
  }
  #data .bg-white p{
      text-align: center;
  }
  #data .bg-white h5{
      text-align: center;
  }
  #data .bg-white a.btn{
      margin-left: auto;
      margin-right: auto;
  }
  .page-footer{
    text-align: center !important;
      padding-top: 10px;
  }
  .page-footer .contact-info,.page-footer .text-right p{
    text-align: center !important;
      display: block;
      width: 100%;
  }
  .page-footer .text-right p{
     padding-top: 15px;   
  }

}
/* END mobile options */
ul.breadcrumb{
	background:none !important;
	margin:0px;
	padding:0px;
	margin-bottom:20px;	
    color: white;
}
ul.breadcrumb li:after {
    content: "\00a0 \00a0  »";
    color: #898989; /* or whatever color you prefer */
	text-decoration:none !important;
}
.subpage a{
    color: white;   
    text-decoration: underline;
}
ul.breadcrumb li.active:after{
	content:"";
}
ul.row li:before,ul.breadcrumb li:before,ul.nav li:before,ul.navigace  li:before {
    content: "";
}
ul.row li{
    margin-bottom: 15px;   
}

/* START subpage */
hr{
    border: none;
    margin-bottom: 15px;
    border-bottom: 1px dashed #e1e1e1 ;   
}
.blueimp-gallery  a{
    border: none !important;   
}
/* END subpage */
#data .subPage .col{
    margin-bottom: 30px;   
}
#data .subPage p{
    font-size: 16px;   
}
#data .subPage ul.index-list a{
    color: black;   
}
#data .subPage h1{
    font-size: 40px;  
    padding-top: 15px;
    padding-bottom: 30px;
}
#data .subPage .col h2{
    font-size: 23px;   
    line-height: 30px;
    letter-spacing: 0px;
    display: block;
    height: 60px;
}
#data .subPage .col p{
    font-size: 14px;
    line-height: 20px;
    display: block;
    text-align: center;
}
#data .subPage .col .divider{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
#data .subPage .col p{
    display: block;
    height: 140px;
}
#data .subPage .col .desc{
    background-color: #f0f0f0;  
    margin-bottom: 2px;
    font-size: 13px;
    text-align: center;
    border: 1px solid white;
    padding-top: 3px;
    padding-bottom: 3px;
}
#data .subPage .col .desc a i{
    padding-right: 5px;   
}
#data .subPage .col .desc strong{
    display: block;  
    font-size: 14px;
    color: #933645;
    font-weight: bold;
}
#data .subPage .col .desc a{
    color: #933645;
}
#data .subPage .contact p{
    font-size: 14px;   
}
#data .subPage .contact strong{
    color: black;
    font-weight: bold;
}
#data .subPage .contact a{
    color: #933645;   
}