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


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

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

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

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 200;
}

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

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

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

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

@font-face {
    font-family: 'RobotoSlab';
    src: url('/files/fonts/RobotoSLab-Thin.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: 'TrebuchetMS';
    src: url('/files/fonts/trebucbd.eot'),
    	   url('/files/fonts/trebucbd.eot?#iefix') format('embedded-opentype'), 
         url('/files/fonts/trebucbd.woff') format('woff');
         url('/files/fonts/trebucbd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


html{
	height: 100%;
}
* {
	margin: 0px;
	padding: 0px;
}
body{
  background-color: #ffffff;
  color:  #4d4c4c;
  
	font-size: 75%;
	text-align: left;
	font-family: Roboto,sans-serif;
	line-height: 1.4;
	height: 100%;
}
@media (min-width: 1220px){
.container {
    max-width: 1200px;
}
}
.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.EditableSection a, .EditableContent a, .editable-section a{
	text-decoration: underline;
}
.EditableSection a:hover, .EditableContent a:hover, .editable-section a:hover{
	text-decoration: none;
}
#cookies_souhlas{
	width: 100% !important;
}
strong, b{
	font-weight: bold;
}
.link-fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 10;
}

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

.blue-gradient{
background: #214e9a;
background: -moz-linear-gradient(left, #214e9a 0%, #369ed4 100%);
background: -webkit-linear-gradient(left, #214e9a 0%,#369ed4 100%);
background: linear-gradient(to right, #214e9a 0%,#369ed4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214e9a', endColorstr='#369ed4',GradientType=1 );
}

.light-gradient{
background: #eafbff;
background: -moz-linear-gradient(top, #eafbff 0%, #ffffff 100%);
background: -webkit-linear-gradient(top, #eafbff 0%,#ffffff 100%);
background: linear-gradient(to bottom, #eafbff 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eafbff', endColorstr='#ffffff',GradientType=0 );
}

.bordered{
	border-top: 1px solid #c1ecf6;
	border-bottom: 1px solid #c1ecf6;
}

/* horni menu */
#menu_top {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	border: 1px solid #187eb9;
}

header{
	position: relative;
    	width: 100%;
	width: 100%; 
background: #eafbff;
background: -moz-linear-gradient(top, #eafbff 0%, #ffffff 100px);
background: -webkit-linear-gradient(top, #eafbff 0%,#ffffff 100px);
background: linear-gradient(to bottom, #eafbff 0%,#ffffff 100px);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eafbff', endColorstr='#ffffff',GradientType=0 );
	text-align: left;
}

header .row{
	align-items: center;
	justify-content: space-between;
}

#header{
	margin: 0 auto;
      font-family: 'Roboto',sans-serif;
	position: relative; 
	overflow: hidden;
}

#logo{
	display: inline-block;
	margin: 15px 0;
}

p.nadpis{
	margin: 0;
	color: black;
	font-weight: 300;
	font-size: 20px;
}

a.tel{
	font-size: 19px;
	font-weight: normal;
	color: #214e9a;
	text-decoration: none;
}
a.tel:hover{
	text-decoration: underline;
}

#modal-launch{
	display: block;
}
.navbar-inner {
    width: 100%;
}
.navbar-toggler {
    display: none;
}
.navbar-collapse.collapse:not(.show) {
    display: block;
}
.nav{
    	align-items: center;
	justify-content: space-between;
    	padding: 0 5px;
}
.navbar{
    	justify-content: space-between;
    	padding:10px 0;
}
.nav li.lvl-1{
	padding: 5px 10px;
	margin: 0;
}
.nav li.lvl-1 > a{
	padding: 7px 0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 17px;
	color: white;
	position: relative;
	text-decoration: none !important;
}
.nav li.lvl-1 > a:hover:after, .nav li.lvl-1 > a.active:after, .nav li.lvl-1.show > a:after, .nav li:hover .dropdown-toggle::after{
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	display: block !important;
	background: #fccb0b;
	width: auto;
	border: none;
}
.dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
	color: #fccb0b;
    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: #fccb0b;
}
.dropdown-toggle::after{
	display: none !important;
height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    background: #fccb0b;
}
.dropdown-menu {
    border-radius: 0;
    border: 1px solid #fccb0b;
    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: uppercase;
	text-decoration: none;
}
.dropdown-menu a:hover, .dropdown-menu a:active{
	text-decoration: none;
	background: #fccb0b;
}

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

.btn{
	text-decoration: none !important;
	font-weight: bold;
	font-size: 18px;
	box-shadow: none !important;
	padding: 0.3rem 1.2rem;
	white-space: inherit;
}
.btn:active{
	border: inherit !important;
	background: inherit !important;
}
.btn-primary{
	border: none;
	background: #fccb0b;
	border-radius: 3px;
	border: 1px solid #fccb0b;
	color: black !important;
}
.btn-primary:hover, .btn-primary:focus{
	color: white !important;
    background: #214e9a;
    background: -moz-linear-gradient(left, #214e9a 0%, #369ed4 100%);
    background: -webkit-linear-gradient(left, #214e9a 0%,#369ed4 100%);
    background: linear-gradient(to right, #214e9a 0%,#369ed4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214e9a', endColorstr='#369ed4',GradientType=1 );
}
.btn-secondary{
background: #214e9a;
background: -moz-linear-gradient(left, #214e9a 0%, #369ed4 100%);
background: -webkit-linear-gradient(left, #214e9a 0%,#369ed4 100%);
background: linear-gradient(to right, #214e9a 0%,#369ed4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214e9a', endColorstr='#369ed4',GradientType=1 );
	border-radius: 3px;
	border: none;
	color: white !important;
}
.btn-secondary:hover{
	background: #f6cc17;
	color: black !important;
}

/**********************************/
/*         INTRO
/**********************************/

section{
	padding: 20px 0;
}
#main_banner{
	background: url(/files/images/intro.jpg) no-repeat right bottom;
	border: 1px solid #d3eef4;
	padding: 20px 30px;
	position: relative;
	background-size: contain;
-webkit-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.25);
box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.25);
}
#main_banner:hover{
	border: 1px solid #fccb0b;
}
#main_banner h1{
	font-size: 31px;
	font-weight: bold;
	color: #2058a1;
	text-transform: uppercase;
}
#main_banner h2{
	font-size: 25px;
	font-weight: 300;
	color: #2058a1;
}
#main_banner p{
	max-width: 60%;
}
#main_banner li{
	padding-left: 30px;
	background: url(/files/images/tick.png) no-repeat left top;
	font-size: 17px;
	font-weight: bold;
	color: #2058a1;
	margin: 25px 0;
}
#main_banner .btn-primary{
	font-size: 25px;
	color: black;
	font-weight: normal;
}	

/**********************************/
/*         CONTENT
/**********************************/

#main_content {
	height: auto;
	position: relative;
	display: block;
}

.blue-box{
	border: 1px solid #c1ecf6;
	padding: 10px 15px;
	margin-bottom: 40px;
	background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #eafbff 98%);
background: -webkit-linear-gradient(top, #ffffff 0%,#eafbff 98%);
background: linear-gradient(to bottom, #ffffff 0%,#eafbff 98%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eafbff',GradientType=0 );
}
.blue-box .row{
	align-items: center;
    	flex-wrap: nowrap;
}
.blue-box button{
	padding: 0;
	box-shadow: none;
	background: transparent !important;
	border: none !important;
}
.blue-box button p, .blue-box button a{
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
}	
.blue-box p{
	color: #214f9b;
}
.blue-box a.tel{
    	display: inline-block;
    	vertical-align: middle;
}
.blue-box button a{
	color: white !important;
	padding: 0.3rem 1.2rem;
	border-radius: 3px;
	margin: 0 15px;
}
.blue-box button a:hover{
	color: black !important;
	background: #fccb0b;
}
.blue-box .col-md-auto:first-of-type{
	flex-grow: 1;
}
.blue-box .col-md-4{
	border-left: 1px solid #c1ecf6;
}
.blue-box .col-md-auto:first-of-type p{
	margin-bottom: 0;
}
.blue-box .col-md-4 p{
	margin-bottom: 0;
}
.blue-box .col-md-4 p:first-of-type{
	margin-bottom: 4px;
}
.blue-box .col-md-4 p a{
	color: #214f9b;
}

iframe{
	border: 3px solid #e9fbff !important;
	margin-bottom: 15px;
}

#main_content table { 
border: 1px solid #E4E4E4; width: auto; height: auto; 
} 
#main_content td { 
border: 1px solid #E4E4E4; padding: 10px; line-height: 1.3em; font-size: (ten který je na webu standardní v hlavní sekci) 
} 

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

#nadpatickou .row{
	justify-content: space-between;
}

