newsletters
@import url("./reset.css");

/*	---------------------------------------------------------------------------------------
	Basic styles & Paralaxes
	--------------------------------------------------------------------------------------- */





  * {
    padding:0;
    margin:0;
  }


  html, body {
    height:100%;

  }


  .skrollr-desktop body {
    height:100% !important;
  }


  body {
    font-family: 'Raleway', sans-serif;
  }


  p {
    margin:1em 0;
  }


  .dnone {display: none;}


  .cleaner {clear: both;}


  .parallax-image-wrapper {
    position:fixed;
    left:0;
    width:100%;
    overflow:hidden;
  }


  .parallax-image-wrapper-50 {
    height:50%;
    top:-50%;
  }


  .parallax-image-wrapper-100 {
    height:100%;
    top:-100%;
  }


  .parallax-image {
    display:none;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
  }


  .parallax-image-50 {
    height:200%;
    top:-50%;
  }


  .parallax-image-100 {
    height:110%;
    top:0;
  }


  .parallax-image.skrollable-between {
    display:block;
  }


  .no-skrollr .parallax-image-wrapper {
    display:none !important;
  }


  #skrollr-body {
    height:100%;
    overflow:visible;
    position:relative;
  }


  .gap {
    background:transparent center no-repeat;
    background-size:cover;
  }


  .skrollr .gap {
    background:transparent !important;
  }


  .gap-50 {
    height:50%;
  }


  .gap-100 {
    height:100%;
  }

  .gap-70 {
    height:70%;
  }


  .header, .content {
    background:#fff;
    padding:0;

    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
  }


  .content-full {
    height:100%;
  }


  #done {
    height:100%;
  }



  .max-width {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 1px 0;
    position: relative;
    min-height: 200px;
  }



  .max-title { padding: 1px 0;}
  .max-title h1{
   margin: 1.2em 0 0.9em 0;
   font-size: 4em;
   text-align: center;
 }


 .max-title h2{
  margin: 1.5em 0 2.0em 0;
  font-size: 2em;
  text-align: center;
}


.table {
  display: table; height: 100%;
}



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

#cart_ajax_popup { max-height: 441px; height: 470px; margin-top: -235px; width: 630px; display: none; z-index: 9999; background: white; position: fixed; margin-left: -315px; top: 50%; left: 50%; border: 3px solid rgb(194, 194, 194); border-radius: 15px; -webkit-box-shadow: rgba(0, 0, 0, 0.199219) 2px 2px 5px 1px; box-shadow: rgba(0, 0, 0, 0.199219) 2px 2px 5px 1px; -moz-border-radius: 5px; }         
#cart_ajax_popup-close { cursor: pointer; position: absolute; right: 5px; top: 5px; line-height: 999; overflow: hidden; background: url(../images/close_button_silver.png) 0 0 no-repeat; width: 22px; height: 22px; }
    #cart_ajax_popup-close:hover { background: url(../images/close_button_silver_hover.png) 0 0 no-repeat; }
    
#cart_ajax_popup .wrapper { padding: 3px; }
    #cart_ajax_popup .wrapper h2 { text-align: left; font-size: 14px; font-weight: bold; padding: 10px; margin: 0; background: white; color: #441369; border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; }
    #cart_ajax_popup .wrapper strong { text-align: left; font-size: 17px; font-weight: bold; margin: 0 0 5px 0; display: block; padding: 10px; color: #000; border-radius: 5px; -moz-border-radius: 5px; }
    #cart_ajax_popup .wrapper .wrapper_content { margin: 0; position: relative; padding: 0 10px 10px 10px; display: block; color: #7030a0; }
        #cart_ajax_popup .wrapper .wrapper_content .submit { padding: 0; margin: 0; width: 100%; }


a {color: #7893FF;background-color: transparent;}
a:hover {color: #5869AA;}

.btn {
  display: inline-block;
  padding: 1.1em;
  color: #fff;
  background: #7893FF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 0.3em;
}


a.btn  {
  display: inline-block;
 padding: 1.1em;
  margin-bottom: 0.3em;


}

.btn.transparent {
  background: transparent;
  border:3px solid #fff;

}
.btn.transparent:hover {
  background: #fff;
  color:#777;
  border:3px solid #fff;

}
.btn.transparent.dark {
  background: transparent;
  border:3px solid #777;
  color:#777;

}
.btn.transparent.dark:hover {
  background: #777;
  color:#fff;
  border:3px solid #777;

}


.btn:hover {
  background: #5869AA;
}

.wh100p {width: 100%;height: 100%;}
.header-paralax h1 {font-size: 5em ;font-weight: bold;color: #fff;text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.72);}
.admin_tuzka {position: absolute;top: 0;left: 0;}


.panel_breadcrump {
  text-align: center;padding: 0;margin: 0 0 2em 0 ;font-size: 1.3em;
}
.panel_breadcrump li {
  list-style-type: none;
  display: inline;
}

#blog_hp_logo {
    position: fixed;
    top: 0;
    left: 50%;
    width: 350px;
    margin-left: -175px;
    text-align: center;
}

#blog_hp_logo a {
  position: relative;display: inline-block;max-width: 350px;
}
#blog_hp_logo a img{
 max-width: 100%;
}





