@charset "utf-8";

/* CSS Document */
@font-face {
    font-family: 'OpenSans';
    src: url('opensans-regular.eot');
    src: url('opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular.woff') format('woff'),
         url('opensans-regular.ttf') format('truetype'),
         url('opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('opensans-semibold.eot');
    src: url('opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('opensans-semibold.woff') format('woff'),
         url('opensans-semibold.ttf') format('truetype'),
         url('opensans-semibold.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansI';
    src: url('opensans-semibolditalic.eot');
    src: url('opensans-semibolditalic.eot?#iefix') format('embedded-opentype'),
         url('opensans-semibolditalic.woff') format('woff'),
         url('opensans-semibolditalic.ttf') format('truetype'),
         url('opensans-semibolditalic.svg#open_sanssemibold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansBI';
    src: url('opensans-bolditalic.eot');
    src: url('opensans-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('opensans-bolditalic.woff') format('woff'),
         url('opensans-bolditalic.ttf') format('truetype'),
         url('opensans-bolditalic.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansB';
    src: url('opensans-bold.eot');
    src: url('opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('opensans-bold.woff') format('woff'),
         url('opensans-bold.ttf') format('truetype'),
         url('opensans-bold.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.cleaner {
  clear:both !important;
  display: block !important;
  float: none !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}
body {
  margin: 0;
  padding: 0;
  text-align: left;
  font: 100% OpenSans, Arial, sans-serif;
  line-height: 1.4;
  min-width: 1024px;
  _width: expression( document.body.clientWidth < 1024 ? "1024px": "auto" ); /* set min-width for IE */
  background: url(../img/bcg.jpg) repeat-y center 200px;
}
#hlavni-obal{
  background: url(../img/bcg-head.jpg) no-repeat center top;
}
h1 {
  font-size: 17px;
  margin: 2px 0px 8px 0px;
  display: block;
  color: #00aeef;
}
h2 {
  font-size: 16px;
  margin: 2px 0px 6px 0px;
  display: block;
  color: #00aeef;
}
h3, h4, h5, h6 {
  font-size: 14px;
  margin: 1px 0px 4px 0px;
  display: block; 
  color: #00aeef;
}
p {
  font-size: 15px; 
    line-height: 26px;
  margin: 10px 0px 15px 0px;
  color: black;
  font: 15px/1.2 Arial;
 /* font-family: OpenSansR; */
}
a {
  text-decoration: none;
  color: #00AEEF;
  /*font-weight: 700; */
}
a:hover {
  text-decoration: underline;
}
a:link, a:visited, a:active {
  
}
strong{
  /*font-family: OpenSans;*/
    /*font-family: OpenSansB; */
}
li {
  font-size: 13px;
  
}
.obsah2 li {
/*   background: transparent url("../img/li.png") no-repeat scroll 0px 5px;*/
padding-left: 10px;
}
.obsah li {
  background: url(../img/li.png) no-repeat 0px 5px;
  padding-left: 10px;
}
#obal {
  z-index: 0;
  width: 960px;
  margin: auto;
  position: relative;
}
/* HEADER */
#header {
  /*height: 213px;*/
}
#header .logo {
	  float: left;
  width: 243px;
  height: 85px;
  margin-top: 42px;
  margin-left: 8px;
}
#header .logo a{
    display: block;
}
#header .horni-lista{
  float: right;
  width: 666px;
  margin-top: 21px;
  height: 31px;
  line-height: 31px;
}
#header .horni-lista .social{
  float: right;
  width: 90px;
}
#header .horni-lista .social .soc{
  float: left;
  margin-left: 8px;
}
#header .submenu{
  float: right;
  width: 170px;
  margin-top:-3px;
}
#header .submenu a{
  font-size: 11px;
  line-height: 31px;
}
#header .submenu span{
  margin-left: 15px;
}
#header .submenu img{
  margin-right: 8px;
}
#header .lang{
  float: right;
  margin-left: 10px;
}
#header .lang a{
  font-size: 12px;
  display: block;
  float: left;
  /*width: 86px;*/
}
#header .lang img{
  display: block;
  float: right;
  margin-right: 17px;
  margin-top: 6px;
}
#header .slog{
  font-size: 25px;
  font-family: Open Sans;
  font-weight: 700;
  font-style: italic;
  float: left; 
  /*margin-top: 59px; */ 
  /*margin-left: 71px;*/
  margin-left: 30px;
  border-left: 3px solid #00AEEF;
  width: 375px;
  padding-left: 10px;
  line-height: 37px;
}

