/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading { position: fixed;  top: 50%;  left: 50%;  width: 40px;  height: 40px;  margin-top: -20px;  margin-left: -20px;  cursor: pointer;  overflow: hidden;  z-index: 1104;  display: none; }
#fancybox-loading div { position: absolute;  top: 0;  left: 0;  width: 40px;  height: 480px;  background-image: url('/views/_default/www/js/fancy/img/fancybox.png'); }
#fancybox-overlay { position: absolute;  top: 0;  left: 0;  width: 100%;  z-index: 1100;  display: none; }
#fancybox-tmp { padding: 0;  margin: 0;  border: 0;  overflow: auto;  display: none; }
#fancybox-wrap { position: absolute;  top: 0;  left: 0;  padding: 20px;  z-index: 1101;  outline: none;  display: none; }
#fancybox-outer { position: relative;  width: 100%;  height: 100%;  background: #fff; }
#fancybox-content { width: 0;  height: 0;  padding: 0;  outline: none;  position: relative;  overflow: hidden;  z-index: 1102;  border: 0px solid #fff; }
#fancybox-hide-sel-frame { position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: transparent;  z-index: 1101; }
#fancybox-close { position: absolute;  top: -15px;  right: -15px;  width: 30px;  height: 30px;  background: transparent url('/views/_default/www/js/fancy/img/fancybox.png') -40px 0px;  cursor: pointer;  z-index: 1103;  display: none; }
#fancybox-error { color: #444;  font: normal 12px/20px Arial;  padding: 14px;  margin: 0; }
#fancybox-img { width: 100%;  height: 100%;  padding: 0;  margin: 0;  border: none;  outline: none;  line-height: 0;  vertical-align: top; }
#fancybox-frame { width: 100%;  height: 100%;  border: none;  display: block; }
#fancybox-left, #fancybox-right { position: absolute;  bottom: 0px;  height: 100%;  width: 35%;  cursor: pointer;  outline: none;  background: transparent url('/views/_default/www/js/fancy/img/blank.gif');  z-index: 1102;  display: none; }
#fancybox-left { left: 0px; }
#fancybox-right { right: 0px; }
#fancybox-left-ico, #fancybox-right-ico { position: absolute;  top: 50%;  left: -9999px;  width: 30px;  height: 30px;  margin-top: -15px;  cursor: pointer;  z-index: 1102;  display: block; }
#fancybox-left-ico { background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -30px; }
#fancybox-right-ico { background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -60px; }
#fancybox-left:hover, #fancybox-right:hover { visibility: visible; /* IE6 */ }
#fancybox-left:hover span { left: 20px; }
#fancybox-right:hover span { left: auto;  right: 20px; }
.fancybox-bg { position: absolute;  padding: 0;  margin: 0;  border: 0;  width: 20px;  height: 20px;  z-index: 1001; }
#fancybox-bg-n { top: -20px;  left: 0;  width: 100%;  background-image: url('/views/_default/www/js/fancy/img/fancybox-x.png'); }
#fancybox-bg-ne { top: -20px;  right: -20px;  background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -162px; }
#fancybox-bg-e { top: 0;  right: -20px;  height: 100%;  background-image: url('/views/_default/www/js/fancy/img/fancybox-y.png');  background-position: -20px 0px; }
#fancybox-bg-se { bottom: -20px;  right: -20px;  background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -182px;  }
#fancybox-bg-s { bottom: -20px;  left: 0;  width: 100%;  background-image: url('/views/_default/www/js/fancy/img/fancybox-x.png');  background-position: 0px -20px; }
#fancybox-bg-sw { bottom: -20px;  left: -20px;  background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -142px; }
#fancybox-bg-w { top: 0;  left: -20px;  height: 100%;  background-image: url('/views/_default/www/js/fancy/img/fancybox-y.png'); }
#fancybox-bg-nw { top: -20px;  left: -20px;  background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -122px; }
#fancybox-title { font-family: Helvetica;  font-size: 12px;  z-index: 1102; }
.fancybox-title-inside { padding-bottom: 10px;  text-align: center;  color: #333;  background: #fff;  position: relative; }
.fancybox-title-outside { padding-top: 10px;  color: #fff; }
.fancybox-title-over { position: absolute;  bottom: 0;  left: 0;  color: #FFF;  text-align: left; }
#fancybox-title-over { padding: 10px;  background-image: url('/views/_default/www/js/fancy/img/fancy_title_over.png');  display: block; }
.fancybox-title-float { position: absolute;  left: 0;  bottom: 0px;  height: 32px; }
#fancybox-title-float-wrap { border: none;  border-collapse: collapse;  width: auto; }
#fancybox-title-float-wrap td { border: none;  white-space: nowrap; }
#fancybox-title-float-left { padding: 0 0 0 15px;  background: url('/views/_default/www/js/fancy/img/fancybox.png') -40px -90px no-repeat; }
#fancybox-title-float-main { color: #FFF;  line-height: 29px;  font-weight: bold;  padding: 0 0 3px 0;  background: url('/views/_default/www/js/fancy/img/fancybox-x.png') 0px -40px; }
#fancybox-title-float-right { padding: 0 0 0 15px;  background: url('/views/_default/www/js/fancy/img/fancybox.png') -55px -90px no-repeat; }
/* IE6 */
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_close.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_nav_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_title_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame { height: expression(this.parentNode.clientHeight + "px"); }
#fancybox-loading.fancybox-ie6 { position: absolute; margin-top: 0;  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'); }
#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_loading.png', sizingMethod='scale'); }
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg { background: transparent !important; }
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_nw.png', sizingMethod='scale'); }/*
*  Default styles for elements from form helper
*/
.s { width: 50px; }
.m-form .date { width: 247px; }
.m-form .required { background-image: url(/helpers/form/formfiles/images/hvezda.gif); background-repeat: no-repeat;  background-position: -1px 2px; }
.m-form .optional {  }
.m-form .not_valid, .m-form input:invalid, .m-form textarea:invalid { background: #fbe7e2; }
.m-form .form_errors { background: #fee; }
.m-form .error_msg { color: red;  margin-left: 10px; }
.m-form .captcha-br { display: none; }
.m-form .captcha-img { float: left;  margin: 4px 0; }
.m-form .captcha-input { margin: 11px 0 0 15px;  width: 100px; }
.m-form .form-loading { display: none; position: absolute;
	z-index: 100;  width: 100%;  left: 0;  top: 0; }
.m-form .form-loading div { font-weight: bold;  font-size: 12pt;  padding: 70px 50px 70px 75px;  background: #fff url(/helpers/form/formfiles/images/loading.gif) no-repeat 25px 50%;
	position: absolute;  left: 40%;  top: 220px;  border: 1px solid #ddd; }
body {
  margin: 0;
  padding: 0;
  font-size: 9.5pt;
  font-family: Arial, "Trebuchet MS", tahoma, verdana;
  background: transparent url('../img/general_background.jpg') top repeat-x;
  line-height: 1.45em;
}
input[type=text],
input[type=password] {
  margin: 3px 0;
  padding: 4px 6px;
  background-color: #faf3e7;
  border: 1px solid #f0e9e0;
  width: 300px;
}
.clear {
  clear: both;
}
.none {
  display: none;
}
.shadow-line,
.shadow-line.top-to-bottom {
  width: 100%;
  height: 30px;
  background: transparent url('../img/shadow_line_top_to_bottom.jpg') center no-repeat;
}
.shadow-line.bottom-to-top {
  background-image: url('../img/shadow_line_bottom_to_top.jpg');
}
h1,
h2,
h3 {
  color: #E90E08;
  font-weight: normal;
  margin: 1em 0;
  line-height: 1.3em;
}
h1 {
  margin: 0 0 1em 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul ul {
  margin: 1em 0 .5em 0;
}
ul ul > li {
  background: transparent url('../img/red_bull.jpg') 0 5px no-repeat;
}
ul > li {
  padding: 0 0 .5em 1.5em;
  background: transparent url('../img/red_square.gif') 0 5px no-repeat;
}
p,
ul {
  margin: 0 0 1em 0;
}
a {
  text-decoration: underline;
  color: #5B3719;
}
a img {
  border: none;
}
a:hover {
  text-decoration: none;
  color: red;
}
input[type=text],
input[type=password],
textarea {
  margin: 3px 0;
  padding: 4px 6px;
  background-color: #faf3e7;
  border: 1px solid #e8e0d0;
  width: 335px;
}
.m-form .not_valid,
.m-form input:invalid,
.m-form textarea:invalid {
  background: #fbe7e2;
  border: 1px solid #fcc;
}
td,
th {
  padding: 2px 5px;
}
.height-clear {
  height: 20px;
}
.nowrap {
  white-space: nowrap;
}
dt {
  font-weight: bold;
  margin-top: 15px;
}
.confirm-in {
  border: 1px solid #edc;
  background: #fcf9f7;
  margin: 0 50px 25px 0;
  padding: 0 0 0 20px;
}
.confirm-in table {
  width: 580px;
}
p.skladem {
  color: green;
  font-size: 8pt;
  font-weight: normal;
  position: absolute;
}
p.nadotaz {
  color: red;
  font-size: 8pt;
  font-weight: normal;
  position: absolute;
}
.hp-text {
  float: right;
  width: 335px;
  font-size: 9pt;
  line-height: 1.45em;
}
.hp-text h2 {
  color: #5B3719;
  font-size: 11pt;
  margin: 0;
}
.c-box {
  border: 1px solid #D3C9C1;
  padding: 8px;
  font-size: 8pt;
  line-height: 1.3em;
  background: #fafafa;
}
.c-box a:hover {
  color: red !important;
}
.c-box span {
  font-style: italic;
}
.c-box span.title {
  font-style: normal;
}
.s-comments-link {
  margin: 3px 0;
}
.s-comments-link a {
  font-weight: bold;
  font-size: 9pt;
}
.sidebar-comments {
  margin: 0;
}
.more {
  display: none;
  font-size: 8pt;
  color: #888;
}
table.default {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 5px 0;
  border-radius: 6px;
  background: white;
}
table.default td {
  border-bottom: 1px solid #999;
  padding: 5px 0 5px 15px;
  text-align: left;
}
table.default th {
  color: #E90E08;
  font-weight: bold;
  padding-top: 8px;
  pading-bottom: 8px;
}
table.default a {
  text-decoration: underline;
}
table.default a:hover {
  text-decoration: none;
}
table.default p {
  margin: 0;
  padding: 0;
}
table.default input.small {
  width: 30px;
}
table.default td:last-child,
table.default th:last-child {
  padding-right: 15px;
}
table.default tr:last-child td,
table.default tr:last-child th {
  border-bottom: none;
  padding-bottom: 12px;
}
.basket-remove {
  font-weight: bold;
  color: #900 !important;
  text-decoration: none !important;
  font-size: 120%;
}
table.default td.checkbox,
table.default th.checkbox {
  width: 0px;
}
table.default input,
table.default select {
  width: auto;
}
table.default td.right,
table.default th.right {
  text-align: right;
}
.params td,
.params th {
  border-bottom: 1px solid #ddd;
}
.params {
  width: 100%;
  margin: 25px 0;
}
.params td {
  padding-right: 40px;
}
.params th {
  padding-left: 15px;
}
#parametry {
  width: 560px;
}
.hp-in {
  float: left;
  width: 470px;
}
.hp-right {
  float: right;
  width: 185px;
  padding-left: 20px;
  background: url(../img/hp_shadow2.png) no-repeat 0 10px;
  min-height: 315px;
}
.hp-right ul {
  font-weight: bold;
  color: #5B3719;
}
.hp-right ul li {
  margin: 7px 0;
}
.hp-left {
  float: left;
  width: 120px;
}
.hp-left .hr {
  height: 14px;
  background: url(../img/hp_shadow.png) no-repeat;
  margin: 8px 0;
}
.hp1,
.hp2,
.hp3 {
  padding: 63px 0 0;
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.hp1 {
  background: url(../img/hp1.png) no-repeat;
}
.hp2 {
  background: url(../img/hp2.png) no-repeat;
}
.hp3 {
  background: url(../img/hp3.png) no-repeat;
}
.attachments {
  float: right;
  clear: right;
  margin: 5px;
}
.del-attach {
  position: absolute;
  margin: 3px 0 0 -17px;
  background: white;
  text-decoration: none;
  padding: 1px 3px;
}
#all-in,
#header {
  width: 1012px;
  position: relative;
}
#all {
  width: 100%;
  min-width: 1012px;
  background: transparent url('../img/header_background.jpg') top no-repeat;
  position: relative;
}
#all-in {
  margin: 0 auto;
  padding: 460px 0 0 0;
  position: relative;
}
#header {
  height: 428px;
  position: absolute;
  top: 0;
  left: 0;
}
#header #in-basket {
  height: 36px;
}
#header .cart {
  width: 165px;
  position: absolute;
  right: 60px;
  top: 74px;
}
#header .cart .user {
  position: absolute;
  top: 55px;
}
#header .cart .user a {
  text-decoration: underline;
}
#header .cart .button {
  display: block;
  width: 0;
  height: 0;
  padding: 33px 33px 0 0;
  overflow: hidden;
  background: red url('../img/cart_button.jpg') 0 0 no-repeat;
  border: none;
  float: left;
  margin: 0 10px 0 0;
}
#header p {
  margin: 0 0 5px 0;
  padding: 0;
}
#header p.actions {
  clear: both;
  margin: 20px 0 0 0;
}
#header p.actions a {
  margin: 0 5px;
}
#header p.actions a:hover {
  color: red;
}
#header .contact {
  color: white;
  position: absolute;
  top: 193px;
  left: 795px;
  line-height: 28px;
}
#header .contact a {
  color: white;
  text-decoration: none;
}
#header .contact a:hover {
  color: red;
}
#header .logo {
  color: #E8C892;
  text-decoration: none;
  position: absolute;
  left: 50px;
  top: 90px;
  height: 77px;
  padding: 50px 0 0 153px;
  font-size: 26px;
  text-align: center;
}
#header .logo em {
  font-size: 9pt;
}
#header .centrum {
  display: block;
  width: 0;
  height: 0;
  padding: 49px 381px 0 0;
  position: absolute;
  left: 45px;
  top: 225px;
  overflow: hidden;
  background: transparent url('../img/centrum.jpg') center no-repeat;
}
#header-menu {
  position: absolute;
  bottom: 0;
  left: 37px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 950px;
}
#header-menu li {
  width: 204px;
  height: 66px;
  display: block;
  background: transparent url('../img/header_menu_eshop.jpg') top center no-repeat;
  float: left;
  margin: 0 0 0 38px;
  padding: 0;
}
#header-menu .eshop {
  margin: 0;
}
#header-menu a {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 66px 204px 0 0;
  background: transparent url('../img/header_menu_khaki.jpg') bottom no-repeat;
}
#header-menu .part-0 {
  background-image: url('../img/header_menu_servis.jpg');
}
#header-menu .part-1 {
  background-image: url('../img/header_menu_prislusenstvi.jpg');
}
#header-menu .part-2 {
  background-image: url('../img/header_menu_pronajem.jpg');
}
#header-menu a:hover,
#header-menu .active a {
  background-image: url('../img/header_menu_brown.jpg');
}
#top-menu {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 215px;
  top: 0;
  height: 46px;
  list-style: none;
}
#top-menu li {
  float: left;
  height: 45px;
  background: transparent url('../img/top_menu_arrow.png') bottom center no-repeat;
  margin: 0;
  padding: 0;
}
#top-menu a {
  color: black;
  text-decoration: none;
  padding: 0 20px;
  margin: 0;
  border-left: 1px solid #A98662;
  line-height: 40px;
}
#top-menu li:nth-child(1) a {
  border: none;
}
#top-menu a:hover {
  color: #A98662;
}
#search {
  display: block;
  position: absolute;
  right: 5px;
  top: 8px;
  height: 40px;
}
#search input[type=text] {
  background-color: #F9F1E4;
  border: 1px solid #D59E66;
  width: 135px;
  margin: 0 4px 0 0;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
