/*  ---------------------------------------------------------------------------------------
Deníky Online
Description:    Basic styles and layout
Media:        screen, projection
Datum:        17. 9. 2011
Author:       Martin Jemelka (http://www.europemc.cz/)
---------------------------------------------------------------------------------------*/
@import url("./reset.css");
/*  ---------------------------------------------------------------------------------------
Basic styles
---------------------------------------------------------------------------------------*/
body {
  font-family: 'PT Sans', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 300;
  color: #6d6d6d;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

input[type="text"],
input[type="password"], select { padding: 8px;
  border: 1px solid white;
  border-radius: 3px;
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.23);
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

a.editicon { width: 1px; height: 1px; position: relative; z-index: 99; }

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

  h1, h2, h3, h4 {font-weight: 700;
  }

  h4 {font-family: 'PT Sans', sans-serif;
  font-weight: 400;
}

h1, h2, h3 { font-family: 'Roboto Slab', serif;
}

h2, h1.nadpis {font-size: 2.5em;
  color: #333;
}

h3 {font-size: 1.8em;
  color: #777;
}

h4 {font-size: 1.2em;
  color: #333;
}


.soc-site {
  position: absolute;
    right: 11px;
    top: 10px;
    margin: 0;
  padding: 0;
}
 
.soc-site li {
  margin: 0;
  padding: 0;
  float: left;
  list-style-type: none;
}
.soc-site li a  { 


  display: block;
  width: 47px;
  height: 47px;
  margin: 0 0 0 5px;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;

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

  filter: grayscale(20);

  }
.soc-site li a:hover { 
 

  filter: grayscale(0);

  }
.soc-site li a.icon--instagram-sm {

  background: url(../images/socilas.svg) 0 0 no-repeat;
  -webkit-background-size: initial;
  background-size: initial;
}

.soc-site li a.icon--facebook-sm {
 
  background: url(../images/socilas.svg)  -46px 0 no-repeat;
  -webkit-background-size: initial;
  background-size: initial;
}

.contact_wrapper h2
{
  font-size: 1.8em;
  color: #fff;
}

h2.contact_main {
  font-size: 2.5em;
  color: #333;
}

.contact_wrapper h3{
  font-size: 1.2em;
  color: #fff;
}

.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/sprite.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/sprite.png') no-repeat -4px -108px;
  width: 17px;
  height: 14px;
  top: 2px;
  left:2px;
  display: block;
  content: '';
  position: absolute;
}


#lang_select {
    position: fixed;
    right: 20px;
    top: 90px;
    z-index: 5006;
}

#lang_select.blog_sel {
    position: absolute;
    right: 20px;
        bottom: 0px;
    z-index: 5006;
    font-size: 1.5em;
}

#lang_select ul {
    list-style: none;
    margin: 0;
    padding: 10px;
}

#lang_select li {
    opacity: 0.6;
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
    z-index: 5006;
    float:left;
}

#lang_select li.active, 
#lang_select li:hover {
    opacity: 1;
}

#lang_select a {    text-indent: -9998px;    overflow: hidden; 
    width: 30px;
    height: 30px;
    display: block;
    background: url('../images/flag_cz.png') no-repeat 0 0;
    background-size: contain;    
    text-indent: -9998px;    overflow: hidden;
}

#lang_select .en a {
    width: 30px;
    height: 30px;
    display: block;
    background: url('../images/flag_en.png') no-repeat 0 0;
    background-size: contain;
}

#lang_select .pt a {
    width: 30px;
    height: 30px;
    display: block;
    background: url('../images/flag_pt.png') no-repeat 0 0;
    background-size: contain;
}

#lang_select .ru a {
    width: 30px;
    height: 30px;
    display: block;
    background: url('../images/flag_ru.png') no-repeat 0 0;
    background-size: contain;
}

#lang_select .fr a {
    width: 30px;
    height: 30px;
    display: block;
    background: url('../images/flag_fr.png') no-repeat 0 0;
    background-size: contain;
}

#lang_select .es a {
    width: 30px;
    height: 30px;
    display: block;
    background: url('../images/flag_es.png') no-repeat 0 0;
    background-size: contain;
}

#lang_select .pl a {
    width: 30px;
    height: 30px;
    display: block;
    background: url('../images/flag_pl.png') no-repeat 0 0;
    background-size: contain;
}

