/*MOJE FONTY*/
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900');*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700&display=swap');
* {

 font-family: 'Titillium Web', sans-serif;
   -webkit-border-radius: 0px !important;
   -moz-border-radius: 0px !important;
   border-radius: 0px !important;
   -khtml-border-radius: 0px !important; 	
}

body, html {
/*font-family: 'Saira Semi Condensed', sans-serif;*/
/* font-family: 'Titillium Web', sans-serif;	*/
font-family: 'Titillium Web', sans-serif;	
	font-size: 14px;
/*	    overflow-x: hidden !important;
*/    
}
h1 {
	font-size: 29px;
	color: #0367A5;
	text-transform: uppercase;
	font-weight: 700;
}
h2 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
}
h6 {
	font-size: 17px;
	color: #0066A4;
}
a {
	color: #0067A6;
}
a:hover {
	color: #003A5E;
}
.telefon-hlavicka {
    margin-right: 25px; font-size: 22px; font-weight: bold;
}
/* pro mobily */
@media (max-width:768px)  {
.telefon-hlavicka {
    margin-right: 10px; font-size: 16px; font-weight: bold;
   left: 5px;
    position: absolute;
}
    
}
.logo-barva {
	color: #0067A6 !important;
}
.card-body p {
    color: #000 !important;
}
p {
    
}
.margin-right2 {
    margin-right: 2px;
}
.tl-megamenu-bottom {
    bottom: 30px !important; position: absolute;
}
.megamenu-a {
    display: block;
    font-size: 14px;
    padding: 5px;
    margin: 0px;
    color: #2C3E50;
}
.megamenu-a:hover {
    display: block;
    background-color: #2C3E50;
    color: #fff;
}
.no-sub {
	color: #000 !important;
}
.card-product {
    float: left !important;
    max-width: 360px !important;
    margin: 3px;
}
.card-img-top:hover {
	transition-duration: 0.5s;
	transition-delay: 0.1s;
	
    -webkit-transform: scale(0.9); 
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);	
}
.zoom-hover-my:hover {
/*	transition-duration: 0.5s;
	transition-delay: 0.1s;
	
    -webkit-transform: scale(0.9); 
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);	*/ 
    border: 3px solid #fff;
}
.velke-pismo {
    text-transform: uppercase;    
}
.maximalni-sirka-conteineru {
    max-width: 1130px !important;
    width:100%;
    margin:auto;
}
.fullscreen {
    min-height: 100%; 
    max-height: 100%;
    background-color: aliceblue;
}
.break {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	width: 100%;
	position: relative;
}
.break10 {
	clear: both;
	height: 10px;
	font-size: 1px;
	line-height: 0px;
	width: 100%;
	position: relative;
}
.break5 {
	clear: both;
	height: 5px;
	font-size: 1px;
	line-height: 0px;
	width: 100%;
	position: relative;
}
.break30 {
	clear: both;
	height: 30px;
	font-size: 1px;
	line-height: 0px;
	width: 100%;
	position: relative;
}
.break50 {
	clear: both;
	height: 50px;
	font-size: 1px;
	line-height: 0px;
	width: 100%;
	position: relative;
}
.pacicka {
    cursor: pointer;
}
.skryt {
      display: none;
} 
.vlevo {
    text-align: left !important;
}
.vpravo {
    text-align: right !important;
}
.centruj {
    text-align: center!important;
}
.vlevo-div {
    float: left !important;
}
.vpravo-div {
    float: right !important;
}
.podtrhnout {
    text-decoration: underline !important;    
}
.rozcestnik {
	background-size: cover;
}
.rozcestnik img:hover {
	transition-duration: 0.5s;
	transition-delay: 0.1s;
    -webkit-transform: scale(0.9); 
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
	margin: 0px;	
}
.h2-moje {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin: 20px;
}
.kulate-rohy5 {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -khtml-border-radius: 5px;       
}
.fotka-kontakt {
    width: 100px;
    height: 100px;
    border-radius: 50%;    
}

