@charset "utf-8";
/* CSS Document */
.cleaner {
  clear:both !important;
  display: block !important;
  float: none !important;
  height: 1px !important;
  font-size: 0 !important;
  line-height: 0 !important;
  margin: 0 0 -1px !important;
  padding: 0 !important;
  width: 100% !important;
}
body {
  margin: 0;
  padding: 0;
  text-align: left;
  font: 13px 'aller', Arial, sans-serif;
  line-height: 1.4;
  min-width: 1024px;
	_width: expression( document.body.clientWidth < 1024 ? "1024px": "auto" ); /* set min-width for IE */
  background: #fff url('../img/bg-gray.png') repeat top left; 
}
body.yellow { background-image: url('../img/bg-yellow.png'); }

strong {
  font: 400 100% 'aller', Arial, sans-serif;  
}
h1 {
  font-size: 16px;
  margin: 2px 0px 8px 0px;
  display: block;
  color: #222;
}
h2 {
  font-size: 14px;
  margin: 2px 0px 6px 0px;
  display: block;
  color: #222;
}
h3, h4, h5, h6 {
  font-size: 12px;
  margin: 1px 0px 4px 0px;
  display: block; 
  color: #222;
}
p {
  margin: 4px 0px 8px 0px;
  color: #222;
}
p.right { text-align: right; }

p.red { color: red; }
p.green { color: #38A800; font-size: 15px }

span.orange { color: orange; font: 20px 'Arial'; }
span.red { color: red; font: 20px 'Arial';  }

p.fotografie { text-align: center; }

p.justify { text-align: justify; }

p.clear { clear: both; }

p.fotografie img { margin: 2px 5px; }

img.left { 
  float: left;
  clear: both;
  margin: 0 10px 10px 0; 
}

img.right { 
  float: right;
  clear: both;
  margin: 0 0 10px 10px; 
}

ul.left { float: left; margin: 20px 100px!important; }

a {
  text-decoration: none;
  color: #BB8A17;
}
a:hover {
  text-decoration: underline;
}
a:link, a:visited, a:active {
  
  
}

.button {  
  display: inline-block;
  color: white;
  background: #d29d21;
  border: none;
  padding: 5px 16px;
  text-transform: uppercase;
  text-align: center;
  font: 11px 'allerbold';
  cursor: pointer;
}
.button:hover {
  text-decoration: none;
  background: #bb8a17;
}

.obal {
  width: 960px;
  margin: auto;
}

#bg-top {
  width: 100%;
  height: 554px;
  position: absolute;
  background:  #fff url('../img/bg-top.png') repeat-x left top;
  z-index: -1;
}
/* HEADER */
#header * { 
  color: #fff;
  text-transform: uppercase; 
}
#header {
  width: 100%;
  height: 554px;
  background: url('../img/bg-header.jpg') no-repeat center top;
}
#header .logo {
      display: inline-block;
}
#header .logo a {
  display: inline-block;
  margin: 21px 0 0 30px; 
}
#header .search * {
  color: black;
  text-transform: none;
}
#header form {
      float: left;
   display: inline-block;
  margin: 6px 0 0 30px;
}
#header form input[type=text] {
  display: inline-block;
  width: 180px;
  height: 16px;
  background: white;
  border: 1px solid #E3B240;
  padding: 2px;
  font-size: 11px;
  color: #333;
  vertical-align: top;
}
#header form input[type=submit] {
  display: inline-block;
  background: #E3B240 url('../img/search.png') no-repeat center center;
  border: none;
  height: 22px;
  width: 22px;
  padding: 2px;
  font-size: 0px;
  color: #fff;
  cursor: pointer;    
  vertical-align: top;  
}

#header .rychly-kontakt {
  margin: 22px 10px 28px;
  text-align: right;
  font-size: 13px;
  line-height: 25px;
  font-weight: 700;
  display: inline-block;
  float: right;
}
#header .rychly-kontakt a {
  font-size: 10px;
  font-weight: 400;
}
#header .rychly-kontakt span {
  font-size: 0;
}

#header .rychly-kontakt a.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: hidden;
}
#header .rychly-kontakt a.icon img {
  position: absolute;
  bottom: 0; right: 0;
}
#header .rychly-kontakt a.icon:hover img {
  top: 0; bottom: auto;
}