.bottom_menu .h2{
	font-size: 19px;
	font-weight: bold;
	color: #214e9a;
	text-transform: uppercase;
}
.bottom_menu li{

}
.bottom_menu li:before{
	content: '\f45c';
    	font-weight: 900;
    	font-family: "Font Awesome 5 Free";
    	display: inline-block;
    	font-size: 8px;
    	vertical-align: top;
    	margin-top: 1px;
    	margin-right: 6px;
	color: #214e9a;
}
.bottom_menu li a{
	text-decoration: none;
}
.bottom_menu li a:hover{
	text-decoration: underline;
}
.white-box{
	background: white;
	border: 1px solid #c1ecf6;
	padding: 20px 25px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.white-box a{
	font-weight: bold;
	text-decoration: none;
}
.white-box a:hover{
	text-decration: underline;
}
.button-full .btn{
	display: block;
	border-radius: 0;
}

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

#footer {
	color: white;
	height: auto;
	text-align: left;
	background: transparent;
	border: none;
}
footer {
  z-index: 0;
  width: 100%;

}
#footer p, #footer a{
	color: white;
}
#footer a,
#footer a:visited,
#footer a:hover {
	color: white;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
/* resetovac */
#reset {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
/**********************************/
/*         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: #214f9a;
	font-family: 'Roboto',sans-serif;
	font-size: 31px;
	font-weight: 300;
}
h2, .h2 {
	color: #214e9a;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Roboto',sans-serif;
}
h2.black, .h2.black{
	color: black;
	font-size: 24px;
	font-weight: normal;
}
h3, .h3 {
	color: black;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Roboto',sans-serif;
	clear: both;
}
h4, .h4 {
	color: #0ea155;
	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: black;
	font-weight: 300;
}

#main_content ul{
	padding-left: 0;
}

#main_content li{ 
  background: url(/files/images/square.png) no-repeat left top 7px;
  list-style: none;
	padding-left: 20px;
  
}

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

a,
a:visited {
    color: black;
	font-weight: 300;
	font-size: 17px;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #043fa0;
}
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 0px 0px;
}

#main_content table {
  border: 1px solid #E4E4E4;
  width: auto;
  height: auto;
}

#main_content td {
  border: 1px solid #cff1f8;
  padding: 10px;
  line-height: 1.3em;
  font-size: 15px;
  color: #4d4c4c;
}

#left_col{
	width: 240px;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
#content{
	overflow: hidden;
	margin-bottom: 15px;
}

#content img{
	margin: 10px;
}

.item1 > p{

}
.item1 > p a{
	display: block;
	background: url(/files/images/menu.png) repeat-x left bottom;
	border: 1px solid #cff1f8;
	padding: 12px 10px;
	text-decoration: none;
	font-weight: bold;
}
.item1 > p a:hover, .item1 > p a.selected, .item1 > p.open a{
	background: #f9ce04;
	border: 1px solid #ddb702;
}
.item2 > p a{
	padding-left: 20px;
	text-decoration: none;
}
.item2 > p a:hover, .item2 > p a.selected{
	background: url(/files/images/square.png) no-repeat left 5px top 7px;
	text-decoration: underline;
	color: #043fa0;
}

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

#banners{
	width: 100%;
	text-align: center;
}

.banner{
	margin-bottom: 30px;
	position: relative;
	text-align: center;
    -webkit-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.15);
    box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.15);
}
.banner_header{
	border: 1px solid #c1ecf6;
	padding: 10px;
background: #eafbff;
background: -moz-linear-gradient(top, #eafbff 0%, #ffffff 100%);
background: -webkit-linear-gradient(top, #eafbff 0%,#ffffff 100%);
background: linear-gradient(to bottom, #eafbff 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eafbff', endColorstr='#ffffff',GradientType=0 );
}
.banner:hover .banner_header{
	border: 1px solid #187eb9;
background: #214e9a;
background: -moz-linear-gradient(left, #214e9a 0%, #369ed4 100%);
background: -webkit-linear-gradient(left, #214e9a 0%,#369ed4 100%);
background: linear-gradient(to right, #214e9a 0%,#369ed4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214e9a', endColorstr='#369ed4',GradientType=1 );
}
.banner_header p{
	font-weight: normal;
	margin-bottom: 0;
}
.banner_header .banner_name{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	color: #214e9a;
	margin-bottom: 8px;
}
.banner:hover .banner_header p{
	color: white;
}
.banner_vice_odkaz{
	margin: auto;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	z-index: 10;
}	
.banner_img{
	margin: 0;
}
.banner:hover .btn.btn-primary{
background: #214e9a;
background: -moz-linear-gradient(left, #214e9a 0%, #369ed4 100%);
background: -webkit-linear-gradient(left, #214e9a 0%,#369ed4 100%);
background: linear-gradient(to right, #214e9a 0%,#369ed4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214e9a', endColorstr='#369ed4',GradientType=1 );
	color: white !important;
	border: 1px solid #187eb9;
}
.kategorie-banners{
	margin-top: 15px;
}

/**********************************/
/*  PARTNERI 
/*********************************/
#partneri{
	margin: 20px 0;
	text-align: left;
	display: none;
}	
#partneri.visible{
	display: block;
}
.partneri-wrap{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.partner{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 5px;
	flex-basis: 20%;
	max-width: 20%;	
	text-align: center;
}
.partner_img{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #c1ecf6;
	height: 110px;
	margin: 0;
}

#main_content .partner_img a img, #main_content .partner_img a img:hover{
    border: none !important;
    max-height: 58px;
    padding: 5px;
    width: auto;
}

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