/* ----------------------------------#newsletters----------------------------- */

#newsletters legend {color: #fff}
#newsletters  form p  {text-align: center;}
#newsletters  form p label { display: block;font-size: 1.8em;text-transform: capitalize;}
#newsletters  form p input[type=text] {width: 350px;padding: 15px;font-size: 1.2em;text-align: center;margin: 1em auto;position: relative;color: #000;}
#newsletters  form p input[type=submit] {
  width: 380px;padding: 15px 30px;font-size: 1.2em;text-align: center;margin: 0em auto 2em auto;
  position: relative;border-width: 0; display: block;cursor: pointer;
  border-radius: 3px;
}
#newsletters  {
  margin-bottom: -52px;
  padding: 70px 0;
  -webkit-background-size: cover;
  background-size: cover;
}
#newsletters .page-title {

  color: #fff;margin: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  text-align: center;
  padding:1em 1em 0.2em   1em ;
  display: block;

}


#newsletters #article-body .pagetext{
 padding-bottom: 2em;
}
#newsletters #article-body {
  margin: 5em auto;
  position: relative;
  padding: 2em;
  background: transparent;
  max-width: 1200px;
  position: relative;
}
#newsletters #article-body .fo {
  position: relative;
  color: #fff;
  z-index: 2;
}
#newsletters #article-body .bg {
  z-index: 1;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ----------------------------------// #newsletters ----------------------------- */

    /*  ---------------------------------------------------------------------------------------
    ++ #mainmenu
    --------------------------------------------------------------------------------------- */
    #header {
      position: fixed;
      margin: 0;
      padding: 0;
      top: 0;
      left: 0;

      z-index: 5;
      height: auto;
    }

    .glyphicon-menu-hamburger {font-size: 30px;padding: 15px;text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);}
    #header ul.header_lang {display: none;}

    #mainmenu {
      position:relative;
      top: 0;
      z-index:5001;
      border-top:none;

    }

    .lt-ie8 #mainmenu{
      padding-top:30px}

      #mainmenu .navbar-inner{
        -webkit-border-radius:0;
        -moz-border-radius:0;
        -ms-border-radius:0;
        -o-border-radius:0;
        border-radius:0;
        box-shadow:none;
        border:none
      }

      #mainmenu .nav>li{
/*position: relative;
*/

padding:0
}

#mainmenu .nav {
  opacity: 0;

  -moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, .2);
  box-shadow: 2px 2px 7px rgba(0, 0, 0, .2);


}
.displayed #mainmenu .nav {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;}


  #mainmenu .nav>li>a{
    padding:18px 14px 18px 14px;
    color:#222;
    background: #fff;
  }

  #mainmenu .nav>li>a:hover{

    color:#ed9506;
    text-decoration:none;
  }

  #mainmenu .nav>li.active>a{
   color:#ed9506;
   background-color:rgba(255,255,255,0.5);
   box-shadow:none;
 }

 #mainmenu .nav>li.active:hover>a{
  color:#ed9506;
}

#mainmenu .nav>li:hover ul,
#mainmenu .nav>li:focus ul,
#mainmenu .nav>li:active ul,
#mainmenu .nav>li.hover ul,
#mainmenu .nav>li.focus ul {
  display: block;
}

#mainmenu ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  filter: alpha(opacity=90);
  opacity: 0.95;
  -moz-opacity: 0.95;

  z-index: 999;
  position: absolute;
  top: 0;
  left: 100%;
  display: none;

  background: #ed9506;
}

#mainmenu ul ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

#mainmenu li li a {
  color: #fff;
  display: block;

  padding: 15px;
  text-transform: none;
  text-align: left;
  font-weight: 600;
  font-size: 1em;
  white-space: nowrap;
  text-decoration: none;
}

#mainmenu li li a:hover {
 background: none;
}

/* ----------- Alternativní menu --------------*/
.header_nav  {
  position: fixed;
  z-index: 1;z-index: 90;
  text-align: center;
  width: 100%;
  background: #222;
}

.header_nav.white_nav .nav_inside {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}

.header_nav.white_nav .glyphicon-menu-hamburger {
  display: none;
}

.header_nav ul {
 margin: 0 auto;
 padding:0 0;
 z-index: 2;
 position: relative;
 display: block;
 font-size: 1.3em;
}