.sloupce-3
{
	/*pocet sloupcu*/
    -moz-column-count:3; /* Firefox */
    -webkit-column-count:3; /* Safari and Chrome */
    column-count:3;
	/*rozestupy*/
    -moz-column-gap:40px; /* Firefox */
    -webkit-column-gap:40px; /* Safari and Chrome */
     column-gap:40px;
	 /*vzhled rozestupu*/
    -moz-column-rule:3px outset #fff; /* Firefox */
    -webkit-column-rule:3px outset #fff; /* Safari and Chrome */
    column-rule:3px outset #fff;	
}

.sloupce-2
{
	/*pocet sloupcu*/
    -moz-column-count:2; /* Firefox */
    -webkit-column-count:2; /* Safari and Chrome */
    column-count:2;
	/*rozestupy*/
    -moz-column-gap:40px; /* Firefox */
    -webkit-column-gap:40px; /* Safari and Chrome */
     column-gap:40px;
	 /*vzhled rozestupu*/
    -moz-column-rule:1px outset #fff; /* Firefox */
    -webkit-column-rule:1px outset #fff; /* Safari and Chrome */
    column-rule:1px outset #fff;	 		
}
.img-galerie {
    margin: 0px !important;
    padding: 0px !important;
}

.transparent, .pruhledny {
  background: none;
}
.padding0 {
    padding: 0px !important;
}
.padding10 {
    padding: 10px !important;
}
.padding5 {
    padding: 5px !important;
}
.bez-ramecku {
    border: 0px solid #FFFFFF !important;
}
.prilep-top {
    z-index: 99999999 !important;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 105px;
}
/*div pro vitvareni labelu a bublinek u ikonek*/
#bublinka .b1[data-count]:after{
  position:absolute;
  left:20px;
  top:10px;
  content: attr(data-count);
  font-size:11px;
  padding:.2em;
  border-radius:50%;
  line-height:1em;
  color: white;
  background:#000;
  text-align:center;
  min-width: 15px;
  min-height: 15px;
  font-weight:normal;
}
#bublinka i {
  font-size:30px !important;
}
#bublinka {
  position: relative;
}
.menu-vybrana {
    font-weight: bold !important;
    font-size: 16px !important;
    /*text-decoration: underline; */
}


/* moje barvy */ 
.bila {
    color: #FFFFFF !important;
}
.modra {
	color: #0367A5 !important;
}
.cervena {
    color: #EE2F2E !important;
}
.cerna {
    color: #000000 !important;
}
.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}

/* animace */
@keyframes pulse_animation {
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    40% { transform: scale(1.08); }
    50% { transform: scale(1); }
    60% { transform: scale(1); }
    70% { transform: scale(1.05); }
    80% { transform: scale(1); }
    100% { transform: scale(1); }
}

.pulse {
    animation-name: pulse_animation;
    animation-duration: 3000ms;
    transform-origin:70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out; /* linear; */
}

 

/*STANDARD tridy*/
.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-print, .visible-print-block, .visible-print-inline, .visible-print-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important;
}
@media (max-width:767px) {
.hidden-xs {
    display: none !important;
}
}
@media (min-width:768px) and (max-width:991px) {
.hidden-sm {
    display: none !important;
}
}
@media (min-width:992px) and (max-width:1199px) {
.hidden-md {
    display: none !important;
}
}
@media (min-width:1200px) {
.hidden-lg {
    display: none !important;
}
}
@media (max-width:767px) {
.visible-xs {
    display: block!important
}
table.visible-xs {
    display: table!important
}
tr.visible-xs {
    display: table-row!important
}
td.visible-xs, th.visible-xs {
    display: table-cell!important
}
}
@media (min-width:768px) and (max-width:991px) {
.visible-sm {
    display: block!important
}
table.visible-sm {
    display: table!important
}
tr.visible-sm {
    display: table-row!important
}
td.visible-sm, th.visible-sm {
    display: table-cell!important
}
}
@media (min-width:992px) and (max-width:1199px) {
.visible-md {
    display: block!important
}
table.visible-md {
    display: table!important
}
tr.visible-md {
    display: table-row!important
}
td.visible-md, th.visible-md {
    display: table-cell!important
}
}
@media (min-width:1200px) {
.visible-lg {
    display: block!important
}
table.visible-lg {
    display: table!important
}
tr.visible-lg {
    display: table-row!important
}
td.visible-lg, th.visible-lg {
    display: table-cell!important
}
}


