/**********************************/
/*         FONTS
/*********************************/

@font-face {
    font-family: 'Ubuntu';
    src: url('/files/fonts/Ubuntu-R.ttf') format('truetype');
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/files/fonts/Ubuntu-B.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/files/fonts/Ubuntu-L.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/files/fonts/Ubuntu-M.ttf') format('truetype');
    font-weight: 500;
}
/**********************************/
/*         DEFAULTNI HODNOTY
/*********************************/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Ubuntu',sans-serif;
	line-height: 1.4;
	height: 100%;
	overflow-x: hidden;
}
section, main{
	overflow-x: hidden;
	position: relative;
}
#cookies_souhlas{
	width: 100% !important;
}
.padded{
	padding: 40px 0;
}
.vertical-align {
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	flex-direction: row;
}
h1, .h1{
	color: #0f355b;
	font-weight: 300;
	font-size: 37px;
}
h2, .h2{
	color: #005cae;
	font-weight: normal;
	font-size: 24px;
}
h3, .h3{
	color: black;
	font-weight: bold;
	font-size: 18px;
}
p, a, li, td, th, dt, dd{
	margin-bottom: 0;
	font-size: 17px;
	font-weight: 300;
	color: black;
}
b, strong {
    font-weight: bold;
}
a{
	color: black;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
	color: #1cb5fc;
}
img{
	max-width: 100%;
	height: auto !important;
}
li {
    	list-style-position: inside;
}
.invalid-feedback, .form-text, small, .small {
    	font-size: 15px;
}
.link-fill{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
}
.fa-bars:before {
    content: "\f0c9" !important;
}

/**********************************/
/*         EFEKTY
/*********************************/
.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;
}

/**********************************/
/*         HEADER
/*********************************/
header{

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e9f8ff+0,ffffff+55 */
background: rgb(233,248,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(/files/images/header.png), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZjhmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: url(/files/images/header.png), -moz-linear-gradient(top, rgba(233,248,255,1) 0%, rgba(255,255,255,1) 55%); /* FF3.6-15 */
background: url(/files/images/header.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,248,255,1)), color-stop(55%,rgba(255,255,255,1))); /* Chrome4-9,Safari4-5 */
background: url(/files/images/header.png), -webkit-linear-gradient(top, rgba(233,248,255,1) 0%,rgba(255,255,255,1) 55%); /* Chrome10-25,Safari5.1-6 */
background: url(/files/images/header.png), -o-linear-gradient(top, rgba(233,248,255,1) 0%,rgba(255,255,255,1) 55%); /* Opera 11.10-11.50 */
background: url(/files/images/header.png), -ms-linear-gradient(top, rgba(233,248,255,1) 0%,rgba(255,255,255,1) 55%); /* IE10 preview */
background: url(/files/images/header.png), linear-gradient(to bottom, rgba(233,248,255,1) 0%,rgba(255,255,255,1) 55%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f8ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

	background-repeat: no-repeat;
	background-position: center top;
}

p.nadpis{
	font-size: 49px;
	color: #bde0f1;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 60px;
}
p.podnadpis{
	color: black;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
}
#logo{
	padding: 1rem 0;
}
.kontakt p, .kontakt a{
	font-size: 18px;
	color: #002851;
	text-decoration: none;
}
.kontakt a:hover{
	text-decoration: underline;
}
.kontakt .fa{
	margin-right: 5px;
}

/**********************************/
/*         MENU
/*********************************/
.navbar{
	background: white;
	padding: 0;
	border-top: 1px solid #bde8fd;
	border-bottom: 1px solid #bde8fd;
}
.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid{
	display: block;
}	
.navbar-nav{
	justify-content: space-between;
	width: 100%;
}
.navbar .nav-item{
	padding: 0.45rem 0;
}
.navbar .nav-item:first-of-type{
	padding-left: 0;
}
.navbar-expand-lg .navbar-nav .nav-link{
	font-weight: bold;
	color: #002851;
	font-size: 18px;
	text-decoration: none !important;
	padding: 0.25rem 0;	
	text-transform: uppercase;
	border-bottom: 3px solid transparent;
}
.navbar .nav-item.active .nav-link, .navbar .nav-item .nav-link:hover{
	border-bottom: 3px solid #1cb5fc;
}
.collapse_open, .collapse_close{
    display: none;
    color: transparent;
    height: 0;
}
.dropdown-menu{
	border-radius: 0;
}
.dropdown-menu{
	border: 1px solid #1cb5fc;
}
.dropdown-item{
	color: #00315d;
	text-decoration: none !important;
}
.dropdown-item:hover, .dropdown-item:focus{
	color: white;
	background: #1cb5fc;
}
.fa-times:before{
	    content: "\f00d" !important;
}
/**********************************/
/*         INTRO
/*********************************/

