
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700|Source+Sans+Pro:400,400i,700&subset=latin-ext');


.zelena {color: #032051;}
.modra {color: #15427a;}
.oranzova {color: #df5c00;}

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

.zopim {
  display: none;
}

.fll {
  float: left;
}

.flr {
  float: right;
}


.grecaptcha-badge {visibility: hidden!important;}

/* ------------------------------- padding --------------------------*/

.lpp {padding-left: 5%;}

.p10 {padding: 10px;}
.p20 {padding: 20px;}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 1em;
}

.p-2 {
  padding: 2em;
}

.p1em {padding: 1em;}
.p2em {padding: 2em;}
.p3em {padding: 2em;}
.pt1em {padding-top: 1em;}
.pt2em {padding-top: 2em;}
.pt3em {padding-top: 2em;}
.pb1em {padding-bottom: 1em;}
.pb2em {padding-bottom: 2em;}
.pb3em {padding-bottom: 2em;}
.pl1em {padding-left: 1em;}
.pl2em {padding-left: 2em;}
.pl3em {padding-left: 2em;}
.pr1em {padding-right: 1em;}
.pr2em {padding-right: 2em;}
.pr3em {padding-right: 2em;}

.pv1em {padding-top:1em ;padding-bottom: 1em;}
.pv2em {padding-top:2em ;padding-bottom: 2em;}
.pv3em {padding-top:3em ;padding-bottom: 3em;}

.ph1em {padding-left:1em ;padding-right: 1em;}
.ph2em {padding-left:2em ;padding-right: 2em;}
.ph3em {padding-left:3em ;padding-right: 3em;}

.p10p {padding: 10%;}
.p20p {padding: 20%;}

.pv-0 {padding-top: 0;padding-bottom: 0;}
.ph-0 {padding-left: 0;padding-right: 0;}

/* ------------------------------- margin --------------------------*/
.m1em {margin: 1em;}
.m2em {margin: 2em;}
.m3em {margin: 2em;}
.mt1em {margin-top: 1em;}
.mt2em {margin-top: 2em;}
.mt3em {margin-top: 2em;}
.mb1em {margin-bottom: 1em;}
.mb2em {margin-bottom: 2em;}
.mb3em {margin-bottom: 2em;}
.ml1em {margin-left: 1em;}
.ml2em {margin-left: 2em;}
.ml3em {margin-left: 2em;}
.mr1em {margin-right: 1em;}
.mr2em {margin-right: 2em;}
.mr3em {margin-right: 2em;}

.mv-0 {margin-top: 0;margin-bottom: 0;}
.mh-0 {margin-left: 0;margin-right: 0;}

.mv1em {margin-top:1em ;margin-bottom: 1em;}
.mv2em {margin-top:2em ;margin-bottom: 2em;}
.mv3em {margin-top:3em ;margin-bottom: 3em;}

.mh1em {margin-left:1em ;margin-right: 1em;}
.mh2em {margin-left:2em ;margin-right: 2em;}
.mh3em {margin-left:3em ;margin-right: 3em;}

.m0 {margin: 0;}
/* ------------------------------- border  --------------------------*/

.bt1so {border-top: 1px solid #ddd;}
.bt1da {border-top: 1px dashed #ddd;}
.bt1do {border-top: 1px dotted #ddd;}
.bb1so {border-bottom: 1px solid #ddd;}
.bb1da {border-bottom: 1px dashed #ddd;}
.bb1do {border-bottom: 1px dotted #ddd;}
.bl1so {border-left: 1px solid #ddd;}
.bl1da {border-left: 1px dashed #ddd;}
.bl1do {border-left: 1px dotted #ddd;}
.br1so {border-right: 1px solid #ddd;}
.br1da {border-right: 1px dashed #ddd;}
.br1do {border-right: 1px dotted #ddd;}

/* ------------------------------- position and display  --------------------------*/

.relative {position: relative;}
.absolute {position: absolute;}

.dnone {display: none;}
.dblock {display: block;}

.wsnw {white-space: nowrap;}

html, body {
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
  color: #6d6d6d;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

input.btn ,
a.btn ,
.btn a{
  background-color: #032051;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 1.1em;
  padding: 0.7em  ;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

input.btn:hover ,
a.btn:hover ,
.btn a:hover {
  background-color: #00B43C;
  color: #fff;
}




h1, h2, h3, h4, h5 {  font-family: 'Josefin Sans', sans-serif;}


h3 {color: #df5c00;}
a {
  color:#df5c00;
}

.content_wrapper {
  width: 90%;
  max-width: 1200px;
  clear: both;
  position: relative;
  margin: 0 auto;
}

.cleaner {
  display: block;
  position: relative;
  clear: both;
}




#body-wrapper {
  z-index: 50; background: #fff;position: relative;/* overflow-x: hidden;*/ max-width: 100%
}

/* ++ Main menu */

.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index:999;
}

#menu {
  background: #15427a;
  z-index: 55;
}


#menu:after {
  background:transparent url('../images/shadow.png') 0 0 no-repeat;
  width: 100%;
  height: 20px;
  z-index: 55;
  position: absolute;
  bottom: -20px;
  left: 0;
  content: '';
  display: block;
  -webkit-background-size: 100% 20px;
  background-size: 100% 20px;
}

.more_button_5.shadow {
  background:transparent url('../images/shadow.png') 0 0 no-repeat;
  width: 80%;
  height: 20px;
  z-index: 55;
  position: absolute;
  bottom: -20px;
  left: 10%;
  content: '';
  display: block;
  -webkit-background-size: 100% 20px;
  background-size: 100% 20px;
}

#logo {
  float: left;position: relative;margin: 0;padding: 10px 15px 10px 10px;
  background: #fff;
  border-right: #ddd solid 2px;
}

#logo:after
{
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent #FFFFFF;
  display: block;
  width: 0;
  z-index: 1;
  margin-top: -10px;
  right: -10px;
  top: 50%;
}

#logo:before
{
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 11px 0 11px 11px;
  border-color: transparent #ddd;
  display: block;
  width: 0;
  z-index: 0;
  margin-top: -11px;
  right: -13px;
  top: 50%;
}
#logo img {
  max-height: 45px;
}

#logo span {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

#logo a, 
#logo a:hover, 
#logo a:active,  {
  text-decoration: none;
}

#main-menu {
  float:  left;
  padding: 0 10px 0 15px ;
  margin: 0;
}



#main-menu li{
  padding: 0.6em 0.3em 0 0.3em;
  margin: 0;
  list-style: none;
  float: left;
  position: relative;
}

#main-menu li a{
  padding: 1em 0.8em;
  margin: 0;
  display: block;
  float: left;
  color: #fff;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 600;
  background: #15427a;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.0);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.0);
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.0);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#main-menu li a:hover{
  background: #fff;
  text-decoration: none;
  color: #15427a;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
}



.kotva {
  position: absolute;top: -140px; left: 0;
}


#main-menu li.has_submenu ul {
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -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);
  position: absolute;
  display: none;
  top:95%;
  left: 0;
  display: none;
}



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


#main-menu li.has_submenu ul:after {
  content: "";
  position: absolute;
  bottom: auto;
  top: -15px;
  border-width:0 15px 15px ;
  left: 50%;margin-left: -15px;
  border-style: solid;

  border-color: #6db9d9 transparent;
  display: block;
  width: 0;
  z-index: 1;
}

#main-menu li.has_submenu {position: relative;}

#main-menu li.has_submenu ul {
  padding: 0;
  margin: 0;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  z-index: 60;
}
#main-menu li.has_submenu ul li{
  list-style-type: none;
  padding: 0;
  margin: 0;

  float: left;
  width: 200px;
  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{
  background: #6db9d9;
  width: 200px ;padding: 1em;
  display: table-cell;
  border-top: 1px solid rgba(255,255,255,0.3);
}

#main-menu li.logo_in_nav a {padding: 0;}

#main-menu li a:hover,    #main-menu li.has_submenu ul li a:hover{
  -webkit-box-shadow: inset 0px -2em 0px 0px rgba(255,255,255,0.19),0px 0 5px 0px rgba(0,0,0,0.19);
  -moz-box-shadow: inset 0px -2em 0px 0px rgba(255,255,255,0.19),0px 0 5px 0px rgba(0,0,0,0.19);
  box-shadow: inset 0px -2em 0px 0px rgba(255,255,255,0.19),0px 0 5px 0px rgba(0,0,0,0.19);
  background: #fff;
  color: #032051;
}


#main-menu li.logo_in_nav a:hover  {background: transparent;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;}


  .show_it {display: none;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
  }


  /* // Main menu */


  /* ++ header */

  #fantome-header {
    position: relative;
    width: 100%;
    height: 0;
    padding: 46.5% 0 0 0;
    z-index: 0;

  }

  #header   {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;

  }


  .text_v_hlavicce {
    display: block;

    top: 160px;
    z-index: 150;

  }


  .text_v_hlavicce .box{
    position: relative;
    right: 0;
    background: rgba(255, 255, 255, 0.6);
    width: 40%;
    float: right;
    padding: 1em 2em;
    color: #15427a;
  }

  .text_v_hlavicce .box:after{

    background:transparent url('../images/shadow.png') 0 0 no-repeat;
    width: 100%;
    height: 20px;
    z-index: 55;
    position: absolute;
    bottom: -20px;
    left: 0;
    content: '';
    display: block;
    -webkit-background-size: 100% 20px;
    background-size: 100% 20px;

  }


  .text_v_hlavicce .box p,
  .text_v_hlavicce .box div{
    font-size: 1.3em;
  }

  .item {
    position: relative;
  }
  #header .owl-dots {display: none;}

  .owl-controls {
    z-index: 51;
  }
  .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    height: 70px;
    width: 40px;
    background: #fff;
    right: -50px;
  }
  .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    height: 70px;
    width: 40px;
    background: #fff;
    left: -50px;
  }
  .owl-carousel .owl-item img {width: auto;}

  .login strong {
    width: 100% ;display: block;
  }
  .login {
    position: fixed;
    top: 121px;
    left: 0;    z-index: 5000;    background: #fff;
    padding: 1em;    min-width: 170px;
    -webkit-border-top-right-radius: 2px;
    width: auto;height: auto;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;    border: 1px solid #032051;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;


  }

  .login input {border:1px solid #ddd;
    -webkit-border-radius: 2px; width: auto;height: auto;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 3px;}








    .inside_side {
      margin: 1em;
      padding: 1em;
      color: #fff;
      background: #15427A;
    }


    /* // header */


    /* ++ clanky */

    .clanek .image img{
      max-width: 100%;display: block;
    }
    .clanek .image  {
      display: block;margin: -20px 0 ;z-index: 500;
    }

    .clanek.light_blue {
      position: relative;
    }

    .contact_with_map:after,
    #o_nas_uvnitr:after,
    .clanek.light_blue:after{

      background:transparent url('../images/shadow.png') 0 0 no-repeat;
      width: 100%;
      height: 20px;
      z-index: 55;
      position: absolute;
      bottom: -20px;
      left: 0;
      content: '';
      display: block;
      -webkit-background-size: 100% 20px;
      background-size: 100% 20px;
    }
    .contact_all,
    .teamova-slideshow,
    #o_nas_uvnitr {
      padding: 2em 0;
    }

    .contact_all:before,
    .contact_with_map:before,
    #o_nas_uvnitr:before,
    .clanek.light_blue:before{

      background:transparent url('../images/shadow.png') 0 0 no-repeat;
      width: 100%;
      height: 20px;
      z-index: 55;
      position: absolute;
      top: 0px;
      left: 0;
      content: '';
      display: block;
      -webkit-background-size: 100% 20px;
      background-size: 100% 20px;

    }
    .clanek .image:after{

      background:transparent url('../images/shadow.png') 0 0 no-repeat;
      width: 100%;
      height: 20px;
      z-index: 55;
      position: absolute;
      bottom: -20px;
      left: 0;
      content: '';
      display: block;
      -webkit-background-size: 100% 20px;
      background-size: 100% 20px;
    }



    .my-container {
      padding: 1em 0 ;
    }

    h2 {
      color : #032051;
      font-size: 1.8em;
      font-weight: bold;
    }

    #welcome h3 {font-size: 1.9em;}

    .light_grey  {
      background: #eee;
    }

    .clanek {
      margin: 1em 0;
    }

    #article .light_blue h2 {color:  #15427a }
    #article .light_grey h2 { ; }
    #article .light_blue,
    #article .light_grey {
      padding: 2em;margin-bottom: 2em;
    }
    .light_blue {
      background: #BEDDEA;
      color: #222;
    }

    #welcome .documents_more h2, #welcome .table_div h2,
    #body-wrapper  #vyhody_uvnitr.content_wrapper h2
    {
      color: #fff;
    }


    #body-wrapper  .clanek.light_blue .content_wrapper h2 {
      color: #15427a;
    }
    /* // clanky */




    /* ++ 5 bodů na HP */

    #vypichnute-vyhody  {
     padding: 0;

   }

   .posunuti {


    position: relative;
  }

  #vypichnute-vyhody h3 {
    height: 4.5em;
    text-align: center;
    margin: 0;
    padding: 10px;
    text-decoration: none;
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 0.75em;
    text-transform: uppercase;
    line-height: 1.5em;
    overflow: hidden;


  }

  #vypichnute-vyhody li {
   padding: 0;
   margin:  -150px 0 0 0;
   list-style: none;
   position: relative;
   display: block;

 }

 #vypichnute-vyhody li .text {
   padding: 1em 0.8em;
   font-weight: 300;
   font-size: 0.9em;
   color: #222;
   max-width: 100%;
   display: block;
 }

 #vypichnute-vyhody a{
   width: 74%;
   display: block;

   text-decoration: none;
   color: #15427a;
   background: #fff;
   margin: 0 0 0 13%;
 }

 #vypichnute-vyhody a .icon {
  width: 120%;
  padding: 120% 0 0 0;
  display: block;
  margin: 0 0 0 -10% ;
  height: 0;
  position: relative;
}

