@charset "utf-8";
/* CSS Document */
/* SUBOR GENEROVANY CEZ LESS... NEPREPISOVAT .CSS, PRETOZE MOZE BY PREPISANY PRI KOMPLACII .LESS */
/**common variables*******************************************************/
.margin-center {
  margin: 0 auto;
}
#fancybox-wrap,#fancybox-wrap *
{
  box-sizing: content-box;
}
/*common******************************************************************/
/*@import url(https://fonts.googleapis.com/css?family=Titillium+Web);*/

@font-face {
  font-family: 'Titillium Web';
  src: url('fonts/Quadon.otf');
  font-style: normal;
  font-weight: 400;
  /*src: local('Titillium Web'), local('TitilliumWeb-Regular'), url(https://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcZSnX671uNZIV63UdXh3Mg0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;*/
}
body {
  background-color: #fff;
  font-size: 13px;
  color: #073643;
  font-family: 'Titillium Web', sans-serif;
  margin: 0;
  width: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
}
h1 {
  font-size: 26px;
  color: #ff8b05;
  text-align: left;
  padding: 0 0 3px 0;
  margin: 5px 0px 10px 0px;

  font-weight: bold;
}
h2 {
  font-size: 20px;
  color: #ff8b05;
  text-align: left;
  margin: 0px;
  margin: 0px 0px 5px 0px;
}
h3 {
  font-size: 14px;
  color: #073643;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 4px;
}
a {
  color: #939597;
  text-decoration: none;
}
a:hover {
  color: #0b558a;
  text-decoration: none;
}
a img {
  border: none;
}
button,
input[type=submit] {
  cursor: pointer;
  padding: 2px;
}
a.translation_edit,
span.translation_edit {
  background: url(images/icons/translation-edit.gif) 0 0 no-repeat !important;
  width: 12px !important;
  height: 12px !important;
  display: inline-block !important;
  margin: 0 5px !important;
  padding: 0 !important;
  opacity: .6;
}
a.translation_edit:hover,
span.translation_edit:hover {
  opacity: 1;
}
.left {
  float: left;
  min-width: 100%;
}
.right {
  float: right;
}
.hidden {
  display: none;
}
.both {
  clear: both;
}
a.unsubscribe-link {
  background: #cccccc;
  color: white;
  border: 1px solid #f1f1f1;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  float: left;
  clear: both;
}
.edit-link {
  margin: 20px 5px 20px 0;
  padding: 2px 4px;
  background: white;
  float: left;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.edit-link img {
  vertical-align: middle;
}
.edit-link.content {
  margin: 10px 5px 15px 0;
  padding: 1px 2px;
}
.edit-link:hover {
  background: #c9c9c9;
}
.edit-link:hover a {
  color: black;
}
.clear {
  clear: both;
  overflow: hidden;
  font-size: 0;
  height: 0;
  display: block;
  float: none !important;
}
header,
nav,
section,
main,
article,
aside,
footer,
details,
summary,
figure,
figcaption {
  display: block;
}
noscript {
  width: 100%;
  background: none repeat scroll 0% 0% red;
  color: white;
  text-align: center;
  display: block;
  line-height: 30px;
  font-size: 16px;
}
#msgs,
#messages-container {
  display: none;
}
div.bootbox.modal div.modal-dialog div.modal-header > button {
  padding: 4px 10px !important;
  width: 35px;
}
div.bootbox.modal div.modal-dialog button {
  background: #db0000;
  border: 0;
  padding: 6px 10px !important;
  outline: none;
  margin: 0 232px 0 0;
}


/**wrapper****************************************************************/

#wrapper {
  width: 100%;
  margin: 0 auto;
}
/**header*****************************************************************/

#header-wrapper {
  background: white url(images/wrapper/header/header-background.png);
  height: 157px;
  width: 100%;
}
#header {
  height: inherit;
  margin: 0 auto;
  width: 1204px;
}
#header-up {
  height: 107px;
  margin: 0 auto;
  width: inherit;
}
#header-down {
  height: 49px;
  line-height: 49px;
  margin: 0 auto;
  width: inherit;
}
#header-up #logo {
  float: left;
  display: block;
  background-image: url(images/wrapper/logo.png);
  height: 107px;
  width: 233px;
}

