/*  ---------------------------------------------------------------------------------------
Description:    Basic styles and layout
Media:        screen, projection
---------------------------------------------------------------------------------------*/
@import url("./reset.css");
/*  ---------------------------------------------------------------------------------------
Basic styles
---------------------------------------------------------------------------------------*/
body {

  margin: 0;
  padding: 47px 0 0 0;
  font-weight: 300;
  color: #444;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

.child-w100p .banner-img img {
  max-width: 100%;height: auto;
}

a, .glyphicon {
  color: #66C3C3;
}

a:hover {
  text-decoration: none;
  color: #3F9494;
}

input[type="text"],
input[type="password"], select {

  padding: 8px;
  border: 1px solid white;
  border-radius: 2px;
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.23);
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

label {

  padding: 0 0 5px 0;
  display: inline-block;
}

.in50 {
}

.contact_wrapper .mail,
.contact_wrapper .phone   {

  display: block;
  padding: 0 0 1em 30px;
  position: relative;
}

#vynosy ul , #details ul {

  margin: 0;
  padding: 0;
}

#details ul li, #vynosy ul li{

  position: relative;
  padding: 0 30px 1em 30px;
  margin: 0;
  list-style: none;
}

li.phone:before,
.contact_wrapper .phone:before {

  background: url('../images/sprite2.png') no-repeat  -4px -72px;
  width: 16px;
  height: 17px;
  top: 2px;
  left:2px;
  display: block;
  content: '';
  position: absolute;
}

li.mail:before,
.contact_wrapper .mail:before {

  background: url('../images/sprite2.png') no-repeat -4px -108px;
  width: 17px;
  height: 14px;
  top: 2px;
  left:2px;
  display: block;
  content: '';
  position: absolute;
}

.documents_more.id_news .krizek {

  position: absolute;
  top:1em;
  right: 1em;
  font-weight: 400;
}

#lang_select  li {
  list-style-type: none;
  padding: 0 3px;
  margin: 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
}

#lang_select  a {
  font-size: 1.1em ;
  text-transform: uppercase;
  color: #ccc;
}

#lang_select .active a {
  font-size: 1.1em ;
  text-transform: uppercase;
  color: #db5423;
}

#lang_select
{
    top: 120px;
    z-index: -1;
    background: #fff;
    right: 0;
    position: fixed;
    width: 50px;
    padding: 5px;
}

#lang_select ul{
 padding: 0;
}
#lang_select li {
  float: left;
}

.documents_more.id_news {

  overflow: auto;
  max-height: 100%;
  position: fixed;
  width: auto;
  height: auto;
  top: 2em;
  margin: 0 auto;
/* right: 2em;
*/
bottom: 2em;
/* left: 2em;
*/
display: none;
background: #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
z-index: 5001;
}

.rows .icon_product {
  display: none;
}

.title_product {
  position: relative;
}

.polozka.rows {
  position: relative;
}

.rows:hover .icon_product {

  position: absolute;
  z-index: 55;
  display: block;
  top: -120px;
  right: -80%;
  background-color: #fff;
  width: 250px;
  height: 250px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

.rows:hover .icon_product.small {

  width: 72px;
  height: 72px;
  z-index: 9999;
  display: block;
  top: -20px;
  left: 10%;
}

.rows:hover .icon_product img {

  max-width: 99% ;
  max-height: 99%;
}

.rows .icon_product:after
{

  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF;
  display: block;
  width: 0;
  z-index: 1;
  margin-top: -15px;
  left: -15px;
  top: 50%;
}

.rows .icon_product:before
{

  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #ddd;
  display: block;
  width: 0;
  z-index: 0;
  margin-top: -15px;
  left: -16px;
  top: 50%;
}

section h1 {
  margin: 1.1em 0;
}

section h3 {
  margin: 1.0em 0;
}

/*  ---------------------------------------------------------------------------------------
Layout
---------------------------------------------------------------------------------------*/
#w404_categories ul   {
  padding:0 ;
  margin: 0;
}

#w404_categories ul li {
  list-style: none;
  padding:0 ;
  margin: 0;
}

#w404_categories ul li a {
  text-decoration: none;
  display: block;
  padding: 0.6em;
  border-bottom: 1px solid #f7f7f7;
}

#w404_categories ul li>ul li a {
  padding: 0.6em 0.6em 0.6em 2.6em;
}

#w404_categories ul li>ul li a:hover, #w404_categories ul li a:hover {
  color: #fff;
  background: #00ccff;
}

#w404_article,
#w404_categories {

  padding: 2em;
  position: relative;
  margin:  2em 0;
  border:1px solid #f7f7f7;
  background: #fff;
  -webkit-box-shadow: 0px 0 10px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0 10px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 0 10px 1px rgba(0,0,0,0.1);
}

#articles .iconlink img{

  width:100% ;
  height: auto;
  position: absolute;
}

#articles .iconlink {

  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  display: block;
  margin: 0 0 1em 0 ;
}

.icon_katalog {

  max-width: 100%;
  -webkit-box-shadow: 0px 0 4px 2px rgba(0,0,0,0.19);
  -moz-box-shadow: 0px 0 4px 2px rgba(0,0,0,0.19);
  box-shadow: 0px 0 4px 2px rgba(0,0,0,0.19);
}

.iconlink_katalog {

  position: relative;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em 0 ;
  text-align: center;
}

.iconlink_katalog.screenshot {
  border:1px solid #dfdfdf;
}

.image_art {
  float: left;
  display: block;
  width: 45%;
  position: relative;
  margin: 0 2em 2em 1em ;
}

.image_art img {
  width: 100%;
}

#articles .w50p.even .w50p_inside {

  padding: 0 2em 0 0 ;
  text-align: justify;
}

#articles .w50p.odd .w50p_inside {

  padding: 0 0 0 2em ;
  text-align: justify;
}

.pt1e {

  padding-top:1em ;
}

.pb1e {

  padding-bottom:1em ;
}

.w50p_inside  .pt1e {

  text-align: center;
}

.w30p {

  position: relative;
}

.images_art .w30p {
  margin-top: 2em;
}

.itemSocialSharing {

  display: block;
  padding: 1em;
  margin : 1em 0;
  border: 1px solid #eee;
}

.ctverec {

  width: 100%;
  height:0;
  background: none;
  padding-bottom:100%;
  position: relative;
  text-align: center;
}

.obdelnik.odd .child_image {

  position: absolute;
  width: 97%;
  height:97%;
  top: 0%;
  right: 0%;
  left: auto;
  overflow: hidden;
}

#screenshot{

  position:absolute;
  background: white;
  border: 1px solid silver;
  padding:2px;
  color:#fff;
  display:none;
  z-index: 99999;
}

#screenshot img {
  max-width: 400px;
  height: auto;
  display: block;
  position: relative;
}

.obdelnik .child_image .img_wrapper {
  padding: 0;
}

.obdelnik.even .child_image {

  position: absolute;
  width: 100%;
  height:100%;
  top: 0%;
  left: 0%;
  overflow: hidden;
}

.podkategorie li {
  list-style-type: none;
  float: left;
}

.podkategorie li a {
  padding: 0.5em;
  float: left;
  margin-right: 0.5em;
  margin-top: 0.5em;
  border: 1px solid #00ccff;
  background: #fff;
  font-weight: 300;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0 4px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0 4px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 0 4px 1px rgba(0,0,0,0.1);
}

.podkategorie ul {
  padding: 0;
}

.sloupce_4 .obdelnik.even .child_image,
.sloupce_4 .obdelnik.odd .child_image {

  position: absolute;
  width: 96%;
  height:96%;
  top: 2%;
  right: 2%;
  left: auto;
  overflow: hidden;
}

.sloupce_4 .obdelnik .child_image_title{
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  background: #fff;
}

.sloupce_4 .obdelnik .child_image_title h3 {
  margin: 0.2em;
  font-size: 1.5em;
  font-weight: normal;
}

.sloupce_4 .obdelnik a.child_image_title:hover {
  text-decoration: none;
}

.obdelnik {

  width: 100%;
  height:0;
  background: none;
  margin: 0;
  padding-bottom:53%;
  position: relative;
  text-align: center;
  margin-top: 3em;
}

.sloupce_4 .obdelnik {
  padding-bottom:65%;
}

.album_image,
.child_image {

  position: absolute;
  width: 94%;
  height:94%;
  top: 3%;
  left: 3%;
  overflow: hidden;
}

.album_image h3,
.child_image h3 {

  position: absolute;
  background: rgba(255,255,255,0.9);
  bottom:0 ;
  width: 100%;
  text-align: left;
  left: 0;
  padding: 0.3em 1em;
  z-index: 3;
}

.album_image .img_wrapper,
.child_image .img_wrapper{

  width: 100%;
  height: 100%;
  display: table;
  position: absolute;
  padding: 0.3em;
  -webkit-box-sizing: border-box;
  /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;
  /* Firefox 1 - 28 */
  box-sizing: border-box;
}

.album_image .wrapper_of_wrapper,
.child_image .wrapper_of_wrapper{

  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
}

.in50.row ,  .in50.row .row  ,.in50.row .col-md-6 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

a.catimg {

  float: right;
  width: 65%;
/* height: 200px;
*/
margin: 10px -40px -40px 10px;
}

.smart-menu ul.shop_tree li a.catimg:hover {
  background-color: transparent;
}

a.catimg img{
  width: 100%;
}

h3.nazev-rady {

  padding: 1em 1em 0.5em 1em;
  display: block;
  min-height: 5em;
  margin: 0em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  border: 1px solid #4a4a4a;
  text-align: center;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}


.album_image img,
.child_image img {

  max-width: 100%;
  height: auto;
  /*max-height: 100%;*/
  -webkit-box-shadow: 0px 0 6px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0 6px 1px rgba(0,0,0,0.3);
  box-shadow: 0px 0 6px 1px rgba(0,0,0,0.3);
}

.child_image img
{

  width: 100%;
}

.news span {

  font-size: 1.2em;
  position: absolute;
  top: 0.8em;
  right: 0.4em;
}

.action span {

  font-size: 1.2em;
  position: absolute;
  top: 0.8em;
  right: 0.4em;
}

.sale span {

  font-size: 1.2em;
  position: absolute;
  top: 0.8em;
  right: 0.4em;
}

#main_nav_inside .polozka_seznamu {

  position: relative;
  float: left;
  width: 48px;
  height: 100%;
  min-height:48px;
  padding-top: 14px;
  border-right: 1px solid #eee;
}



#main_nav_inside .polozka_seznamu strong.kolecko {

  color: #fff;
  background: #66C3C3;
  position: absolute;
  right:3px;
  bottom:5px;
  font-size: 0.8em;
  font-weight: normal;
  padding: 0 0.5em;
  min-width: 18px;
  min-height:18px;
  line-height:18px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}

