/*
    Created on : 22.2.2016, 14:30:11
    Author     : buTs
*/
@media (min-width: 601px) 
{
  .col-sm-offset-right-12 { margin-right: 100%; }
  .col-sm-offset-right-11 { margin-right: 91.66666667%; }
  .col-sm-offset-right-10 { margin-right: 83.33333333%; }
  .col-sm-offset-right-9 { margin-right: 75%; }
  .col-sm-offset-right-8 { margin-right: 66.66666667%; }
  .col-sm-offset-right-7 { margin-right: 58.33333333%; }
  .col-sm-offset-right-6 { margin-right: 50%; }
  .col-sm-offset-right-5 { margin-right: 41.66666667%; }
  .col-sm-offset-right-4 { margin-right: 33.33333333%; }
  .col-sm-offset-right-3 { margin-right: 25%; }
  .col-sm-offset-right-2 { margin-right: 16.66666667%; }
  .col-sm-offset-right-1 { margin-right: 8.33333333%; }
  .col-sm-offset-right-0 { margin-right: 0; }
}

@media (min-width: 992px) 
{
  .col-md-offset-right-12 { margin-right: 100%; }
  .col-md-offset-right-11 { margin-right: 91.66666667%; }
  .col-md-offset-right-10 { margin-right: 83.33333333%; }
  .col-md-offset-right-9 { margin-right: 75%; }
  .col-md-offset-right-8 { margin-right: 66.66666667%; }
  .col-md-offset-right-7 { margin-right: 58.33333333%; }
  .col-md-offset-right-6 { margin-right: 50%; }
  .col-md-offset-right-5 { margin-right: 41.66666667%; }
  .col-md-offset-right-4 { margin-right: 33.33333333%; }
  .col-md-offset-right-3 { margin-right: 25%; }
  .col-md-offset-right-2 { margin-right: 16.66666667%; }
  .col-md-offset-right-1 { margin-right: 8.33333333%; }
  .col-md-offset-right-0 { margin-right: 0; }
}