.modal-content {
  background-color: #fff;
}

h4.modal-title {
  color: #fff;
}

div.modal-body div.bootbox-body {
  color: red;
  font-size: 20px;
}

div.modal-body div.bootbox-body div.error {
  text-align: center;
}

.modal-footer {
  border-top: none;
}

.modal-header {
  border-bottom: none;
  display: none;
}















.clear {
  clear: both;
}

.img-left > img {
  padding: 0;
}

#slide .slider-sides {
  width: 150px;
}

.sub-menu {
  height: auto;
  padding: 0 30px;
}

.form-povinne {
  color: #0b558a;
}

.tabulator {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px
}

.tabulator td {
  font-size: 16px;
  color: #0b558a;

  font-weight: bold;
}

.tabulator td > a {
  font-size: 22px;
  padding: 0px 5px;
  color: #0b558a;
}

.tabulator td > a:hover {
  color: #fe8503;
}

.main {
  height: auto;
  margin-top: 20px;
}

.container {
  width: 1140px;
}

.header {
  height: 94px;
  background-color: #fff;
}

.logo {
	padding-bottom: 20px;
	padding-top: 30px;
  	padding-left: 0;
}

.info-block {
  padding-top: 40px;
  padding-right: 0;
}

.mail-block {
  width: 33%;
  float: left;
  margin-left: 0;
}

.mail {
  height: 24px;
  width: 24px;
  float: left;
}

.emailLink {
  float: left;
  font-size: 12px;
  padding-left: 4px;
  padding-top: 5px;
  color: #949597;
  font-weight: bold;
}