#header .slog > b{
  color: #00AEEF;
}

#header .slog strong{
  font-family: OpenSansBI;
}
#header .kosik{
  font-family: OpenSansBI;
  font-size: 16px;
  background: url(../img/kosik.png) no-repeat left center;
  float: right;
  margin-top: 56px;
  height: 46px;
  width: 95px;
  margin-right: 32px;
  padding-left: 71px;
}
/* HEADER end */

#levy-sloupec{
  width: 236px;
  float: left;
  z-index: 1000;
  position: relative;
}
/* MENU */
#top-menu {
	width:100%;
  background: #0c2129;
    
	
}
#top-menu ul{
	display:block;
	position:relative;
	padding:0;
	margin:0;
	float:right;
}
#top-menu li{
	display:block;
	float:left;
}
#top-menu li a{
	display:block;
	padding:10px 20px;
	background:#0C2129;
	color:white;
  /*font-family: OpenSansB;*/
	text-transform: uppercase;
	
}
#top-menu li a:hover{
	background-color:#00aeef;
	text-decoration: none;
}
#top-menu ul ul{
	position:absolute;
	display:none;
	z-index: 1000
}
#top-menu ul ul li{
	display:block;
	float:none;
}
#top-menu li:hover ul{
	display:block;
}
#menu {

}
#menu ul {
 
}
#menu > ul > li {
  margin-bottom: 2px;
}
#menu > ul > li > a {
  height: 34px;
  display: block;
  background: url(../img/menu-hlavni.png) no-repeat left top;
  color: white;
  font-size: 14px;
  line-height: 34px;
  /*padding-left: 90px;*/
  padding-left: 50px;  
}
#menu > ul > li > ul > li{
  display: block;
  position: relative;
}
#menu ul li a:hover, #menu ul li.active > a, , #menu ul li > a.active {
  background-position: left bottom !important;
}
#menu > ul > li > ul > li > a{
  display: block;
  height: 31px;
  background: url(../img/menu-polozka.png) no-repeat left top;
  line-height: 31px;
  color: white;
  font-size: 13px;
}
#menu > ul > li > ul > li > a.p1{
  background: url(../img/menu-polozka1.png) no-repeat left top;
}
#menu > ul > li > ul > li > a.p2{
  background: url(../img/menu-polozka2.png) no-repeat left top;
}
#menu > ul > li > ul > li > a.p3{
  background: url(../img/menu-polozka3.png) no-repeat left top;
}
#menu > ul > li > ul > li > ul > li > a{
  padding: 3px 0 3px 50px;
  display: block;
}

#menu > ul > li > ul > li > ul > li > a.active{
  background: url(../img/menu-polozka-li-active.png) no-repeat 35px center;
}

#menu > ul > li > ul > li > a > span.sipka{
  display: block;
  width: 6px;
  height: 9px;
  background: url(../img/menu-polozka-li.png) no-repeat left top;
  float: left;
  margin-top: 11px;
  margin-left: 20px;
  margin-right: 9px;
}

#menu > ul > li > ul > li > a.active > span.sipka{
  background: url(../img/menu-polozka-li-active.png) no-repeat left top;
}