#vypichnute-vyhody a .image {
  width: 100%;
  height: 100%;
  position:absolute;
  top: 0;
  left: 0;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
#vypichnute-vyhody a .image.start {
 -webkit-filter: grayscale(60%); /* Chrome, Safari, Opera */
 filter: grayscale(60%);
 -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
 -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
 box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
}



#vypichnute-vyhody a .image.akce {
  width: 0;
  height: 0;
  position:absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
  z-index: 1;

}


#vypichnute-vyhody a:hover .image.akce {
  width: 100%;
  height: 100%;
  position:absolute;
  top: 0;
  left: 0;
}

.visible_window .content_wrapper  {  background: #fff;
  padding:2em 1em;
  -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);
}


.visible_window .content_wrapper .icon  {
  padding: 100% 0 0 0 ;
  width: 100%;
  height: 0;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;

}

.visible_window .content_wrapper  .mt5em{   padding: 1em 0 0 0!important;  margin: 0;
}

.visible_window {
  overflow:auto;
  position:fixed;
  width: auto;
  height: auto;
  top: 150px;
  right: 100px;
  left: 100px;
  bottom: 100px;

  display: none;


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


/* // 5 bodů na HP */

/* ++ vyhody rozhrani */

#vyhody {
  background: #15427a url('../images/yes.png') 0 0 ;padding:3em 2em;color: #fff;
}