.emailLink a {
  color: #949597;
   -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

.emailLink a:hover {
  color: #ff7900;
}

.mail-block:hover a {
  color: #ff8b05;
}

.tel-block {
  width: 33%;
  float: left;
}

.telNumber {
  float: left;
  font-size: 12px;
  padding-left: 4px;
  padding-top: 5px;
  color: #949597;
  font-weight: bold;
}

.telNumber a {
  color: #949597;
   -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

.telNumber a:hover {
    color: #ff7900;
}

.tel {
    height: 25px;
    width: 24px;
    float: left;
}

.tel-block:hover a {
  color: #ff8b05;
}

.search-block {
  width: 33%;
  float: left;
  padding-right: 0;
}

.searchbar {
  float: left;
  text-align: center;
}

.topsearch-form {
  margin-left: 30px;
}

.lupa {
  height: 22px;
  width: 22px !important;
  background-color: #0b558a;
  background-image: url("images/icons/lupa.jpg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 1px #0b558a;
}

.lupa:hover {
  height: 22px;
  width: 22px;
  background-color: #0b558a;
  background-image: url("images/icons/lupa_orange.jpg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 1px #0b558a;
}


.container-fluid {
	height: 320px;
}


.sub-toggle {
	display: none;
}

.prvy-block {
  margin: 0 auto;
}

.spolocnost-block {
  padding: 0;
  background-color: #0b558a;
}

.spolocnost {
  width: 400px;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  padding-top: 20px;
  text-align: center;
  background-image: url("images/wrapper/icon.png");
  background-repeat: no-repeat;
  background-size: 45px;
  background-position: 42px 0px;
  margin: 0 auto;
  margin-top: 25px;
}

.spolocnost:after {
  content: " ";
  display: block;
  width: 350px;
  height: 2px;
  border-radius: 2px;
  background-color: #e2e2e2;
  margin: 5px;
}

.spolocnost-text > p {
  font-size: 16px;
  color: #fff;
  text-align: center;

}

.spolocnost-text {
	padding: 0 95px 20px 85px;
  background-color: #0b558a;
}

.modal-backdrop.fade{
	z-index: -1 !important;
}
.reiting{
				height: 40px;
				width: 170px;
				display: block;
				position:relative;
			}
			.reiting li{
					background: url(images/wrapper/star_un.png) center center #fff no-repeat;
					background-size: 90%;
					width: 20%;
					display: block;
					height: 100%;
					padding: 0px;
					margin: 0px;
					list-style: none;
					float: left;
					cursor:pointer;
			}

			.reiting li.active{
					background: url(images/wrapper/star_ac.png) center center gray no-repeat;
					background-size: 90%;
			}
			.reiting li .state{
				    position: absolute;
					bottom: -27px;
					padding: 5px;
					color: red;
					background: black;
					display:none;
			}

div.bootbox.modal div.modal-dialog button.btn-success {
  background-color: #049d00;
}


/*.spolocnost-block {
  padding: 0;
}

.spolocnost {
  width: 400px;
  color: #0b558a;
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  padding-top: 20px;
  text-align: center;
  background-image: url("images/wrapper/icon.png");
  background-repeat: no-repeat;
  background-size: 45px;
  background-position: 42px 0px;
  margin: 0 auto;
}

.spolocnost:after {
  content: " ";
  display: block;
  width: 350px;
  height: 2px;
  border-radius: 2px;
  background-color: #e2e2e2;
  margin: 5px;
}

.spolocnost-text > p {
  font-size: 18px;
  color: #939598;
  text-align: center;

}

.spolocnost-text {
	padding: 25px;
    background-color: #0b558a;
}*/


.orientacia-form {
  margin: 10px 0 10px 0;
}

h2.orientacia-nadpis {
	margin: 20px 0 20px 0;
  text-align: center;
}


.orientacia-form label {
	color: #0b558a;
}

.orientacia-form button.odoslat-orientacia {
	background-color: #0b558a;
	color: #fff;
}

.orientacia-form button.odoslat-orientacia:hover {
	background-color: #ff6600;
	color: #fff;
}

.news-text {
  width: 100%;
  text-align: left;
  font-size: 24px;
  color: #959597;
}


.side-article .news-article {
  width: 100%;
  font-size: 20px;
}

.side-article .news-article > .citaj-viac {
  margin: 20px 80px 75px 0px;
}

.footer .style {
	margin: 45px 0 0 0;
}

#article-detail h1 {
	margin: 10px 0 10px 0;
}

#article-detail .content {
	margin-top: 35px;
}

#article-detail #photo-gallery {
	margin: 30px 0 30px 0;
}

#article-detail .footer style {
	min-height: 35px;
	margin: 0 auto;
}

#article-detail .footer a {
	color: #0b558a;
  font-size: 16px;
  color: #0b558a;
  font-weight: bold;
}

#article-detail .footer a:hover {
	color: #ff8b05;
}

.news-article {
  min-height: 360px;
}

#articleInclude {
  margin: 0 0px;
  display: block;
}

.image-clanok {
  padding: 0;
}

.news-article:hover {
	background-color: #f0f0f0;
}

.news-article > a {
	width: 10px;
}

.news-article .text {
  width: auto;
  text-align: left;
  font-size: 13px;
  height: 60px;
  margin: 10px 0;
}

.blue-block {
  height: 245px;
  background-color: #0b558a;
  margin-top: 50px;
}

