/*************************/
/***   FONTS           ***/
/*************************/

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 200;
}
/**********************************/
/*         DEFAULTNI HODNOTY
/*********************************/
* {
	margin: 0px;
	padding: 0px;
}
body {
  background-color: white;
  color: #3f3f3f;  
	text-align: left;
	font-family: Roboto,sans-serif;
	line-height: 1.4;
	height: 100%;
	overflow-x: hidden;
    
}
body.default{
  background-size: auto 650px;
}
section{
	overflow-x: hidden;
	position: relative;
}
#main_content a[rel="lightbox[all]"] img, #main_content > div img{
    	position: relative;
    	display: inline-block;
    	border: 5px solid white !important;
	    margin: 4px;
}
#main_content a[rel="lightbox[all]"]:hover img{
	border: 5px solid #85b700 !important;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4{
  line-height: 1.3em;
  margin: 0 0 12px 0;
}
h1, .h1 {
   /*font-family: 'Roboto';
   font-weight: normal;
   font-style: normal;
   font-size: 40px;
   color: #03578e; */
   font-family: 'Roboto';
   font-weight: 300;
   font-size: 45px;
   color: black;
   margin-top: 15px;
   margin-bottom: 25px;
}
h1.red{
   font-family: 'Roboto';
   color: #e0002f;
   font-weight: bold;
   font-style: italic;
}
h2, .h2 {
   font-family: 'Roboto';
   font-weight: 300;
   font-size: 28px;
   color: black;
   margin-bottom: 20px;
}   

.h2 {
   font-family: 'Roboto';
   font-weight: bold;
   font-size: 30px;
   color: #ef6605;
} 


.underlined, .underlined{
  position: relative;
  padding-bottom: 8px;
}
.underlined:after{
   content: '';
   height: 5px;
   background: url(../img/underline.png) no-repeat center center;
   position: absolute;
   left: 0;
   bottom: 0;
   right: 0;
   margin: auto;
   max-width: 83px;
   
}
h3, .h3 {
   font-family: 'Roboto';
   font-weight: bold;
   font-size: 21px;
   color: BLACK;
   margin-bottom: 20px;
}
h4, .h4 {
	color: #03578e;
	font-size: 14px;
	font-weight: 600;
}
p, li {
  	margin: 0 0 12px 0;
  	line-height: 1.4em;
  	font-size: 17px;
  	list-style-type: none;
  	color: #002d4b;
  	font-weight: 300;
}
#cookies_souhlas{
	width: 100% !important;
}
#main_content ul{
	padding-left: 0;
}

#main_content li, #nadpatickou li{ 
 	background: url(/files/images/odr.png) no-repeat left top 7px;
  list-style: none;
	padding-left: 20px;
	font-size: 17px;
}
#nadpatickou li{
	background: url(/files/images/odr_white.png) no-repeat left top 7px;	
	color: white;
}

img {
	margin: 0; 
	max-width: 100%;
}
a, a:visited {
    color: #002d4b;
    font-size: 17px;
    text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #e0002f;
}
table {
	border-collapse: collapse;
	border: none;
  	margin: 0 0 12px 0;
}
table td {
  	vertical-align: top;
  	text-align: left;
}
ul, ol {
	list-style-position: outside;
	margin: 0 0 12px 0px;
}
.EditableSection a, .EditableContent a, .editable-section a{
	text-decoration: underline;
}
.EditableSection a:hover, .EditableContent a:hover, .editable-section a:hover{
	text-decoration: none;
}
strong, b{
  font-weight: bold;
}
.link-fill{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	z-index: 100;
}

/**********************************/
/*         COMMON COMPONENTS
/**********************************/