.header_nav.white_nav ul {
  font-size: 1.0em;
  float: left;
  padding: 0 1em ;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header_nav.white_nav .logo {
  float: left;
  height: 65px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: table;
}

.header_nav.white_nav .logo a {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.header_nav.white_nav .logo img {
  max-width:180px;
  height: auto;
  position: relative;
}

.header_nav.white_nav .logo h1 {
  display: none;
}

.header_nav.white_nav ul li {
  float: left;
  display: block;
  padding: 1.5em 0.7em  ;
}

.header_nav ul li {
  list-style: none;
  margin: 0;
  display: inline-block;
}

.header_nav ul li.levl_0:hover ul {
  display: block;
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 4000;
}

.header_nav ul li.levl_0 ul {
 display: none;
}

.nav_bocni_menu ul li.levl_0 ul li {
 background: transparent;
}

.header_nav ul li a {
  color: #fff;

  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;

  padding: 1em 0.7em  ;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
}
.header_nav.white_nav ul li a {

}
.header_nav ul li a:hover {

  text-decoration: none;
}


#nav {
  margin: 0;
  font-size:1.2em;
  font-weight: 600;
}

.navbar .nav>li {

  list-style: none;
}

.navbar-inner {
  min-height: 40px;
  background:none;
}

.navbar-inner .container {
  width: auto;
  float: right;
}

.navbar-inner:after{
  content: '';
  clear:both;
  display: block;
  position: relative;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
}

.navbar .nav>li>a {
  float: none;
  padding: 10px 15px 10px;
  color: #555;
  text-decoration: none;
}

.nav>li>a {
  display: block;
}

    /*  ---------------------------------------------------------------------------------------
    //  #mainmenu
    --------------------------------------------------------------------------------------- */

    /*  ---------------------------------------------------------------------------------------
    ++  Katalog
    --------------------------------------------------------------------------------------- */


    .prod_images {
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size:cover;
      background-size: cover;
      padding: 0;
      height: 0;
      float: left;
      position: relative;
      margin: 0;
      padding-top: 60%;
      width: 100%;
      display: block;
    }

    .col-xs-12.prod_images,
    .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;
    }




    .prod_images.detail {
      margin: 1.8em 1.19em 0 0;
    }

    .prod_images.detail:last-child {
      margin: 1.8em 0 0 0;
    }

    .product_color {padding: 1em 2em;}

    .product_color.even {
      background-color: #fdfdfd;
    }

    .product_color {
      border-bottom:1px solid #c9c09d;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }

    .product_color:hover {background: #eee;}

    .product_color:hover .prod_images {
      border:1px solid #afafaf;
    }

    .small_product_about_inside a:hover {text-decoration: none;}

    a.prihoz_button,
    .label_wrapper input.button,
    .print.button,
    .send_question,
    .hide_form {
      padding: 0.5em 1em;
      background: #908C7D;
      color: #fff;
      font-size: 1.4em;
      display: block;
      text-align: center;
      text-decoration: none;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-box-shadow: inset 0px -6px 0px 0px rgba(0,0,0,0.37);
      -moz-box-shadow: inset 0px -6px 0px 0px rgba(0,0,0,0.37);
      box-shadow: inset 0px -6px 0px 0px rgba(0,0,0,0.37);
    }

    .gold {color: #908C7D;}
    .fwn {font-weight: normal;}
    .ttn {text-transform: none;}

    a.prihoz_button.green {
     background: #A5C837;
   }

   a.prihoz_button.red,  .hide_form {
     background: #323232;
   }

   h3 a.autor {
    display: block;
    font-size: 75%;
    color: #333;
    text-transform: none;
    padding: 0.2em 0 0 0;
  }

  a.prihoz_button:hover,
  .label_wrapper input.button:hover,
  .send_question:hover,
  .hide_form:hover {
    background: #656259;color: #fff; text-decoration: none;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.17);
    box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.17);
  }

  .send_question {font-size: 1em;padding:1em 1.5em;display: inline-block;}

  a.prihoz_button.green:hover {
   background: #908C7D;
 }

 a.prihoz_button.red:hover, .hide_form:hover {
   background: #656259;
 }

 .prihoz_button span {display: block;}


 span.small {
  font-size: 0.9em;
}

.prihoz_button span.small {
  font-size: 0.7em;
}


.katalog .filter {
  border-top:1px solid #c9c09d;
  border-bottom:1px solid #c9c09d;
  padding-left:0;
}


.katalog .filter ul li {
  float: left;
  padding: 0;
  list-style: none;
  border-right: 1px solid #c9c09d;
}

.katalog .filter ul li a {
  padding: 1em;
  display: block;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.katalog .filter ul li a:hover {
  background: #c8ab37;
  text-decoration: none;
  color: #fff;
}

.katalog .filter ul {
  padding: 0;
  margin: 0;
}

.dinline_pocket h3,
.dinline_pocket h4,
#product .price_pocket div h3,
#product .price_pocket div h4,
#product .price_pocket div span {
  display: inline;
}

#send_question_inline { }

.prihozy_a_cas.row_tab {border-top: 1px solid #c9c09d;}

.small_product_images {padding-left: 0;}
.big_sp_icon {padding-left: 0;}
.small_sp_images {padding-left: 0;}

.small_product_about { }

.small_product_about ul {
  padding: 0;
  margin: 0;
}
.small_product_about ul li {
  padding: 5px 0 ;
  list-style-type: none;
}

.small_product_about ul li.pt2em {padding-top: 2em;}

.small_product_about ul li strong {
  text-transform: uppercase;
}

.small_product {  background: rgba(0,0,0,0.2); margin-bottom: 5px ;padding: 0 ;position: relative;}
.small_product .more_info {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #333;
  color: #fff;
  display: inline-block;
  padding: 10px 12px;
}

.grey_box,
.odd.small_product{
  background: rgba(255,255,255,0.2);
}

.grey_box {padding: 1.8em;}

.grey_box iframe {
  margin: 0 -7.5%;
  max-width: 115%;
}

.table_style li{
  background: #FBFBFB;
  padding: 8px 12px;
  display: block;
  -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;
  position: relative;
}

.ceny {
  clear: left;
  padding: 10px;
  position: relative;
}

.ceny h3,
.ceny h4 {padding: 10px 2px 0 2px;margin: 0;}



    /*  ---------------------------------------------------------------------------------------
    ++ Galerie
    --------------------------------------------------------------------------------------- */


    .ctverec {
      width: 100%;
      height:0;
      background: none;
      padding-bottom:100%;
      position: relative;
      text-align: center;  -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);
      margin-bottom: 15px;margin-top: 15px;
    }

    .album_image,
    .child_image {
      position: absolute;
      width: 92%;
      height:92%;
      top: 4%;
      left: 4%;
      overflow: hidden;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
    }

    .album_image:hover,
    .child_image:hover {
      position: absolute;
      overflow: hidden;
      width: 100%;
      height:100%;
      top: 0%;
      left: 0%;
    }

    .ribbon {display: none;}

    .album_wrapper .ribbon {display: block;}
    .ribbon h3,
    .ribbon h3 {
      position: absolute;
      background: rgba(255,255,255,0.8);

      bottom: 2em;

      left: 0;
      padding:10px 1em;
      z-index: 20;

      display: block;
      width: 100%;

      text-align: center;
      color: #777;
      font-size:1em;font-weight: normal;
      -webkit-transition: all 1500ms ease;
      -moz-transition: all 1500ms ease;
      -o-transition: all 1500ms ease;
      transition: all 1500ms ease;
      -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 .img_wrapper,
    .child_image .img_wrapper{
      width: 100%;
      height: 100%;
      display: table;
      position: absolute;
      padding: 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;
    }

    .album_image .wrapper_of_wrapper,
    .child_image .wrapper_of_wrapper{
      width: 100%;
      height: 100%;
      display: table-cell;
      position: relative;
      vertical-align: middle;
    }


    /*  ---------------------------------------------------------------------------------------
    //  Galerie
    --------------------------------------------------------------------------------------- */

    /*  ---------------------------------------------------------------------------------------
    ++ Articles
    --------------------------------------------------------------------------------------- */

/* ----------------------------------------------All----------------------------------------------*/
    .bxslider_cars_wrapper {
      width:100%;
      height: 0;
      padding: 0 0 65% 0 ;
      overflow: hidden;
      border-bottom:5px solid #fff;
      border-left:5px solid #fff;
    }
    #bxslider_cars_pager a{
      width:20%;
      height: 0;
      padding: 0 0 14.5% 0 ;
      position: relative;
      float: left;
      display: block;
      border-left:5px solid #fff;
      border-bottom:5px solid #fff;
    }

    #bxslider_cars_pager a img {
      position: absolute;
      top: 0;
      bottom: 0;

       width: 100%;
      height: auto;
    }
    #articles .w50p.even .w50p_inside {
      padding: 0 2em 0 0;
      text-align: justify;
    }

    #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;
    }



    /*  ---------------------------------------------------------------------------------------
    // Articles
    --------------------------------------------------------------------------------------- */

    /*  ---------------------------------------------------------------------------------------
    ++ Modul 3 články s fotkou
    --------------------------------------------------------------------------------------- */

    #katalog  .illu-wrapper ,
    .aktuality  .illu-wrapper {
      width: 100%;
      height: 0;
      padding: 55% 0 0 0;
      background:transparent;
      position: relative;
    }