#intro{
	position:  relative;
	width: 100%;
	background: #005daf;
	overflow: hidden;
}
.slides-container{
	position: absolute;
	left: 40%;
	top: 0; 
	bottom: 0;
    	width: 100%;
}
#slides{
	position: relative;
	height: 100%;
	display: flex;
    	align-items: center;
	zoom: 0.95;
}
#slides .caption{
	position: absolute;
	top: 20px;
	left: 300px;
	bottom: 40px;
	z-index: 1;
}
#slides .caption .text-blue{
	text-transform: uppercase;
	font-size: 50px;
	color: #005daf;
	font-weight: normal;
}
#slides .caption .text-purple{
	font-size: 50px;
	font-weight: bold;
	color: rgba(224,23,226,1);
	margin-bottom: 30px;
}
#slides .caption .btn-grad{
	color: white !important;
	font-weight: bold;
	border: none;
	font-size: 20px;
	padding: 10px 20px;
}
.slick-dots{
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	z-index: 100;
	margin: 0;
	text-align: left;
}
.slick-dots li button{
	border: 2px solid white;
	border-radius: 50px;
	width: 16px;
	height: 16px;
}
.slick-dots li.slick-active button, .slick-dots li button:hover{
	background: white;
}
.slick-dots li button:before{
	content: '';
}
.text-container {
    	margin-left: calc(50% - 585px);
    	width: 400px;
	max-width: calc(40% - (50% - 585px));
    	display: inline-block;
}
.text-container *{
	color: white !important;
}
.text-container a{
	text-decoration: none;
}
.text-container a:hover{
	text-decoration: underline;
}
.text-container .top{
	border-bottom: 1px solid #287fcc;
	padding: 1rem 0;
}
.text-container .top .fa{
	font-size: 57px;
}
.text-container p{
	font-size: 25px;
}
.text-container p strong a{
	font-size: 25px;
	font-weight: bold;
}
.text-container p.big{
	font-size: 32px;
      font-weight: 100;
}
.text-container ul{
	padding: 1rem 0;
	border-top: 1px solid #014a8b;
	border-bottom: 1px solid #287fcc;
	margin: 0;
	text-align: center;
}
.text-container ul li{
	list-style: none;
	color: #bfe8fb !important;
	font-weight: normal;
	font-size: 19px;
      text-align: left;
      line-height: 28px;
}
.text-container ul li .fas{
	font-size: 7px;
	vertical-align: middle;
	margin-right: 10px;
	color: white;
}
.text-container .bottom{
	border-top: 1px solid #014a8b;
	padding: 1rem 0;
}
button#modal-launch{
    	background: none;
    	border: none;
    	cursor: pointer;
	box-shadow: none;
}
button#modal-launch p.dotaz{
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 0.5rem;
}
button#modal-launch a{
	color: white;
	text-transform: uppercase;
	font-size: 18px;
	display: inline-block;
	padding: 0.25rem 0.75rem;
	background: #1cb5fc;
	font-weight: bold;
	border-radius: 3px;
}
button#modal-launch a:hover{
	text-decoration: none;
	background: #d225e4;
}