#lang_select .de a {
    width: 30px;
    height: 30px;
    display: block;
    background: url('../images/flag_de.png') no-repeat 0 0;
    background-size: contain;
}

/*
.documents_more.id_news h2 {
position: absolute;
width: 100%;
z-index: 5002;
top: 0;
}
*/
.documents_more.id_news .krizek {
  position: absolute;
  top:1em;
  right: 1em;
  font-weight: 400;
}

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

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

.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;  -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;
  width: 100%;
  height:100%;
  top: 0%;
  left: 0%;
  overflow: hidden;

}

.ribbon h3,
.ribbon h3 {
    position: absolute;
    background: rgb(255,255,255);
    color: #777;
    bottom: 0.5em;
   
    left: 0;
    padding:10px 1em;
    z-index: 20;


  background: #e5e0cc;
  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;
}

h3.nazev-rady {
  padding: 0.5em 1em;
  display: block;
  margin: 0.5em;
  -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;
  border:2px solid #8C3D1B;
  font-size: 1.5em;
}

.rodic h3.nazev-rady { 
  border:2px solid #4C1E0B;
  color: #4C1E0B;
  position: relative;
}

.rodic h3.nazev-rady:after {
  display: block;
  overflow: hidden;
  position: absolute;
  width: 10px;
  background-color: transparent;
  height: 10px;
  text-indent: -999px;
  padding: 0;
  margin: 0;
  top: 40%;
  right: 1em;
  cursor: pointer;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #4C1E0B transparent;
  display: block;
  width: 0;
  content: '';
  z-index: 1;
}

.lvl_2 h3.nazev-rady {
  border:2px solid #A08F41;
  color: #A08F41;
}

.rodic_wrapper .lvl_2,
.rodic_wrapper .showitc {display: none;
}

.album_image img,
.child_image img {
  max-width: 100%;
  height: auto;
  max-height: 100%;

}

.odd_border {  border-bottom: 1px solid #eaeaea;
  margin: 1em 0;
  padding: 2em 0 0 0;
}

position: absolute;
left: 0;
font-size: 15px;
line-height: 40px;
float: left;
position: absolute;
right: 0;
font-size: 15px;
line-height: 40px;
float: right;
.catalogue__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 #e5e0cc;
  background: #fff;
  font-weight: 300;
 
  font-size:1.1em;
  -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 a.wa  {width: auto;
  padding: 0 1em;
}

.catalogue_header_paging ul li span, .paging ul li span {
  border: 1px solid #e7e7e7;
}
 

.small_product_about {

}

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

#articles .w50p_inside .full_link{
  border: 1px solid #00ccff;
  background: #fff;
  margin : 1em auto ;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 15px;
  display:inline-block;
  width: auto;
  height: auto;
  font-weight: 300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  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);
}

.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,    
#hinner,
.slider_wrapper,
.example_wrapper,
.faq_wrapper,
.news_wrapper,
.question.faq_wrapper.open .w80p_wrapper,
.contact_wrapper,
.section_root .wrapper{ 
  width: 80%;
  margin: 0 auto;
}

  .section_root .wrapper.wrapper68 {
    width: 68%!important;
  }

#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/sprite.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/sprite.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 {
  
  width: 100%;
  z-index: 5000;
  padding: 0em 2em 1em 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;
}

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

.label_wrapper {
  clear: both;
  padding: 0.5em 0;
  width:100%;
}

.label_wrapper.w50p {width: 47%;
  clear:none;
}

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

.label_wrapper button {
}

.pt2em {
  padding-top: 2em;
}

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

.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/sprite.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/sprite.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/sprite.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/sprite.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/sprite.png') no-repeat -100px -15px;
  width: 45px;
  height: 45px;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
}

.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  h2, #nic   h2 {display: none;
}

#slideshow-bez-nadpisu .text_slidu h2, #nic .text_slidu h2 {display: block;
}

#hinner .slider {
  height: 10em;
  margin: 2em 0 0 0;
  padding: 0 5em;
  position: relative;
}

#hinner .slider:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

#hinner .slider.uzoucky {
  height: 11em;
  margin: 0 0 3em 0;
  padding: 1em 5em;
}

.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;
}
*/
.bx-start, .bx-stop, .bx-pager {
  display: none;
}
 



.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:2em 0;
  display: block;
}

.head_slider_inside h2 {
  margin: 0;
  padding: 0;
  font-size: 2.5em;
  font-weight: 300;
  color: #0c4a75;
}