.blue-block-text {
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.gray-block {
  height: 245px;
  background-color: #e2e2e2;
  margin-top: 50px;
}

.gray-block-nadpis {
  color: #0b558a;
  font-size: 34px;
  padding-top: 15px;
  text-align: center;
}

.gray-block-text {
  float: right;
  margin-right: 55px;
  text-align: right;
}

.shop-action-form {
  display: none;
}

.pz-form {
  background-color: #fff;
  border-radius: 0;
}

.pz-form a {
  background-color: #fff;
}

.pz-form a:hover {
  background-color: #fff;
}

.prihlasit {
  color: #fff;
  background-color: #0b558a;
  padding: 5px 25px;
  margin-top: 5px;
  background-image: url('images/icons/sipka-partnerska zona.jpg');
  background-repeat: no-repeat;
  background-position: 90px center;
  font-size: 16px;
  width: 116px;
  text-align: center;
}

.zapamataj {
  display: inline-block;
  color: #939598;

  font-size: 10px;
  text-transform: uppercase;
}

.pz-texty {
  margin-right: 12px;
  color: #949599;
  font-size: 10px;
  text-transform: uppercase;
}

.articles {
  margin-top: 0px;
}

.news {
  background-image: url('images/icons/news-icon.png');
  background-position: 95px 4px;
  margin-top: 35px;
  margin-bottom: 35px;
  color: #155789;
  display: block;
}

.main p a.fancybox img {
  border: solid 10px #fff;
}


.main p a.fancybox {
  display: inline-block;
  border: solid 1px #0b558a;
  margin: 5px;
}

.main p a.fancybox:hover {
  border: solid 1px #939597;
}

.date {
  color: #0b568d;
  font-size: 12px;
  font-weight: bold;
}


.nadpis {
  color: #b2b3b5;
  font-size: 14px;
  font-weight: bold;
  min-height: 18px;
}

.nadpis a {
  color: #939498;
  text-transform: uppercase;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

.nadpis a:hover {
  color: #fe8d01;
}

/*#articleInclude img {
	width: 100%;
}*/

.news-text {
  color: #000;
  font-size: 13px;
  min-height: 60px;
}

.citaj-viac {
  color: #fff;
  width: 115px;
  margin: 0;
  background-color: #0c558a;
  background-image: url("images/icons/oko.png");
  background-repeat: no-repeat;
  background-position: 80px center;
  text-align: left;
  font-size: 13px;
  padding-left: 11px;
  margin-left: 67%;
}

.citaj-viac a {
  color: #fff;
}

.citaj-viac:hover {
  background-image: url("images/icons/oko.png")!important;
  background-repeat: no-repeat;
  background-position: 80px center;
  color: #fff;
  border: solid 1px #ff8b05;
  font-size: 13px;
  text-align: left;
  padding-left: 11px;
  background-color: #ff8b05;
  font-weight: bold;
}
.citaj-viac a:hover {
  color: #ff9300!important;
}

.pictogram-div {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  margin-top: 20px;
}
.pictogram-div > div:hover{
  opacity: 0.8;
}

.pictogram-div > div{
  width: 20%;
  float: left;
}

.pictogram-div > div:hover .picto-text {
  background-color: #ff800d;
}

.picto-text {
  width: 220px;
  height: 90px;
  background-color: #0d3f65;
  margin-right: 0;
}

.picto-text > p > a {
  color: #fff;
  display: block;
  padding: 18px 44px;
  font-size: 19px;
}

.picto-text > p > a:hover {
  background-color: #ff800d;
}

.btn-side-menu {
  margin-left: 0;
}

.kde-nas-najdete {
  color: #fff;
  width: 260px;
  margin: 0;
  background-color: #0c558a;
  background-image: url("images/icons/oko.png");
  background-repeat: no-repeat;
  background-position: 227px center;
  text-align: left;
  font-size: 18px;
  padding-left: 10px;
}

.kde-nas-najdete a {
  color: #fff;
}

.kde-nas-najdete:hover {
  background-image: url("images/icons/oko_hover.png")!important;
  background-repeat: no-repeat;
  background-position: 227px center;
  color: #0b558a;
  border: solid 1px #e2e2e2;
  font-size: 18px;
  text-align: left;
  padding-left: 10px;
  font-weight: bold;
}
.kde-nas-najdete a:hover {
  color: #ff9300!important;
}

#article-detail .footer > a {
  padding-left: 39%;
}

div.modal-body div.success {
  color: #178b00;
  text-align: center;
}

div.modal-footer button.success {
  background-color: #178b00 !important;
}

.footer {
  min-height: auto;
  margin-top: 10px;
}

.footer-gray {
  min-height: 382px;
  background-color: #e2e2e2;
  background-image: url("images/wrapper/logo.png");
  background-repeat: no-repeat;
  background-position: 91px 30px;
  background-size: 290px 64px;
  padding-top: 115px;
}

.footer-blue {
  min-height: 382px;
  background-color: #0c558a;
}

.left-article {
  float: left;
}

.right-article {
  float: left;
}

.footer-gray-nadpis{
  color: #0b558a;
  font-size: 22px;
}

.footer-text {
  color: #949597;
  font-size: 16px;
}

.footer-blue-nadpis {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  margin: 8px 0px;
  text-align: center;
}

.form-line {
  color: #fff;
  padding-left: 18px;
}

.footer-menu li.menuItem {
  display: block;
  padding-top: 20px;
  text-transform: capitalize;
  color: #939598;
  padding: 0;
  font-size: 16px;
}

.footer-menu li.menuItem a {
  color: #939598;
  padding: 0;
}



.footer-menu li.menuItem a:hover {
  color: #0b558a;
  padding: 0;
}

.footer-gray li {
  list-style-type: none;
  font-size: 15px;
}

/*.middle-footer-text {
  font-size: 16px;
  font-family: "Exo";
}*/

.footer-text-sro {
  color: #6d6e71;
  font-size: 16px;
  font-weight: bold;
}

.footer-text {
  font-size: 12px;
}

.footer-text-bottom {
  margin-top: 30px;
}

.footer-text-email {
  color: #6d6e71;
  font-size: 13px;
  font-weight: bold;
}

.footer-contact {
  display: block;
  width: 100%;
  max-width: 295px;
  height: 30px;
  margin: 3px auto;
  border-radius: 5px;
  border: none;
  color: gray;
  padding-left: 35px;
}


.f-contact-meno {
  background-image: url('images/icons/clovek-form.jpg');
  background-repeat: no-repeat;
  background-position: 10px center;
}

.f-contact-email {
  background-image: url('images/icons/obalka-form.jpg');
  background-repeat: no-repeat;
  background-position: 10px center;
}

.f-contact-telefon {
  background-image: url('images/icons/telefon-form.jpg');
  background-repeat: no-repeat;
  background-position: 10px center;
}

.footer-contact-sprava {
  display: block;
  width: 100%;
  max-width: 295px;
  height: 153px;
  margin: 3px auto;
  border-radius: 5px;
  border: none;
  color: gray;
  padding-left: 35px;
  padding-top: 5px;
  background-image: url('images/icons/bubble-form.jpg');
  background-repeat: no-repeat;
  background-position: 10px 5px;
}

.poslat-button {
border: 1px solid #1077b9;
background-color: #0c558a;
padding: 15px;
width: 76px !important;
height: 48px;
color: #fff;
font-weight: bold;
margin: 15px 24px 0 0;
display: block;
background-image: url("images/icons/poslat-sipka.jpg");
background-repeat: no-repeat;
background-position: 34px center;
font-size: 17px;
float: right;
border-radius: 2px;
}

.poslat-button:hover{
  color: #fff;
  background-image: url("images/icons/poslat-sipka-orange.jpg");
  background-repeat: no-repeat;
  background-position: 35px center;
  background-color: #053c64;
}

.footer-line-text {
  color: #949599;
  font-size: 12px;
}

.article-list {
  text-align: left;
}

.news-item {
  display: inline-block;
}

.odoslat {
  background-color: #e2e2e2;
  border: solid 2px #f0f0f0;
  color: #0c558a;
  border-radius: 3px;
  margin-right: 30px;
  font-weight: bold;
}

.odoslat:hover{
  background-color: #0c558a;
  border: solid 2px #0c558a;
  border-radius: 3px;
  color: #fff;
}

.kraj {
  font-size: 16px;
  color: #949597;
}

.side {
  list-style-type: none;
  font-size: 18px;
  color: #fff;
  margin-top: 31px;
}

ul.side > li {
  background-color: #0b558a;
  text-align: left;
  padding: 5px 0px 5px 5px;
}

ul.side > li:hover {
	background-color: #053c64 !important;
}

ul.side >li a {
  color: #fff;
  font-size: 14px;
  display: block;
  width: 180px;
  border-bottom: 2px solid #053c64;
  padding: 5px 0px 5px 5px;
}

ul.side li:hover {
  background-color: #0b558a;
  color: #ff8b05;
}

ul.side li:hover a {
  color: #ff8b05;
}

ul.side .selected a:hover {
  color: #fc7d00;
}

.img-thumbnail {
  width: 150px;
  height: 150px;
}

.shop-action-form {
  margin-top: 10px;
}

.name-form-block {
	color: #0b558a;
}

.email-form-block {
  color: #0b558a;
}

.tel-form-block {
  color: #0b558a;
}

.visit-form-select-block {
  background-color: #0b558a;
}

.visit-form-select-block > option {
  color: #fff;
}

.form-group > select {
  color: #fff;
}

.shop-buttons {
  margin: 10px 0;
}

.btn-review {
  margin-right: 5px;
  background-color: #e2e2e2;
  border: solid 1px #e2e2e2;
  color: #0b558a;
  font-weight: bold;
  padding: 6px 4px;
}

.btn-visit {
  margin-left: 5px;
  background-color: #e2e2e2;
  border: solid 1px #e2e2e2;
  color: #0b558a;
  font-weight: bold;
  padding: 6px 4px;
}

.btn-review:hover {
  background-color: #fe8503;
  border: solid 1px #fe8503;
  color: #fff;
}

.btn-visit:hover {
  background-color: #fe8503;
  border: solid 1px #fe8503;
  color: #fff;
}

.review-form-block > label {
  color: #0b558a;
}

.priloha {
  width: 228px;
  margin-top: 5px;
}

.little-cv-form {
  margin-top: 10px;
}

.little-cv-form > label {
  margin-right: 5px;
  color: #0b558a;
}

.little-cv-form > .meno-career-form {
  color: #0b558a;
}

.cv-nadpis {
  margin: 12px 0px 15px 0px;
}

.meno-career-form {
  width: 270px;
  padding: 5px;
border: solid 1px #b6cc14;
}

.email-career-form {
  width: 270px;
  padding: 5px;
  border: solid 1px #b6cc14;
}

.priloha {
  border: none;
  box-shadow: none;
}

.cv-button {
  width: 215px;
  height: 50px;
  background-color: #0b558a;
  font-size: 17px;
  margin-top: 10px;
}

.cv-button > a {
  color: #fff;
  display: block;
  padding: 11px 10px 15px 10px;
}

.cv-button {

}

.cv-button > a:hover {
  background-color: #ff8b05;
}

button, input[type=submit] {
	background-color: #0b558a;
	border: solid 2px #0b558a;
	color: #fff;
	width: 100px;
}

button, input[type=reset], input[type=submit] {
	background-color: #0b558a;
	border: solid 2px #0b558a;
	color: #fff;
	width: 100px;
	padding: 2px;
}

button, input[type=submit]:hover {
	background-color: #ff8b05;
	border: solid 2px #ff8b05;
	color: #fff;
	width: 100px;
}

button, input[type=reset]:hover {
	background-color: #ff8b05;
	border: solid 2px #ff8b05;
	color: #fff;
	width: 100px;
	padding: 2px;
}













.menu nav > ul > li > ul >li {
    text-align: left;
    padding: 4% 0 4% 18%;
    background-color: #0b558a;
}

#header-lang {
  float: right;
  height: 43px;
  width: 587px;
}
#header-contact {
  float: right;
  height: 64px;
  width: 587px;
}
#header-contact .data-box {
  float: left;
  height: inherit;
  font-size: 1.1em;
  width: 210px;
}
#header-contact .data-box img {
  margin-right: 6px;
}
#header-contact .search-box {
  float: left;
  height: inherit;
  width: 160px;
}
/**search-container***********************************************************/