#menu li.linka{
  display: block;
  height: 1px;
  background: #0C2129;
  border-left: 1px solid #D2D6D8;
  border-right: 1px solid #16282E;
}
#menu .submenu{
  display: none;
}
#menu li:hover > .submenu{
  display: block;
  width: 400px;
  height: 10px;
  position: absolute;
  z-index: 1000;
  left: 236px;
  top: -97px;
}
#menu .submenu .obsah{
  background: rgb(0, 174, 239);
  opacity: 0.91;
  filter: alpha(opacity=91);
  color: white;
  display: block;
  width: 400px;
  padding: 14px 36px 36px 36px;
}
#menu .submenu .obsah .hlavicka{
  display: block;
  height: 67px;
}
#menu .submenu .obsah .hlavicka .obrazek{
  display: block;
  height: 48px;
  width: 66px;
  float: left;
}
#menu .submenu .obsah .hlavicka .nadpis{
  color: white;
  font-size: 14px;
  font-family: OpenSansB;
  margin-top: 25px;
  float: left;
  text-decoration: underline;
}
#menu .submenu .obsah .hlavicka .nadpis:hover{
  text-decoration: none;
}
#menu .submenu .obsah .sloupec{
  width: 160px;
  float: left;
  display: block;
}
#menu .submenu .obsah .sloupec.c1{
  margin-right: 40px;
}
#menu .submenu a{
  color: white; 
  font-size: 14px;
  font-family: OpenSans;
}
#menu ul ul ul ul li {
  padding-left: 75px;
}
#menu ul ul ul ul ul li {
  padding-left: 25px;
}
.kosik-menu{
  display: block;
  background: url(../img/kosik-menu.png) no-repeat left top;
  height: 56px;
  width: 113px;
  line-height: 56px;
  color: white;
  padding-left: 110px;
}
.kosik-menu:hover{
  background-position: left bottom;
}
.obsah2 .kosik-menu{
  margin-top: 40px;
  margin-left: 40px;
}
#levy-sloupec .zavolame-zpet{
  background: #0C2129;
  padding: 20px 29px;
  margin-top: 42px;
}

#levy-sloupec .kontakt-menu {
padding: 0px 28px;
margin-top: 30px;
font-size: 14px;
}

.zavolame-zpet .kontakt2{
  color: white;
}
#levy-sloupec .zavolame-zpet input{
  width: 157px;
  height: 29px;
  border: none;
  margin-top: 10px;
  padding: 0px 10px;
}
#levy-sloupec .zavolame-zpet input.submit{
  background: #00aeef;
  margin-top: 5px;
  color: white;
  cursor: pointer;
  width: 177px;
  padding: 0px;
}
#levy-sloupec .zavolame-zpet input.submit:hover{
  background: #0c2129;
  border: 1px solid #00aeef;
}
#levy-sloupec .kontakt{
  padding: 20px 10px 40px 29px;
  font-size: 14px;
}
#levy-sloupec .kontakt table{
  font-size: 14px;
}
/* MENU end */

/* CONTENT */