.inside_slide {
  padding: 45% 2em 0 2em;
  background-color: rgba(0, 0, 0, 0.2);
}

.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);
}
#paticka_hp {
padding: 2em 0;
    background: #E5E0CC;
    color: #333;
}
 
#paticka_vsude 
{padding:2em 0 ;
  background: #333;
  color: #ddd;
}  

#dark_footer
{ 
  background: #101010;
  color: #eee;
}

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

.footer_wrapper {    
  width: 80%;
  margin: 0 auto;
}

.text_slidu h3 {margin-top: 0;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
#paticka_vsude h1,
#paticka_vsude h2,
#paticka_vsude h3,
#paticka_vsude h4,
.slider_wrapper_100p .text_slidu h2 {margin-top: 0;
  color: #fff;
}


#text_na_HP_pod_5_body,
#header  {    
  display: block;
    width: 100%;
    position: relative;
  }

#text_na_HP_pod_5_body .inside .wrapper {
    color: #fff;
    width: 80%;
    margin: 0 auto;
    position:relative;
  
  }


#header .inside .wrapper {
    color: #fff;
    width: 88%;
    max-width: 800px;
    margin: 0 auto;
    position:relative;
  
  }


#text_na_HP_pod_5_body .inside,
#header .inside {
    width: 100%;
    height: 100%;
}

#text_na_HP_pod_5_body .inside table,
#text_na_HP_pod_5_body .inside img,
#header .inside table, 
#header .inside img {
    max-width: 100%;
    height: auto!important;
}
 

.slider_wrapper_inner {}

.slider_wrapper_inner .block {
  color: #262626;
  font-family: 'Roboto Slab', serif;
  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;
  -webkit-animation:      man 4.5s ease 1 ;
  -moz-animation:    man 4.5s ease 1;
  -ms-animation:     man 4.5s ease 1;
  -o-animation:      man 4.5s ease 1;
  animation:         man 4.5s ease 1;
}

.head_slider_wrapper .man_slide{
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
}

@-webkit-keyframes man {
  from {  height: 0;
  }

  to {height: 100%;
  }

}

@-moz-keyframes man {
  from {  height: 0;
  }

  to {height: 100%;
  }

}

@-ms-keyframes man {
  from {  height: 0;
  }

  to {height: 100%;
  }

}

@-o-keyframes man {
  from {  height: 0;
  }

  to {height: 100%;
  }

}

@keyframes man {
  from {  height: 0;
  }

  to {height: 100%;
  }

}

@-webkit-keyframes bgs {
  0%   {             -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }

  50%   {             -webkit-background-size: auto 200%;
    background-size: auto 200%;
  }

  100% {             -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }

}

@-moz-keyframes bgs {
  0%   {             -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }

  50%   {             -webkit-background-size: auto 200%;
    background-size: auto 200%;
  }

  100% {             -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }

}

@-o-keyframes bgs {
  0%   {             -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }

  50%   {             -webkit-background-size: auto 200%;
    background-size: auto 200%;
  }

  100% {             -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }

}

@keyframes bgs {
  0%   {             -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }

  50%   {             -webkit-background-size: auto 200%;
    background-size: auto 200%;
  }

  100% {             -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }

}

.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: 0;
  width: 238px;
  height: 114px;
}

.head_slider_wrapper.uzoucky .logo_wrapper { width: 30%;
  height: auto;
}

/* Client slider */
.clients .bx-viewport {
  overflow-y: hidden;
}

.clients {
  border-bottom:  1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  width: 100%;
/*height: 0;
padding-bottom: 20%;
*/
position: relative;
margin-top: 6em;
}

.clients .section_wrapper {
  width: 100%;
}

.clients .slider_wrapper>h2 {
  position: absolute;
  top: -2em;
  left: 0;
  margin: 0;
  padding: 0;
}

.slider_wrapper { 
  position: relative;
}

.clients .slider_wrapper_inner {
}

.clients .client_slider  .inside_side {
  min-height: 300px;
  height: 0;
  padding-bottom: 3%;
  width: 100%;
}

.clients .client_slider img {
  bottom: 0;
  right: 0;
  left: 0;
  height: auto;
  width: auto;
  max-width: 25%;
  max-height: 100%;
  padding: 0 0 0 5%;
  position: absolute;
}