/* hlavicka - odkaz logo */
#head .link_logo  {
	background: url(/files/images/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;
}

/**********************************/
/*  SOLARNI PANELY 
/*********************************/
.solar-banner{
	border: 1px solid #c1e5ed;
	-webkit-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.15);
    	-moz-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.15);
    	box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.15);
	text-align: center;
	margin-bottom: 20px;
	height: 100%;
}
.solar-banner .title{
	padding: 8px 0;
}
.solar-banner .title p{
	color: white;
	font-weight: bold;
	font-size: 24px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	margin: 0;
}
.solar-banner .title .yellow{
	font-size: 20px;
	color: #fccb0b;
}
.solar-banner .title + p{
	margin: 8px 15px;
}
.solar-banner .dotace, .solar-banner .cena{
	color: black;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	padding: 8px 15px;
}
.solar-banner .dotace{
	background: #fbe37b;
}
.solar-banner .cena{
	background: #f6cc17;
}
.solar-banner .padded{
	padding: 8px;
}
hr{
	border-top: 1px solid #c1e5ed;
}
.solar-banner button{
	text-align: center;
	background: none !important;
	padding: 0;
	box-shadow: none !important;
	border: none;
	display: block;
	width: 100%;
}
.solar-banner button a{
	margin-bottom: 8px;
}
.solar-banner button p{
    	font-size: 19px;
    	font-weight: normal;
    	color: #214e9a;
}
.blue-box.inverse{
background: #eafbff;
background: -moz-linear-gradient(top, #eafbff 0%, #ffffff 100%);
background: -webkit-linear-gradient(top, #eafbff 0%,#ffffff 100%);
background: linear-gradient(to bottom, #eafbff 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eafbff', endColorstr='#ffffff',GradientType=0 );
	margin: 20px 0;
	text-align: center;
}
.blue-box.inverse p{
	margin: 0;
}
.blue-box.inverse p:last-of-type{
	margin: 10px 0;
}

/**********************************/
/*  FORMULARE 
/*********************************/

button#modal-launch, button#modal-launch-2 {
    background: none;
    border: none;
	padding: 0;
	box-shadow: none;
    cursor: pointer;
	margin-bottom: 5px;
}
button#modal-launch a{
	display: block;
	border-radius: 3px;
	background: #fccb0b;
	padding: 0.3rem 1.2rem;
	font-weight: normal;
}
button#modal-launch a:hover{
	background: #369ed4;
}
button#modal-launch-2 {
	padding: 0;
}

