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

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

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

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

@font-face {
    font-family: 'Ubuntu';
    src: url('/files/fonts/Ubuntu-RI.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/files/fonts/Ubuntu-M.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/files/fonts/Ubuntu-MI.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

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

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


* {
	margin: 0px;
	padding: 0px;
}
body {
      background-color: #f6f6f6;
      color: #4d4c4c;  
	font-size: 75%;
	text-align: left;
	font-family: Ubuntu,sans-serif;
	line-height: 1.4;
	height: 100%;
}
.EditableSection, .EditableContent, .editable-section{
	font-size: 17px;
	font-weight: 300;
}
.EditableSection a[rel="lightbox[all]"] img, .EditableContent a[rel="lightbox[all]"] img, .editable-section a[rel="lightbox[all]"] img, .img-gal a img{
    	position: relative;
    	display: inline-block;
	border: 1px solid #e3e3e3 !important;
	margin: 4px;
}

.EditableSection a[rel="lightbox[all]"]:hover img, .EditableContent a[rel="lightbox[all]"]:hover img, .editable-section a[rel="lightbox[all]"]:hover img, .img-gal a img:hover{
	border: 1px solid #109446 !important;
}
#cookies_souhlas{
	width: 100% !important;
}

/**********************************/
/*         COMMON COMPONENTS
/**********************************/

@media (min-width: 1350px){
.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;
}
.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.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;
}
.borderEffect{
	position: relative;
	border: 1px solid #d6f6b2;
	background: white;
}
.borderEffect:before, .borderEffect:after {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    content: "";
    z-index: 3;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.borderEffect:before {
    border-bottom: 1px solid #0396fd;
    border-left: 1px solid #0396fd;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.borderEffect:after {
    border-top: 1px solid #0396fd;
    border-right: 1px solid #0396fd;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.borderEffect:hover:after, .borderEffect:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.borderEffect div.inner {
    	text-transform: uppercase;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	padding: 8px 25px;
	background: #6fcd01;	
	border: 1px solid #6fcd01;
	margin: 5px;
}
.borderEffect:hover div.inner{
	background: #0396fd;
	border: 1px solid #0396fd;
	color: white;
}
.borderEffect:hover{
	background: #EBF4FB;
}

.borderEffect a, .borderEffect a:hover{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	color: transparent !important;
}	

/**********************************/
/*         HEADER
/*********************************/
header{
	position: relative; 
	width: 100%; 
	background: rgba(0,0,0,0.1);	
}
#default header, #autosalony header{
	background: url(/files/images/green_bcg.png) repeat left top;
}
#default #menu_top, #autosalony #menu_top{
	background: #292929;
	border-top: 2px solid #e8e537;
}
#index header.scrolled{
	background: rgba(0,0,0,0.7);
}
header.scrolled .logo{
	margin-bottom: -10px;
	max-height: 90px;
}
header.scrolled .logo img{
	max-width: 100%;
	max-height: 100px;	
}
header.scrolled .nav li.lvl-1:nth-of-type(4):after{
	width: 0;
}
header.scrolled .nav li.lvl-1.fcb{
	padding-left: 14px;
}
header.scrolled .nav{
	justify-content: center;
}
#header .row {
      margin: 0;
    	justify-content: center; 
}
.logo{	
	display: inline-block;
	margin-top: 10px;	
	margin-bottom: -60px;
	position: relative;
}
.logo img{
	transition: all 0.5s ease;
	max-height: 200px;
}
.link-fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 10;
}
#kontakt{
	display: inline-block;
    	vertical-align: middle;
}
#header p{
	margin: 0 8px;
}
#header p, #header a{
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	color: white;
}
#kontakt p{
	display: inline-block;
}
#header a:hover{
	text-decoration: underline;
}	
.nomargin{
	margin: 0;
}

/**********************************/
/*         BUTTONS
/**********************************/