.clients .client_slider .text_slidu {
  right: 0;
  width: 60%;
  padding:   5% ;
  position: absolute;
}

/* Client slider */
.nav_fixer {position: relative;
  height: 5em;
}

#main_nav.fixed_top,
#main_nav_fixed_top{
  position: fixed;
  top: 0 ;
  bottom: auto;
  z-index: 2998;
}

.logo_in_nav {
  height: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

#main_nav .logo_in_nav {
  height: 80%;
  width: auto;
}

.logo_in_nav img {max-width: 18em;
  max-height: 60%;
}

.alone.nav_fixer  {height: 6em;
}

#main_nav, 
#main_nav_fixed_top {     
  background: #fff;
  width: 100%;
  display: table;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3em;
  z-index: 500;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
}

#main_nav.fixed {position: fixed;
}

#main_nav_inside { 
  height: 4em;
  z-index: 5900;
}

#main-menu {float: left;
  list-style: none;
  width: 100%;
  padding: 0;
}

#main-menu li {float: left;
  margin: 0;
  padding: 0;
  max-width: 85%;
  position: relative;
}

#main-menu li.logo_in_nav a {padding: 0 0.7em  0 0 ;border-left: 0;
}
 
#main-menu li a{
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 1em;
  text-decoration: none;
  display: table-cell;
  text-transform: uppercase;
  height: 2.8em;
  padding: 0 0.7em;
  vertical-align: middle;
  border-left: 1px solid #eee;
  background: transparent;
  color: #888;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}



#main-menu li.has_submenu ul {
 
  position: absolute;
  background: #EFEAD8;
  bottom:100%;
  left: 0;
  display: none;
}

#main_nav.fixed_top  #main-menu li.has_submenu ul , 
#main_nav_fixed_top #main-menu li.has_submenu ul{
  top: 100%;
  bottom: auto;
}

#main-menu li.has_submenu:hover ul {
  /* display: block;
  */      
  display: block;
}

 

#main_nav.fixed_top  #main-menu li.has_submenu ul:after ,
#main_nav_fixed_top  #main-menu li.has_submenu ul:after{
  bottom: auto;
  top: -15px;
  border-width:0 15px 15px ;
}

#main-menu li.has_submenu ul {
    padding: 0;
    margin: 0;
    width: 200px;
    min-width: 7em;
    margin-left: -100px;
    left: 50%;
    background: #fff;
      -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);
}

#main-menu li.has_submenu ul li{
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-width: 100%;
  float: left;
  width: 100%;
  display: table;
}

#main-menu li.has_submenu ul li a:first-child {border-top: 0px solid #fff;
}

#main-menu li.has_submenu ul li a{
  width: 100%;
  padding: 0 1.5em;
 
  border-top: 1px solid rgba(255,255,255,0.3);
}

 

#main-menu li a:hover,    
#main-menu li.has_submenu ul li a:hover{
  background: #EFEAD8;
  color: #222;
}

#main-menu li.logo_in_nav a:hover  {
  background: transparent;
}

.login {
  float: right;
  width: 10%;
  position: relative;
  height: 6em;
}

#main_nav .login .user-panel,
#main_nav_fixed_top .login .user-panel{
  position: absolute;
  bottom: 5em;
  left: -95px;
  width: 150px;
  background: #0c4a75;
  padding: 2em;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

a.send_question {text-decoration: none;
}

#send_question_inline {display: none;
}

#main_nav .login .user-panel.hideme,
#main_nav_fixed_top .login .user-panel.hideme {
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  opacity: 0;
  height: 0;
  width: 150px;
  padding: 0 2px;
  overflow: hidden;
}

.lock {
  display: block;
  background: url('../images/sprite.png') no-repeat -43px -213px;
  width: 23px;
  height: 26px;
  position: absolute;
  top: 50%;
  left:0;
  margin-top: -13px;
}

.lock.unlock {
  background:  url('../images/sprite.png') no-repeat  -33px -264px;
  width: 33px;
  height: 26px;
}

#main_nav .login .user-panel:after,
#main_nav_fixed_top .login .user-panel:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #0c4a75 transparent;
  display: block;
  width: 0;
  z-index: 1;
}

.user-panel ul li {color: #fff;
  list-style-type:square;
}

.user-panel ul li a, .user-panel strong {color: #fff;
}

#main_nav.fixed_top .login .user-panel, 
#main_nav_fixed_top .login .user-panel{        
  top: 5em;
  bottom: auto;
}