#katalog .illu,
    .aktuality .illu {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      background-repeat: no-repeat;
      -webkit-background-size: 100% auto;
      background-size: 100% auto;
      background-position: 0 0;
      -webkit-transition: all 550ms ease;
      -moz-transition: all 550ms ease;
      -o-transition: all 550ms ease;
      transition: all 550ms ease;
      text-decoration: none;
    }

#katalog .illu img,
    .aktuality .illu img {
      max-width: 85%;
      max-height: 85%;

    }

    #katalog .illu h3,
    .aktuality .illu h3 {
      color: #fff;
      font-size: 2.2em;
      text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.72);
    }

 #katalog.col-xs-12:hover .illu,
    .aktuality .col-xs-12:hover .illu {
      -webkit-background-size: 110% auto;
      background-size: 110% auto;
      background-position: 10% 10%;
    }


    .aktuality .col-xs-12 {
      padding: 0;
    }

    .aktuality .text{
      min-height: 120px;
    }


    .aktuality .col-xs-12 .text-wrapper {
      padding: 20px;font-size: 1.15em;
    }


    .paging ul li  {
      float: left;
      padding:0;
      margin: 0.5em;
      list-style-type: none;
    }
    .paging    {
     text-align: center;
   }

   .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;
    color: #fff;
    font-weight: 300;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;font-size:1.3em;
    background: #ED9506;
  }

  .paging ul li span {
    border: 1px solid #ED9506;background: transparent; color: #000;
  }

  .paging ul li.summary span {
    width: auto;
    padding: 0 1em;
    border-width: 0;
    background: transparent;
    background: #eee;  color: #000;

  }

  .paging ul  {    margin: 2em auto;
    text-align: center;
    /* width: 200px; */
    display: inline-block;
    position: relative;
  }

    /*  ---------------------------------------------------------------------------------------
    //  Modul 3 články s fotkou
    --------------------------------------------------------------------------------------- */

    /*  ---------------------------------------------------------------------------------------
    ++  Modul výhody
    --------------------------------------------------------------------------------------- */

    #partnerstvi .number {position: absolute;top:-28px;left: 20px;max-width: 80px;font-size: 100px;}

    #partnerstvi .vyhoda {padding: 0 0 0 80px;}


    #partnerstvi .vyhody .col-md-6 {
      padding:15px 30px;
    }




    /*  ---------------------------------------------------------------------------------------
    //  Modul výhody
    --------------------------------------------------------------------------------------- */

    /*  ---------------------------------------------------------------------------------------
    ++ footer - prehled deniku
    --------------------------------------------------------------------------------------- */


    #prehled .footer_links,
    .collored_important {
      background: #F7F7F7;
    }

    .collored_important.one_row, .one_row.blok_ulice {padding-bottom: 1em;
    }

    .one_row.mt0 {margin-top: 0;
    }

    #prehled .footer_links {
      width: 100%;
      padding: 1em 0 2em 0;
    }

    #prehled .footer_links ul {
      list-style: none;
      padding: 0 10px;
      color: #333;
      margin: 5px 0 0 0;
    }

    #prehled .footer_links ul li {
      padding: 0
      display: block;
      border-top: 1px solid #e9e9e9;
    }

    #prehled .footer_links h3 {
      white-space: nowrap;
      padding: 0 10px;
    }

    #prehled .footer_links a {
      color: #6B6B6B;background-color: transparent;
      display: block; padding: 0.6em 0 0.6em 0.6em;
      -webkit-transition:all 0.5s ease;
      -moz-transition:all 0.5s ease;
      transition:all 0.5s ease;
    }

    #prehled .footer_links a:hover {color: #fff;
      background: #7893FF;text-shadow: 0px 0px 0px #fff;
      text-decoration: none;
    }





    /*  ---------------------------------------------------------------------------------------
    // footer - prehled deniku
    --------------------------------------------------------------------------------------- */