#main_nav_inside .polozka_seznamu.eur_czk {

  text-align: center;
  width: 56px;
}

#main_nav_inside .polozka_seznamu .glyphicon {

  text-align: center;
  width: 48px;
  font-size: 1.5em;
}

#main_nav_inside .polozka_seznamu .okno
{

  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  min-width: 350px;
  padding: 1em 2em 2em 2em;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
}

#main_nav_inside .polozka_seznamu .okno.showme,
#main_nav_inside .polozka_seznamu:hover .okno {

  display: block;
}

}

.full_link_detail.glyphicon {

  position: absolute;
  top: 5em;
  left: 4.5em;
  overflow: hidden;
  font-size: 2em;
}

.singleproduct .cart_form {

  font-size: 1.2em;
}

.singleproduct{

  padding-top:1em ;
  padding-bottom: 1em;
}

.bordertb {

  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.table_clients .rows {
  border-top: 1px solid #eee;
}

.singleproduct .product_price {

  font-size: 1.2em;
  padding: 0.7em 0;
  border-bottom: 1px solid #dfdfdf;
  margin: 0.7em 0 0 0;
}

.singleproduct .w50p_inside {
  padding: 0 1em;
}

.singleproduct .product_price h3 {

  font-size: 1.2em;
  display: inline;
}

.product_price span {

  float: right;
  font-size: 1.35em;
}

.singleproduct .main_title {
  font-size: 1.3em;
  padding: 0 1em;
}

.singleproduct .cart_count {

  font-size: 1.2em;
}

.cart_nadpis {
  padding: 1.4em 0;
}

.cart_form .inputs {
  float: right;
  margin-top: 19px;
}

.catalogue_header_paging {
  clear: both;
}

.catalogue_header_paging ul li, .paging ul li  {

  float: left;
  padding:0;
  margin: 0.5em;
  list-style-type: none;
}

.catalogue_header_paging ul li span, .catalogue_header_paging ul li a, .paging ul li a, .paging ul li span {

  display: block;
  float: left;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  border: 1px solid #00ccff;
  background: #fff;
  font-weight: 300;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size:1.3em;
  -webkit-box-shadow: 0px 0 4px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0 4px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 0 4px 1px rgba(0,0,0,0.1);
}

.catalogue_header_paging ul li .active {

  color: #800240;
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.catalogue_header_paging ul li a.wa  {
  width: auto;
  padding: 0 1em;
}

.catalogue_header_paging ul li span, .paging ul li span {

  border: 1px solid #e7e7e7;
}

.paging ul li.summary span {

  width: auto;
  padding: 0 0;
  border-width: 0;
  background: transparent;
  -webkit-box-shadow: 0 0 0 0  rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 0  rgba(0,0,0,0);
  box-shadow: 0 0 0 0  rgba(0,0,0,0);
}

.catalogue_header_paging ul , .paging ul  {
  padding: 0;
  margin: 2em 0;
}

input[type='submit'].cart {
  padding: 7px 6px;
  text-transform: none;
  font-size:1em;
}

input#cart_count {

  padding: 2px 5px;
  border: 1px solid white;
  border-radius: 2px;
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.23);
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.pt3em .icon {
  webkit-box-shadow: 0px 0em 8px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0em 8px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0em 8px 0px rgba(0,0,0,0.2);
}

.popisek_prod strong{
  font-weight: 300;
  color: #777;
}

.big-advantages .b-a-inside,
#w404_art,
#w404_cat,
#main_nav_inside,
#paticka_inside,
.slider_wrapper,
.example_wrapper,
.faq_wrapper,
.news_wrapper,
.question.faq_wrapper.open .w80p_wrapper,
.contact_wrapper {

  width: 90%;
  margin: 0 auto;
  max-width:1300px;
  position: relative;
  padding: 1em 2em ;
}

#main_wrapper
{

  width: 98%;
  margin: 0 auto;
  max-width:1300px;
  position: relative;
  padding: 1em 0 ;
}

.logo_wrapper
{

  width: 98%;
  margin: 0 auto;
  max-width:1300px;
  position: relative;
  padding: 1.5em 0 ;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.logo_wrapper  #logo a {
  display:block;
}

.logo_wrapper  #logo {
  width: 250px;
  margin: 20px 0 ;
}

.section_root .wrapper {

  margin: 0;
  position: relative;
  width: 100%;
}

#contact {
  background: #f7f7f7;
  padding: 1em 0;
}

#faq, .details{

  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}

.example_wrapper .example_wrapper_inside {
  margin:3em 0 3em 3em;
  position: relative;
}

.example_wrapper .example_wrapper_inside.even {
  margin:3em 3em 3em 0 ;
}

.responsive .grey {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.question.faq_wrapper {
  border-top: 1px solid #eaeaea;
}

.question.faq_wrapper h3 {

  color: #6d6d6d;
  position: relative;
  padding:  0 0 0 40px;
}

.question.faq_wrapper h3:hover {

  color: #9e9e9e;
  position: relative;
  padding:  0 0 0 40px;
}

.question.faq_wrapper h3:before {

  background: url('../images/sprite2.png') no-repeat -4px -30px;
  width: 12px;
  height: 20px;
  top: 9px;
  left: 14px;
  display: block;
  content: '';
  position: absolute;
}

.question.faq_wrapper.open h3:before {

  background: url('../images/sprite2.png') no-repeat 0 0;
  width: 20px;
  height: 12px;
  top: 14px;
  left: 5px;
  display: block;
  content: '';
  position: absolute;
}

.question.faq_wrapper .question_wrapper_inside {
  display: none;
}

.question.faq_wrapper.open {
  width: 100%;
  -webkit-box-shadow: inset 0px 0em 8px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0px 0em 8px 0px rgba(0,0,0,0.2);
  box-shadow: inset 0px 0em 8px 0px rgba(0,0,0,0.2);
  padding: 0 0 2em 0;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  border-collapse: collapse;
}

.question.faq_wrapper.open h3 {
  color: #6eb9d9;
}

.question.faq_wrapper.open .question_wrapper_inside {
  display:block;
}

.responsive {

  display: table;
  width: 100%;
  background:rgba(0,0,0,0.15);
  height: 0;
  padding-top:60%;
  overflow: hidden;
  -webkit-box-shadow: 0px 0em 8px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0em 8px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0em 8px 0px rgba(0,0,0,0.2);
}

.map iframe {
  width: 100%!important;
}

.map p {

  padding: 0;
  margin: 0;
  display: block;
}

.map {

  position: relative;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}

.overmap {

  width: 35%;
  position: absolute;
  right: 10%;
  top: -1em;
  min-height: 480px;
  background: #000;
  background: rgba(0,0,0,0.7);
  padding: 0 2em 1em 2em;
  color: #fff;
}

.overmap h4,
.overmap h2,
.overmap h3 {
  color: #fff;
}

.form_fix {

  position: absolute;
  right: 0;
  width: 100%;
  z-index: 5000;
  padding: 0em 2em 1em 2em;
  top:0;
  -webkit-box-sizing: border-box;
  /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;
  /* Firefox 1 - 28 */
  box-sizing: border-box;
}

.form_fix h2 {
  margin-bottom: 0.2em;
}

.label_wrapper label {

  width:100%;
  padding : 0.7em 0 0.5em 0;
}

.label_wrapper label.katalog_detail_label {
  width: auto;
}

.label_wrapper input,
.label_wrapper textarea {

  width:100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border:1px solid #ddd;
  padding: 0.6em;
  -webkit-box-sizing: border-box;
  /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;
  /* Firefox 1 - 28 */
  box-sizing: border-box;
}

.label_wrapper textarea {

  height: 6em;
  display: block;
}

#paticka .label_wrapper button {

  background: transparent;
  border:1px solid #fff;
  color: #fff;
  margin-top: -5px;
}

.pt2em {

  padding-top: 2em;
}

.big-advantages {
  border-top: 1px solid #bbb;
}

.b-a-inside .others {
  width: 58%;
}

.b-a-inside .first {

  padding: 0 2% 0 0 ;
  width: 36%;
}

.b-a-inside .others{
  padding: 0 0 0 3% ;
  border-left: 1px solid #eaeaea;
}

.b-a-inside .others h4 {
  padding: 0.5em 0 0 60px;
  position: relative;
}

.b-a-inside .others .trestne:before {

  background: url('../images/sprite2.png') no-repeat -97px -220px;
  width: 48px;
  height: 47px;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
}

.b-a-inside .others .proverene:before {

  background: url('../images/sprite2.png') no-repeat -98px -154px;
  width: 49px;
  height: 40px;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
}

.b-a-inside .others .praxe:before {

  background: url('../images/sprite2.png') no-repeat -99px -283px;
  width: 47px;
  height: 43px;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
}

.b-a-inside .others .online:before {

  background: url('../images/sprite2.png') no-repeat -98px -82px;
  width: 51px;
  height: 46px;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
}

.b-a-inside .others .test:before {

  background: url('../images/sprite2.png') no-repeat -100px -15px;
  width: 45px;
  height: 45px;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
}

#panel_breadcrumb {

  width: 80%;
  margin: 0 auto;
  max-width: 1300px;
  padding: 1em 2em;
  z-index: 1;
  position: relative;
}

#panel_breadcrumb ul {

  padding: 0;
  margin: 0;
}

#panel_breadcrumb li {

  list-style: none;
  padding: 0;
  margin: 0;
  color: #666;
  position: relative;
  float: left;
}

#panel_breadcrumb li span {

  padding: 0 1em ;
}

#panel_breadcrumb li a {

  color: #888;
}

.cart_button .button_wrapper button.dblock {

  position: relative;
  margin : 0.25em 0;
}

.cart_button .button_wrapper input#cart_count {

  padding: 7px;
  font-size: 1em;
}

.cart_button .button_wrapper input[type='submit'].cart {

  padding: 8px 10px;
}

.mw100p img {
  width: 100%;
  height: auto;
}

.head_slider_wrapper {

  width: 100%;
  height: 0;
  padding-top: 25%;
  margin: 0 auto 0 auto;
  top: 2px;
  display: block;
  position: relative;
}

.head_slider_wrapper.uzoucky {

  padding-top: 18%;
}

#slideshow-bez-nadpisu {

  z-index: 1;
}

#slideshow-bez-nadpisu  h2,
#nic   h2 {

  display: none;
}

#slideshow-bez-nadpisu .text_slidu h2,
#nic .text_slidu h2 {

  display: block;
}

.close_it {
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  opacity: 0.4;
}

/* .head_slider_wrapper .slider {

width: 50%;
height: 100%;
right: 3%;
top: 0;
display: block;
position: absolute;
}

*/
#inquiries-box {
/*
  float: right;*/
}