#main_nav.fixed_top .login .user-panel:after,
#main_nav_fixed_top .login .user-panel:after{
  bottom: auto;
  top: -15px;
  border-width:0 15px 15px ;
}

article .anotation, h4 {
  color: #0c4a75;
  font-weight: 400;
}
 

.bx-viewport {z-index: 5800}

/* main slider */

.img_slider .lahev {
  width: 30%;
    margin-top: 25px;
float: left;
position: relative;
}

.img_slider .text {
    position: relative;
    float: left;
    width: 60%;
    margin-left: 35%;
    margin-top: 1.5em;
    color: #fff; 
     text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);

}



.img_slider .lahev img {
  top: 0;
  right: 0;
 width: 100%;
 max-width: 110%;
 position: absolute;
  height: auto;
  display: block;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.img_slider:hover .lahev img {
  top: -5%;
  right: -5%;
  width: 110%;
  display: block;
  position: absolute; 
}

.img_slider .slide_img_bg {
    -webkit-filter: blur(0px);
    filter: blur(0px);
      -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
 
}
.img_slider:hover .slide_img_bg {
    -webkit-filter: blur(3px);
    filter: blur(3px);
 
}

#main_img_slider_wrapper {padding-bottom: 25%;
  position: relative;
  width: 100%;
  height: 0;
}

#in_slider_wrapper .slide_wrapper ,
#main_img_slider .img_slider {
  width: 100%;
  height: 100%;
  position:absolute; 
}

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

#in_slider_wrapper  .bx-viewport ,
#main_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;
}
 

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

.tree_clickwrapper {cursor: pointer;
}
 
.advantage {
  list-style-type: none; 
}