#search-container input#search_keyword {
  background: url(images/wrapper/header/search-form-input.png);
  border: 0;
  color: #afafb0;
  float: left;
  font-size: 0.9em;
  height: 28px;
  padding: 0 5px;
  text-align: center;
  width: 123px;
}
#search-container input#search_button {
  background: url(images/wrapper/header/search-form-button.png);
  border: 0;
  float: left;
  height: 28px;
  margin-left: -1px;
  width: 35px;
}
/**menu***********************************************************/
.menu nav
{
  margin-bottom: -30px;
  position: relative;
  z-index: 999;
}
.menu nav > ul > li > ul
{
  display: none;
  position: absolute;
  top: 100%;
  width: 300px;
  left: 0;
  list-style: none;
  background-color: #0b558a;
}
.menu nav > ul > li:hover > ul,.menu nav > ul > li.sub-menu:hover > ul
{
  display: block;
}
.menu nav > ul > li > ul >li
{
  text-align: left;
  padding: 4% 0 4% 18%;

}

nav {
  max-width: 1110px;
  width: 100%;
  height: 60px;
  background-color: #0b558a;
  text-align: center;
  display: table;
}

ul.menu {
  display: table-row;
  width: 100%;
  position: relative;
}

.menuItem {
  position: relative;
  padding-top: 20px;
  color: #fff;
  list-style-type: none;
  text-transform: uppercase;
  display: table-cell;
  width: 1%;
  cursor: pointer;
}