/**********************************/
/*         BUTTONS
/*********************************/
.btn{
	text-decoration: none !important;
	box-shadow: none !important;
}
.btn-primary{
	background: #005daf;
	color: white;
	border: 1px solid #005daf;
	padding: 0.25rem 1.5rem;
}
.btn-primary:hover{
	background: #4cb2f9;
	color: white;
	border: 1px solid #4cb2f9;
}
.btn-secondary{
	border: 1px solid #bde8fd;
	background: white;
	color: #1167b3;
}
.btn-secondary:hover, #banners .card:hover .btn-secondary{
	color: white;
	background: #1cb5fc;
	border: 1px solid #1cb5fc;
}
.btn-grad, .topMenuItem71{
	color: white;
	text-decoration: none;
	border-radius: 3px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4ab5f9+0,9764ed+50,e017e2+100 */
	background: rgb(74,181,249); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhYjVmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzk3NjRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMDE3ZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(74,181,249,1) 0%, rgba(151,100,237,1) 50%, rgba(224,23,226,1) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(74,181,249,1)), color-stop(50%,rgba(151,100,237,1)), color-stop(100%,rgba(224,23,226,1))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(left, rgba(74,181,249,1) 0%,rgba(151,100,237,1) 50%,rgba(224,23,226,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(left, rgba(74,181,249,1) 0%,rgba(151,100,237,1) 50%,rgba(224,23,226,1) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(left, rgba(74,181,249,1) 0%,rgba(151,100,237,1) 50%,rgba(224,23,226,1) 100%); /* IE10 preview */
	background: linear-gradient(to right, rgba(74,181,249,1) 0%,rgba(151,100,237,1) 50%,rgba(224,23,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ab5f9', endColorstr='#e017e2',GradientType=1 ); /* IE6-8 */
}
.btn-grad:hover, .topMenuItem71:hover{
	background: #4bb4f9;
}
.topMenuItem71{
	padding: .25rem 1rem !important;
	color: white !important;
	display: inline-block;
	padding-bottom: 0.1rem !important;
}

/**********************************/
/*         BANNERS
/*********************************/
#banners h1{
	margin-bottom: 2rem;
}
#banners .card{
	flex-basis:  20% !important;
	margin-bottom: 30px;
	border: 1px solid #bde8fd;
	background: #f5fcff;
}
#banners .card-footer{
	background: #e6f7fe;
	border-top: 1px solid #bde8fd;
	text-align: center;
}
#banners .card-body{
	text-align: center;
	padding: 1.25rem 0.5rem;
}
#banners .card-body .h3{
	font-size: 19px;
	color: #005cae;
	font-weight: bold;
	text-transform: uppercase;
}
#banners .card-body p{
	font-weight: 300;
	color: #002851;
}

/**********************************/
/*         PRE FOOTER
/*********************************/
section.blue{
	padding: 2rem 0;
	background: #005cae;
}
section.blue *{
	color: white !important;
	font-size: 18px;
}
section.blue .fas{
	font-size: 50px;
}
section.blue .fa{
	font-size: 65px;
}
section.blue strong{
	margin-bottom: 0.25rem;
	display: block;
}
section.blue td{
	padding-right: 0.5rem;
}
section.blue a{
	text-decoration: none;
}
section.blue a:hover{
	text-decoration: underline;
}

#ofirme{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e9f8ff+0,ffffff+55 */
background: rgb(233,248,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(/files/images/footer.png), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZjhmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: url(/files/images/footer.png), -moz-linear-gradient(top, rgba(233,248,255,1) 0%, rgba(255,255,255,1) 25%); /* FF3.6-15 */
background: url(/files/images/footer.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,248,255,1)), color-stop(25%,rgba(255,255,255,1))); /* Chrome4-9,Safari4-5 */
background: url(/files/images/footer.png), -webkit-linear-gradient(top, rgba(233,248,255,1) 0%,rgba(255,255,255,1) 25%); /* Chrome10-25,Safari5.1-6 */
background: url(/files/images/footer.png), -o-linear-gradient(top, rgba(233,248,255,1) 0%,rgba(255,255,255,1) 25%); /* Opera 11.10-11.50 */
background: url(/files/images/footer.png), -ms-linear-gradient(top, rgba(233,248,255,1) 0%,rgba(255,255,255,1) 25%); /* IE10 preview */
background: url(/files/images/footer.png), linear-gradient(to bottom, rgba(233,248,255,1) 0%,rgba(255,255,255,1) 25%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f8ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 2rem;
	padding-bottom: 1rem;
}

/**********************************/
/*         FOOTER
/*********************************/

footer{
	background: #002851;
}
footer *{
	color: white !important;
}
footer a{
	text-decoration: none;
}
footer a:hover{
	text-decoration: underline;
}
footer ul{
	padding: 0;
}
footer li{
	list-style: none;
	margin-bottom: 0.5rem;
}
footer li .fa-square-full{
	font-size: 6px;
	vertical-align: middle;
    	margin-right: 10px;
}
footer .footer-text{
	border-top: 1px solid #005cae;
	padding: 1rem 0;
	margin-top: 1rem;
}	
footer .col-md-9{
	border-right: 1px solid #005cae;	
}
footer p.gdpr{
	margin-top: 1rem;
}
footer p.gdpr a{
	text-decoration: underline;
}
footer p.gdpr a:hover{
	text-decoration: none;
}