#header .rychly-kontakt > img, #header .rychly-kontakt a.icon { vertical-align: middle;  margin: -2px 10px 0 0; }
#header img.space { margin-left: 20px !important; }
#header a.space { padding-left: 20px !important; }


/* HEADER end */

/* MENU */
#menu {
  float: right;
  height: auto;
  font: 11px 'opensans'; 
  position: relative;
  z-index: 100;
}
#menu > ul {
  float: right;
    
}

#menu > ul > li {
  display: block;
  float: left;
  height: 34px;
  position: relative;
}
#menu > ul > li > a {
  display: block;
  float: left;
  height: 34px;
  line-height: 34px;
  padding: 0px 16px;
  background: url('../img/spliter.png') no-repeat left center;
  font-size: 11px;
  position: relative;
}
#menu > ul > li:first-child > a { background: none; }
#menu > ul > li:hover > a,
#menu > ul > li.active > a {
  padding-right: 17px;
  margin: 0 -1px 0 0;
  background: #E3B240;  
  text-decoration: none;
  z-index: 10;
}

#menu > ul > li.active,
#menu > ul > li:hover {
  z-index: 5;
}
.noscript #menu > ul > li:hover ul {
  display: block;
}

#menu ul.submenu {
   position: absolute;
   top: 34px;
   left: 0px;
   display: none;
   background: #B8850F;
   border-top: 2px solid #3F2D05;
   width: 100%;
   padding: 10px 1px 10px 0;
   box-shadow: #555 0px 1px 2px;
   -moz-box-shadow: #555 0px 1px 2px;
   -webkit-box-shadow: #555 0px 1px 2px;
}
#menu .last ul.submenu { left: auto; right: -1px;  }
#menu ul.submenu.auto { width: auto;  }
#menu ul.submenu li {
   margin: 2px 10px 6px;
   white-space: nowrap;
}




#menu ul.submenu ul.submenu{
   position: absolute;
   top: 10px;
   left: 2px;
   display: none;
   background: #B8850F;
   border-top: 2px solid #3F2D05;
   width: 100%;
   padding: 5px 1px 5px 0;
   box-shadow: #555 0px 1px 2px;
   -moz-box-shadow: #555 0px 1px 2px;
   -webkit-box-shadow: #555 0px 1px 2px;
}
#menu .last ul.submenu ul.submenu{ left: auto; right: -1px;  }
#menu ul.submenu ul.submenu.auto { width: auto;  }
#menu ul.submenu ul.submenu li {
   margin: 22px 30px 26px;
   white-space: nowrap;
}

/* MENU end */

#promo {
  margin: 21px 0 0;
  position: relative;
}
#promo #slider {
  width: 958px;
  height: 367px;
  border: 1px solid #e3b240;
  position: relative;
  z-index: 1;
}
#promo #slider div {
  position: absolute;
  top: 0px; left: 0px;
  font-size: 0;
}
#promo #slider div img { }
#promo #slider div p { 
  position: absolute;
  width: 90%;
  bottom: 0; left: 0;
  background: url('../img/bg-slider-p.png') repeat top left;
  margin: 0;
  padding: 10px 5%;
  color: white;
  height: 30px;
  font-size: 20px;
  text-align: left;
  line-height:30px; 
}
#promo #slider div p a {
  display: block;
  height: 30px;
  float: right;
  background: #d29d21;
  border: none;
  padding: 0px 16px;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  line-height:30px;
  cursor: pointer;
}

#promo .shadow {
  width: 1006px;
  height: 68px;
  background: url('../img/shadow-slider.png') repeat top left;
  position: absolute;
  bottom: -66px;
  left: -20px;
}

#promo #next,
#promo #prev {
  display: block;
  width: 33px;
  height: 74px;
  position: absolute;
  top: 151px; left: -33px;
  background: url('../img/btn-slider.png') no-repeat -34px 0px;
  z-index: 2;
}
#promo #next {
  left: auto;
  right: -33px; 
  background-position: -70px 0px;
}
#promo #prev:hover { background-position: 0px 0px; }
#promo #next:hover { background-position:-105px 0px; }