.advantage .square{
    position: relative;
    display: block;
  width: 100%;
  padding:100% 0 0 0 ;
  height: auto;
  overflow: hidden;
  background: #fff;
  -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 .text{
    position: relative;
    margin-top: 1.1em;
    display: block;
}

.advantage span.image {
     width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    position: absolute;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.advantage:hover span.image {
     width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}

 
.advantage h3 {
  position: absolute;
  bottom: 0.5em;
  left: 0;
  background: #e5e0cc;
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: #777;
  font-size:1.2em;font-weight: normal;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.advantage:hover h3 {color: #999;
  background: #e5e0cc;
}

.advantage a {color: #777;
}

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

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

.visible_window h2
{  
  z-index: 5002;
  margin: 0 0 0.3em 0 ;
}

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

/*-------------------------------------------------------------------------*/
.katalog_detail_label {
  margin: 0;
  display: inline-block;
  text-align: right;
}

.lg-9-input { width: auto;
}
 
/*-------------------------------------------------------------------------*/
.anotation  {font-weight: 400;
}

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

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

.more-info.button {
  text-align: center;
}

.remove.button {
  text-align: center;margin: 0 auto;
}

.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-wrapper a, 
.form_fix button, 
.show_form, 
.hide_form , 
.send_question,
.button,
.more_info
 {
    padding: 19px 45px;
    display: inline-block;
    background: #555;
    font-family: 'Roboto Slab', serif;
    letter-spacing: 2px;
    line-height: 1em!important;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.form_fix button {
  border-width: 0;
  
}


.button-wrapper a:hover, 
.form_fix button:hover, 
.show_form:hover, 
.hide_form :hover, 
.send_question:hover,
.button:hover,
.more_info:hover
 {
    background: #333;
    color: #fff;
    text-decoration: none;
}

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

 

.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/sprite.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: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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: #009933;
}

span.type-file:after {
  background: url('../images/sprite.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: #009933;
  display: inline-block;
  padding: 0 29px 0 0;
  position: relative;
  margin: 1em auto;
  white-space: nowrap;
}

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

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

body.hiddeno {overflow:hidden;
}

.documents_more {overflow:auto;
  max-height: 100%;
  position: fixed;
  width: auto;
  height: auto;
  top:2em;
  right:2em;
  bottom:2em;
  left: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: 6501;
}

.krizek { 
  background: url('../images/sprite.png') no-repeat -45px -355px;
  width: 20px;
  height: 21px;
  overflow: hidden;
  position: absolute;
  top: 1em;
  right: 1em;
  text-indent: -9999px;
  z-index: 6503;
}

.documents_more h2
{ position: fixed;
  width: auto;
  top:1em;
  right:1em;
  left:1em;
  z-index: 6502;
}

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

.documents_more.zobraz { display: block;
  height: auto;
  z-index:6501;
}

.documents_more .krizek { position: fixed;
  top: 3.5em;
  right: 3em;
  ont-weight: 400;
}

.sirius_black {z-index: 2999;
  display: none;
  background: rgba(0,0,0,0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.bubble_2 {
    position: fixed;
    z-index: 3000;display: none;
    background: #fff;
    width: 500px;
    max-width: 90%;
    top: 15%;
    left: 50%;
    margin-left: -250px;
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #E04915;
}

/**
* 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 {
  z-index: 5;
  left: -5px;
  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) */



.slider.uzoucky .bx-controls-direction,
.slider_wrapper .bx-controls-direction {
  width: 98%;
  z-index: 5800;
  left: 1%;

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


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

.bx-wrapper .bx-next {
  right: 10%;
  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: 4444;
}

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

.bx-wrapper .bx-pager {  position: absolute;
  bottom: 2em;
  left: 3em;
}

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

.prod_images {
  background-position: center center;
  background-repeat: no-repeat;
  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;
}

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

@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 { border: 1px solid rgb(207, 207, 207);
  padding: 15px;
  margin: 15px 0;
}

fieldset legend { padding: 0 13px;
  font-weight: bold;
}

 

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

.submit { text-align: center;
}

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

.fzs {font-size: 85%;
}

 
 


.product_jidlo.odd, 
.product_wrapper.odd
 {background:#EFEAD8;}

.product_image_jidelak img { float: left;margin: 0 0 0 -15px; }
.product_jidlo {position: relative;margin-top: 1em;}
.product_wrapper{
  min-height: 500px;
  position: relative;
  margin-top: 2em;
  overflow: hidden;
}
.product_wrapper.even ul{
    direction: rtl;
}

.lsn {list-style:none ;}

.product_wrapper.detail{
  height: 300px;
  margin: 0;

}

.alternativy_wrapper {
  overflow: hidden;
  width: 100%;
-webkit-box-shadow: 0px -3px 10px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px -3px 10px 0px rgba(0,0,0,0.1);
box-shadow: 0px -3px 10px 0px rgba(0,0,0,0.1);
}
.alternativy_wrapper ul {max-width: 88%;}
.alternativy_wrapper ul li .button {
  padding: 12px 16px;margin: 3px 1px 3px 0 ;
background: #fff;color: #333;
border-left:1px solid #eee;}

.alternativy_wrapper ul li .button:hover {
  color: #333;
  background: #e5e0cc;}

.alternativy_wrapper ul li .button.actual {
 color: #999;
 background: #e5e0cc;
 border-left-width:0 ;
}

.prodinfo {max-width: 800px;padding-top: 2em;padding-bottom: 2em;}

.product_wrapper .small_product_about .h1_table{ 
  height: 300px;
  border-collapse: collapse;
  position: absolute;
  right: 20px;
  top: 0;
}

.product_wrapper .small_product_about .h1_table tr {border-collapse: collapse; width: 100%;}
.product_wrapper .small_product_about .h1_table td {
  height: 300px;
  text-align: right; 
  vertical-align: middle;
  border-collapse: collapse;
  width: 100%;
}

h1.big_h1 {font-size: 3em;} 

.product_wrapper.detail .product_image {height: 300px;overflow: hidden;}
.product_wrapper.detail .product_image img{
 width:auto ;
 height: 500px; 
 position: absolute; 
 top: -150px;
 left: 15px; 
 -webkit-filter: blur(2px); /* Chrome, Safari, Opera */
 filter: blur(2px);
}
.product_wrapper .dinline_pocket {max-width: 500px;display:block;float: left;}

/* Náhled produktu jídelního lístku - restaurace */

.product_wrapper .dinline_pocket.restaurace table ul,
.product_text.restaurace  table ul {margin: 0;padding: 0;text-align: left;}

.product_wrapper .dinline_pocket.restaurace table li,
.product_text.restaurace  table li
 {padding: 0.2em 1.3em 0.2em 0 ; margin: 0;list-style: none;}

.product_wrapper .dinline_pocket.restaurace table li p
 {padding: 0;margin: 0;}
 .product_text.restaurace table li p,
 .product_text.restaurace table li h4,
 .product_text.restaurace table li h3,
 .product_text.restaurace table li h2,
 .product_text.restaurace table li h1
 {padding: 0;margin:0.2em 0;}

.product_text.restaurace hr,
.product_wrapper .dinline_pocket.restaurace hr {
  display: block;width: 100%;height: 1px;background: transparent; border-width: 0 ;border-top: 1px solid #ddd;
}

.small_product_about h2 {margin:1em 0 0.2em 0;} 

.product_wrapper.even .dinline_pocket {float: right;}
.product_wrapper.even .product_image{
  float: right;height: 500px;position: relative;
}
.product_wrapper.even .product_image img{
 width:auto ;height: 500px; position: absolute; top: 0;left: 0;
}
 

.product_image_detail {
  text-align: right;
}
.product_image_detail img{
  max-width: 80%;
}

.product_wrapper.even .small_product_about{
  float: left;text-align: right;
}
.product_wrapper.odd .product_image{
  float: left;height: 500px;position: relative;
}
.product_wrapper.odd .small_product_about{
  float: right;text-align: left;
}
.product_wrapper.odd .product_image img{
 width:auto ;height: 500px; position: absolute; top: 0;right: 0;
}
 

.ulcent  {    
    position: relative;
    display: block;
    left: 50%;
    float: left;
    margin: 0;
    padding: 0;

  }
.licent {    
  float: left;
  right: 50%;
  position: relative;

} 
 
table {max-width: 100%!important;
  display: block;
}

.banner_slider_wrapper {position: relative;
}

.banner_slider_wrapper
.bx-controls{
  position: absolute;
  width: 110%;
  top: 0;
  left: -5%;
  height: 100%;
}

.banner_slider_wrapper .bx-wrapper .bx-controls-direction a {border-color: #ddd;
}

.banner_slider_wrapper .logo_wrapper {    
  position: absolute;
  z-index: 6001;
  top: 1em;
  left: 1em;
}

.banner_slider_wrapper .logo_wrapper {    
  position: absolute;
  z-index: 6001;
  top: 1em;
  width: 20%;
  left: 1em;
}

.banner_slider_wrapper .logo_wrapper img {width: 100%;
}

@media  all and (max-width: 1500px)  {
  .advantage .title{
    font-size: 0.95em;
  }

}

@media  all and (max-width: 1300px)  {
  #main-menu {font-size: 0.9em;
  }

  .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, #hinner, 
  .slider_wrapper, 
  .example_wrapper, 
  .faq_wrapper, 
  .news_wrapper, 
  .question.faq_wrapper.open .w80p_wrapper, 
  .contact_wrapper,
  .section_root .wrapper {
    width: 90%;
    margin: 0 auto;
  }



  h2 {font-size: 2.2em;
  }

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

  #main-menu {font-size: 0.85em;
  }

  .login {height: 5.5em;
  }

  #main-menu li a {padding: 0 1em;
  }

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

.cleaner_3 {clear: both;margin: 3em 0;}
 
 

}

@media  all and (max-width: 1100px)  {
  .banner_slider_wrapper .logo_wrapper {    
    position: absolute;
    z-index: 6001;
    top: 1em;
    width: 25%;
    left: 1em;
  }



  #main_img_slider_wrapper {
    padding-bottom: 32%;
    position: relative;
    width: 100%;
    height: 0;
}

  .banner_slider_wrapper .logo_wrapper img {width: 100%;
  }

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

  body {font-size: 0.9em;
  }

  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, #hinner, 
  .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;
  }

  .head_slider_wrapper .logo_wrapper, .head_slider_wrapper.uzoucky .logo_wrapper {
    top: 3em;
    width: 30%;
    height: auto;
  }

  #main-menu {font-size: 0.8em;
  }

  .head_slider_wrapper {
    padding-top: 34%;
  }

  .head_slider_wrapper.uzoucky {
    padding-top: 25%;
  }

  .form_fix  .label_wrapper.w50p  {float:none;
    width: 100%;
  }

}

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

 
.cleaner_3 {clear: none;}
.cleaner_2 {clear: both;margin: 3em 0;}

}
@media  all and (max-width: 770px)  {
  .head_slider_wrapper {
    padding-top: 45%;
  }

  .w50p.resp100 { clear: both;
    width: 100%;
  }

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

  #hinner .slider {padding: 0 2.2em;
  }

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

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

}

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



  #main-menu li.has_submenu ul {
 
  position: relative;
  background: #EFEAD8;
  bottom:auto;
  left: auto;
  width: 100%;

  display: block;
}
 #main-menu li.has_submenu ul li a {
 
    padding: 10px 0;
    
}