#content {
  float: right;
  width: 720px;
  z-index: 500;
  position: relative;
}
#promo{
  height: 327px;
  position: relative;
}
#slider{
  height: 327px;
  background: white url(../img/slider-popis.png) no-repeat right bottom;
  position: relative;
}
#promo #prevBtn a, #promo #nextBtn a{
  width: 36px;
  height: 49px;
  display: block;
}
#promo #prevBtn{
  width: 36px;
  height: 49px;
  position: absolute;
  top: 140px;
  cursor: pointer;
  background: url(../img/slider-nav.png) no-repeat left center;
  left: 0px;
  z-index: 100;

}
#promo #nextBtn{
  width: 36px;
  height: 49px;
  position: absolute;
  top: 140px;
  cursor: pointer;
  background: url(../img/slider-nav.png) no-repeat right center;
  right: 0px;
  z-index: 100;
}
#promo .popis{
  width: 542px;
  height: 32px;
  position: absolute;
  bottom: 5px;
  right: 0px;
  background: url(../img/slider-popis.png) no-repeat left top;
  z-index: 100;
  color: white;
  font-size: 12px;
  font-family: OpenSansI;
  line-height: 35px;
  padding-left: 0px;
}
#promo .popis span{
  margin-left: 150px;
  line-height: 31px;
  display: block;
  float: left;
  margin-right: 5px;
}
#promo .str{
  width: 200px;
  height: 32px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 100;
}
#promo .strankovani{
  float: right;
}
#promo .strankovani td{
  border-right: 1px solid #0f313d;
}
#promo .strankovani td a{
  width: 26px;
  height: 32px;
  background: #022a38;
  display: block;
  line-height: 32px;
  text-align: center;
  color: white;
  font-size: 12px;
  text-decoration: none;
}
#promo .strankovani td.activeSlide a, #promo .strankovani td a:hover{
  background: #00aeef;
}
#promo .link{
  display: block;
  z-index: 120;
  position: absolute;
  bottom: 11px;
  font-size: 12px;
  font-family: OpenSansI;
  color: white;
  text-decoration: none;
  left: 230px;
}
#cont{
  float: right;
  width: 720px;
}
#vertical-navigation{
  width: 230px;
  float: right;
  margin-bottom: 40px;
}
#levy-sloupec #vertical-navigation{
	float:none;
}
#vertical-navigation .volejte-zdarma{
  width: 100%;
  background: url(../img/volejte-zdarma.png) no-repeat center right;
}
#vertical-navigation .volejte-zdarma .oznameni{
  font-family: OpenSansI;
  font-size: 21px;
  padding-top: 36px;
}
#vertical-navigation .volejte-zdarma .oznameni strong{
  font-family: OpenSansBI;
}
#vertical-navigation .volejte-zdarma .cislo{
  color: #59ab16;
  font-family: OpenSansI;
  font-size: 25px;
  margin-top: 11px;
}
#vertical-navigation .volejte-zdarma .linka{
  height: 36px;
  width: 100%;
  background: #59AB16;
  color: white;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  margin-top: 7px;
}
#vertical-navigation h2{
  margin-top: 21px;
  margin-left: 33px;
}
.novinka .nadpis{
  height: 32px;
  background: #00aeef;
  color: white;
  line-height: 32px;
}
.novinka .nadpis .datum{
  font-size: 11px;
  margin-left: 10px;
  margin-right: 10px;
}
.novinka .nadpis a{
  font-size:12px;
  color: white;
  font-family: OpenSansB;
}
.novinka .text{
  font-size: 12px;
  margin-top: 1px;
  margin-bottom: 15px;
}
.novinka .text img{
  float: left;
  margin-right: 10px;
}
.novinka .text a{
  color: #00aeef;
  text-decoration: underline;
}
.novinka .text a:hover{
  text-decoration: none;
}
.vsechny-novinky, .kontaktujte-nas{
  display: block;
  height: 33px;
  background: #0c2129;
  color: white;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
}
.vsechny-novinky:hover,  .kontaktujte-nas:hover{
  background: #00aeef;
}
.navigace{
  margin-top: 14px;
  overflow: hidden;
}
.navigace .polozka{
  float: left;
  /*width: 118px;*/
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  color: white;
  margin-left: -13px;
  margin-bottom: 4px;
}
.navigace .polozka.first{
  margin-left: 0px;
}
.navigace .polozka .l{
  float: left;
  height: 30px;
  width: 19px;
  background: url(../img/navigace-left.png) no-repeat left top;
}
.navigace .polozka .r{
  float: right;
  height: 30px;
  width: 19px;
  background: url(../img/navigace-right.png) no-repeat left top;
}
.navigace .polozka.last.doc .r, .navigace .polozka.last.doc .l{
  background-position: left bottom !important;
}
.navigace .polozka.last.doc .r{
  background: #0c2129 !important;
}
.navigace .polozka.first .l{
  width: 0px;
}
.navigace .polozka.last .r{
  width: 0px;
}
.navigace a{
  float: left;
  display: block;
  height: 30px;
  line-height: 30px;
  color: white !important;
  background: #00AEEF;
  font-size: 11px;
  padding: 0 12px;
}
.navigace span{
  float: left;
  display: block;
  height: 30px;
  line-height: 30px;
  color: white;
  background: #0c2129;
  font-size: 11px;
  padding: 0 12px;
}
.obsah2 .navigace a{
  padding: 0 30px;
}
.navigace .polozka:hover .l{
  background: url(../img/navigace-left.png) no-repeat left bottom;
}
.navigace .polozka:hover .r{
  background: url(../img/navigace-right.png) no-repeat left bottom;
}
.navigace .polozka.first:hover .l{
  background: #0c2129;
}
.navigace .polozka.last:hover .r{
  background: #0c2129;
}
.navigace .polozka:hover a{
  background: #0c2129;
}
.produkt-bottom{
  font-size: 12px;
  margin-top: 10px;
}
.obsah ul, .obsah2 ul{
}
.obsah .vnitrni-obsah ul li, .obsah2 .vnitrni-obsah ul li{
  background: url(../img/li.png) no-repeat 0px 5px !important;
  padding-left: 10px;
}
.obsah ol li, .obsah2 ol li{
  list-style-type: decimal;
  margin-left: 10px;
}