.menuItem:hover {
  background-color: #053c64;
}

.menuItem a {
  color: #fff;
}
.menuItem li:hover a {
   color: #ff7900;
}
.menuItem li:hover {
   background-color: #053c64;
}

.menuItem:hover > a {
  color: #ff7900;
}

.selected > a  {
 	color: #ff8b05 !important;
	display: block;
}


/**search form container**************************************************/

#search-container {
  float: right;
}
/**my account - header section********************************************/

#header .user-account {
  float: right;
}
/**shopping cart preview**************************************************/

#shopping-cart-preview {
  float: right;
  clear: both;
}
#product-added {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
/**language selector******************************************************/

ul#language-selector {
  float: right;
  list-style: none;
}
ul#language-selector li {
  border-right: 1px solid #afafb0;
  display: inline-block;
  font-size: 0.9em;
  height: 17px;
  text-align: center;
  text-transform: uppercase;
  width: 25px;
}
ul#language-selector li:nth-last-child(1) {
  border: 0;
}
ul#language-selector li a:hover,
ul#language-selector li a:focus {
  color: #073643;
  font-weight: bold;
}
/**slideshow**************************************************************/
#slider {
    width: 100%;
    height: 320px;
    z-index: 10;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
#carousel > div {
    width: 1110px;
    height: 320px;
    float: left;
    background-size: contain;
}
#carousel > div.current {
    position: position;
    z-index: 99;
}
#carousel > div > a {
    display: block;
    z-index: 10;
}
.hero-carousel-nav {
    width: 100%;
    min-width: 1110px;
    height: 1px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.hero-carousel-nav li {
    background: #000 url(images/wrapper/ico-next.png) no-repeat;
    background-size: 15%;
    background-position: 10% 50%;
    position: absolute;
    height: 320px;
    bottom: -8px;
    right: 0;
    list-style: none;
    opacity: .3;
}
.hero-carousel-nav li.prev {
    background-image: url(images/wrapper/ico-prev.png);
    background-position: 90% 50%;
    left: 0;
    right: auto;
}

.hero-carousel-nav li a {
    color: #fff;
    border: none;
    outline: none;
    display: block;
    float: left;
    padding: 5px 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -100px;
    overflow: hidden;
}
.hero-carousel-nav li.prev a {
    right: 0;
}
.hero-carousel-nav li.next a {
    left: 0;
}
.hero-carousel-nav li:hover {
    opacity: .1;
/**slideshow-banner*******************************************************/

#slideshow-banners {
  position: absolute;
  top: 455px;
  z-index: 99;
  width: 100%;
}
#slideshow-banners-container {
  height: inherit;
  margin: 0 auto;
  width: 1204px;
}
.slideshow-banner {
  background-color: #073643;
  border-radius: 10px;
  display: block;
  float: left;
  height: 252px;
  padding: 30px;
  width: 384px;
}
.slideshow-banner:hover,
.slideshow-banner:focus {
  background-color: #b6d443;
}
.slideshow-banner#prepravna-sluzba {
  position: relative;
}
.slideshow-banner#prepravna-sluzba > img {
  left: 179px;
  position: absolute;
  top: 144px;
}
.slideshow-banner#skladovanie {
  margin-left: 20px;
  position: relative;
}
.slideshow-banner#skladovanie > img {
  left: 206px;
  position: absolute;
  top: 151px;
}
.slideshow-banner#on-board-kurier {
  margin-left: 20px;
  position: relative;
}
.slideshow-banner#on-board-kurier > img {
  left: 239px;
  position: absolute;
  top: 99px;
}
.slideshow-banner div.title {
  color: #bbe1d2;
  font-size: 2.7em;
  font-weight: bold;
}
.slideshow-banner div.text {
  color: white;
  font-size: 1.3em;
  height: 60px;
}
.slideshow-banner a.read_more {
  background-color: white;
  border-radius: 10px;
  color: #073643;
  display: block;
  height: 30px;
  position: absolute;
  text-align: center;
  width: 91px;
}
/**messages***************************************************************/

