body {
	padding: 0;
	background: #575757;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	line-height: 1.5;
  background: rgb(251,244,166);
  background: linear-gradient(90deg, rgba(251,244,166,1) 0%, rgba(253,238,223,1) 100%);
}

a.under {
	text-decoration: underline;
}

a.under:hover {
	text-decoration: none;
}

button {
	cursor: pointer;
	background-color: #ff0066;
	border: 1px solid #ff0066;
	color: #fff;
	font-weight: 400;
	font-size: 15px;
  font-size: 0.9375rem
}

.wrapper {
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;
}

#header {
	padding: 0px;
  background: none;
  border: none;
  height: 100%;
}

#header, #header a{
  color:#fff;
}

#menuBlock {
	background: none;
}

#menu {
	height: 40px;
    background: linear-gradient(90deg, rgba(251,244,166,1) 0%, rgba(253,238,223,1) 100%);
    background-color: #fff29c;
}

#subBlock {
	margin-bottom: 5px;
}

#row-head{
    height: 100%;
}

#row-head * {
	vertical-align: middle;
}

#header h1 {
  font-size: 2em;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 45px;
  font-weight:600;
}

#header a{
  color:black;
}

#block-language {
  line-height:65px;
  padding-top:8px;
}

#block-language a{
  font-weight:700;
  font-size:18px;
  padding:4px 8px;
}

#block-language img {
  vertical-align:baseline;
}

#block-language span {
	text-align: left;
}

#block-search{
  vertical-align: top;
  padding-top:10px;
  line-height:40px;
  position:relative;
}

#search-web{
  line-height:100px;
}

#search-web-button, #cart-button {
	cursor: pointer;
  width:34px;
}
#cart-button {
  margin: 0 auto;
  position: relative;
  line-height:15px;
}

#cart-button #cart-badge{
  position:absolute;
  left: 75%;
  top: 30%;
  font-size:16px;
}

#searchForm {
    background: rgba(255,255,255,0.93) none repeat scroll 0 0;
    border: 1px solid #000000;
    padding: 10px;
    z-index: 10;
    position: absolute;
    top: 48px;
    right: -15px;
    display: none;
    width: 295px;
    line-height:30px;
}

#header a {
}

#logo {
	padding: 0;
	color: #FFFFFF;
  padding-left: 1.5rem!important;
}

#logo h1 {
	line-height: 120px;
	text-transform: capitalize;
	letter-spacing: -2px;
	font-size: 3.8em;
}

#logo a {
	border: none;
	background: none;
}

#logo img {
	width: 80px;
}

#logo a img:hover {
	-moz-box-shadow:    0 0 1px 10px #fff;
	-webkit-box-shadow: 0 0 1px 10px #fff;
	box-shadow:         0 0 1px 10px #fff;
	background-color: #fff;
}

.center {
	text-align: center;
}

main {
	height: 100%;
	padding: 0px 10px;
}

main .container, main.container, .banner .container{
  //background-color: #f0f0f0;
  background-color: #fff;
}

.container-info{
  background-color: #ffffff;
}

.bottom-banner{
  background-color: #e2e2e2;
}

#container-partners{
  background-color: #f0f0f0;
}

.background-footer{
 background-color: #575757;
 padding-bottom: 20px;
}

footer .container{
  background-color: #ffce6d;
}

footer .container, footer .container a {
  color:#000;
}

footer, #footer {
  background:none;
}

#partners {
	text-align: center;
}

#partners img {
-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  -webkit-filter: grayscale(1);

	border: none;
  	margin: 4px 0;

}

#partners img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
  -webkit-filter: none;
}

#cfooter {
	text-align: center;
	padding: 10px 0;
}

#subBlock {
	background-color: #DDD8C2;
}

#subBlock,
#subBlock a {
	color: #000000;
}

#subBlock #smallCalendar .day,
#subBlock #smallCalendar .upDown {
	border: 1px solid #5c5552;
}

nav {
	padding-top: 3px;
	padding-left: 12px;
	text-align: left;
}

/* Menu */
#menuBlock {
	border-collapse: collapse;
}

#menu {
	padding: 0;
	margin: 0;
	width: 100%;
	line-height: 40px;
}

.mainMenu {
	margin: 0;
	display: table;
	width: 100%;
}

#menu ul li {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	display: table-cell;
	text-align: center;
}