/*VIDEO NA POZADI*/
.video-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}


/*STANDARD tridy*/
/* pro mobily */
@media (max-width:768px)  {
  .centruj-na-mobilu-l, .centruj-na-mobilu-r
  {
    text-align: center;
  }
  .ikony-sluzby {
    padding: 40px;
	text-align: center;
  }
.sloupce-2, .sloupce-3 
{
	/*pocet sloupcu*/
    -moz-column-count:1; /* Firefox */
    -webkit-column-count:1; /* Safari and Chrome */
    column-count:1;
		
} 
}


/* pro notebooky */
@media (max-height:768px)  {
}




/*botstrap komponenty - pridat do class puvodni komponenty*/
.pagination-moje {
    display: inline-block !important;
    list-style-type: none;  
 
}
.pagination-moje li{
    list-style-type: none;    
 
}
.pagination-moje a {
    color: #FFF !important; /*nevybrana*/
    float: left !important;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #75797B;
    margin-left: 1px;
   
}
.pagination-moje a.active,  .pagination-moje li.active {
    background-color: #EE2F2E !important; /*vybrana*/
    color: white !important;
  
}
.pagination-moje a:hover:not(.active) {
    background-color: #8C9193 !important; /*po najeti mysi*/
    
} 






/* modifikace Mobirise*/    
.caption {
    height: 120px !important;
    overflow: hidden;
}
.thumbnail {
    height: 400px !important;
     
    
}
.thumbnail img {
    height: 250px !important;
    width: auto;
}
.img-responsive {
    text-align: center !important;
    max-height: 250px;
    width: auto;
    margin: auto;
}
.odskok-top {
    margin-top: 120px !important;
}
@media (max-width:768px)  {
.odskok-top {
    margin-top: 130px !important;
}
 
}




/*skinovane checkboxy*/
.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}

.chiller_cb {
  position: relative;
  height: 2rem;
  display: flex;
  align-items: center;
}
.chiller_cb input {
  display: none;
}
.chiller_cb input:checked ~ span {
  background: #fd2727;
  border-color: #fd2727;
}
.chiller_cb input:checked ~ span:before {
  width: 1rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
  color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
  cursor: default;
}
.chiller_cb label {
  padding-left: 2rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom:0;
}
.chiller_cb span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
}
.chiller_cb span:before {
  transform: rotate(-55deg);
  top: 1rem;
  left: 0.37rem;
}
.chiller_cb span:after {
  transform: rotate(35deg);
  bottom: 0.35rem;
  left: 0.2rem;
}





/*pro eshopy*/
.cena_bez_dph {
    color: #000000;
    font-weight: bold;
    font-size: 13px;
}
.cena_s_dph {
    color: #EE2F2E;
    font-weight: bold;
    font-size: 22px;
}
.td-btn-kosik-cena, .td-btn-kosik-ks, .td-btn-kosik {
  min-height: 50px;    
}

@media screen and (min-width: 640px) {
.td-btn-kosik-cena, .td-btn-kosik-ks, .td-btn-kosik {
  height: 50px;    
  max-width: 320px;
}
  
}

.td-btn-kosik-cena {
    
}
.td-btn-kosik-ks {
  background-color: #75797B; 
  padding: 8px;   
  color: #FFF;
   
}
.td-btn-kosik {
  background-color: #EE2F2E; 
  padding: 8px;    
  color: #FFF;
 
}
.btn-kosik {
    background-color: #EE2F2E !important;
    color: #FFF !important;
    border: 0px solid #EE2F2E;
     width:100%;
}
.hlavicka-detail-prislusenstvi {
    background-color: #75797B;
    color: #FFFFFF;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    clear: both;
    margin: 0px;
    font-style: italic;
}
    