.obsah2 table td, .obsah table th, .obsah2 table th{
  padding: 2px 7px 2px 5px;
}
.obsah2 table{
  color: black;
  font-size: 13px;
}
#cont .obsah{
  float: left;
  /*width: 433px;*/
  padding: 15px 27px;
  
}
#cont .obsah2{
  float: left;
  width: 665px;
  padding: 15px 27px;
  background-color: rgba(255, 255, 255, 0.8);
}

.search{
    /* width: 432px; */
  /* height: 66px; */
  /* background: url(../img/search-box.png) no-repeat left top; */
  /* position: absolute; */
  right: 0px;
  top: 0px;
  z-index: 100;
  float: right;
  margin-top: 13px;
  border: 1px solid #B3A2A2;
}
.search .lupa{
  background: url(../img/lupa-mala.png) no-repeat center center;
  width: 40px;
  height: 41px;
  /*margin-left: 16px;*/
  /*margin-top: 13px;*/
  float: left;
}
.search input{
  width: 182px;
  height: 26px;
  border: none;
  float: left;
  font-family: OpenSansI;
  padding: 0 10px;
  font-size: 12px;
  color: #526c76;
}
.search .submit{
  background: #00aeef;
  width: 79px;
  height: 26px;
  color: white;
  cursor: pointer;
  font-family: OpenSans;
  -webkit-appearance: none;  
}
.search .form{
  /*margin-top: 19px;*/
  /*margin-left: 15px;*/
  float: left;
}
.search .submit:hover{
  background: #0c2129;
  border: 1px solid #00aeef;
}
.left{
  float: left;
}
.right{
  float: right;
}
.obsah2 .right{
  width: 377px;
}
.kratkypopis{
  font-size: 13px;
  margin-bottom: 17px;
}
/* CONTENT end*/

#slider-bottom{
  height: 189px;
  position: relative;
  width: 100%
}
.partneri{
  margin: 15px 0px;
}
/* FOOTER */
#footer {
  background: #0C2129;
  padding: 20px 35px 10px 35px;
  color: white;
  font-size: 10px;
}
#footer p {
  color: white;
  font-size: 10px;
}
#footer a {
  color: white;
  font-size: 10px;
}
#footer .left{
  float: left;
  width: 260px;
}
#footer .right{
  float: right;
  width: 280px;
  text-align:right;
}
#footer .middle{
  float: left;
  width: 330px;
}
/* FOOTER end */