.container{
	padding: 15px 15px;
}
@media (min-width: 1300px){
.container {
    max-width: 1300px;
}
}
.cols{
	display: flex;
}
.col{
	display: inline-block;
	vertical-align: middle;
}
button, button:hover, button:active, button:focus{
	outline: none;
	box-shadow: none !important;
}
.fader{
	opacity: 0.0;
    	-webkit-transition: opacity 1.0s ease-in-out;
    	-moz-transition: opacity 1.0s ease-in-out;
    	-ms-transition: opacity 1.0s ease-in-out;
    	-o-transition: opacity 1.0s ease-in-out;
    	transition: opacity 1.0s ease-in-out;
}
.fader.visible{
	opacity: 1;
}
.scaler{
	-webkit-transform: translateY(0) scale(0.5);
    	transform: translateY(0) scale(0.5);
    	opacity: 0;
    	-webkit-transition: -webkit-transform 0.6s ease-in-out 0.6s, opacity 0.6s ease-in-out 0.6s;
    	transition: transform 0.6s ease-in-out 0.6s, opacity 0.6s ease-in-out 0.6s;
}
.scaler.visible{
	-webkit-transform: translateY(0) scale(1);
    	transform: translateY(0) scale(1);
	opacity: 1;
}       
.rotater{
	font-size: 50px;
	text-align: center;
}
.rotater:hover .to-rotate{
    	-ms-transform: rotateY(360deg);
    	-webkit-transform: rotateY(360deg);
    	transform: rotateY(360deg);
    	transition: ease-in-out .6s;
    	-webkit-transition: ease-in-out .6s;
}
.mb-25{
  margin-bottom: 25px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-30 img{
  height: 200px;
  margin-bottom: 3px
}

.mb-60{
  margin-bottom: 60px;
}
.text-blue{
  color: #348dc7;
}  
.text-red{
  color: #e0002f;
}


/**********************************/
/*         HEADER
/*********************************/
header{
	position: relative; 
	width: 100%; 	
	background: #def0fc;
  z-index: 1;
  background: white;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def0fc', endColorstr='#ffffff',GradientType=0 );
}
header .container{
  padding: 0;
  padding-top: 15px;
}
.default header, header.scrolled{
  border-bottom: 1px solid #def1fc;
}

#hornimenu1, #header{
	margin: 0 auto;
      font-family: 'Roboto',sans-serif;
}

#header{
	position: relative;
	text-align: left;
	align-items: center;
	width: 100%;
  padding-bottom: 0;
}
#header .row{
	width: calc(100% + 30px);
	/*justify-content: space-between;*/
}    

.logo{
  text-align: center;
}
.logo img{
  max-height: 200px;
  -webkit-transition: max-height .4s;
  transition: max-height .4s;
  margin-bottom: 10px;
}
header .kontakt {
    color: black;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
}
header .kontakt a {
    display: inline-block;
    margin: 0 8px;
    cursor: pointer;
    color: black;
}
header .kontakt a:hover {
    color: #ef6601 !important;
}
header .lang .dropdown-toggle{
    padding: 5px 0;
    text-decoration: none;
}
header .lang .flag-icon{
  width: 1em;
}
header .lang .dropdown-toggle::before{
  display: none !important;
}
header .lang .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    color: #5396d2;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
header .lang .dropdown-menu{
    padding: 0;
}
header .lang .dropdown-item{
  padding: 5px 10px;
  margin: 0;
}
.scrolled .logo img{
  max-height: 70px;
}
.scrolled p.nadpis{
  margin-top: 0;
  font-size: 28px;
}
.scrolled .rocnik img{
  max-height: 75px;
}
.scrolled p.nadpis-barevny{
  font-size: 33px;
  margin-bottom: 0;
}