#inquiries-box .inquiries_bar {

  margin: 8px 5px 8px 5px;
  background:#9E643B;
  height: 1em;
  font-size: 1em;
  line-height: 1em;
}

#inquiries-box a {

  text-decoration: none;
}

.bx-start, .bx-stop  {

  display: none;
}

.slider.uzoucky .bx-controls-direction,
.slider_wrapper .bx-controls-direction,
.slider_wrapper_100p .bx-controls-direction {

  position: absolute;
  top: 50%;
  left: 0;
  width: 76%;
  height: 51px;
  margin-top: -25px;
  text-align: center;
  left: 12%;
  z-index: 5800;
}

.slider.uzoucky .bx-controls-direction,
.slider_wrapper .bx-controls-direction {

  width: 98%;
  z-index: 5800;
  left: 1%;
}

.bx-prev, .bx-next {

  left: 3em;
  top: 50%;
  width: 50px;
  background: none;
  border: 2px solid #eee;
  height: 50px;
  display: block;
  overflow: hidden;
  text-indent: -6666px;
  border-width: 0px 0 2px 2px;
  margin-top: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bx-next {

  left: auto;
  right: 3em;
  border-width: 2px 2px 0 0;
}

.head_slider_inside
{
  max-height: 7em;
  width: 90%;
  padding:3.5em 0 0  0;
  display: block;
}

.head_slider_inside h2 {

  margin: 0;
  padding: 0;
  font-size: 2.5em;
  color: #777;
  font-weight: normal;
}

.inside_slide {

  padding: 25% 2em 0 2em;
}

.in_slider .text_slidu {

  position: absolute;
  top: 15%;
  left: 50%;
  margin-left: -25%;
  width: 50%;
  color: #fff;
  font-size: 120%;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
}

#footer {
  padding:1em 0 ;
  background: #333;
  color: #ddd;
}

#footer a {
  color: #ddd;
  text-decoration: underline;
}

.footer_wrapper {

  width: 80%;
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 2em;
}

.inside_row {
  position: relative;
  margin-bottom: 1em;
}

.inside_row .inside_cols {
}

.inside_row .linka_1,
.inside_row .linka_3,
.inside_row .linka_2 {

  position: absolute;
  left: 33%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: transparent;
  border-left: 1px dotted #fff;
}

.inside_row .linka_2 {

  left: 66%;
}

.inside_row .linka_3 {

  left: 50%;
}

.footer-links form {
  margin-left: -15px;
}

.footer-links form input,
.footer-links form textarea
{
  color: #222;
}

.footer-links.inside_row .linka_2  {
  top: 1em;
  bottom: 1em;
}

ul#footer-links,
ul#favorites {

  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul#favorites li a {

  text-decoration: underline;
  display: inline-block;
  padding: 0.3em 0;
}

.paticka_top .logo {

  height: 2em;
  float: right;
  margin: -0.5em  1em 0 1em;
  position: relative;
}

.paticka_top .logo img {

  height: 2em;
  display: block;
}

.footer-links {

  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  margin: 0 0 1em 0 ;
  padding: 1em 0;
}

.paticka_top {

  border-bottom: 1px dotted #fff;
  margin: 1em 0;
  padding: 1em 0;
}

.social_networks ul  {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.social_networks ul li {
  float: left;
  margin: 8px 12px;
  padding: 0;
}

.social_button span {
  display: none;
}

.social_button {

  background:#cc0000 url('../images/sprite2.png') no-repeat -339px -504px;
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
}

.social_button:after {

  width: 100%;
  height: 100%;
  background: transparent;
  border:0px solid #fff;
  display: block;
  content: '';
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
}

.social_button:hover:after {

  border:2px solid #fff;
  top: -5px;
  left: -5px;
  width: 50px;
  height: 50px;
}

.social_button:hover {

  -ms-transform: rotate(360deg);
  /* IE 9 */
  -webkit-transform: rotate(360deg);
  /* Chrome, Safari, Opera */
  transform: rotate(360deg);
}

.social_facebook {

  background-position:-339px -504px;
  background-color: #3b5998;
}

.social_twitter {

  background-position:-414px -504px;
  background-color: #00a0d1;
}

.social_gplus {

  background-position:-497px -504px;
  background-color: #0077b5;


}

.social_youtube {

  background-position:-570px -506px;
  background-color: #c4302b;
}

.social_instagram {

  background-position:-646px -504px;
  background-color: #910101;
}

ul#footer-links li {
  display: block;
  float: left;
  padding: 1em;
  text-transform: uppercase;
  border-right: 1px dotted #fff;
}

ul#footer-links li a {
  text-decoration: underline;
}

.footer-links h3,
.favorites_title h3
{
  margin-top: 0;
  margin-bottom: 0.6em;
}

.text_slidu h3 {
  margin-top: 0;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.slider_wrapper_100p .text_slidu h2 {
  margin-top: 0;
  color: #fff;
}

#header ul.promo_slider {
  padding: 0;
  margin: 0;
  display: block;
}

.slider_wrapper_inner {
}

.slider_wrapper_inner .block {

  color: #262626;
  font-size: 1.2em;
  font-style: italic;
}

.slider_wrapper_inner .block a {
  text-decoration: underline;
  color: #262626;
}

.head_slider_wrapper .man{

  width:100%;
  height: 100%;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
}

.head_slider_wrapper #logo{

  display: block;
}

.head_slider_wrapper #logo img {

  width: 100%;
  height: auto;
}

.head_slider_wrapper .logo_wrapper {

  background:transparent;
  padding: 0.5em;
  position: absolute;
  top: 2em;
  left: 2em;
  width: 350px;
  height: 200px;
}

.head_slider_wrapper.uzoucky .logo_wrapper {

  width: 30%;
  height: auto;
}

.slider_wrapper {

  position: relative;
}

/* ----------------------------- hlavní menu ------------------------------------*/
#main_nav  {

  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
}

#main_nav_inside {

  min-height: 58px;
  z-index: 10;
  padding:1px 0 0 0  ;
}

#main-menu ul,
#main-menu li {

  padding: 0;
  margin: 0;
  list-style-type: none;
}

#main-menu {

  position: absolute;
  left: 48px;
  right: 300px;
  top: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  min-height: 58px;
  z-index: 11;
}

#main-menu.opened {

  display: block;
  background: #fff;
}

#main-menu li {

  float: left;
  margin:0;
  padding: 0;
  position: relative;
}

#main-menu li.menu-item>a {

  padding:0 1em ;
  line-height: 55px;
  display: block;
  position: relative;
  font-size: 1.2em;
}

#main-menu>li>a:hover {

  text-decoration: none;
}

#main-menu li.has_submenu ul.sub-menu
{

  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 350px;
  padding: 0 1em 0 1.2em;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
}

#main-menu li.has_submenu:hover ul.sub-menu
{

  display: block;
}

#main-menu li.has_submenu:hover ul.sub-menu li {

    display: block;
    width: 100%;



}
#main-menu li.has_submenu:hover ul.sub-menu li a {

    display: block;
    width: 100%;
      padding: 1.1em 0;



}

#main-menu li.sub-menu-item a:hover
{

}

.cara1, .cara2, .cara3 {

  display: block;
  position: absolute!important;
  top: 5%;
  left: 0;
  height: 90%;
  border-right: 1px solid #dedede;
}

.send_question.close_it {
  margin-bottom: 2em;
}

a.send_question {
  text-decoration: none;
}

#send_question_inline {
  display: none;
  width: 100%;
}

/* -----------------------------------------------------------------*/
article .anotation, h4 {

  color: #0c4a75;
  font-weight: 400;
}

.simple_article {

  position: relative;
  padding: 1em 0.5em 1em 0.5em;
}

.simple_article .border {

  border-bottom: 1px #d9d9d9 dotted;
  width: auto;
  height: 1px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 1em;
  right: 1em;
  content: '';
  display: block;
}

.simple_article:last-child .border {
  border-width: 0;
}

.simple_article a,
.simple_article a:hover {

  display: block;
  text-decoration: none;
}

.simple_article h3 {

  margin-top: 0;
  text-decoration: none;
}

.simple_article p {

  color: #333;
  text-align: justify;
  text-decoration: none;
}

.simple_article .embed-responsive {

  float: left;
  position: relative;
  display: block;
  width: 100%;
}

.simple_article img {

  width: 100%;
  height: auto;
}

.user.flr  li {

  padding: 0.6em;
  display: block;
  position: relative;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main-menu .user.flr li a,
{

  font-weight: 300;
  font-size: 1.2em;
  text-decoration: none;
  padding: 0.8em 1em;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #424242;
  background: transparent;
  color: #424242;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.user.flr li a:hover
{

  -webkit-box-shadow: inset 0px -2em 0px 0px rgba(255,255,255,0.19), 0px 0 5px 0px rgba(0,0,0,0.19);
  -moz-box-shadow:    inset 0px -2em 0px 0px rgba(255,255,255,0.19), 0px 0 5px 0px rgba(0,0,0,0.19);
  box-shadow:         inset 0px -2em 0px 0px rgba(255,255,255,0.19), 0px 0 5px 0px rgba(0,0,0,0.19);
  background: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  color: #bbb;
}

.user.flr  {

  margin: 0;
  padding: 0;
  float: right;
}

#blok_1,
#blok_2   {

  border-top: 1px dotted #ddd;
}

.cart_button  .button_wrapper{

  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  padding: 1em 0;
}

.products-index .product_price h3,
.products-index .cart_nadpis{
  display: none;
}

.products-index .singleproduct {
  padding: 0 0 0.8em 0;
}

#bio-clanky {
  border-top: 1px dotted #E8E8E8;
}

.bb2do {
  border-bottom: 1px dotted #E8E8E8;
}

.bt2do {
  border-top: 1px dotted #E8E8E8;
}

.odd_border {

  border-bottom: 1px dotted #E8E8E8;
  margin: 1em 0;
  padding: 2em 0 0 0;
}

.cart_button {

  padding: 0 ;
  clear: both;
  top: 0;
  margin:;
}

.wrapper {

  padding: 1.5em 2em;
  -webkit-box-sizing: border-box;
  /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;
  /* Firefox 1 - 28 */
  box-sizing: border-box;
}