.btn-wrap{
	display: block;
	margin-top: 8px;
	clear: both;
}
.btn,  .camera_wrap .btn{
	text-decoration: none !important;
	font-weight: bold;
	font-size: 18px;
	box-shadow: none !important;
	padding: 0.3rem 1.2rem;
	border-radius: 0;
	display: inline-block;
}
.btn.btn:active{
	border: inherit !important;
	background: inherit !important;
}
.btn.btn-primary{
	background: #f3f3f3;
	border: 1px solid #dbdbdb;
	color: black !important;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .reference_box:hover .btn.btn-primary{
	background: #109446;
	border: 1px solid #109446;
	color: #e8e537 !important;
}
.btn.btn-secondary{
	background: rgba(0,0,0,0.7);
	border: 1px solid #e8e537;
	color: white !important;
	font-weight: bold;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .article-thumb:hover .btn.btn-secondary{
	background: #109446;
	color: #e8e537 !important;
	border: 1px solid #e8e537;
}

/**********************************/
/*         MENU
/**********************************/
#menu_top .container{
	padding: 0;
	overflow: visible;
}
#menu_top{
	background: rgba(0,0,0,0.6);
	z-index: 2;
	padding: 10px 0;
}
.navbar {
    	padding: 0;
	margin-top: 0;
}
.navbar-toggler {
    display: none;
}
.navbar-collapse.collapse:not(.show) {
    display: block;
}
.navbar-inner{
	display: block;
	width: 100%;
}
.nav {
      display: flex;
	justify-content: space-between;
}
.nav li {
    margin: 0;
    position: relative;
    display: inline-block;
}
.nav li.lvl-1{
	padding: 5px 14px;
}
.nav li.lvl-1.fcb{
	padding-left: 120px;
	transition: all 0.5s ease;
}
.nav li.lvl-1:nth-of-type(4):after{
	content: '';
	display: inline-block;
	width: 135px;
	transition: all 0.5s ease;
}
.nav li.lvl-1 > a {
    font-size: 17px;
    color: white;
    font-weight: normal;
    padding: 5px 0;
	border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
	position: relative;
}
.nav li.lvl-1.fcb a{
    	display: flex;
    	border-radius: 50px;
    	border: 1px solid black;
    	background: #585757;
    	color: white;
    	padding: 0;
    	font-size: 17px;
    	width: 32px;
    	height: 32px;
    	text-align: center;
    	align-items: center;
    	justify-content: center;
	margin: 0 auto;
}
.nav li.lvl-1.fcb a:hover{
	background: #e8e537;
	color: #2a2a29;
}
.nav li.lvl-1 > a:hover:after, .nav li.lvl-1 > a.active:after, .nav li.lvl-1.show > a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	content: '';
	height: 2px;
	background: #e8e537;
}
.nav li.lvl-1.fcb a:hover:after{
	display: none;
}
.dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
	color: white;
    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: #e8e537;
}
.dropdown-toggle::after{
	display: none;
}
.dropdown-menu {
    border-radius: 0;
    border: 1px solid #e8e537;
    margin: 0;
    left: 8px;
	top: 41px;
    min-width: calc(100% + 2px);
    background-color: white;
    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-transform: initial;
	text-decoration: none;
	color: black;
}
.dropdown-menu a:hover, .dropdown-menu a:active{
	text-decoration: none;
	background: #e8e537;
}

#intro{
	position: relative;
}

#intro img{
	width: 100%;
	display: block;
	height: auto;
}