/**********************************/
/*         MENU
/**********************************/
#menu_top .container{
	padding: 0;
	overflow: visible;
}
#menu_top{
	z-index: 2;
  background-color: #343434;
  border-top: 3px solid #d9d9d9;
  border-bottom: 3px solid #d9d9d9;
  box-shadow: 0px 3px 36px -14px rgba(0,0,0,0.75);
}
.navbar {
    	padding: 0;
	margin-top: 0px;
	-webkit-transition: all 0;
    	transition: all 0;
	height: 45px;
}
.navbar-toggler {
    display: none;
}
.navbar-collapse.collapse:not(.show) {
    display: block;
}
.navbar-inner{
	 text-align: left;
	 width: 100%;       
}
.nav {
    display: flex;
    justify-content: space-between;
}
.nav li {
    margin: 0;
    position: relative;
    display: inline-block;
    padding: 5px 14px;
}
.nav li.lvl-1 > a {
    font-size: 17px;
    color: white;
    font-weight: 400;
    font-family: 'Roboto';
    padding: 5px 0;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
    position: relative;
}
.nav li.lvl-1 > a:hover:after, .nav li.lvl-1 > a.active:after, .nav li.lvl-1.show > a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 3px;
    background: #ef6601;
    display: block;
}
.dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
 	  color: #002a46;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.nav li.lvl-1 > a:hover:before, .nav li.lvl-1 > a.active:before, .nav li.lvl-1.show > a:before{
	color: #002a46;
}
.dropdown-toggle::after{
	border: none;
  margin: 0;
  display: none;
}
.dropdown-menu {
    border-radius: 0;
    border: 1px solid #c8e2f0;
    background: #ecf7fd;
    margin: 0;
    left: 8px;
	  top: 41px;
    min-width: calc(100% + 2px);
    transform-origin: 50% 0;
    transform: scaleY(0);
    opacity: 0;
    display: block;
    transition: transform 0.3s, opacity 0.3s;
}
.dropdown-menu.show {
    transform: scaleY(1);
    opacity: 1;
}
.dropdown-menu a{
	text-decoration: none;
  font-family: 'Roboto';
  font-size: 17px;
  color: #012a45;
  font-weight: unset;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.dropdown-menu a:hover, .dropdown-menu a:active, .dropdown-item.active, .dropdown-item:active{
	border-top: 1px solid #c8e2f0;
  border-bottom: 1px solid #c8e2f0;
	background: white;
  color: #00416c;
}
/**********************************/
/*         CONTENT
/*********************************/

.gray{
	background: #f5f5f5;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
#intro{
	position: relative;
  overflow: hidden;
  padding: 0;
  margin-top: 193px;
  height: auto;
}

#intro .container{
  padding: 0 15px;
}
#intro figure{
	margin: 0;
}
#intro img{
	width: 100%;
	height: 50vh;
	object-fit: cover;
}
.fcb-link{
  font-size: 30px;
  line-height: 35px;
  text-decoration: none;
  display: inline-block;
}  
.fcb-link:hover{
  text-decoration: underline;
}
.fcb-link img{
  margin-top: 20px;
}
#content{
  background: white;      
}
#content, #breadcrumb{
  -webkit-box-shadow: 0px 0px 15px 10px rgba(255,255,255,1);
  -moz-box-shadow: 0px 0px 15px 10px rgba(255,255,255,1);
  box-shadow: 0px 0px 15px 10px rgba(255,255,255,1);
}
.bordered{
	border-bottom: 1px solid #e2e2e2;
}
.box{
  -webkit-box-shadow: 0px 0px 15px 4px rgba(217,235,245,1);
    -moz-box-shadow: 0px 0px 15px 4px rgba(217,235,245,1);
    box-shadow: 0px 0px 15px 4px rgba(217,235,245,1);
    text-align: center;
    padding: 15px;
    margin-bottom: 20px; 
}
p.red{
   font-weight: bold;
   color: #e0002f;
   text-transform: uppercase;
}
.buttons{
  margin-bottom: 40px;
}
.blue-box{
  border: 1px solid #d3eafa;
  border-radius: 3px;
  background: #f4fbff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
}
.blue-box p, .blue-box .btn{
  font-size: 30px;
  color: #03578e;
  font-weight: 300;
}
.blue-box img{
  max-width: 170px;
}
a[data-fancybox="gallery"] img, #soubory img{
  border: 1px solid transparent;
}
a[data-fancybox="gallery"] img:hover{
  border: 1px solid #348dc7;
}
.justified-gallery > a{
  z-index: 2;
}
.justified-gallery > a img{
  z-index: -1;
}
.justified-gallery > a > .caption, .justified-gallery > div > .caption, .justified-gallery > figure > .caption{
  background-color: transparent;
  z-index: 1;
  text-align: center;
  color: white;
  font-size: 22px;
  padding-bottom: 10px;
}
.justified-gallery > a:hover:after{
  z-index: 0;
  background: #ef6601bd;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
}
.justified-gallery > a > .caption.caption-visible, .justified-gallery > div > .caption.caption-visible, .justified-gallery > figure > .caption.caption-visible{
  opacity: 1;
}

}
.shadow-hover:hover{
  -webkit-box-shadow: 2px 3px 5px 0px rgba(195,207,215,1);
  -moz-box-shadow: 2px 3px 5px 0px rgba(195,207,215,1);
  box-shadow: 2px 3px 5px 0px rgba(195,207,215,1);
}
.soubor-nazev{
  text-align: center;
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  color: #03578e;
}
.section-gray{
   background: #f7f7f7;
   padding: 30px 0;
   border: 1px solid #e2e2e2;
   margin-top: 20px;
   margin-bottom: 20px;
}