#menu .sub_menu {
	left: 0;
	position: absolute;
	top: 100%;
	visibility: hidden;
	width: 300px;
	background: #fff;
	padding: 10px;
	z-index: 1000;
	margin-top: -1px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
}

#menu ul ul ul {
	border: none;
	width: 100%;
	padding: 0px 10px;
}

#menu ul ul ul li a:before {
	content: '>';
	color: #ff0066;
	margin-right: 10px;
}

#menu ul ul li {
	display: block;
}

#menu ul ul li a {
	color: #000;
	font-size: 1em;
	line-height: 2em;
  text-align:left;
}

#menu ul ul li a:hover {
	color: #000;
}

#menu ul li.hover,
#menu ul li {
	position: relative;
}

#menu a {
	line-height: 2.2em;
	padding: 0px 12px 0px 12px;
	text-decoration: none;
	text-align: center;
	font-size: 1.2em;
	font-weight: 300;
	color: #000000;
	width: 100%;
	display: block;
}

#menu a:hover {
	text-decoration: none;
}

#menu .def:hover {
	text-decoration: underline;
}

#menu a:hover span {
	border-bottom: 2px solid #000;
}

#menu .active_item {
	font-weight: bold;
}

#menu .active_item span {
	border-bottom: 2px solid #ff0066;
}

#menu .otherWeb {
	line-height: 0;
	font-size: 1em;
	vertical-align: middle;
}

#menu .otherWeb a {
	font-size: 1em;
      font-weight: 600;
	line-height: 12px;
  color: #ff0066;
}

#menu .otherWeb a:hover span {
	border-bottom: none;
}

.leftMainMenu {
	padding: 0;
	margin: 0;
	line-height: 1;
}

.leftMainMenu ul {
	padding-left: 0px;
	display: none;
}

.leftMainMenu, .leftMainMenu ul {
	list-style: outside none none;
}

.leftMainMenu li {
	margin: 0;
}

li .lit {
	border-bottom: 1px solid rgba(69, 74, 84, 0.7);
	margin: 0;
	display: block;
}

.leftMainMenu li ul li .lit {
	padding-left: 15px;
}

.leftMainMenu .lit:hover {
	background-color: silver;
}

.leftMainMenu ul li ul li .lit {
	padding-left: 30px;
}

.leftMainMenu ul li ul li ul li .lit {
	padding-left: 40px;
}

.leftMainMenu .active_item {
	background-color: silver;
}

.leftMainMenu li a {
	display: inline-block;
	padding: 10px 20px;
	width: 62%;
}

.leftMainMenu li img {
	display: inline-block;
	float: right;
	vertical-align: middle;
	padding: 8px 6px;
	cursor: pointer;
}

.rotated {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg)
}

.highlight {
	background: #fbf9ee;
	border: 1px solid #fcefa1;
	color: #5C5552;
}

.error {
	background: #fef1ec;
	border: 1px solid #cd0a0a;
	color: #cd0a0a;
}

.highlight, .error {
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 2px;
	padding: 6px;
	font-weight: bold;
	cursor: pointer;
}

.lButton {
	display: inline-block;
	width: 26px;
	height: 20px;
	text-align: center;
	background: #e6e6e6;
	border: 1px solid #d3d3d3;
	color: #555555;
	font-weight: normal;
}

.lButton:hover {
	border: 1px solid  #212121;
	background: #EBEBEB;
}

.lButton img {
	vertical-align: middle;
}

/* Form */
.pForm fieldset {
	padding: 1em;
	font-weight: bold;
}

.pForm label {
	float: left;
	width: 15%;
	margin-right: 5px;
	padding-top: 2px;
	text-align: right;
	font-weight: bold;
}

.btnblock {
	margin-left: 15%;
}

/* content */
.wideBlock {
	width: 100%;
	display: table;
	border-bottom: 2px solid #a39169;
}

.wideBlockMain {
	width: 100%;
	display: table;
}

.banner {
	width: 100%;
	text-align: center;
}

.banner .container{
  padding:20px;
}

.banner-content {
	width: 100%;
	background-color: #FFFFFF;
  padding:14px;

}
.banner-content-background {
  background-position:right center;
  background-repeat:no-repeat;
  text-align:left;
  min-height:204px;
  padding:10px 20px;
  width: 100%;
}

@media (min-width: 992px) {
  .banner-content-background {
    background-image:url(../images/banner-homepage.PNG);
  }
}

.navstivte {
	text-align: center;
	display: block;
	height: 100%;
	line-height: 1.3;
}