/*  ---------------------------------------------------------------------------------------
    ++  slideshow
    --------------------------------------------------------------------------------------- */


    .flexslider, .flexslider-controls {
      width: 100%;
      padding:0;
      margin: 0 auto;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }


    .slide_text {
      background-color: transparent;
      background-color: rgba(0, 0, 0, 0.5);  /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
      bottom: 0;
      color: #fff;
      display: block;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000); /* IE6–IE9 */
      left: 0;
      padding: 1em;
      position: absolute;
      width: 100%;
      zoom: 1;
    }


    .slide_title {
      font-size: 1.2em;
      text-transform: uppercase;
    }


    .slide_byline {
      font-size: 0.8em;
      display: block;
    }


    .flex-control-nav li {



      cursor: pointer;

      margin: 0.09em 0 0 0;
      padding: 1em 1.5em;
      vertical-align: middle;
      width: 25%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }


    .flex-control-nav li:last-child {
     border: none;
   }


   .flex-control-nav .flex-active {

   }


   /* Minified FlexSlider CSS with Chrome fix */
   .flex-container a:active,
   .flexslider a:active,
   .flex-container a:focus,
   .flexslider a:focus
   {
    outline:0
  }
  .slides,
  .flex-control-nav,
  .flex-direction-nav
  {
    margin:0;padding:0;list-style:none
  }


  .flexslider .slides>li
  {
    display:none;
/*-webkit-backface-visibility:hidden;
*/position:relative
}
.flexslider .slides img
{
  width:100%;
  display:block
}
.flex-pauseplay span
{
  text-transform:capitalize
}
.slides:after
{
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0
}
html[xmlns] .slides
{
  display:block
}
* html .slides
{
  height:1%
}
.no-js .slides>li:first-child
{
  display:block
}
.flexslider
{
  background:#fff;
  position:relative;
  zoom:1
}
.flex-viewport
{
  max-height:2000px;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  transition:all 1s ease
}
.loading .flex-viewport
{
  max-height:300px
}
.flexslider .slides
{
  zoom:1
}
.carousel li
{
  margin-right:5px
}
.flex-direction-nav
{
  *height:0
}
.flex-direction-nav a
{
  width:30px;
  height:30px;
  margin:-20px 0 0;
  display:block;
  background-position: 0 0;
  background-repeat: no-repeat;
  position:absolute;
  top:50%;
  z-index:10;
  cursor:pointer;
  text-indent:-9999px;
  opacity:0;
  -webkit-transition:all .3s ease
}
.flex-direction-nav .flex-next
{
  background-position:100% 0;
  right:-36px
}
.flex-direction-nav .flex-prev
{
  left:-36px
}
.flexslider:hover .flex-next
{
  opacity:.8;
  right:5px
}
.flexslider:hover .flex-prev
{
  opacity:.8;
  left:5px
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover
{
  opacity:1
}
.flex-direction-nav .flex-disabled
{
  opacity:.3!important;
  filter:alpha(opacity=30);
  cursor:default
}
.flex-control-nav
{
  width:100%;
  text-align:center
}
.flex-control-nav li
{
  zoom:1;
  *display:inline
}
.flex-control-paging li a
{
  width:11px;
  height:11px;
  display:block;
  background:#666;
  background:rgba(0,
    0,
    0,
    0.5);
  cursor:pointer;
  text-indent:-9999px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  -o-border-radius:20px;
  border-radius:20px;
  box-shadow:inset 0 0 3px rgba(0,
    0,0,0.3)
}
.flex-control-paging li a:hover
{
  background:#333;
  background:rgba(0,0,0,0.7)
}
.flex-control-paging li a.flex-active
{
  background:#000;
  background:rgba(0,0,0,0.9);
  cursor:default
}
.flex-control-thumbs
{
  margin:5px 0 0;
  position:static;
  overflow:hidden
}
.flex-control-thumbs li
{
  width:25%;
  float:left;
  margin:0
}
.flex-control-thumbs img
{
  width:100%;
  display:block;
  opacity:.7;
  cursor:pointer
}
.flex-control-thumbs img:hover
{
  opacity:1
}
.flex-control-thumbs .flex-active
{
  opacity:1;
  cursor:default
}
/* Minified FlexSlider CSS with Chrome fix */

#srovnavaci_tabulky
{}

.flexslider
{}

.slides .item .vyhoda
{ padding: 0 15%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.flexslider-controls   {position: relative;}

.flex-control-nav {}

.flex-control-nav li {
  margin: 0 3px;

}



legend {
  display: block;
  padding: 0;
  margin-bottom: 20px;
  font-size: 1.6em;
  border: 0;
  padding-bottom: 0.5em;
  border-bottom:  1px solid #c9c09d;
}

.label_wrapper label {

  width:100%;
}

.label_wrapper label.katalog_detail_label {width: auto;}

.label_wrapper input,
.label_wrapper textarea {

  width:100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  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;

    border: 1px solid rgb(221, 221, 221);
}

.label_wrapper textarea  {  padding:0.6em 30px 0.6em 0.6em;}



    /*  ---------------------------------------------------------------------------------------
    //  Modul výhody
    --------------------------------------------------------------------------------------- */
    /*  ---------------------------------------------------------------------------------------
    ++  Reference
    --------------------------------------------------------------------------------------- */



    .reference>.col-xs-12 {
      padding: 0;margin: 0;
    }


    .single-reference  .illu-wrapper,
    .reference  .illu-wrapper {
      width: 100%;
      height: 0;
      padding: 55% 0 0 0;
      background:transparent;
      position: relative;
    }

    .single-reference  .illu,
    .reference .illu {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      background-repeat: no-repeat;
      -webkit-background-size: 100% auto;
      background-size: 100% auto;
      background-position: 0 0;
      -webkit-transition: all 550ms ease;
      -moz-transition: all 550ms ease;
      -o-transition: all 550ms ease;
      transition: all 550ms ease;
      text-decoration: none;
    }


    .reference .illu h3 {
     display: none;
   }


   .reference .col-xs-12:hover .illu {
    -webkit-background-size: 110% auto;
    background-size: 110% auto;
    background-position: 10% 10%;
  }
    /*  ---------------------------------------------------------------------------------------
    //  single-reference
    --------------------------------------------------------------------------------------- */

    .single-reference .text {
      font-size: 1.1em;
    }


    /*  ---------------------------------------------------------------------------------------
    //  single-reference
    --------------------------------------------------------------------------------------- */


    /*  ---------------------------------------------------------------------------------------
    //  Reference
    --------------------------------------------------------------------------------------- */

    @-moz-keyframes moveit {
      //0% { background-position: center center; }
      //25% {background-position: 100% center ;}
      0% {background-position:  center 0%;}
      100% {background-position:   -1776px center;}
    }
    @-webkit-keyframes moveit {
      //0% { background-position: center center; }
      //25% {background-position: 100% center ;}
      0% {background-position:  center 0%;}
      100% {background-position:   -1776px center ;}
    }
    @-o-keyframes moveit {
      //0% { background-position: center center; }
      //25% {background-position: 100% center ;}
      0% {background-position:  center 0%;}
      100% {background-position:   -1776px center;}
    }
    @-ms-keyframes moveit {
      //0% { background-position: center center; }
      //25% {background-position: 100% center ;}
      0% {background-position:  center 0%;}
      100% {background-position:   -1776px center ;}
    }
    .oakci {
      padding: 2em 0;


      -webkit-background-size:  auto 100%;
      background-size: auto 100%  ;
      background-repeat: repeat-x;
      -moz-animation: moveit 120s linear 0s infinite;
      -webkit-animation: moveit 120s linear 0s infinite;
      -o-animation: moveit 120s linear 0s infinite;
      -ms-animation: moveit 120s linear 0s infinite;
      animation: moveit 120s linear 0s infinite;
    }

    .ikona_wrapper {
      text-align: center;
      padding: 1em 1em;
    }
    .ikona_wrapper img {width: 120px;}


    .ikona_wrapper h2, .ikona_wrapper h3 {
      padding-bottom: 0.8em; padding-top: 0.4em; font-weight: normal;
    }

    .ikona_wrapper h2{ padding-bottom: 0.3em;}
    .ikona_wrapper h3 { font-weight: bold; }

    /*  ---------------------------------------------------------------------------------------
    ++  Obsah paralaxu
    --------------------------------------------------------------------------------------- */

    .ramecek.dark {
      margin: 40px;
      padding: 25px;
      background: rgba(0,0,0,0.6);
      color: #fff;
    }






    /*  ---------------------------------------------------------------------------------------
    //  Obsah Paralaxu
    --------------------------------------------------------------------------------------- */


    /* ------------------ ** Kontaktform --------------------- */


    .saruman-white {
      position: relative;width: 100%%;

      display: block;
    }
    .gandalf-white {
      position: fixed;width: 0%;height: 100%;top: 0;left: 0;background: rgba(255,255,255,0.92);z-index: 5505;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      display: none;
    }

    .gandalf-white.opened {width: 100%;}

    .glyphicon-remove {
      position:absolute; top: 1em;right: 1em;font-size: 2.5em;
    }

    .saruman-white h2,
    .gandalf-white h2 {
      text-transform: uppercase;text-align: center;margin: 1.5em;font-size: 2.5em;
    }


    .gandalf-white .inside {
      position: absolute;
      top: 50px;
      left:50px;
      bottom: 50px;
      right: 50px;
      padding: 20px;
      overflow: auto;
    }

    .saruman-white .inside {
      position: relative;
      margin: 50px;
      padding: 20px;
      overflow: auto;
    }

    .saruman-white figure,
    .video-item figure {
      padding: 15px;
      border: 1px solid #fff;
    }


    #kontakt_wrapper
    {
      position: absolute;
      top: 0;right: 0;
      z-index: 5000;
    }

    #kontakt_wrapper .btn {position: absolute;top: 2em;right: 2em;}

    .contact-form label {
      width: 100%;
      float: left;
      padding-bottom: 1em;
      padding-top: 1em;
      font-size: 1.4em;
      color: #111;
    }

    .contact-form input,
    .contact-form textarea {
      width: 100%;
      float: left;
      padding: 10px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      border: 2px solid #aaa;
      color: #000;
    }

    .contact-form textarea {
      min-height: 100px;
    }

    #kontakt_wrapper  .contact-form .btn {
      top: auto;
      left: auto;
      right: auto;
      position: relative;
      clear: both;
      display: block;
      margin: 10px auto;
      padding-left: 6em;
      padding-right: 6em;
      font-size: 120%;
    }

    .contact-form .labwrap {clear: both;margin: 0;  }
    .contact-form .labwrap.col-md-6 {margin: 0; clear:none;padding: 0 27px;}
    /* ------------------ Paticka --------------------- */

    .loga_loga .logo {
      width:125px;
      height:125px;
      padding:0;
      position: relative;
      float: left;
      margin: 5px;
    }

    .loga_loga .logo span,
    .loga_loga .logo a{
      width: 80%;
      height: 80%;
      position: absolute;
      top: 10%;
      left: 10%;
      -webkit-background-size: 100% auto;
      background-size: 100% auto;
      background-position: 50% 50% ;
      background-repeat: no-repeat;
      display: block;
      -webkit-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      -webkit-transition: all 400ms ease;
      -moz-transition: all 400ms ease;
      -o-transition: all 400ms ease;
      transition: all 400ms ease;
    }

    .loga_loga .logo span:hover,
    .loga_loga .logo a:hover{
      width: 90%;
      height: 90%;
      position: absolute;
      top: 5%;
      left: 5%;
      -webkit-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      filter: grayscale(0%);
    }


    #footer_1  {
      background: #eee;
      clear: both;
      margin-top: 1em;
      position: relative;
    }

    #footer_0 ul {
      padding: 0 ;margin: 0;
    }

    #footer_0 ul li{
      padding: 1px 0 0.2em 0   ;
      margin: 0;
      float: left;
      list-style: none;
    }

    #footer_0 ul li a{
      padding: 0.6em 1em 0.6em 1em;
      margin:  0;
      position: relative;
      ;
      display: block;
      float: left;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }


    #footer_0 ul li a:after {
      border-bottom: 1px solid #555;
      position: absolute;
      bottom:0.2em;
      left:48%;
      right:48%;
      width: auto;
      height: 1px;
      display: block;
      background: transparent;
      content: '';
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    #footer_0 ul li a:hover {text-decoration: none; padding: 0.2em 1em 1em 1em}
    #footer_0 ul li a:hover:after {
      bottom:0.6em;
      left: 1em;
      right:1em;
      border-bottom: 1px solid #777;

    }

    .dark_footer a { color: #fff;}

    #footer_0 .row .col-xs-12:after,
    #footer_2 .row .col-xs-12:after,
    #footer_3 .row .col-xs-12:after {
      border-top: 1px solid #555;
      position: absolute;
      top: -10px;
      left: 10px;
      right:10px;
      width: auto;
      height: 1px;
      display: block;
      background: transparent;
      content: '';
    }



    .row.anotace:after {
      border-left: 1px solid #555;
      position: absolute;
      top: 0;
      left: 50%;
      bottom:10px;
      width: 1px;
      height:auto;
      display: block;
      background: transparent;
      content: '';
    }
  }
  #footer_1  {
   padding-bottom: 18px;
 }

 .dark_footer {background: #444;clear: both;color: #eee;padding-top: 18px; padding-bottom: 18px;position: relative;}

 #footer_0 {
  padding-top: 8px; padding-bottom: 0px;
}
#footer_4 {
  -webkit-box-shadow: inset 1001px 1000px 0 1000px rgba(0, 0, 0, .2);
  box-shadow: inset 1001px 1000px 0 1000px rgba(0, 0, 0, .2);
  padding-bottom: 1px;
}