/**********************************/
/*         FORM
/*********************************/

.modal-content{
	border: none;
	border-radius: 0;
}

div.modal-header {
	border-radius: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4cb2f9+0,005daf+100 */
	background: rgb(76,178,249); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjYjJmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDVkYWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(76,178,249,1) 0%, rgba(0,93,175,1) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,178,249,1)), color-stop(100%,rgba(0,93,175,1))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(76,178,249,1) 0%,rgba(0,93,175,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, rgba(76,178,249,1) 0%,rgba(0,93,175,1) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, rgba(76,178,249,1) 0%,rgba(0,93,175,1) 100%); /* IE10 preview */
	background: linear-gradient(to bottom, rgba(76,178,249,1) 0%,rgba(0,93,175,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb2f9', endColorstr='#005daf',GradientType=0 ); /* IE6-8 */
}

div.modal-header .close{
	margin: 0 0 auto;
	border: 1px solid white;
	border-radius: 5px;
	padding: 0.4rem 0.7rem;
	color: white;
	opacity: 1;
	-webkit-transition: all 0.3s; 
	-ms-transition: all 0.3s;
    	transition: all 0.3s;    
}
div.modal-header .close:not(:disabled):not(.disabled):hover, 
div.modal-header .close:not(:disabled):not(.disabled):focus{
	opacity: 1;
	color: black;
	background: white;
}

.modal-dialog label {
    margin-bottom: 0.2rem;
}

.modal-dialog .modal-title{
	color: white;
	/* text-transform: uppercase; */
	font-size: 25px;
	font-weight: bold;
}

span.mandatory-star {
    color: #ff6d6d;
}

.modal-dialog .modal-body {
    background-color: #f5f5f5;
}

.modal-dialog .modal-body label{
	/* font-weight: bold; */
	font-size: 17px;
	color: black;
}

.modal-dialog .btn-primary{
	border: 1px solid #005DAF;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
    	padding: 0.375rem 1.75rem; 

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4cb2f9+0,005daf+100 */
	background: rgb(76,178,249); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjYjJmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDVkYWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(76,178,249,1) 0%, rgba(0,93,175,1) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,178,249,1)), color-stop(100%,rgba(0,93,175,1))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(76,178,249,1) 0%,rgba(0,93,175,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, rgba(76,178,249,1) 0%,rgba(0,93,175,1) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, rgba(76,178,249,1) 0%,rgba(0,93,175,1) 100%); /* IE10 preview */
	background: linear-gradient(to bottom, rgba(76,178,249,1) 0%,rgba(0,93,175,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb2f9', endColorstr='#005daf',GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
	box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
}


.modal-dialog .btn-primary:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2aa1fa+0,2a82fa+100 */
	background: #005DAF;
}


.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid
{
    background-color: #ffdede;
}

.invalid-feedback, .form-text, small, .small {
    font-size: 15px;
}

/**********************************/
/*         BREADCRUMB
/*********************************/
.breadcrumb{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e9f8ff+0,ffffff+55 */
	background: rgb(233,248,255); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZjhmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(233,248,255,1) 0%, rgba(255,255,255,1) 55%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,248,255,1)), color-stop(55%,rgba(255,255,255,1))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(233,248,255,1) 0%,rgba(255,255,255,1) 55%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, rgba(233,248,255,1) 0%,rgba(255,255,255,1) 55%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, rgba(233,248,255,1) 0%,rgba(255,255,255,1) 55%); /* IE10 preview */
	background: linear-gradient(to bottom, rgba(233,248,255,1) 0%,rgba(255,255,255,1) 55%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f8ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	border-bottom: 1px solid #bde8fd;
}
.breadcrumb span, .breadcrumb a{
	color: #002851;
	font-weight: normal;
}
.breadcrumb .drobeckova-navigace-sipky{
	display: inline-block;
	padding: 0 1rem;
}

/**********************************/
/*         MAIN
/*********************************/

