body {
  font-family: "raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.logo {
  display: block;
  float: left;
}
.logo img {
  width: auto;
  height: 93px;
  margin-top: 8px;
}
.social {
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 40px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .logo img {
    height: 73px;
  }
  .social {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .logo img {
    height: 63px;
  }
  .social {
    margin-top: 25px;
  }
}
.social li {
  border-radius: 50%;
  display: inline-block;
  margin: 0 0 0 7px;
  overflow: hidden;
  vertical-align: top;
  float: left;
}
.social li a {
  background: #333;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 30px;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.social li a:hover {
  background: #fe9602;
}
@media (min-width: 768px) {
  .social li a {
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 18px;
  }
}
.navbar-main {
  background: #333;
  border-radius: 0;
  border: 0;
  margin-top: 10px;
  margin-bottom: 0;
}
.navbar-main .navbar-nav > li > a {
  color: #c2c2c2;
  padding-bottom: 20px;
  padding-top: 20px;
}
.big-menu a {
  color: #c2c2c2;
  display: block;
  padding: 3px 20px;
}
.big-menu ul {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .navbar-main .navbar-nav > li > a,
  .navbar-main .navbar-nav > li > a:hover,
  .navbar-main .navbar-nav > li > a:focus {
    background-image: url(../img/menu_sep.png);
    background-repeat: no-repeat;
    background-position: right 50%;
  }
  .navbar-main .navbar-nav > li.last > a,
  .navbar-main .navbar-nav > li.active > a {
    background-image: none;
  }
  .navbar-main .navbar-nav > li > a {
    text-transform: uppercase;
  }
  .navbar-main .dropdown-menu {
    background: #333333;
  }
  .navbar-main .dropdown-menu > li > a {
    color: #c2c2c2;
  }
  .navbar-main .dropdown-menu > li > a:focus,
  .navbar-main .dropdown-menu > li > a:hover {
    color: #FC9902;
    background: #080808;
  }
  .navbar-main .dropdown-menu h5 {
    color: #fff;
  }
  .big-menu > li {
    float: left;
  }
  .big-menu a:focus,
  .big-menu a:hover {
    color: #FC9902;
    background: #080808;
    text-decoration: none;
  }
}
@media (min-width: 900px) {
  .big-menu {
    min-width: 500px;
  }
  .big-menu ul li {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .big-menu a:focus,
  .big-menu a:hover {
    color: #fff;
    text-decoration: none;
  }
}
.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus,
.navbar-main .navbar-nav > li.active > a {
  color: #FC9902;
}
.navbar-nav .dropdown-menu h5 {
  margin: 0;
  padding: 5px 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-collapse.in h5 {
  color: #fff;
}
#featured .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  height: 500px;
}
.carousel-control {
  background-image: none;
  border: 2px solid #fff;
  height: 54px;
  line-height: 54px;
  margin-top: -27px;
  opacity: 1;
  text-shadow: none;
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 54px;
  z-index: 15;
}
.carousel-control.right {
  margin-right: 30px;
  background-image: none;
}
.carousel-control.left {
  margin-left: 30px;
  background-image: none;
}
.carousel-control:hover {
  background: #e8b401;
  color: #000;
  border-color: #e8b401;
}
.carousel-indicators li,
.carousel-indicators .active {
  border: 2px solid #ffffff;
  height: 15px;
  margin: 3px;
  width: 15px;
}
.carousel-indicators {
  bottom: 0;
}
.carousel-caption {
  bottom: 30px;
}
@media (min-width: 992px) {
  .carousel-caption {
    text-align: left;
    right: 40%;
  }
}
@media (max-width: 767px) {
  .carousel-control {
    bottom: 20px;
    top: auto;
  }
  .carousel-caption {
    left: 15%;
    right: 15%;
  }
}
/* iphone x */
@media (max-width: 812px) {
  .carousel-control.right {
    margin-right: 40px;
  }
  .carousel-control.left {
    margin-left: 40px;
  }
  .navbar-main .navbar-nav > li > a {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 12px;
  }
}
.carousel-caption a {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  padding: 5px 10px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-shadow: none;
}
.carousel-caption a:hover,
.carousel-caption a:focus {
  color: #333;
  border: 2px solid #e8b401;
  background: #e8b401;
  text-decoration: none;
}
.carousel-caption h2 {
  text-transform: uppercase;
}
.feat-overlay {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8))) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 300px;
}
.block-intro {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.block-intro h1 {
  text-transform: uppercase;
  color: #333;
  margin-bottom: 10px;
}
.block-intro h1 span {
  color: #fe9602;
}
.block-intro h2 {
  margin-top: 0;
  color: #e8b401;
}
@media (min-width: 1024px) {
  .block-intro p {
    padding-left: 20%;
    padding-right: 20%;
  }
}
.block-main-items {
  padding-top: 40px;
  padding-bottom: 20px;
  background: #f0f0f0;
  background: -webkit-gradient(linear, left top, right top, from(#f0f0f0), color-stop(50%, #FFEACE), to(#f0f0f0));
  background: linear-gradient(to right, #f0f0f0 0%, #FFEACE 50%, #f0f0f0 100%);
}
.service_item a {
  padding-bottom: 50px;
}
.service_item a {
  display: block;
}
.service_item .icon_block {
  position: relative;
  display: block;
  vertical-align: top;
  width: 91px;
  height: 91px;
  margin: 0 auto 16px;
  border-radius: 50%;
}
.service_item .icon_block:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: #b1d75d;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, from(#e8b401), to(#fe9602));
  background: linear-gradient(to right, #e8b401 0%, #fe9602 100%);
  /* W3C */
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service_item a:hover .icon_block:after {
  left: -25px;
  top: -25px;
  right: -25px;
  bottom: -25px;
}
.service_item .icon_block:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 45px #fff inset;
          box-shadow: 0 0 0 45px #fff inset;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.service_item a:hover .icon_block:before {
  left: -23px;
  top: -23px;
  right: -23px;
  bottom: -23px;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset;
}
.service_item .icon_block i {
  position: relative;
  z-index: 2;
  display: block;
  width: 91px;
  height: 91px;
  line-height: 91px;
  font-size: 4em;
  color: #FC9902;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.service_item a:hover .icon_block i {
  color: #fff;
}
.service_item p {
  margin: 0;
  padding: 0 0 14px;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 15px;
  color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service_item a:hover p {
  color: #FC9902;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.service_item span {
  display: block;
  padding: 0 20px;
  line-height: 20px;
  font-size: 13px;
  color: #555;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service_item a:hover span {
  color: #333;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.service_item a:hover {
  text-decoration: none;
}
/* Video */
.video_block iframe {
  width: 100%;
  height: 459px;
}
.block-view-actuals {
  padding-top: 30px;
  padding-bottom: 50px;
}
.block-view-actuals h2 {
  text-transform: uppercase;
}
.actual-item {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.actual-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.actual-item h3 {
  color: #FC9902;
  font-size: 20px;
}
.actual-item-content {
  color: #555;
}
.actual-item-date {
  color: #e8b401;
}
footer {
  background: #333;
  padding-top: 20px;
  color: #9b9b9b;
}
footer h2 {
  color: #f2f1e6;
  font-size: 19px;
  margin-bottom: 21px;
  text-transform: uppercase;
}
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 10px;
}
.copyright span {
  color: #FC9902;
}
footer .contact_info {
  list-style: none;
  padding-left: 0;
}
footer .contact_info li {
  padding-bottom: 3px;
}
footer .contact_info span {
  margin-right: 10px;
  color: #fff;
}
footer a {
  color: #9b9b9b;
}
footer a:hover,
footer a:focus {
  color: #fff;
}
.FlickrImages ul {
  padding-left: 0;
  margin-bottom: 20px;
  overflow: auto;
  list-style: none;
}
.FlickrImages li {
  margin: 0 5px 5px 0;
  padding: 0;
  float: left;
  border: 0;
}
.FlickrImages li a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 72px;
  height: 48px;
}
.FlickrImages li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.FlickrImages li a:hover:before {
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  opacity: 1;
}
.FlickrImages li a img {
  width: 100%;
  max-width: none;
  height: auto;
  border: 0;
}
.block-breadcrumb {
  background: #505050;
  padding-top: 20px;
  padding-bottom: 20px;
}
.block-breadcrumb h1 {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
}
.block-breadcrumb .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
}
.block-breadcrumb .breadcrumb {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .block-breadcrumb h1,
  .block-breadcrumb .breadcrumb {
    float: none !important;
  }
}
.block-breadcrumb .breadcrumb .active {
  color: #fff;
}
.block-breadcrumb .breadcrumb a {
  color: #FC9902;
}
.article {
  padding-top: 40px;
  padding-bottom: 40px;
}
.next-articles {
  list-style: square;
  padding-left: 25px;
}
.next-articles li {
  padding-bottom: 3px;
}
.next-categories {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.next-categories li {
  display: inline-block;
}
.next-categories li a {
  display: inline-block;
  background: #F4F4F4;
  padding: 5px 8px;
  margin-right: 3px;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.next-categories li a:hover,
.next-categories li a:focus {
  background: #e8b401;
  color: #fff;
  text-decoration: none;
}
.next-categories li a.active {
  background: #FC9902;
  color: #fff;
}
.project {
  margin-bottom: 20px;
}
.project_descr {
  background: #F4F4F4;
  padding: 10px 15px;
}
.project_descr p {
  font-size: 13px;
  color: #666;
}
.crewman {
  padding-bottom: 30px;
}
.crewman .social {
  margin-top: 10px;
}
.crewman p {
  color: #666;
}
.contacts_info {
  list-style: none;
  padding-left: 0;
}
.crewman_foto a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #f0f0f0;
}
.crewman_foto a:hover img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.table-calendar a {
  display: block;
}
.table-calendar a:hover {
  text-decoration: none;
}
.table-calendar a.active {
  background: #FC9902;
  color: #fff;
}
.table-calendar tr:nth-child(7) td,
.table-calendar tr:nth-child(8) td {
  background: #f0f0f0;
}
#hledatform {
  display: none;
}
#hledatcancel {
  color: #fff;
}
#hledatcancel:hover {
  color: #FC9902;
}
#hledatform .btn-warning {
  background-color: #FC9902;
  border-color: #c97a02;
}
#hledatform .btn-warning:hover {
  background-color: #e38a02;
  border-color: #c97a02;
}
@media (min-width: 768px) {
  #hledatform {
    position: fixed;
    right: 0;
    top: 70px;
    background-color: #333333;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    z-index: 100;
  }
  #hledatform:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    position: absolute;
    left: 100%;
    top: 15px;
    border-left-color: #333333;
  }
}
@media (max-width: 767px) {
  #hledatform {
    clear: both;
  }
}
.block-flexslider {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f0f0f0;
  background: -webkit-gradient(linear, left top, right top, from(#f0f0f0), color-stop(50%, #ffffff), to(#f0f0f0));
  background: linear-gradient(to right, #f0f0f0 0%, #ffffff 50%, #f0f0f0 100%);
}
.block-flexslider h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.g-recaptcha {
  margin-bottom: 10px;
}
.has-error label {
  color: #a94442;
}
.has-error label:after {
  content: "Povinný údaj!";
  margin-left: 10px;
}
.album .photo,
.album .photo-thumb {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.album .photo img,
.album .photo-thumb img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.album .photo:hover img,
.album .photo-thumb:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.photo-supl img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.photo-supl:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.autor-clanek {
  background: #fc9902;
  color: #fff;
  display: inline-block;
  padding: 3px 6px;
  position: relative;
  margin-top: 20px;
}
.autor-clanek:after {
  content: " ";
  display: block;
  width: 30px;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 15px;
}
.img-aktuality {
  margin: 0 auto;
}
.datepicker .day:hover {
  background: #eee;
  cursor: pointer;
  border-radius: 3px;
}
.datepicker .day.active {
  background: #05B2D2;
  border-radius: 3px;
  color: #fff;
}
.datepicker .month,
.datepicker .year {
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
}
.datepicker .month.active,
.datepicker .year.active {
  background: #05B2D2;
  color: #fff;
}
.datepicker .month:hover,
.datepicker .year:hover {
  background: #eee;
  cursor: pointer;
}
.datepicker .switch {
  text-align: center;
}
.datepicker .switch:hover {
  background: #eee;
  cursor: pointer;
}
.link20let {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  padding: 20px 0 10px;
  border: 1px solid #eee;
}
.link20let:hover {
  -webkit-filter: hue-rotate(170deg);
  filter: hue-rotate(170deg);
}
.nastenka-footer a:after {
  content: "|";
  color: #333;
  padding-left: 5px;
  padding-right: 5px;
}
.nastenka-footer a:last-child:after {
  content: "";
  padding-left: 0;
  padding-right: 0;
}
.secured .fa {
  color: #FC9902;
}