section {
    	padding: 20px 0;
}
section#main_content {
    overflow: hidden;
}
.green{
	background: url(/files/images/green_bcg.png) repeat left top;
	padding: 40px 0;
}
.green *{
	color: white;
}
#index .green h2, .green h2, .green p, .green a, .green strong{
	color: white;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	font-size: 24px;
	text-decoration-color: white;
}
#index .green h2{
	font-size: 33px;
}
.green a{
	display: inline-block;
}
.green a:hover{
	color: white;
}
.green p.nomargin{
	margin: 0;
}
.white {
    	background: white;
}
.bordered{
	background: #f6f6f6;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
.green_box{
	border: 1px solid #30a865;
	color: #30a865;	
	text-align: center;
	padding: 20px;
	font-size: 18px;
      font-family: 'Roboto Slab',sans-serif;
}

.kontakt{
	width: 330px;
	display: inline-block;
}

.kontakt p:first-of-type, .kontakt h3{
      font-family: 'Roboto',sans-serif;
	margin: 10px 0;
}

.kontakt p{
	margin-bottom: 8px;
}

.kontakt strong, .kontakt strong a{
	color: black;
	font-size: 15px;
}
.quote{
	color: #109446;
	font-size: 20px;
}


/**********************************/
/*         DEFAULTNI HODNOTY
/*********************************/

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  line-height: 1.3em;
  margin: 0 0 12px 0;
  text-align: left;
}
h1, .h1{
	color: black;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	position: relative;
	padding-bottom: 8px;
}
#index h1, #index .h1{
	font-size: 33px;
}
 
h2, .h2{
	color: #109446;
	font-size: 24px;
	font-weight: normal;
}
#index h2, #index .h2{
	font-size: 33px;
	font-weight: bold;
	color: #109446;
}
h3, .h3{
	color: black;
	font-size: 19px;
	font-weight: bold;
	
}
#index h3, #index .h3{

}
h4, .h4{
	color: #109446;
	font-size: 14px;
	font-weight: 600;
}
p, li {
  margin: 0 0 12px 0;
  line-height: 1.3em;
  font-size: 17px;
  list-style-type: none;
  color: black;
  font-weight: 300;
}

ul{
	padding-left: 0;
}
.EditableSection a, .EditableContent a, .editable-section a{
	text-decoration: underline;
}
.EditableSection a:hover, .EditableContent a:hover, .editable-section a:hover{
	text-decoration: none;
}
.EditableSection li:before, .EditableContent li:before, .editable-section li:before {
    content: '\f45c';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 6px;
    vertical-align: top;
    margin-top: 1px;
    margin-right: 6px;
}

img {
	margin: 0; 
	max-width: 100%;
}

a,
a:visited {
    color: black;
	font-weight: 300;
    font-size: 17px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #109446;
}
table {
	border-collapse: collapse;
	border: none;
  margin: 0 0 12px 0;
}
table td {
  vertical-align: top;
  text-align: left;
	font-size: 17px;
	font-weight: 300;
}
ul, ol {
	list-style-position: outside;
	margin: 0 0 12px 0px;
}
.EditableSection table {
  border: none;
  width: auto;
  height: auto;
}

.EditableSection td {
  border: 1px solid #E4E4E4;
  padding: 10px;
  line-height: 1.3em;
  font-size: 15px;
  color: #4d4c4c;
  margin-bottom: 5px;
}

strong, b{
	font-weight: bold;
}

.green-title{
	font-size: 22px;
	color: #109446;
	font-weight: 300;
	margin-bottom: 30px;
}
.black-title{
	font-size: 22px;
	font-weight: 300;	
	position: relative;
	z-index: 1;	
}
.black-title span{
	display: inline-block;
	background: #f6f6f6;
	z-index: 1;
	padding: 0 8px;
	text-transform: uppercase;
}
.black-title:after{
	content: '';
	height: 1px;
	width: 100%;
	background: black;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: -1;
}
.green-box{
	background: #109446;
	padding: 20px 25px;
	padding-bottom: 15px;
	margin: 30px 0;
}
.green-box *{
	color: white !important;
}
.green-box li:before{
	content: '\f00c';
}
.box{
	padding: 20px 25px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border: 1px solid #e3e3e3;
	background: white;
	height: calc(100% - 30px);
}
.box table{
	width: 100%;
}
.box table td{
	border: none !important;
	padding: 5px 0 !important;
}
.box.box-kontakt {
    	float: right;
    	max-width: 250px;
	text-align: center;
	margin-left: 10px;
}
.box.box-kontakt p.big{
	font-weight: bold;
	font-size: 20px;
}
.box.box-kontakt a{
	text-decoration: none;
}
.box.box-kontakt a:hover{
	text-decoration: underline;
}	
.box.box-kontakt button#modal-launch a{
	font-size: 16px;
	padding: 10px 20px;
}
.box.box-kontakt button#modal-launch a:hover{
	text-decoration: none;
}
.box.box-kontakt .fas{
	color: transparent;
	font-size: 14px;
}
.box.box-kontakt .fas:before{
	color: black;
}