.navstivteBottom {
	line-height: 1.3;
	background-image: url(../images/vKostka.svg);
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: right;
	padding: 10px;
  text-align: right;
  font-weight: 800;
}

.navstivteBottom div {
	width: 115px;
	position: absolute;
	right: 0;
	top: 11px;
}

.navstivteInPage {
	text-align: center;
	display: block;
	height: 66px;
	margin-top: -6px;
}

.blockLeft {
	width: 220px;
	margin: 0px 6px 0px 0px;
	padding: 5px 5px 5px 10px;
	display: table-cell;
	vertical-align: top;
	height: 330px;
}

.blockCenter {
	margin: 0px 6px 0px 6px;
	padding: 5px;
	display: table-cell;
	vertical-align: top;
	border-left: 2px solid #a39169;
	border-right: 2px solid #a39169;
	height: 330px;
}

.blockRight {
	width: 220px;
	margin: 0px 0px 0px 6px;
	padding: 5px;
	display: table-cell;
	vertical-align: top;
	height: 330px;
}

.blockLargeLeft {
	width: 220px;
	display: table-cell;
	vertical-align: top;
	height: 100%;
	border-width: 2px 2px 0px 0px;
	border-color: #a39169;
	border-style: solid;
}

.subBlock {
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 10px;
	vertical-align: top;
}

.subBlockNoP {
	margin: 0px;
	vertical-align: top;
	border-bottom: 2px solid #a39169;
}

.bborder {
	border-bottom: 2px solid #a39169;
}

.blockLarge {
	width: 720px;
	margin: 0px 0px 0px 10px;
	padding: 20px;
	display: inline-block;
	height: 100%;
	vertical-align: top;
	min-height: 300px;
	position: relative;
}

.blockLarge table {
	margin: 0px auto;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

#smallCalendar .term {
	height: 60px;
	line-height: 1.3;
	margin-bottom: 4px;
	display: table;
	width: 100%;
	cursor: pointer;
}

.sRow.opened {
	border-bottom: 1px dashed #707070;
}

#smallCalendar .termInfo {
	display: none;
}

#smallCalendar .al {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 79%;
	padding-left: 15px;
}

#smallCalendar .day {
	display: table-cell;
	width: 15%;
	height: 100%;
	text-align: center;
	padding: 3px 0px 3px 0px;
	cursor: default;
}

#smallCalendar .upDown {
	display: table-cell;
	width: 6%;
	height: 100%;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
}

#smallCalendar .upDown img {
	vertical-align: middle;
}

#smallCalendar .day .d {
	font-size: 1.6em;
}

#smallCalendar .day .m {
	font-size: 1.0em;
}

#smallCalendar .sTbl {
	border-bottom: 1px dashed #5c5552;
	margin-bottom: 10px;
}

#smallCalendar .sTbl td {
	padding: 0px;
	vertical-align: middle;
}

/* STARE Zobrazeni Kalendare */
/*#smallCalendar .term {
	height: 60px;
	vertical-align: middle;
	line-height: 1.3;
	position: relative;
	margin-bottom: 4px;
	display: table;
	width: 100%;
}

.sRow.opened {
	border-bottom: 2px dashed #707070;
}

#smallCalendar .term .termInfo {
	position: absolute;
	background-color: #a8a8a8;
	z-index: 10;
	width: 200px;
	top: 100%;
	left: 50px;
	display: none;
	line-height: 1.5;
}

#smallCalendar .term .termInfo div {
	padding: 5px;
	border-top: 2px solid #a39169;
}

#smallCalendar .al {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 70%;
}

#smallCalendar .day {
	display: table-cell;
	width: 20%;
	height: 64px;
	text-align: center;
	margin-top: 2px;
	padding: 3px 0px 3px 0px;
	cursor: default;
}

#smallCalendar .upDown {
	display: table-cell;
	width: 10%;
	height: 64px;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
}

#smallCalendar .upDown img {
	vertical-align: middle;
}

#smallCalendar .day .d {
	font-size: 1.6em;
}

#smallCalendar .day .m {
	font-size: 1.0em;
	font-weight:
}

*/
#cart {
	position: absolute;
	bottom: 0px;
	padding: 20px;
	z-index: 10;
	border-color: #a39169;
	border-style: solid;
	border-width: 2px 2px 0px 2px;
}

.success {
	background: #19af57 none repeat scroll 0 0;
	border: 1px solid #0a6d33;
}