#vyhody_uvnitr {

}

#vyhody_wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding: 54% 0 0 0;
}

#vyhody_wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}

#vyhody_wrapper img.notebook{
  width: 80%;
  left: 50%;
  margin: 0 0 0 -40%;
  top: 10%;
}
#vyhody_wrapper img.tablet{
  top: auto;
  bottom: 0;
  width: 40%;

}
#vyhody_wrapper img.telefon{
  top: auto;
  left: auto;
  width: 17%;
  right: 10%;
  bottom: -20px;
}

/* // vyhody rozhrani */


/* ++ Kontakt a loga */
#footer_2,
#contact,
#alternative_footer {
  z-index: 500;
  position: relative;
  background: #fff;
  padding: 1em 0;
}

#contact  {
  z-index: 500;
  position: relative;
  background: #fff;
  padding:  0;
}

#contact .map p  {font-size: 0;margin: 0;padding: 0;}

#loga_v_paticce {
  background: #f4f4f4;padding: 2em 0 ;
}
#loga_v_paticce .logo {  width: 135px;height: 135px;padding:0;position: relative; float: left; margin: 5px;}


#loga_v_paticce .logo span,
#loga_v_paticce .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_v_paticce .logo span:hover,
#loga_v_paticce .logo a:hover{
  width: 90%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 5%;
  -webkit-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