/* dolní slider */
.jcarousel-skin{
  height: 159px;
  width: 960px;
  display: block;
}
.jcarousel-skin .jcarousel-container {
  height: 159px;
  width: 960px;
  display: block;
}

.jcarousel-skin .jcarousel-direction-rtl {
  direction: rtl;
}

.jcarousel-skin .jcarousel-container-horizontal {
    width: 960px;
    padding: 0px;
}

.jcarousel-skin .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin .jcarousel-clip-horizontal {
    width: 960px;
    height: 159px;
}

.jcarousel-skin .jcarousel-item {
    width: 189px;
    height: 159px;
    background: #00aeef;
    position: relative;
}

.jcarousel-skin .jcarousel-item-horizontal {
  margin-left: 0;
  margin-right: 4px;
  overflow: hidden;
}

.jcarousel-skin .jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin .jcarousel-next-horizontal {
    width: 36px;
  height: 49px;
  position: absolute;
  top: 45px;
  cursor: pointer;
  background: url(../img/slider-nav.png) no-repeat right center;
  right: -37px;
  z-index: 100;
}

.jcarousel-skin .jcarousel-prev-horizontal {
    width: 36px;
    height: 49px;
    position: absolute;
    top: 45px;
    cursor: pointer;
    background: url(../img/slider-nav.png) no-repeat left center;
    left: -37px;
    z-index: 100;
}
.jcarousel-skin .jcarousel-item .popis{
  display: block;
  position: absolute;
  width: 189px;
  height: 34px;
  bottom: 0px;
  line-height: 34px;
  color: white;
  font-size: 14px;
  text-align: center;
  background-color: rgb(0, 174, 239);
}
.jcarousel-item a:hover .popis{
  text-decoration: underline;
}
.jcarousel-item a:hover img{
  opacity: 0.5
}
.jcarousel-item a:hover .lupa{
  display: block;
  background: url(../img/lupa.png) no-repeat center center;
  width: 50px;
  height: 53px;
  position: absolute;
  left: 70px;
  top: 40px;
}
/* dolní slider */
table.produkt{
  width: 30.12%;
  font-size: 12px;
  float: left;
  margin-right: 32px;
  margin-bottom: 25px;
  display: block;
  height: 305px;
}
table.produkt td{
  text-align: center;
  vertical-align: middle;
}
table.produkt.last{
  margin-right: 0px;
}
table.produkt .img{
  width: 150px;
  height: 120px;
}
table.produkt .produkt-nadpis{
  font-size: 14px;
  height: 43px;
}
.ceny{
  font-size: 14px;
}
.ceny td{
  vertical-align: middle;
}
.ceny .vyrazne{
  font-size: 18px;
  color: #E20101
}
.ceny .bezna{
  text-decoration: line-through;
}
.ceny .f{
  width: 130px;
  height: 21px;
}
.do-kosiku{
  display: block;
  background: url(../img/kosik-menu.png) no-repeat left top;
  height: 56px;
  width: 229px;
  line-height: 56px;
  color: white;
  padding-left: 91px;
  border: none;
  text-align: left;
  cursor: pointer;
  font-family: OpenSans;
  font-size: 15px;
  float: right;
}
.do-kosiku:hover{
  background-position: left bottom;
}
a.polozka-aktualita{
	display:block;
	width:100%;
	border:2px solid #0C2129;
	/*#00aeef;*/
	background:rgba(209, 25, 25, 0.8);
	background:white;
	min-height:100px;
	margin-bottom:20px;
}
a.polozka-aktualita .nazev{
	background:#0C2129;
	/*#00aeef;*/
	color:white;
	padding-left:10px;
	font-size:15px;
	font-weight: bold;
}
a.polozka-aktualita .nazev small{
	font-size:11px;
}
a.polozka-aktualita .obsah{
	padding:10px;
	font-size:12px;
	font-weight:normal;
}