#messages-container {
  display: block;
  margin: 0 0 10px;
}
#messages-container .error,
#messages-container .info,
#messages-container .success {
  padding: 8px 35px 8px 14px;
  margin: 20px auto;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #fbeed5;
  border-radius: 4px;
  width: 65%;
}
#messages-container .error {
  color: #b94a48;
  border-color: #eed3d7;
}
#messages-container .info {
  border-color: #5f9fd1;
  color: #1c76bc;
}
#messages-container .success {
  border-color: #d6e9c6;
  color: #468847;
}
#messages-container .error span,
#messages-container .info span,
#messages-container .success span {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  background-size: cover;
}
#messages-container .error span {
  background-image: url(images/layout/error.jpg);
}
#messages-container .info span {
  background-image: url(images/layout/info.jpg);
}
#messages-container .success span {
  background-image: url(images/layout/success.jpg);
}
/**content****************************************************************/

#content {
}
/**left column categories*************************************************/

#left-column .categories ul {
  list-style: none;
  margin: 0 0 20px;
}
#left-column .categories ul li a {
  padding: 4px 10px;
  display: block;
}
#left-column .categories ul li.selected > a {
  color: red;
}
/*level 2*/

#left-column .categories ul li > ul {
  display: none;
}
#left-column .categories ul li.selected > ul {
  display: block;
  margin: 0;
}
#left-column .categories ul li.selected > ul > li > a {
  padding: 4px 20px;
}
/**also buyed products****************************************************/