.bx-viewport {
  z-index: 5800}

  /* Header */
  #header {

    position: relative;
  }

  #index #header {

    position: relative;
    width: 100%;
    padding-top: 25%;
  }

  #header_img_slider .img_slider {
    width: 100%;
    height: 100%;
    position:absolute;
  }

  #header_img_slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
  }

  #header_img_slider  .bx-viewport {

    width: 100%;
    overflow: hidden;
    position: absolute!important;
    height: 100%!important;
    left: 0;
    top: 0;
    z-index: 0;
  }

  #main_nav_inside {

    height: 100%;
    z-index: 5900;
    position: relative;
  }

  .shop_tree_wrapper {

    background: #fff;
    padding: 1em;
    position: fixed!important;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    -webkit-box-shadow: 0px 0 5px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0 5px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 0 5px 0px rgba(0,0,0,0.19);
  }

  .shop_tree_wrapper ul.shop_tree  {

    margin:0;
    padding:0;
  }

  .shop_tree_wrapper ul.shop_tree ul {

    margin:0;
    padding:0;
  }

  .shop_tree_wrapper ul.shop_tree li {

    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    position: relative;
    width: 100%;
  }

  .shop_tree_wrapper ul.shop_tree li a{

    background: #fff;
    border-top: 1px solid #eee;
    margin: 0;
    padding:0.85em 1em;
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .shop_tree_wrapper ul.shop_tree li a{

    padding:0.85em 1em 0.85em 1em ;
  }

  .shop_tree_wrapper ul.dir1_wrapper a,
  .shop_tree_wrapper ul.dir2_wrapper a,
  .shop_tree_wrapper ul.shop_tree li.lvl_1 a{

    padding:0.85em 1em 0.85em 2.5em ;
  }

  .shop_tree_wrapper ul.shop_tree li.lvl_0>a{

    background: #f7f7f7;
    border-top: 0px solid #eee;
  }

  .shop_tree_wrapper ul.shop_tree li a:hover{

    background: #f9f9f9;
    text-decoration: none;
  }

  /* --------------------------------------------------------------------------- */
  #bothmenus-inner #back-to-top {
    display: none;
  }

  #bothmenus-inner.fixed_top #back-to-top {

    position: absolute;
    display: block;
    top: 20px;
    left: -15px;
    z-index: 600;
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
    -webkit-box-sizing: border-box;
    /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
    -moz-box-sizing: border-box;
    /* Firefox 1 - 28 */
    box-sizing: border-box;
  }

  #bothmenus-inner.fixed_top #back-to-top:after
  {

    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -15px;
    top: -15px;
    left: 50%;
  }

  #bothmenus-inner.fixed_top {

    width: 98%;
    max-width: 1300px;
    margin: 0 auto;
    top: 70px;
    z-index: 5;
    position: fixed;
  }

  .btt {

    font-size: 1.1em;
    text-transform: uppercase;
    display: block;
    padding: 10px 0 0 0;
    margin-top: 5px;
    border-top: 1px solid #333;
  }

  .blok_zpet_wrapper {

    padding: 10px 0 0 0;
    margin-top: 5px;
    border-top: 1px solid #333;
  }

  .smart-menu {

    background: #fff;
  }

  .smart-menu ul.shop_tree  {

    margin:0;
    padding:0;
  }

  .smart-menu ul.shop_tree ul {

    margin:0;
    padding:0;
  }

  .smart-menu ul.shop_tree>li {

    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    position: relative;
    width: 100%;
  }

  .smart-menu ul.shop_tree>li>a{

    background: #fff;
    border-top: 1px solid #eee;
    margin: 0;
    padding:0.85em 1em;
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
    -moz-box-sizing: border-box;
    /* Firefox 1 - 28 */
    box-sizing: border-box;
  }

  .smart-menu ul.shop_tree>li>a{

    padding:0.85em 1em 0.85em 1em ;
  }

  .smart-menu ul.shop_tree li:hover>.smart-menu-okno-0  {

    display: block;
  }

  .smart-menu ul.shop_tree li>.smart-menu-okno-0  {

    display: none;
    background: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    width:200%;
    z-index: 5;
    -webkit-box-shadow: 5px 2px 7px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 2px 7px 0px rgba(0,0,0,0.15);
    box-shadow: 5px 2px 7px 0px rgba(0,0,0,0.15);
    -webkit-box-sizing: border-box;
    /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
    -moz-box-sizing: border-box;
    /* Firefox 1 - 28 */
    box-sizing: border-box;
    padding: 1em ;
  }

  .smart-menu-okno-0 ul.dir1_wrapper>li {

    float: left;
    display: block;
    width: 32%;
    margin: 0;
    min-height: 100px;
    position: relative;
  }

  .smart-menu-okno-0 ul.dir1_wrapper>li>a {

    display: block;
    padding: 0.5em 0.7em;
  }

  .smart-menu-okno-0 ul.dir1_wrapper>li.has_child>a {

    font-weight: bold;
    display: block;
    border-bottom: 1px #EEEEEE solid;
    padding: 0.5em 0.7em;
  }

  .smart-menu-okno-0  ul.dir2_wrapper {

    position: relative;
    margin: 0;
    padding: 0;
  }

  .smart-menu-okno-0  ul.dir2_wrapper li {

    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .smart-menu-okno-0  ul.dir2_wrapper li a{

    display: block;
    width: 100%;
    padding:0.5em 0.7em ;
  }

  .smart-menu ul.shop_tree li:hover ul.dir1_wrapper {

    display:block;
  }

  .smart-menu ul.shop_tree ul.dir2_wrapper {
  }

  .smart-menu ul.shop_tree li.lvl_1 a{

    padding:0.85em 1em 0.85em 2.5em ;
  }

  .smart-menu ul.shop_tree li.lvl_0>a{

    background: #f7f7f7;
    border-top: 0px solid #eee;
  }

  .smart-menu ul.shop_tree li a:hover{

    background: #f9f9f9;
    text-decoration: none;
  }

  /* --------------------------------------------------------------------------- */
  #header_img_slider .bx-prev,
  #header_img_slider .bx-next
  {

    display: none;
  }

  .bx-wrapper {

    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    zoom: 1;
  }

  */
  #header ul  {
    margin: 0 0 0 0 ;
    padding:0 0 2em  0;
  }

  #hinner.no_hp {

    height: 0 ;
    width: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }

  .visible_window {

    display: block;
    width: 50%;
    height: auto;
    background: #fff;
    padding: 1em;
  }

  .visible_window {

    overflow:auto;
    max-height: 100%;
    position:fixed;
    width: 50%;
    height: auto;
    top:50%;
    margin: -25% -25% 0 0;
    right: 50%;
    padding: 2em;
    display: none;
    background: #fff;
    -webkit-box-sizing: border-box;
    /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
    -moz-box-sizing: border-box;
    /* Firefox 1 - 28 */
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow:    0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow:         0px 0px 10px 0px rgba(0,0,0,0.1);
    z-index: 50;
  }

  .visible_window .krizek {

    background:#398DCF url('../images/sprite2.png') no-repeat -39px -350px;
    width: 32px;
    height: 32px;
    overflow: hidden;
    position: absolute;
    top: 1em;
    right: 1em;
    text-indent: -9999px;
    z-index: 52;
  }

  .visible_window h2
  {

    z-index: 51;
    margin: 0 0 0.3em 0 ;
  }

  .visible_window.zobraz {
    display: block;
    height: auto;
    z-index:54;
  }

  /*-------------------------------------------------------------------------*/
  .katalog_detail_label {

    margin: 0;
    display: inline-block;
    text-align: right;
  }

  .katalog_left_submenu ul li,
  .katalog_left_submenu ul {

    list-style: none;
    padding: 0;
    margin: 0;
  }

  .katalog_left_submenu ul li a
  {

    display: block;
    padding: 0.7em 0 0.7em 1.8em;
    border-top: 1px dotted #E8E8E8;
  }

  .dots
  {

    display: block;
    padding: 0.7em 0;
    border-bottom: 1px dotted #E8E8E8;
    margin: 2.5em 0 1em 0;
  }

  .katalog_left_submenu ul ul li a
  {

    display: block;
    padding: 0.7em 0 0.7em 2.2em;
    border-top: 1px dotted #E8E8E8;
  }

  .lg-9-input {
    width: auto;
  }

  .advantage_12{

    position: relative;
    width: 22%;
    margin:0 0 0 3.7% ;
    overflow: hidden;
    background: #fff;
    float: left;
    -webkit-box-shadow: 0px 0 5px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0 5px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 0 5px 0px rgba(0,0,0,0.19);
  }

  .advantage_12:first-child {
    margin:0 0 0 0 ;
  }

  .advantage_12:before{

    content: "";
    display: block;
    padding-top: 20%;
  }

  .advantage_12 span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .advantage_12 span.image {

    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
  }

  .advantage_12:hover span.image {

    top: -90%;
  }

  .advantage_12 h3 {

    position: absolute;
    bottom: -0.3em;
    left: 0;
    background: rgba(255,255,255,0.65);
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #398DCF;
    font-size:1.4em;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
  }

  .advantage_12:hover h3 {
    bottom: 60%;
    color: #bbb;
    background: rgba(255,255,255,0.0);
  }

  .advantage_12 span.text {
    padding: 5% 3% ;
    width: 90%;
    height: 95%;
    text-align: center!important;
    font-size: 1.1em;
  }

  .advantage_12 a {
    color: #6d6d6d;
  }

  /*-------------------------------------------------------------------------*/
  .anotation  {
    font-weight: 400;
  }

  .pagetext {
    font-weight: 300;
    padding: 1em 0;
  }

  .invest-now.button  {

    text-align: center;
  }

  .more-info.button {

    text-align: center;
  }

  .grey h3 {
    margin-top: 5em;
    font-size: 1.3em;
    font-weight: 300 ;
    color: #666;
  }

  .grey {
    text-align: center;
  }

  .grey .button-wrapper {

    text-align: center;
  }

  button,
  .button,
  input[type='submit']
  {

    background:transparent;
    cursor: pointer;
    border: 0;
    text-transform: uppercase;
    padding: 7px 10px;
    display:inline-block;
    width: auto;
    height: auto;
    font-weight: 300;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size:1.1em;
    border:1px solid #464646;
    color: #464646;
  }

  input[type='submit'].cart
  {

    padding: 4px 8px;
    font-size:0.9em;
  }

  .faq_wrapper
  {
    min-height: 600px;
  }

  .login .okno input[type='submit'] {

    float: right;
    margin: 1em 0;
  }

  .hide_form {
    background: #ca0000;
    margin: 0 0 0 0.5em;
  }

  .button-wrapper a:hover,
  .cart_button .button_wrapper button:hover,
  .form_fix button:hover,
  .show_form:hover,
  .hide_form :hover,
  .send_question:hover,
  form .button:hover,
  a .button:hover,
  #articles .w50p_inside .full_link:hover,
  input[type='submit'].cart:hover,
  #cart_ajax_popup .button_green:hover,
  .login .okno input[type='submit']:hover
  {

    -webkit-box-shadow: 0px 0 4px 1px rgba(0,0,0,0.2) ;
    -moz-box-shadow: 0px 0 4px 1px rgba(0,0,0,0.2) ;
    box-shadow: 0px 0 4px 1px rgba(0,0,0,0.2) ;
    text-decoration: none;
  }

  .icon_first {
    width: 100%;
    height: auto;
    padding: 1em 0;
  }

  /* Middle */
  /*Index */
  /* Article */
  /* Others */
  .section_root {
    position: relative;
  }

  .section_root .top {
    position: absolute;
    top: -8em;
    left: 0;
  }

  .read {

    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }

  #news {

    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    padding-top: 6em;
  }

  #news ul {

    width: 100%;
    padding: 0;
    margin: 0;
  }

  #news ul li {

    list-style-type: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f3f3f3;
  }

  #news .documents_more ul {

    width:  95%;
    padding: 0;
    margin: 0 2.5%;
  }

  .pt2em {
    padding-bottom: 2em;
  }

  .pt3em {
    padding-top: 2em;
  }

  #news ul li:first-child {

    border-top: 1px solid #f3f3f3;
  }

  #news ul li:hover {
    background: #f7f7f7;
  }

  #news ul li span.end {
    clear: both;
    position: relative;
    display: block;
  }

  #news ul li span.title_2 {
    font-weight: bold;
    cursor:pointer ;
    display: block;
    width: 100%;
    padding:1em 0;
  }

  #news ul li span.title_2:hover {
    font-weight: bold;
    cursor:pointer ;
    color: #398DCF;
  }

  #news ul li span.title {
    display: block;
    float: left;
    width: 10%;
    padding:1em 1em;
  }

  #news ul li span.read,
  #news ul li span.unread {
    display: block;
    float: left;
    width: 70%;
  }

  #news ul li span.delete {
    display: block;
    float: right;
    background: url('../images/sprite2.png') no-repeat -191px -16px;
    width: 20px;
    margin: 1em 1em 1em 0;
    min-height: 16px;
  }

  .details .wrapper .table {

    width: 60%;
    float: left;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0 5px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0 5px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0 5px 1px rgba(0,0,0,0.2);
  }

  .details .wrapper .table.flr {
    float: right;
  }

  .details .wrapper .table.w48p {
    width: 47.5%;
  }

  .details .wrapper {
    padding: 0 0 3em 0;
  }

  .documents_more h2,
  .table h2{

    font-size: 1.8em;
    color: #fff;
    background: #6db9d9;
    margin: 0;
    padding: 0.6em 0.9em;
  }

  .documents_more ul,
  .table ul {

    padding: 0;
    margin: 0;
    display: block;
  }

  .table ul li:first-child {
  }

  .documents_more ul li,
  .table ul li {

    padding: 0 1.3em;
    list-style: none;
    margin: 0;
  }

  span.tab,
  .documents_more ul li a,
  .table ul li a   {

    padding: 0.9em 0.5em;
    display: block;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
  }

  .documents_more ul li a:hover,
  .table ul li a:hover   {

    background: #f7f7f7;
  }

  span.title-file {

    width:100%;
    padding: 0 80px 0 0 ;
    -webkit-box-sizing: border-box;
    /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
    -moz-box-sizing: border-box;
    /* Firefox 1 - 28 */
    box-sizing: border-box;
    display: block;
  }

  span.type-file {

    width: 55px;
    position: absolute;
    top: 0;
    height: 100px;
    right: 10px;
    padding: 0.9em 0;
    text-transform: uppercase;
    text-decoration: underline;
    color: #bbb;
  }

  span.type-file:after {

    background: url('../images/sprite2.png') no-repeat -192px -70px;
    width: 16px;
    height: 19px;
    content: '';
    display: block;
    float: right;
  }

  .show_hide {
    display: none;
  }

  .show_hide.open {
    display: block;
  }

  #main_nav_fixed_top {

    position: fixed;
  }

  .t_c ,
  .table .more_button {
    text-align: center;
  }

  .more {

    color: #bbb;
    display: inline-block;
    padding: 0 29px 0 0;
    position: relative;
    margin: 1em auto;
    white-space: nowrap;
  }

  .more span {

    text-align: center;
    background: url('../images/sprite2.png') no-repeat -227px -18px;
    width: 20px;
    height: 12px;
    display: block;
    position: absolute;
    top: 0.2em;
    right: 0;
  }

  .green h2,
  .green h3 {
    color: #bbb}

    body.hiddeno {
      overflow:hidden;
    }

    .mt7em {
      margin:  7em 1em 1em 1em ;
    }

    #details .documents_more ul,
    .documents_more ul,
    #news .documents_more ul,
    #vynosy  .documents_more ul.all ,
    #details  .documents_more ul.all,
    .documents_more ul.all {
      padding: 5em 0 0 0;
    }

    .sirius_black {

      z-index: 80;
      display: none;
      background: rgba(255,255,255,0.8);
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    ul.order_process_navigation
    {

      margin: 0;
      padding: 0 0 1em 0 ;
      border-bottom: 1px dotted #eee;
      margin-bottom: 1em;
    }

    ul.order_process_navigation li
    {

      float: left;
      list-style: none;
      padding: 0 2em 0 0 ;
      position: relative;
    }

    ul.order_process_navigation li:after
    {

      right: 1em;
      content: '';
      top: 1.4em;
      width: 18px;
      height: 18px;
      border: 3px solid #eee;
      border-width: 3px 3px 0 0;
      display: block;
      position: absolute;
      overflow: hidden;
      text-indent: -6666px;
      background: none;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    ul.order_process_navigation li.last:after {

      display: none;
    }

    ul.order_process_navigation li a,
    ul.order_process_navigation li button
    {

      border:      0 #fff solid;
      padding:     1em 2em;
      cursor:      pointer;
      display:     block;
      font-size:   1.2em;
      background:  transparent;
      text-transform: uppercase;
      font-weight: bold;
    }

    .table_header div {

      font-weight: bold;
      text-transform: uppercase;
    }

    .table_header strong {

    }

    .prod_image_wrapper .flags
    {

      position: absolute;
      top: 0;
      left: 1em;
      z-index: 4;
    }

    .prod_image_wrapper .flags span
    {

      display: block;
      clear: left;
      float: left;
      padding: 0.4em 0.7em;
      background: #ca0000;
      color: #fff;
      margin: 0.6em 0 0 0;
    }

    .prod_image_wrapper .flags span.flag-new
    {

      background: #891951;
      color: #fff;
    }
  .prod_image_wrapper .flags span.flag-akce
  {

    background: #ca0000;
    color: #fff;
  }
    .prod_image_wrapper .flags span.flag-stock
    {

      background: #289C23;
      color: #fff;
    }

    .prod_image_wrapper .flags span.flag-sale
    {

      background: #B5A784;
      color: #fff;
    }

    .table_format .rows.even {

      background: #f7f7f7;
    }

    #coupon {

      border-bottom: 1px solid #eee;
      border-top: 1px solid #eee;
      padding: 1em 0;
    }

    #coupon .kupon_form {
      width: 30%;
      padding: 0.5em 0 0 0 ;
    }

    #coupon .kupon_text {
      width: 66%;
      text-transform: uppercase;
    }

    .cart_button {
      margin-top: 1em;
    }

    .cart_button .button_wrapper {
/*padding: 0.7em;
*/}