#promo #pager {
  width: 212px;
  height: 36px;
  background:  url('../img/bg-pager.png') no-repeat left top;   
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -106px;
  text-align: center;
  font-size: 0; 
  z-index: 2;
}

#promo #pager a {
  display: inline-block;
  width: 18px; 
  height: 18px;
  background: url('../img/btn-pager.png') no-repeat left top;
  margin: 10px 3px 0;   
}
#promo #pager a:hover { background-position: -19px 0px; }
#promo #pager a.activeSlide { background-position: -38px 0px; }

/* CATEGORIES */
#categories ul {
  margin: 28px 0 34px;
  height: 336px;
}
#categories ul.dalsi {
  margin-left: 90px;
}
#categories ul li * {
  color: white!important;  
}
#categories ul li {
  display: block;
  float: left;
  height: 100%;
  width: 186px;
 margin: 0 3px;
      margin-bottom: 25px;
  position: relative;
  background: url('../img/kat-bg.png') no-repeat left bottom;
}
#categories ul li:nth-child(5n+1){
    margin-left: 0;
}
#categories ul li:nth-child(5n){
    margin-right: 0;
}
#categories ul li:hover { background-position: right bottom; }
#categories ul li.first {  margin: 0 2px 0 0; }

#categories ul li a.head {
  display: block;
  height: 37px;
  line-height: 37px;
  background: url('../img/kat-title.png') no-repeat left top;
  padding: 0 0 0 55px;
  text-transform: uppercase;
  border-top: 1px solid #fee3a3;
  border-bottom: 1px solid #fee3a3;   
} 
#categories ul li:hover a.head,
#categories ul li a.head:hover {
  text-decoration: none; 
  background-position: left bottom; 
} 
#categories ul li > a.picture {
  display: block;
  width: 186px;
  height: 132px;
  overflow: hidden;
  position: relative;
}
#categories ul li > a.picture img.clona {
  position: absolute;
  top: 0px; left: 0px;
  opacity: 0;
  filter: alpha(opacity = 0);
  
  transition: opacity 0.5s linear 0s;
  -moz-transition: opacity 0.5s linear 0s; /* Firefox 4 */
  -webkit-transition: opacity 0.5s linear 0s; /* Safari and Chrome */
  -o-transition: opacity 0.5s linear 0s; /* Opera */    
}
#categories ul li > a.picture:hover img.clona {
  opacity: 1;
  filter: alpha(opacity = 100);
}

#categories ul li p {
   font-size: 11px; 
   margin: 7px 20px 0;
   line-height: 20px;
} 
#categories ul li p a {
  background: url('../img/od-white-S.png') no-repeat left center;
  margin: 0 0 2px 5px;
  padding: 0 0 0 25px;     
} 


/* CATEGORIES END */


#yellow {
  background: #E3B240 url('../img/bg-yellow.png') repeat top left;
}

/* CONTENT */
#content {
  background: white;
  box-shadow: #555 0px 1px 2px;
  -moz-box-shadow: #555 0px 1px 2px;
  -webkit-box-shadow: #555 0px 1px 2px;   
}
#content strong {
  font-family: 'allerbold';
}
#content .inner {
  padding: 22px 30px 22px 60px;
}
#content .column1 { 
  width: 405px;
  float: left;
  padding: 22px 0 22px 77px;
}
#content .column2 { 
  width: 385px;
  float: right;
  padding: 22px 32px 22px 27px;
  background: #FBFBFB;
}
#content .hr {
  width: 100%;
  height: 1px;
  font-size: 0;
  background: #BABABA;
  margin: 20px 0;
}
.posun, 
#text h1 {
  position: relative;
  left: -40px;
  top: 0;
}
#content h1, #content h2 {
  background: url('../img/od-yellow-L.png') no-repeat center left;
  font: 400 13px/22px 'aller';
  text-indent: 40px;
  text-transform: uppercase;
  margin: 0 0 25px;
}
#content h3 { text-transform: uppercase; }
#content h3, #content h4 {
  font: 400 13px/22px 'aller';
  color: #b78206;
  margin: 0 0 20px;
}
#content ul { margin: 20px 0; }
#content ul li {
  background: url('../img/od-yellow-S.png') no-repeat 0px 4px;
  margin: 0 0 7px 0;
  padding: 0 0 0 35px;  
}
#content ul li.nobg {
  background: none;
  padding: 0;  
}
#content p.box {
  border: 1px solid #B78206;
  background: #FBFBFB;
  padding: 15px;
  margin: 15px 10px;
  line-height: 1.8;
}
#content p.vyrazny {
  font-family: 'allerbold';
  font-size: 15px;
  color: #B78206;
  text-align: center;
  margin: 15px;
}