p.realizace{
	font-size: 24px;
	color: #005cae;
	border-bottom: 1px solid #bde8fd;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
	font-weight: normal;
}
main p{
	margin-bottom: 0.25rem;
}
main li{
	list-style: none;
	margin-bottom: 0.25rem;
}
main li:before{
	content: '\f45c';
	font-size: 6px;
	color: black;
	vertical-align: middle;
	font-family: "Font Awesome 5 Free"; font-weight: 900;
	margin-right: 10px;
}
section.poptavka{
	padding: 3rem 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e9f8ff+0,ffffff+51,ffffff+51 */
	background: rgb(233,248,255); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZjhmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(233,248,255,1) 0%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 51%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,248,255,1)), color-stop(51%,rgba(255,255,255,1)), color-stop(51%,rgba(255,255,255,1))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(233,248,255,1) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 51%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, rgba(233,248,255,1) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 51%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, rgba(233,248,255,1) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 51%); /* IE10 preview */
	background: linear-gradient(to bottom, rgba(233,248,255,1) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f8ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	
}
#modal-launch-2{
	box-shadow: none;
	padding: 0;
	background: transparent;
	border: none;
	cursor: pointer;
}
#modal-launch-2 p.dotaz-big{
	font-size: 36px;
	font-weight: 300;
	color: #00315d;
}
#modal-launch-2 a{
	display: inline-block;
	font-size: 24px;
	text-transform: initial;
	padding: 0.5rem 1.5rem;
	margin: 0.5rem 0;
}
hr{
	border-top: 1px solid #002851;
	max-width: 40%;
	margin: 2rem auto;
	margin-bottom: 0.25rem;
}
section.poptavka strong a{
	font-weight: bold;
	text-decoration: none;
}
section.poptavka strong a:hover{
	text-decoration: underline;
}
.editable-section img, .EditableContent img{
	margin: 5px !important;
	border: 3px solid transparent !important;
}
.editable-section img:hover, .EditableContent img:hover{
	border: 3px solid #e7f7ff !important;
}

/**********************************/
/*         REALIZACE
/*********************************/
.kat{
	margin-bottom: 30px;
}
.reference{
	margin-bottom: 30px;
}
.reference_box{
	text-align: center;
	background: #e7f7ff;
	margin-bottom: 0;
}
.reference_box a{
	z-index: 500;
}
.reference_img{
	position: relative;
	margin: 0;
	width: 100%;
    	padding-top: 60%;
}
.reference_img img{
	width: auto;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.reference_img .over{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    	z-index: 10;
	border: 4px solid transparent;
}
.reference_img .over span{
	color: #00315d;
	border-radius: 3px;
	background: #B7E6FD;
	padding: 0.5rem 2rem;
	display: none;
}
.reference_box:hover .over{
	border: 4px solid #B7E6FD;
}
.reference_box:hover .over span{
	display: inline-block;
}
.reference_name{
	padding: 1rem;
}
.reference_name p{
	color: #00315d;
}
.reference_name p.nazev{
	font-size: 18px;
	height: 2.7em;
	overflow: hidden;
}	
.reference_name p.mesto{
	font-size: 24px;
	font-weight: normal;
}
.reference_box:hover{
	background: #B7E6FD;
}
.reference_box:hover .reference_name p{
	//color: #56c9ff;
}
.filter{
	margin-bottom: 3rem;
}
.filter > div{
	display: inline-block;
	margin-right: 2rem;
	position: relative;
}
.filter label, .filter input{
	cursor: pointer;
}
.filter input{
	width: 20px;
}
.filter .checker{
    display: block;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 3px;
    border: 1px solid #bde8fd;
	background: #e7f7ff;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 1;
}
.filter .checker:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 5px;
    background: transparent;
    top: 6px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}
.filter input[type=checkbox]:checked + .checker:after {
    opacity: 1;
}
.filter > div:hover .checker::after {
    opacity: 0.5;
}
.product-detail{
	margin-bottom: 3rem;
}
.detail_img{
	position: relative;
	background: #daeef7;
	width: 100%;
    	height: 100%;	
	max-height: 353px;	
	min-height: 250px;
}
.detail_img img, .detail_image img{
	max-width: 100%;
	height: auto;
}	
.detail_images{
	border: 3px solid #daeef7;
	padding: 1rem 2rem;
	margin: 0;
	width: 100%;
}
.detail_images .col-md-4{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.detail_images .col-md-4:nth-of-type(n+7){
	max-height: 0;
    	opacity: 0;
    	overflow: hidden;
	-webkit-transition: all .4s; 
    	transition: all .4s;
}
.detail_images .col-md-4.visible{
	max-height: 200px;
	opacity: 1;
}
.detail_images .button{
	width: 100%;
}
.detail_image{
	width: 100%;
	padding-top: 66%;
	position: relative;
	background: #daeef7;
	margin-bottom: 1rem;
}
.detail_image a{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.detail_image img, .detail_img img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}
.button-back{
	margin-top: 1rem;
}

/**********************************/
/*         RESPONSIVE
/*********************************/

@media (min-width: 1220px){
.container {
    max-width: 1200px;
}
}
@media (min-width: 1400px){
.container {
    max-width: 1250px;
}
}

@media (min-width: 800px){
header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
}

@media screen and (max-width: 1300px){
#slides .caption{
	left: 20px;
}
}