@media (min-width: 1200px) 
{
  .col-lg-offset-right-12 { margin-right: 100%; }
  .col-lg-offset-right-11 { margin-right: 91.66666667%; }
  .col-lg-offset-right-10 { margin-right: 83.33333333%; }
  .col-lg-offset-right-9 { margin-right: 75%; }
  .col-lg-offset-right-8 { margin-right: 66.66666667%; }
  .col-lg-offset-right-7 { margin-right: 58.33333333%; }
  .col-lg-offset-right-6 { margin-right: 50%; }
  .col-lg-offset-right-5 { margin-right: 41.66666667%; }
  .col-lg-offset-right-4 { margin-right: 33.33333333%; }
  .col-lg-offset-right-3 { margin-right: 25%; }
  .col-lg-offset-right-2 { margin-right: 16.66666667%; }
  .col-lg-offset-right-1 { margin-right: 8.33333333%; }
  .col-lg-offset-right-0 { margin-right: 0; }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html
{
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: 320px;
}
body
{
  font-family: 'Roboto', sans-serif;
  height: 100%;
  padding: 0;
  margin: 0;
  color: #000000;
  background-color: #e6e6e6;
}
body:after
{
  content: 
      url("/images/layout/hover-big-arrow.png")
      url("/images/layout/small-arrow-white-hover.png")
      url("/images/layout/small-arrow-orange-hover.png")
      url("/images/layout/small-arrow-blue-hover.png")
      url("/images/layout/small-arrow-blue-rightmargin.png")
      url("/images/layout/small-arrow-white-hover-rightmargin.png")
      url("/images/layout/small-arrow-green-hover.png");
  display: none;
}
.roboto-condensed
{
  font-family: 'Roboto Condensed', sans-serif;
}
a img
{
  border: none !important;
  border: 0 !important;
}

.position-relative { position: relative; }

/* WRAPPER CONTENT vs FOOTER */
.wrapper {
  min-height: 100%;
  height: auto !important;
  /* This line and the next line are not necessary unless you need IE6 support */
  height: 100%;
  margin: 0 auto -115px;
  /* the bottom margin is the negative value of the footer's height */
}
/* .push must be the same height as .footer */
.push { height: 115px; }
/* WRAPPER CONTENT vs FOOTER END*/

.margin-top-10 { margin-top: 10px; }
.margin-top-30 { margin-top: 30px; }

@media (max-width: 600px)
{
  .margin-top-30 { margin-top: 10px; }
}

header
{
  height: auto;
  width: 100%;
}
header nav
{
  min-height: 105px;
  background-color: #ffffff;
}

@media (max-width: 400px)
{
  header nav .nav-top { text-align: center; }
}

header nav .nav-top .header-logo-rip
{
  display: inline-block;
  margin-top: 19px;
  margin-left: 1px;
  float: left;
}

@media (max-width: 400px)
{
  header nav .nav-top .header-logo-rip { float: none; }
}
header nav .nav-top .nav-top-right
{
  float: right;
  margin-top: 66px;
  margin-bottom: 10px;
}
header nav .nav-top .nav-top-right > a {
  text-transform: uppercase;
  color: #79ac2b;
  font-size: 14px;
  padding: 10px 0;
  margin-left: 13px;
  margin-right: 13px;
  letter-spacing: 0.1px;
}
header nav .nav-top .nav-top-right > a.active { color: #000000; }
header nav .nav-top .nav-top-right > a:last-child { margin-right: 0; }
header nav .nav-top .nav-top-right > a:hover,
header nav .nav-top .nav-top-right > a:focus
{
  text-decoration: none;
  color: #089bd9;
}
@media (max-width: 600px) 
{
  header nav .nav-top .nav-top-right > a { line-height: 25px; }
}
@media (max-width: 740px)
{
  header nav .nav-top .nav-top-right { margin-top: 50px; }
  header nav .nav-top .nav-top-right > a
  {
    margin-left: 0;
    margin-right: 0;
    padding: 3px;
    float: right;
    clear: right;
  }
  header nav .nav-top .nav-top-right img { display: none; }
}

@media (max-width: 400px)
{
  header nav .nav-top .nav-top-right
  {
    float: none;
    text-align: center;
    margin-bottom: 12px;
  }
  header nav .nav-top .nav-top-right > a
  {
    float: none;
    display: block;
    text-align: center;
  }
}
header .nav-blue-line
{
  height: 7px;
  width: 100%;
  background-color: #089bd9;
  position: relative;
  z-index: 2;
}
header .nav-blue-line .h1-wrapper
{
  position: relative;
  display: block;
}
header .nav-blue-line .h1-wrapper h1
{
  position: absolute;
  left: 0;
  top: 0;
  background-color: #089bd9;
  margin: 0;
  padding: 0 20px;
  line-height: 95px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  font-size: 65px;
  letter-spacing: 1.4px;
}
header .nav-blue-line .h1-wrapper h1 span { font-weight: 100; }

@media (max-width: 1420px)
{
  header .nav-blue-line .h1-wrapper h1
  {
    line-height: 70px;
    font-size: 55px;
  }
}
@media (max-width: 992px)
{
  header .nav-blue-line .h1-wrapper h1
  {
    line-height: 65px;
    font-size: 45px;
  }
}
@media (max-width: 740px)
{
  header .nav-blue-line .h1-wrapper h1
  {
    font-size: 5vw;
    line-height: 45px;
    padding: 0 10px;
  }
}
@media (max-width: 400px)
{
  header .nav-blue-line .h1-wrapper h1
  {
    font-size: 36px;
    width: 100%;
    text-align: center;
  }
}
header > img
{
  width: 100%;
  height: auto;
}
@media (max-width: 400px)
{
  header > img { margin-top: 38px; }
}
footer {
    font-size: 14px;
    line-height: 20px;
    height: 142px;
    padding: 22px 0 0 0;
    background-color: #089bd9;
    color: #ffffff;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

footer a {
    color: #ffffff;
}

footer a:hover {
    color: #ffffff;
}

footer a:visited {
    color: #ffffff;
}

footer .nounderline {
    text-decoration: none;
}

footer .nounderline:hover {
    text-decoration: none;
}

footer .footer-logo {
    display: inline-block;
    margin-bottom: 4px;
}

footer .footer-logo img {
    width: auto;
    height: 50px;
}

footer .margin-bottom-20 {
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    footer {
        height: 336px;
    }

    footer .text-center-on-tablet {
        text-align: center;
    }
}

main
{
  display: block;
  background-color: #ffffff;
  margin-top: -48px;
  height: 100%;
  margin-bottom: 20px;
  position: relative;
  padding-top: 10px;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
@media (max-width: 1420px) { main { margin-top: -20px; } }
@media (max-width: 992px) { main { margin-top: -5px; } }
@media (max-width: 768px) { main { margin-top: 0px; } }
main .actuality-wrapper { padding: 0 5px 10px 5px; }
main .actuality-wrapper .actuality
{
  display: block;
  background-color: #f07d00;
  height: 510px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 600px)
{
  main .actuality-wrapper .actuality { height: auto; }
}
main .actuality-wrapper .actuality .date
{
  display: inline-block;
  width: 100%;
  line-height: 38px;
  font-size: 14px;
  padding: 0 10px;
  background-color: #eaab64;
}
main .actuality-wrapper .actuality h2
{
  font-size: 23px;
  font-weight: 700;
  padding: 0 10px;
  margin: 10px 0 5px;
  height: 94px;
  overflow: hidden;
  line-height: 23px;
}
@media (max-width: 600px)
{
  main .actuality-wrapper .actuality h2
  {
    height: auto;
    margin: 10px 0;
  }
}
main .actuality-wrapper .actuality .img-fluid-wrapper { position: relative; }
main .actuality-wrapper .actuality .img-fluid-wrapper .img-fluid
{
  width: 100%;
  height: auto;
}
main .actuality-wrapper .actuality .img-fluid-wrapper .img-fluid-hover
{
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) url("/images/layout/hover-big-arrow.png") no-repeat scroll center center;
}
main .actuality-wrapper .actuality p
{
  font-size: 14px;
  margin: 10px 0 50px;
  padding: 0 10px;
  line-height: 20px;
  display: inline-block;
  overflow: hidden;
}
@media (max-width: 768px)
{
  main .actuality-wrapper .actuality p { line-height: 21px; }
}
main .actuality-wrapper .actuality .actuality-continue
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  background-color: #f07d00;
}
main .actuality-wrapper .actuality .actuality-continue .actuality-dashed
{
  width: 100%;
  height: 100%;
  background: url("/images/layout/white-dashed.png") repeat-x scroll center 10px;
}
main .actuality-wrapper .actuality .actuality-continue .actuality-dashed span
{
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 41px;
  margin-top: 10px;
  color: #ffffff;
  display: inline-block;
}
main .actuality-wrapper .actuality .actuality-continue .actuality-dashed .actuality-arrow-small
{
  float: right;
  margin-top: 20px;
  width: 21px;
  height: 21px;
  background: url("/images/layout/small-arrow-white.png") no-repeat scroll center center;
}
main .actuality-wrapper .actuality:hover { text-decoration: none; }
main .actuality-wrapper .actuality:hover .img-fluid-wrapper .img-fluid-hover { display: block; }
main .actuality-wrapper .actuality:hover .actuality-continue .actuality-dashed span { color: #000000; }
main .actuality-wrapper .actuality:hover .actuality-continue .actuality-dashed .actuality-arrow-small { background: url("/images/layout/small-arrow-white-hover.png") no-repeat scroll center center; }
main .boxes .box-wrapper, main .boxes .box2-wrapper { padding: 0 5px 10px 5px; }
main .boxes .box-wrapper .box
{
  display: block;
  position: relative;
  width: 100%;
  height: 250px;
  background-color: #79ac2b;
  color: #ffffff;
}
main .boxes .box2-wrapper .box
{
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #79ac2b;
  color: #ffffff;
}
main .boxes .box2-wrapper .box.box-auto {
    height: auto;
}

@media (max-width: 600px)
{
  main .boxes .box-wrapper .box { height: auto; }
}
main .boxes .box-wrapper .box .img-fluid-wrapper, main .boxes .box2-wrapper .box .img-fluid-wrapper { position: relative; }
main .boxes .box-wrapper .box .img-fluid-wrapper .img-fluid, main .boxes .box2-wrapper .box .img-fluid-wrapper .img-fluid
{
  width: 100%;
  height: auto;
}
main .boxes .box-wrapper .box .img-fluid-wrapper .img-fluid-hover, main .boxes .box2-wrapper .box .img-fluid-wrapper .img-fluid-hover
{
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) url("/images/layout/hover-big-arrow.png") no-repeat scroll center center;
}
main .boxes .box-wrapper .box h2
{
  font-size: 23px;
  font-weight: 700;
  padding: 0 10px;
  margin: 7px 0 50px;
  height: 50px;
  overflow: hidden;
  line-height: 25px;
}
main .boxes .box2-wrapper .box h2
{
  font-size: 21px;
  font-weight: bold;
  padding: 10px 10px;
  margin: 7px 0 0;
  height: 50px;
  overflow: hidden;
  line-height: 25px;
}
@media (max-width: 840px)
{
  main .boxes .box-wrapper .box h2 { height: 75px; }
}
@media (max-width: 680px)
{
  main .boxes .box-wrapper .box h2 { height: 100px; }
}
@media (max-width: 600px)
{
  main .boxes .box-wrapper .box h2 { height: auto; }
}
main .boxes .box-wrapper .box .box-type, main .boxes .box2-wrapper .box .box-type
{
  background-color: #a3c77d;
  height: 40px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 40px;
}
main .boxes .box-wrapper .box .box-type img, main .boxes .box2-wrapper .box .box-type img
{
  width: 23px;
  height: 20px;
  margin-top: 10px;
  margin-left: 10px;
  float: left;
}
main .boxes .box-wrapper .box .box-type span, main .boxes .box2-wrapper .box .box-type span
{
  float: right;
  text-transform: uppercase;
  font-weight: 300;
  margin-right: 10px;
  font-size: 14px;
}
main .boxes .box2-wrapper .box .box-text span
{
    display: block;
    margin: 10px;
    font-size: 12px;
}
@media (min-width: 601px) and (max-width: 710px)
{
  main .boxes .box-wrapper .box .box-type span { font-size: 11px; }
}
main .boxes .box-wrapper .box:hover, main .boxes .box2-wrapper .box:hover { text-decoration: none; }
main .boxes .box-wrapper .box:hover .img-fluid-wrapper .img-fluid-hover, main .boxes .box2-wrapper .box:hover .img-fluid-wrapper .img-fluid-hover { display: block; }
main .actualitytext-wrapper { padding: 0 5px 10px; }
main .actualitytext-wrapper .actualitytext
{
  height: 1080px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
@media (max-width: 600px)
{
  main .actualitytext-wrapper .actualitytext { height: auto; }
}
main .actualitytext-wrapper .actualitytext h3
{
  margin: 0 0 10px 0;
  padding: 0 10px 0 40px;
  border-bottom: 2px solid #f07d00;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #f07d00;
  font-weight: 700;
  background: url("/images/layout/duha-orange.png") no-repeat scroll left top;
}
main .actualitytext-wrapper .actualitytext .actualitytext-items { margin-bottom: 50px; }
main .actualitytext-wrapper .actualitytext .actualitytext-items a
{
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 3px 0;
  margin-bottom: 6px;
}
main .actualitytext-wrapper .actualitytext .actualitytext-items a span
{
  font-size: 14px;
  line-height: 16px;
}
main .actualitytext-wrapper .actualitytext .actualitytext-items a .date
{
  color: #f07d00;
  float: left;
}
main .actualitytext-wrapper .actualitytext .actualitytext-items a .text
{
  color: #000000;
  float: left;
  clear: left;
  font-weight: bold;
  margin: 5px 0;
}
main .actualitytext-wrapper .actualitytext .actualitytext-items a .perex
{
  float: left;
}
main .actualitytext-wrapper .actualitytext .actualitytext-items a:hover
{
  text-decoration: none;
  background-color: #fce5cc;
}
main .actualitytext-wrapper .actualitytext .actualitytext-continue
{
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0;
  background-color: #ffffff;
}
main .actualitytext-wrapper .actualitytext .actualitytext-continue .actuality-dashed
{
  width: 100%;
  height: 100%;
  background: url("/images/layout/orange-dashed.png") repeat-x scroll center 10px;
}
main .actualitytext-wrapper .actualitytext .actualitytext-continue .actuality-dashed span
{
  float: right;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 41px;
  margin-top: 10px;
  margin-right: 10px;
  color: #f07d00;
  display: inline-block;
}
main .actualitytext-wrapper .actualitytext .actualitytext-continue .actuality-dashed .actuality-arrow-small
{
  float: right;
  margin-top: 20px;
  width: 21px;
  height: 21px;
  background: url("/images/layout/small-arrow-orange.png") no-repeat scroll center center;
}
@media (max-width: 600px)
{
  main .actualitytext-wrapper .actualitytext .actualitytext-continue .actuality-dashed .actuality-arrow-small { margin-right: 10px; }
}
main .actualitytext-wrapper .actualitytext .actualitytext-continue:hover { text-decoration: none; }
main .actualitytext-wrapper .actualitytext .actualitytext-continue:hover .actuality-dashed span { color: #000000; }
main .actualitytext-wrapper .actualitytext .actualitytext-continue:hover .actuality-dashed .actuality-arrow-small
{
  background: url("/images/layout/small-arrow-orange-hover.png") no-repeat scroll center center;
}
main .aboutus h3
{
  margin: 0 0 10px 0;
  padding: 0 10px 0 40px;
  border-bottom: 2px solid #089bd9;
  font-size: 16px;
  line-height: 20px;
  color: #089bd9;
  font-weight: 700;
  background: url("/images/layout/duha-blue.png") no-repeat scroll left top;
}
main .aboutus-text
{
  position: relative;
  min-height: 230px;
  overflow: hidden;
}
@media (max-width: 600px)
{
  main .aboutus-text { height: auto; }
}
main .aboutus-text p
{
  font-size: 14px;
  line-height: 19px;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  background-color: #ffffff;
  display: inline-block;
}
@media (max-width: 820px)
{
  main .aboutus-text p
  {
    font-size: 13px;
    line-height: 17px;
  }
}
@media (max-width: 720px)
{
  main .aboutus-text p
  {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 600px)
{
  main .aboutus-text p
  {
    font-size: 14px;
    line-height: 19px;
  }
}
main .aboutus-text .text {
    margin-bottom: 10px;
}
main .aboutus-text .company
{
  float: left;
  width: 50%;
  /*padding-bottom: 40px;*/
  padding-bottom: 20px;
}
@media (max-width: 600px)
{
  main .aboutus-text .company
  {
    position: static;
    width: 100%;
    padding-bottom: 10px;
  }
}
main .aboutus-text .adress
{
  width: 50%;
  float: left;
  /*padding-bottom: 40px;*/
}
@media (max-width: 600px)
{
  main .aboutus-text .adress
  {
    position: static;
    width: 100%;
    padding-bottom: 10px;
  }
}
main .aboutus-text .more
{
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 0;
  display: inline-block;
  height: 30px;
  padding: 0;
  background-color: #ffffff;
}
@media (max-width: 600px)
{
  main .aboutus-text .more { height: 40px; }
}
main .aboutus-text .more .actuality-dashed
{
  width: 100%;
  height: 100%;
  background: url("/images/layout/blue-dashed.png") repeat-x scroll center top;
}
main .aboutus-text .more .actuality-dashed span
{
  float: right;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 31px;
  margin-right: 10px;
  color: #089bd9;
  display: inline-block;
}
@media (max-width: 600px)
{
  main .aboutus-text .more .actuality-dashed span { line-height: 41px; }
}
main .aboutus-text .more .actuality-dashed .actuality-arrow-small
{
  float: right;
  margin-top: 5px;
  width: 21px;
  height: 21px;
  background: url("/images/layout/small-arrow-blue.png") no-repeat scroll center center;
}
@media (max-width: 600px)
{
  main .aboutus-text .more .actuality-dashed .actuality-arrow-small
  {
    margin-right: 10px;
    margin-top: 10px;
  }
}
main .aboutus-text .more:hover { text-decoration: none; }
main .aboutus-text .more:hover .actuality-dashed span { color: #000000; }
main .aboutus-text .more:hover .actuality-dashed .actuality-arrow-small { background: url("/images/layout/small-arrow-blue-hover.png") no-repeat scroll center center; }
@media (max-width: 600px)
{
  main .aboutus-text .more
  {
    position: static;
    width: 100%;
    margin-bottom: 10px;
  }
}
main .aboutus-img
{
  width: 100%;
  height: 230px;
}
main .aboutus-img a
{
  display: inline-block;
  width: 100%;
  height: auto;
}
@media (max-width: 600px)
{
  main .aboutus-img { height: auto; }
}
main .aboutus-founder
{
  background-color: #e6f5fb;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 169px;
  overflow: hidden;
}
main .aboutus-founder h4
{
  line-height: 31px;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  color: #089bd9;
  background: url("/images/layout/blue-dashed.png") repeat-x scroll center bottom;
}
main .aboutus-founder .img-wrapper
{
  display: inline-block;
  width: 100%;
  height: 138px;
  text-align: center;
  line-height: 138px;
}
main .aboutus-founder .img-wrapper img { display: inline-block; }
main .aboutus-founder p
{
  font-size: 14px;
  line-height: 18px;
}
main .aboutus-partners
{
  background-color: #e6f5fb;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 169px;
  overflow: hidden;
}
@media (max-width: 600px)
{
  main .aboutus-partners { height: auto; }
}
main .aboutus-partners h4
{
  line-height: 31px;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  color: #089bd9;
  background: url("/images/layout/blue-dashed.png") repeat-x scroll center bottom;
}
main .aboutus-partners .img-wrapper
{
  display: inline-block;
  width: 50%;
  height: 138px;
  text-align: center;
  line-height: 138px;
  float: left;
}
main .aboutus-partners .img-wrapper img
{
  display: inline-block;
  padding: 0 5px;
}
@media (max-width: 600px)
{
  main .aboutus-partners .img-wrapper { width: 100%; }
}
main .aboutus-partners p
{
  font-size: 14px;
  line-height: 18px;
}
main .nav-left
{
  background-color: #e6f5fb;
  height: 643px;
}
.nav-left .nav-wrapper
{
  padding: 10px;
}
.nav-left.navigationStick .nav-wrapper { position: absolute; }
@media (max-width: 600px)
{
  main .nav-left { height: auto; }
  .nav-left.navigationStick .nav-wrapper { position: static; }
}
main .nav-left a
{
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #a3daf1;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #089bd9;
  padding-right: 36px;
  background: none;
}
@media (max-width: 850px)
{
  main .nav-left a { padding-right: 0; }
}
@media (max-width: 600px)
{
  main .nav-left a:last-child { border-bottom: none; }
}
main .nav-left a img
{
  width: 23px;
  height: 20px;
  margin-top: 10px;
  float: left;
  margin-right: 20px;
}
main .nav-left a.active
{
  text-decoration: none;
  font-weight: 500;
  background: url("/images/layout/small-arrow-blue-rightmargin.png") no-repeat scroll right center;
}
@media (max-width: 850px)
{
  main .nav-left a.active { background: none; }
}
main .nav-left a:hover
{
  text-decoration: none;
  font-weight: 700;
  background: url("/images/layout/small-arrow-blue-rightmargin.png") no-repeat scroll right center;
}
@media (max-width: 850px)
{
  main .nav-left a:hover { background: none; }
}
main .heading h2
{
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  line-height: 40px;
  padding-bottom: 8px;
  border-bottom: 7px solid #089bd9;
  margin-bottom: 10px;
}
@media (max-width: 600px)
{
  main .heading h2 { margin-top: 10px; }
}
main .heading h2 a { text-decoration: none; }
main .heading h2 a span { text-decoration: none; }
main .heading h2 a:hover { text-decoration: none; }
main .heading h2 a:hover span { text-decoration: underline; }
main .heading p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 10px 0;
}
main .box2
{
  background-color: #79ac2b;
  width: 100%;
  height: 284px;
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 600px)
{
  main .box2 { height: auto; }
}
main .box2:after
{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 17.4%;
  height: 100%;
  background-color: #a3c77d;
  z-index: 1;
}
main .box2 .box2-toplane-left
{
  height: 49px;
  width: 82.6%;
  float: left;
  overflow: hidden;
  background-color: #79ac2b;
}
main .box2 .box2-toplane-left h2
{
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  padding: 0 10px;
  margin: 0;
  color: #ffffff;
}
main .box2 .box2-toplane-left h2 span
{
  display: inline-block;
  line-height: 24px;
}
main .box2 .box2-toplane-right
{
  height: 50px;
  width: 17.4%;
  float: right;
  text-align: center;
  line-height: 49px;
  position: relative;
  z-index: 2;
}
main .box2 .box2-toplane-right img
{
  display: inline-block;
  width: 23px;
  height: 20px;
}
main .box2 .img-fluid-wrapper
{
  position: relative;
  z-index: 2;
}
main .box2 .img-fluid-wrapper .img-fluid
{
  width: 100%;
  height: auto;
}
main .box2 .img-fluid-wrapper .img-fluid-hover
{
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) url("/images/layout/hover-big-arrow.png") no-repeat scroll center center;
}
main .box2 .box2-botlane
{
  position: absolute;
  left: 0;
  top: 202px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 870px)
{
  main .box2 .box2-botlane { top: 184px; }
}
@media (max-width: 768px)
{
  main .box2 .box2-botlane { top: 167px; }
}
@media (max-width: 600px)
{
  main .box2 .box2-botlane
  {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
  }
}
main .box2 .box2-botlane .box2-botlane-left
{
  width: 100%;
  padding-right: 17.4%;
  min-height: 80px;
}
main .box2 .box2-botlane .box2-botlane-left p
{
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #ffffff;
  padding: 0 10px;
  margin-bottom: 10px;
}
@media (max-width: 600px)
{
  main .box2 .box2-botlane .box2-botlane-left p { margin-top: 10px; }
}
main .box2 .box2-botlane .box2-botlane-left .bg-arrow
{
  position: absolute;
  z-index: 2;
  right: 8.7%;
  margin-right: -10px;
  top: 29px;
  width: 21px;
  height: 21px;
  background: url("/images/layout/small-arrow-white.png") no-repeat scroll center center;
}
@media (max-width: 870px)
{
  main .box2 .box2-botlane .box2-botlane-left .bg-arrow { top: 38px; }
}
@media (max-width: 768px)
{
  main .box2 .box2-botlane .box2-botlane-left .bg-arrow { top: 46px; }
}
@media (max-width: 600px)
{
  main .box2 .box2-botlane .box2-botlane-left .bg-arrow
  {
    top: 50%;
    margin-top: -10px;
  }
}
main .box2 .box2-botlate-fixoverflow
{
  position: absolute;
  height: 10px;
  z-index: 3;
  width: 82.6%;
  left: 0;
  bottom: 0;
  background-color: #79ac2b;
}
@media (max-width: 600px)
{
  main .box2 .box2-botlate-fixoverflow { display: none; }
}
main .box2:hover { text-decoration: none; }
main .box2:hover .img-fluid-wrapper .img-fluid-hover { display: block; }
main .box2:hover .box2-botlane-left .bg-arrow { background: url("/images/layout/small-arrow-white-hover.png") no-repeat scroll center center; }

.tips-wrapper {
  padding: 0 5px 10px;
}
.tips-wrapper .tips {
  height: 349px;
  background-color: #fce5cc;
  overflow: hidden;
  position: relative;
  padding: 10px 10px 0 10px;
}
@media (max-width: 600px) {
  .tips-wrapper .tips {
    height: auto;
  }
}
.tips-wrapper .tips h3 {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  font-size: 30px;
  line-height: 32px;
  color: #f07d00;
  font-weight: 400;
  background: url("/images/layout/orange-dashed.png") repeat-x scroll center bottom;
}
.tips-wrapper .tips .tips-items {
  margin-bottom: 50px;
}
.tips-wrapper .tips .tips-items a {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 3px 0;
  margin-bottom: 6px;
}
.tips-wrapper .tips .tips-items a span {
  font-size: 14px;
  line-height: 16px;
}
.tips-wrapper .tips .tips-items a .date {
  color: #f07d00;
  float: left;
}
.tips-wrapper .tips .tips-items a .text {
  color: #000000;
  float: left;
  clear: left;
}
.tips-wrapper .tips .tips-items a:hover {
  text-decoration: none;
  background-color: #fbdcb9;
}
.tips-wrapper .tips .tips-continue {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  background-color: #fce5cc;
}
.tips-wrapper .tips .tips-continue .tips-dashed {
  width: 100%;
  height: 100%;
  background: url("/images/layout/orange-dashed.png") repeat-x scroll center 10px;
}
.tips-wrapper .tips .tips-continue .tips-dashed span {
  float: right;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 41px;
  margin-top: 10px;
  margin-right: 10px;
  color: #f07d00;
  display: inline-block;
}
.tips-wrapper .tips .tips-continue .tips-dashed .tips-arrow-small {
  float: right;
  margin-top: 20px;
  width: 21px;
  height: 21px;
  background: url("/images/layout/small-arrow-orange.png") no-repeat scroll center center;
}
@media (max-width: 600px) {
  .tips-wrapper .tips .tips-continue .tips-dashed .tips-arrow-small {
    margin-right: 10px;
  }
}
.tips-wrapper .tips .tips-continue:hover {
  text-decoration: none;
}
.tips-wrapper .tips .tips-continue:hover .tips-dashed span {
  color: #000000;
}
.tips-wrapper .tips .tips-continue:hover .tips-dashed .tips-arrow-small {
  background: url("/images/layout/small-arrow-orange-hover.png") no-repeat scroll center center;
}
.vylety-fix {
  float: left;
  width: 75%;
}
@media (max-width: 600px) {
  .vylety-fix {
    width: 100%;
  }
}
.actualitymintext-wrapper {
  padding: 10px 5px 10px;
}
.actualitymintext-wrapper .actualitytext {
  height: 169px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
@media (max-width: 600px) {
  .actualitymintext-wrapper .actualitytext {
    height: auto;
  }
}
.actualitymintext-wrapper .actualitytext h3 {
  margin: 0 0 10px 0;
  padding: 0 10px 0 40px;
  border-bottom: 2px solid #f07d00;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #f07d00;
  font-weight: 700;
  background: url("/images/layout/duha-orange.png") no-repeat scroll left top;
}
.actualitymintext-wrapper .actualitytext .actualitytext-items {
  margin-bottom: 50px;
}
.actualitymintext-wrapper .actualitytext .actualitytext-items a {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 3px 0;
  margin-bottom: 6px;
}
.actualitymintext-wrapper .actualitytext .actualitytext-items a span {
  font-size: 14px;
  line-height: 16px;
}
.actualitymintext-wrapper .actualitytext .actualitytext-items a .date {
  color: #f07d00;
  float: left;
}
.actualitymintext-wrapper .actualitytext .actualitytext-items a .text {
  color: #000000;
  float: left;
  clear: left;
}
.actualitymintext-wrapper .actualitytext .actualitytext-items a:hover {
  text-decoration: none;
  background-color: #fce5cc;
}
.actualitymintext-wrapper .actualitytext .actualitytext-continue {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0;
  background-color: #ffffff;
}
.actualitymintext-wrapper .actualitytext .actualitytext-continue .actuality-dashed {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  background: url("/images/layout/orange-dashed.png") repeat-x scroll center 10px;
}
.actualitymintext-wrapper .actualitytext .actualitytext-continue .actuality-dashed span {
  float: right;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 41px;
  margin-top: 10px;
  margin-right: 10px;
  color: #f07d00;
  display: inline-block;
}
.actualitymintext-wrapper .actualitytext .actualitytext-continue .actuality-dashed .actuality-arrow-small {
  float: right;
  margin-top: 20px;
  width: 21px;
  height: 21px;
  background: url("/images/layout/small-arrow-orange.png") no-repeat scroll center center;
}
@media (max-width: 600px) {
  .actualitymintext-wrapper .actualitytext .actualitytext-continue .actuality-dashed .actuality-arrow-small {
    margin-right: 10px;
  }
}
.actualitymintext-wrapper .actualitytext .actualitytext-continue:hover {
  text-decoration: none;
}
.actualitymintext-wrapper .actualitytext .actualitytext-continue:hover .actuality-dashed span {
  color: #000000;
}
.actualitymintext-wrapper .actualitytext .actualitytext-continue:hover .actuality-dashed .actuality-arrow-small {
  background: url("/images/layout/small-arrow-orange-hover.png") no-repeat scroll center center;
}
.box2vylety .box2-toplane-left {
  position: relative;
  z-index: 2;
  width: 100% !important;
}
.targets-wrapper .targets {
  background-color: #e4eed5;
}
.targets-wrapper .targets h3 {
  color: #79ac2b;
  background: url("/images/layout/green-dashed.png") repeat-x scroll center bottom;
}
.targets-wrapper .targets .tips-items a span {
  font-size: 14px;
  line-height: 16px;
}
.targets-wrapper .targets .tips-items a .date {
  color: #79ac2b;
  font-weight: 500;
}
.targets-wrapper .targets .tips-items a:hover {
  background-color: #ddedc6;
}
.targets-wrapper .targets .tips-continue {
  background-color: #e4eed5;
}
.targets-wrapper .targets .tips-continue .tips-dashed {
  background: url("/images/layout/green-dashed.png") repeat-x scroll center 10px;
}
.targets-wrapper .targets .tips-continue .tips-dashed span {
  color: #79ac2b;
}
.targets-wrapper .targets .tips-continue .tips-dashed .tips-arrow-small {
  background: url("/images/layout/small-arrow-green.png") no-repeat scroll center center;
}
@media (max-width: 600px) {
  .targets-wrapper .targets .tips-continue .tips-dashed .tips-arrow-small {
    margin-right: 10px;
  }
}
.targets-wrapper .targets .tips-continue:hover {
  text-decoration: none;
}
.targets-wrapper .targets .tips-continue:hover .tips-dashed span {
  color: #000000;
}
.targets-wrapper .targets .tips-continue:hover .tips-dashed .tips-arrow-small {
  background: url("/images/layout/small-arrow-green-hover.png") no-repeat scroll center center;
}
.aktuality .heading h2 {
  border-bottom: 7px solid #f07d00;
}
.aktuality .heading h2 .text-orange {
  color: #f07d00;
}
.aktuality .box2 {
  height: 260px;
  background-color: #f07d00;
}
@media (max-width: 600px) {
  .aktuality .box2 {
    height: auto;
  }
}
.aktuality .box2:after {
  background-color: #eaab64;
}
.aktuality .box2 .box2-botlate-fixoverflow,
.aktuality .box2 .box2-toplane-left {
  background-color: #f07d00;
}
.aktuality .box2 .box2-botlane {
  position: absolute;
  left: 0;
  top: 202px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 870px) {
  .aktuality .box2 .box2-botlane {
    top: 184px;
  }
}
@media (max-width: 820px) {
  .aktuality .box2 .box2-botlane {
    top: 174px;
  }
}
@media (max-width: 768px) {
  .aktuality .box2 .box2-botlane {
    top: 167px;
  }
}
@media (max-width: 600px) {
  .aktuality .box2 .box2-botlane {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
  }
}
.aktuality .box2 .box2-botlane .box2-botlane-left {
  width: 100%;
  padding-right: 17.4%;
  min-height: 80px;
}
.aktuality .box2 .box2-botlane .box2-botlane-left p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #ffffff;
  padding: 0 10px;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .aktuality .box2 .box2-botlane .box2-botlane-left p {
    margin-top: 10px;
  }
}
.aktuality .box2 .box2-botlane .box2-botlane-left .bg-arrow {
  position: absolute;
  z-index: 2;
  right: 8.7%;
  margin-right: -10px;
  top: 16px;
  width: 21px;
  height: 21px;
  background: url("/images/layout/small-arrow-white.png") no-repeat scroll center center;
}
@media (max-width: 870px) {
  .aktuality .box2 .box2-botlane .box2-botlane-left .bg-arrow {
    top: 28px !important;
  }
}
@media (max-width: 768px) {
  .aktuality .box2 .box2-botlane .box2-botlane-left .bg-arrow {
    top: 36px !important;
  }
}
@media (max-width: 600px) {
  .aktuality .box2 .box2-botlane .box2-botlane-left .bg-arrow {
    top: 50% !important;
    margin-top: -10px;
  }
}
.aktuality .box2 .box2-botlane .box2-botlane-left {
  min-height: 51px;
  position: relative;
}
@media (max-width: 870px) {
  .aktuality .box2 .box2-botlane .box2-botlane-left {
    min-height: 100px;
  }
}
@media (max-width: 600px) {
  .aktuality .box2 .box2-botlane .box2-botlane-left {
    min-height: 51px;
  }
}
.aktuality .box2 .box2-botlane .box2-botlane-left .date {
  padding: 0 5px 3px 10px;
  display: inline-block;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  background: url("/images/layout/white-dashed.png") repeat-x scroll center bottom;
}
@media (max-width: 910px) {
  .aktuality .box2 .box2-botlane .box2-botlane-left .date {
    font-size: 14px;
  }
}
@media (max-width: 820px) {
  .aktuality .box2 .box2-botlane .box2-botlane-left .date {
    font-size: 13px;
    padding: 0 5px 3px 5px;
  }
}
@media (max-width: 700px) {
  .aktuality .box2 .box2-botlane .box2-botlane-left .date {
    line-height: 18px;
  }
}
@media (max-width: 600px) {
  .aktuality .box2 .box2-botlane .box2-botlane-left .date {
    line-height: 24px;
    font-size: 16px;
    padding: 0 5px 0 10px;
  }
}
.aktuality .box2 .box2-botlane .box2-botlane-left .place {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  line-height: 24px;
  font-size: 16px;
  padding: 0 5px 0 10px;
}
@media (max-width: 910px) {
  .aktuality .box2 .box2-botlane .box2-botlane-left .place {
    font-size: 14px;
  }
}
@media (max-width: 820px) {
  .aktuality .box2 .box2-botlane .box2-botlane-left .place {
    font-size: 13px;
    padding: 0 5px 3px 5px;
  }
}
@media (max-width: 700px) {
  .aktuality .box2 .box2-botlane .box2-botlane-left .place {
    line-height: 18px;
  }
}
@media (max-width: 600px) {
  .aktuality .box2 .box2-botlane .box2-botlane-left .place {
    line-height: 24px;
    font-size: 16px;
    padding: 0 5px 0 10px;
  }
}
.aktuality .box2:hover .box2-botlane-left .bg-arrow {
  background: url("/images/layout/small-arrow-white-hover.png") no-repeat scroll center center;
}
main .heading-orange h2 {
  border-bottom: 7px solid #f07d00;
}
main .heading-green h2 {
  border-bottom: 7px solid #79ac2b;
}
main .detail {
  width: 100%;
}
main .detail .perex-wrapper {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
main .detail .perex-wrapper h3 {
  line-height: 32px;
  padding: 10px;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
main .detail .perex-wrapper p {
  font-weight: 500;
  padding: 20px 10px;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  width: 56.338028169%;
  float: left;
}
@media (max-width: 992px) {
  main .detail .perex-wrapper p {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 768px) {
  main .detail .perex-wrapper p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 600px) {
  main .detail .perex-wrapper p {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
}
main .detail .perex-wrapper .galleryPhoto {
  display: inline-block;
  width: 43.661971830%;
  float: right;
}
@media (max-width: 600px) {
  main .detail .perex-wrapper .galleryPhoto {
    width: 100%;
  }
}
main .detail .perex-wrapper .galleryPhoto img {
  width: 100%;
  height: auto;
}
main .detail a {
  text-decoration: underline;
}
main .detail a:hover {
  text-decoration: none;
}
@media (max-width: 600px) {
  main .detail .info-wrapper {
    width: 100%;
  }
}
main .detail .info-wrapper .info {
  background-color: #fce5cc;
  overflow: hidden;
  margin-bottom: 10px;
}
main .detail .info-wrapper .info h4,
main .detail .info-wrapper .info h5 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
main .detail .info-wrapper .info h4 {
  font-size: 30px;
  line-height: 34px;
  padding: 10px 10px 6px 10px;
  margin-bottom: 10px;
}
main .detail .info-wrapper .info h5 {
  font-size: 20px;
  line-height: 23px;
  padding: 10px 10px 4px 10px;
  margin-bottom: 10px;
}
main .detail .info-wrapper .info span {
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 10px;
}
main .detail .info-wrapper .info .kdy,
main .detail .info-wrapper .info .kde {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
}
main .detail .info-wrapper .info .adresa {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 20px;
}
main .detail .text {
  display: inline-block;
  margin-bottom: 50px;
}
main .detail .text p,
main .detail .text ul,
main .detail .text ol {
  font-size: 16px;
  line-height: 22px;
}
main .detail .text h4,
main .detail .text h5,
main .detail .text h6 {
  font-family: 'Roboto', sans-serif;
}
main .detail .text h4 {
  font-size: 26px;
  line-height: 30px;
}
main .detail .text h5 {
  font-size: 22px;
  line-height: 26px;
}
main .detail .text h6 {
  font-size: 18px;
  line-height: 21px;
}
main .detail .text iframe {
  width: 100% !important;
  margin-bottom: 10px;
}
main .detail .text img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
@media (max-width: 600px) 
{
  main .detail .gallery { display: none; }
}
main .detail .gallery .galleryPhoto {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
main .detail .gallery .galleryPhoto img {
  width: 100%;
  height: auto;
}
main .detail .info-wrapper .info { margin-bottom:10px; }
main .detail.orange .perex-wrapper {
  background-color: #fce5cc;
}
main .detail.orange .perex-wrapper h3 {
  background-color: #f07d00;
}
main .detail.orange a {
  color: #f07d00;
}
main .detail.orange .info-wrapper .info {
  background-color: #fce5cc;
}
main .detail.orange .info-wrapper .info h4,
main .detail.orange .info-wrapper .info h5 {
  color: #f07d00;
}
main .detail.orange .info-wrapper .info h4 {
  border-bottom: 2px solid #f07d00;
}
main .detail.orange .info-wrapper .info h5 {
  border-bottom: 1px solid #f07d00;
}
main .detail.orange .text h4,
main .detail.orange .text h5,
main .detail.orange .text h6 {
  color: #f07d00;
}
main .detail.green .perex-wrapper {
  background-color: #e4eed5;
}
main .detail.green .perex-wrapper h3 {
  background-color: #79ac2b;
}
main .detail.green a {
  color: #79ac2b;
}
main .detail.green .info-wrapper .info {
  background-color: #e4eed5;
}
main .detail.green .info-wrapper .info h4,
main .detail.green .info-wrapper .info h5 {
  color: #79ac2b;
}
main .detail.green .info-wrapper .info h4 {
  border-bottom: 2px solid #79ac2b;
}
main .detail.green .info-wrapper .info h5 {
  border-bottom: 1px solid #79ac2b;
}
main .detail.green .text h4,
main .detail.green .text h5,
main .detail.green .text h6 {
  color: #79ac2b;
}
main .detail.blue .perex-wrapper {
  background-color: #e6f5fb;
}
main .detail.blue .perex-wrapper h3 {
  background-color: #089bd9;
}
main .detail.blue a {
  color: #089bd9;
}
main .detail.blue .info-wrapper .info {
  background-color: #e6f5fb;
}
main .detail.blue .info-wrapper .info h4,
main .detail.blue .info-wrapper .info h5 {
  color: #089bd9;
}
main .detail.blue .info-wrapper .info h4 {
  border-bottom: 2px solid #089bd9;
}
main .detail.blue .info-wrapper .info h5 {
  border-bottom: 1px solid #089bd9;
}
main .detail.blue .text h4,
main .detail.blue .text h5,
main .detail.blue .text h6 {
  color: #089bd9;
}
@media (max-width: 600px) {
  main .detail .tips-wrapper {
    display: none;
  }
}
.tips-wrapper.tips-on-mobile {
  display: none;
}
@media (max-width: 600px) {
  .tips-wrapper.tips-on-mobile {
    display: block;
    height: auto;
  }
}
.kontakty .vylety-fix {
  width: 100%;
}
@media (max-width: 600px) {
  .kontakty .vylety-fix {
    width: 100%;
    max-width: 100%;
  }
}
.kontakty .vylety-fix .kontakty-adresa {
  padding-bottom: 10px;
}
.kontakty .vylety-fix .kontakty-adresa img {
  margin-bottom: 10px;
}
.kontakty .vylety-fix .kontakty-adresa span {
  display: inline-block;
  font-size: 13px;
  line-height: 17px;
}
.kontakty .vylety-fix .kontakt-blok {
    margin-bottom: 20px;
}
.kontakty .vylety-fix .kontakt-blok p {
    margin: 12px 0;
}
.kontakty .tips-wrapper .tips {
  height: 610px;
}
@media (max-width: 600px) {
  .kontakty .tips-wrapper .tips {
    height: auto;
  }
}
ul {
  list-style: outside none disc;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-white {
  color: #ffffff;
}
.text-orange {
  color: #f07d00;
}

.text-blue { color: #089bd9; }
.text-grey { color: #b0b0b0; }
.text-green { color: #79ac2b; }
.column-fix { padding: 0 5px; }
.height-230 {
  height: 230px;
  overflow: hidden;
}
.noLayout .dnnClear { clear: none; }
.noLayout .dnnClear:after
{
  clear: none;
  content: ".";
  display: none;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.mapaPrehled #m
{
  height: 653px;
  width: 100%;
}
@media (max-width: 740px) { .mapaPrehled #m {height: 400px;} }
@media (max-width: 600px) { .mapaPrehled #m {height: 300px;} }

.mWrapper { background-color: black; }
.smap
{
  background-color: #bcd59c;
  clip: rect(0, auto, auto, 0);
}
.smap:not(.mapLocked) { opacity: 1; }
.smap.mapLocked { opacity: 0.7; }
/* NASTYLOVANI DETAILU SMAPY */
.smap .card .tail { background-color: #a3c77d !important; }
.smap .card
{
  border-radius: 0 !important;
  border-style: none !important;
  border-width: 0px !important;
  width: 228px !important;
  height: auto !important;
  padding: 0px !important;
  -webkit-box-shadow: 0px 12px 13px -15px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 12px 13px -15px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 12px 13px -15px rgba(0, 0, 0, 0.55);
  z-index: 4;
  margin-bottom: 30px;
  position: relative;
}
.smap .card .close
{
  background-image: url("/images/layout/closerip.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  height: 40px !important;
  right: 0 !important;
  top: 0 !important;
  width: 40px !important;
}
.smap .card .card-body { overflow: hidden !important; }
.smap .layer-switch { top: 5px !important; }
.smap .compass
{
  top: 5px !important;
  right: 20px !important;
}
.smap .zoom { top: 70px !important; }
.smap .zoom .label { padding: 0 !important; }
.smap .card .close:after { display: none !important; }
#kontaktySmap > div:first-child { cursor: default !important; }
.vizitka
{
  margin: 0;
  padding: 0;
}
.vizitka > img
{
  float: left;
  height: 146px;
  width: 228px;
}
.vizitka > a > h3
{
  display: block;
  margin: 0;
  color: #ffffff;
  background-color: #79ac2b;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  padding: 6px 10px;
  line-height: 21px;
  text-indent: 0px;
}
.vizitka .vizitkaHide { clear: both; }
.vizitka > a
{
  display: inline-block;
  width: 100%;
}
.vizitka > a:hover { text-decoration: none; }
.vizitka > a > span
{
  float: left;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  width: 100%;
  padding: 5px 40px;
  margin: 0px;
  position: relative;
  background-color: #a3c77d;
  background-image: url("/images/layout/small-arrow-white-rightmargin.png");
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}
.vizitka > a > span > img
{
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -11px;
}
.vizitka > a:hover > span
{
  background-image: url("/images/layout/small-arrow-white-hover-rightmargin.png");
  text-decoration: none;
}
.mapWrapper{ padding: 0 5px; }
/* NASTYLOVANI DETAILU SMAPY KONEC */
/* LIGHTGALLERY */
#lightGallery-Gallery { font-family: 'Roboto', sans-serif; }
#lightGallery-Gallery .customHtml { height: auto; }
#lightGallery-Gallery .customHtml h4
{
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close i::after
{
  right: 7px;
  top: 5px;
}
#lightGallery-Gallery .thumb_cont .thumb { height: auto; }
#lightGallery-Gallery #lightGallery-close { top: 5px; }
#lightGallery-Gallery #lightGallery-close:after
{
  right: 7px;
  top: 5px;
}
#lightGallery-Gallery #lightGallery-close.close { opacity: 0.5; }
#lightGallery-Gallery #lightGallery-close:hover.close { opacity: 1; }
/* LIGHTGALLERY KONEC */


/* SEARCH */

.searchInputContainer { float: left; }

.searchInputContainer input
{
    width: 180px;
    height: 26px;
    text-indent: 5px;
}

.search-bar > span
{
    position: absolute;
    top: 20px;
    right: 10px;
}

@media (max-width: 740px)
{
    .search-bar > span
    {
        position: absolute;
        right: 10px;
        top: 11px;
    }
}

@media (max-width: 400px)
{
    .search-bar > span
    {
        margin-right: -105px;
        position: absolute;
        right: 50%;
        top: 100px;
    }
}

.headerGreyFindSearchButton
{
    display: inline-block;
    font-size: 0px;
    margin: 1px 0 1px 6px;
}

.headerGreyFindSearchButton .magImg
{
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("/images/navgrey-magglass-green.png") no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}

/* SEARCH KONEC */









/* PRINT */

@media print 
{
    body { overflow: visible !important; overflow-y: visible !important; }

    a[href]:after { content: none !important; }

    header, footer { display: none; }
    .heading h2:after { content: "www.vyletnarip.cz"; font-size: 12px; float:right; }

    .detail .galleryPhoto img { display: none; }
    .smap { display: none; }

    .detail { position: relative; }
    .vylety-fix, .vylety-fix p
    {
        width: 100%!important;
    }
    .detail .text 
    {
         display: block!important; 
         width: 100%;
    }
    .detail h2, .detail h3
    {
        position: relative;
        display: block;
        float: none;
        page-break-after: avoid!important;
    }
    .detail p
    {
        position: relative;
        display: block;
        float: none;
        page-break-inside: avoid!important;
        width: 100%;
    }
    .detail img, a[href$=".jpg"], a[href$=".png"], a[href$=".gif"]
    {
        display: block;
        position: relative;
        float: none;
        page-break-inside: avoid!important;
        margin: 4px 0 4px 0;
    }

    @page  
    { 
        size: auto;
        margin: 20mm 10mm;
    }
}

/* PRINT KONEC*/

/* IKONY */

@font-face 
{
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-xtkzkk');
	src:url('../fonts/icomoon.eot?#iefix-xtkzkk') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?-xtkzkk') format('truetype'),
		url('../fonts/icomoon.woff?-xtkzkk') format('woff'),
		url('../fonts/icomoon.svg?-xtkzkk#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] 
{
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-google-plus2:before { content: "\e600"; }
.icon-facebook2:before { content: "\e601"; }
.icon-youtube3:before { content: "\e602"; }

.headerIconSocial { padding: 10px 10px; }
.headerIconSocial a { display: inline-block; margin-right: 8px; }
.headerIconSocial a:link, .headerIconSocial a:visited { text-decoration: none; }
.headerIconSocial a:last-child { margin-right: 0; }
.headerIconSocial a span { font-size: 33px; }
.headerIconSocial a span.icon-youtube3 { color: #cc181e; }
.headerIconSocial a span.icon-google-plus2 { color: #d73d32; }
.headerIconSocial a span.icon-facebook2 { color: #ffffff; }
.headerIconSocial a:hover span { color: #ac121e; }

/* IKONY KONEC */

/* SLIDER START */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
        outline: none;
    }

.slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-disabled {
    display: none !important;
}

.slick-arrow {
    position: absolute;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
    color: transparent;
    border: none;
    z-index: 5;
    width: 27px;
    height: 30px;
}

.slick-arrow:before {
    position: absolute;
    top: -3px;
    color: #089bd9;
    font-size: 36px;
}

.slick-arrow.slick-next:before {
    content: "\e258";
    right: 0;
}

.slick-arrow.slick-prev:before {
    content: "\e257";
    left: 0;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    text-align: center;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slick-dots li {
    display: block;
    float: left;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slick-dots li button {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 100%;
    border: 2px solid #089bd9;
    cursor: pointer;
    background-color: transparent;
    color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.slick-dots li button:hover {
    background-color: #089bd9;
}

.slick-dots li.slick-active button {
    background-color: #089bd9;
}




header .headerSlider {
    width: 100%;
    height: auto;
}

header .headerSlider *:focus {
    outline: 0 !important;
}

@media (max-width: 740px) {
    header .headerSlider {
        margin-top: 58px;
    }
}

header .headerSlider .headerSliderSlide {
    position: relative;
    overflow: hidden;
    display: none;
}

header .headerSlider .headerSliderSlide:first-child {
    display: block;
}

header .headerSlider .headerSliderSlide a {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    color: #ffffff;
}

@media (max-width: 740px) {
    header .headerSlider .headerSliderSlide a {
        height: 200px;
        position: relative;
        overflow: hidden;
    }
}

header .headerSlider .headerSliderSlide a img {
    width: 100%;
    height: auto;
}

@media (max-width: 740px) {
    header .headerSlider .headerSliderSlide a img {
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 200px;
        width: auto;
    }
}

header .headerSlider .headerSliderSlide a .sliderTextWrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 58px;
}

header .headerSlider .headerSliderSlide a .sliderTextWrapper .container {
    padding-left: 0;
    padding-right: 0;
}

header .headerSlider .headerSliderSlide a .sliderTextWrapper .textWrapper {
    float: right;
    text-align: left;
    background-color: rgba(44, 44, 44, 0.9);
    padding: 10px;
    max-width: 40%;
    max-height: 140px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

header .headerSlider .headerSliderSlide a .sliderTextWrapper .textWrapper h2 {
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 23px;
    line-height: 25px;
}

header .headerSlider .headerSliderSlide a .sliderTextWrapper .textWrapper p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
}
header .headerSlider .headerSliderSlide a .sliderTextWrapper .textWrapper p.cta {
    text-decoration: underline;
}

header .headerSlider .headerSliderSlide a .sliderTextWrapper .textWrapper.visible {
    opacity: 1;
}

@media (max-width: 1420px) {
    header .headerSlider .headerSliderSlide a .sliderTextWrapper {
        bottom: 30px;
    }
}

@media (max-width: 992px) {
    header .headerSlider .headerSliderSlide a .sliderTextWrapper {
        bottom: 15px;
        right: 10px;
    }
}

@media (max-width: 768px) {
    header .headerSlider .headerSliderSlide a .sliderTextWrapper {
        bottom: 10px;
    }

    header .headerSlider .headerSliderSlide a .sliderTextWrapper .textWrapper {
        max-height: 110px;
        max-width: 50%;
    }
}

@media (max-width: 740px) {
    header .headerSlider .headerSliderSlide a .sliderTextWrapper {
        left: 10px;
        right: 10px;
    }

    header .headerSlider .headerSliderSlide a .sliderTextWrapper .textWrapper {
        max-height: 88px;
        max-width: 100%;
    }
}

header .headerSlider .headerSliderSlide a:hover {
    text-decoration: none;
}

header .headerSlider .headerSliderSlide a:hover .textWrapper {
    background-color: rgba(44, 44, 44, 1.0);
}

header .headerSlider .headerSliderSlide a:hover h2 {
    text-decoration: none;
}

header .headerSlider .headerSliderSlide a:hover p {
    text-decoration: none;
}

header .headerSlider.slick-slider .headerSliderSlide {
    display: block;
}

header .headerSlider .slick-arrow {
    top: 50%;
    margin-top: -15px;
}

@media (max-width: 740px) {
    header .headerSlider .slick-arrow {
        top: 30%;
    }
}

header .headerSlider .slick-next {
    right: 30px;
}

@media (max-width: 1100px) {
    header .headerSlider .slick-next {
        right: 5px;
    }
}

@media (max-width: 1024px) {
    header .headerSlider .slick-next {
        right: 0px;
    }
}

@media (max-width: 1023px) {
    header .headerSlider .slick-next {
        display: none !important;
    }
}

@media (max-width: 740px) {
    header .headerSlider .slick-next {
        display: inline-block !important;
        right: 4px;
    }
}

header .headerSlider .slick-prev {
    left: 30px;
}

@media (max-width: 1100px) {
    header .headerSlider .slick-prev {
        left: 5px;
    }
}

@media (max-width: 1024px) {
    header .headerSlider .slick-prev {
        left: 0px;
    }
}

@media (max-width: 1023px) {
    header .headerSlider .slick-prev {
        display: none !important;
    }
}

@media (max-width: 740px) {
    header .headerSlider .slick-prev {
        display: inline-block !important;
        left: 4px;
    }
}

header .headerSlider .slick-dots {
    margin-left: 0;
    bottom: 27px;
}

@media (max-width: 1420px) {
    header .headerSlider .slick-dots {
        bottom: -1px;
    }
}

@media (max-width: 992px) {
    header .headerSlider .slick-dots {
        bottom: -16px;
        margin-left: -24.7vw;
    }
}

@media (max-width: 768px) {
    header .headerSlider .slick-dots {
        bottom: -22px;
    }
}

@media (max-width: 740px) {
    header .headerSlider .slick-dots {
        display: none !important;
    }
}


/* SLIDER KONEC */