/**
 * Project - main CSS Stylesheet
 *
 * @project Project
 * @version 1.1
 * @date 26.01.2016 19:11:41
 * @author janrenn <renner@cyberfox.cz>
 * @author pavekrej <krejci@cyberfox.cz>
 * @author pavehany <hanys@cyberfox.cz>
 * @author danimaca <macak@cyberfox.cz>
 * @copyright Cyber Fox, s.r.o. 2012-present
 *
 * Neue Helvetica W02
 * Bold 600
 * Light 300
 * Roman 400 
 *
 */
@import url('https://fast.fonts.net/cssapi/68ef586e-6bcd-4565-8b64-b8382ae044e4.css');
/**
 * ---------------
 * @section Global
 * -----------------
 */

html,
body {
}
body {
  position: relative;
}

.main-wrapper {
  background-color: #e0e0e0;
  background-image: url('/themes/default/images/content/bile_linie.png');
  background-repeat: repeat-y;
  background-size: contain;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.content-wrapper {
  background-image: url('/themes/default/images/content/pozadi_modre.png');
  background-repeat: repeat-x;
  margin-bottom: 20px;
}

::selection {
  /*http://stackoverflow.com/questions/7224445/css3-selection-behaves-differently-in-ff-chrome*/
  background: rgba(242, 54, 34, 0.99);
  color: #fff;
}
::-moz-selection {
  background: #f23622;
  color: #fff;
}
.disable-selection {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

/* MY STYLE */

/* NAV */
.navbar {
  border-radius: 0px;
  border: none;
  z-index: 5;
  background-color: #fff;
  margin-bottom: 0px;
}
.navbar-nav > li > a {
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff !important;
}
.navbar-toggle {
  margin-top: 28px;
  margin-bottom: 28px;
}
.diff_li {
  padding: 34px 0px 33px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

.container > .row > .navbar > .navbar-header > .navbar-brand > img {
  height: 65px;
  left: -10px;
  position: relative;
  top: -3px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  /*color: #777;*/
  border-bottom: 2px solid currentColor;
  padding-bottom: 5px;
}
.section-komercni-objekty .navbar-default .navbar-nav > .active > a,
.section-komercni-objekty .navbar-default .navbar-nav > .active > a:hover,
.section-komercni-objekty .navbar-default .navbar-nav > .active > a:focus {
  color: #435e77;
}
.section-projekty .navbar-default .navbar-nav > .active > a,
.section-projekty .navbar-default .navbar-nav > .active > a:hover,
.section-projekty .navbar-default .navbar-nav > .active > a:focus {
  color: #435e77;
}
.section-pozemky .navbar-default .navbar-nav > .active > a,
.section-pozemky .navbar-default .navbar-nav > .active > a:hover,
.section-pozemky .navbar-default .navbar-nav > .active > a:focus {
  color: #435e77;
}
.dropdown-menu {
  border-radius: 0px;
}
.dropdown-menu .caret {
  border-bottom: 4px solid transparent;
  border-left: 4px dashed;
  border-top: 4px solid transparent;
  margin-right: 5px;
  margin-top: 6px;
  position: absolute;
  right: 0;
}

.carets li > a:hover,
.carets li > a:focus,
.carets li > a:active {
  background: #435e77;
  color: #ffffff !important;
}

.row > .navbar-default {
  background-color: #435e77;
  background-size: contain;
  margin-bottom: 25px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  border-bottom: 2px solid currentColor;
  padding-bottom: 5px;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
  /*podtržení pro kontakt*/
  border-bottom: 2px solid currentColor;
  padding-bottom: 5px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #435e77;
}

/*resp menu*/

@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
}

/*VIDEO - pozadi*/

/*.pid-1 .container > .columns > .col-sm-12 > .video-fluid, .pid-45 .container > .columns > .col-sm-12 > .video-fluid */
.poz {
  background-image: url('/themes/default/images/content/video.png');
  background-repeat: no-repeat;
  background-size: 90%;
  background-position-x: center;
  background-position-y: 42%;
  margin-bottom: 20px;
}

/*==// FIX //==*/

.caret.navbar-toggle {
  border: 0;
  border-bottom: 4px solid transparent;
  border-left: 4px dashed;
  border-top: 4px solid transparent;
  margin-right: 5px;
  margin-top: 6px;
  position: absolute;
  right: 0;
  padding: 0;
  float: none;
}

ul.nav > li > ul > li > a.has-submenu,
ul.nav > li > ul > li > ul > li > a.has-submenu {
  cursor: default;
}

.dropdown-menu {
  box-shadow: none;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #c6c6c6;
  border-color: #337ab7;
}

.section-komercni-objekty .dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #435e77;
}
.section-commercial-buildings .dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #435e77;
}

.section-pozemky .dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #435e77;
}
.section-lands .dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #435e77;
}

.section-projekty .dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #435e77;
}
.section-projects .dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #435e77;
}

.section-group .dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #435e77;
}

/* END of NAV */

/* Carousel */
.carousel_wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}

/* h2 */
.caption_title {
  font-size: 20px !important;
  color: #fff;
  padding: 15px 0px 15px 0px;
}
.caption_title a {
  color: #fff;
}
.caption_title a:hover {
  color: #fff;
}
/* perex */
#myCarousel .perex {
  color: #fff;
}
.carousel-caption {
  width: 100%;
  position: relative;
  top: 0px;
  left: auto;
  right: auto;
  padding-top: 1px;
  padding-bottom: 45px;
  height: 170px;
}
.carousel-caption p {
  font-size: 14px;
  width: 60%;
  text-align: center;
  margin: 0px auto;
}