.nazev-produktu {
    font-weight: bold;
    font-size: 17px;
    display: block;
    height: 30px;
    text-transform: uppercase;
}
.cena-moc-nadpis {
   text-align: center;
   color: #000;
   font-size: 10px;    
   font-weight: bold;
}
.cena-moc {
   text-align: center;
   color: #75797B;
   font-size: 13px;    
   font-weight: bold;
}
.cena-web-bez-dph {
   text-align: center;
   color: #000;
   font-size: 10px;    
   font-weight: bold;
}
.cena-web-s-dph {
   text-align: center;
   color: #EE2F2E;
   font-size: 13px;    
   font-weight: bold;
}
.atributy-novinka, .atributy-akce, .atributy-doporucujeme, .atributy-sleva {
    position: absolute;
    top: 10px;
    left: 15px;
    height: 60px;
    width: 60px;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    -khtml-border-radius: 30px !important;
    text-transform: uppercase;
    background-color: #EE2F2E !important;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 21px;
    font-size: 12px;
    text-align: center;
}
.atributy-akce {
    background-color: #169F48 !important;
}
.thumb-content h2 {
    /*nazvy polozek v hlavnim vypise produktu*/
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align:center;
}
.cenik-rozcestnik-container {
    padding: 5px;
    height: 200px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.cenik-rozcestnik-container img {
    height: 200px;
    /*max-height: 300px;*/
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);    
}
.cenik-rozcestnik-container img:hover {
    -webkit-filter: colo(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);    
}
.cenik-rozcestnik-nazev {
    background-color: #74787B;
    color: #FFFFFF;
    text-align: center;
    min-height: 30px;
    font-size: 13px;
    padding-top: 5px;
}
.cenik-rozcestnik-vybrano{
    background-color: #EE2F2E;
    -webkit-filter: colo(0%) !important; /* Safari 6.0 - 9.0 */
    filter: grayscale(0%) !important;    
}
.cenik-rozcestnik-nazev a {
    color: #FFFFFF !important;
}
.maly-popis-produktu, .maly-popis-produktu p {
	font-size: 13px !important;
	text-align: left;
	color: #000 !important;
}
.card-title {
    font-size: 20px !important;
}

/*Nastaveni BLOGSTANDARD*/
.upoutavaci-text p {
    color: #CA6D06;
    font-weight: normal !important;
    text-align: left !important;
    font-size: 14px !important;
     
}
.upoutavaci-text-odkaz {
    color: #CA6D06;
    text-decoration: underline;
     
}



/* START specificka nastaveni pro tuto prezentaci - v jinych smazat*/
 
/* nastaveni pro obrazkove odkazy na galerie*/   
/*cely obal odkazu*/
.galerie-nazev {
    margin-top: 20px !important;
}
.galerie-skupina-obal {
    width: 100%;
    background-color: #FFF;
}
.galerie-odkaz-container {
    width: 100%;
    background-color: red;
}
/*obal jednoho dokazu*/
.galerie-odkaz-obal {
    float: left !important;
    margin: 0px;
    background-color: #FFF;
    cursor: pointer;
}
.galerie-odkaz-img {
    width: 100%;
    padding: 0px;
}
.galerie-odkaz-img img {
    width: 100%;
    max-height: auto;
}
.galerie-odkaz-nazev {
    text-align: center !important;
    font-weight: normal !important;
}
.img-galerie {
    margin: 0px !important;
    border: 2px solid #FFFFFF !important;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -khtml-border-radius: 5px;     
}
/*
@media (max-width:767px) {
.img-galerie {
    width: 100% !important;
}
} */
.img-galerie:hover {
  filter: brightness(70%);
  transition-duration: 0.5s;
  transition-delay: 0.1s;  
}
.ikona-velka {
	font-size: 60px;
	text-align: center;
	margin: auto;
}
.obal-div-sluzby {
	height: 200px;
	padding-top: 50px;
	text-align: center;
	float: left;
}
.obal-div-sluzby h4 {
	font-size: 16px;
}
.price, .h5, .price h3 {
	color: #3D454E !important;
} 
 