.section-gray-dalsi-strany{
   background: #f7f7f7;
   padding: 30px 0;
   border: 1px solid #e2e2e2;
   margin-top: 20px;
}

.section-gray2{
   background: #f7f7f7;
   padding: 30px 0;
   border: 1px solid #e2e2e2;
}

.section-blue p{
  line-height: 1.5;
}
.section-dark-blue{
  padding: 20px 0;
  background: #343434;
}
.section-dark-blue p{
  color: white;
}
.dolni-menu{
  display: block;
}
.dolni-menu li{
  width: 48%;
  display: inline-block;
}
.dolni-menu li a{
  color: white;
  text-decoration: none;
}

.zapati-2-sekce a {
    text-decoration: none;
    color: white;
    font-weight: 300;
}

.zapati-2-sekce a:hover {
    text-decoration: underline;
}


.kontakt-ico{
  margin: 10px 0;
}
.kontakt-ico a{
  color: white;
  text-decoration: none;
}

.kontakt-ico2 a{
  color: black;
  text-decoration: underline;
}

.kontakt-ico2 a:hover{
  text-decoration: underline;
  color: #ef6605;
}

.kontakt-ico2 i{
  margin-right: 5px;
}

.dolni-menu li a:hover, .kontakt-ico a:hover{
  text-decoration: underline;
  color: white;
}
.col-mr{
    margin-right: 30px;
}