#content .tab { 
  width: 100%;
  margin: 20px 0;
  font: 400 11px 'aller'; 
}
#content .tab tr { }
#content .tab tr th { 
  background: #F2F2F2;
  border: 1px solid #B78206;
  padding: 5px;
  white-space: nowrap;
  font-weight: 400;
  text-align: center;
}
#content .tab tr td { 
  background: #FBFBFB;
  border: 1px solid #B78206;
  padding: 2px 5px;
  text-align: right;
}

#menu-left {
  width: 280px;
  float: left;
}
#menu-left ul { margin: 20px 0 0; }
#menu-left li {  
  padding: 0!important;
  margin: 0!important;
  background: none!important;
}
#menu-left li a { 
  display: block;
  background: #1C1C1C url('../img/od-white-L.png') no-repeat 10px 50%;
  padding: 10px 0 10px 50px;
  color: white;  
  border: 1px solid #aaa;
  border-width: 0 0px 1px 0px;
  transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
}
#menu-left li.rozbalovaci > a { background-image: url('../img/od-white-L-plus.png'); }

#menu-left li a:hover, 
#menu-left li.active > a {
  background-color: #E3B240;
  text-decoration: none;
}
#menu-left li ul { margin: 0px; display: none;}
#menu-left li.active ul { display: block; }
#menu-left li ul li a { 
  background: #f2f2f2 url('../img/od-yellow-S.png') no-repeat 50px 50%;
  padding: 7px 0 7px 80px;
  color: #222;  
  border-color: #ddd;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  
  transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;  
}
#menu-left li ul li a:hover,
#menu-left li ul li.active a {
  background-color: white;
  text-decoration: underline;
  color: #C49A37; 
}
#text {
  float: right;
  width: 550px;
  margin: 25px 40px 20px;
}
#text.full {
  width: 850px;
}


.novinky { margin: 0 0 24px; }
.novinky a {
  display: block;
  margin: 0 0 15px;
  line-height: 19px;
  color: #3a3a3a;
  padding: 5px;
  
  transition: background 0.5s linear 0s;
  -moz-transition: background 0.5s linear 0s; /* Firefox 4 */
  -webkit-transition: background 0.5s linear 0s; /* Safari and Chrome */
  -o-transition: background 0.5s linear 0s; /* Opera */  
}
.novinky a img {
  float: left;
  display: block;
  margin: 0 10px 0 0;
}
.novinky a span, 
.novinky a strong {
  color: #b78206;
}

.novinky a:hover { 
  text-decoration: none;
  background: #FFE79B;
  
  transition: background 0.2s linear 0s;
  -moz-transition: background 0.2s linear 0s; /* Firefox 4 */
  -webkit-transition: background 0.2s linear 0s; /* Safari and Chrome */
  -o-transition: background 0.2s linear 0s; /* Opera */     
}
.novinky a:hover strong,
.novinky a:hover span { text-decoration: underline; }