#cart_ajax_popup    .button_green {
  font-size: 85%;
}

.td_qty .amount
{

  float: left;
  width: 30%;
  margin: 0 0 0 2%;
}

.td_qty .button
{

  float: left;
  width: 30%;
  margin: 0 0 0 7%;
  padding: 8px 15px;
  display: block;
}

.td_qty .delete_x
{

  float: left;
  width: 25%;
  margin: 0 0 0 2%;
  font-size: 1.5em;
  padding:8px ;
  display: block;
  cursor: pointer;
  color: #ca0000;
}

.banner_wrapper img {
  max-width: 100%;
  height: auto;
}

.kredprod .span4  {
}

h2.title a {
}

.info {
}

.thumb a img  {
}

.button-price-buy-wrap a.button.btn  {
}

/*
* BxSlider v4.1.2 - Fully loaded, responsive content slider
* http://bxslider.com
*
* Written by: Steven Wanderski, 2014
* http://stevenwanderski.com
* (while drinking Belgian ales and listening to jazz)
*
* CEO and founder of bxCreative, LTD
* http://bxcreative.com
*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {

  position: relative;
  margin: 0 auto ;
  padding: 0;
  zoom: 1;
}

.bx-wrapper img {

  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {

  left: 0;
  background: transparent;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

#header_img_slider .bx-controls-direction {
  display: none;
}

#header_img_slider .bx-controls {

  height: 100px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}

#slideshow-bez-nadpisu .bx-wrapper .bx-pager  {
  display: none;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {

  position: relative;
  bottom: -30px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

/* LOADER */
.bx-wrapper .bx-loading {

  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

/* PAGER */
.bx-wrapper .bx-pager {

  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {

  display: inline-block;
  zoom: 1;
/* display: inline;
*/
}

.bx-wrapper .bx-pager.bx-default-pager a {

  background: #fff;
  border:1px solid #D0D0D0;
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {

  border:1px solid #4AA2A2;
  background: #66C3C3;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {

  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {

  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {

  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {

  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {

  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 4;
}

.bx-wrapper .bx-controls-direction a.disabled {

  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {

  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {

  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {

  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {

  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {

  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {

  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {

  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {

  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {

  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.bx-wrapper {
  position: static!important;
}

a.product_h3 {
  display: block;
  min-height: 2.5em;
}

.prod_images {

  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 0;
  height: 0;
  float: left;
  position: relative;
  margin: 0;
  padding-top: 100%;
  width: 100%;
/*border:1px solid #dfdfdf;
*/
-webkit-background-size: contain;
display: block;
background-size: contain;
}

.prod_images.detail{

  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
  height: 0;
  float: left;
  position: relative;
  margin:  0 ;
  padding-top: 30%;
  width: 30%;
  border:1px solid #dfdfdf;
  -webkit-background-size: contain;
  display: block;
  background-size: contain;
}



@media  all and (max-width: 1800px)  {

  .form_fix button,
  .hide_form {

    padding: 20px 10px;
    width: 30%;
    text-align: center;
  }

  .form_fix button {
    width: 52%;
  }

}

#id_news {
  text-align: center;
}

fieldset {
  padding: 15px;
  margin: 15px 0;
}

fieldset legend {
  padding: 0 13px;
  font-weight: bold;
  border-bottom: 1px dotted #E8E8E8;
}

#katalog_left_submenu ul li a
{

  display: block;
  padding: 0.7em 0;
  border-top: 1px dotted #E8E8E8;
}

.dots
{

  display: block;
  padding: 0.7em 0;
  border-bottom: 1px dotted #E8E8E8;
  margin: 2.5em 0 1em 0;
}

#katalog_left_submenu ul.submenu li a
{

  display: block;
  padding: 0.7em 0 0.7em 0.7em;
  border-top: 1px dotted #E8E8E8;
}

#header  .p-0  {
  min-height: 100%;
}

.col-xs-15 {

  width: 20%;
  float: left;
}

.submit {
  text-align: center;
}

.text-frame {
  text-align: justify;
}

.fzs {
  font-size: 85%;
}

#main_nav_inside .header-right {
  float: right;
  margin:     0;
}

#main_nav_inside .header-search {
  color: #6ac8ec;
  font-size: 11px;
  position: relative;
}

#main_nav_inside .header-search input {
  border: 1px solid #789eb0;
  color: #db0b33;
  padding: 10px 10px;
  font-size: 23px;
}

#main_nav_inside .header-search input[type="submit"] {
  border: 0;
  line-height: 999;
  overflow: hidden;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: url('../images/search.png') 50% 50% no-repeat;
}

#main_nav_inside .header-search a {
  display: block;
  text-align: right;
  padding: 5px 0;
  color: #6ac8ec;
  font-size: 11px;
  position: relative;
}

#main_nav_inside .header-lang-box strong{
  display: block;
  background: url('../images/arrow-down.png') 100% 50% no-repeat;
  width: 45px;
  margin: 5px 10px;
  color: #a0a0a0;
}

#main_nav_inside .cart_ajax {
  display: none;
  border: 2px solid rgb(206, 206, 206);
  background: rgba(255, 255, 255, 0.91);
  z-index: 4;
  padding: 5px;
  position: absolute;
  top: 40px;
  right: 0;
  width: 430px;
  border-radius: 2px;
}

#main_nav_inside .ajax_cart_arrow {
  position: absolute;
  top: 10px;
  right: -20px;
  width: 20px;
  height: 21px;
}

#main_nav_inside .cart_ajax p {
  padding: 10px;
}

#main_nav_inside .cart_ajax td, #header .cart_ajax th {
  font-size: 10px;
  padding: 2px 5px;
}

#main_nav_inside .cart_ajax td a {
  color: black;
}

#main_nav_inside .cart_ajax tr.low td {
  background: #fff6e0;
}

#main_nav_inside .cart_ajax tr.high td {
  background: #f0e0cf;
}

#cart_ajax_popup h2 {
  font-size: 1.2em}

  .functions {

    position: relative;
    float: right;
  }

  #cart_ajax_popup {

    max-height: 180px;
    margin-top: -95px;
    width: 420px;
    display: none;
    z-index: 9999;
    background: #fff;
    position: fixed;
    margin-left: -210px;
    top: 50%;
    color: #bbb;
    left: 50%;
    padding: 1em;
    border-radius: 2px;
    -moz-border-radius:3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px 0px;
  }

  #cart_ajax_popup-close {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    line-height: 999;
    overflow: hidden;
    background: url(../images/close_button.png) 0 0 no-repeat;
    width: 21px;
    height: 25px;
  }

  #cart_ajax_popup .wrapper {
    padding: 3px;
  }

  #cart_ajax_popup .wrapper .wrapper_content {
    margin: 0;
    bottom: 30px;
    width: 100%;
  }

  #cart_ajax_popup .wrapper .wrapper_content .submit {
    padding: 0;
    margin: 10px;
    text-align: center;
  }

  #cart_list {
    padding:  10px;
  }

  #cart_list_table {
    clear: both;
    max-height: 240px;
    height: 330px;
    overflow-x: visible;
    overflow-y: scroll;
  }

  #cart_ajax_popup .h3 {
    font-size: 130%;
    margin: 0 0 10px 0;
    line-height: 130%;
    font-weight: bold;
  }

  table.simple-list th, div.simple-list {

    background: #e9e9e9;
    padding: 0;
    color: black;
    height: 15px;
  }

  table.simple-list td {

    vertical-align: top;
    padding: 5px;
  }

  table.simple-list.padding th {

    padding: 5px;
  }

  table.simple-list th span {

    background-image: url('../images/simple-list-tl.gif');
    background-repeat: no-repeat;
    padding: 5px;
    display: block;
    height: 15px;
  }

  table.simple-list th span.right {
    background-image: url('../images/simple-list-tr.gif');
    background-repeat: no-repeat;
    display: block;
    height: 15px;
    background-position: right;
    margin-top: -1px;
  }

  div.simple-list {
    padding: 5px;
    border-radius: 10px 10px 0 0;
  }

  div.simple-list span {
    display: inline-block;
    font-weight: bold;
  }

  .simple-list-bottom {
    width: 100%;
    height: 20px;
    margin: 0;
    padding: 0;
    background: url('../images/simple-list-bottom.gif');
    background-repeat: no-repeat;
    background-color: #FF9C01;
  }

  .simple-list .high-table{
    background-color: white;
  }

  .simple-list .low-table{
    background-color: #f6f6f6;
  }

  #main_nav_inside #login_panel {
    display: none;
    overflow: hidden;
    width: 228px;
    z-index: 8;
    position: absolute;
    top: 34px;
    right: 0;
  }

  .functions .login .okno  .labwrap {
    text-align: center;
  }

  .functions .login .okno .cb {
    clear: both;
  }

  .functions .login .okno .login_panel_close {

    display: inline-block;
    position: absolute;
    top: 10px;
    right: 15px;
  }

  .functions .login .okno p {
    margin: 0 0 5px 0;
    text-align: left;
  }

  .functions .login .okno label {
    font-size: 11px;
    text-align: left;
    margin: 7px 0 3px 0;
    display: block;
    float: left;
    width: 38%;
  }

  .functions .login .okno input {

    border-radius: 4px;
    display: block;
    float: right;
  }

  .functions .login .okno input[type="text"],
  .functions .login .okno input[type="email"],
  .functions .login .okno input[type="password"] {

    width: 58%;
  }

  .functions .login_panel_lost_pass {
    text-decoration: underline;
  }

  .functions #login_panel {

    color: #bbb;
  }

  #login_panel  .error {

    display: block!important;
    height: 20px;
    overflow: hidden;
  }

  #login_panel .error label {

    float: none;
    margin: 0;
    width: auto;
    display: block;
    font-weight: normal;
    text-align: left;
    color:#ca0000;
    padding: 0 0 5px 0;
  }

  #search {

    position: absolute;
    margin: 7px 5px 0 5px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
  }

  #search .search {
    display:none;
    position: absolute;
    right: -10px;
    padding:10px;
    background: rgb(255, 255, 255);
    width: 220px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  }

  #search .searchBtn {
    font-size: 20px;
    border: 0;
    margin: 0;
    padding: 8px;
    line-height: 1;
    display: inline-block;
    position:relative;
    z-index:1;
  }

  #search .searchBtn:hover {
    color: white;
    background: rgba(0, 0, 0, 0.5);
  }

  #search .searchBtn.active {
    color: black;
    background: #FFFFFF;
    border: 1px solid rgba(219, 219, 219, 0.7);
    border-bottom: none;
  }

  #search form {
    margin:0 auto;
    border: 1px solid #eee;
    background: white;
    position: relative;
    display: block;
    padding: 5px 8px 5px 5px;
  }

  #search form:hover {
    border-bottom:1px solid #b5b5b5;
  }

  #search form input[type=text] {
    background: white;
    border: none;
    font-size: 12px;
    font-style: italic;
    color: #999;
    width: 250px;
    padding:5px 11px;
    margin:0;
    display: inline-block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  #search form input[type=text]:focus {
    font-style: normal;
    color: #565656;
  }

  #search form span {
    cursor: pointer;
    width:20px;
    background-color: transparent;
    border: none;
    padding:4px 5px 0;
    display: inline-block;
  }

  #hinner {

    position: absolute;
    padding: 0;
    top: 0;
    width: 100%;
    left: 0;
  }

  #search.alone form input[type=text] {
    background: white;
    border: none;
    font-size: 12px;
    font-style: italic;
    color: #999;
    width: 75%;
    padding:5px 0;
    margin:0;
    display: inline-block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  #search.alone form {

    color: #333;
    background: #fff;
    padding: 1em 1em;
    border: 2px solid #fff;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px 0px;
  }

  #search.alone #search_submit {

    color: #333;
    margin: 0 0.1em;
    width: 20%;
  }

  .news_form h3 {

    font-size: 0.9em;
    margin: 0.5em 0;
  }

  .news_form input[type="text"] {

    width: 50%;
    font-size: 01em;
    padding: 6px 9px;
  }

  h1, h2, h3, h4, legend span {
    font-weight: normal;
  }

  h1, h2  {
    text-transform: uppercase;
  }

  h2, h1.nadpis {

    font-size: 2.0em;
  }

  h3{

    font-size: 1.6em;
  }

  h4, legend span  {

    font-size: 1.2em;
  }

  h2.contact_main {

    font-size: 2.0em;
  }

  .wiwb {

    border-top: 1px dotted #E8E8E8;
    border-bottom: 1px dotted #E8E8E8;
    height: auto;
    width: 100%;
    margin: 0.8em 0;
  }

  .wiwb.hidcont {

    width: 0;
    border-width: 0;
    height: 0;
    overflow: hidden;
  }

  show_less.hidden {
    display: none;
  }

  show_more.hidden {
    display: none;
  }

  .polozka {
    padding:   0.5em 0;
  }

  p img {

    max-width: 100%;
    height: auto;
    display: block;
  }

  /* ---------------------------------------------------------------- */
  /* --------------------------- Detail Zalozky ------------------------------------- */
  /* ---------------------------------------------------------------- */
  .big {
    font-size: 1.5em;
  }

  .big.blue {
  }

  .ui-widget-content {

    border-width: 0;
    background:transparent;
    color: auto;
  }

  .ui-widget {

    font-size: 1.1em;
  }

  .ui-tabs .ui-tabs-nav li
  {

    list-style: none;
    float: left;
    position: relative;
    top: 0;
    border:1px solid #999;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    color: #777;
    white-space: nowrap;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }

  .ui-widget-header {

    border-width: 0;
    border-bottom: 1px solid #999;
    background: transparent;
    color: #222222;
    font-weight: bold;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }

  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default
  {

    border-width: 0;
    background:transparent;
    font-weight: normal;
    color: #444;
  }

  .ui-tabs .ui-tabs-nav li:hover,
  .ui-tabs .ui-tabs-nav li.ui-tabs-active  {

    border-color: #ca0000;
    color: #000;
    margin-bottom: -1px;
    padding-bottom: 1px;
  }

  .catalogue_product_detail_left_main_img {

    height: 386px;
    margin: 0 0 10px 0;
    overflow: hidden;
    display: block;
    position: relative;
    width: 386px;
    max-width: 100%;
  }

  .catalogue_product_detail_left_main_img img {

    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

  .catalogue_product_detail_left_images {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    float: left;
  }

  .catalogue_product_detail_left_images a {

    position: relative;
    display: inline-block;
  }

  .catalogue_product_detail_left_images img {

    margin: 0;
    margin-right: 10px;
    float: left;
    border: 1px solid #fff;
  }

  .catalogue_product_detail_left_images img:hover, .catalogue_product_detail_left_images img.active{

    border: 1px solid #000000;
  }

  .catalogue_product_detail_right_info {

    padding: 0.5em 0;
    display: block;
  }

  .attributes {

    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    background: transparent url('../images/dotted-rule-hor.png') 100% 100% repeat-x;
  }

  .attributes label {

    cursor: pointer;
    display: block;
    float: left;
    list-style: none;
    padding: 9px 11px;
    margin: 0;
    margin-right: 4px;
    height: 39px;
    line-height: 21px;
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
    min-width: 50px;
    border: 1px solid #dadada;
    background: transparent;
    font-weight: bold;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }

  .attributes .error {

    text-align: left;
    float: none;
    width: auto;
    color: red;
    border: none;
    display: block;
    padding: 0;
    margin: 0;
    height: auto!important;
    line-height: normal!important;
    font-weight: 600;
  }

  .attributes .error:hover {
    text-align: left;
    background: none;
    border: none;
  }

  .attributes label:hover, .attributes label.active {

    border: 1px solid #ca0000;
    background: transparent;
    box-shadow: inset 0px 0px 0px 2px #ca0000;
  }

  #zoomContainer {
  }

  .vlastnosti .product-view {
    border-left: 1px solid #dadada;
    padding: 0 25px 32px 25px;
  }

  textarea {

    padding: 8px;
    border: 1px solid white;
    border-radius: 2px;
    box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.23);
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    min-height: 110px;
  }

  #tabs   {

    border-bottom: 1px solid #dadada;
    padding-bottom: 1em;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    /*min-height: 400px;*/
  }

  #tabs-2 h2,
  #tabs #discussion-form h2 {

    font-size: 1.6em;
    padding-bottom: 0.5em;
  }

  #tabs #discussion-form .form-list {

    margin: 0;
    padding: 0;
  }

  #tabs-1  li {
    padding: 0.3em 0;
  }

  #tabs-2 ul {
    padding: 0;
    margin: 0;
  }

  #tabs-2 li{

    clear: both;
    padding: 0.6em 0;
    margin: 0;
    list-style: none;
    border-top: 1px dotted #ddd;
  }

  #tabs #discussion-form .form-list li {

    font-size: 1em;
    clear: both;
    padding: 1em 0;
    margin: 0;
    list-style: none;
    border-top: 1px dotted #ddd;
  }

  #tabs #discussion-form .form-list li .label-box  {

    font-size: 1.1em;
    font-weight: normal;
  }

  #tabs #discussion-form .form-list li .label-box label {

    font-weight: normal;
  }

  #tabs #discussion-form .form-list li .input-box textarea,
  #tabs #discussion-form .form-list li .input-box input {

    width: 80%;
    float: left;
  }

  /* ---------------------------------------------------------------- */
  /* --------------------------- HP bannery ------------------------------------- */
  /* ---------------------------------------------------------------- */
  .banner-top .text-banner {

    position: absolute;
    text-align: center;
    bottom: 2em;
    z-index: 5;
    width: 100%;
  }

  .text-banner .banner-texthome {

    background : rgba(0,0,0,0.2);
    border: 1px solid #fff;
    margin: 0 auto;
    padding: 25px 0;
    width: 80%;
  }

  .banner-top img {

    width: 100%;
    transition: all 0.9s ease-in-out 0s;
    -moz-transition: all 0.9s ease-in-out 0s;
    -webkit-transition: all 0.9s ease-in-out 0s;
    -o-transition: all 0.9s ease-in-out 0s;
    height: auto;
  }

  .banner-top .banner-inner-content .overlay {

    background: #000;
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    width: auto;
    z-index: 2;
  }

  .banner-top .banner-inner-content {

    margin: 10px 0 20px;
    overflow: hidden;
    position: relative;
  }

  .banner-texthome h2,
  .banner-texthome h3,
  .banner-texthome p {
    color: #fff;
  }

  div.iconlink{

    position: relative;
  }

  div.iconlink a {

    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* No underlines on the link */
    z-index: 4;
    /* Places the link above everything else in the div */
    background-color: transparent;
    /* Fix to make div clickable in IE */
    opacity: 0;
    /* Fix to make div clickable in IE */
    filter: alpha(opacity=1);
    /* Fix to make div clickable in IE */
  }

  .eu-pruda-cookies {

    color: white;
    font-size: 1em;
    line-height: 1.5;
    text-align: center;
    position: fixed;
    display: none;
    width: 100%;
    bottom: 0;
    z-index: 1000;
    background-color: rgb(68, 68, 68);
    left: 0;
  }