/* Pozadi caption */
.car_color_komercni-objekty,
.car_color_commercial-buildings {
  background: #006d87; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #0f86a3 0%,
    #006d87 50%,
    #0f86a3 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #0f86a3),
    color-stop(50%, #006d87),
    color-stop(100%, #0f86a3)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    #0f86a3 0%,
    #006d87 50%,
    #0f86a3 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    #0f86a3 0%,
    #006d87 50%,
    #0f86a3 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    #0f86a3 0%,
    #006d87 50%,
    #0f86a3 100%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    #0f86a3 0%,
    #006d87 50%,
    #0f86a3 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f86a3', endColorstr='#0f86a3',GradientType=1 );
}
.car_color_pozemky,
.car_color_lands {
  background: #86151c; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #c1001f 0%,
    #86151c 50%,
    #c1001f 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #c1001f),
    color-stop(50%, #86151c),
    color-stop(100%, #c1001f)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    #c1001f 0%,
    #86151c 50%,
    #c1001f 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    #c1001f 0%,
    #86151c 50%,
    #c1001f 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    #c1001f 0%,
    #86151c 50%,
    #c1001f 100%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    #c1001f 0%,
    #86151c 50%,
    #c1001f 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1001f', endColorstr='#c1001f',GradientType=1 );
}
.car_color_projekty,
.car_color_projects {
  background: #b19000; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #b19000 0%,
    #cdaa10 50%,
    #b19000 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #b19000),
    color-stop(50%, #b19000),
    color-stop(100%, #0f86a3)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    #b19000 0%,
    #cdaa10 50%,
    #b19000 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    #b19000 0%,
    #cdaa10 50%,
    #b19000 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    #b19000 0%,
    #cdaa10 50%,
    #b19000 100%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    #b19000 0%,
    #cdaa10 50%,
    #b19000 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdaa10', endColorstr='#cdaa10',GradientType=1 );
}
.car_color_group {
  background: #666666; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #666666 0%,
    #8d8d8d 50%,
    #666666 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #666666),
    color-stop(50%, #666666),
    color-stop(100%, #8d8d8d)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    #666666 0%,
    #8d8d8d 50%,
    #666666 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    #666666 0%,
    #8d8d8d 50%,
    #666666 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    #666666 0%,
    #8d8d8d 50%,
    #666666 100%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    #666666 0%,
    #8d8d8d 50%,
    #666666 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d8d8d', endColorstr='#8d8d8d',GradientType=1 );
}
/* Vyrez */
.box_vyrezu {
  position: absolute;
  top: 0px;
  margin-top: -20px;
  text-align: center;
  width: 100%;
  height: 20px;
}
.car_shape {
  float: left;
  width: 2%;
  height: 20px;
}
.car_shape img {
  width: 100%;
  height: 20px;
  background-size: cover;
}
/* carousel line background by section */
.car_pozemky_left,
.car_lands_left {
  float: left;
  width: 49%;
  height: 21px;
  background: #86151c;
  background: -moz-linear-gradient(
    left,
    rgba(193, 0, 32, 1) 0%,
    rgba(134, 21, 28, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(193, 0, 32, 1)),
    color-stop(100%, rgba(134, 21, 28, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(193, 0, 32, 1) 0%,
    rgba(134, 21, 28, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(193, 0, 32, 1) 0%,
    rgba(134, 21, 28, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(193, 0, 32, 1) 0%,
    rgba(134, 21, 28, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(193, 0, 32, 1) 0%,
    rgba(134, 21, 28, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c10020', endColorstr='#86151c', GradientType=1 );
}
.car_pozemky_right,
.car_lands_right {
  float: left;
  width: 49%;
  height: 21px;
  background: #86151c;
  background: -moz-linear-gradient(
    left,
    rgba(134, 21, 28, 1) 0%,
    rgba(193, 0, 32, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(134, 21, 28, 1)),
    color-stop(100%, rgba(193, 0, 32, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(134, 21, 28, 1) 0%,
    rgba(193, 0, 32, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(134, 21, 28, 1) 0%,
    rgba(193, 0, 32, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(134, 21, 28, 1) 0%,
    rgba(193, 0, 32, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(134, 21, 28, 1) 0%,
    rgba(193, 0, 32, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86151c', endColorstr='#c10020', GradientType=1 );
}
.car_komercni-objekty_left,
.car_commercial-buildings_left {
  float: left;
  width: 49%;
  height: 21px;
  background: #86151c;
  background: -moz-linear-gradient(
    left,
    rgba(15, 133, 163, 1) 0%,
    rgba(0, 109, 135, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(15, 133, 163, 1)),
    color-stop(100%, rgba(0, 109, 135, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(15, 133, 163, 1) 0%,
    rgba(0, 109, 135, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(15, 133, 163, 1) 0%,
    rgba(0, 109, 135, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(15, 133, 163, 1) 0%,
    rgba(0, 109, 135, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(15, 133, 163, 1) 0%,
    rgba(0, 109, 135, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f85a3', endColorstr='#006d87', GradientType=1 );
}
.car_komercni-objekty_right,
.car_commercial-buildings_right {
  float: left;
  width: 49%;
  height: 21px;
  background: #86151c;
  background: -moz-linear-gradient(
    left,
    rgba(0, 109, 135, 1) 0%,
    rgba(15, 133, 163, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(0, 109, 135, 1)),
    color-stop(100%, rgba(15, 133, 163, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 109, 135, 1) 0%,
    rgba(15, 133, 163, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 109, 135, 1) 0%,
    rgba(15, 133, 163, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(0, 109, 135, 1) 0%,
    rgba(15, 133, 163, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 109, 135, 1) 0%,
    rgba(15, 133, 163, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006d87', endColorstr='#0f85a3', GradientType=1 );
}
.car_projekty_left,
.car_projects_left {
  float: left;
  width: 49%;
  height: 21px;
  background: #cca90f;
  background: -moz-linear-gradient(
    left,
    rgba(177, 144, 0, 1) 0%,
    rgba(205, 170, 16, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(177, 144, 0, 1)),
    color-stop(100%, rgba(205, 170, 16, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(177, 144, 0, 1) 0%,
    rgba(205, 170, 16, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(177, 144, 0, 1) 0%,
    rgba(205, 170, 16, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(177, 144, 0, 1) 0%,
    rgba(205, 170, 16, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(177, 144, 0, 1) 0%,
    rgba(205, 170, 16, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b19000', endColorstr='#cdaa10', GradientType=1 );
}
.car_projekty_right,
.car_projects_right {
  float: left;
  width: 49%;
  height: 21px;
  background: #cca90f;
  background: -moz-linear-gradient(
    left,
    rgba(205, 170, 16, 1) 0%,
    rgba(177, 144, 0, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(205, 170, 16, 1)),
    color-stop(100%, rgba(177, 144, 0, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(205, 170, 16, 1) 0%,
    rgba(177, 144, 0, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(205, 170, 16, 1) 0%,
    rgba(177, 144, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(205, 170, 16, 1) 0%,
    rgba(177, 144, 0, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(205, 170, 16, 1) 0%,
    rgba(177, 144, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdaa10', endColorstr='#b19000', GradientType=1 );
}
.car_group_left {
  float: left;
  width: 49%;
  height: 21px;
  background: #666666;
  background: -moz-linear-gradient(
    left,
    rgba(102, 102, 102, 1) 0%,
    rgba(141, 141, 141, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(102, 102, 102, 1)),
    color-stop(100%, rgba(141, 141, 141, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(102, 102, 102, 1) 0%,
    rgba(141, 141, 141, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(102, 102, 102, 1) 0%,
    rgba(141, 141, 141, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(102, 102, 102, 1) 0%,
    rgba(141, 141, 141, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(102, 102, 102, 1) 0%,
    rgba(141, 141, 141, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#8d8d8d', GradientType=1 );
}
.car_group_right {
  float: left;
  width: 49%;
  height: 21px;
  background: #666666;
  background: -moz-linear-gradient(
    left,
    rgba(141, 141, 141, 1) 0%,
    rgba(102, 102, 102, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(141, 141, 141, 1)),
    color-stop(100%, rgba(102, 102, 102, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(141, 141, 141, 1) 0%,
    rgba(102, 102, 102, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(141, 141, 141, 1) 0%,
    rgba(102, 102, 102, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(141, 141, 141, 1) 0%,
    rgba(102, 102, 102, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(141, 141, 141, 1) 0%,
    rgba(102, 102, 102, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d8d8d', endColorstr='#666666', GradientType=1 );
}

/* Indikatory */
.carousel-indicators li {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
}
.carousel-indicators .active {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
}
.carousel-indicators {
  bottom: 0;
}
/* END of Carousel */

/* Staticky carousel */
.img_static_obj {
  display: none;
}
.img_static_lan {
  display: none;
}
.img_static_pro {
  display: none;
}
.img_static_gro {
  display: none;
}
.section-images .img_static_gro {
  display: block;
}
.section-komercni-objekty .img_static_obj,
.section-commercial-buildings .img_static_obj {
  display: block;
} /* blue */
.section-pozemky .img_static_lan,
.section-lands .img_static_lan {
  display: block;
} /* red */
.section-projekty .img_static_pro,
.section-projects .img_static_pro {
  display: block;
} /* yellow */
.section-group .img_static_gro {
  display: block;
} /* grey */
.section-terms-of-use .img_static_gro,
.section-pravidla .img_static_gro {
  display: block;
}
.section-career .img_static_gro,
.section-kariera .img_static_gro {
  display: block;
}

.floating-carousel-outer {
  width: 100%;
  height: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  top: -1px;
  left: 0;
  overflow: hidden;
  /*border-top:1px solid #656565;*/
}
.floating-carousel-inner {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel .carousel-caption-inner,
.carousel .carousel-caption-inner-video {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 25%;
  left: 15%;
}

.carousel .carousel-caption-inner-video {
  bottom: 8%;
  left: 8%;
}

.carousel .carousel-caption-inner .box_vyrezu,
.carousel .carousel-caption-inner-video .box_vyrezu {
  display: none;
}

.carousel .carousel-caption-inner .caption_title,
.carousel .carousel-caption-inner-video .caption_title {
  margin: 0 0 10px 0;
  padding: 4px 10px;
  font-size: 19px;
  font-weight: bold;
  background: #435e77;
  border-radius: 5px;
}
.carousel .carousel-caption-inner .btn,
.carousel .carousel-caption-inner-video .btn {
  float: right;
  font-size: 17px;
  font-weight: bold;
  color: #fff;

  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.carousel .carousel-caption-inner .btn.komercni-objekty,
.carousel .carousel-caption-inner .btn.commercial-buildings {
  background: #006d87;
}
.carousel .carousel-caption-inner .btn.pozemky,
.carousel .carousel-caption-inner .btn.lands {
  background: #86151c;
}
.carousel .carousel-caption-inner .btn.group {
  background: #666666;
}

.carousel .carousel-caption-inner .btn:hover,
.carousel .carousel-caption-inner .btn:focus {
  background: #787878;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nav > li {
  }
  .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }
}

/* END of - Staticky carousel */

/* Page: Seznamy */
/* NEWS LIST (ONLY FOR NEWS!!!) */
.news_list_box {
  list-style: none;
  margin: 0px;
  padding: 0px;
} /* UL */
.news_inner {
  background-color: #fff;
  padding: 5px;
  margin: 5px 0px 5px 0px;
}
.news_inner img {
  margin-right: 10px;
}
.news_list_txt {
  min-height: 153px;
}
.news_list_txt h2 {
  font-size: 18px;
  padding: 0px;
  margin: 0px;
  color: #666;
}
.news_list_txt .perex {
  color: #666;
  font-weight: normal;
  font-size: 14px;
}
.page-list-news {
  padding-bottom: 15px;
} /* padding strany */
/* NEWS DETAIL */
.page-detail-news img {
  margin: 0px 20px 20px 0px;
}
.second-heading h1,
.second-heading h2,
.second-heading h3 {
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
/* END of - NEWS LIST (ONLY FOR NEWS!!!) */

/* NEW STYLE FOR ALL LIST */
.content-list {
  display: block;
}
.items-list {
  width: 100%;
  display: inline-flex;
  list-style: none;
  margin: 0px 0px 11px 0px;
  padding: 0px;
  flex-wrap: wrap;
} /* UL */
.content-list .item {
  width: 50%;
  padding: 10px;
  display: flex;
  align-content: flex-start;
}
.item-image {
  width: 50%;
  height: auto;
  margin: 0px 8px 10px 0px;
}
.item-image img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.item-content {
  display: block;
  width: 50%;
}

.item-heading h2 {
  padding: 0;
  margin: 0px 0px 0px 0px;
  font-size: 18px;
  height: auto;
  overflow: hidden;
  font-weight: bold;
}

.item-heading a {
  color: #435e77;
  text-decoration: none;
}
.section-komercni-objekty .item-heading a:hover,
.section-commercial-buildings .item-heading a:hover {
  text-decoration: underline;
} /* blue */
.section-pozemky .item-heading a:hover,
.section-lands .item-heading a:hover {
  text-decoration: underline;
} /* red */
.section-projekty .item-heading a:hover,
.section-projects .item-heading a:hover {
  text-decoration: underline;
} /* yellow */
.section-group .item-heading a:hover {
  text-decoration: underline;
} /* grey */
.section-terms-of-use .item-heading a:hover,
.section-pravidla .item-heading a:hover {
  text-decoration: underline;
}
.section-career .item-heading a:hover,
.section-kariera .item-heading a:hover {
  text-decoration: underline;
}

.item-date {
  display: block;
  width: 100%;
  padding: 6px 0px 0px 0px;
  margin: 0px;
}
.item-perex,
.item-perex p {
  padding: 6px 0px 0px 0px !important;
  margin: 0px !important;
  font-size: 12px;
  color: #435e77;
}
.item-perex b,
.item-perex strong {
  font-weight: normal;
}

.item-details {
  font-size: 12px;
  color: #666;
  font-weight: bold;
  line-height: 0.9em;
  padding-top: 5px;
  margin-top: 2px;
  padding-bottom: 5px;
}
.item-details table td {
  width: 50%;
}

.news-kontakt {
  display: none;
}

.section-group .news-kontakt {
  display: block;
}

.news-kontakt {
  margin-left: 5px;
}
.news-kontakt-title {
  font-size: 18px;
  font-weight: 700;
}
.news-kontakt table {
  margin-bottom: 15px;
}
.news-kontakt td {
  padding: 5px;
}

.muj_perex a {
  color: #ffffff;
  background: #435e77;
  padding: 0px 15px 3px 15px;
  font-size: 2.2rem;
  border-radius: 10px;
} /* perex více */

.muj_perex {
  margin-top: 8px;
}

.item-content > .item-heading > h2 > a {
  font-size: 20px;
  position: relative;
}

.section-komercni-objekty .back-link a,
.section-commercial-buildings .back-link a {
  color: #435e77;
} /* blue */
.section-pozemky .back-link a,
.section-lands .back-link a {
  color: #435e77;
} /* red */
.section-projekty .back-link a,
.section-projects .back-link a {
  color: #435e77;
} /* yellow */
.section-group .back-link a {
  color: #435e77;
} /* grey */
.section-terms-of-use .back-link a,
.section-pravidla .back-link a {
  color: #435e77;
}
.section-career .back-link a,
.section-kariera .back-link a {
  color: #435e77;
}

/* END of - NEW STYLE FOR ALL LIST */

/* STYLE UPDATE */

/*
    .item.item-object{background:red}
    .item.item-object + .item.item-object + .item.item-object + .item.item-object {background:rgb(255,255,255);}
    */

/*.item.item-object:first-child,
    .item.item-object:nth-child(2),
    .item.item-object:nth-child(3){
      width:calc(33% - 10px);
      position:relative;
    }
    .item.item-object:nth-child(2){width:calc(34% - 10px);}
    .item.item-object:first-child .item-image,
    .item.item-object:nth-child(2) .item-image,
    .item.item-object:nth-child(3) .item-image{
      width:100%;
      height:auto;
    }
    .item.item-object:first-child .item-content,
    .item.item-object:nth-child(2) .item-content,
    .item.item-object:nth-child(3) .item-content{
      width:100%;
    }
    .item.item-object:first-child .item-image .wraps-image,
    .item.item-object:nth-child(2) .item-image .wraps-image,
    .item.item-object:nth-child(3) .item-image .wraps-image{
      width:100%;
      height:auto;
    }
    .item.item-object:first-child .item-image img,
    .item.item-object:nth-child(2) .item-image img,
    .item.item-object:nth-child(3) .item-image img{
      width:356px;
      height:auto;
    }
    .item.item-object:first-child .item-image .wraps-image img,
    .item.item-object:nth-child(2) .item-image .wraps-image img,
    .item.item-object:nth-child(3) .item-image .wraps-image img{
      max-width:100% !important;
      height:auto !important;
    } */

.item.item-object {
  width: calc(33%);
  position: relative;
  flex-wrap: wrap;
}
.item.item-object .item-image {
  width: 100%;
  height: auto;
}
.item.item-object .item-content {
  width: 100%;
}
.item.item-object .item-image .wraps-image {
  width: 100%;
  height: auto;
}
.item.item-object .item-image img {
  width: 356px;
  height: auto;
}
.item.item-object .item-image .wraps-image img {
  max-width: 100% !important;
  height: auto !important;
}

.star-separator {
  content: '';
  width: calc(100% - 10px);
  height: 1px;
  margin: 10px 5px 20px 5px;
  padding: 0;
  display: block;
  clear: both;
  position: relative;
  top: 10px;
  background: rgb(20, 20, 20);
}

@media (max-width: 991px) {
  .item.item-object:first-child,
  .item.item-object:nth-child(2),
  .item.item-object:nth-child(3) {
    width: 100%;
  }
  .item.item-object:first-child .item-image,
  .item.item-object:nth-child(2) .item-image,
  .item.item-object:nth-child(3) .item-image {
    width: 270px;
  }
}

@media (max-width: 640px) {
  .item.item-object:first-child .item-image,
  .item.item-object:nth-child(2) .item-image,
  .item.item-object:nth-child(3) .item-image {
    width: 100%;
  }

  .item.item-object:first-child .item-image img,
  .item.item-object:nth-child(2) .item-image img,
  .item.item-object:nth-child(3) .item-image img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .content-list .item {
    flex-direction: column;
  }

  .item-content {
    width: 100%;
  }
}

/* END of - Seznamy */

/* Search BOX */
.search-box {
  position: relative;
  cursor: pointer;
  margin-top: 21px;
}

.search-box .find-icon {
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 18px 10px 0 0 !important;
  margin: 0px !important;
  color: white;
}
.search-box input[type='text'] {
  max-width: 165px;
  padding: 5px 30px 7px 5px;
  border: 1px solid #cccccc;
  opacity: 0;
}
/* End of Search BOX */

/* IMAGE CONTENT (banner na HP) */
.thumbnail {
  position: relative;
  overflow: hidden;
  border: none;
  padding: 0px 0px 0px 0px;
  border-radius: 0px;
  margin: 5px 0px 5px 0px;
  height: 194px;
  /*564px × 194px*/
}

.thumbnail a {
  text-decoration: none;
}

.margin-banner {
  padding: 0px;
  padding-right: 5px;
  padding-left: 5px;
}

.caption {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding: 0px 9px 9px 9px !important;
  display: none;
  text-align: center;
  color: #fff !important;
  z-index: 2;
  display: table;
}

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

.caption h4 {
  font-size: 32px;
}
.caption p {
  font-size: 16px;
  color: #fff;
}

.banner-box {
  width: 564px;
  height: 194px;
  position: relative;
  overflow: hidden;
  margin-bottom: 7px;
}
.banner-box img {
  width: 564px;
  height: 194px;
}
.banner-box .textbox {
  width: 564px;
  height: 194px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -564px;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
}
.banner-box:hover .textbox {
  margin-top: 0;
  display: table-cell;
  vertical-align: middle;
}
.textbox h3 {
  width: 100%;
  text-align: center;
}
.textbox a {
  color: #fff;
}
.perex {
  padding: 5px 5px 0px 5px;
  margin: 0px;
  text-align: center;
  color: #fff;
}
.textbox {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.textbox-inner {
  width: 564px;
  height: 194px;
  color: #fff;
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.textbox-inner h3 {
  padding: 0px;
  margin: 0px;
}

.banner-box .textbox > .textbox-inner > h3 {
  color: #fff;
}

/* END of IMAGE CONTENT */

/* DETAIL */
.section-komercni-objekty .price-format,
.section-commercial-buildings .price-format {
  background-color: #006d87;
  color: #fff;
  font-size: 18px;
} /* blue */
.section-pozemky .price-format,
.section-lands .price-format {
  background-color: #86151c;
  color: #fff;
  font-size: 18px;
} /* red */
.section-projekty .price-format,
.section-projects .price-format {
  background-color: #b19000;
  color: #fff;
  font-size: 18px;
} /* yellow */
.section-group .price-format {
  background-color: #666666;
  color: #fff;
  font-size: 18px;
} /* grey */
.section-terms-of-use .price-format,
.section-pravidla .price-format {
  background-color: #666666;
  color: #fff;
  font-size: 18px;
}
.section-career .price-format,
.section-kariera .price-format {
  background-color: #666666;
  color: #fff;
  font-size: 18px;
}

.image_detail_res img {
  background-size: cover;
  width: 100%;
  margin-bottom: 10px;
}
.image_res_thumb img {
  background-size: cover;
  width: 100%;
  padding: 5px 0px 5px 0px;
}

.thumbnail_img_list {
  float: left;
  list-style: none;
  margin: 5px 0px 0px 0px;
  padding: 0px;
}
.thumbnail_img_list img {
  background-size: cover;
  width: 100%;
  background-color: #fff;
  padding: 3px;
}
.thumbnail_img_list li {
  float: left;
  padding: 0px;
  margin: 0px; /*padding: 0.133em;*/
}

.image_thumb_offer {
  display: inline-block;
  width: 100%;
}
.image_thumb_offer h2 {
  padding: 10px 0px 10px 0px;
  margin: 0px;
}

.offer_admin {
  display: inline-block;
  width: 100%;
  margin: 20px 0px 20px 0px;
  padding: 10px;
  border: 1px solid #e0e0e0;
}
.offer_admin img {
  float: left;
  margin-right: 20px;
}
.offer_admin p {
  margin: 3px 5px 3px 5px;
  padding: 0px;
}
.offer_admin_txt {
  float: left;
}

.offer_description {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}

.page-list-objects,
.page-list-projects,
.page-list-news {
}

.offer_list {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
  color: #666666;
}
.offer_list li {
  float: left;
  width: 49%;
  height: 173px;
  margin: 5px 5px 10px 5px;
  padding: 10px;
  background-color: #fff;
}
.offer_list a {
  color: #666666;
}
.offer_list a:link {
  color: #666666;
}
.offer_list img {
  margin-right: 10px;
}
.offer_list h2 {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}

.list_search {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
  color: #666666;
}
.list_search li {
  float: left;
  width: 49%;
  height: 83px;
  margin: 5px 5px 10px 5px;
  padding: 10px;
  background-color: #fff;
}
.list_search a {
  color: #666666;
}
.list_search a:link {
  color: #666666;
}
.list_search img {
  margin-right: 10px;
}
.list_search h2 {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}

.pager {
  float: left;
  width: 100%;
}

.perex a {
  color: #006d87;
}
.perex a:link {
  color: #006d87;
}

.summary {
  float: left;
  width: 100%;
  margin: 0px 0px 10px 0px;
  padding: 10px 10px 0px 5px;
}
.empty {
  display: block;
  padding: 0 15px 15px 4px;
  width: 100%;
}

.section-pozemky .land_hide,
.section-lands .land_hide {
  /*neukazovat garaz/sklep/CP/CO u pozemku*/
  display: none;
}

/* END of DETAIL */

/* HP Section - Testimonial */
#testimonial .carousel-inner .item img {
  background-color: #fff;
  width: auto;
}
#testimonial .carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0px;
}
#testimonial .carousel-inner > .next {
  left: 100%;
}
#testimonial .item .thumbnail {
  margin-bottom: 0;
  background-color: #fff;
}
#testimonial .carousel-inner > .active,
.carousel-inner {
  background-color: #fff;
}
#testimonial .carousel-control.left,
.carousel-control.right {
  background-image: none !important;
  background: none !important;
  padding-top: 25px !important;
}
#testimonial .carousel-control {
  background: #ddd;
  color: #999;
  padding: 4px 0;
  width: 32px;
  height: 33px;
  top: auto;
  left: auto;
  bottom: 0;
  opacity: 1;
  text-shadow: none;
}
#testimonial .carousel-control.right {
  top: 3px;
  left: 0px;
}
#testimonial .carousel-control.left {
  top: 3px;
  right: 0px;
}
.testimonial_img {
  float: left;
  text-align: left;
  padding-right: 20px;
}
.testimonial-arrow {
  padding: 5px;
}
#testimonial .carousel-inner {
  overflow: hidden;
  position: relative;
}
.slider_pad_mar {
  margin: 25px 0 30px;
}
/* End of - HP Section -  Testimonial */

/* Pagination */
.pagination {
  float: left;
  width: 100%;
  margin: 0px 0px 20px 0px;
}
.yiiPager {
  display: block;
  list-style: none;
  width: 50%;
  margin: 0px auto;
  text-align: center;
  padding: 10px 0px 0px 0px;
  border-top: 1px dotted #d0d0d0;
}
.yiiPager li {
  display: inline;
  padding: 3px 4px 3px 4px;
}
.yiiPager .first {
  padding: 3px 8px 3px 8px;
}
.selected a {
  background-color: #435e77;
  color: #fff;
  text-decoration: none;
  padding: 3px 8px 3px 8px;
}
.selected a:hover {
  background-color: #435e77;
  color: #fff;
}
.page a {
  padding: 3px 8px 3px 8px;
}
.page a:hover {
  text-decoration: none;
  background-color: #435e77;
  color: #fff;
}

.yiiPager .last {
  padding: 0px 5px 0px 5px;
}
/* END of -  Pagination */

/* Filtrovani */
.filtr_form {
  width: 100%;
  margin-bottom: 30px;
}
/* --- FIXED --- */
.select_box select {
  text-transform: uppercase;
  font-weight: 400;
  background: transparent;
  width: 285px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  padding: 0px 0px 0px 27px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select_box_order_wrapper {
  margin-top: 10px;
}

.select_box_order_wrapper select#filter_sort {
  padding-left: 10px;
}

.select_box option {
  padding: 5px 0px 4px 0px;
}
.select_box {
  margin: 0px 5px 0px 5px;
  position: relative;
  float: left;
  width: 255px;
  overflow: hidden;
  background: url(../images/roll_btn.png) no-repeat right;
  background-position: 225px 15px;
  border: 1px solid #ccc;
  padding: 2px 0px 2px 0px;
}

.active .reset {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.select_box .reset {
  position: absolute;
  left: 8px;
  top: 10px;
  width: 17px;
  height: 17px;
  cursor: pointer;
  background: url(/themes/default/images/krizek.png) no-repeat;
}
.select_custom .reset {
  position: absolute;
  left: 8px;
  top: 10px;
  width: 17px;
  height: 17px;
  cursor: pointer;
  background: url(/themes/default/images/krizek.png) no-repeat;
}
/*.select_box .reset .active { position: absolute; left: 8px; top: 10px; width: 17px; height: 17px; background-color: #ff0000; cursor: pointer; background: url(/themes/default/images/krizek-aktivni.png); }*/
.filtr_form > .active {
  background: url(/themes/default/images/krizek-aktivni.png) no-repeat scroll
    8px 10px;
}
.select_custom {
  float: left;
  position: relative;
  width: 255px;
  margin: 0px 5px 0px 5px;
  border: 1px solid #ccc;
  border-bottom: none;
  font-size: 16px;
}

.select_custom input {
  width: 60px;
}
.select_custom label {
  padding: 0px 5px 0px 5px;
}
.roll {
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.label_txt {
  float: left;
  padding: 7px 0px 0px 30px;
}
.roll_btn {
  text-align: left;
  padding: 15px 0 23px 0px;
  margin: 0px;
  border-bottom: 1px solid #ccc;
}
.roll_btn img {
  float: right;
  margin: 0px 10px 0px 0px;
}
.filtr_btn {
  height: 40px;
  margin-left: 6px;
  border-radius: 0px;
}
/* END of - Filtrovani */

/* Page: Kontakt */
/*.contact_form_box { width: 600px; margin: 0px auto; }
    .contact_form_left { float: left; width: 220px; margin-right: 10px; }
    .contact_form_right { float: left; width: 360px; margin-bottom: 10px; }
    */
.contact_form_heading {
  padding: 20px 0px 20px 0px;
  background-color: #666666;
  color: #fff;
  font-size: 26px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.contact_form_left table,
.contact_form_right table {
  width: 100%;
}

.contact_form_left label,
.contact_form_right label {
  padding: 5px 0px 5px 0px;
  margin: 0px;
  color: #666;
  font-size: 14px;
}

.contact_form_left input {
  width: 100%;
  border: none;
  padding: 6px 0px 6px 6px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(130, 130, 130, 0.5);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(130, 130, 130, 0.5);
  box-shadow: inset 0px 0px 5px 0px rgba(130, 130, 130, 0.5);
}

.contact_form_right textarea {
  width: 100%;
  min-height: 138px;
  border: none;
  padding: 4px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(130, 130, 130, 0.5);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(130, 130, 130, 0.5);
  box-shadow: inset 0px 0px 5px 0px rgba(130, 130, 130, 0.5);
}
.contact_form_btn input {
  width: 100%;
  margin-top: 10px;
}
.souhlas {
  width: 100%;
}
.souhlas td {
  padding: 15px;
}
.souhlas input {
  text-align: center;
  width: auto;
  height: auto;
}
.souhlas label {
  text-transform: none;
  font-weight: normal;
  font-size: 11px;
  text-align: justify;
}
.contact_form_tab_btn {
  width: 100%;
}

.contact_required {
  text-align: right;
  padding: 12px 15px 0px 0px;
  margin: 0px;
  font-size: 12px;
  color: #ff0000;
}

input.error,
textarea.error {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}
input[type='checkbox'].error {
  background-color: #f2dede;
}
.souhlas .errorMessage {
  background-color: #f2dede;
}
.flashes {
  margin-bottom: 10px;
}
/* Kontaktni formular */
.contact_form_box {
  width: 100%;
  margin: 0px auto 15px auto;
  padding: 10px 15px 15px 15px;
  text-transform: uppercase;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.contact_form_left {
  width: 100%;
}
.contact_form_right {
  width: 100%;
}
/* END of - Page: Kontakt */

/* Page: Mapa webu */
.page_sitemap h1,
.search-page h1 {
  float: left;
  width: 100%;
}
.page_sitemap ul {
  width: 100%;
  color: #666666;
}
.page_sitemap {
  padding: 2px 0px 2px 0px;
}
.page_sitemap ul {
  margin: 0px 0px 20px 20px;
  padding: 0px 0px 0px 15px;
}
.page_sitemap ul li ul {
  margin: 0px 0px 10px 15px;
}
.page_sitemap ul li ul li ul {
  margin: 0px 0px 0px 15px;
}
/* END of - Mapa webu */

/* Page: ke-stazeni - filelist */
.page-list-file-list h1 {
  float: left;
  width: 100%;
}
.file_list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.file_list h2 {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  color: #666;
  overflow: hidden;
}
.file_list a {
  color: #666;
}
.file_list li {
  float: left;
  width: 100%;
  margin: 0px 0px 10px 0px;
  border-bottom: 1px dashed #dbdbdb;
}
.files {
  margin: 0px 0px 0px 40px;
  padding: 0px 0px 0px 0px;
  list-style: circle;
}
/* END of - Page: ke-stazeni - filelist */

/* Page: CONTENT RAW (wysiwyg) */
.content-raw {
  display: block;
} /* 6x pouzito - zbytecne */
.content-raw h1,
.content-raw h2,
.content-raw h3,
.content-raw h4 {
  padding: 5px 0px 5px 0px;
  margin: 0px;
  color: #666;
}
.only-raw h1,
.only-raw h2,
.only-raw h3,
.only-raw h4 {
  padding: 5px 0px 5px 0px;
  margin: 0px;
  color: #666;
}
/* END of - Page: CONTENT RAW (wysiwyg) */

/* HP - Section - GoogleMap */
.map h2 {
  padding: 30px 0px 30px 0px;
  margin: 0px;
}
.section-group .map h2 {
  padding-bottom: 20px;
}
.map_thumbnail img {
  width: 100%;
  background-size: cover;
}
#map_canvas {
  width: 100%;
  height: 450px;
}
.map {
  display: none;
} /*mapa nemá být vidět v žádné*/
.section-komercni-objekty .map_legend,
.section-commercial-buildings .map_legend {
  display: none;
} /* blue */
.section-pozemky .map_legend,
.section-lands .map_legend {
  display: none;
} /* red */
.section-projekty .map_legend,
.section-projects .map_legend {
  display: none;
} /* yellow */
.section-group .map_legend {
  display: block;
} /* grey */
.section-terms-of-use .map_legend,
.section-pravidla .map_legend {
  display: block;
}
.section-career .map_legend,
.section-kariera .map_legend {
  display: block;
}
.map_legend ul {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 30px 0px;
}
.map_legend li {
  display: inline-block;
  padding: 0px 5px 0px 5px;
}
.map_legend img {
  margin: 0px 5px 0px 0px;
}
/* END of - HP - Section - GoogleMap */

/* HP - Content bg-light-grey */
.box_grey_bg {
}
.box_grey_raw {
  padding-bottom: 20px;
} /* pouze na RAWce */
/* END of - HP - Content bg-light-grey */

/* Page: ERROR404 */
.error404 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.error404 ul {
  list-style: none;
  text-align: center;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.error404 a {
  color: #006d87;
}

/* FOOTER */

.pata {
  background-color: #435e77;
  margin-top: auto;
}
.sitemap {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  text-align: center;
}
.sitemap li {
  display: inline;
  margin: 0px;
  padding: 0px 10px 0px 10px;
  font-size: 14px;
  color: #fff;
}
.sitemap a {
  color: #fff;
}
.sitemap a:link {
  color: #fff;
}
.sitemap a:hover {
  color: #dedede;
}
.footer {
  padding: 30px 0px 0px 0px;
  color: #fff;
}
.copyright p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 20px 0px 30px 0px;
  margin: 0px;
  letter-spacing: 1px;
}

.foot_bg {
  background-color: #666666; /*margin-top: 20px;*/
} /* default grey */

.section-komercni-objekty .foot_bg,
.section-commercial-buildings .foot_bg {
  background-color: #666666;
} /* blue */
.section-pozemky .foot_bg,
.section-lands .foot_bg {
  background-color: #666666;
} /* red */
.section-projekty .foot_bg,
.section-projects .foot_bg {
  background-color: #666666;
} /* yellow */
.section-group .foot_bg {
  background-color: #666666;
} /* grey */
/* END of FOOTER */

/* Projekty */
.news_img {
  margin: 0px 20px 20px 0px;
}

/* Vychozi styl */
h1 {
  font-size: 24px;
  color: #666666;
  margin: 0px;
  padding: 30px 0px 30px 0px;
  font-weight: normal;
}
h2 {
  color: #666666;
  margin: 0px;
  padding: 30px 0px 30px 0px;
  font-weight: normal;
}
.grey_heading {
  margin-bottom: 15px;
}
.center {
  text-align: center;
}
.img_cover img {
  width: 100%;
  background-size: cover;
} /* 16x */
.no_pad_mar {
  margin: 0px !important;
  padding: 0px !important;
} /* 15x */
/* Back BTN */
.back-link {
  text-align: right;
}
.back-link a {
  color: #006d87;
}
/* END of - Vychozi styl */

/* OUT STYLE 
    .head_page_raw { width: 60%; margin: 0px auto; }
    .heading_plus h1, h2 { padding: 30px 0px 10px 0px; }
    .img_padd { padding: 5px; }
    .map_title_pad { padding-bottom: 20px; }
    #side_panel { position:absolute; width:280px; height: 100%; overflow:auto; float:left; padding-left:10px; padding-right:10px; }      
    .box_grey { display: inline-block; background-color: #f5f5f5; }
    .marg_bot { margin-bottom: 30px; }
    .list li { height: 127px; margin-bottom: 10px !important; }
    .list a { color: #333; }
    .list a:hover { color: #7c7c7c; }
    .list-item h2 { margin: 0px 0px 5px 0px; padding: 0px; color: #333; }
    .list-item img { margin: 0px 10px 0px 0px; padding: 0px; }
    .block { float: left; width: 100%; }
    .roll2 { padding: 10px 0px 10px 0px; margin: 0px auto; text-align: center; border-bottom: 1px solid #ccc; }

    /*
    .section-komercni-objekty #main-content a, .section-commercial-buildings #main-content a { color: #006d87 !important; text-decoration: none; }
    .section-pozemky #main-content a, .section-lands #main-content a { color: #86151c !important; text-decoration: none; } 
    * /

      
    / * asi JS * /      
    .find-error { padding-bottom: 20px; }
    .empty { float: left; width: 100%; padding: 10px 0px 10px 0px; }  
  END of - OUT STYLE */

/* RESPONSIVE CSS
    -------------------------------------------------- */

/* Large desktop */
@media (min-width: 1200px) {
  /* NAV */
  .default_box {
    width: 660px;
    margin: 0px auto;
  }
  /* HP Section - Testimonial */
  #testimonial .carousel-inner {
    margin-left: 50px;
    width: 85%;
  }

  .search-box input[type='text'] {
    color: #fff;
    transition: width 300ms linear, opacity 0ms 0.3s, color 0s 0s;
    -webkit-transition: width 300ms linear, opacity 0ms 0.3s, color 0s 0s; /* Safari */
  }
  .search-box input[type='text']:focus {
    width: 170px;
    padding: 5px 30px 7px 5px;
    border: 1px solid #cccccc;
    opacity: 1;
    color: #666;
    transition: width 300ms linear, opacity 0s 0s, color 0s 300ms;
    -webkit-transition: width 300ms linear, opacity 0s 0s, color 0s 300ms; /* Safari */
  }
  /* Projekty */
  .news_img {
    float: left;
    margin: 0px 20px 20px 0px;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  /* NAV */
  .default_box {
    width: 660px;
    margin: 0px auto;
  }
  /* HP Section - Testimonial */
  #testimonial .carousel-inner {
    margin-left: 50px;
    width: 85%;
  }
  #testimonial .carousel-inner .item {
    height: 6.5em;
  }
  /* Banner na HP - top offer */
  .thumbnail {
    margin: 5px 0px 5px 0px;
    height: 158px;
  }
  .caption {
    padding: 0px 9px 9px 9px !important;
  }
  .caption h3 {
    font-size: 24px;
    padding: 0px;
    margin: 0px;
  }
  .caption p {
    font-size: 14px;
    color: #fff;
  }
  /* Filtrovani */
  .select_box {
    float: none;
    margin: 5px auto;
  }
  .select_custom {
    float: none;
    margin: 5px auto;
    width: 278px;
  }
  .filtr_btn {
    margin: 0px;
    width: 278px;
  }
  .filtr_btn_box {
    width: 278px;
    margin: 0px auto;
  }
  /* ITEM LIST */
  .news_inner img {
    margin-right: 0px;
    padding-top: 10px;
  }
  .news_list_txt h2 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
  .news_list_txt {
    min-height: 253px;
    padding: 0px 5px 0px 5px;
  }
  .pull-left {
    float: left !important;
    margin: 0 auto 10px;
    text-align: center;
    width: 100%;
  }
  /* PAGE: novinky - NEWS */
  .content-list .item {
    width: 49%;
    margin: 5px 4px;
  }
  .item-image {
    float: left;
    width: 270px;
    height: auto;
    margin: 0px 8px 0px 0px;
    text-align: center;
  }
  .item-image img {
    width: 100%;
    background-size: cover;
  }
  .item-heading h2 {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    height: 2.24em;
    overflow: hidden;
    display: table-cell;
    vertical-align: bottom;
    font-weight: bold;
  }
  .item-date {
    display: block;
    width: 100%;
    padding: 7px 0px 0px 0px;
    margin: 0px;
  }
  .item-perex,
  .item-perex p {
    height: auto;
    overflow: hidden;
    padding: 5px 0px 0px 0px !important;
    margin: 0px !important;
    font-size: 12px;
    color: #435e77;
  }

  .select_box {
    width: 277px;
    background: rgba(0, 0, 0, 0) url('../images/roll_btn.png') no-repeat scroll
      247px 15px;
  }

  .search-box input[type='text'] {
    color: #fff;
    transition: width 300ms linear, opacity 0ms 0.3s, color 0s 0s;
    -webkit-transition: width 300ms linear, opacity 0ms 0.3s, color 0s 0s; /* Safari */
  }
  .search-box input[type='text']:focus {
    width: 170px;
    padding: 5px 30px 7px 5px;
    /*margin-right: 5px;  */
    border: 1px solid #cccccc;
    opacity: 1;
    color: #666;
    transition: width 300ms linear, opacity 0s 0s, color 0s 300ms;
    -webkit-transition: width 300ms linear, opacity 0s 0s, color 0s 300ms; /* Safari */
  }

  .car_pozemky_right,
  .car_lands_right {
    float: left;
    width: 49%;
    height: 21px;
    background: #86151c;
    background: -moz-linear-gradient(
      left,
      rgba(134, 21, 28, 1) 0%,
      rgba(193, 0, 32, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, rgba(134, 21, 28, 1)),
      color-stop(100%, rgba(193, 0, 32, 1))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(134, 21, 28, 1) 0%,
      rgba(193, 0, 32, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(134, 21, 28, 1) 0%,
      rgba(193, 0, 32, 1) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(134, 21, 28, 1) 0%,
      rgba(193, 0, 32, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(134, 21, 28, 1) 0%,
      rgba(193, 0, 32, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86151c', endColorstr='#c10020', GradientType=1 );
  }
  .car_komercni-objekty_right,
  .car_commercial-buildings_right {
    float: left;
    width: 49%;
    height: 21px;
    background: #86151c;
    background: -moz-linear-gradient(
      left,
      rgba(0, 109, 135, 1) 0%,
      rgba(15, 133, 163, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, rgba(0, 109, 135, 1)),
      color-stop(100%, rgba(15, 133, 163, 1))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(0, 109, 135, 1) 0%,
      rgba(15, 133, 163, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(0, 109, 135, 1) 0%,
      rgba(15, 133, 163, 1) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(0, 109, 135, 1) 0%,
      rgba(15, 133, 163, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(0, 109, 135, 1) 0%,
      rgba(15, 133, 163, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006d87', endColorstr='#0f85a3', GradientType=1 );
  }
  .car_projekty_right,
  .car_projects_right {
    float: left;
    width: 49%;
    height: 21px;
    background: #cca90f;
    background: -moz-linear-gradient(
      left,
      rgba(205, 170, 16, 1) 0%,
      rgba(177, 144, 0, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, rgba(205, 170, 16, 1)),
      color-stop(100%, rgba(177, 144, 0, 1))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(205, 170, 16, 1) 0%,
      rgba(177, 144, 0, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(205, 170, 16, 1) 0%,
      rgba(177, 144, 0, 1) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(205, 170, 16, 1) 0%,
      rgba(177, 144, 0, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(205, 170, 16, 1) 0%,
      rgba(177, 144, 0, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdaa10', endColorstr='#b19000', GradientType=1 );
  }
  .car_group_right {
    float: left;
    width: 49%;
    height: 21px;
    background: #666666;
    background: -moz-linear-gradient(
      left,
      rgba(141, 141, 141, 1) 0%,
      rgba(102, 102, 102, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, rgba(141, 141, 141, 1)),
      color-stop(100%, rgba(102, 102, 102, 1))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(141, 141, 141, 1) 0%,
      rgba(102, 102, 102, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(141, 141, 141, 1) 0%,
      rgba(102, 102, 102, 1) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(141, 141, 141, 1) 0%,
      rgba(102, 102, 102, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(141, 141, 141, 1) 0%,
      rgba(102, 102, 102, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d8d8d', endColorstr='#666666', GradientType=1 );
  }

  .banner-box {
    width: 462px;
    height: 159px;
    margin-bottom: 7px;
  }
  .banner-box img {
    width: 462px;
    height: 159px;
  }
  .banner-box .textbox {
    width: 462px;
    height: 159px;
    margin-top: -462px;
  }
  .textbox-inner {
    width: 462px;
    height: 159px;
  }

  /* Projekty */
  .news_img {
    float: left;
    margin: 0px 20px 20px 0px;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  /* NAV */
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    background: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* Testimonial */
  #testimonial .carousel-inner > .item {
    height: 6.5em;
  }
  /* ITEM LIST */
  .news_inner img {
    margin-right: 0px;
    padding-top: 10px;
  }
  .news_list_txt h2 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
  .news_list_txt {
    min-height: 253px;
    padding: 0px 5px 0px 5px;
  }
  .pull-left {
    float: left !important;
    margin: 0 auto 10px;
    text-align: center;
    width: 100%;
  }
  /* PAGE: novinky - NEWS */
  .content-list .item {
    width: 100%;
    margin: 5px 0px;
  }
  .item-image {
    float: left;
    width: 270px;
    height: auto;
    margin: 0px 8px 0px 0px;
    text-align: center;
  }
  /* --- FIXED --- */
  .item-image img {
    max-width: 100%;
    /*    width: auto; */
    height: auto;
  }
  .item-heading h2 {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    height: 2.24em;
    overflow: hidden;
    display: table-cell;
    vertical-align: bottom;
    font-weight: bold;
  }
  .item-date {
    display: block;
    width: 100%;
    padding: 6px 0px 0px 0px;
    margin: 0px;
  }
  .item-perex,
  .item-perex p {
    overflow: hidden;
    padding: 5px 0px 0px 0px !important;
    margin: 0px !important;
    font-size: 12px;
    color: #435e77;
  }
  /* Banner na HP - top offer */
  .thumbnail {
    margin: 5px 0px 5px 0px;
  }
  .caption {
    padding: 5px !important;
  }
  .caption h3 {
    font-size: 16px;
    padding: 0px 0px 5px 0px;
    font-weight: bold;
    margin: 0px;
  }
  .caption p {
    font-size: 13px;
    color: #fff;
  }
  .thumbnail .caption .perex {
    display: none;
  }
  /* HP - Section - GoogleMap */
  .map {
    display: none;
  }
  /* Filtrovani */
  .filtr_form {
    padding-bottom: 20px;
  }
  .select_box {
    float: none;
    margin: 5px auto;
  }
  .select_custom {
    float: none;
    margin: 5px auto;
    width: 278px;
  }
  .filtr_btn {
    margin: 0px;
    width: 278px;
  }
  .filtr_btn_box {
    width: 278px;
    margin: 0px auto;
  }
  /* Vychozi styl */
  .summary {
    text-align: center;
    padding: 0px 0px 20px 0px;
    margin: 0px;
  }

  .select_box {
    width: 277px;
    background: rgba(0, 0, 0, 0) url('../images/roll_btn.png') no-repeat scroll
      247px 15px;
  }

  .pull-right {
    float: none !important;
  }

  .search-box {
    position: relative;
    cursor: pointer;
    margin-top: 0px;
  }
  .search-box .find-icon {
    display: none;
  }
  .search-box input[type='text'] {
    width: 170px;
    width: calc(100% - 73px);
    margin-right: 0px;
    padding: 5px 30px 7px 5px;
    border: 1px solid #cccccc;
    opacity: 1;
    color: #666;
  }

  .search-box .sr-only {
    border: none;
    clip: auto;
    height: auto;
    margin: auto;
    overflow: auto;
    padding: auto;
    position: static;
    width: auto;
  }

  .search-box p {
    padding: 0px;
    margin: 0px;
  }
  .search-box label {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  .search-box form {
    padding: 10px 0px 10px 0px;
    margin: 0px;
  }
  .search-box input[type='submit'] {
    padding: 6px 15px 8px 15px;
    background-color: #666;
    color: #fff;
  }

  .car_pozemky_right,
  .car_lands_right {
    float: left;
    width: 49%;
    height: 21px;
    background: #86151c;
    background: -moz-linear-gradient(
      left,
      rgba(134, 21, 28, 1) 0%,
      rgba(193, 0, 32, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, rgba(134, 21, 28, 1)),
      color-stop(100%, rgba(193, 0, 32, 1))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(134, 21, 28, 1) 0%,
      rgba(193, 0, 32, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(134, 21, 28, 1) 0%,
      rgba(193, 0, 32, 1) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(134, 21, 28, 1) 0%,
      rgba(193, 0, 32, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(134, 21, 28, 1) 0%,
      rgba(193, 0, 32, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86151c', endColorstr='#c10020', GradientType=1 );
  }
  .car_komercni-objekty_right,
  .car_commercial-buildings_right {
    float: left;
    width: 49%;
    height: 21px;
    background: #86151c;
    background: -moz-linear-gradient(
      left,
      rgba(0, 109, 135, 1) 0%,
      rgba(15, 133, 163, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, rgba(0, 109, 135, 1)),
      color-stop(100%, rgba(15, 133, 163, 1))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(0, 109, 135, 1) 0%,
      rgba(15, 133, 163, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(0, 109, 135, 1) 0%,
      rgba(15, 133, 163, 1) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(0, 109, 135, 1) 0%,
      rgba(15, 133, 163, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(0, 109, 135, 1) 0%,
      rgba(15, 133, 163, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006d87', endColorstr='#0f85a3', GradientType=1 );
  }
  .car_projekty_right,
  .car_projects_right {
    float: left;
    width: 49%;
    height: 21px;
    background: #cca90f;
    background: -moz-linear-gradient(
      left,
      rgba(205, 170, 16, 1) 0%,
      rgba(177, 144, 0, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, rgba(205, 170, 16, 1)),
      color-stop(100%, rgba(177, 144, 0, 1))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(205, 170, 16, 1) 0%,
      rgba(177, 144, 0, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(205, 170, 16, 1) 0%,
      rgba(177, 144, 0, 1) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(205, 170, 16, 1) 0%,
      rgba(177, 144, 0, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(205, 170, 16, 1) 0%,
      rgba(177, 144, 0, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdaa10', endColorstr='#b19000', GradientType=1 );
  }
  .car_group_right {
    float: left;
    width: 49%;
    height: 21px;
    background: #666666;
    background: -moz-linear-gradient(
      left,
      rgba(141, 141, 141, 1) 0%,
      rgba(102, 102, 102, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, rgba(141, 141, 141, 1)),
      color-stop(100%, rgba(102, 102, 102, 1))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(141, 141, 141, 1) 0%,
      rgba(102, 102, 102, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(141, 141, 141, 1) 0%,
      rgba(102, 102, 102, 1) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(141, 141, 141, 1) 0%,
      rgba(102, 102, 102, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(141, 141, 141, 1) 0%,
      rgba(102, 102, 102, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d8d8d', endColorstr='#666666', GradientType=1 );
  }

  .banner-box {
    margin: 10px auto 10px auto;
  }
  .banner-box .textbox {
    margin-top: 0px;
  }

  /* Projekty */
  .news_img {
    margin: 0 auto 20px;
    text-align: center;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  /* HP Carousel by Section */
  .car_pozemky_left,
  .car_lands_left,
  .car_pozemky_right,
  .car_lands_right,
  .car_komercni-objekty_left,
  .car_commercial-buildings_left,
  .car_komercni-objekty_right,
  .car_commercial-buildings_right,
  .car_group_left,
  .car_group_right,
  .car_projekty_left,
  .car_projekty_right,
  .car_projects_left,
  .car_projects_right {
    width: 48%;
  }
  .car_shape {
    width: 4%;
  }
  .carousel-caption {
    height: 200px;
  }
  .carousel-caption p {
    width: 90%;
  }
  .car_pozemky_right,
  .car_lands_right {
    float: left;
    width: 48%;
    height: 21px;
    background: #86151c;
    background: -moz-linear-gradient(
      left,
      rgba(134, 21, 28, 1) 0%,
      rgba(193, 0, 32, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, rgba(134, 21, 28, 1)),
      color-stop(100%, rgba(193, 0, 32, 1))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(134, 21, 28, 1) 0%,
      rgba(193, 0, 32, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(134, 21, 28, 1) 0%,
      rgba(193, 0, 32, 1) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(134, 21, 28, 1) 0%,
      rgba(193, 0, 32, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(134, 21, 28, 1) 0%,
      rgba(193, 0, 32, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86151c', endColorstr='#c10020', GradientType=1 );
  }
  .car_komercni-objekty_right,
  .car_commercial-buildings_right {
    float: left;
    width: 48%;
    height: 21px;
    background: #86151c;
    background: -moz-linear-gradient(
      left,
      rgba(0, 109, 135, 1) 0%,
      rgba(15, 133, 163, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, rgba(0, 109, 135, 1)),
      color-stop(100%, rgba(15, 133, 163, 1))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(0, 109, 135, 1) 0%,
      rgba(15, 133, 163, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(0, 109, 135, 1) 0%,
      rgba(15, 133, 163, 1) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(0, 109, 135, 1) 0%,
      rgba(15, 133, 163, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(0, 109, 135, 1) 0%,
      rgba(15, 133, 163, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006d87', endColorstr='#0f85a3', GradientType=1 );
  }
  .car_projekty_right,
  .car_projects_right {
    float: left;
    width: 48%;
    height: 21px;
    background: #cca90f;
    background: -moz-linear-gradient(
      left,
      rgba(205, 170, 16, 1) 0%,
      rgba(177, 144, 0, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, rgba(205, 170, 16, 1)),
      color-stop(100%, rgba(177, 144, 0, 1))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(205, 170, 16, 1) 0%,
      rgba(177, 144, 0, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(205, 170, 16, 1) 0%,
      rgba(177, 144, 0, 1) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(205, 170, 16, 1) 0%,
      rgba(177, 144, 0, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(205, 170, 16, 1) 0%,
      rgba(177, 144, 0, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdaa10', endColorstr='#b19000', GradientType=1 );
  }
  .car_group_right {
    float: left;
    width: 48%;
    height: 21px;
    background: #666666;
    background: -moz-linear-gradient(
      left,
      rgba(141, 141, 141, 1) 0%,
      rgba(102, 102, 102, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, rgba(141, 141, 141, 1)),
      color-stop(100%, rgba(102, 102, 102, 1))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(141, 141, 141, 1) 0%,
      rgba(102, 102, 102, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(141, 141, 141, 1) 0%,
      rgba(102, 102, 102, 1) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(141, 141, 141, 1) 0%,
      rgba(102, 102, 102, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(141, 141, 141, 1) 0%,
      rgba(102, 102, 102, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d8d8d', endColorstr='#666666', GradientType=1 );
  }
  /* HP Section - Testimonial */
  #testimonial .carousel-inner {
    width: 95%;
    margin: 0px auto;
  }
  /* NAV */
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    background: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* Footer */
  .sitemap li {
    float: left;
    width: 100%;
  }
  .sitemap a {
    float: left;
    width: 100%;
    padding: 10px 0px 10px 0px;
    margin: 2px 0px 2px 0px;
  }
  .copyright p {
    float: left;
    width: 100%;
    padding: 20px 0px;
    background-color: #8c8c8c;
  }
  .footer {
    padding-top: 0px;
  }
  /* PAGE: novinky - NEWS */
  .content-list .item {
    width: 100%;
    margin: 5px 0px;
  }
  .item-image {
    float: left;
    width: 270px;
    height: auto;
    margin: 0px 8px 0px 0px;
    text-align: center;
  }
  /* --- FIXED --- */
  .item-image img {
    max-width: 100%;
    /*    width: auto; */
    height: auto;
  }
  .item-details {
    margin-left: 0;
  }

  .item-heading h2 {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    height: 2.24em;
    overflow: hidden;
    display: table-cell;
    vertical-align: bottom;
    font-weight: bold;
  }
  .item-date {
    display: block;
    width: 100%;
    padding: 7px 0px 0px 0px;
    margin: 0px;
  }
  .item-perex,
  .item-perex p {
    overflow: hidden;
    padding: 5px 0px 0px 0px !important;
    margin: 0px !important;
    font-size: 12px;
    color: #435e77;
  }
  /*  Page: CONTENT RAW (wysiwyg)  */
  .content-raw {
    padding: 0px;
    text-align: justify;
  }
  /* Page: ke-stazeni - filelist */
  .files {
    list-style: circle;
    margin: 0px 0px 10px 5px;
    padding: 0px 15px 15px 15px;
    border-bottom: 1px dotted #d3d3d3;
  }
  /* Page: Mapa webu */
  .page_sitemap ul {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 20px;
  }
  .page_sitemap ul li ul {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 20px;
  }
  .page_sitemap ul li ul li ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
  }
  /* Search BOX */
  .pull-right {
    float: none !important;
  }
  .search-box {
    position: relative;
    cursor: pointer;
    margin-top: 0px;
  }
  .search-box .find-icon {
    display: none;
  }
  .search-box input[type='text'] {
    width: 170px;
    width: calc(100% - 73px);
    margin-right: 0px;
    padding: 5px 30px 7px 5px;
    border: 1px solid #cccccc;
    opacity: 1;
    color: #666;
  }
  .search-box .sr-only {
    border: none;
    clip: auto;
    height: auto;
    margin: auto;
    overflow: auto;
    padding: auto;
    position: static;
    width: auto;
  }
  .search-box p {
    padding: 0px;
    margin: 0px;
  }
  .search-box label {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  .search-box form {
    padding: 10px 15px 10px 15px;
    margin: 0px;
  }
  .search-box input[type='submit'] {
    padding: 6px 15px 8px 15px;
    background-color: #666;
    color: #fff;
  }
  .list_search li {
    margin: 0px;
    height: 100%;
    width: 100%;
  }
  /* HP - Section - GoogleMap */
  .map {
    display: none;
  }
  /* Filtrovani */
  .select_box {
    float: none;
    margin: 5px auto;
  }
  .select_custom {
    float: none;
    margin: 5px auto;
    width: 278px;
  }
  .filtr_btn {
    margin: 0px;
    width: 278px;
  }
  .filtr_btn_box {
    width: 278px;
    margin: 0px auto;
  }
  /* Strankovani */
  .yiiPager {
    width: 100%;
  }
  /* Banner na HP - top offer */
  .thumbnail {
    margin: 5px 0px 5px 0px;
  }
  .caption {
    padding: 5px !important;
  }
  .caption h3 {
    font-size: 16px;
    padding-top: 0px;
    margin: 0px;
  }
  .caption p {
    font-size: 13px;
    color: #fff;
  }
  .thumbnail .caption .perex {
    display: none;
  }
  .img-responsive,
  .thumbnail > img,
  .thumbnail a > img,
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: auto;
  }
  /* Filtrovani */
  .filtr_form {
    margin-bottom: 20px;
  }
  .summary {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0px 0px 20px 0px;
    margin: 0px;
  }
  /* Projekty */
  .news_img {
    margin: 0 auto 20px;
    text-align: center;
  }
  /* Kontaktni formular */
  .contact_form_box {
    width: 100%;
    margin: 0px auto 15px auto;
  }
  .contact_form_left {
    width: 100%;
  }
  .contact_form_right {
    width: 100%;
  }
  /* Vychozi styl */
  .perex {
    padding-bottom: 0px;
    margin-bottom: 0px;
  } /* ?? */
  .item-perex > a {
    color: #435e77;
  }

  .select_box {
    width: 277px;
    background: rgba(0, 0, 0, 0) url('../images/roll_btn.png') no-repeat scroll
      247px 15px;
  }

  .center {
    text-align: center;
  }

  .banner-box {
    width: 450px;
    height: 155px;
    margin: 10px auto 10px auto;
  }
  .banner-box img {
    width: 450px;
    height: 155px;
  }
  .banner-box .textbox {
    width: 450px;
    height: 155px;
    margin-top: 0px;
  }
  .textbox-inner {
    width: 450px;
    height: 155px;
  }
}

@media (max-width: 640px) {
  /* PAGE: novinky - NEWS */
  .content-list .item {
    width: 100%;
    margin: 5px 0px;
  }
  .item-image {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 8px 5px 0px;
    text-align: center;
  }
  .item-image img {
    width: auto;
    height: auto;
  }
  .item-heading h2 {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    height: auto;
    font-weight: bold;
  }
  .item-date {
    display: block;
    width: 100%;
    padding: 5px 0px 0px 0px;
    margin: 0px;
  }
  .item-perex,
  .item-perex p {
    overflow: hidden;
    padding: 5px 0px 0px 0px !important;
    margin: 0px !important;
    font-size: 12px;
    color: #435e77;
  }
  /* Banner na HP - top offer */
  .caption h3 {
    font-size: 16px;
    padding-top: 0px;
    margin: 0px;
  }
}

/* Landscape phones and down */
@media (max-width: 480px) {
  /* HP Carousel by Section */
  .car_pozemky_left,
  .car_lands_left,
  .car_pozemky_right,
  .car_lands_right,
  .car_komercni-objekty_left,
  .car_commercial-buildings_left,
  .car_komercni-objekty_right,
  .car_commercial-buildings_right,
  .car_group_left,
  .car_group_right,
  .car_projekty_left,
  .car_projekty_right,
  .car_projects_left,
  .car_projects_right {
    width: 47%;
  }
  .car_shape {
    width: 6%;
  }
  /* Banner na HP - top offer */
  .thumbnail {
    margin: 5px 0px 5px 0px;
  }
  .caption {
    padding: 5px !important;
  }
  .caption h3 {
    font-size: 16px;
    padding-top: 63px;
    margin: 0px;
  }
  .thumbnail .caption .perex {
    display: none;
  }

  .banner-box {
    width: 290px;
    height: 100px;
    margin: 10px auto 10px auto;
  }

  .banner-box img {
    width: 290px;
    height: 100px;
  }

  .banner-box .textbox {
    width: 290px;
    height: 100px;
    margin-top: 0px;
  }
  .textbox-inner {
    width: 290px;
    height: 100px;
  }

  .banner-box .perex {
    display: none;
  }

  #testimonial .carousel-inner > .item {
    height: 10.7em;
  }
}

@media (max-width: 320px) {
  .carousel-caption {
    height: 210px;
  }
}

/* MY STYLE */

/**
 * @subsection Links
 * -------------------
 */
a:hover,
a:focus,
a:active {
  outline: none;
}
/**
 * @subsection Placeholder
 * -------------------------
 */
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* FF 18- */
  color: #999 !important;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* FF 19+ */
  color: #999 !important;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* ie10 */
  color: #999 !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome */
  color: #999 !important;
}
input.placeholder,
textarea.placeholder {
  /* ie7-9 */
  color: #999 !important;
}
/* helper classes to target empty input field
    (placeholder text itself is affected only in IE) */
input.operaplaceholder,
textarea.operaplaceholder,
input.webkitplaceholder,
textarea.webkitplaceholder,
input.mozillaplaceholder,
textarea.mozillaplaceholder,
input.ieplaceholder,
textarea.ieplaceholder {
  color: #999 !important;
}
.append-bottom {
  margin-bottom: 20px;
}
.append-top {
  margin-top: 20px;
}

/**
 * ------------------
 * @section Typography
 * ---------------------
 */
html {
}

@font-face {
  font-family: 'GillSans-light';
  src: url('/themes/default/fonts/Gill Sans MT.TTF') format('truetype');
}

body.mceContentBody,
body {
  font-family: 'GillSans-light', 'Neue Helvetica W02', 'Helvetica Neue',
    Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #435e77;
}
/* to heal Opera input functions */
.opera input,
.opera textarea,
.opera select {
  font-family: 'GillSans-light', 'Neue Helvetica W02', 'Helvetica Neue',
    Helvetica, Arial, sans-serif;
  font-size: 16px;
}

/**
 * ---------------
 * @section Layout
 * -----------------
 * Some temporary values set to style skeleton's demo. Remove it when starting project.
 */
.row.columns {
  /* background: #fff; /* temporary */
  padding: 0px; /* padding: 30px 0; temporary */
}
.homepage .row.columns {
  min-height: 700px; /* temporary */
}
.subpage .row.columns {
  /*  min-height: 1400px;  temporary */
}
.page-404 .row.columns {
  min-height: 200px; /* temporary */
}
/**
 * @subsection Bootstrap container enhancement
 * ---------------------------------------------
 * See also http://getbootstrap.com/getting-started/#disable-responsive
 */
.container-classic {
  width: 970px !important;
}
.container-classic-wide {
  width: 1170px !important;
}
.container-fluid,
.container-semi-fluid {
  width: auto !important;
}
.container-semi-fluid {
  max-width: 1170px;
  min-width: 970px;
}
/**
 * @subsection Responsive
 * ------------------------
 * Adapt to actual Botstrap break-points, if you customized it!
 */
@media (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.6),
  only screen and (min-device-pixel-ratio: 1.6) {
}
/*1024 tablets special*/
@media (min-width: 1020px) and (max-width: 1069px) {
  .container-classic {
    width: 1000px !important;
  }
}
/*1080 tablets special*/
@media (min-width: 1070px) and (max-width: 1199px) {
  .container-classic {
    width: 1040px !important;
  }
}

/**
 * --------------------
 * @section Transitions
 * ----------------------
 */
.trans,
.nav a,
.navi a,
.body input,
.body textarea,
.btn {
  -webkit-transition-property: color, opacity, background-color, border-color,
    box-shadow; /* until Chrome 26.0, Safari all */
  -moz-transition-property: color, opacity, background-color, border-color,
    box-shadow; /* until 16.0 */
  -o-transition-property: color, opacity, background-color, border-color,
    box-shadow; /* until 12.10 */
  transition-property: color, opacity, background-color, border-color,
    box-shadow;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.trans-ease,
.body .btn {
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.notrans,
.btn:focus,
.btn:active,
.btn.active,
[disabled],
.disabled,
body.preloading * {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: all 0 linear;
  transition: none;
}
/**
 * @subsection Bootstrap overwrites
 * -----------------------------------
 */
.collapsing {
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/**
 * ----------------
 * @section Content
 * ------------------
 * Global and global-RAW content be defined here, with no namespace.
 */
h1,
.h1 {
  line-height: 1.11111;
  color: #435e77;
  text-transform: uppercase;
  font-weight: bold;
}
h2,
.h2 {
  line-height: 1.13333;
  color: #435e77;
  font-weight: bold;
}
h3,
.h3 {
  line-height: 1.125;
  color: #435e77;
  font-weight: bold;
}
h4,
.h4 {
  line-height: 1.22222;
  color: #435e77;
  font-weight: bold;
}
h5,
h6,
.h5,
.h6 {
  font-size: 14px;
  line-height: 1.28571;
  margin-bottom: 9px;
  color: #435e77;
  font-weight: bold;
}
h6,
.h6 {
  margin-bottom: 1px;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6,
h1 + .h2,
h2 + .h3,
h3 + .h4,
h4 + .h5,
h5 + .h6,
.h1 + h2,
.h2 + h3,
.h3 + h4,
.h4 + h5,
.h5 + h6,
.h1 + .h2,
.h2 + .h3,
.h3 + .h4,
.h4 + .h5,
.h5 + .h6,
.first-title {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}
p {
  margin-bottom: 10px;
}
ul,
ol {
  margin-bottom: 10px;
  margin-right: 3%;
}
ul.nav,
ol.nav,
.nav ul,
.nav ol {
  margin-bottom: 0;
  margin-right: 0;
}
/*
.left > img, .left > a > img,
img.left { /* left and right according to grid's gutter * / 
    margin: 1px 15px 7px 0;
}
.right > img, .right > a > img,
img.right {
    margin: 1px 0 7px 15px;
}
img.left, img.right { /* according to bottom margin of paragraphs * /
    margin-bottom: 10px;
}
*/
.center > img,
.center > a > img,
img.center {
  display: block;
  margin: 1px auto 10px;
}
/**
 * @subsection Tables
 * --------------------
 */
.table {
  margin-bottom: 20px;
}
.table.table-auto {
  width: auto;
  min-width: 50%;
}
/**
 * @subsection Forms
 * -------------------
 */
.btn {
}
.form-control {
}
input[type='text'],
input[type='password'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='url'],
textarea,
input.btn,
button.btn,
a.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/**
 * @subsection Validation
 * --------------------------
 */
.validate :invalid:not(.btn) {
  outline: 2px solid #f41410;
}
.validate .invalid {
  outline: 2px solid #f41410;
}
.validate :valid:not(.btn) {
  outline: 2px solid #66c44c;
}
.validate .valid {
  outline: 2px solid #66c44c;
}
.help-block.validation-invalid,
.validate :invalid:not(.btn) ~ .help-block,
.validate .invalid ~ .help-block {
  color: #f41412;
}
.help-block.validation-invalid,
.validate .invalid ~ .help-block {
  color: #f41412;
}
.help-block.validation-valid,
.validate :valid:not(.btn) ~ .help-block,
.validate .valid ~ .help-block {
  color: #67c44d;
}
.help-block.validation-valid,
.validate .valid ~ .help-block {
  color: #67c44d;
}
.help-block.validation-valid,
.help-block.validation-invalid {
  display: none;
}
.validate :invalid:not(.btn) ~ .help-block.validation-invalid,
.validate .invalid ~ .help-block.validation-invalid,
.validate :valid:not(.btn) ~ .help-block.validation-valid,
.validate .valid ~ .help-block.validation-valid {
  display: block;
}
.validate .invalid ~ .help-block.validation-invalid,
.validate .valid ~ .help-block.validation-valid {
  display: block;
}
.validate :invalid:not(.btn) ~ .help-block.validation-valid,
.validate :valid:not(.btn) ~ .help-block.validation-invalid {
  display: none !important;
}
/**
 * @subsection Botstrap callouts
 * -------------------------------
 * Callouts from Bootstrap3 docs. Custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */
.bs-callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #777;
  color: #777; /* @callout-base-color: #777 */
  background: #f7f7f7; /* lighten(@callout-base-color, 50%): #777 */
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}
.bs-callout-primary {
  border-color: #428bca; /* @brand-primary: #428bca */
  background-color: #e9f2f9; /* lighten(@brand-primary, 42%): #e9f2f9 */
}
.bs-callout-success {
  border-color: #5cb85c; /* @brand-success: #5cb85c */
  background-color: #f1f9f1; /* lighten(@brand-success, 42%): #f1f9f1 */
}
.bs-callout-info {
  border-color: #5bc0de; /* @brand-info: #5bc0de */
  background-color: #f0f9fc; /* lighten(@brand-success, 35%): #f0f9fc */
}
.bs-callout-warning {
  border-color: #f0ad4e; /* @brand-warning: #f0ad4e */
  background-color: #fef9f3; /* lighten(@brand-warning, 35%): #fef9f3 */
}
.bs-callout-danger {
  border-color: #d9534f; /* @brand-danger: #d9534f */
  background-color: #fcf3f3; /* lighten(@brand-success, 39%): #fcf3f3 */
}
.bs-callout-primary h4 {
  color: #428bca; /* @brand-primary: #428bca */
}
.bs-callout-success h4 {
  color: #5cb85c; /* @brand-success: #5cb85c */
}
.bs-callout-info h4 {
  color: #5bc0de; /* @brand-info: #5bc0de */
}
.bs-callout-warning h4 {
  color: #f0ad4e; /* @brand-warning: #f0ad4e */
}
.bs-callout-danger h4 {
  color: #d9534f; /* @brand-danger: #d9534f */
}

/**
 * --------------------
 * @section RAW content
 * ----------------------
 * Special, not global formatting of partial contents starts here.
 * Content be marked with CSS classes, used as namespaces.
 */
/**
 * @subsection RAW content specials
 * ----------------------------------
 * Remember to add class "content-raw" to HTML editor content body
 */
.content-raw a {
  padding: 2px 1px;
}
.content-raw a.wraps-image {
  padding: 0;
  text-decoration: none;
}
.content-raw h1 a,
.content-raw h2 a,
.content-raw h3 a,
.content-raw h4 a,
.content-raw h5 a,
.content-raw h6 a,
.content-raw .h1 a,
.content-raw .h2 a,
.content-raw .h3 a,
.content-raw .h4 a,
.content-raw .h5 a,
.content-raw .h6 a {
  padding-left: 0;
  padding-right: 0;
}

/*http://stackoverflow.com/questions/710158/why-do-my-list-item-bullets-overlap-floating-elements*/
.content-raw ul,
.content-raw ol {
  overflow: hidden;
}
.content-raw img {
  margin: 5px;
}
/**
 * @subsection Responsive
 * ------------------------
 */
@media (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.6),
  only screen and (min-device-pixel-ratio: 1.6) {
}

/**
 * -------------
 * @section List
 * ---------------
 */
ul.list,
ul.list > li {
  margin: 0;
  padding: 0px;
  list-style: none;
}
/**
 * @subsection Pagination
 * ------------------------
 */
.pagination {
  clear: both;
}

/**
 * ---------------
 * @section Header
 * -----------------
 */
.row.header {
  background: #ddd; /* temporary */
  padding: 60px 0; /* temporary */
}
/**
 * @subsection Search
 * --------------------
 */
/**
 * @subsection Responsive
 * ------------------------
 */
@media (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.6),
  only screen and (min-device-pixel-ratio: 1.6) {
}

/**
 * ---------------
 * @section Footer
 * -----------------
 */
.row.footer {
  background: #ddd; /* temporary */
  padding: 30px 0; /* temporary */
}
/**
 * @subsection Responsive
 * ------------------------
 */
@media (max-width: 767px) {
}
@media (min-width: 768px) {
  .row.footer {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .row.footer {
    margin-bottom: 110px;
  }
}
@media (min-width: 1200px) {
  .row.footer {
    margin-bottom: 130px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.6),
  only screen and (min-device-pixel-ratio: 1.6) {
}

/**
 * ----------------
 * @section Sidebar
 * ------------------
 */
.sidebar {
}
/**
 * @subsection Responsive
 * ------------------------
 */

/**
 * -----------------
 * @section Homepage
 * -------------------
 */
.homepage {
}
/**
 * @subsection Responsive
 * ------------------------
 */

/**
 * --------------------
 * @section Breadcrumbs
 * ----------------------
 */
.breadcrumb {
  border-radius: 0px;
  font-size: 12px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
  color: #435e77;
  font-size: 2rem;
  font-weight: bold;
  background: transparent;
}

.breadcrumb a,
.breadcrumb .active {
  color: #435e77;
  font-size: 2rem;
  font-weight: bold;
}

.breadcrumb > li + li::before {
  color: #435e77;
}

/**
 * @subsection Responsive
 * ------------------------
 */

/**
 * ----------------
 * @section Sitemap
 * ------------------
 */
ul.webmap {
}

/**
 * ----------------
 * @section Flashes
 * ------------------
 */
.flashes {
}
.flashMessage {
  margin-bottom: 0;
  position: relative;
}
.flashMessageClose {
}
/**
 * @subsection Browser warnings
 * ------------------------------
 */
.bro-warnings {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
body.cookies-off .no-cookies-warning,
body.cookies-on .cookies-notice {
  display: block !important;
}
.btn.flashMessageClose {
  margin: 8px 0;
}
.btn.flashMessageClose ~ .btn {
  margin-top: 8px;
}
@media (min-width: 992px) {
  .bro-warnings {
    position: fixed;
  }
  .alert {
    padding-right: 16px;
  }
  .flashMessage {
    padding-right: 20px;
  }
  .btn.flashMessageClose,
  .btn.flashMessageClose ~ .btn {
    margin: -8px 0 -6px 6px;
  }
  .ios .btn.flashMessageClose,
  .ios .btn.flashMessageClose ~ .btn {
    margin-top: -10px;
  }
  .flashWarning br {
    display: none;
  }
}
.btn.flashMessageClose ~ .btn {
  margin-left: -4px;
}
@media (max-width: 991px) {
  .flashMessageClose:not(.btn) {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    padding: 12px 14px;
  }
}

/* ----- COOKIES BAR AND FORM ------ */
.cookies-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99999;
  width: 100%;

  background-color: #666666;
  color: #fff;

  border-image-outset: 6px;
  padding: 2em 0;
  /* 44/16 */
  /* Safari border image fix */
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.cookies-bar__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cookies-bar__buttons .btn {
  margin: 0 10px 5px;
  padding: 10px 25px;
}

.cookies-bar__buttons .btn#accept-all {
  background-color: #435e77;
  border-color: #435e77;
}

.cookies-bar__form {
  display: none;
  padding: 35px 0;
  max-height: calc(100vh - 250px);
  overflow: auto;
}

@media all and (max-width: 991px) {
  .cookies-bar__buttons {
    flex-wrap: wrap;
    justify-content: center;
  }
}

#cookies-form-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  max-height: 100vh;
  overflow: auto;

  background-color: #fff;
  color: #666666;

  border-image-outset: 6px;
  padding: 2em 0;
  /* 44/16 */
  /* Safari border image fix */
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

#cookies-form-wrapper h2 {
  padding-top: 0;
  padding-bottom: 15px;
}

/**
 * -------------------
 * @section Take-Me-Up
 * ---------------------
 */
.take-me-up {
  width: 64px;
  height: 64px;
  margin-right: -92px;
  margin-bottom: 176px;
  border-radius: 300px;
  background: #435e77 url('/themes/default/images/common/uarr.png') center
    center no-repeat;
  position: fixed;
  z-index: 1001;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.2s linear, visibility 0.2s;
  -moz-transition: opacity 0.2s linear, visibility 0.2s;
  -o-transition: opacity 0.2s linear, visibility 0.2s;
  transition: opacity 0.2s linear, visibility 0.2s;
  -webkit-transform: translateZ(0);
  opacity: 0;
  visibility: hidden;
}
.take-me-up.showme,
body.touch .take-me-up.showme:hover {
  opacity: 0.7;
  visibility: visible;
}
.take-me-up.showme:hover,
.take-me-up.showme:focus {
  opacity: 0.9;
}
.take-me-up.showme:active {
  background-color: #999;
}
body.android-lt3 .take-me-up {
  display: none;
}
/**
 * @subsection Responsive
 * ------------------------
 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.6),
  only screen and (min-device-pixel-ratio: 1.6) {
  .take-me-up {
    background-image: url('/themes/default/images/common/uarr@2x.png');
    -webkit-background-size: 44px 44px;
    background-size: 44px 44px;
  }
}

/**
 * -----------------
 * @section Fancybox
 * -------------------
 */
#fancybox-wrap,
#fancybox-wrap *,
#fancybox-wrap *:before,
#fancybox-wrap *:after,
#fancybox-loading,
#fancybox-loading *,
#fancybox-tmp,
#fancybox-tmp *,
#fancybox-overlay {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#fancybox-title {
  /* set title properties */
  text-align: left;
  font-family: 'GillSans-light', 'Neue Helvetica W02', 'Helvetica Neue',
    Helvetica, Arial, sans-serif;
}
#fancybox-title-inside {
  width: 90%;
}
#fancybox-title-outside {
  width: 99%;
  margin-top: -20px;
}
#fancybox-outer #fancybox-close {
  right: 15px !important;
  top: 15px !important;
  opacity: 0.4;
}
#fancybox-outer:hover #fancybox-close {
  opacity: 0.8;
}
#fancybox-outer:hover #fancybox-close:hover {
  opacity: 1;
}
#fancybox-left,
#fancybox-right {
  bottom: auto;
  top: 0;
  height: 96%;
}
#fancybox-left span,
#fancybox-right span {
  opacity: 0;
  left: 20px;
}
.ie8 #fancybox-left span,
.ie8 #fancybox-right span {
  visibility: hidden;
}
#fancybox-right span {
  left: auto;
  right: 20px;
}
body.mobile #fancybox-left span,
body.mobile #fancybox-right span {
  visibility: visible;
  opacity: 0.5 !important;
}
body.mobile #fancybox-left:active span,
body.mobile #fancybox-right:active span,
#fancybox-left:hover span,
#fancybox-right:hover span {
  opacity: 0.9 !important;
}
.ie8 #fancybox-left:hover span,
.ie8 #fancybox-right:hover span {
  visibility: visible;
}
#fancybox-left span,
#fancybox-right span,
#fancybox-close {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
#fancybox-outer {
  /* space for captions */
  top: -25px;
}
#fancybox-outer,
#fancybox-content,
#fancybox-title {
  /* outer corners */
  border-radius: 6px;
}
#fancybox-overlay {
  cursor: default !important;
}
@media (max-width: 767px) {
  #fancybox-outer {
    top: 0;
  }
  #fancybox-wrap {
    padding-right: 0;
  }
  .fancybox-bg {
    display: none;
  }
  #fancybox-title-over {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .android-lt3 #fancybox-title-over {
    display: none;
  }
  #fancybox-left span,
  #fancybox-right span {
    visibility: visible !important;
    opacity: 0.5 !important;
    top: 52%;
  }
  #fancybox-left:active span,
  #fancybox-right:active span {
    opacity: 0.9 !important;
  }
  #fancybox-outer #fancybox-close {
    opacity: 0.6 !important;
    right: 0 !important;
    top: 0 !important;
    border: 15px solid transparent;
    -moz-background-clip: content;
    -webkit-background-clip: content;
    background-clip: content-box;
  }
  #fancybox-outer #fancybox-close:active {
    opacity: 1 !important;
  }
  body:not(.android-lt3) #fancybox-left,
  body:not(.android-lt3) #fancybox-right,
  body:not(.android-lt3) #fancybox-outer #fancybox-close {
    position: fixed;
  }
  #fancybox-outer,
  #fancybox-content,
  #fancybox-title {
    border-radius: 0;
  }
}
/*due to stackable modals*/
#fancybox-overlay,
#fancybox-wrap {
  z-index: 1900;
}

/**
 * ---------------
 * @section Editor
 * -----------------
 * Sadly, it is necessary to repeat the same global values,
 * as they are in customized Bootstrap, here once again...
 */
body.mceContentBody {
  background: #fff !important;
  margin: 0;
  padding: 10px;
  min-width: 670px;
}
body.mceContentBody,
body.mceContentBody th,
body.mceContentBody td {
  font: 14px/1.428571429 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/**
 * -----------------
 * @section CyberFox
 * -------------------
 */
a.cyberfox {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
  width: 30px;
  height: 30px;
  opacity: 0.1;
  z-index: 2;
}
.ie10 a.cyberfox,
.ie11 a.cyberfox {
  right: 30px;
}
body:hover a.cyberfox {
  opacity: 0.3;
}
body:hover a.cyberfox:hover,
body:hover a.cyberfox:focus {
  opacity: 0.7;
}
@media (min-width: 1080px) {
  a.cyberfox {
    display: block;
  }
}

/**
 * --------------
 * @section Fixes
 * ----------------
 */
.ie9 body,
.ie9 a,
.ie9 img {
  /* IE9 needs conditional override of 'filter' to 'none' */
  filter: none !important;
}

/**
 * Project - Print CSS Stylesheet
 *
 * @project Project
 * @version 1.0
 * @date 27.02.2014 18:10:55
 * @author janrenn <renner@cyberfox.cz>
 * @author pavekrej <krejci@cyberfox.cz>
 * @copyright Cyber Fox, s.r.o. 2012-present
 */
@media print {
  /**
     * ---------------
     * @section Global
     * -----------------
     */
  body {
    font: 13px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
    width: auto !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }

  /**
     * ----------------
     * @section Project
     * ------------------
     * Your project-level print styles.
     */

  /**
     * --------------
     * @section Fixes
     * ----------------
     */
  .ie9 body {
    /* IE9 needs conditional override of 'filter' to 'none' */
    filter: none !important;
  }
}

/* end of file */