.zavolame {
  padding: 5px 15px 15px;
  background: #1E1E1E;
}
.zavolame p {
  color: #E3B240;
  font-size: 20px;
}
.zavolame p.red { color: red; font-size: 12px; }
.zavolame p.green { color: #38A800; font-size: 12px }

.zavolame span {
  display: block;
  padding: 10px 0 0;
  color: #aaa;
  font-size: 10px;
  text-align: center;
}
.zavolame .poptavka input[type=text] { 
  width: 160px; 
  height: 24px;
  padding: 3px; 
  vertical-align: top; 
}
.zavolame input.button { 
  height: 32px;
  line-height: 32px;
  padding: 0;
  width: 70px;
  vertical-align: top;
}

.poptavka table {
  margin: 20px 0;
}
.poptavka table tr td {
  color: #0d0e10;
  font: 400 12px 'aller';
  padding: 3px;
  vertical-align: top;
}
.poptavka table tr td span.gray { color: #555; font-size: 11px; }
.poptavka table tr td:first-child {
  padding: 10px 15px 10px 30px;
  text-align: right;
}
.poptavka table tr td.vyrazny {
  color: #E3B240;
  font: 400 15px 'allerbold';
  text-align: center;
}
.poptavka input[type=text].error,
.poptavka select.error,
.poptavka textarea.error {
  border: 1px red solid !important;
}
.poptavka input[type=text] {
  width: 180px;
  height: 26px;
}
.poptavka .termin input[type=text] { width: 70px; }
.poptavka .prostor input[type=text] { width: 50px; }

.poptavka input[type=text],
.poptavka select,
.poptavka textarea {
  
  border: 1px solid #E3B240;
  color: #4f4f4f;
  font-size: 11px;
  padding: 3px 10px;
}
.poptavka select {
  padding: 8px 10px;
} 
.poptavka textarea {
    width: 260px;
    height: 150px;
    resize: none;
}


.rychly {
  width: 100%;
}   
.rychly td {
  line-height: 14px;
  padding: 10px 0;
}
.rychly td a, 
.rychly td span { 
  display: inline-block;
  background: url('../img/icon-mail-y.png') no-repeat left center;
  height: 30px;
  font: 20px/28px 'allerbold';
  padding: 0 0 0 32px;
  color: #333;
}
.rychly td span { background-image: url('../img/icon-phone-y.png'); }

/* CONTENT end*/

/* FOOTER */
#footer {
  margin-top: 10px; 
}
#footer p {
  font: 10px "opensans";
  padding: 3px 10px;
  margin: 0;
}
#footer a {
  color: #222;
}
/* FOOTER end */


/* MOBILE MENU */

.mobile-topmenu{
    cursor: pointer;
    display: none;
    float: right;
    font-weight: 600;
    color: #212121;
    border: 1px solid #fff;
      padding: 8px 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px;
}
.mobile-topmenu:before{
    content: "";
    clear: both;
    width: 100%;
    display: table;
}

.mobile-topmenu.active{
    color: #E3B240;
}
     



/* ============= MEDIA QUERIES > 960px ============= */