.warning {
	background: #ed9508 none repeat scroll 0 0;
	border: 1px solid #703d00;
}

.error {
	background: #ea3d2a none repeat scroll 0 0;
	border: 1px solid #930e00;
}

.warning, .error, .success {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 15px;
	color: #fff;
}

.warning img, .error img, .success img {
	vertical-align: middle;
}

.warning span, .error span, .success span {
	margin-left: 20px;
	padding: 8px;
	display: inline-block;
}

.closeNot {
	float: right;
	padding-right: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	cursor: pointer;
}

.closeNot:hover {
	padding-top: 11px;
}

.hidden {
	display: none;
}

.left {
	text-align: left;
}

#kFormBtn {
	position: absolute;
	right: 25px;
	top: 75px;
}

#backBtn {
	position: absolute;
	left: -22px;
	top: -2px;
	width: 125px;
	height: 60px;
	line-height: 65px;
}

.tymImg {
	display: table-cell;
}

.tymNdp {
 margin-bottom:10px;
}

.tymPozice * {
	text-align: left;
}

.tymPopis {
	vertical-align: top;
	display: table-cell;
	padding: 0px 10px;
}

.tymSp {
	margin-bottom: 20px;
}

.tymRow {
	display: table;
}

.tymDetail {
	float: right;
	margin: 0px 0px 20px 20px;
}

.uForm {
	line-height: 30px;
}

.uForm legend {
	font-weight: bold;
}

.uForm button {
	text-align: center;
	margin: 0px auto;
	display: block;
}

.uForm label {
	float: left;
	width: 300px;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
}

.uForm .popis {
	float: left;
	width: 300px;
	text-align: right;
	margin-right: 30px;
}

.uForm textarea {
	width: 100%;
}

.uForm textarea.small {
	width: 300px;
}

.uForm .tWrapper {
	display: block;
	padding-right: 7px;
}

.uForm .req {
	font-weight: bold;
	color: red;
}

.product_line {
	width: 100%;
	display: table-row;
	vertical-align: top;
}

.product_image {
	width: 125px;
	display: table-cell;
}

.product_text {
	display: table-cell;
	vertical-align: top;
	width: 100%;
	max-width: 595px;
	padding-left: 10px;
}

.product_order {
	float: right;
	margin-top: 20px;
	text-align: right;
}

.cart_row {
	width: 576px;
	font-weight: bold;
	display: inline-block;
}

.cart_submit {
	text-align: center;
}

.btn_center {
	text-align: center;
}

#kosik {
	padding: 10px 0px 10px 0px;
	margin-bottom: 10px;
}

#kosik tbody {
	border-top: 1px solid #a39169;
	border-bottom: 1px solid #a39169;
}

#kosik td,
#kosik th {
	line-height: 2em;
}

#kosik .r {
	text-align: right;
}

#kosik .c {
	text-align: center;
}

.faktHid {
	display: none;
}

.kamDal td {
	vertical-align: middle;
}

.dal_blok {
	width: 40px;
}

.arrow {
	width: 52px;
	height: 55px;
	vertical-align: middle;
	line-height: 48px;
	font-weight: bold;
	background-repeat: no-repeat;
}

.arrow_right {
	background-image: url(../images/arrow_right.png);
	text-align: left;
}

.arrow_left {
	background-image: url(../images/arrow_left.png);
	text-align: right;
}

.sHolder {
	display: table;
	width: 100%;
}

.sMain, .sDetail {
	display: table-cell;
	width: 100%;
}

.sMain {
	width: 70%;
	padding-right: 10px;
}

.sDetail {
	width: 30%;
	padding-left: 10px;
}

.sPrice {
	display: inline-block;
	width: 56%;
	vertical-align: middle;
}

.sText {
	font-size: 1.2em;
	color: #ff6600;
}

.sInfo {
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #000;
	width: 100%;
	margin: 10px 0px;
	padding: 10px 0px;
}

.sInfo button {
}

.sRow {
	font-size: 1.2em;
	line-height: 1.8em;
	width: 100%;
	margin: 10px 0px;
	border-bottom: 1px dashed #000;
	background-image: url(../images/icons/down.svg);
	background-size: 22px;
	background-position: top right;
	background-repeat: no-repeat;
	cursor: pointer;
}

.sRow.opened {
	background-image: url(../images/icons/up.svg);
}

.sRow.noIcon {
	background-image: none;
}

.sDet {
	display: none;
}