.modal-content{
	border: none;
	border-radius: 0;
	font-family: Roboto,sans-serif;
}

div.modal-header {
	border-radius: 0;
background: #224e99;
background: -moz-linear-gradient(top, #224e99 0%, #369dd2 100%);
background: -webkit-linear-gradient(top, #224e99 0%,#369dd2 100%);
background: linear-gradient(to bottom, #224e99 0%,#369dd2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#224e99', endColorstr='#369dd2',GradientType=0 );
}

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-family: 'Roboto';
	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 #224E99;
	color: white !important;
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
    	padding: 0.375rem 1.75rem; 

background: #224e99;
background: -moz-linear-gradient(top, #224e99 0%, #369dd2 100%);
background: -webkit-linear-gradient(top, #224e99 0%,#369dd2 100%);
background: linear-gradient(to bottom, #224e99 0%,#369dd2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#224e99', endColorstr='#369dd2',GradientType=0 );
	-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: #224E99;	
}


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

/***************************/
/*  PRODUKTY
/***************************/

.reference_box{
  	display: inline-block;
	width: 276px;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #c5bca1;
	text-align: center;
	position: relative;
}

.reference_img {
    display: inline-block;
    overflow: hidden;
	text-align:center;
	width: 260px;
	height: 170px;
}

.reference_galerie .reference_img{
	background: #e6e0cb;
}

.reference_name a{
	color: black;
	text-decoration: none;
	font-size: 15px;
	height: 3em;
      display: block;
}

.reference_name a:hover{
	text-decoration: underline;
}

.reference_img img{
	width: 92%;
	margin: 0;
}

.reference_vice_odkaz{
	text-align: center;
}

.reference_vice_odkaz a{
	display: inline-block;
	margin-bottom: -15px;
    	margin-top: -23px;
	text-decoration: none;
	color: black;
	padding: 8px;
	background: #e6e0cb;
	border: 1px solid #b6ab8c;
	border-bottom: none;
	font-size: 15px;
}

.reference_vice_odkaz a:hover{
	background: white;
}

.produkt_pagination{
	margin: 10px 0;
}

.produkt_pagination .strankovani-odkaz, .produkt_pagination .strankovani-sipky{
	border: 1px solid #cfc8af;
	padding: 2px 5px;
	color: black;
	text-decoration: none;
}

.produkt_pagination b{
	background: #e6e0cb;
	border: 1px solid #cfc8af;
	padding: 2px 5px;
	line-height: 16px;
      display: inline-block;
}

.produkt_pagination .strankovani-odkaz:hover, .produkt_pagination .strankovani-sipky:hover{
	background: #e6e0cb;
}

.reference_col_container.detail .reference_box{
	margin: 0;
	border: none;
	width: 100%;
	padding: 0;
}

.reference_col_container.detail .reference_box > h3{
	clear: both;
}

.reference_col_container.detail .reference_box h3{
	color: #bbb296;
}

.reference_col_container.detail .reference_big{
	width: 48%;
	float: left;
	margin-bottom: 10px;
	margin-right: 2%;
}

.reference_col_container.detail .reference_big img{
	width: 96%;
	height: auto;
	border: 6px solid #e6e0cb;
}

#main_content .reference_col_container.detail .reference_text img{
	width: 48%;
	float: left;
	margin-bottom: 10px;
	margin-right: 2%;
}

.reference_col_container.detail .reference_text{
	text-align: justify;
	margin-bottom: 10px;
}

.reference_col_container.detail .reference_text div{
	/*display: inline;
	float: left;*/
}

.reference_col_container.detail .reference_text ul{
	display: inline;
}

.reference_col_container.detail .reference_text ul li{
	list-style-position: inside;
	display: inline-block;
}

.reference_col_container.detail .reference_text h3,
.reference_col_container.detail .reference_text p,
.reference_col_container.detail .reference_text ul,
.reference_col_container.detail .reference_text ul li{
	/*float: left !important;
	clear: right;*/
}

.reference_col_container.detail .reference_text h3{
	clear: none;
}

.reference_col_container.detail .reference_galerie{
	position: relative;
	width: 100%;
	text-align: left;
}




.reference_col_container.detail .reference_img img{
	width: auto !important;
	height: auto !important;
	max-width: calc(100% - 10px);
	max-height: calc(100% - 10px);
}
.breadcrumb{
	background: transparent;
	margin: 0;
}
.breadcrumb a, .breadcrumb{
	color: black;
	font-size: 14px;
	margin-bottom: 8px;
}
.drobeckova-navigace-sipky{
	display: inline-block;
	margin: 0 15px;
}

.reference2_box{
	width: 279px;
    height: 250px;
    padding: 10px;
    text-align: center;
    vertical-align: top;
	background: #faf8f0;
	border: 1px solid #e6e0cb;
	display: inline-block;
	margin-bottom: 25px;
	margin-right: 24px;
	position: relative;
}

.reference2_box:hover{
	border: 1px solid #2c2c2c;
}

.reference2_box:nth-of-type(3n+3){
	margin-right: 0;
}

.reference2_box h2{
	height: 4em;
    	overflow: hidden;
    	font-size: 15px;
    	color: black;
    	text-align: center;
}

#main_content .reference2_box .img a{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

#main_content .reference2_box img, #main_content .reference2_box img:hover{
	border: none !important;
	margin-top: 5em
}

/***************************/
/*  AKTUALITY
/***************************/
.aktuality_col_container {
  width: auto;
  height: auto;
}
.aktuality_col_container .aktuality_box {
  width: auto;
  height: auto;
  overflow: auto;
  margin-top: 10px;
  padding-bottom: 10px;
  clear: both;
  border-bottom: 1px solid #cff1f8;
}
.aktuality_col_container .aktuality_date {
  font-size: 8pt;
  color: #000000;
  display: none;
}
.aktuality_col_container .aktuality_name {
  padding: 6px 0px 3px;
}
.aktuality_col_container .aktuality_name a,
.aktuality_col_container .aktuality_name a:visited {
  font-size: 17px;
	text-decoration: none;
	font-weight: bold;
}
.aktuality_col_container .aktuality_name a:hover {
  text-decoration: underline;
}

.aktuality_col_container .aktuality_text {
  text-align: left;
}
.aktuality_col_container .aktuality_text a,
.aktuality_col_container .aktuality_text a:visited {
  color: #028C3E;
  text-decoration: underline;
}
.aktuality_col_container .aktuality_text a:hover {
  color: black;
  text-decoration: none;
}
.aktuality_col_container .aktuality_img {
  width: 200px;
  float: left;
  margin-right: 10px;
}
.aktuality_col_container .aktuality_img img {
  margin: 5px 5px 2px 0px;
  border: solid 5px #e6e0cb;
}
.aktuality_col_container .aktuality_vice_odkaz {
	text-align: right;
}

.aktuality_col_container .aktuality_vice_odkaz a{
	display: inline-block;
	vertical-align: bottom;
	width: 120px;
    	text-align: center;
	padding: 7px 3px;
	background: #043fa0;
	color: white;
	text-decoration: none;
      font-size: 15px;
	font-weight: bold;
}

.aktuality_col_container .aktuality_vice_odkaz a:hover{
	background: #f9ce04;
	color: #043fa0;
}

.aktuality_vice_odkaz.abs a{
	position: absolute;
	right: 0;
	top: 25px;	
	display: inline-block;
	vertical-align: bottom;
	width: 160px;
    	text-align: center;
	padding: 7px 3px;
	background: #043fa0;
	color: white;
	text-decoration: none;
      font-size: 15px;
	font-weight: bold;
}

.aktuality_vice_odkaz.abs a:hover{
	background: #f9ce04;
	color: #043fa0;
}


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

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

.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%;
}
.navbar-toggler-icon {
    	font-size: 25px;
    	height: auto;
    	vertical-align: initial;
	margin-bottom: 5px;
	color: white;
	width: auto;
}
.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: 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;
}
header .col-md-auto{
	flex-basis: 100%;
	max-width: 100%;
	text-align: center;
	align-items: center;
}
header .col-md-auto:last-of-type{
	margin: 6px 0;
}
button#modal-launch{
	display: inline-block;
	margin-bottom: 0;
	margin-right: 10px;
}
header .tel{
	vertical-align: middle;
}