@media only screen and (max-width: 960px){

    /* Slider */
    #promo #slider div img{
        max-width: auto;
    }
    #promo #next{
        font-family: 'FontAwesome';
          right: 15px;
        background-color: #DCAB38;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        background-image: none;
        text-decoration: none;
          width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
    } 
    #promo #next:after{
        content: "\f061";
        font-weight: bold;
        color: #362807;
        font-size: 20px;
        
    }
    
    #promo #prev{
        font-family: 'FontAwesome';
        text-decoration: none;
        left: 15px;
        background-color: #DCAB38;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        background-image: none;
          width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
    }
    #promo #prev:after{
        content: "\f060";
        font-weight: bold;
        color: #362807;
        font-size: 20px;
        
    }
    #promo #slider div p{
          height: 50px;
        wdith: 100%;
    }
    
    /* global */
    html {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    *, *:before, *:after {
      -webkit-box-sizing: inherit;
      -moz-box-sizing: inherit;
      box-sizing: inherit;
      }
    body{
        min-width: 0;
        width: 100%;
    }
    img{
        max-width: 100%;
        height: auto;
    }
    .obal{
        width: 100%;
         margin: 0px 1%;
    }
    #content h1, #content h2{
        text-indent: none;
    }
    .posun{
        position: static;
    }
    
    /* Header */
    #header{
        padding: 10px;
    }
    #menu{
        height: auto;
    }
    
    #header form input[type=text]{
        height: 32px;
    }
    #header form input[type=submit]{
        width: 32px;
        height: 32px;
    }
    #header p{
        margin: 0;
        margin-bottom: 15px;
    }
    
    /* Content */
    #content p.box{
        margin: 10px 0;
    }
    #menu-left{
        width: 25%;
        margin-right: 5%;
    }
    #content .column1{
          width: 66%;
        padding: 0;
        padding-top: 25px;
    }
    #content .column2{
        width: 100%;
    }
    #content h1, #content h2{
        background: none;
    }
    
    /* menu left */
    #menu-left li a{
        background-image: none;
        padding-left: 12px;
    }
    #menu-left li.rozbalovaci > a{
        background-image: none;
    }
    
    /* Footer */
    #footer{
        text-align: center;
    }
    /* MOBILE MENU */

    .mobile-topmenu{
        display: block;
    }
    #menu{
        width: 100%;
        display: block;
    }
    #menu > ul{
        display: none;
        width: 100%;
        margin-top: 45px;
    }
    #menu > ul > li{
        float: none;
        width: 100%;
        height: auto;
        background-color: #B8850F;
    }
    #menu > ul > li:hover{
        background-color: #B8850F;
    }
    #menu > ul > li:hover > a, #menu > ul > li.active > a{
        background-color: transparent;
    }
    #menu > ul > li > a{
        background-color: none;
        text-align: center;
        display: block;
        width: 100%;
        background-image: none;
        font-size: 15px;
        text-transform: none;
        border-bottom: 1px solid #c4972e;
        line-height: auto;
        height: auto;
        float: none;
    }
     #menu ul.submenu.auto{
         border: 0;
           padding: 0;
     }
    #menu ul.submenu li{
        margin: 0;
    }
    #menu ul.submenu li:hover{
        background-color: #E3B240;
    }
    #menu ul.submenu.auto li:hover{
        background-color: #E3B240;
    }
    #menu ul.submenu.auto > li{
        background-color: #E3B240;
    }
    
    #menu ul.submenu > li > a{
           display: block;
          border-bottom: 1px solid #CA931C;
          padding: 8px 0px;
    }
    
   
    
    
    #menu ul.submenu.auto{
        width: 100%;
        display: block;
        position: static;
    }
    #menu ul.submenu.auto:hover{
        display: block;
    }
    
    
    #header{
        height:auto !important;
    }
    
    #header .rychly-kontakt{
        margin: 0;
        text-align: left;
    }
    #header p{
        display: inline-block;
          float: right;    
    }
    
    #header p a.icon{
        display: none;
    }
    #header p a{
          font-size: 12px;
          font-weight: 600;
    }
    #header .logo{
            float: left;

    }
    
    #header .logo a{
        margin: 0;
        
    }
    #header form{
        clear: both;
        display: inline-block;
          float: left;
        margin: 0;
    }
    #menu{

    }
    #header .rychly-kontakt a.icon{
        display: none;
    }
    .zavolame .poptavka input[type=text]{
        width: 100%;
    }
        #text{
          margin: 0;
          width: 70%;
          margin-top: 25px;
          padding-right: 2%;
    }
    #content{
        margin: 0 1%;
        padding: 0 2%;
    }
    .obal{
        width: 98%;
    }
    #menu ul.submenu li{
        text-align: center;
        float: none;
        position: static;
    }
    #menu ul.submenu li a{
        text-align: center;
        
    }

    
    #text.full{
       width: 96%;
       margin: 0 2%;
    }
    #categories ul{
        height: auto;
    }
    #categories ul li{
        height: 327px;
    }
    #categories ul li p{
        margin: 7px 10px 0;
    }
    #categories ul li:nth-child(5n+1){
    margin-left: 3px;
}
#categories ul li:nth-child(5n){
    margin-right: 3px;
}
    .facebook{
        width: 100%;
        overflow: hidden;
    }
    
    #text.full{
        margin-top:5%;
    }
}

/* ============= MEDIA QUERIES > 630px ============= */