/**********************************/
/*  BANNERY 
/*********************************/

#banners{
	width: 100%;
	text-align: center;
}
#banners .col-md-4 {
	min-width: 425px;
}
.banner{
	text-align: center;
	position: relative;
	border-radius: 0;
	margin-bottom: 30px;
}
.banner .fas{
	font-size: 14px;
}
.banner h2{
	text-align: center;
	margin: 0;
	display: inline-flex;
}
.banner h2 a{
	background: #109446;
	display: inline-block;
	width: 100%;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: normal;
	padding: 5px 15px;
}
.banner h2:hover a{
	color: black;
	background: #e8e537;
}
.banner .fa-map-marker-alt + a{

}
.banner .banner-subnadpis{
	font-weight: bold;
	min-height: 45px;
}
.banner .text-bold{
	font-weight: bold;
    	margin-bottom: 10px;
    	display: inline-block;
}
.banner .text-green{
	color: #109446;
}
.banner p.text-center{
	margin: 0;
}
.banner .card-body{
	min-height: 200px;
}
.banner .card-footer{
	background: transparent;
	border: none;
	min-height: 63px;
}



/**********************************/
/*  MODULY 
/*********************************/

/* 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;
}
.contact-table{
	table-layout: fixed;
    	width: 100% !important;
    	max-width: 100%;
}
/**********************************/
/*  FORMULARE 
/*********************************/


button#modal-launch{
    background: none;
    border: none;
    cursor: pointer;
	padding: 0;
	box-shadow: none;
	text-shadow: none;
}
button#modal-launch a{
	border: 1px solid white;
	background: #e8e537;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	display: inline-block;
	padding: 10px 35px;
	margin-bottom: 15px;
}
button#modal-launch a:hover{
	color: #e8e537;
	border: 1px solid #e8e537;
	background: #109446;
}

.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/#2ab8fa+0,2a83fa+100 */
	background: url(/files/images/green_bcg.png) repeat left top;
}

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{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
    	padding: 0.375rem 1.75rem; 
    	border: 1px solid #e8e537;
    	background: #e8e537;
    	color: black;

	-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{

}


.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;
}

/***************************/
/*  NAD PATICKOU
/***************************/

#nadpatickou{
	position: relative;
	padding: 30px 0;
}
#nadpatickou iframe{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	max-width: 100%;
	height: 100%;
}
.col-mapa{
	position: inherit;
}
#nadpatickou li, #nadpatickou p{
	margin-bottom: 6px;
}
#nadpatickou li i{
	font-size: 12px;
}
#nadpatickou p i{
	width: 20px;
	text-align: center;
}
#nadpatickou a:hover{
	color: black;
}
#nadpatickou .title{
	font-weight: bold;
	margin-bottom: 10px;
}
#default #nadpatickou{
	background: white;
}

/***************************/
/*  FOOTER
/***************************/
#footer {
	height: auto;
	border: none;
}
footer{
  	background: url(/files/images/footer_bcg.png) repeat left top;
  	z-index: 0;
  	width: 100%;

}
#footer a,
#footer a:visited,
#footer a:hover {
	color: white;
	text-decoration: none;
}
/* resetovac */
#reset {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
#footer_text{ padding: 2em 0; overflow: hidden;}
#footer #footer_text, #footer #footer_text p, #footer #footer_text a{
	color: white;
	font-size: 15px;
}

#footer #footer_text a:hover{
	color: white;
	text-decoration: underline;
}

#footer .row{
	flex-direction: row-reverse;
}