.section_root .wrapper {
  background: transparent;

  padding: 0;
  margin: 0 auto;
  position: relative;
  width: 95%;
  max-width: 1300px;
}

.social_networks ul  {padding: 0;
  margin: 0;list-style-type: none;}
  .social_networks ul li {float: right; margin: 0px 6px;padding: 0;}


  .social_button span {display: none;}



  .social_button {
    background:  url('../images/social_icons.png') no-repeat -3px -3px;
    width: 34px;
    height: 33px;
    display: block;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0;

  }

  .social_button:hover {

    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top:-10px;

  }

  .social_facebook {
    background-position:-3px -3px;

  }
  .social_twitter {
    background-position:-47px -3px;

  }
  .social_gplus {
    background-position:-92px -3px;

  }
  .social_youtube {
    background-position:-47px -47px;

  }
  .social_instagram {
    background-position: -47px -135px;

  }



/** 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 {


  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);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* 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: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  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: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* 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: 9999;
}

.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;
}


  @media (max-width: 1200px){
.header_nav ul {

  font-size: 1.1em;
}
}
  @media (max-width: 769px){
.header_nav ul {
  font-size: 1.0em;
}
    .gandalf-white .inside {
      position: absolute;
      top: 15px;
      left:15px;
      bottom: 15px;
      right: 15px;
      padding: 10px;
      overflow: auto;
    }


    .btn {
      max-width: 80%;
      white-space: normal;
    }

    .btn.Kontaktform_btn {
      text-align: right;
      white-space: nowrap;
      min-width: 90px;
      font-size: 0.9em;
      overflow: hidden;
    }

    .row.anotace:after {
      display: none;
    }

    .zopim {
      position: absolute;
      bottom: 0;
      left: 0;
      width:0;
      height: 0;
      overflow: hidden;
      display: block;
      visibility: hidden;

    }

    #mainmenu .nav  {
      display: none;
      opacity: 100;
    }

    .displayed #mainmenu .nav {display: block; opacity: 100;}

    #partnerstvi .number {
      left:30px;
    }

    .max-title h2 {
      font-size: 1.5em; width: 90%; margin: 0 auto;display: block;
    }

    .header-paralax h1,
    .max-title h1 {

      font-size: 2.5em;width: 90%; margin: 0 auto;display: block;

    }


    .header-paralax h1 { font-size: 3em;}

    .max-title {
      padding: 1em 0;
    }

    .ramecek.dark {
      margin: 15px;
      padding: 25px;
      background: rgba(0,0,0,0.7);

    }
  }
  /* ------------------ // Paticka --------------------- */


  /* ------------------ // Paticka --------------------- */

  @media (max-width: 600px){

.header_nav.white_nav .logo {

    width: 100%;
    text-align: center;

}
   html, body  {   padding-top: 0px;!important}


   #header,  .header_nav  {position: relative;}
  .header_nav ul li {

    width: 100%;
  }

    .Kontaktform_btn {display: none;}

    .gandalf-white .glyphicon-remove {
      display: none;
    }


    .gandalf-white {
      position: relative;
      display: block;
      width: 100%;
      clear: both;
      height: auto;
      top: auto;
      left: auto;
      background: rgba(255,255,255,0.92);
      z-index: 0;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;

    }

    .gandalf-white .inside {
      position: relative;
      top: auto;
      left: auto;
      bottom: auto;
      right: auto;
      padding: 10px;
      overflow: auto;
      z-index: 0;
    }

  }

  @media (min-width: 992px){

    .col-xs-15 {
      width: 20%;
      float: left;
    }
    }



    @media (min-width: 768px) {
      .col-sm-15 {
        width: 20%;
        float: left;
      }

    }

    @media (min-width: 992px) {
      .col-md-15 {
        width: 20%;
        float: left;
      }

    }

    @media (min-width: 1200px) {
      .col-lg-15 {
        width: 20%;
        float: left;
      }

    }