.logo_a_wrapper  {padding: 1px;}

.logo_a_wrapper .logo_a {
  height: 0;
  padding: 0;
  padding-top:100% ;
  width: 100%;
  display: block;
  position: relative;
}


.logo_a_wrapper .logo_img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  -webkit-background-size: 65% auto;
  background-size: 65% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.logo_a_wrapper .logo_img:hover {
  -moz-filter:grayscale(0%);
  -webkit-filter:grayscale(0%);
  filter: grayscale(0%);
}

 .logo_a_wrapper .logo_img:before {
  content: '';
  position: absolute;
  background: rgba(0,0,0,0.01);
  top: 0;left: 0;width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.logo_a_wrapper .logo_img:hover:before {
  background: rgba(0,0,0,0.05);
}

.after_hover{
  text-transform: uppercase;
  text-align: center;
  display: block;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  border-radius: 23px;
  background: #fff;
  color: #333;
  width: 50%;
  padding: 0.3em 0.3em;
  line-height: 2em;
  margin: 1em auto;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  filter: alpha(opacity=0);
  -khtml-opacity: 0.0;
  opacity: 0.0;
}

a:hover  .after_hover  {
  filter: alpha(opacity=100);
  -khtml-opacity: 1.0;
  opacity: 1.0;
}





.false_table {  display:  table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
  /* ---------------------------------------------------------------- */
  /* --------------------------- MEDIA ------------------------------------- */
  /* ---------------------------------------------------------------- */


  @media  all and (max-width: 1500px)  {

    .advantage .title{

      font-size: 0.95em;
    }

  }



  @media  all and (max-width: 1300px)  {

    .advantage .title{

      font-size: 0.9em;
    }

    .advantage span.text {

      font-size: 0.9em;
    }

    .big-advantages .b-a-inside,
    #w404_art,
    #w404_cat,
    #main_nav_inside,
    .slider_wrapper,
    .example_wrapper,
    .faq_wrapper,
    .news_wrapper,
    .question.faq_wrapper.open .w80p_wrapper,
    .section_root .wrapper {

      width: 90%;
      margin: 0 auto;
    }

    h2 {
      font-size: 2.2em;
      color: #770037;
    }

    .question.faq_wrapper h3 {
      font-size: 1.4em;
    }

    .form_fix button,
    .hide_form {

      font-size: 1em;
    }

  }



  @media  all and (max-width: 1200px)  {

    .slider_wrapper_inner {
      font-size: 0.8em;
    }

    .login {
      height: 5.5em;
    }

    .visible_window {

      width: 70%;
      margin: 3em -35% 0 0;
      top: 0;
    }

  }



  @media  all and (max-width: 1100px)  {

    .advantage h3 {
      background: rgba(255,255,255,0.9);
    }

    h2 {
      font-size: 1.9em;
      line-height: 1.9em;
    }

    .overmap {
      right: 0;
      width: 38%;
    }

    .head_slider_inside h2 {
      font-size: 2.0em;
    }

    .big-advantages .b-a-inside,
    #w404_art,
    #w404_cat,
    #main_nav_inside,
    .slider_wrapper,
    .example_wrapper,
    .faq_wrapper,
    .news_wrapper,
    .question.faq_wrapper.open .w80p_wrapper,
    .contact_wrapper,
    .section_root .wrapper {

      width: 94%;
      margin: 0 auto;
    }

    .visible_window {

      width: 75%;
      margin:3em -37% 0 0;
      top: 0;
    }

    .login {
      height: 5em;
    }

    .head_slider_wrapper #logo {
      display: block;
/*width: 23%;
*/}

.head_slider_wrapper.uzoucky .logo_wrapper {

  top: 3em;
  width: 30%;
  height: auto;
}

.head_slider_wrapper {

  padding-top: 34%;
}

.head_slider_wrapper.uzoucky {

  padding-top: 25%;
}

.header-right.flr {

  padding: 0.3em 0 ;
  font-size: 0.9em;
}

}



@media  all and (max-width: 992px)  {

  .inside_row .linka_1 {
    display: none;
  }

  .inside_row .linka_2 {
    display: none;
  }

  .inside_row .favorites_title {
    clear: both;

  }

  .singleproduct{

    padding: 1em 0 ;
  }

  .header-right.flr {

    padding: 0.5em 0 ;
    font-size: 0.8em;
  }

  .singleproduct.odd {
    background: #F8F8F8;
  }


#main-menu {
    right: 230px;
}

}