#solar-banners .col-md-3{
	flex-basis: 50%;
	max-width: 50%;
	margin-bottom: 20px;
}
.blue-box .col-md-4, .blue-box .col-md-auto{
	flex-basis: 100%;
	max-width: 100%;
	text-align: center;
}
.blue-box .col-md-4{
	margin-top: 10px;
	border: none;
}
.blue-box .col-md-4 p{
	display: inline-block;
}
.blue-box .row{
	flex-wrap: wrap;
}
#main_banner p {
    max-width: 100%;
}
.banner_header{
	min-height: 132px;
	display: flex;
	align-items: center;	
	flex-wrap: wrap;
}
.banner_header p{
	flex-basis: 100%;
}


#reference2{
	text-align: center;
}

.reference2_box, .reference2_box:nth-of-type(3n+3){
	margin-right: 15px;
	margin-left: 15px;
}

.reference_box{
	width: 44%;
	padding: 2%;	
}

.reference_box:nth-of-type(3n+1) {
    margin: 0 0;
	margin-bottom: 10px;
}

.reference_box:nth-of-type(2n+1) {
    margin: 0 1%;
	margin-bottom: 10px;
}

.reference_col_container.detail .reference_galerie{
	overflow: auto;
}
#main_content #map_other{
	background: white;
}
div#kontakt{
	width: calc(50% - 40px);
	background: white;
}

}