/**********************************/
/*         BOXY
/**********************************/
.link-boxes{
  display: flex;
  margin-bottom: 50px;
}
.link-box{
  flex-basis: 50%;
  max-width: 50%;
  display: flex;
  position: relative;    
  min-height: 300px;
}
.link-box .link-box-img{
  flex-basis: 50%;
  max-width: 50%;
  background-size: cover !important;
}
.link-box .link-box-text{
  flex-basis: 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.link-box .link-box-text:before{
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: auto;
  height: 10px;
  content: '';
  -webkit-transition: all .5s; 
  transition: all .5s;
}
.link-box .link-box-text.link-box-red:before{
  background: #e0002f;
}
.link-box .link-box-text.link-box-blue:before{
  background: #348dc7;
}
.link-box:nth-of-type(odd) .link-box-text:before{
  top: 0;
  bottom: auto;
}
.link-box:nth-of-type(even) .link-box-text:before{
  bottom: 0;
  top: auto;
}
.link-box:hover .link-box-text:before{
  height: 100%;
}       
.link-box:hover .link-box-text *{
  color: white !important;
  z-index: 10;
} 
.link-box-blue *{
  color: #348dc7;
}
.link-box-red *{
  color: #e0002f;
}

/**********************************/
/*        ICO BOXY
/**********************************/
.ico-boxes{
  margin-bottom: 50px;
  display: flex;
}
.ico-box{
  text-decoration: none;
  flex-basis: 20%;
  max-width: calc(20% - 30px);
  margin: 0 15px;
}
.ico-box-img{
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.ico-box-img-onas {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ico-box-text{
}

/**********************************/
/*        PARTNERI
/**********************************/
.supporter-boxes{
  border-top: 1px solid #d3eafa;
  border-bottom: 1px solid #d3eafa;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.supporter-box{
  border-bottom: 1px solid #d3eafa;
  margin-bottom: -1px;   
  position: relative;
  flex-basis: 14.285%;
  height: 250px;
}
.supporter-box a{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.supporter-box:nth-of-type(odd){
  border-right: 1px solid #d3eafa;
  border-left: 1px solid #d3eafa;
  background: #f4fbff;
}

.uvodni-odrazky {
  list-style-image: url(../images/odr.png);
}

.uvodni-odrazky li {
  font-size: 20px;
  display: inline-block;
  padding-left: 25px;
  position: relative;
}

.uvodni-odrazky2 li {
  font-size: 17px;
  display: block;
  padding-left: 25px;
  position: relative;
}

.uvodni-odrazky2 li::before{
    content: '';
    background: url(../images/odr.png) no-repeat left top;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 8px;
    left: 0;
}

.uvodni-odrazky li::before{
    content: '';
    background: url(../images/odr.png) no-repeat left top;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 8px;
    left: 0;
}

/**********************************/
/*         PARTNERI
/**********************************/
.partneri{
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   margin-top: 62px;
}
.partner{
  flex-basis: 50%;
  max-width: calc(50% - 10px);
  border: 1px solid #d3eafa;
  background: white;
  position: relative;
  border-radius: 3px;
  margin: 5px;
  height: 145px;
}
.partneri.vetsi{
  margin-top: 0;
  margin-bottom: 20px;
}
.partneri.vetsi .partner{
  flex-basis: 25%;
  max-width: calc(25% - 10px);
}
.partneri.vetsi .partner.hlavni{
  flex-basis: 50%;
  max-width: calc(50% - 10px);
}
.partner:hover{
  border: 1px solid #97c8ea;
}
.partner img{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}
.link{
  font-weight: bold;
  color: #03578e !important;
}
.link:hover{
   color: #e0002f !important;
}

/***********
FAQ
************/
.faq-wrap{
  margin: 6px -1px;
  margin-bottom: 30px;
}
.accordion .card{
	border: 1px solid #e1e1e1;
	border-bottom: none;
	border-radius: 0;
	margin-bottom: 10px;
  overflow: visible;
}
.accordion .card:hover{
	border: 1px solid black;
	border-bottom: none;
}
.accordion .card:hover .card-header, .accordion .card:hover .card-body{
	border-bottom: 1px solid black;
}
.accordion .card-header{
	padding: 0;
	border-bottom: 1px solid #e1e1e1;
	border-radius: 0;
	background: white;
}
.accordion .card-header button{
	position: relative;
	display: block;
	padding: 15px;
	padding-right: 40px;
  white-space: normal;
	color: black;
	width: 100%;
  text-align: left;
}
.accordion .card-header button:after{
	content: '\f0d8';
	font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
	top: calc(50% - 13px);
  right: 15px;
}
.accordion .card-header button.collapsed:after{
	content: '\f0d7';
}
.accordion .show .card-body{
	border-bottom: 1px solid #e1e1e1;	
}


/**********************************/
/*         BUTTONS
/**********************************/

.btn{
	text-decoration: none !important;
	font-weight: bold;
	font-size: 18px;
	box-shadow: none !important;
	padding: 0.5rem 1.2rem;
}
.btn:active{
	border: inherit !important;
	background: inherit !important;
}
.btn-orange{
	border: none;
	background: #ef6605;
	border-radius: 3px;
	border: 1px solid #ef6605;
	color: white !important;
  padding: 0.5rem 1rem;
  font-size: 20px;
}
.btn-orange:hover, .btn-orange:focus{
	background: #343434;
        border: 1px solid #343434;
	color: white !important;
}
.btn-blue{
	border: none;
	background: #03578e;
	border-radius: 3px;
	border: 1px solid #03578e;
	color: white !important;
}
.btn-blue:hover, .btn-blue:focus{
	background: #0b7dc0;
	color: white !important;
}

/**********************************/
/*         BREADCRUMB
/*********************************/
#breadcrumb {
  background: white;
  padding: 0 5px;
  padding-top: 10px;
  color: #4f9cce;
}
#breadcrumb, #breadcrumb a{
  font-weight: 300;
  color: #4f9cce;
}
#breadcrumb .arrow{
  display: inline-block;
  margin: 0 5px;
}


/**********************************/
/*         FOOTER
/*********************************/

footer{
  	z-index: 0;
  	width: 100%;
    padding: 10px 0;
}
.default footer{
  border-top: none;
}
footer *{
  color: black;
  font-family: 'Roboto';
}  
footer strong{
  font-weight: bold;
}
footer a:hover{
  color: inherit;
}
footer .row{
  justify-content: space-between;
}
.fcb{
  align-items: center;
  display: flex !important;
  margin-right: 15px;
}
.fcb a{
  line-height: 30px;
  display: inline-block;
  text-decoration: none;
}
.fcb a:hover{
  text-decoration: underline;
  color: #e0002f;
}
.fcb a:after{
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background: url(../img/fcb.png) no-repeat center center;
  margin: 0 10px;
}
footer .kontakt{
  display: flex;
}
footer .kontakt p, .kontakt-box{
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.kontakt-box{
  border: 1px solid #d3eafa;
  background: white;
  border-radius: 3px;
  padding: 8px 10px;
  margin: 0 3px;
  position: relative;
  min-width: 220px;
}    
.kontakt-box:hover{
  border: 1px solid #97c8ea;
}
.kontakt-box i{
  display: inline-block;
  margin-right: 8px;
  font-size: 20px;
  vertical-align: middle;
}
.kontakt-box p{
  margin: 0;
  vertical-align: middle;
}


/*************
SLIDESHOW
**************/

#intro{
    position: relative;
    right: 0px;
    left: 0px;
    text-align: center;
}
.caption{ 
    position: absolute;
    background-color: #0000008c;
    width: auto;
    /*margin-left: 30%;*/
    /*margin-top: 10%;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 20px 5px 20px;
    }

.caption p.caption-nadpis{
  font-size: 45px;
  font-weight: 400;
  color: #ff7916;
  line-height: normal;
  padding: 17px 0px 0px 0px;
}

.caption p.caption-nadpis2{
  font-size: 28px;
  font-weight: 400;
  color: white;
  line-height: normal;
  padding: 0px 0px 17px 0px;
}

#slides .caption p.caption-nadpis.text-blue{
  color: white;
}
#slides .caption p.caption-nadpis.text-white{
  color: white;
}
.camera_wrap{
  float: none;
}
.camera_commands, .camera_commands > .camera_stop{
  display: none !important;
  opacity: 0 !important;
}
.camera_pag{
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  z-index: 10;
}
.camera_wrap .camera_pag .camera_pag_ul li{
  margin: 0 5px;
  background: white;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover, .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent{
  background: #a0cce5;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span, .camera_wrap .camera_pag .camera_pag_ul li:hover > span{
  background: transparent;
}
.slick-slide{
	margin-bottom: 0;
	outline: none !important;
}
.slick-dots{
	text-align: center;
}
.slick-dots li{
	display: inline-block;
	margin: 0 2px;	
  width: auto;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before{
	content: "";
}
.slick-dots li button{
	width: 12px;
	height: 12px;
	background: #d1eefe;
	border-radius: 9px;
  margin: 0 2px;
}
.slick-dots li.slick-active button, .slick-dots li:hover button{
  background: #03578e;
}

/**********************************/
/*  BANNERY 
/*********************************/
.banner{
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.banner-nazev{
  font-size: 24px;
  font-weight: 300;
  color: #256d9d;
}
.banner-img{
  text-align: center;
}
.banner-img img{
  max-width: 100%;
  border: 1px solid #c8e2f0;
  border-radius: 3px;
}
.banner:hover .banner-img{
  position: relative;
}
.banner:hover .banner-img img{
  border: 1px solid #1a86c3;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(195,207,215,1);
  -moz-box-shadow: 2px 3px 5px 0px rgba(195,207,215,1);
  box-shadow: 2px 3px 5px 0px rgba(195,207,215,1);
}

/**********************************/
/*  MODULY 
/*********************************/

.soubor{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c8e2f0;
}

/* hlavicka - odkaz logo */
#head .link_logo  {
	background: url(/files/images/sablona1/logo.png);
	float: left;
	width: 397px;
	height: 78px;
	display: block;
	margin-top: 30px;
    margin-bottom: 10px;
}
/* clear obtekani */
.clear {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
table.program{
  margin: 0 -5px; 
}
table.program td {
    padding: 5px 10px;
    font-weight: 300;
    font-size: 17px;
    border-bottom: 1px solid #d3eafa;
}
table.program tr.no-border td{
  border-bottom: none;
}

/**********************************/
/*  GALERIE 
/*********************************/
div#gal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
    margin-top: 15px;
    padding-top: 5px;
}
div#gal a {
    max-width: calc(33.3333% - 20px);
    margin: 10px;
    display: inline-block;
}
div#gal a img {
    max-width: 100%;
    height: auto;
}