#search input[type=submit] {
  border: none;
  background-color: #5E351F;
  color: #E5C38B;
  font-size: 7pt;
  padding: 0 5px;
  line-height: 20px;
  height: 20px;
  position: relative;
  top: -2px;
}
#in-basket .basket-empty {
  padding-top: 9px;
  white-space: nowrap;
}
#header .cart,
#header .cart a {
  color: white;
  text-decoration: none;
}
.cart #in-login {
  display: none;
  margin-top: 7px;
}
.cart #in-login input {
  background: #c9a682;
  border: none;
  margin: 4px 0;
  padding: 6px 6px;
  width: 155px;
}
#in-login input::-webkit-input-placeholder,
#in-login input::-moz-input-placeholder {
  color: #694622;
}
#in-login input[type=password] {
  width: 70px;
}
.forgotten {
  font-size: 8pt;
  position: relative;
  top: 4px;
}
#header .logo strong,
#header .logo em {
  color: white;
  font-style: normal;
  line-height: 1.4em;
}
.block-info,
.block-info.red,
.header-submenu li a {
  width: 174px;
  height: 30px;
  line-height: 30px;
  padding: 0 20px 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  color: white;
  background: #e90e08 url('../img/block_info_background.png') 10px 13px no-repeat;
  clear: both;
}
.block-info.khaki {
  background-color: #EED5AB;
  color: #5B3719;
}
.block-info.brown {
  background-color: #5B3719;
}
#column {
  float: left;
  width: 204px;
  color: #5B3719;
}
#column a {
  color: #5B3719;
  text-decoration: none;
}
#column .block-info {
  margin-bottom: 5px;
}
#content {
  padding: 0 45px 37px 37px;
}
#main {
  float: right;
  width: 690px;
  text-align: left;
  position: relative;
}
#main .header-submenu.popup {
  background-color: white;
  padding: 15px 0px 0px 15px;
  border: 1px solid #D59D52;
  border-top: none;
  width: 705px;
  left: -14px;
}
#main .popup {
  position: absolute;
  left: 0;
  top: -32px;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.header-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-submenu li {
  display: inline-block;
  margin: 0 0 15px 33px;
  background: none;
  padding: 0;
}
.header-submenu li a {
  display: inline-block;
  background-color: #EED5AB;
  color: #5B3719;
  text-decoration: none;
  text-align: left;
  background-position: 185px 13px;
}
.header-submenu li a:hover {
  background-color: #5B3719;
  color: white;
}
.header-submenu li.active a {
  background-color: #E90E08;
  color: white;
}
.header-submenu li:nth-child(1),
.header-submenu li:nth-child(3n+4) {
  margin-left: 0;
}
#menu {
  list-style: none;
  margin: 0 0 2em 0;
  padding: 0;
}
#menu .title {
  background: #c9bdb3;
  text-transform: uppercase;
  color: white;
  font-size: 8pt;
  text-align: right;
  padding: 3px 10px;
  margin: 4px 0 0;
}
#menu .title a {
  height: auto;
  background: none;
  line-height: 2em;
  font-weight: bold;
  border: none;
  padding-left: 0;
}
#menu .title a:hover {
  background: none;
  text-decoration: underline;
  border: none;
  box-shadow: none;
}
#menu .title:hover {
  background-color: #d9cdc3;
}
#menu li {
  position: relative;
}
#menu li a {
  display: block;
  border: 1px solid transparent;
}
#menu li a:hover {
  font-weight: bold;
}
#menu li ul {
  margin: 0;
}
#menu li ul li {
  margin: 0;
  padding: 0 0 0 16px;
  background: none;
}
#menu li ul li a {
  padding: 4px 5px 4px 16px;
  background: transparent url('../img/red_bull.jpg') 0 9px no-repeat;
}
#menu > li {
  position: relative;
  padding: 0;
  margin: 0;
  background: none;
}
#menu > li > a {
  border-top: 1px solid #D3C9C1;
  height: 36px;
  line-height: 36px;
  white-space: nowrap;
  background: transparent url('../img/menu_arrow.png') 2px 13px no-repeat;
  padding: 0 0 0 20px;
  x-font-size: 11pt;
  font-family: "Trebuchet MS";
}
#menu > li > ul {
  position: relative;
  top: -2px;
}
#menu .popup {
  z-index: 10;
  display: block;
  position: absolute;
  left: 204px;
  border: 1px solid #D3C9C1;
  border-left: none;
  background: #f2e5ce url('../img/popup_menu_border.jpg') 0 36px no-repeat;
  width: 520px;
  list-style: none;
  margin: 0;
  top: 0;
  padding: 15px;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.5);
  z-index: 100;
}
#menu .popup li {
  margin: 0;
  padding: 0 20px 20px 20px;
  background: transparent url('../img/popup_menu_bull.jpg') 0 5px no-repeat;
  x-font-size: 11pt;
  display: block;
  width: 220px;
  float: left;
}
#menu .popup li ul {
  margin: 3px 0;
}
#menu .popup li ul li {
  display: inline;
  background: none;
  padding: 1px 0;
  font-size: 9pt;
  width: auto;
}
#menu .popup li ul li a {
  padding: 0 4px;
}
#menu .popup li ul li a:hover {
  padding: 0 4px;
  font-weight: normal;
}
#menu .popup > li > a {
  font-weight: bold;
  text-decoration: none;
}
#menu .popup > li > a:hover {
  text-decoration: underline;
}
#menu .popup > li:nth-child(odd) {
  clear: both;
}
#menu .popup a {
  text-decoration: underline;
  border: none;
  background: none;
  padding: 0;
}
#menu .popup a:hover {
  text-decoration: none;
}
#menu .popup strong {
  display: block;
}
#menu .sel > a {
  font-weight: bold;
}
#menu .active  > a,
#menu  > li  > a:hover {
  border: 1px solid #D3C9C1;
  background-color: #F2E5CE;
  font-weight: bold;
  border-right: none;
  background-position: 3px 13px;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.unavailable {
  color: red;
  font-weight: bold;
  font-size: 8pt;
  line-height: 1.4em;
}
fieldset {
  border: 1px solid #e5cba5;
  padding: 20px;
  width: 550px;
  margin: 15px 0;
}
fieldset legend {
  color: #e0c08a;
  font-size: 16pt;
  padding: 0 10px;
}
fieldset label {
  clear: both;
  float: left;
  display: inline-block;
  width: 120px;
  height: 26px;
  line-height: 26px;
  margin: 3px 5px 0 0;
  padding: 0 10px;
}
fieldset x-label:nth-of-type(2n+2) {
  background-color: #f1f1f1;
}
fieldset .checkbox-label {
  width: auto;
}
fieldset input,
fieldset select {
  float: left;
  margin: 7px 7px 0 0;
}
#breadcrumbs {
  height: 55px;
  overflow: hidden;
  line-height: 55px;
  border-bottom: 1px solid #E2E2E0;
  margin: -25px 0 25px 0;
  color: #5B3719;
}
#breadcrumbs a {
  color: #5B3719;
  text-decoration: underline;
}
#breadcrumbs a:hover {
  color: #E90E08;
  text-decoration: none;
}
.product-text {
  float: right;
  width: 370px;
}
.product-text .text-in {
  min-height: 173px;
}
.product-images {
  width: 279px;
  float: left;
}
.product-images img {
  margin: 0 3px 3px 0;
  float: left;
  border: none;
}
.tabset {
  clear: both;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 20px 0 0 0;
  background: transparent url('../img/shadow_line_top_to_bottom.jpg') 0 50px repeat-x;
}
.tabset > li {
  display: inline-block;
  height: 50px;
  line-height: 30px;
  background: none;
  padding: 0;
}
.tabset a.tit {
  display: block;
  height: 40px;
  background: transparent url('../img/tabset_menu_background.png') center 22px no-repeat;
  color: #5B3719;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 15px;
  outline: none;
  font-weight: bold;
}
.tabset a.tit:hover,
.tabset a.tit.active {
  background-position: center -61px;
}
.clear-con {
  height: 40px;
}
.shop-box {
  background-color: #EED5AC;
  border-collapse: collapse;
  width: 100%;
  color: #5B3719;
  font-weight: bold;
  font-size: 10pt;
}
.shop-box td {
  height: 80px;
  text-align: center;
  vertical-align: central;
  padding: 0 10px;
}
.shop-box p {
  margin: 0;
  padding: 0;
}
.shop-box .price {
  background: transparent url('../img/shop_box_vertical_shadow.jpg') right no-repeat;
  text-align: left;
  padding-right: 15px;
  font-size: 12pt;
}
.shop-box strong {
  font-size: 120%;
}
.shop-box p.allowance {
  color: #E90E08;
  font-size: 10pt;
}
.shop-box .pieces {
  background: transparent url('../img/shop_box_vertical_shadow.jpg') right no-repeat;
  padding-right: 15px;
}
.shop-box input[type=text] {
  width: 30px;
}
.shop-box .neni {
  color: #776a6a;
  font-weight: bold;
}
input.buy-button {
  background: transparent url('../img/cart_button.jpg') top center no-repeat;
  border: none;
  padding: 35px 0 0 0;
  color: #EC0307;
  text-transform: uppercase;
  font-size: 9pt;
  font-weight: bold;
  cursor: pointer;
}
.filter {
  height: 60px;
  background: transparent url('../img/filter_background.jpg') bottom repeat-x;
}
.filter a {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 14px 17px 0 0;
  background: transparent url('../img/order_buttons.jpg') left no-repeat;
  text-decoration: none;
}
.filter a.desc {
  background-position: right;
}
.filter input[type=text],
.filter select {
  border: 1px solid #D5CBC2;
  width: auto;
  background: white;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  height: 20px;
  line-height: 20px;
  font-size: 8pt;
  padding: 0;
  margin: 0 10px 0 3px;
}
.filter input[type=text] {
  width: 40px;
  padding: 0 5px;
}
.filter p {
  display: inline-block;
  margin-right: 20px;
}
.filter .filter-form {
  margin-right: 0;
}
#footer {
  border-top: 6px solid #E8C892;
  background: #5e3b1f url('../img/footer_background.jpg') top repeat-x;
  clear: both;
  width: 100%;
  color: #E8C892;
}
#footer a {
  color: #E8C892;
  text-decoration: none;
}
#footer a:hover {
  color: white;
}
#footer .in {
  width: 930px;
  margin: 0 auto;
}
#footer .column {
  float: left;
  padding: 15px 0 0 0;
  position: relative;
  min-height: 280px;
}
#footer .column .rectangle {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 6px;
  background-color: #E90E08;
}
#footer .column.first {
  background: transparent url('../img/footer_first_column_background.jpg') 183px 0 no-repeat;
  padding-right: 38px;
}
#footer .column.third {
  background: transparent url('../img/footer_second_column_background.jpg') 19px 0 no-repeat;
  padding-left: 48px;
  width: 420px;
  line-height: 2.5em;
}
#footer .column.third .rectangle {
  left: 38px;
}
#footer .column.second ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .column.second li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #7D5B3A;
  background: none;
}
#footer .column.second li:nth-child(1) {
  border: none;
}
#footer .column.second a {
  height: 30px;
  line-height: 30px;
  display: block;
}
#footer .column.first,
#footer .column.second {
  width: 204px;
}
#footer-menu {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
}
#footer-menu li {
  display: inline-block;
  font-weight: bold;
  padding: 0 10px;
  border-left: 1px solid #845A44;
  background: none;
}
.eliska-footer {
  text-align: center;
  font-size: 8pt;
  bottom: 5px;
  position: absolute;
  width: 100%;
}
.eliska-footer a {
  text-decoration: underline;
}
.eliska-footer img {
  position: relative;
  top: 3px;
  padding: 0 3px 0 6px;
}
.eliska-footer,
.eliska-footer a {
  color: #aaa;
}
.flash-all {
  font-weight: normal;
  font-size: 100%;
  padding: 1em 1em 1em 48px;
  background-position: 16px;
  background-repeat: no-repeat;
  text-align: left;
  list-style: none;
  margin: 10px 0px;
}
.flash-all li {
  line-height: 1.2em;
  margin: 5px 0;
  background: none;
  padding: 0;
}
#comments .flash-all {
  margin: 10px 0;
}
.flash-all.flash-alert {
  background-color: #fed;
  border: 1px solid #fDaa88;
  background-image: url('../img/icons/error.png');
}
.flash-all.flash-succ {
  background-color: #f5f8ef;
  border: 1px solid green;
  background-image: url('../img/icons/tick.png');
}
.flash-all.flash-warn,
.flash-all.flash-critical {
  background-color: #FFDFDF;
  border: 1px solid red;
  background-image: url('../img/icons/cross.png');
}
.flash-all.flash-debug,
.flash-all.flash-log {
  background-color: #EFFBFF;
  border: 1px solid #00A5DF;
  background-image: url('../img/icons/help.png');
}
.cards {
  position: relative;
  clear: both;
  padding: 30px 0;
}
.cards .shadow-line.top-to-bottom {
  position: absolute;
  top: 15px;
  z-index: -1;
}
.cards .card {
  width: 150px;
  height: 240px;
  float: left;
  border-left: 1px solid #E5DFDA;
  padding: 10px;
  margin: 0 0 10px 0;
  overflow: hidden;
  text-align: center;
  line-height: 1.2em;
  font-size: 9pt;
}
.cards .card a {
  text-decoration: none;
  height: 213px;
  display: block;
  overflow: hidden;
  position: relative;
}
.cards .small-card {
  width: 104px;
  height: 120px;
  padding: 5px;
  border: none;
}
.cards .card:nth-child(1),
.cards .card:nth-child(5n+5) {
  border: none;
}
.card h3 {
  color: #E90E08;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 9pt;
  font-weight: bold;
}
.card > a p {
  margin: 0;
  padding: 0;
  color: #5B3719;
}
.card .old-price {
  color: #757575;
  margin: 5px 0 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 20px;
  line-height: 30px;
  background-color: white;
  padding: 0 65px 0 5px;
}
.card .price {
  font-weight: bold;
}
.card .shop-box {
  margin-top: 5px;
  background-color: #F2E5CE;
  font-weight: normal;
  width: auto;
  font-size: 8pt;
  line-height: 17px;
  position: relative;
}
.card .shop-box .price {
  font-size: 8pt;
}
.card .shop-box input[type=text] {
  height: 15px;
  line-height: 15px;
  margin: 0;
  padding: 0 2px;
  width: 20px;
}
.card .shop-box td {
  height: 22px;
  padding: 2px;
  background: none;
  white-space: nowrap;
}
.card .shop-box strong {
  background-color: #E90E08;
  color: white;
  font-size: 9pt;
  display: block;
  width: 80px;
  height: 17px;
  line-height: 19px;
  font-weight: bold;
  text-align: center;
}
.card .shop-box .buttons {
  width: 20px;
  position: relative;
}
.card .shop-box .buttons input[type='submit'] {
  position: absolute;
  right: 2px;
  top: 5px;
}
.card input.buy-button {
  overflow: hidden;
  height: 0px;
  width: 0px;
  padding: 16px 16px 0 0;
  background: transparent url('../img/cart_button_small.jpg') center no-repeat;
}
.card a img {
  border: none;
}
.small-card h3 {
  font-size: 8pt;
  height: 29px;
  overflow: hidden;
  margin-top: 5px;
}
.small-card .price {
  font-size: 8pt;
}
.icons {
  position: absolute;
  max-height: 98px;
  overflow: hidden;
  margin-top: 1px;
}
.ico {
  width: 22px;
  height: 22px;
  margin: 2px;
  background: url(../img/icons.png) no-repeat 0 0;
}
.ico.action {
  background-position: 0 -44px;
}
.ico.transport {
  background-position: 0 -66px;
}
.ico.tip {
  background-position: 0 -88px;
}
.ico.present {
  background-position: 0 -22px;
}
.pronajem .old-price,
.pronajem .price-form {
  display: none;
}
.pronajem .card {
  height: 220px;
}
.comments .comment {
  border-left: 1px solid #ccc;
  padding: 5px 0 5px 15px;
  margin: 5px 0;
}
.comments .created {
  float: right;
  font-size: 90%;
  color: #777;
}
.comments .author {
  color: #900;
}
.comments .buttons {
  float: right;
  font-size: 90%;
  clear: right;
}
.comments .react {
  font-weight: bold;
}
.comments .new {
  font-weight: bold;
  margin: 15px;
}
.comments-form .wrap {
  margin: 1px 0;
}
.comments-form .title-wrap {
  display: none;
}
.forum .row {
  border-bottom: 1px solid #ddd;
  padding: 10px 5px;
}
.forum .row:last-child {
  border: none;
}
.forum p {
  margin: 3px 0;
}
.forum .shorten a {
  color: inherit;
  text-decoration: none;
  font-size: 90%;
  line-height: 1.4em;
}
.forum strong a {
  text-decoration: none;
}
.forum strong a:hover {
  text-decoration: underline;
  color: #D16700;
}
.forum .meta {
  float: right;
  width: 100px;
  margin: 0 10px 0 30px;
  font-size: 90%;
  color: #555;
}
.forum .meta p {
  margin: 0;
  line-height: 1.3em;
}
.forum .meta .created {
  color: #999;
}
.forum .meta .author {
  font-weight: bold;
}
.forum author {
  font-weight: bold;
}
.forum date {
  color: #888;
}
.forum-h2 {
  margin-bottom: 5px;
}
.forum-h2 a {
  text-decoration: underline;
}
.new-topic {
  color: #2FA829;
  font-weight: bold;
  display: block;
  padding: 6px;
}
.topic-form .title-wrap {
  display: block;
}
.del-topic {
  position: absolute;
  margin-top: -20px;
  right: 0;
}
.default-form {
  clear: both;
  border: 1px solid #f3e4c7;
  background: #fcf9f4;
  margin: 10px;
  padding: 20px 40px;
}
.default-form label {
  display: block;
  margin: 5px 0 0;
}
.default-form select {
  padding-right: 5px;
  width: 540px;
  width: 382px;
}
.default-form textarea {
  font-family: arial;
  height: 100px;
}
.default-form .sub {
  font-weight: bold;
  color: #461d00;
  background: white;
  cursor: pointer;
  padding: 10px 50px;
  border: 2px solid #f1ddbc;
  margin: 10px 0;
}
.default-form .sub:hover {
  background: #f8f8f8;
  border-color: #eed3ac;
}
.default-form .text-input,
.default-form textarea,
.default-form select {
  background: white;
  border: 1px solid #ccc;
  width: 530px;
  padding: 6px 10px;
  margin: 1px;
}
.servis-form {
  margin: 30px 0;
}
.servis-form .title {
  color: #999;
  text-style: italic;
  font-size: 9pt;
}
.servis-form .text-input,
.servis-form textarea,
.servis-form select {
  width: 360px;
}
div.pagination {
  clear: both;
  position: relative;
  text-align: center;
  width: 595px;
  color: #FF7800;
  padding: 10px 10px 0 10px;
  font-size: 10pt;
}
div.pagination strong {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #f2d5bE;
}
div.pagination a {
  color: #777;
  font-weight: bold;
  padding: 4px 10px;
  border: 1px solid #d2c5bE;
  background: #F2E5CE;
  text-decoration: none;
  margin: 0 1px;
}
div.pagination a:hover {
  background: #F2f5dE;
}
div.pagination a.prev-next span {
  float: left;
  text-decoration: underline;
  font-weight: normal;
  padding: 0 0 0 20px;
}
div.pagination a.prev-next span.next_page {
  float: right;
  padding: 0 20px 0 0;
  background-position: right;
}
div.pagination span.first_last {
  font-weight: normal;
}
div.pagination a.disabled span,
div.pagination a:hover,
div.pagination a:hover span {
  text-decoration: none;
}
.actuality .perex {
  clear: both;
  position: relative;
  margin: 15px 0 0 65px;
  border-top: 1px solid #E5DFDA;
  padding: 15px 0 0 0;
}
.actuality .perex img {
  position: absolute;
  top: 15px;
  left: -65px;
  border: none;
}
.actuality .perex h3 {
  margin: 0;
  font-size: 9pt;
  color: #5B3719;
  font-weight: bold;
}
.actuality .perex p {
  margin: 0;
  color: #5B3719;
}
.actuality .perex .date {
  color: #A8A8A8;
  font-weight: bold;
}
.actuality .perex a {
  text-decoration: none;
  font-size: 9pt;
  margin: 0;
  font-weight: normal;
}
.actuality .perex:nth-child(1) {
  border: none;
  margin-top: 0;
}
.actuality a {
  color: #5B3719;
  clear: both;
  font-size: 10pt;
  margin: 15px 0 0 0;
  font-weight: bold;
  display: inline-block;
}
.bazar {
  border: 4px solid #EEEBE8;
  padding: 0 15px;
  margin: 0;
}
.bazar .card {
  text-align: center;
  margin: 30px 0;
}
.bazar .card h3 {
  color: #5B3719;
  margin: 10px 0 5px 0;
}
.bazar .card .price {
  background-color: #5B3719;
  color: white;
  width: auto;
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
}
.bazar .card a {
  text-decoration: none;
}
.basket fieldset {
  padding: 20px;
}
.basket table tr:nth-child(2n+2) td {
  background-color: #F4ECE3;
}
.basket table input[type=text] {
  padding: 2px 0 2px 7px;
  position: relative;
  left: -7px;
}
.basket td label {
  display: inline;
  float: none;
  height: auto;
  line-height: 1.4;
}
.basket td input {
  float: none;
  margin: 0;
}
.basket table th,
.basket table td,
.basket table.default th {
  font-size: 10pt;
  padding: 6px 10px;
}
.basket table th,
.basket table.default th {
  background-color: #e5cba5;
  color: #775120;
  padding: 9px 10px;
}
.basket table td,
.basket table th {
  border: none;
}
.cart-note {
  border: none;
  width: 95%;
  height: 120px;
  margin: 0;
  padding: 8px 12px;
}
.likes {
  position: absolute;
  top: 10px;
  left: 10px;
}
.submit-button {
  display: inline-block;
  border: 1px solid #D2994A !important;
  font-size: 10pt;
  text-decoration: none !important;
  padding: 6px 10px;
  margin: 0 0 5px 5px;
  font-family: Arial, "Trebuchet MS", tahoma, verdana !important;
  color: #775120;
  cursor: hand !important;
  cursor: pointer !important;
  width: auto  !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  background: #ffffff !important;
  background: -moz-linear-gradient(top, #ffffff 0%, #ead9ce 37%, #e2b979 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(37%, #ead9ce), color-stop(100%, #e2b979)) !important;
  background: -webkit-linear-gradient(top, #ffffff 0%, #ead9ce 37%, #e2b979 100%) !important;
  background: -o-linear-gradient(top, #ffffff 0%, #ead9ce 37%, #e2b979 100%) !important;
  background: -ms-linear-gradient(top, #ffffff 0%, #ead9ce 37%, #e2b979 100%) !important;
  background: linear-gradient(to bottom, #ffffff 0%, #ead9ce 37%, #e2b979 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2b979', GradientType=0) !important;
  -webkit-box-shadow: inset 0px 0px 0px 1px #F0E4D9;
  box-shadow: inset 0px 0px 0px 1px #F0E4D9 !important;
  text-shadow: 1px 1px 0px #F0E4D9;
  filter: dropshadow(color=#f0e4d9, offx=1, offy=1) !important;
}
.submit-button.smaller {
  padding: 3px 5px;
}
input[type=submit].submit-button {
  padding: 5px 10px;
}
input[type=submit].submit-button.smaller {
  padding: 2px 5px;
}
.submit-button:hover {
  color: black !important;
  background: #ffffff !important;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1e6df 37%, #ecd2a8 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(37%, #f1e6df), color-stop(100%, #ecd2a8)) !important;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1e6df 37%, #ecd2a8 100%) !important;
  background: -o-linear-gradient(top, #ffffff 0%, #f1e6df 37%, #ecd2a8 100%) !important;
  background: -ms-linear-gradient(top, #ffffff 0%, #f1e6df 37%, #ecd2a8 100%) !important;
  background: linear-gradient(to bottom, #ffffff 0%, #f1e6df 37%, #ecd2a8 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ecd2a8', GradientType=0) !important;
}
.sub-pokracovat {
  padding: 9px 30px !important;
  font-weight: bold;
  font-size: 11pt;
  color: #573100;
  float: right;
  margin: 0 100px 50px 10px;
}
.pop-wrap {
  display: none;
  top: 0px;
  left: 0px;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  z-index: 300;
}
.pop-wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pop-in {
  width: 100%;
  height: 100%;
  border: 6px solid #e7c690;
  border: 6px solid rgba(231, 198, 144, 0.5);
  padding: 40px;
}
.pop {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.5);
  /*width: 80%;*/
  /*max-width: 700px;*/
  /*min-width: 240px;*/
  /*height: 70%;*/
  /*max-height: 500px;*/
  /*min-height: 200px;*/
  width: 600px;
  height: 400px;
  background: url(/img/popup.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}
.pop.no-slide {
  background: url(/img/clear.jpg) no-repeat center center;
}
.pop .pop-close {
  cursor: pointer;
  width: 35px;
  height: 35px;
  background: #ea0200;
  position: absolute;
  top: 8px;
  right: 8px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.pop .pop-close:hover {
  background: #bb0303;
}
.pop .pop-close span {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
}
.pop .pop-close span:after,
.pop .pop-close span:before {
  content: '';
  background-color: #ffffff;
  position: absolute;
  height: 4px;
  width: 16px;
  top: 50%;
  left: 50%;
  margin: -2px -8px -2px -8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pop .pop-close span:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pop .pop-close span:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pop .pop-imgs {
  height: 100%;
  float: left;
  width: 40%;
  border: 6px solid #e7c690;
  border: 6px solid rgba(231, 198, 144, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pop .pop-imgs .pop-slideshow {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #fff;
}
.pop .pop-imgs .pop-slideshow img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pop .pop-text {
  position: relative;
  height: 100%;
  float: right;
  width: 59%;
  padding-left: 40px;
  padding-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}
.pop .pop-text a {
  color: #ea0200;
}
.pop .pop-text.fullsize {
  padding-left: 0px;
  width: 100%;
}
.pop .pop-text.fullsize .button.more {
  left: 0px;
}
.pop .pop-text .title {
  font-size: 24px;
  font-weight: bold;
}
.pop .pop-text .text {
  height: 100%;
  overflow: hidden;
}
.pop .pop-text .button {
  color: #543318;
  background: #d9b881;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 9px 30px;
  text-decoration: none;
}
.pop .pop-text .button:hover {
  background: #D88500;
}
.pop .pop-text .button.more {
  position: absolute;
  bottom: 0px;
  left: 40px;
}
.pop .cycle-arrow {
  top: 0px;
  z-index: 300;
  height: 100%;
  width: 50%;
  position: absolute;
}
.pop .cycle-arrow span {
  height: 100%;
  width: 100%;
  display: block;
  visibility: hidden;
  background: #555;
  background: rgba(55, 55, 55, 0.6);
}
.pop .cycle-arrow span:after {
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -8px;
}
.pop .cycle-arrow:hover span {
  visibility: visible;
}
.pop .cycle-arrow.cycle-prev {
  left: 0px;
}
.pop .cycle-arrow.cycle-prev span:after {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 16px solid #ffffff;
}
.pop .cycle-arrow.cycle-next {
  right: 0px;
}
.pop .cycle-arrow.cycle-next span:after {
  width: 0;
  height: 0;
  border-right: 0px solid transparent;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 16px solid #ffffff;
}
.red {
  color: #ff0000;
}

.info_platba {
    background-color: #F4ECE3;
    border: 1px solid #E5CBA5;
    padding: 20px;
    margin-bottom: 20px;
}
.comment:target{
   background: rgba(255,0,0,0.2);
}