.panel-body-telefon {
	color: #3D454E !important;
	font-size: 20px;
	font-weight: bold;
}
.rounded-pill {
   -webkit-border-radius: 5px !important;
   -moz-border-radius: 5px !important;
   border-radius: 5px !important;
   -khtml-border-radius: 5px !important; 	
}  
.vypis-tabulek {
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 0px !important;
	max-width: 1160px;
	overflow-x: auto;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: -15px !important;
    -webkit-box-shadow: 0 0 0px 0px #EEEEEE;
    box-shadow: 0 0 0px 0px #EEEEEE;	
}
.vypis-tabulek table{
	margin: 0px !important;
}
.vypis-tabulek td{
	padding: 2px !important;
}
.ikony-dokumentu-tabulky {
	text-align: center;
	font-size: 15px;
 
}
.seznam-vlastnosti {
	font-weight: normal !important;
	font-size: 13px !important;
}
.h2-moje-download {
	font-size: 18px;
}
.tabulka-download {
	font-size: 13px;
	width: 100%;
}
.btn-kosik {
	border: 2px solid #DDDDDD;
	margin: 2px;
	background-color: #FFF !important;
	width: 36px;
	height: 36px;
	color: #000 !important;	
	cursor: pointer;
}
.radkove-menu {
	/*width: 100%;*/
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 260px;
}
.radkove-menu a {
    margin-bottom: 5px;
}
.h2-vyrobci {
	font-size: 20px !important;
	color: #606DDD;
	font-weight: bold;
}
.velke-pismo {
	text-transform: uppercase;	
}
.search-lista {
	 
	text-align: center;
	padding-top: 10px;
	font-size: 18px;
	min-height: 45px;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	border-left: 0px solid #004B79;
	border-right: 0px solid #004B79;
	border-bottom: 2px solid #004B79;
	border-top: 0px solid #004B79;
}
.kontakt-lista {
	 
	text-align: center;
	padding-top: 10px;
	font-size: 18px;
	min-height: 45px;
	background-color: #0067A6;
	color: #FFF;
	font-weight: bold;
	border-left: 0px solid #004B79;
	border-right: 0px solid #004B79;
	border-bottom: 2px solid #004B79;
	border-top: 0px solid #004B79;
}
.kontakt-lista a {
	color: #FFF !important;
}
.rounded-pill {
   -webkit-border-radius: 0px !important;
   -moz-border-radius: 0px !important;
   border-radius: 0px !important;
   -khtml-border-radius: 0px !important; 	
}
.posun-banneru-nahoru {
	margin-top: -70px !important;
}
.table {
	 
}
.table th {
	padding: 5px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 0px solid #BBBBBB;
	border-top: 0px solid #BBBBBB;
	border-collapse: collapse;
	background-color: #F7F7F7;
}
.td-zarovnat-center {
	text-align: center;
}

.td-zarovnat-vlevo {
	text-align: left;
}
.td-zarovnat-vpravo {
	text-align: right;
}

/*tlacitka produktu v katalogu*/
.btn-menu-produktu {
	color: #0267A4;
	float: left;
	height: 33px;
	border: 1px solid #FFF;
	background-color: #FFF;
	text-align: left;
	 
}
.btn-menu-produktu-a, .btn-menu-produktu-a a, .btn-menu-produktu a {
	color: #0267A4 !important;
	
}
.btn-menu-produktu-li {
	padding: 5px;
}
.btn-menu-produktu-li:hover {
	background-color: #F4F4F4;
}
.btn-menu-produktu-li hr {
	padding: 0px !important;
	margin: 0px !important;
}
 
 
.btn-animace:before {
	content: '';
	position: absolute;
	top: 25px;
	left: 0px;
	width: 0px;
	height: 5px;
	background-color: #DDDDDD;
	opacity: 0.4;
	transition: all 300ms ease;
	border: 1px solid #F8F8F8;
}
/*pro spusteni animace*/
.btn-animace:hover:before {
	width: 100%;
}