/**********************************/
/*  NAVIGACE 
/*********************************/

.breadcrumb{
	margin-bottom: 0;
	padding: 0;
}
.breadcrumb *{
	color: #3C3C3C;
	font-size: 15px;
}
.breadcrumb a{
	text-decoration: underline;
}
.breadcrumb a:hover{
	text-decoration: none;
}
.drobeckova-navigace-sipky{
	display: inline-block;
	margin: 0 10px;
}

/***********
MODAL
************/
.modal-header{
  justify-content: center;
  border-bottom: none;
}
.modal-header .close{
  position: absolute;
  right: 15px;
  top: 15px;
  color: black;
}
.modal-title{
  margin-bottom: 0;
}
.modal-body a{
  text-decoration: none;
  font-size: 17px;
}
.modal-body a:hover{
  text-decoration: underline;
  color: #ef6605;
}

.modal-body p{
  font-size: 17px;
}

.form-is-submitted input:invalid, input.validated:invalid,
.form-is-submitted textarea:invalid, textarea.validated:invalid{
  border-color: #dc3545;
  background-color: #ffdede;
}

.proc-nas i {
  font-size: 40px;
  color: #343434;
  margin-bottom: 10px;
}

.proc-nas li {
  font-size: 20px;
}

a[data-fancybox="gallery"] img, #soubory img{
  border: 1px solid transparent;
}
a[data-fancybox="gallery"] img:hover{
  border: 1px solid #ef6605;
}
.justified-gallery > a{
  z-index: 2;
}
.justified-gallery > a img{
  z-index: -1;
}
.justified-gallery > a > .caption, .justified-gallery > div > .caption, .justified-gallery > figure > .caption{
  background-color: transparent;
  z-index: 1;
  text-align: center;
  color: white;
  font-size: 18px;
  padding-bottom: 10px;
}
.justified-gallery > a:hover:after{
  z-index: 0;
  background: rgba(52,141,199,0.6);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
}
.justified-gallery > a > .caption.caption-visible, .justified-gallery > div > .caption.caption-visible, .justified-gallery > figure > .caption.caption-visible{
  opacity: 1;
}