@media screen and (max-width: 1000px){
#banners .col-md-4{
	flex-basis: 50%;
	max-width: 50%;
}
.partner{
	flex-basis: 25%;
	max-width: 25%;
}
}

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

#solar-banners .col-md-3{
	flex-basis: 100%;
	max-width: 100%;
}
#nadpatickou .col-md-auto{
	flex-basis: 100%;
	max-width: 100%;
}
.partner{
	flex-basis: 33.33%;
	max-width: 33.33%;
}
}
	
@media screen and (max-width: 640px){

#banners .col-md-4{
	flex-basis: 100%;
	max-width: 100%;
}
.partner{
	flex-basis: 50%;
	max-width: 50%;
}

.box_container {
    display: block;
}

#main_content section.box, #main_content section.box:nth-of-type(2){
	width: 92%;
	float: none;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

#aktuality_slide .slidesjs-container{
	min-height: 240px;
}

#aktuality_slide .slidesjs-pagination{
	position: relative;
	right: auto;
	bottom: auto;
}

#left_col{
	width: 100%;
	float: none;
	margin-right: 15px;
}

.item1 > p a{
	width: auto;
	display: block;
}

#content{
	margin-top: 15px;
}

#main_content img{
	max-width: 100%;
	height: auto !important;
}

div.kontakt, iframe{
	width: 100% !important;
}

#header figcaption{
	bottom: 9px;
    	left: 4px;
    	right: 4px;
	line-height: 30px;
      font-size: 15px;
}

#header #slides figcaption{
	bottom: 5px;
}

.aktuality_vice_odkaz.abs a{
	position: relative;
	right: auto;
	top: auto;
}
#intro figcaption a{
	font-size: 20px;
}
#intro figcaption span{
	font-size: 15px;
}
}