a.polozka-aktualita:hover{
	text-decoration: none;
	background: rgba(0, 174, 239, 0.23);/* url("../img/btn_light.png") left top no-repeat;*/
	background-size:cover;
}
a.polozka-aktualita:hover .obsah{
	/*color:white;*/
}

a.morelink {
    text-decoration:none;
    outline: none;
    color: #00AEEF;
}
.morecontent span {
    display: none;
}
#levy-sloupec .mapa {
    display: block;
    float: right;
    font-size: 11px;
    color: #00AEEF;
    margin-right: 20px;
    margin-bottom: 10px;
}
#levy-sloupec table tr td {
    font: 100%/1.0 Verdana,Arial,sans-serif;
}
.reklamacni-formular .nadpis td {
    background: #00AEEF none repeat scroll 0% 0%;
    color: #FFF;
    height: 35px;
    vertical-align: middle;
    font-weight: bold;
    padding: 0px 0px 0px 10px !important;
}
.reklamacni-formular {
    width: 100%;
    margin-top: 20px;
}
.reklamacni-formular textarea {
    width: 100%;
}
.volajte {
    position: relative;
    bottom: 120px;
    right: 10px;
    font-style: italic;
    font-size: 21px;
    text-align: right;
    color: #093241;
}
.po_pia {
    position: relative;
    bottom: 90px;
    right: 10px;
    font-size: 12px;
    text-align:right;
    color: #093241;
}
.telefon_obrazek {
    position: relative;
    bottom: 90px;
    right: 10px;
    font-size: 14px;
    text-align:right;
    font-family: OpenSansB;
    color: #093241;
}
.email_obrazek {
    position: relative;
    bottom: 90px;
    right: 10px;
    font-size: 14px;
    text-align:right;
    color: #093241;
}
.coda-nav ul li a{
    width: 120px;
    white-space: nowrap !important;
    padding: 0px 15px !important;
}
.eflag {
    /*float:left;*/
    position: relative;
    left: 15px;
    top: 10px;
    width: 35px; 
    height: 35px; 
}
.fb {
    float:left;
    position: relative;
    left: 10px;
    top: 10px;
    width: 35px; 
    height: 35px; 
}
.youtube {
    float:left;
    position: relative;
    left: 15px;
    top: 10px;
    width: 35px; 
    height: 35px; 
}
#cont{
    width: 720px !important;
}
#cont .obsah{
     /* width: 695px; */

}
.prava-strana {
    float: right;
    position: absolute;
    right: 12px;
    bottom: -1px;
}
.footer-logo {
  float: right;
  display: inline-block;
  margin: 16px 7px 8px 9px;
}
.eu-flag {
  float:left;
  position: relative;
  left: 9px;
  top: 10px;
  width: 35px;
  height: 35px;
}
.eu-flag-description {
  float: left;
  position: relative;
  left: 30px;
  top: 8px;
  width: 124px;
  height: 35px;
  font-size: 9px;
  color: rgb(20, 36, 124);
}
@media screen and (max-width: 500px) {
  #eu-img {display: none;}
  #eu-text {width: 100% !important; float: none !important;}
  .eu-flag-description {
    left: 15px;
  }
}

@media screen and (max-width: 500px) {
  #eu-img {display: none;}
  #eu-text {width: 100% !important; float: none !important;}
}

.formError .formErrorContent {
  left: -136px;
}
.formError .formErrorArrow {
  left: -125px;
}
#obal{
}

.dandan{
    display: flex;
}
.dandan .item{
    flex: 1;
    width: calc(100%/3);
    text-align: center;
        padding: 0 20px;
}
.dandan .item span{
    font-size: 16px !important;
}
#header .slog{
  font-size: 25px !important;
}

 #vertical-navigation  h2{
  margin-left: 0px;
  text-align: center;
}