/***********
BOXY TEXT + FOTO
************/
.index-info {
    display: flex;
    margin-bottom: 40px;
}

.index-info-img-box {
    min-height: 370px;
}

.index-info-text-box {
    background: white;
    border: 1px solid #eaeaea;
    padding: 20px 25px;
}

.index-info-box {
    flex-basis: 50%;
    max-width: 50%;
}

.index-info-img-box {
    background-size: cover;
}

/***********
RESPONSIVE
************/

@media screen and (min-width: 1250px){
header{
	position: fixed;
	top: 0;
	z-index: 200;
}
}

@media screen and (max-width: 1250px){
body{
  background: none;
}
.logo{
  width: 100%;
}
.logo img, .rocnik img{
  max-height: 100px;
}
p.nadpis{
	max-width: 100%;
	margin: 6px 0;
  font-size: 28px;
}
p.nadpis-barevny{
  font-size: 32px;
}   
#menu_top{
	padding: 5px 0;
}
.navbar-inner {
    width: 100%;
}
.navbar {
	height: auto;
}
.navbar-toggler {
  display: block !important;
  color: white;
	font-size: 25px;
  vertical-align: middle;
  outline: none !important;
  line-height: 25px;
	width: 100%;
  text-align: center;
}
.navbar-toggler-icon {
  font-size: 25px;
  height: auto;
  vertical-align: initial;
	margin-bottom: 0;
	color: white;
}
.navbar-collapse.collapse:not(.show) {
    display: none;
    height: auto;
}
.nav{
  display: block;
}
.nav li.lvl-1 {
    display: block;
    text-align: center;
}
.nav li.lvl-1 a {
    display: inline-block;
}
.nav li.lvl-1:last-of-type{
	padding-left: 0;
}
.nav li.lvl-1:last-of-type a:before{
	display: none;
}
.dropdown-toggle::before{
	display: none;
}
#intro{
  margin-top: 0;
}
.caption p.caption-nadpis {
    font-size: 26px;
    line-height: normal;
}

.caption p.caption-nadpis2 {
    font-size: 18px;
    line-height: normal;
}

.grey-box{
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.grey-box *{
  flex-basis: 100%;
  max-width: 100%;
  text-align: center;
}
.grey-box img {
  max-width: 100%;
  width: auto;
  flex-basis: auto;
}
.ico-boxes{
    justify-content: center;
}
.ico-box {
    flex-basis: 33.333%;
    max-width: calc(33.333% - 30px);
}
footer .row{
  flex-direction: column-reverse;
}
footer .col-md-auto{
  flex-basis: 100%;
  max-width: 100%;
  text-align: center;
}
footer .kontakt{
  display: block;
  text-align: center;
}
.fcb{
  justify-content: center;
}
.kontakt-box{
  margin: 10px 3px;
}
.supporter-box{
  flex-basis: 20%;
}
	
}

@media screen and (max-width: 1100px){

.index-info {
    flex-wrap: wrap;
}

.index-info-img-box, .box-img {
    width: 100%;
    position: relative;
}

.index-info-box, .box-half {
    flex-basis: 100%;
    max-width: 100%;
}
}