#also-buyed-products > p {
  font-size: 16px;
}
#also-buyed-products > ul {
  margin: 10px 0 0;
  list-style: none;
}
#also-buyed-products > ul li {
  display: block;
  float: left;
}
#also-buyed-products > ul li span {
  float: left;
}
#also-buyed-products > ul li .img-container img {
  width: 35px;
}
#also-buyed-products > ul li span.content-container {
  width: 215px;
  margin: 0 0 0 10px;
}
#also-buyed-products > ul li span.content-container span {
  float: none;
  display: block;
}
#also-buyed-products > ul li span.content-container span.old-price {
  text-decoration: line-through;
  font-size: 11px;
}
/**footer*****************************************************************/

#footer {
  width: 980px;
  margin: 0 auto;
}
#footer .logo {
  float: left;
  display: block;
  background-image: url(images/wrapper/logo.png);
  height: 54px;
  width: 106px;
}
#footer .menu {
  float: left;
  list-style: none;
}
#footer .menu li {
  float: left;
}
#footer .menu li a:hover {
  color: white;
  color: #cbdc2c;
}
#footer .copy {
  color: white;
  font-size: 12px;
  margin: 30px auto 0 auto;
  width: 310px;
  padding: 0 0 5px 0;
}
#footer .copy a {
  color: white;
}
#footer .copy a:hover {
  color: #cbdc2c;
}

.shop-buttons {
  display: inline-block;
}

.btn-review {
  margin: 0;
}

.btn-visit {
  margin: 0;
}



