@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:300,400,600,700,800&subset=latin,latin-ext'; 

html {font-size:17px; background: #FFF;}
body{ background: #FFF; font-family:'Open Sans', Verdana;  font-weight:400;  line-height:24px;  color: #222; text-shadow: none;}

.sekce1 {
background: white;
padding: 4px 0px 0px;
border-bottom: 1px solid #3f9de7;
}
.sekce2 { background: transparent; padding-top: 68px; padding-bottom: 5px;}
.sekce3 { background: transparent;padding: 10px 0 28px;}
.sekce4 { background: #2fa4f2; padding-bottom: 45px; padding-top: 42px; }
.sekce5 { background: transparent;padding: 28px 0;}
.sekce6 { background: transparent;}
.sekce7 { background: transparent;}
.sekce8 { background: #303532; color: #fff;padding-top: 55px;} .sekce8 a { color: #fff;}
.sekce8 .uk-icon-button { background: #FFF; color: #333;}
.sekce8 .uk-icon-button:hover, .sekce8 .uk-icon-button:focus {background-color: #367db3; color: #FFF;}

.sekce1 h1, .sekce1 h2, .sekce1 h3, .sekce1 h4, .sekce1 h5, .sekce1 p, .sekce1 a, .sekce1 [class*='uk-icon-'] {color: #FFF; }
.sekce4 h1, .sekce4 h2, .sekce4 h3, .sekce4 h4, .sekce4 h5, .sekce4 p, .sekce4 a, .sekce4 [class*='uk-icon-'] {color: #FFF; }
.uk-container-center { z-index: 1600;}

a, .uk-link  {color: #333; text-decoration:none; cursor:pointer;
-webkit-transition: color 0.3s ease 0s;
-moz-transition: 		color 0.3s ease 0s;
-o-transition: 			color 0.3s ease 0s;
-ms-transition: 		color 0.3s ease 0s;
transition: 				color 0.3s ease 0s; }
a:hover, .uk-link:hover {color: #367db3; text-decoration: none;}

h1, h2, h3, h4, h5, h6 { margin:16px 0px 22px; font-weight:400; color: #367db3;  text-transform:none}
h1, .uk-h1{ font-size:36px;  line-height:39px; }
h2, .uk-h2{ font-size:30px;  line-height:36px; }
h3, .uk-h3{ font-size:26px;  line-height:29px; margin: 15px 0px 13px;}
h4, .uk-h4{ font-size:22px;  line-height:26px; margin: 14px 0px 11px;}
h5, .uk-h5{ font-size:18px;  line-height:22px; margin: 14px 0px 11px;}
h6, .uk-h6{ font-size:16px;  line-height:20px; margin: 12px 0px 11px;}

small {font-size: 14px; line-height: 16px}
hr { display:block;  padding:0px 0;  border:0;  border-top: 1px solid #367db3}
em {color: #367db3; font-style: normal;}
pre {padding: 10px; background: #BBB;}
[rel="external"] { color: red; }

a[href="http://bilyweb.cz"] { color: red; }
div[id*="blok"]  { color: #225F8A; }

.uvodni h4, .uvodni h5 { text-align: center; 
}
.sekce2 > img {
width: 95%;
margin: auto;
display: block;
padding: 35px 0px 5px;
}
.uvodni h3 {
color: #333;
font-size: 31px;
line-height: 37px;
font-weight: 700;
width: 100%;
text-align: center;
padding-top: 15px;
text-transform: uppercase;
/*
border-bottom: 1px solid #222;
padding-bottom: 14px; */
}

.uvodni .sekce3 h2 {color: #222; font-size: 24px; line-height: 29px; text-align: center; }
.uvodni .sekce4 h4 {color: #FFF; font-size: 24px; line-height: 29px; text-align: center; }
.uvodni .sekce4 h5 {
    color: #032A51;
    font-size: 38px;
    line-height: 43px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.prizdobalogo1 {
    position: absolute;
    margin: auto;
    display: block;
    width: 138px;
    left: 24px;
    right: 0;
    top: -15px;
}
.prizdobalogo2 {
    width: 150px;
    margin: -56px auto -16px;
}
.prizdobalogo3 {
    position: absolute;
    margin: auto;
    display: block;
    width: 251px;
    left: 0;
    right: 0;
    top: 2px;
}

.uvodni .uk-text-center.uk-align-center.prizdoba {
    margin-bottom: 0px;
}
.sluzby h1 {
font-size: 36px;
line-height: 39px;
border-bottom: 1px solid #222;
padding-bottom: 13px;
color: #0956A3;
text-transform: uppercase;
text-align: center;
margin: 22px auto 35px;
}
.sluzby .clanek {
margin: 5px auto 37px;
}
.sluzby h3 {
color: #333;
font-size: 31px;
line-height: 37px;
font-weight: 400;
width: 100%;
text-align: center;
padding-top: 15px;
text-transform: uppercase;
border-bottom: 1px solid #2fa4f2;
padding-bottom: 13px;
}
ul[class*='list-'] {
	list-style-type: none; 
	padding-left: 20px;
}
ul[class*='list-'] li { 
	position: relative; 
	padding-left: 23px; 
	margin-bottom: 10px;
}
ul.list-be2 li:before {
position: absolute;
top: 0px;
left: 15px;
font-family: FontAwesome;
content: "\f00c";
color: #2fa4f2;
margin-left: -15px;
font-size: 15px;
}
.uk-button {
    background-color: #000;
    color: #FFF;
    outline: medium none;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
padding: 5px 0px;
    	-webkit-transition: all 0.3s ease;
	-moz-transition: 		all 0.3s ease;
	-o-transition: 			all 0.3s ease;
	-ms-transition: 		all 0.3s ease;
	transition: 				all 0.3s ease;
}
.uk-button:hover, .uk-button:focus {
    background-color: #367db3; 
    color: #FFF;
    outline: medium none;
    text-decoration: none;
}

.uk-panel-box .uk-button {
    padding: 20px;
}
.uvodni .uk-panel-box  h3 {
color: #1B242A;
}
.uk-panel-box > * {}

.uk-panel-hover  {
    	-webkit-transition: all 0.3s ease;
	-moz-transition: 		all 0.3s ease;
	-o-transition: 			all 0.3s ease;
	-ms-transition: 		all 0.3s ease;
	transition: 				all 0.3s ease;
}

.uk-panel-hover:hover {
  background: #65E3BA;
  /* color: #FFF; */
}
.uk-panel-box {
    padding: 20px;
    background: #CCC;
    color: #222;
}
.uk-panel-box-primary { 
background-color: #caf0ff;
color: #000;
border: 1px solid #88e6fb;
}
.uk-panel-box-secondary { 
background-color: #EEEEEE;
color: #444444;
}
.uk-panel-box-secondary > * {color: #444444;}

.uk-panel-title {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 27px;
    font-weight: normal;
    text-transform: none;
    color: #444;
}

.uk-panel-box .uk-panel-title , .uk-panel-header .uk-panel-title , .uk-panel-hover .uk-panel-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #222;
    color: #222;
}
.uk-panel-header .uk-panel-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    color: #ccc;
}

.uk-block {position:relative;box-sizing:border-box;padding-top:20px;padding-bottom:20px}
@media (min-width:768px) {.uk-block{padding-top:50px;padding-bottom:50px}}
.uk-block:after,.uk-block:before {content:"";display:table}
.uk-block:after {clear:both}.uk-block>:last-child{margin-bottom:0}
.uk-block-large {padding-top:20px;padding-bottom:20px}
@media (min-width:768px){.uk-block-large{padding-top:50px;padding-bottom:50px}}
@media (min-width:960px){.uk-block-large{padding-top:100px;padding-bottom:100px}}
.uk-block-default {background:#fff}
.uk-block-muted {background:#f9f9f9}
.uk-block-primary {background: #367db3} .uk-block-primary > *, .uk-block-primary * {color: #222;}
.uk-block-secondary {background:#222}
.uk-block-default+.uk-block-default,.uk-block-muted+.uk-block-muted,.uk-block-primary+.uk-block-primary,.uk-block-secondary+.uk-block-secondary{padding-top:0}

.uk-modal-dialog > * {color: #444;}

.uk-nav-side > li > a { 
color: #FFFFFF;
}
.uk-nav-side > li.uk-active > a { 
background: #CCC;
color: #222;
}
.uk-nav-side > li > a:hover, .uk-nav-side > li > a:focus { 
background: #000;
color: #FFFFFF;
}
.uk-modal-dialog-blank {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    color: #222;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.uk-modal-dialog-blank>.uk-close:first-child {
    margin: 0;
    float: right;
    background: #444;
    color: #F9F7F7;
    opacity: 1;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;
}
.uk-modal-dialog-blank * {color: #222;}
.uk-slideshow li {
    display: list-item; list-style: none;
}
#sluzby .uk-overlay-background {
    background: transparent;
}
#sluzby .uk-overlay-panel {
    padding: 0px;
    color: #ffffff;
}


#sluzby a:hover .thumba {
 color: #27B6FF; text-decoration: none; margin: 10px 0 10px 0;
}
#scrollt {
    background: #367db3;
    color: #FFF;
    display: block; 
    font-size: 21px;
    position: fixed; 
    opacity: 0.3;
    padding: 8px 11px;
    bottom: -122px;
    right: 19px; 
    height: auto;
    text-decoration: none;
    cursor: pointer; 
    z-index: 8805;
    border: 1px solid #fff;
		border-radius: 0px;
-webkit-transition: all 0.8s ease 0s;
-moz-transition: 		all 0.8s ease 0s;
-o-transition: 			all 0.8s ease 0s;
-ms-transition: 		all 0.8s ease 0s;
transition: 				all 0.8s ease 0s;
}
#scrollt.top {bottom: 27px;}
#scrollt:hover { opacity: 1;}

.uk-dotnav-contrast > * > * { background: #367db3;opacity: 0.2;}
.uk-dotnav-contrast > .uk-active > * { background: #367db3;opacity: 0.7;}

.uk-slidenav {
    width: 40%;height: 50%;
}
.uk-slidenav-previous:before {
    left: 30px;
    position: absolute;
}
.uk-slidenav-next:before {
    right: 30px;
    position: absolute;
}
.uk-slidenav-contrast {
    color: #367db3; opacity: 0.3;
}
.uk-slidenav-contrast:hover, .uk-slidenav-contrast:focus {
     color: #367db3; opacity: 0.7;text-shadow: 1px 0px 2px #000;
}
.tm-toolbar {
margin-top: 1px;
margin-bottom: 1px;
}
.uk-navbar {
    background: transparent;
    color: #444444;
    float: right;
    padding-top: 12px;
}
.uk-navbar-nav > li.uk-active > a {
background-color: #569EF8;
color: #fff;
}
.uk-dropdown-navbar .uk-nav-navbar > li.uk-active > a {
color: #FFF;
background: #222;
}
.uk-navbar-nav > li > a {
    height: auto;
    padding: 5px 6px 3px 7px;
    color: #000;
font-size: 17px;
line-height: 46px;
    font-family: inherit;
    font-weight: 400;
}
.uk-navbar-nav > li > a:hover {color: #367db3;}

.uk-dropdown {
    left: 0;
    z-index: 1020;
    width: 280px;
    margin-top: 5px;
    padding: 15px;
    background: #6d8490;
    color: #ffffff;
    font-size: 15px;
    vertical-align: top;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
        background-color: transparent;
    color: #367db3;
}
.uk-dropdown-navbar {
    margin-top: 0;
    background: #3487C7;
    color: #ffffff;
}
.uk-dropdown-navbar .uk-nav-navbar > li > a {
    color: #FFF;
}
.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
background: #6cbdf5;
color: #ffffff;
outline: none;
}
.uk-modal {
opacity: 1;
z-index: 9910;
}
.uk-modal-dialog {
position: relative;
box-sizing: border-box;
margin: 0px auto 20px;
padding: 20px;
width: 600px;
max-width: 100%;
background: #111;
}
.uk-nav-offcanvas ul a, .uk-nav-offcanvas ul a:hover {
color: #FFFFFF;
padding: 6px 0px 8px 0px;
}
.uk-nav-offcanvas ul a:hover , html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
color: #A0DDFF;
}
header{top: 0;
  position: fixed;
  width: 100%;
  text-align: center;
  font-size: 32px;
  /*line-height: 108px;*/
  height: auto;
  color: #fff;
  z-index: 5600;
	-webkit-transition: all 0.5s ease;
	-moz-transition: 		all 0.5s ease;
	-o-transition: 			all 0.5s ease;
	-ms-transition: 		all 0.5s ease;
	transition: 				all 0.5s ease; 
}
header .wlogo {width: 110px; padding: 6px 0 8px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: 		all 0.5s ease;
	-o-transition: 			all 0.5s ease;
	-ms-transition: 		all 0.5s ease;
	transition: 				all 0.5s ease;
}
header .uk-navbar-toggle {
		color: #2F9BF0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 53px;
    padding: 0px 15px;
    right: 20px;
    font-size: 28px;
    line-height: 1;
    transition: all 0.7s ease 0s;
    position: absolute;
    z-index: 9900;
    top: 16px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: 		all 0.7s ease;
    -o-transition: 			all 0.7s ease;
    -ms-transition: 		all 0.7s ease;
    transition: 				all 0.7s ease;
}
header .uk-dropdown { top: 64px !important;}
header .uk-navbar-nav >li >a, header h3 {
	-webkit-transition: all 0.3s ease;
	-moz-transition: 		all 0.3s ease;
	-o-transition: 			all 0.3s ease;
	-ms-transition: 		all 0.3s ease;
	transition: 				all 0.3s ease;
}
header.sticky {
position: fixed;
  font-size: 24px;
  line-height: 40px;
  height: 48px;
  background: transparent;
  text-align: left; padding-top: 0px; z-index: 5900;
  /*padding-left: 20px;*/
  border-bottom: 0px solid #FFF;
}
header.sticky .sekce1 {box-shadow: 0px 0px 12px 2px #222;}
header.sticky .tm-toolbar {margin-top: 0px; margin-bottom: 0px; padding: 3px 0;}
header.sticky .uk-dropdown {
top: 45px !important;
box-shadow: 0px 8px 12px 3px #222;
}
header.sticky .wlogo {
width: 90px;
padding: 0px 0 0px;
}
header.sticky .uk-navbar {
padding-top: 8px;
}
header.sticky .uk-navbar-nav > li > a {
    padding: 5px 6px 3px 7px;
    font-size: 15px;
    line-height: 23px;
}
header.sticky .uk-navbar-toggle {
    font-size: 24px;
    top: 3px;
    right: 18px;
}

@media (min-width:1220px){

}
@media (max-width:1219px){ 
.uk-table {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 14px;
}
header .uk-navbar {padding-top: 8px;}
header .uk-navbar-nav >li >a { font-size: 15px; padding-left: 10px;}
header.sticky .uk-navbar-nav >li >a { font-size: 13px;}
}
@media (max-width:980px){ 
body {line-height: 20px;} html {font-size: 17px;}
.sekce2 { padding-top: 66px;}
.sekce3 {padding: 0px 0 28px;}
.aktualne1 a {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    width: 171px;
}
header .uk-navbar {padding-top: 6px;}
header .uk-navbar-nav >li >a { font-size: 12px; padding-left: 10px;}
header.sticky .uk-navbar-nav >li >a { font-size: 12px;}
}
@media (max-width:767px){ 

h1, .uk-h1{ font-size:28px;  line-height:33px}
h2, .uk-h2{ font-size:26px;  line-height:31px}
h3, .uk-h3{ font-size:26px;  line-height:29px}
h4, .uk-h4{ font-size:22px;  line-height:26px}
h5, .uk-h5{ font-size:18px;  line-height:22px}
h6, .uk-h6{ font-size:16px;  line-height:20px}
.sluzby h1 {
font-size: 27px;
line-height: 36px;
border-bottom: 1px solid #222;
padding-bottom: 16px;
color: #0956A3;
text-transform: uppercase;
text-align: center;
margin: 32px auto 35px;
}
.sluzby h3 {
color: #333;
font-size: 28px;
line-height: 35px;
font-weight: 400;
width: 100%;
text-align: center;
padding-top: 15px;
text-transform: uppercase;
border-bottom: 1px solid #2fa4f2;
padding-bottom: 13px;
}
ul[class*='list-'] {
list-style-type: none;
padding-left: 20px;
font-size: 15px;
}
.uvodni .sekce4 h5 {
color: #032A51;
font-size: 30px;
line-height: 38px;
text-align: center;
font-weight: 700;
text-transform: uppercase;
margin-top: 32px;
}
.uvodni .sekce4 h4 {
color: #FFF;
font-size: 21px;
line-height: 29px;
}
.uvodni .sekce3 h2 {
color: #222;
font-size: 21px;
line-height: 29px;
text-align: center;
}
.uk-icon-large:before { font-size: 35px;vertical-align: -5px; }
.uk-modal-dialog.re .uk-grid >[class*='uk-width-'] { margin: 2px 0px 15px;}
.sekce8 {text-align: center;}
}

@media (max-width:651px){
header .wlogo { width: 80px;}
header.sticky .wlogo { width: 70px;}
header .uk-navbar-toggle {top: 6px;}
.sekce2 { padding-top: 56px;}
}

@media (max-width:408px){
header .uk-navbar-toggle {top: 3px;}

}