.btn-info {
	color: #FFF;
	background-color: #0067A6 !important;
	border: 1px solid #004B79 !important;
}
.btn-info :hover {
	color: #FFF;
	background-color: #004B79 !important;
}
.btn-primary {
	background-color: #004B79 !important;
	color: #fff;
	border: 1px solid #004B79 !important;
}
.btn-primary a{
	color: #fff !important;
}
.btn-primary:before {
	content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 100%;
	background-color: #000;
    opacity: 0.2;
	transition: all 300ms ease;
}
/*pro spusteni animace*/
.btn-primary:hover:before {
	width: 100%;
}
.nav-link {
	color: #0067A6 !important;
}

.title-blog {
	font-size: 18px;
	font-weight: bold;
}
.kotvicka {
    position: relative; 
	width: 100%;
	height: 0px;
	background-color: red;
	top: -120px !important;
	z-index: -999;
}

.gotop-produkt {
	right: 0px; 
	top: 0px; 
	position: absolute; 
	height: 30px; 
	width: 30px; 
	background-color: #000; 
	opacity:0.5; 
	color:#FFF; 
	font-size: 20px;	
	text-align: center;
		
}
.gotop-produkt:hover {
	background-color: red; 
}
#gotop {
	right: 10px; 
	bottom: 10px; 
	position: fixed; 
	height: 60px; 
	width: 60px; 
	background-color: #000; 
	opacity:0.5; 
	color:#FFF; 
	font-size: 40px;
}
#gotop:hover {
	background-color: #003A5E; 
}
.counter {
	/*color: #4CAF50 !important;*/
	color: #808080 !important;
}
.ikona-custom {
	width: 30px;
	height: auto;
}
 

/*ikonkovy rozcestnik z clanku*/
.ico-rozcestnik  {
	border: 2px solid #FFFFFF;
	border-collapse: collapse;
	background-color: #0067A6;
	padding: 10px;	
	min-height: 200px !important;
}
.ico-rozcestnik:hover  {
	background-color: #03578A;
}
.ico-rozcestnik a {
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
}
.ico-rozcestnik img {
	max-width: 80px;	
} 

/*konfigurace WOW banneru*/
/*pozadi bublinek a barva nadpisu*/
#wowslider-container1 .ws-title{
	background-color: rgba(255,255,255,0.7);
	color: #0067A6;
	text-transform: uppercase;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
/*text bublinky - titulek*/
#wowslider-container1 .ws-title div{
	margin-top: 0.4em;
	font-size: 0.666em;
	line-height: 1.15em;
	font-weight: normal;
	text-transform:none;
	color: #0067A6;
}
@media screen and (max-width: 1024px) {
   #wowslider-container1 .ws-title{
	font-size: 17px;
}
/*text bublinky - titulek*/
   #wowslider-container1 .ws-title div{
	font-size: 13px;
}
  
}

.zvyraznit {
	font-weight: bold;
	font-size: 18px;
}
.zvyraznit-div {
	background-color: #FAFAFA;
}
.vice-informaci-telefon {
	font-size: 35px;
	font-weight: bold;
}
.vice-informaci {
	font-size: 25px;
}
.ikona-nahled-dokumentu:hover {
	transition-duration: 0.5s;
	transition-delay: 0.1s;
    -webkit-transform: scale(1.5); 
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
	margin: 0px;	
-webkit-box-shadow: 0 0 10px 2px #CCCCCC;
box-shadow: 0 0 10px 2px #CCCCCC;	
}

.img-blog-vypis {
	min-width: 250px !important;
	height: auto;
}
.table-blog-maly td {
	padding: 20px !important;
}
.table-blog-maly p {
	margin: 0px !important;
	padding: 0px !important;
}