@media  all and (max-width: 768px) {

  .faq_wrapper .col-xs-12 {
    padding: 0 4px;
  }

.smart-menu ul.shop_tree li>.smart-menu-okno-0 {width: 120%;}



  #paticka_inside,
  ul#footer-links li {
    display: block;
    width: 100%;
    clear: both;
    float: none;
    border-right-width: 0;
  }

  #paticka_inside {
   padding: 1em;
 }

 .cat_filters.table_format  {
  padding: 1em 0;
}

.cat_filters.table_format > .row {
  float: none;
  width: 100%;
  margin: 0;
  padding: 1em;
  clear: both;
}

h1 {
  font-size: 20px!important;
}

#tabs-2 h2,
#tabs #discussion-form h2 {

  font-size: 1.2em;
  padding-bottom: 0.5em;
}


.header-cart strong,
.ajax-cart-items,
.polozka,
#cart_ajax_text,
#cart_ajax_text strong,
.show_less.show_but,
.glyphicon-menu-down,
.show_more.show_but,
.glyphicon-menu-up {
  display: none;
}

.zoomContainer {
  max-width: 100%;
  height: auto;
  left: 0!important;
}

.big-advantages .b-a-inside,
#w404_art,
#w404_cat,
#main_nav_inside,
.slider_wrapper,
.example_wrapper,
.faq_wrapper,
.news_wrapper,
.question.faq_wrapper.open .w80p_wrapper,
.contact_wrapper,
.section_root .wrapper {

  width: 100%;
  margin: 0 auto;
  padding: 0.5em  ;
}