.contact_all h3 {
  font-size: 1.6em;
  font-weight: bold;
  color: #15427a;
}

.firma {
 padding-left: 100px;
}

.jednatel:after {
  background: url('../images/sprite.png') no-repeat -108px -347px;
  width: 96px;
  height: 96px;
  position: absolute;
  top: 30px;
  left: 0;
  content: '';
  display: block;
}

.jednatel {
 padding-left: 100px;
}

.firma:after {
  background: url('../images/sprite.png') no-repeat -240px -347px;
  width: 89px;
  height: 89px;
  position: absolute;
  top: 30px;
  left: 0;
  content: '';
  display: block;
}

#footer {
  padding: 1em;
  text-align: center;
  background: #082141;
  color: #fff;
}

/* // Kontakt a loga */

/* ++ article - detail článku */
.ptmenu {
  padding-top: 130px;
}

.kotva {position: absolute;
  top: -100px;
  left: 0;}

  #article h1 {
    color : #032051;font-size: 2.3em;font-weight: bold;}


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

    h3.question-title {
     position: relative;
     padding:  15px 0 15px 40px;margin: 0;

     cursor: pointer;
   }

   h3.question-title:hover { 
    color: #9e9e9e;
    position: relative;
    padding:  15px 0 15px 40px;margin: 0;
  }

  h3.question-title:before {
    background: url('../images/sprite.png') no-repeat -4px -30px;
    width: 12px;
    height: 20px;
    top: 15px;
    left: 14px;
    display: block;
    content: '';
    position: absolute;
  }


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

  .question.faq_wrapper.open {width: 100%;

    padding: 0 0 2em 0;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    border-collapse: collapse;}

    .item .img {
      position: relative;
      display: block;
      width: 100%;
      height: 0;
      padding: 50% 0 0 0;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
    }



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


    /* // article - detail článku  */

    /* ++ rozhraní aplikace */





    .mt5em {margin : 2em 1em 2em 1em;}


    #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_div {

        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_div.flr {
        float: right;
      }


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

      .documents_more h2,
      .table_div h2{
        font-size: 1.8em;
        color: #fff;
        background: #15427A;
        margin: 0;
        padding: 0.6em 0.9em;
      }

      #news {
        border-bottom: 1px solid #eaeaea;
        border-top: 1px solid #eaeaea;
        padding-top: 150px;
      }

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

      .documents_more ul,
      .table_div ul {
        padding: 0;
        margin: 0;
        display: block;
      }

      .table_div ul li:first-child {}

      .documents_more ul li,
      .table_div ul li {
        padding: 0 1.3em;
        list-style: none;
        margin: 0;
      }

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

      .more {
        color: #032051;
        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;
      }


      div.table_div {
        padding: 0;
      }

      span.tab,
      .documents_more ul li a,
      .table_div ul li a   {
        padding: 0.9em 0.5em;
        display: block;
        border-bottom: 1px solid #f3f3f3;
        position: relative;
      }
      .documents_more ul li a:hover,
      .table_div 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: #032051;
      }

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

      #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.id_news.zobraz,
      .documents_more.zobraz {
        display: block;
        height: auto;
        z-index:6501;
      }

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

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

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

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

      .documents_more.id_news .krizek {
        position: absolute;
        top:1em;
        right: 1em;
        font-weight: 400;
      }

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

      .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;
      }
      .read {
        filter: alpha(opacity=50);
        -khtml-opacity: 0.5;
        opacity: 0.5;
      }

      .form_fix button,
      .hide_form {
        font-size: 1em;
      }
      .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;}



      .images_art .w30p {margin-top: 2em;}
      .images_art .w30p {width: 33%;}
      /* .w30p {border-left:1px solid #efefef; } */
      .images_art .w30p_inside {padding: 0 1em;}


      .images_art .example_wrapper
      {
        width: 80%;
        margin: 0 auto;
      }


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

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

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

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



        .slider_wrapper,
        .example_wrapper,
        .faq_wrapper,
        .news_wrapper,
        .question.faq_wrapper.open .w80p_wrapper,
        .contact_wrapper,
        .section_root .wrapper {
          width: 90%;
          margin: 0 auto;}

          .form_fix button,
          .hide_form {
            font-size: 1em;
          }
        }



        /* // rozhraní aplikace */


        .banner_slider_wrapper .bx-wrapper {margin-top: 1.5em;}

        .banner_slider_wrapper a.logo,
        .head_slider_wrapper a.logo{


          display: block;

          width: 238px;
          height: 114px;
          background:  url('../images/logo_1.png') no-repeat 0 50%;
          -webkit-animation: play 1.5s steps(17) 5s 1;
          -moz-animation:    play 1.5s steps(17) 5s 1;
          -ms-animation:     play 1.5s steps(17) 5s 1;
          -o-animation:      play 1.5s steps(17) 5s 1;
          animation:         play 1.5s steps(17) 5s 1;
        }

        .paging ul {margin: 0; padding: 0;text-align: center;}
        .paging ul li{ margin: 0; padding: 0;list-style: none;display: inline-block;}

        .paging ul li a, .paging ul li span { 
          padding:18px; 
          background: #eee ;
          color: #000; 
          display: inline-block;
          margin: 0 0 1px 1px;
          font-size: 1.2em; 
        }


        .banner_slider_wrapper .logo_wrapper,
        .head_slider_wrapper .logo_wrapper {
          background: rgba(255,255,255,0.6)!important;
          padding: 0 1em;
        }

        .banner_slider_wrapper a.logo:hover,
        .head_slider_wrapper a.logo:hover{
          background:   url('../images/logo_1.png') no-repeat 0 50%;
          -webkit-animation: playa 1.5s steps(17) 1;
          -moz-animation:    playa 1.5s steps(17) 1;
          -ms-animation:     playa 1.5s steps(17) 1;
          -o-animation:      playa 1.5s steps(17) 1;
          animation:         playa 1.5s steps(17) 1;
        }

        @-webkit-keyframes play {
         from { background-position:    0px; }
         to { background-position: -4046px;
         }
       }

       @-moz-keyframes play {
         from { background-position:    0px; }
         to { background-position: -4046px; }
       }

       @-ms-keyframes play {
         from { background-position:    0px; }
         to { background-position: -4046px; }
       }

       @-o-keyframes play {
         from { background-position:    0px; }
         to { background-position: -4046px; }
       }

       @keyframes play {
         from { background-position:    0px; }
         to { background-position: -4046px; }
       }

       @-webkit-keyframes playa {
         from { background-position:    0px; }
         to { background-position: -4046px; }
       }

       @-moz-keyframes playa {
         from { background-position:    0px; }
         to { background-position: -4046px; }
       }

       @-ms-keyframes playa {
         from { background-position:    0px; }
         to { background-position: -4046px; }
       }

       @-o-keyframes playa {
         from { background-position:    0px; }
         to { background-position: -4046px; }
       }

       @keyframes playa {
         from { background-position:    0px; }
         to { background-position: -4046px; }
       }



       #news ul li span.title {
        display: block;
        float: left;
        width: 131px;
        padding: 1em 1em 0 0em;
        margin: 0 0 -0.8em 0;
      }

      .col-xs-15,
      .col-sm-15,
      .col-md-15,
      .col-lg-15 {
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
      }

      .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;
        }
      }
      @media (max-width: 1500px) {
        .item .img,
        #fantome-header {
          padding: 45% 0 0 0;
        }


        .text_v_hlavicce .box p, .text_v_hlavicce .box div {
          font-size: 1.1em;
        }

      }

      @media (max-width: 1200px) {
       .item .img,
       #fantome-header {
        padding: 55% 0 0 0;
      }

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



      .text_v_hlavicce .box {
        width: 50%;
      }

      .visible_window {

        overflow: auto;
        position: fixed;
        width: auto;
        height: auto;
        top: 150px;
        right: 20px;
        left: 20px;
        bottom: 20px;
        display: none;
        z-index: 5001;
      }



    }

    .glyphicon-menu-hamburger { display: none; }
    .zopim {visibility: hidden!important;}



    .header-phone {
     float: right;
     padding: 10px;
     color: #fff;
     font-size: 1.3em;
     line-height: 1.1;
     text-align: right;
   }


   @media (max-width: 992px) {

    #vypichnute-vyhody li {
      margin: 0;

    }

    .header-phone {float:left}

    .item .img,
    #fantome-header {
      padding: 60% 0 0 0;
    }

    .text_v_hlavicce .box {
      width: 70%;
    }


    .login {
      position: fixed;
      top: 121px;
      left: 0;
      z-index: 5000;
      background: #fff;
      padding: 0.2em 0.2em 0.2em 1em;}

      .glyphicon-menu-hamburger {
        display: block;
        position: absolute;
        right: 0.5em;
        top: 0.5em;
        font-size: 2.3em;
        color: #fff;}

        #main-menu li.has_submenu ul,
        #main-menu {
          display: none;
          padding: 0;
          margin: 0;
          top: 64px;
          position: absolute;
          width: 100%;
        }

        #main-menu li.has_submenu ul {position: relative;}

        #main-menu li.has_submenu ul  {top:100%;left: 0;margin-left: 0;}
        #main-menu li.has_submenu ul:after {display: none;}
        #main-menu li.has_submenu ul li ,
        #main-menu li {
          padding: 0;
          margin: 0;
          list-style: none;
          float: left;
          position: relative;width: 100%;
        }
        #main-menu li.has_submenu ul li a,
        #main-menu li a {
          padding: 1em 1.5em;
          width: 100%;
        }

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


        #welcome h2, #welcome h3, .contact_all h2, #body-wrapper .content_wrapper h2, #vyhody_uvnitr h2, .light_blue h2, .light_grey h2, .clanek h2 {

          font-size: 1.8em;

        }
      }
      @media (max-width: 768px) {

        .text_v_hlavicce .box {
          position: relative;
          right: 0;
          background: rgba(255, 255, 255, 0.68);
          width: 40%;
          float: right;
          padding: 1em 2em;
          font-size: 0.9em;
          color: #15427a;
        }


        #welcome h2, #welcome h3, .contact_all h2, #body-wrapper .content_wrapper h2, #vyhody_uvnitr h2, .light_blue h2, .light_grey h2, .clanek h2 {

          font-size: 1.3em;

        }


        .visible_window   {

          overflow: auto;
          position: fixed;
          width: auto;
          height: auto;
          top: 120px;
          right: 0px;
          left: 0px;
          bottom: 0px;
          display: none;
          z-index: 5001;
        }


        .item .img,
        #fantome-header {
          padding: 100% 0 30% 0;
        }

        .text_v_hlavicce .box {
          width: 90%;right:5%;
        }

        .firma:after, .jednatel:after {
          display: none;
        }

        .firma, .jednatel {
          padding:0 ;
        }

      }

      .row {width: 100%;}


      @media (max-width: 500px) {

.contact1 {display: none;}

#logo img {
    max-height: 35px;
}


      .glyphicon-menu-hamburger {
   
        top: 0.4em;
       
       }

        .item .img,
        #fantome-header {
          padding: 100% 0 90% 0;
        }

        .text_v_hlavicce .box {
          width: 90%;right:5%;
        }



      }

      img {max-width: 100%;}

      .my-container {
        padding: 1em 0;
        margin: 0 auto;
        width: 96%;
        max-width: 1150px;
        position: relative;
      }

      .zebra {
        background: #eee;
      }


      .pdf-title {
        padding-top: 1em;
        padding-bottom: 1em;
        text-align: center;
        display: block;
        font-size: 20px;
        font-weight: normal;
      }

      .my-flex {
        display: flex; /* or inline-flex */
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: stretch;
      }

      .slide-flex .flex-2,
      .box-flex .flex-2 {
        flex:1 48%;
        margin: 1%;
        max-width: 48%;
      }

      .slide-flex .flex-1,
      .box-flex .flex-1 {
        flex:1 38%;
        margin: 1%;
        max-width: 38%;
      }

      .slide-flex .flex-3,
      .box-flex .flex-3 {
        flex:1 48%;
        margin: 1%;
        max-width: 48%;
      }


      .articles-flex .flex-3  {
        flex:1 32.3%;
        margin: 0.5%;
        max-width: 32.3%;
      }


      .flex-4  {
        flex:1 24%;
        margin: 0.5%;
        max-width: 24%;
      }


      @media (max-width: 991px) { 

        .articles-flex .flex-3  {
          flex:1 49%;
          margin: 0.5%;
          max-width: 49%;
        }

        .flex-4  {
          flex:1 32.3%;
          margin: 0.5%;
          max-width:32.3%;
        }

      }

      @media (max-width: 767px) { 

.box-flex .flex-2,
        .articles-flex .flex-3  {
          flex:1 99%;
          margin: 0.5%;
          max-width: 99%;
        }

        .flex-4  {
          flex:1 49%;
          margin: 0.5%;
          max-width:49%;
        }



      }


      @media (max-width: 400px) { 




        .flex-4  {
          flex:1 99%;
          margin: 0.5%;
          max-width: 99%;
        }
      }


      .box-flex {margin:0 -1%;}




      #false-header {
        width: 100%;
        position: relative;
        height: 120px;
      }

      .my-h1 {
        max-width: 1150px;
        margin: 0 auto;
        text-align: center;
      }

      .my-h1 h1 {
        font-size: 3.5em;
        font-weight: bold;
      }

      .single-article {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
        padding: 0.7em;
      }
      .single-article:hover {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);

      }
      .single-article h3 {
       font-size: 1.3em;
       margin-top: 0;
       min-height: 44px;
     }
     .single-article a:hover {
      text-decoration: none;
    }
    .single-article a:hover .anotation,
    .single-article a .anotation {
      color: #222;
      text-decoration: none;
      font-size: 0.9em;
      padding: 0.8em 0 0 0;
    }

    .question-content {display: none;padding: 0.5em 2.8em;}

    .m1p {margin: 1%;}
    .m05p {margin: 0.5%;}

    .my-container:after {
      clear: both;
      display: block;
      position: relative;
      content: '';
    }