/**********************************/
/*         BREADCRUMB 
/*********************************/

.breadcrumb {
    	border-top: 1px solid #e3e3e3;
    	border-bottom: 1px solid #e3e3e3;
	background: #f6f6f6;
	margin: 0;
	border-radius: 0;
	font-size: 15px;
}
.breadcrumb span, .breadcrumb a {
    	color: black;
	font-size: 15px;
}
.breadcrumb a{
	text-decoration: underline;
}
.breadcrumb a:hover{
	text-decoration: none;
	color: black;
}
.breadcrumb .drobeckova-navigace-sipky {
    	display: inline-block;
    	padding: 0 1rem;
}


/*************
SLIDESHOW
**************/
#intro-index{
	min-height: 350px;
	background: url(/files/images/slide01.jpg) no-repeat center top;
}
#intro {
    position: relative;
}
#slides{
	position: relative;
	margin: 0 !important; 
	overflow: hidden;
	float: none;
}	

#slides .camera_pag{
	position: absolute;
	left: 0;
    	right: 0;
	bottom: 5px;
    	margin-left: auto;
    	margin-right: auto;
	max-width: 1300px;
	text-align: left;
	z-index: 1000;
}

.camera_wrap .camera_pag .camera_pag_ul{
	text-align: center;
}

#slides .camera_pag li{
	border: 2px solid white;
	width: 14px;
	height: 14px;
	border-radius: 0;
	display: inline-block;
	z-index: 1000;
	background: transparent;
	color: transparent;
	margin: 4px 4px;
}

#slides .camera_pag li span{
	display: none;
}

#slides .camera_pag li:hover, 
#slides .camera_pag li.cameracurrent{
	background: white;
	color: transparent;
}
.camera_commands{
    display: none;
}

#slides .camera_pag, .caption{
	width: 100%;
}
.caption{
	position:absolute;
    	left:0;
    	right:0;
    	margin-left:auto;
    	margin-right:auto;
    	top: 30px;
    	max-width: 1300px;
	text-align: center;
}
.caption .caption-inner{
	display: inline-block;
}
.caption p.title-main{
	color: white;
	font-size: 90px;
      font-weight: bold;
	text-transform: uppercase;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
	margin: 0;
}
.caption p.yellow-stripe{
	font-size: 48px;
	font-weight: 500;
	color: #e8e537;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
	position: relative;
	display: inline-block;
	margin: 0;
}
.caption p.yellow-stripe:before, .caption p.yellow-stripe:after{
	content: '';
	height: 1px;
	width: 60px;
	background: #e8e537;
	position: absolute;
	top: 56%;
}
.caption p.yellow-stripe:before{
	left: -80px;
}
.caption p.yellow-stripe:after{
	right: -80px;
}	
.caption .btn-secondary{
	min-width: 230px;
	margin: 10px 5px;
}


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

@media screen and (min-width: 1200px){
header{
	position: fixed;
	top: 0;
	z-index: 200;
}
}

@media (min-width: 576px){
#slides .camera_pag, .caption{
	max-width: 510px;
}
}
@media (min-width: 768px){
#slides .camera_pag, .caption{
	max-width: 690px;
}
}
@media (min-width: 992px){
#slides .camera_pag, .caption{
	max-width: 930px;
}
}
@media (min-width: 1200px){
#slides .camera_pag, .caption{
	max-width: 1110px;
}
}
@media (min-width: 1400px){
#slides .camera_pag, .caption{
    max-width: 1330px;
}
}

@media screen and (max-width: 1360px){

#index header{
	background: url(/files/images/green_bcg.png) repeat left top;
}
header .logo{
	margin-bottom: -10px;
	max-height: 90px;
}
header  .logo img{
	max-width: 100%;
	max-height: 100px;	
}
header .nav li.lvl-1:nth-of-type(4):after{
	width: 0;
}
.nav li.lvl-1.fcb{
	padding-left: 14px;
}
header .nav{
	justify-content: center;
}
#menu_top{
	height: auto;
}
.form_content #form_info{
	padding-left: 0;
}
#banners .row{
    	justify-content: center;
}

}