@media only screen and (max-width: 630px){
    .rychly{
        display: block;
    }
    .rychly tr{
        display: block;
    }
    .rychly td{
        display: block;
        padding: 5px 0;
    }
    .rychly td a, .rychly td span{
        font-size: 16px;
    }
   table{
       overflow-x: auto;
		display: block;
   }
    
    .poptavka table{
            display: block;
    }
    .poptavka table tr{
            display: block;
    }
        .poptavka table tr td{
            display: block;
    }
    .poptavka table tr td:first-child{
                    text-align: left;
          padding: 8px 1px 2px 3px;

    }
    .poptavka textarea{
    }
    
    
    
    #promo{
        display: none;
    }
    #text{
        width: 92%;
          margin: 4%;
    }
    body.mask{
        overflow: hidden;
    }
    body.mask:before{
        content: "";
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 50;
        top: 0px;
        left: 0px;
        background-color: rgba(0, 0, 0, 0.76);
    }
    
    /* HEADER */
    #header .obal{
        text-align: left;
    }
    #header .logo{
        margin-left: 45px;
        display: inline-block;
        float: none;
    }
    #header .rychly-kontakt{
        width: 100%;
        display: block;
          margin-top: 10px;
    }
    #header form{
        display: none;
    }
    .zavolame{
        display: none;
    }
    .mobile-topmenu{
          position: absolute;
          top: 10px;
          right: 10px;
    }
    #menu > ul > li:hover > ul.submenu{
        box-shadow: none;
        -webkit-box-shadow: none;
        border: 0;
    }

    .poptavka table tr td:first-child{
        padding: 3px;
    }
    
    /* MENU */
    #menu-left{
        background-color: #1C1C1C;
        overflow:visible;
        position: fixed;
        z-index: 1000;
        top: 0px;
        left: -250px;
        width: 250px;
          height: 100%;
        -webkit-box-shadow: 9px 5px 15px -6px rgba(0,0,0,0.62);
        -moz-box-shadow: 9px 5px 15px -6px rgba(0,0,0,0.62);
        box-shadow: 9px 5px 15px -6px rgba(0,0,0,0.62);
         text-align: left;
        transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
    }
    
    #menu-left:before{
        cursor: pointer;
        content: "\f061";
        font-family: 'FontAwesome';
        color: #f4f4f4;
        font-size: 25px;
        background-color: #454545;
        width: 100%;
        height: 50px;
        line-height: 50px;
        position: absolute;
        text-align: right;
        padding-right: 15px;
        top: 0px;
        right: 0px;
        width: 50px;
        text-align: center;
        padding-right: 0px;
        right: -50px;
        
    }
    #menu-left.is-open{
       left: 0px;
       overflow-y: scroll;
       transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
    }
    #menu-left > ul{
        padding-top: 60px;
    }
    #menu-left.is-open:before{
        content: "\f060";
        width: 100%;
        right: 0px;
        text-align: right;
        padding-right: 18px;
    }
    #menu-left ul{
        margin: 0;
    }
    #menu-left li ul{
        display: block;
    }
    #menu-left li ul li a{
        background-image: none;
           padding: 7px 0 7px 10px;
        background-color: #3D3D3D;
        color: #fff;
          border-color: #A8A8A8;

    }
    
    /* ZAVOLAME */
    .zavolame{
    }
    .zavolame .poptavka input[type=text]{
        margin-bottom: 5px;
        padding: 18px;
    }
    .zavolame input.button{
        font-size: 14px;
        height: 38px;
        line-height: 11px;
    }
    
    .poptavka table tr td{
        text-align: left;
    }
    #content .column1{
        width: 94%;
        margin: 0 3%;
    }

}


/* ============= MEDIA QUERIES > 480px ============= */

@media only screen and (max-width: 480px){
    #header .logo{
        width: 160px;
    }
    .mobile-topmenu{
        background-color: #fff;
        color: black !important;
    }
    #header .rychly-kontakt > img, #header .rychly-kontakt a.icon{
        display: none;
    }
    #header {
  padding: 25px 10px 0px 10px;
}
}


/* ============= MEDIA QUERIES > 400px ============= */

@media only screen and (max-width: 400px){
    #categories ul {
      height: auto;
      text-align: center;
          width: 98%%;
          margin: 46px 0 34px;
    }
    #categories ul li
    #categories ul:after{
        content: "";
        display: table;
        clear: both;
        width: 98%%;
    }
    #categories ul li{
       display: inline-block;
        float: none;
        background-color: #232323;
        background-image: none;
          height: auto;
          padding-bottom: 10px;
    }
    #categories ul li.first, #categories ul li{
        margin-bottom: 15px;
        width: 98%%;
    }
    #categories ul li a.head{
        background-image: none;
        background-color: #D9A835;
        padding: 0;
    }
    #categories ul li:hover a.head{
        background-color: #141414;
    }
    #categories ul li > a.picture{
        margin: auto;
    }
    .fotografie a{
          display: inline-block;
          width: 48%;
    }
}