.sDialog {
	display: none;
}

.sTbl {
	font-size: 15px;
	width: 100%;
	cursor: auto;
	display: table;
}

.sTbl th {
	text-align: right;
	padding: 2px;
}

.kontakt input[type=text], .kontakt input[type=email] {
	width: 263px;
}

#mainBanner {
	width: 100%;
  max-width: 1000px;
	clear: both;
	height: 200px;
	position: relative;
	background-image: url("../images/layout/VevaBannerBcgr.png");
	background-position: top center;
	background-repeat: no-repeat;
}

#mainBanner a {
	width: auto;
	height: auto;
	cursor: pointer;
	position: absolute;
	text-align: left;
	text-shadow: none;
	-webkit-transition: text-shadow 1.9s linear;
	-moz-transition: text-shadow 1.9s linear;
	-ms-transition: text-shadow 1.9s linear;
	-o-transition: text-shadow 1.9s linear;
	transition: text-shadow 1.9s linear;
}

#mainBanner a.hlt {
	//text-shadow: 0 0 4px white, 0 0 6px rgba(255, 0, 102, 0.4), 0 0 50px rgba(255, 0, 102, 0.5), 0 0 20px rgba(255, 0, 102, 0.2);
}

#mainBanner img{
  width:100%;
  height:100%;
  max-width:1000px;
  max-height:220px;
}

.right {
	text-align: right;
}

*, *::after, *::before {
	box-sizing: border-box;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
      margin: 0 auto;
      max-width: 900px;

}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* responsive Menu */
#menu-button{
  width:100%;
  text-align: right;
  cursor: pointer;
  padding-right: 15px;
}

.menu-name{
    line-height: 40px;
    font-size: 20px;
    cursor:pointer;
}

@media only screen and (max-width: 991px) {
  #header h1 {
    line-height:25px;
  }

  #menu ul li.otherWeb{
    padding-top:2px;
    vertical-align:top;
  }

  #logo img {
	 width: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .mainMenu {
    display: none;
    padding-bottom:10px;
  }

  #menu a {
    text-align:left;
  }

  #header {
    height:100%;
    min-height:110px;
  }

  #menuBlock, #menu{
    height:100%;
  }

  #menu {
    border-bottom:0 none;
  }

  #menu ul li{
    display:table-row;
  }

  #menu .otherWeb a{
    line-height: 2.2em;
    font-size: 1.2em;
  }

  #menu .sub_menu{
    visibility: visible !important;
    background: none;
    box-shadow: none;
    position:relative;
  }

   #menu ul li.otherWeb{
    padding-top:0;
    vertical-align:middle;
  }
}


@media only screen and (max-width: 991px) {
  #block-language {
    line-height:30px;
  }
}

@media only screen and (max-width: 575px) {
  #header h1 {
    line-height:40px;
  }

  #row-head {
    padding: 0px;
    line-height: 110px;
    height: 100px;
  }

  .claim{
    display:none;
  }

  #block-language {
    line-height:26px;
  }
}

.homeBcgr{
  background-image: url("../images/hra.png");
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

.homeBox{
  background-color:rgba(255,255,255,0.99);
}

#header .bcg{
  background-color: none;
}

/* hamburger icon */
 .hamburger {
  display: inline-block;
  padding-top: 4px;
}

.bar1, .bar2, .bar3 {
  width: 28px;
  height: 3px;
  background-color: #000;
  margin: 8px 0;
  transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 8px) ;
  transform: rotate(-45deg) translate(-8px, 8px) ;
}

/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
  transform: rotate(45deg) translate(-8px, -8px) ;
}

.form-group.required label:after {
   content:"*";
   color:red;
   margin-left:4px;
}

/* new calendar */
.calendar-event .right-block{
  background-color:#fff;
}

.calendar-event .left-block{
  background-color:#CCCCCC;
}


.calendar-event .day{
  color: #fff;
  height:86px;
  line-height:40px;
  margin:0 auto;
  width:80%;
}

.calendar-text{
  display:inline-block;
  height: 170px;
}

.bottom-forced{
      vertical-align: bottom;
    position: absolute;
    bottom: 2px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* image hover */
.overlay-container {
  position: relative;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.overlay-container:hover .image {
  opacity: 0.1;
}

.overlay-container:hover .middle {
  opacity: 1;
}

.text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.btn-outline-dark{
background-color:#fff}

.borderless td, .borderless th {
    border: none;
}