@media screen and (max-width: 1100px){
.reference_box{
	height: 100%;
	margin-bottom: 0;
}
}

@media screen and (max-width: 1000px){
#banners .card{
  	flex-grow: 1;
  	flex-shrink: 0;
  	flex-basis: 40% !important;
	margin-bottom: 1rem;
}
.collapse_open, .collapse_close{
	text-align: center;
    	width: 100%;
	height: auto;
	color: black;
	padding: 0.5rem 0;
	font-size: 130%;
	cursor: pointer;
}
.collapse_open .fas, .collapse_close .fas{
	margin-right: 0.5rem;
}
.collapse_open{
	display: block;
}
.collapsible{
	max-height: 0;	
    	transition: all 0.4s ease-in;
	overflow: hidden;
	margin-bottom: 0;
}
.collapsible.visible{
	max-height: 1000px;
	transition: all 0.4s ease-out;
	margin-bottom: 1rem;
}
.navbar .nav-item, .dropdown-item{
	text-align: center;
}
.text-container{
	width: 40%;
	padding: 0 1rem;
	margin-left: 0;
	max-width: 40%;
}
.make-col .col, .col-md-auto{
	flex-basis: 100%;
	width: 100%;
	text-align: center;
}
p.podnadpis{
	margin: 10px 0;
}
.blue .make-col .col, .blue .col-md-auto{
	margin-bottom: 2rem;
}
.make-col table{
	display: inline-table;
}
#header{
	padding-bottom: 1rem;
}
.reference .col-md-3{
	flex-basis: 33.33333%;
	max-width: 33.33333%;
}
#slides{
	zoom: 1;
}
}
@media screen and (max-width: 800px){
header.fixed-top {
    	position: relative;
    	top: auto;
    	right: auto;
    	left: auto;
}
.text-container{
	width: 100%;
	max-width: 100%;
}
.slides-container{
	position: relative;
	left: auto;
	top: auto;
	bottom: auto;
}
#slides{
	margin-bottom: 0;
}
#slides .caption {
    left: 20px;
	right: 20px;
}
#slides .caption .text-blue, #slides .caption .text-purple{
	font-size: 28px;
}
#footer_text{
	flex-direction: column-reverse;
}
footer .text-right{
	text-align: left !important;
}
footer .col-md-8, footer .col-md-4{
	max-width: 100%;
}
.reference .col-md-3{
	flex-basis: 50%;
	max-width: 50%;
}
.detail_images .col-md-4{
	width: auto;
	max-width: 50%;
	flex-basis: 50%;
}
.detail_img{
	min-height: 350px;
	margin-bottom: 1rem;
}
#modal-launch-2{
	white-space: normal;
}
footer .col-md-9{
	border: none;
	text-align: center;
}
footer ul{
	margin-bottom: 0.5rem;
}
}

@media screen and (max-width: 500px){
#banners .card, .reference .col-md-3{
	flex-basis: 100%;
	max-width: 100%;
}
}


.uv-promo-container {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif; /* Or your website's main font */
    padding: 30px;
	margin-top: 1em;
	
}
@media screen and (max-width: 500px){
    padding: 10px;
	margin-top: 1em;

}

.uv-headline {
    color: #005cae; /* Dark Blue */
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 15px 0;
}

.uv-highlight {
    color: #6baaf5; /* Light Blue */
}

/* The link inside the headline */
.uv-text-link {
    color: #3b5998; /* Same dark blue as text */
    text-decoration: underline;
    font-size: 24px !important;;
  font-weight: 800;
	
    text-decoration-thickness: 2px; /* Makes underline slightly thicker */
    text-underline-offset: 3px;
}

.uv-text-link:hover {
    color: #6baaf5; /* Optional hover effect */
}

/* The "More Info" button link */
.uv-cta-link {
    display: inline-block;
    color: #6baaf5 !important; /* Light Blue */
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
    letter-spacing: 0.5px;
}

.uv-cta-link:hover {
    color: #3b5998; /* Optional hover effect */
}