@media screen and (max-width: 1100px){

.navbar-toggler {
    display: block !important;
    color: white;
    font-size: 25px;
    vertical-align: middle;
    outline: none !important;
    line-height: 25px;
    width: 100%;
}
.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;
}
.navbar-inner{
	width: 100%;
	text-align: center;
}
.nav li.lvl-1 {
    display: block;
    text-align: center;
    flex-basis: 100%;
}
#header.container{
	max-width: 100%;
}
#header .col-md-4{
	text-align: center !important;
}
#header .col-md-auto{
	text-align: center;
}
.logo {
    	width: 100%;
    	margin-bottom: 10px;
	text-align: center;
}
#banners .row{
	justify-content: center;
}
#banners .col-md-4 {
    	max-width: 50%;
    	flex-basis: 50%;
	min-width: 425px;
}
.caption p.title-main{
	font-size: 50px;
}
.caption p.yellow-stripe{
	font-size: 35px;
}
#nadpatickou iframe{
	position: relative;
	right: auto;
	bottom: auto;
	width: 100%;
}
#nadpatickou .nav{
	display: block;
}
#nadpatickou li, #nadpatickou p{
	display: block;
	text-align: center;
}
.nastavby .col, .o-nas .col, #nadpatickou .col{
	flex-basis: 100%;
	max-width: 100%;
}
.box.box-nastavby{
	float: none;
	max-width: 100%;
}
}

@media screen and (max-width: 900px){
#header .col-md-4{
	flex-basis: 100%;
	max-width: 100%;
	margin-top: 10px;
}
#header .col-md-4.text-right{
	flex-basis: 100%;
}
#header .col-md-auto{
	order: 1; 
	max-width: 150px;
}
#kontakt a:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    margin-top: 4px;
    margin-right: 6px;
    color: white;
}
#kontakt .mail a:before {
    content: '\f2b6';
    font-weight: normal;
}
#kontakt .tel a:before {
    content: '\f095';
}
#kontakt i {
    display: none;
}
#kontakt a {
    overflow: hidden;
    content: '';
    color: transparent;
    height: 25px;
    width: 25px;
    display: block;
}
#kontakt p {
    margin: 0 8px;
}
.contact-table{
	display: block;
}
.contact-table tbody, .contact-table tr, .contact-table td{
	display: block;
	width: 100%;
}
.contact-table td{
	border: none !important;
	border-bottom: 1px solid rgb(227, 230, 232) !important;
}
.contact-table td.empty{
	display: none;
}


}

@media screen and (max-width: 800px){
#intro-index{
	min-height: 30px;
}
.caption{
    	position: relative;
    	left: auto;
    	right: auto;
    	bottom: auto;
	width: 100%;
}
.caption p {
    font-size: 16px;
}
.caption p.title-main{
	font-size: 35px;
}
.caption p.yellow-stripe{
	font-size: 20px;
}
#banners .col-md-4 {
    max-width: 100%;
    flex-basis: 100%;
}
#banners .banner .col-md-6{
	flex-basis: 50%;
	max-width: 50%;
}
.green h2, .green p{
	text-align: center;
}
.green p.nomargin{
	margin-bottom: 15px;
}
.box.box-kontakt{
	float: none;
	max-width: 100%;
	margin-left: 0;
}
}

@media screen and (max-width: 720px){

ul.slidesjs-pagination {
    bottom: 0;
    margin-bottom: 0;
}
.caption p.title-main{
	font-size: 26px;
}
.caption p.yellow-stripe{
	font-size: 18px;
}
.caption .btn-wrap{
	display: none;
}

}
	
@media screen and (max-width: 640px){

#banners .col-md-4{
	min-width: 0;
	max-width: 100%;
}
#banners .banner .col-md-6{
	flex-basis: 100%;
	max-width: 100%;
	margin-bottom: 15px;
}
}