@media screen and (max-width: 1000px){
#slides .caption p.caption-nadpis{
  font-size: 35px;
  line-height: 40px;
}
#header .col-md-auto{
	flex-basis: 100%;
	max-width: 100%;
	justify-content: center !important;
	text-align: center;
}
#header .col-md-3{
	flex: initial;
	max-width: 100%;
	display: inline-block;
}
#header{
	text-align: center;
}
header .kontakt {
    flex-basis: 100%;
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    margin-bottom: 5px;

}
.kontakt .col {
	padding-left: 5px;
	padding-right: 5px;
}
p.nadpis{
	max-width: 100%;
}


.supporter-box{
  flex-basis: 25%;
}

}

@media screen and (max-width: 900px){
.caption p {
    font-size: 22px;
}
#banners{
	display: block;
}
.cols, .cols.mapa{
	display: block;
}
#menu_bottom{
	text-align: center;
}
.navbar-toggler, .nav li.lvl-1 {
    text-align: center;
}
.nav li.lvl-1 a {
    display: block;
}
.ico-box {
    flex-basis: 50%;
    max-width: calc(50% - 30px);
}
.col{
    	width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	float: none !important;
}
.cols.mapa .row {
    width: auto;
}
#main_content .cols .col.white{
	width: calc(100% - 32px) !important;
}
#footer .col.left, #footer .col.right{
	text-align: center;
}
#footer .row{
	flex-flow: column-reverse;
}
.fcb_box{
	margin-bottom: 15px;
}

.caption p.caption-nadpis {
    font-size: 21px;
    line-height: normal;
}

.caption p.caption-nadpis2 {
    font-size: 16px;
    line-height: normal;
}
.col-mr{
    margin-right: 0;
}




@media screen and (max-width: 768px){

#intro img{
	width: 100%;
	height: 35vh;
	object-fit: cover;
}

#kontakt button{
	white-space: normal;
}
#kontakt .dotaz{
	padding-right: 0;
	background: transparent;
}
#kontakt .formButton{
	margin: 0;
}
#slides .caption p.caption-nadpis {
    font-size: 25px;
    line-height: 25px;
}
h1.cent{
	text-align: center !important;
}
div#gal a {
    max-width: calc(50% - 20px);
}
.partneri.vetsi .partner {
    flex-basis: 50%;
    max-width: calc(50% - 10px);
}
.link-boxes{
  flex-wrap: wrap;
}
.link-box {
    flex-basis: 100%;
    max-width: 100%;
}
.dolni-menu li {
    width: 100%;
    display: block;
    text-align: center;
}
.section-dark-blue p{
  text-align: center;
}
.supporter-boxes{
  border-bottom: none;
}

.section-dark-blue .row > div[class|=col] {
    margin-bottom: 10px;
}

.supporter-box{
  flex-basis: 33.33%;
  margin-bottom: 0;
}
.ico-box {
    flex-basis: 100%;
    max-width: calc(100% - 30px);
}

.caption {
    position: absolute;
    /*background-color: #000000;*/
    width: auto;
    /*margin-left: 23%;*/
    padding: 7px;
}

.caption p.caption-nadpis {
    font-size: 21px;
    line-height: normal;
}

.caption p.caption-nadpis2 {
    font-size: 16px;
    line-height: normal;
}

/*
.container {
  text-align: center;
} */

}

@media screen and (max-width: 720px){

#header{
	display: block;
    	flex-direction: initial;
    	justify-content: initial;
}
#logo {
    	width: 96%;
    	margin: 0 2%;
    	background-position: top center;
    	padding-left: 0;
}
header .kontakt{
      flex-basis: 100%;
      position: relative;
      top: auto;
      right: auto;
      text-align: center;
}
#odkaz_na_uvod{
	width: 100%;
	margin-right: 0;
	text-align: center;
	background-position: center center;
}
.caption {
    position: absolute;
    background-color: #000000ad;
    width: auto;
    /*margin-left: 13%;*/
    padding: 7px;

    .caption p.caption-nadpis {
        font-size: 21px;
        line-height: normal;
    }

    .caption p.caption-nadpis2 {
        font-size: 16px;
        line-height: normal;
    }

    .supporter-boxes {
        border-bottom: none;
    }

    .supporter-box {
        max-width: 100%;
        flex-basis: 100%;
    }
}

.section-dark-blue p, a, li {
    font-size: 15px;
}
}








