/*
*  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; }
/*
 * 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'); }/*V základu nastaveno aby se vkládali prázdné soubory*/
/*Základní části*/
/*@include-bookmarks: 'bookmarks.less';*/
/*Podčásti*/
/*@include-form-list: 'list.less';*/
/*@color-a: @color-primary;
@color-text: #646464;
@color-menu: #fff;
@color-footer: #010101;*/
/*@bg-all: #fff;
@bg-part: #cfc5a2;
@bg-menu: #404040;
@bg-footer: #f0f0f0;
@font-family-primary: @arial;
@font-family-secundar: @georgia;
@font-family-motto: @font-family-secundar;
@font-family-menu: @font-family-secundar;
@font-family-badge: @font-family-secundar;
@font-family-footer: @opensans;

@font-size-primary: 12px;
@font-size-menu: 14px;
@font-size-footer: @font-size-primary;

@font-primary: @font-size-primary @font-family-primary;
@font-secondary: @font-size-primary @font-family-secundar;

@width-main: 940px;
@width-column: 30%;

@padding-main: 0px 25px;

@margin-elements: 0px 0px 10px 0px;*/
/*	
Pouziti

.keyframes(car;{
   0%   { .scale(0.8);}
   100% { .scale(1); }
});
   
.animation(car 3s ease-in infinite alternate);
*/
table,
.table {
   border-collapse: collapse;
   display: table;
}
table.full,
.table.full {
   width: 100%;
}
table.fixed,
.table.fixed {
   table-layout: fixed;
}
table tr,
.table tr,
table .tr,
.table .tr {
   display: table-row;
}
table tr td,
.table tr td,
table .tr td,
.table .tr td,
table tr .td,
.table tr .td,
table .tr .td,
.table .tr .td,
table tr th,
.table tr th,
table .tr th,
.table .tr th,
table tr .th,
.table tr .th,
table .tr .th,
.table .tr .th {
   display: table-cell;
   border-top: 1pt solid #eeeeee;
   border-right: 1pt solid #eeeeee;
   border-left: 0pt solid transparent;
   border-bottom: 0pt solid transparent;
}
table tr td.min,
.table tr td.min,
table .tr td.min,
.table .tr td.min,
table tr .td.min,
.table tr .td.min,
table .tr .td.min,
.table .tr .td.min,
table tr th.min,
.table tr th.min,
table .tr th.min,
.table .tr th.min,
table tr .th.min,
.table tr .th.min,
table .tr .th.min,
.table .tr .th.min {
   width: 10px;
   white-space: nowrap;
}
table tr td:first-child,
.table tr td:first-child,
table .tr td:first-child,
.table .tr td:first-child,
table tr .td:first-child,
.table tr .td:first-child,
table .tr .td:first-child,
.table .tr .td:first-child,
table tr th:first-child,
.table tr th:first-child,
table .tr th:first-child,
.table .tr th:first-child,
table tr .th:first-child,
.table tr .th:first-child,
table .tr .th:first-child,
.table .tr .th:first-child {
   border-left: 1pt solid #eeeeee;
}
table tr:last-child td,
.table tr:last-child td,
table .tr:last-child td,
.table .tr:last-child td,
table tr:last-child .td,
.table tr:last-child .td,
table .tr:last-child .td,
.table .tr:last-child .td,
table tr:last-child th,
.table tr:last-child th,
table .tr:last-child th,
.table .tr:last-child th,
table tr:last-child .th,
.table tr:last-child .th,
table .tr:last-child .th,
.table .tr:last-child .th {
   border-bottom: 1pt solid #eeeeee;
}
table tr th,
.table tr th,
table .tr th,
.table .tr th,
table tr .th,
.table tr .th,
table .tr .th,
.table .tr .th {
   background: #cfc5a2;
}
input[type=text],
input[type=number],
input[type=password],
input[type=mail],
textarea,
select {
   padding: 4px 10px;
   width: 100%;
   background-color: #fff;
   border: 1pt solid #eeeeee;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
input[type=text]:valid:focus,
input[type=number]:valid:focus,
input[type=password]:valid:focus,
input[type=mail]:valid:focus,
textarea:valid:focus,
select:valid:focus {
   -webkit-box-shadow: 0px 0px 5px #138a0d;
   -moz-box-shadow: 0px 0px 5px #138a0d;
   box-shadow: 0px 0px 5px #138a0d;
}
input[type=text]:invalid,
input[type=number]:invalid,
input[type=password]:invalid,
input[type=mail]:invalid,
textarea:invalid,
select:invalid {
   background: #FBE7E2;
   -webkit-box-shadow: 0px 0px 5px #d00000;
   -moz-box-shadow: 0px 0px 5px #d00000;
   box-shadow: 0px 0px 5px #d00000;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=mail]:focus,
textarea:focus,
select:focus {
   -webkit-box-shadow: 0px 0px 5px #2F7FBC;
   -moz-box-shadow: 0px 0px 5px #2F7FBC;
   box-shadow: 0px 0px 5px #2F7FBC;
}
input[type=text].pieces,
input[type=number].pieces,
input[type=password].pieces,
input[type=mail].pieces,
textarea.pieces,
select.pieces {
   width: 80px;
}
input[type=checkbox],
input[type=radio] {
   position: relative;
   top: 2px;
}
input[name="count"] {
   width: 100px;
   text-align: right;
}
.button,
button,
input[type=button],
input[type=submit],
.submit,
.more-info {
   cursor: pointer;
   font-size: 14px;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -ms-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
.button.okko,
button.okko,
input[type=button].okko,
input[type=submit].okko,
.submit.okko,
.more-info.okko {
   position: relative;
   padding-left: 50px;
}
.button.okko:before,
button.okko:before,
input[type=button].okko:before,
input[type=submit].okko:before,
.submit.okko:before,
.more-info.okko:before {
   position: absolute;
   content: '';
   left: 25px;
   top: 50%;
   height: 20px;
   width: 20px;
   margin: -10px;
}
.button.okko.ok:before,
button.okko.ok:before,
input[type=button].okko.ok:before,
input[type=submit].okko.ok:before,
.submit.okko.ok:before,
.more-info.okko.ok:before {
   background: url(/views/_default/www/img/ok.png) no-repeat center center;
}
.button.okko.ko:before,
button.okko.ko:before,
input[type=button].okko.ko:before,
input[type=submit].okko.ko:before,
.submit.okko.ko:before,
.more-info.okko.ko:before {
   background: url(/views/_default/www/img/cancel.png) no-repeat center center;
}
table tr td,
.table tr td,
table .tr td,
.table .tr td,
table tr .td,
.table tr .td,
table .tr .td,
.table .tr .td,
table tr th,
.table tr th,
table .tr th,
.table .tr th,
table tr .th,
.table tr .th,
table .tr .th,
.table .tr .th {
   padding: 2px 10px;
}
table tr th,
.table tr th,
table .tr th,
.table .tr th,
table tr .th,
.table tr .th,
table .tr .th,
.table .tr .th {
   color: #fff;
}
.flash-all {
   padding: 0px;
}
.flash-all li {
   margin: 2px 0px;
   list-style: none;
   text-align: center;
   padding: 5px 0px;
}
.flash-all li::before {
   display: none;
}
.flash-all.flash-succ li {
   background-color: #138a0d;
   color: #fff;
}
.flash-all.flash-critical li {
   background-color: #d00000;
   color: #f0ad4e;
}
.flash-all.flash-alert li {
   background-color: #d00000;
   color: #fff;
}
.flash-all.flash-warn li {
   background-color: #f0ad4e;
   color: #fff;
}
.flash-all.flash-debug li,
.flash-all.flash-log li,
.flash-all.flash-help li {
   background-color: #2F7FBC;
   color: #fff;
}
.wau {
   width: auto !important;
}
.al-right {
   text-align: right;
}
.al-center {
   text-align: center;
}
body {
   font: 10pt/1.45em 'Roboto', Arial, "Trebuchet MS", tahoma, verdana;
   color: #000;
   padding: 0;
   margin: 0;
   background: url(/views/eshop-templates/www/img/bg.png) center top no-repeat;
}
* > a {
   outline: none;
}
/* firefox outline */
a img {
   border-style: none;
}
h1,
h2,
h3,
.like-h1 {
   line-height: 1.4em;
   margin: 20px 0;
}
h1,
.like-h1 {
   font-size: 18pt;
   font-weight: normal;
}
a {
   color: #d01b1f;
}
a:hover {
   text-decoration: none;
}
table {
   border-collapse: collapse;
   margin: 15px 0;
}
.basket-table table {
   width: 100%;
}
.address {
   display: none;
}
.addresses {
   float: right;
}
.cart-note {
   width: 300px;
   max-width: 100%;
}
input[type=number][name*=count] {
   width: 60px;
   text-align: right;
}
#order_details legend,
.m-form-register legend {
   margin-top: 20px;
   font-size: 16px;
}
table.no-border th,
table.no-border td {
   border: none;
   padding: 0 20px 0 0;
   vertical-align: top;
}
td,
th {
   border: 1px solid #ddd;
   padding: 4px 10px;
}
input {
   padding: 2px 6px;
}
.clear {
   clear: both;
}
.nul,
.nul a {
   text-decoration: none;
}
.nul:hover {
   text-decoration: underline;
}
hr {
   clear: both;
}
.color2 {
   color: #d01b1f;
}
input[type=submit],
.submit,
.red-button,
.edit-site,
.login a {
   display: inline-block;
   padding: 2px 15px;
   background-color: #d01b1f;
   box-shadow: 0px 3px 3px 1px #CCC;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   border-radius: 15px;
   border: none;
   width: auto;
   height: auto;
   text-decoration: none;
   color: #FFF;
   font-family: 'Oswald', sans-serif;
   font-size: 11pt;
   font-weight: 300;
   text-transform: uppercase;
   cursor: pointer;
}
input[type=submit]:hover,
.submit:hover,
.red-button:hover,
.edit-site:hover,
.login a:hover {
   box-shadow: none;
}
input[type=submit].buy-button,
.submit.buy-button,
.red-button.buy-button,
.edit-site.buy-button,
.login a.buy-button {
   padding: 5px 40px 5px 10px;
   width: auto;
   height: auto;
   background-image: url(/views/eshop-templates/www/img/kosik-ico.png);
   background-repeat: no-repeat;
   background-position: right 15px center;
   margin-left: 20px;
}
.red-button {
   width: 50px;
   height: 20px;
}
.sub-pokracovat {
   padding: 5px 10px;
   display: initial;
   width: auto;
   height: auto;
}
input[type=submit].white-button,
.white-button,
.pagination .button {
   display: inline-block;
   padding: 3px 15px;
   background-color: #FFF;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   border-radius: 15px;
   border: none;
   border: 1px solid #d6d6d6;
   text-decoration: none;
   color: inherit;
   cursor: pointer;
}
input[type=submit].white-button:hover,
.white-button:hover,
.pagination .button:hover {
   box-shadow: none;
}
input[type=submit].white-button,
.white-button {
   text-transform: uppercase;
   font-size: 14px;
   font-family: 'Oswald', sans-serif;
   font-weight: 300;
   box-shadow: 0px 3px 3px 1px #CCC;
}
.price {
   font-size: 22pt;
   margin-top: 12px;
   margin-bottom: 20px;
   font-weight: 300;
}
.none {
   display: none;
}
input[type=text],
textarea {
   border: 1px solid #f0f0f0;
}
.menu-button {
   position: relative;
   width: 40px;
   display: block;
   padding: 2px;
   cursor: pointer;
}
.menu-button span {
   display: block;
   margin: 4px 2px;
   -webkit-border-radius: 30%;
   -moz-border-radius: 30%;
   border-radius: 30%;
   background-color: #000;
   height: 6px;
}
.edit-site {
   float: right;
   width: auto;
}
.login a {
   width: auto;
   font-size: smaller;
   padding: 0px 10px;
   line-height: 20px;
}
/****** ALL *******/
.content-in,
.footer-in,
.header-in {
   width: 1000px;
   margin: 0px auto;
   position: relative;
}
.content {
   padding: 0px 30px 40px;
   position: relative;
   min-height: 400px;
}
/****** HEADER *******/
.header {
   position: relative;
   z-index: 10;
}
.header .logo {
   display: inline-block;
   margin: 10px 20px;
}
.header .login {
   clear: both;
   text-align: center;
   float: right;
}
.header .login p {
   margin: 0px;
}
.header .login .menu {
   font-size: smaller;
   margnin-top: 10px;
}
.header .login .user-login {
   color: #999;
}
.header .login .menu .anchor {
   font-weight: bold;
}
.header .login .login-form {
   display: none;
}
.header-left {
   float: left;
}
.header .in {
   clear: both;
   border-top: solid 1px #ebebeb;
   padding-top: 1px;
}
.header-top {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-flow: row wrap;
   -ms-flex-flow: row wrap;
   flex-flow: row wrap;
   -webkit-align-items: center;
   -moz-align-items: center;
   -ms-align-items: center;
   -o-align-items: center;
   align-items: center;
   -webkit-justify-content: space-between;
   -ms-justify-content: space-between;
   justify-content: space-between;
}
.header-top.child {
   flex: 1 0 0px;
   -ms-flex: 1 0 0px;
   max-width: 100%;
   margin: auto;
}
.header-top .header-left {
   flex: 1 0 0px;
   -ms-flex: 1 0 0px;
   max-width: 100%;
   margin: auto;
}
.header-top .eshop-info {
   float: right;
   width: 250px;
   margin-top: 20px;
   flex: 0 0 250px;
   -ms-flex: 0 0 250px;
   max-width: 100%;
   margin: auto;
}
.header .slogan {
   padding: 0 20px 0 35px;
   color: #000;
   font-size: 12pt;
   width: 400px;
   font-family: Roboto;
   font-weight: 300;
}
.cart {
   position: relative;
}
.cart-link {
   background-image: url(/views/eshop-templates/www/img/kosik-ico.png);
   background-repeat: no-repeat;
   background-position: center;
   float: right;
}
.cart-info {
   margin-left: 20px;
}
.cart-items {
   clear: left;
   float: left;
}
.cart-items h3 {
   float: left;
   margin: 2px 0px;
}
.cart-items-in {
   display: none;
   position: absolute;
   right: 0;
   z-index: 1;
   background: #FFF;
   box-shadow: 0 0 3px 1px #CCC;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 20px;
   z-index: 9999;
   width: 500px;
   max-width: calc(100vw - 20px);
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   top: 100%;
}
.cart-items-in > * {
   color: #666 !important;
}
.cart-items-in img {
   max-height: 60px;
   max-width: 300px;
}
.cart-items h3,
.cart-items h3 > a {
   font-size: 12px;
}
.cart-items h3 a {
   padding-right: 20px;
   background: url(/views/eshop-templates/www/img/arrow_small_down.png) no-repeat right center;
}
.cart-items-in .cart-item {
   font-size: 12pt;
   border-bottom: 1px dashed #ebebeb;
   padding: 10px 0;
   min-height: 60px;
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-flow: row nowrap;
   -ms-flex-flow: row nowrap;
   flex-flow: row nowrap;
   -webkit-align-items: center;
   -moz-align-items: center;
   -ms-align-items: center;
   -o-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   -ms-justify-content: center;
   justify-content: center;
}
.cart-items-in .cart-item.child {
   flex: 1 0 0px;
   -ms-flex: 1 0 0px;
   max-width: 100%;
   margin: auto;
}
.cart-items-in .cart-item .title {
   font-weight: bold;
   display: inline-block;
   padding: 5px 3px;
   margin-right: auto;
}
.cart-items-in .cart-item img {
   vertical-align: middle;
   margin-right: 10px;
}
.cart-items-in .price {
   font-size: 18pt;
   margin-top: 0px;
   white-space: nowrap;
}
.cart-items-in .price-celkem {
   padding: 10px 0;
   border-top: 1px solid #666;
   overflow: hidden;
   text-align: right;
}
/* header menu */
.header-menu {
   float: none;
}
.header-menu ul {
   margin: 0;
   padding: 0 20px;
   overflow: hidden;
}
.header-menu .menuicon {
   display: none;
   cursor: pointer;
   text-transform: uppercase;
   font-weight: bold;
   z-index: 401;
   line-height: 18px;
   font-size: 18px;
   color: #000;
   padding: 18px 20px 14px 20px;
   text-decoration: none;
   border: 1pt solid #000;
   position: relative;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -ms-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
.header-menu .menuicon > span {
   width: 30px;
   height: 30px;
   display: inline-block;
   vertical-align: middle;
   margin: 0px 0px 0px 20px;
   position: relative;
}
.header-menu .menuicon > span > span,
.header-menu .menuicon > span:after,
.header-menu .menuicon > span:before {
   position: absolute;
   border: 1.5px solid #000;
   content: '';
   display: block;
   margin-top: -1.5px;
   left: 0px;
   right: 0px;
   top: 50%;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -ms-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
.header-menu .menuicon > span:before {
   margin-top: -11.5px;
}
.header-menu .menuicon > span > span {
   margin-top: -1.5px;
}
.header-menu .menuicon > span:after {
   margin-top: 8.5px;
}
.header-menu.toIco {
   text-align: center;
}
.header-menu.toIco ul {
   display: none;
}
.header-menu.active ul {
   display: block;
}
.header-menu.active ul li {
   float: none;
}
.header-menu.active ul li a {
   float: none;
}
.header-menu.active .menuicon {
   border-bottom: 1px solid #000;
}
.header-menu.active .menuicon > span:before {
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
   margin-top: -1.5px;
}
.header-menu.active .menuicon > span:after {
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
   margin-top: -1.5px;
}
.header-menu.active .menuicon > span span {
   top: -3px;
   bottom: -3px;
   left: -3px;
   right: -3px;
   height: auto;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   border-color: #000;
}
.header-menu li {
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
}
.header-menu li a {
   display: block;
   float: left;
   text-transform: uppercase;
   padding: 10px 15px;
   color: #000;
   text-decoration: none;
   text-shadow: 1px 1px 0 #FFF;
   font-family: 'Oswald', sans-serif;
   font-weight: 300;
   font-size: 12pt;
}
/*.header-menu li a:hover, .header-menu .sel a { background: url(/views/eshop-templates/www/img/li_a_shadow.png) left bottom no-repeat; }*/
.header-menu li a:hover {
   background-color: #ececec;
}
.header-menu .sel a {
   background-color: #e4e4e4;
}
/* respnsive menu */
.header-menu .responsive-menu {
   display: none;
}
.header-menu .responsive-menu ul {
   position: absolute;
   z-index: 9999;
   display: none;
   background: #FFF;
   padding: 0;
}
.header-menu .responsive-menu ul li {
   float: none;
   position: relative;
}
.header-menu .responsive-menu ul li a {
   float: none;
}
.header-menu .responsive-menu ul li ul {
   margin-left: 10px;
   position: relative;
}
.header-menu .responsive-menu ul li ul li a {
   text-transform: lowercase;
}
/* rotator */
.rotator {
   /*height: 350px;*/
   overflow: hidden;
   position: relative;
}
.rotator > div {
   width: 100%;
   /*height: 350px;*/
   background-repeat: no-repeat;
}
.rotator > div > img {
   visibility: hidden;
}
.rotator .arrows {
   position: absolute;
   top: 0px;
   bottom: 0px;
   left: 0px;
   right: 0px;
}
.rotator .arrows span {
   position: absolute;
   display: block;
   width: 21px;
   height: 43px;
   margin-top: -21px;
   background: url(/views/eshop-templates/www/img/rotator_arrow_right.png);
   z-index: 999;
   right: 10px;
   top: 50%;
}
.rotator .arrows span.prev {
   background: url(/views/eshop-templates/www/img/rotator_arrow_left.png);
   right: initial;
   left: 10px;
}
.rotator .cycle-pager {
   position: absolute;
   z-index: 999;
   bottom: 0;
   width: 100%;
   text-align: center;
}
.rotator .cycle-pager span {
   display: inline-block;
   width: 14px;
   height: 14px;
   color: transparent;
   background: url(/views/eshop-templates/www/img/rotator_button.png);
   margin: 0 2px;
   cursor: pointer;
}
.rotator .cycle-pager .cycle-pager-active {
   background-color: #d01b1f;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   background-image: none;
}
#progress {
   position: absolute;
   top: 0px;
   height: 2px;
   width: 0px;
   background: #d01b1f none repeat scroll 0% 0%;
   z-index: 999 !important;
   visibility: visible !important;
}
.cycle-slideshow {
   width: 100%;
}
/****** MAIN *******/
.content-in {
   padding-bottom: 20px;
}
.content-in .main {
   float: right;
   width: 730px;
   margin: 10px 30px 10px 0;
}
.content-in .main.fullsize {
   float: none !important;
   width: auto !important;
   margin: 10px 30px;
}
.action-buttons {
   padding: 0px 0 10px 0;
   border-bottom: 1px solid #d6d6d6;
}
.action-buttons ul {
   padding: 0;
   margin: 0;
}
.action-buttons li {
   display: inline-block;
   list-style: none;
   margin: 0 10px 0 0;
}
/****** CATALOGUE *******/
/* products */
.products {
   overflow: hidden;
}
.products .perex,
.catalogue .category-box {
   float: left;
   width: 202px;
   padding: 0 20px;
   margin: 20px 0;
   border-right: 1px solid #d6d6d6;
   text-align: center;
   height: 400px;
   bottom: 0;
   top: 0;
}
.products .perex .img-thmb,
.catalogue .category-box .img-thmb {
   display: block;
   position: relative;
   height: 200px;
   text-align: center;
   line-height: 200px;
}
.tags {
   position: absolute;
   left: 0;
   top: 10px;
   max-width: 65%;
}
.tags .tag {
   display: block;
   width: auto;
   font-size: 14px;
   text-transform: uppercase;
   color: white;
   background: #dc1f25;
   padding: 0 10px;
   height: 23px;
   line-height: 23px;
}
.tags .tag.novinka {
   background: rgba(0, 0, 0, 0.7);
}
.products .perex img,
.catalogue .category-box img {
   vertical-align: middle;
   max-width: 100%;
   max-height: 100%;
   height: auto;
}
.products > .perex:nth-child(3n) {
   border-right: none;
}
.products .perex h2 {
   font-weight: bold;
   font-size: 10pt;
   margin-bottom: 0;
   height: 36px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}
.products .perex h2 a {
   color: inherit;
   text-decoration: none;
}
.products .perex .arrow-link-wrap {
   width: 100%;
   text-align: center;
}
.products .perex .arrow-link {
   display: inline-block;
   width: 19px;
   height: 19px;
   margin-top: 10px;
   background: #d01b1f url(/views/eshop-templates/www/img/sipka-ico.png) center no-repeat;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}
.products .perex .description {
   height: 60px;
}
.pagination {
   text-align: right;
   margin-top: 20px;
}
.pagination a {
   color: inherit;
   margin: 0 5px;
}
/* categories */
.category-box {
   position: relative;
}
/*.category-box:hover h2 { background-color: #efefef; }*/
.category-link {
   position: absolute;
   z-index: 1;
   top: 0;
   left: 0;
   display: block;
   width: 100%;
   height: 100%;
}
/* filter */
.filter {
   background-color: #e3e3e3;
   padding: 10px 15px;
   margin-top: 20px;
}
.filter p {
   margin: 0px;
}
.filter span {
   margin-left: 20px;
}
.filter a {
   display: inline-block;
   width: 10px;
   height: 5px;
   background: url(/views/eshop-templates/www/img/arrow_small_up.png);
   color: transparent;
   vertical-align: middle;
}
.filter a.desc {
   background: url(/views/eshop-templates/www/img/arrow_small_down.png);
}
/****** PRODUCT ******/
.product-site .description {
   width: 48%;
   float: left;
   margin: 0 1%;
   padding-bottom: 20px;
   border-bottom: 1px solid #d6d6d6;
}
.product-site .gallery {
   width: 48%;
   float: left;
   padding: 20px 0 0 0;
   margin-right: 2%;
}
.product-site .gallery .main-image {
   position: relative;
   box-shadow: 0 0 3px 1px #EEE;
   padding: 2px;
   margin-bottom: 10px;
   display: block;
}
.product-site .gallery .main-image a {
   display: block;
}
.product-site .gallery .main-image img {
   width: 100%;
   height: auto;
   display: block;
}
.price-wrap,
.order-wrap {
   float: left;
   padding-top: 20px;
}
.price-wrap {
   padding-right: 20px;
}
.order-wrap .count input {
   width: 40px;
   margin: 5px 5px 0 0;
}
.order-wrap .count {
   display: inline-block;
}
.order-wrap .skladem {
   color: red;
   font-weight: bolder;
   margin-top: 5px;
}
.order-wrap .skladem.ano {
   color: green;
}
.shop-box strong {
   margin-bottom: 10px;
}
.params-wrap {
   clear: both;
   margin-top: 20px;
   padding: 0 0 20px 0;
   border-top: 1px solid #d6d6d6;
}
/****** COLUMN *******/
.column {
   float: left;
   width: 200px;
   margin: 0px 20px 0;
}
/* menu */
.column .products-menu,
.column .akce-perexes {
   border: 1px solid #e3e3e3;
   margin-bottom: 30px;
}
.column .products-menu.select,
.column .akce-perexes.select {
   margin-bottom: 0px;
   display: none;
}
.column .products-menu > span:first-child,
.column .akce-perexes > h2:first-child {
   background: #e3e3e3;
   margin: 0;
   padding: 10px;
   color: #000;
   font-weight: normal;
   font-size: 12pt;
   text-transform: uppercase;
   display: block;
}
.column .products-menu ul {
   margin: 0;
   padding: 10px 0;
   list-style: none;
}
.column .products-menu ul li {
   position: relative;
   padding: 0 10px;
}
.column .products-menu li a {
   text-decoration: none;
   text-transform: uppercase;
   display: block;
   padding: 10px 0 10px 5px;
   border-top: 1px solid #f0f0f0;
   color: #000;
   font-weight: 300;
}
.column .products-menu li a:hover {
   background-color: #F2F2F2;
}
.column .products-menu ul > li:first-child a {
   border-top: none;
}
/* akcni zbozi */
.column .akce-perexes .perex {
   padding: 5px 5px 20px;
   text-align: center;
   border-bottom: 1px solid #e3e3e3;
}
.column .akce-perexes .perex > a {
   display: block;
   position: relative;
   text-align: center;
   width: 100%;
}
.column .akce-perexes .perex > a img {
   max-width: 100%;
   height: auto;
}
.column .akce-perexes .perex h3 {
   font-size: 12pt;
   margin-bottom: 0;
}
.column .akce-perexes .perex h3 a {
   text-decoration: none;
}
/* secon level */
.column .products-menu li ul {
   display: none;
   position: absolute;
   background: #ffffff none repeat scroll 0% 0%;
   border: 1px solid #E3E3E3;
   top: 0px;
   left: 100%;
   width: 300px;
}
/*.column .products-menu ul > li:first-child ul { display: block;  position: absolute; }*/
.column .products-menu li:hover > ul {
   display: block;
   z-index: 99;
}
/****** FOOTER *******/
.footer {
   clear: both;
   background-color: #3a3a3a;
   position: relative;
}
.footer strong {
   font-size: 11pt;
}
.footer-in {
   background-color: rgba(255, 255, 255, 0.1);
}
.footer-menu {
   width: 220px;
   position: relative;
   border-top: 10px solid #d01b1f;
   top: -2px;
   padding: 0 20px;
   float: left;
}
.footer-menu ul {
   padding: 0px;
   margin: 0px;
}
.footer-menu h2 {
   padding-left: 20px;
   margin: 20px 0 10px;
   text-transform: uppercase;
   font-size: 11pt;
}
.footer-menu li {
   list-style: none;
}
.footer-menu li a {
   text-transform: uppercase;
   text-decoration: none;
   padding: 10px 20px;
   width: 180px;
   border-bottom: 1px solid #595959;
   display: block;
   font-weight: 300;
}
.footer-menu li a:hover {
   background-color: #313131;
   transition: .5s;
}
.footer h2,
.footer h3 {
   color: #FFF;
}
.footer p {
   /*margin: 0;*/
}
/* kvuli editoru, ktery tam dela tag */
.footer-right {
   float: left;
   margin: 0 40px;
   padding-top: 20px;
}
.footer-right.full {
   float: none;
   width: auto;
}
.footer-menu-right {
   padding-top: 20px;
}
.footer-menu-right li {
   display: inline-block;
   list-style: none;
   margin: 0 20px 0 0;
}
.footer-menu-right li a {
   color: #8f8f8f;
   text-transform: uppercase;
   text-decoration: none;
   font-size: 11pt;
}
.footer-menu-right li a:hover {
   color: #fff;
   transition: .5s;
}
.footer-logo {
   margin: 40px 0 0 0;
   display: block;
}
.footer,
.footer a {
   color: #f3f3f3;
   text-shadow: 1px 1px 0 #000;
}
/**  language switcher  **/
.language-switcher {
   position: absolute;
   right: 20px;
   top: 3px;
}
.language-switcher a {
   width: 16px;
   height: 16px;
   float: left;
   padding: 4px;
   opacity: 0.7;
}
.language-switcher a.active,
.language-switcher a:hover {
   opacity: 1;
}
.language-switcher a span {
   display: none;
}
.language-switcher a.cz {
   background: url(/views/_default/www/img/icons/flag_cz.png) no-repeat 50% 50%;
}
.language-switcher a.en {
   background: url(/views/_default/www/img/icons/flag_en.png) no-repeat 50% 50%;
}
.language-switcher a.sk {
   background: url(/views/_default/www/img/icons/flag_sk.png) no-repeat 50% 50%;
}
.eliska-footer {
   text-align: center;
   font-size: 8pt;
   margin: 20px 0 0;
}
.eliska-footer,
.eliska-footer a {
   color: #aaa;
}
.eliska-footer a {
   text-decoration: underline;
}
.eliska-footer img {
   position: relative;
   top: 3px;
   padding: 0 3px 0 6px;
}
/* default-form */
.default-form {
   clear: both;
   border: 1px solid #ddd;
   background: #f8f8f8;
   margin: 10px 0;
   padding: 20px 40px;
}
.default-form label {
   display: block;
   margin: 5px 0 0;
}
.default-form .text-input,
.default-form textarea,
.default-form select {
   background: white;
   border: 1px solid #ccc;
   width: 500px;
   padding: 6px 10px;
   margin: 1px;
}
.default-form select {
   padding-right: 5px;
   width: 510px;
}
.default-form textarea {
   font-family: arial;
   height: 100px;
}
.default-form .sub {
   font-weight: bold;
   background: white;
   cursor: pointer;
   padding: 10px 50px;
   border: 2px solid #ccc;
   margin: 10px 0;
}
.default-form .sub:hover {
   background: #f5f5f5;
}
/*
@media screen and (max-width: 970px){
   .all { width: 100%; }
   .header { width: 100%; }
}
*/
/* search */
.search {
   max-width: 270px;
   white-space: nowrap;
   margin: 8px 0px;
}
.search form {
   display: block;
}
.search input[type=text] {
   float: left;
   border: 1px solid #CCC;
   color: #999;
   font-size: 11pt;
   width: auto;
   width: calc(100% - 40px);
   display: block;
   height: 31px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   padding: 5px 20px 5px 10px;
}
.search input[type=text].smaller {
   font-size: 8pt;
}
.search input.search-sub {
   background: #d01b1f url(/views/eshop-templates/www/img/lupa-ico.png) center no-repeat;
   width: 60px;
   height: 31px;
   float: right;
   position: relative;
   z-index: 2;
   margin-left: -59px;
}
.slevy_info {
   padding: 10px;
   border: 1px solid #CCC;
   font-weight: bold;
}
.breadcrumbs {
   margin: 0px 0px 10px 0px;
}
.breadcrumbs a {
   font-size: smaller;
}
.breadcrumbs span {
   width: 0;
   height: 0;
   border-right: 0px solid transparent;
   border-top: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-left: 6px solid #666;
   padding: 0px;
   margin: 0px 20px;
   vertical-align: middle;
   overflow: hidden;
   display: inline-block;
}

.m-form .captcha-input {
   margin: 4px 10px;
   width: 100px;
   height: 62px;
   font-size: 18px;
}

#dpd_pickup_iframe {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: white;
   z-index: 999;
}/*	
Pouziti
.keyframes(car;{
	0%   { .scale(0.8);}
	100% { .scale(1); }
});
	
.animation(car 3s ease-in infinite alternate);
*/
@media screen and (max-width: 1000px) {
  .content-in {
    width: auto;
  }
  .content-in .main {
    float: none;
    width: auto;
    padding: 10px;
    margin: 0;
  }
  .footer-in {
    width: auto;
  }
  .header-in {
    width: auto;
  }
  .header-menu .responsive-menu {
    display: block;
  }
  .column {
    float: none;
    width: auto;
  }
  .search input[type="text"] {
    width: calc(100% - 40px);
  }
  .column .products-menu {
    /*display: none;*/
  }
  .column .products-menu.select {
    /*display: block;*/
    display: none;
    font-size: larger;
  }
  .akce-perexes {
    display: none;
  }
  .eshop-info {
    margin: 0;
    padding: 10px;
  }
  .header-left {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
    float: none;
    padding: 0 10px;
  }
  .header .slogan {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
    float: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .products {
    text-align: center;
    float: none;
  }
  .products .perex,
  .catalogue .category-box {
    width: 25%;
    border: none;
    border-left: 1px solid #d6d6d6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .products .perex:nth-child(4n+1),
  .catalogue .category-box:nth-child(4n+1) {
    border-left: none;
  }
}
@media screen and (max-width: 970px) {
  .cont {
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  .menu {
    margin-bottom: 10px;
  }
  .menu li {
    padding-top: 0;
  }
  .logo {
    margin: 5px;
  }
  .products .perex,
  .catalogue .category-box {
    width: 50%;
    border: none;
    border-left: 1px solid #d6d6d6;
  }
  .products .perex:nth-child(2n+1),
  .catalogue .category-box:nth-child(2n+1) {
    border-left: none;
  }
}
@media screen and (max-width: 700px) {
  .rotator .text {
    top: 20px;
    font-size: 18pt;
  }
  .rotator .text p:first-child {
    font-size: 22pt;
  }
  .menu li a {
    padding: 20px;
  }
}
@media screen and (max-width: 580px) {
  .logo {
    text-align: center;
    float: none;
    display: block;
  }
  .rotator {
    display: none;
  }
  .menu {
    float: none;
    clear: both;
    margin: 0;
  }
  .menu li {
    display: block;
    float: none;
  }
  .menu li a {
    padding: 15px 10px;
    display: block;
    float: none;
    background: none;
    border-bottom: 1px solid #eee;
    text-align: center;
  }
  .main-left {
    float: none;
    width: auto;
    margin: 0;
  }
  .right {
    float: none;
    width: auto;
    border-top: 1px solid #ddd;
    margin-top: 30px;
    font-size: 95%;
    line-height: 1.4em;
  }
  .right .like-h1 {
    font-size: 13pt;
    margin: 10px 0;
  }
  .content {
    padding: 0 3% 20px 4%;
  }
  .boxes {
    display: none;
  }
  .product-site .gallery {
    float: none;
    width: 100%;
  }
  .product-site .description {
    float: none;
    width: 100%;
  }
  .product-site .rotator {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .footer-logo img {
    width: 100%;
    height: auto;
  }
  .header-top .eshop-info {
    flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    max-width: 100%;
    margin: auto;
  }
  .products .perex,
  .catalogue .category-box {
    width: 100%;
    border: none;
    border-left: none;
  }
  .product-site .gallery {
    float: none;
    width: 100%;
  }
  .product-site .description {
    float: none;
    width: 100%;
  }
  .product-site .rotator {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .rotator {
    display: none;
  }
  .product-site .gallery {
    float: none;
    width: 100%;
  }
  .product-site .description {
    float: none;
    width: 100%;
  }
  .product-site .rotator {
    display: block;
  }
}

            body { background-color: #c4defd;  color: #000000; }
            .header .slogan, .eshop-info { color: #000000; }
            h1, h2, h3, .like-h1 { color: #2465a1; }
            a { color: #2465a1; }
            .column .products-menu > h2:first-child, .column .akce-perexes > h2:first-child, .filter,table tr th,.table tr th,table .tr th,.table .tr th,table tr .th,.table tr .th,table .tr .th,.table .tr .th { background-color: #ffffff;  color: #2465a1; }
            .column .products-menu li a { color: #000000; }
            .column .products-menu li a:hover, .footer-menu li a:hover { background-color: #ffffff; }
            .header { background-color: #c4defd;  color: #c4defd; }
            .header { background-color: #c4defd; }
			.menu-button span { background-color: #ffffff; }
            .menu li a { color: #ffffff; }
            .header-menu .sel a { background-color: #ffffff; }
            .search input.search-sub, .red-button, .products .perex .arrow-link, .login a, .submit, input[type=submit] { background-color: #2465a1;  color: #ffffff; }
            .white-button, .pagination .button { background-color: #2465a1;  color: #ffffff; }
            .footer { background-color: #6f8fad; }
            .footer, .footer a, .footer h2, .footer h3 { color: #ffffff;  text-shadow: 1px 1px 0 #000000; }
            .footer-menu, .rotator { border-color: #ffffff; }
            .rotator .cycle-pager .cycle-pager-active, #progress { background-color: #ffffff; }
			.rotator .cycle-slide { height: 22vw ;}
            @font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUhiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUhiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabVmaiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmaiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmaiA8.ttf) format('truetype');
}