.social_networks {
  padding-top: 15px;
}

.head_slider_wrapper {

  padding-top: 45%;
}

.pagetext img {
  max-width: 95%;
  height: auto!important;
  clear: both;
}

.details .wrapper .table.w48p,
.details .wrapper .table.w30p,
.details .wrapper .table,
.wrapper .w48p {

  width: 90%;
  margin: 5%;
  clear: both;
  float: none;
}

.documents_more h2, .table h2 {
  font-size: 1.1em;
  right: 5%;
  left: 5%;
  top: 4.5em;
  padding: 1em;
}

.documents_more {
  top: 5em;
}

.documents_more .krizek {
  top: 6.2em;
}

.head_slider_wrapper.uzoucky {

  padding-top: 30%;
}

.b-a-inside .invest-now {
  margin-top:1em ;
}

.w30p {
  width: 90%;
  float: none;
  margin: 0 auto;
}

.head_slider_inside h2 {
  font-size: 1.6em;
}

.slider_wrapper_inner .block {
  font-size: 1em;
}

.bx-prev, .bx-next {

  left: 1em;
  top: 50%;
  width: 18px;
  background: none;
  border: 2px solid #eee;
  height: 18px;
  display: block;
  overflow: hidden;
  text-indent: -6666px;
  border-width: 0px 0 2px 2px;
  margin-top: -9px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bx-next {

  left: auto;
  right: 1em;
  border-width: 2px 2px 0 0;
}

.advantage:first-child {

  margin: 2%;
}

#contact .wrapper table {
  display: block;
  ;
  position: relative;
}

#contact .wrapper table tr {
  display: block;
  position: relative;
  width: 100%;
}

#contact .wrapper table td {
  display: block;
  width: 90%;
  margin: 5%;
  position: relative;
}

.advantage {

  width: 46%;
  margin: 2%;
  padding: 0;
}

.visible_window {

  width: 95%;
  margin: 3em -48% 0 0;
  top: 0;
}

.head_slider_wrapper {

  margin: 0 auto 0 auto ;
}

.head_slider_wrapper #logo {

  display: block;
  width: 100%;
}

.head_slider_wrapper.uzoucky .logo_wrapper
{

  top: 3em;
  width: 60%;
  height: auto;
}

.head .slider {
  display: none;
}

.nav_fixer {

  position:absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#main_nav.fixed_top .logo_in_nav,
#main_nav_fixed_top .logo_in_nav {

  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #6db9d9;
}

.logo_in_nav img {
  width: 60%;
}

.overmap {

  width: 94%;
  padding: 3%;
  position: relative;
}

.grey h3 {
  margin-top: 2em;
}

.invest-now.button {
  float: none;
  text-align: center;
}

h3{
  font-size: 1.2em;
}

h2 {
  font-size: 1.6em;
  line-height: 1.6em;
}

.map iframe{
  height: 300px;
}

.example_wrapper .example_wrapper_inside, .example_wrapper .example_wrapper_inside.even {
  padding: 1em;
  margin: 0;
}

.w50p, .b-a-inside .first, .b-a-inside .others {
  width: 100%;
}

#articles .w50p.even .w50p_inside, #articles .w50p.odd .w50p_inside {

  padding: 0 1em 0 1em;
  text-align: justify;
}

.contact_wrapper table tr td {
  display: block;
  width: 100%;
}

.contact_wrapper table  {
  display: block;
  width: 100%;
}

.login {
  position: static;
  height: 0;
}

input[type="text"],
input[type="password"],
select {

  padding: 15px;
}

.lock {
  display: none;
}

}

/* prettyPhoto styling for small screens  - below 767px width */
@media (max-width: 750px) {
  #bothmenus-inner.fixed_top #back-to-top {
    display: none!important;
  }
  }

@media (max-width: 767px) {


  .pp_pic_holder .pp_default {
    width: 100%!important;
    left: 0!important;
    overflow: hidden;
  }

  div.pp_default .pp_content_container .pp_left {
    padding-left: 0!important;
  }

  div.pp_default .pp_content_container .pp_right {
    padding-right: 0!important;
  }

  .pp_content {
    width: 100%!important;
    height: auto!important;
  }

  .pp_fade {
    width: 100%!important;
    height: 100%!important;
  }

  a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom {
    display: none!important;
  }

  #pp_full_res img {
    width: 100%!important;
    height: auto!important;
  }

  .pp_details {
    width: 94%!important;
    padding-left: 3%;
    padding-right: 4%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -2px!important;
  }

  a.pp_close {
    right: 10px!important;
    top: 10px!important;
  }

  div.pp_pic_holder.pp_kalypso {

    width: 100%!important;
    left: 0!important;
    overflow: hidden;
  }

#message {max-width: 100%!important;}
#cart_ajax_popup {
    max-height: 250px;
    top: 50px;

    max-width: 90%;
    z-index: 9999;
    background: #fff;
    position: fixed;
    margin-left:0;
    margin-top: 0!important;


    left: 5%;
    padding: 1em;
    border-radius: 2px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px 0px;
}

#cart_ajax_popup .btn {width: 80%;display: block;float: none;margin-top: 1em;margin-left: 10%;}

#search {width: 230px;}

#search form input[type=text] {
  width: 190px;
}

#main-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 58px;
}

.linka_3 {display: none;}

}

#back-to-top img {max-width: 100%;
height: auto;
}


.mobile-show,
.mobile-show-sm {
  display: none;
}



@media (max-width: 600px) {

fieldset legend {font-size: 15px;}


.polozka_seznamu.provize, .polozka_seznamu.vernost {
  display: none;
}
#main-menu.opened {display: none;}

.ui-tabs .ui-tabs-panel,
  .vlastnosti .product-view {
    border-left-width:0 ;padding: 10px;
  }

  #main_nav_inside .polozka_seznamu .okno
  {
    display: none;
    position: fixed;
    top: 60px;
    right: 0;
    background: #fff;
    min-width: auto;
    width: 100%;
    padding: 1em 2em 2em 2em;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
  }

  #main_nav_inside .polozka_seznamu .okno.showme,
  #main_nav_inside .polozka_seznamu:hover .okno {

    display: block;
  }

  #main_nav_inside .polozka_seznamu.tree_clickwrapper {
    width: 75px;
  }
  #main_nav_inside .polozka_seznamu.tree_clickwrapper a{
   padding: 0 5px 2px;
    display: block;
    margin: -5px 0 0;
    text-align: center;
  }

  #submenu_white  {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
  }

  .bothmenus-smart {
    display: none;
  }

  .mobile-menu ul,
  .mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .mobile-menu li {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .mobile-menu li a{
    display: block;
    position: relative;
    padding: 10px;
    font-size: 1.2em;
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
  }

  .mobile-menu ul a {

    padding:10px 10px 10px 25px;
  }

  .mobile-fix {

    position: fixed;
  }

  .mobile-hide {

    display: none!important;
  }

  .mobile-show {

    display: block!important;
  }
  .mobile-show.inline-show {

    display:inline-block!important;
  }

  .functions, .header-cart {

    float: left;
  }

  .singleproduct.odd {
    padding: 0;
  }

  #search  {

    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
  }

  .tree_clickwrapper.polozka_seznamu {

  }

  #bothmenus-inner.fixed_top #back-to-top {
    display: none;
  }

  #bothmenus-inner.fixed_top #back-to-top:after
  {

    display: none;
  }

  #bothmenus-inner.fixed_top {

    display: none;
  }

  #panel_breadcrumb {
    width: 100%;
  }

 #order .table_format .rows {
  padding: 10px;
 }

#order .col-xs-12 .mobile-show strong {
  font-size: 1.1em;padding: 0 5px 0 0 ;
}
#order .col-xs-12 {
padding: 0 0 5px 0;text-align: left!important;
}

}



@media (max-width: 480px) {


body {
    padding: 62px 0 0 0;

}

  .mobile-hide-sm {

    display: none!important;
  }

  .mobile-show-sm {

    display: block!important;
  }

}

.none {
  display: none;
}

.error {
  color: red;
}

.grecaptcha-badge { display: none; }





/* TP modal */
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}

#boxes #dialog {
  width: 750px;
  height: 300px;
  padding: 10px;
  background-color: #ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}

#popupfoot {
  font-size: 16pt;
  position: absolute;
  bottom: 0px;
  width: 250px;
  left: 250px;
}

/* MAREK CSS */

.panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}

.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-heading {
    padding: 0px 0px;
    border-bottom: 0px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel {
  border: 0px solid transparent;
}

#collapseTwo,#collapseFour {
  background: #8493A3;
}
#collapseOne,#collapseThree,#collapseFive {
  background: #93a7bb;
}
#collapseOne p,#collapseOne a,#collapseTwo p,#collapseTwo a,#collapseThree p,#collapseThree a,#collapseFour p,#collapseFour a,#collapseFive p,#collapseFive a {color: #000;}
@media (max-width: 768px) {
.rbut { float: none !important; text-align: center !important; margin-top: 15px;}
}

#boxes #dialog {
  width: 96%;
    max-width: 650px;
    height: auto;
    padding:0;
    background-color: #202b3e;
    color:#fff;
border-radius: 2px;
    font-size: 15pt;
}

@media (max-width: 650px) {
#boxes #dialog  {
  margin-left: -48%!important;
  top: 90px!important;
}
 #boxes #dialog  .col-md-7 {
  text-align: center;
 }
 #boxes #dialog  .col-md-7 img {
  width: 60%;
  margin-bottom: 10px;
}

}
#dialog  p.white,
#dialog  .small p.white {
  display: block;
  background: #fff;
  color: #202b3e;
  text-transform: uppercase;
  padding: 5px;
  margin: 0 0 15px 0;
}

#dialog .small  p {
      font-size: 0.8em;
    margin: 0 0 8px;
}

.section-title .close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: #000;
  overflow: hidden;
  text-indent: -9999px;
  filter: alpha(opacity=100);
    opacity: 1;
}

.section-title .close:after {
  content: '×';
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: -1px;
  left: 3px;
  font-size: 0.8em;
  display: block;
  text-indent: 1px;

}

#dialog a.sign-button {
    background: url(img/sign-up-button3.png) 0 0 no-repeat;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    height: 37px;
    line-height: 35px;
    position: relative;
    padding:0 10px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    z-index: 9;
}

#dialog a.sign-button:active,
#dialog a.sign-button:hover, {
    background:#fff ;
    color: #a3ccee;

}


#mask {max-width: 100%}

.varianty:after {
  content: '';
  display: block;
  position: relative;
  clear: both;
}

ul.varianty li {
list-style: none;
float: left;
margin: 0 8px 0 0 ;

}
ul.varianty  {
 margin: -1em 0 0 0 ;
padding: 0;
}