#main-menu li.has_submenu ul {
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: 7em;
    margin-left: -50%;
    left: 50%;
    
}


  .banner_slider_wrapper .logo_wrapper {    
    position: relative;
    z-index: 6000;
    top: 1em;
    width: 200px;
    margin: 0 auto ;
    padding:0.5em 0 1.5em 0;
    left: 1em;
  }

  .banner_slider_wrapper .logo_wrapper img {width: 100%;
  }

  table img {display: block!important;
    float: none!important;
    width: 95%!important;
    margin: 1em 2.5%!important;
  }

 

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

 

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

  .head_slider_wrapper {
    margin: 0 auto 0 auto ;
  }

  #main-menu li { max-width: 100%;
  }

  .head_slider_wrapper #logo {
    display: block;
    width: 100%;
  }

  .head_slider_wrapper .logo_wrapper, .head_slider_wrapper.uzoucky .logo_wrapper 
  {
    top: 3em;
    width: 60%;
    height: auto;
  }

  .head .slider {display: none;
  }

  #main_nav, 
  #main_nav.fixed, 
  #main_nav.fixed_top,
  #main_nav_fixed_top {
    position:static;
    background: transparent;
    height: 0;
    width: 0;
    margin-top: -2em;
    -webkit-box-shadow: 0 0 0 0  rgba(0, 0, 0, 0.0);
    box-shadow: 0 0 0 0  rgba(0, 0, 0, 0.0);
  }

  .nav_fixer { 
    position:absolute;
    width: 100%;
    top: 0;
    left: 0;
  }

  #main-menu {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 6000;
  }

  #main-menu.opened {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #main-menu li,
  #main-menu li.logo_in_nav  {
    width: 100%;
    margin: 0;
    padding: 0;border-bottom: 1px solid #eee;
  }

  #main_nav.fixed_top .logo_in_nav,
  #main_nav_fixed_top .logo_in_nav {     
    height: auto;
    width: 100%;
    margin: 0;
    padding:20px 0 10px 0 ;
    background: #fff;
  }

  .logo_in_nav img  {width: 60%;
  }

  #main-menu li a{
    background: #fff;
    
    width: 100%;
    display: block;
    float: none;
    text-align: center;
    padding: 2em 0 ;
    position: relative;
    vertical-align: middle;
     
    height: auto;
 
  }

  #main_img_slider_wrapper {
    padding-bottom: 50%;
    position: relative;
    width: 100%;
    height: 0;
}

  .overmap {
    width: 94%;
    padding: 3%;
    position: relative;
  }
 
  .grey h3 {margin-top: 2em;
  }

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

  h3{font-size: 1.4em;
  }

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

  #main_nav_inside .menu_button {
      display: block;
      background: #333333 url('../images/sprite.png') no-repeat -34px -299px;
      width: 40px;
      height: 40px;
      position: fixed;
      content: '';
      z-index: 7000;
      top: 0;
      left: 0;
  
  }

  .lock {display: none;
  }

  .lock_mobile {
    display: block;
    background: #0c4a75 url('../images/sprite.png') no-repeat -38px -210px;
    width: 33px;
    height: 33px;
    position: fixed;
    z-index: 7000;
    top: 0;
    border: 6px #0c4a75 solid;
    right: 0;
    left: auto;
    margin: 6px 6px 0 0 ;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }

  .lock_mobile.unlock {
    background:#0c4a75 url('../images/sprite.png') no-repeat  -33px -264px;
    width: 33px;
    height: 26px;
  }

  .lock_mobile.cross, 
  #main_nav_inside .menu_button.cross {
    background-position:-34px -346px;
    -webkit-box-shadow: 0 0 1px 1px  #fff;
 
  }

   



}
 

 


@media only screen and (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;
}


}


.flex-2-w
{
  display: flex; /* or inline-flex */
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:space-between;
  align-content:space-between;
  align-items: stretch;
}

.flex-2 {
    flex: 1 48%;
    max-width: 48%;
    background: rgba(255,255,255,0.7);
    color: #000;
    margin: 20px 0;
    padding: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .flex-2 {
    flex: 1 98%;
    max-width: 98%;
  }
}