/*
Default
*/

html, body {
  font-size: 16px;
  height: 100%;
}

body {
  padding-top: 80px;
  overflow-x: hidden;
}

  body.page-template-events {
    padding-top: 0;
  }

@import url("//hello.myfonts.net/count/3412c2");
@font-face {font-family: 'AlternateGotNo3D';src: url('../fonts/3412C2_0_0.eot');src: url('../fonts/3412C2_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/3412C2_0_0.woff2') format('woff2'),url('../fonts/3412C2_0_0.woff') format('woff'),url('../fonts/3412C2_0_0.ttf') format('truetype');}

@media (min-width: 1200px) {
  .container {
      width: 1280px;
  }
}

.notification {
	z-index: 1;
    font-size: 1.2rem;
    position: relative;
	top:0;
	left:0;
	right: 0;
	width: 100vw;
	padding: 1%;
	text-align: center;
	background-color: #e81717;
	color: #ffffff;
}

.btn-default {
  box-shadow: none;
  border: 0;
  background-image: none;
  border-radius: 0;
}

table {
  text-transform: uppercase;
  letter-spacing: 1.35px;
  font-size: 1.125rem;
}

  table tr:nth-child(1) td {
    border-top: 0 !important;
  }

  table tr td:nth-child(1) {
    letter-spacing: 1.35px;
  }

  table tr td:nth-child(2) {
    text-transform: uppercase;
    color: #01acb2;
    letter-spacing: 1.04px;
  }

.btn-offer {
    position: fixed;
    left: 15px; bottom: 15px;
    display: none;
    z-index: 1061;
  }

    .btn-offer {
      text-shadow: none;
      background-color: #01acb2;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
    }

      .btn-offer:hover {
        background-color: #01acb2;
        text-decoration: underline;
      }

      .btn-offer:after {
        content: "";
        width: 12px; height: 7px;
        background: url("../img/bubble-after.png") no-repeat;
        position: absolute;
        left: -7px; bottom: -3px;
      }

.modal-backdrop.in {
  opacity: .7;
}

form {
  text-align: left;
}

.btn-email {
  background-color: #01acb2;
  color: #FFF;
}

.modal-backdrop {
  z-index: 10040;
}

.modal {
  z-index: 10050;
}

@media screen and (max-width: 767px) {
  .modal-content {
    padding: 40px !important;
  }
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>li>a {
  color: #000;
}

.btn {
  text-shadow: none;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*
Header
*/

header {
  text-transform: uppercase;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.navbar {
  min-height: 80px;
}

.navbar-default {
  border: 0;
  box-shadow: none;
  letter-spacing: 1.25px;
}

  .navbar-default li:first-child {
    font-size: 1.25rem;
  }

  .navbar-header {
    margin-top: 1.7rem;
    margin-left: 2rem;
  }

    .navbar-brand {
      padding: 0;
      height: auto;
    }

    .navbar-brand img {
      max-height: 1.688rem;
    }

  .nav>li>a {
    padding: 29px 7.5px;
  }

  .navbar-collapse {
    padding: 0;
  }

    .navbar-right {
      margin-right: 2rem;
    }

  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.active>a {
    box-shadow: none;
  }

  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #01acb2;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
  }

  .navbar-default .navbar-form {
    border-bottom: 1px solid #979797;
  }

  .navbar-toggle {
    margin-top: -5px;
    margin-bottom: 0;
    margin-right: 32px;
  }

  @media screen and (max-width: 767px) {
    .navbar-nav {
        margin: 20px 0;
        text-align: center;
    }
    .nav>li>a {
      padding: 15px 0;
    }
  }

  .navbar-default .navbar-toggle {
    border-radius: 0;
    border: 2px solid #01acb2;
  }

.headroom {
      will-change: transform;
      transition: transform 200ms linear;
  }

  .headroom--pinned {
      transform: translateY(0%);
  }

  .headroom--unpinned {
      transform: translateY(-100%);
  }

/*
Front boxes
*/

.front-boxes {
  background-color: #FFF;
}

  .front-boxes .row {
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .front-boxes .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .front-boxes [class*=col-] {
    padding: 0;
    position: relative;
  }

  .front-boxes span {
    position: absolute;
  }


@media screen and (min-width: 768px) {
  .col-boxes {
    visibility: hidden;
    opacity: 0.0;
    position: relative;
    left: -100%;
  }
}

@media screen and (min-width: 992px) {
  .front-boxes a.scroll {
    display: none;
  }
  .front-boxes {
    max-height: 729px;
  }
}

@media screen and (max-width: 991px) {
  .front-boxes a.scroll {
    display: block;
  }
}

.box {
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
}

  @media (max-width: 992px) {
    .box {
      width: 50%;
      float: left;
      margin-top: 0;
    }
    .front-boxes .banners {
      padding-right: 0;
    }
  }

  .box span {
    left: 2rem;
    bottom: 1rem;
    letter-spacing: 1.6px;
    line-height: 1;
    color: #01acb2;
  }

    .box:hover span {
      display: none;
      transition: all .3s ease-in-out;
    }

  .box p {
    margin: 0;
  }

  .box img {
    max-width: 100%;
    width: 100%;
  }

  .box .overlay {
    opacity: 0;
    transition: all .3s ease-in-out;
  }

  .box:hover .overlay {
    opacity: 1;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: all .3s;
  }

  .box .overlay {
    position: absolute;
    width: 100%; height: 100%;
    background-color: rgba(64, 64, 66, .5);
    color: #FFF;
    text-align: center;
    transition: all .3s;
  }

    .overlay-content, .front-video span {
      position: absolute;
      top: 50%; left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 10;
    }

      .overlay-content span {
        display: block !important;
        position: relative;
        top: 0; left: 0;
        font-size: 2rem;
      }

      @media screen and (max-width: 767px) {
        .overlay-content span, .overlay-content p {
          font-size: 16px;
          line-height: 16px;
        }
      }

  .front-video {
    position: relative;
    font-size: 3rem;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
  }

  @media screen and (max-width: 767px) {
    .front-video {
      font-size: 20px;
      line-height: 24px;
    }
  }

/*
Preview
*/

.preview {
  background-color: #404042;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.625rem;
  line-height: 2.188rem;
  padding-top: 1.25rem;
  padding-bottom: 3.938rem;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
  margin-top: -1px;
  position: relative;
}

  .preview a.scroll {
    top: 1.25rem; bottom: auto;
  }

  .preview li {
    margin-left: 5rem;
  }

    .preview li:first-child {
      margin-left: 0;
    }

  .preview p {
    padding-left: 11.13rem;
    padding-right: 11.13rem;
    margin-bottom: 0;
  }

  @media screen and (min-width: 992px) {
    .preview p:first-child {
      margin-top: 3.938rem;
    }
  }

  @media screen and (max-width: 991px) {
    .preview a.scroll {
      display: none;
    }
  }

  @media screen and (max-width: 767px) {
    .preview {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
      font-size: 1.225rem;
      line-height: 1.588rem;
      margin-top: 0px;
      padding-left: 3%;
      padding-right: 3%;
    }
    .preview p {
      padding: 0;
    }
    .searcher [class*=col-] {
      margin-top: 20px;
    }
      .searcher [class*=col-]:first-child {
        margin-top: 0;
      }
  }

  .preview ul {
    margin-top: 4.375rem;
    margin-bottom: 0;
  }

/*
Filter
*/

.rem-search-box {
  background-color: #FFF;
  border-top: 1px solid #00bc87;
  border-bottom: 1px solid #ebebeb;
  text-transform: uppercase;
}

.search-results {
  background-color: #eee;
}

.price-slider ul {
  position: relative;
}

.price-slider li {
  margin: 0;
  float: left;
}

  .price-slider li:nth-child(1) {
    text-align: left;
    float: left;
  }

  .price-slider li:nth-child(2) {
    color: #01acb2;
    position: absolute;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .price-slider li:nth-child(3) {
    text-align: right;
    float: right;
  }

  .ich-settings-main-wrap ul, .ich-settings-main-wrap ol {
    margin-top: 0.8rem !important;
    margin-bottom: 0 !important;
  }

  .ich-settings-main-wrap > .row, .search-results .row {
    margin-left: 0;
    margin-right: 0;
  }

  .filter-title {
    display: block;
    letter-spacing: 1.6px;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
  }

  .searched-proerpties .filter-title {
    margin-left: 15px;
  }

  #rem-search-box .search-container {
    width: 100%;
    margin: 0 auto;
  }

    #rem-search-box .search-container .row {
      max-width: 1280px;
      margin: 0 auto;
    }

  .ich-settings-main-wrap.fixed {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
  }

  .search-options {
    border: 0;
  }

#maps .map {
  height: 100vh !important;
}

.search-property-map {
  padding-left: 0 !important;
  position: absolute;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .search-property-map {
    display: none;
  }
  .searched-properties {
    padding-right: 15px !important;
    float: none !important;
  }
  .defaultResults div, #property- {
    margin-top: 15px;
  }
    .defaultResults div:first-child, .space-description, #property-:first-child {
      margin-top: 0 !important;
    }
}

.orientation-position {
  position: absolute;
  top: 24px; right: 24px;
  color: #FFF;
  font-size: 14px;
  letter-spacing: 1.4px;
  padding: 5px;
  z-index: 10;
  background-color: #01acb2;
  text-transform: uppercase;
}

.searched-properties {
  padding-right: 0;
  float: right;
}

.control-right-wrapper, .set-position {
  display: none;
}

.area-slider {
  font-size: 13px;
}

  .area-slider li:nth-child(1) {
    float: left;
  }

  .area-slider li:nth-child(2) {
    float: right;
  }

.noUi-target {
  background-color: #7fd0d3;
  z-index: 1000;
}

.fotorama__html div,
.fotorama__html a {
  display: block;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  background: url(../img/_.gif);
}

/*
Spaces
*/

.container.space {
  z-index: 1;
}

.spaces {
  padding: 1.625rem 0;
}

  .space-container, .space .block {
    -webkit-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.1);
    position: relative;
  }

.space-description {
  padding: 1rem 1rem;
  background-color: #FFF;
  text-transform: uppercase;
}

  .space-description a {
    color: #404042;
    font-size: 1.25rem;
    line-height: 0;
  }

  .space-description span.property-name {
    font-size: 1.25rem;
    line-height: 0;
  }

  @media (max-width: 1270px) {
    .spaces span.price {
      display: block;
      float: none !important;
    }
  }

  span.name {
    float: left;
    font-size: 20px;
    letter-spacing: 2px;
  }

  .spaces span.price,
  .events-blocks span.price {
    float: right;
    color: #01acb2;
    letter-spacing: 2.29px;
    text-transform: none;
  }

  .space-description ul {
    font-size: 12px;
    margin-bottom: 0 !important;
    margin: 0;
    letter-spacing: 1.2px;
  }

    .space-description li {
      margin-left: 3rem;
      padding: 0;
    }

      .space-description li:first-child {
        margin-left: 0;
      }

      .space-description li:nth-child(2) {
        float: right;
        text-transform: none;
      }

    .per-day {
      color: #000;
    }

#grid-content .container-fluid {
  padding: 0;
}

.search-results {
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .spaces [class*=col-] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.fotorama {
  max-height: 341px;
}

ul.top-list {
  padding-left: 7.5px;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

  ul.top-list li.active a {
    color: #01acb2;
  }

    ul.top-list li.active a:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 5px 0 5px;
      border-color: #01acb2 transparent transparent transparent;
      margin-left: 5px;
    }

.space-overlay {
  background-color: rgba(1,172,178,0.80);
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1;
  color: #FFF;
}

  .space-overlay span {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 80%;
    font-size: 20px;
    text-transform: uppercase;
  }

  .space-overlay a {
    color: #FFF;
    text-decoration: underline;
  }

    .space-overlay a:hover {
      text-decoration: none;
    }

/*
Space detail
*/

.space.container {
  margin-top: -102px;
  position: relative;
  padding-bottom: 1.375rem;
}

@media screen and (max-width: 767px) {
  .space.container {
      margin-top: 0;
  }
}

.title-container {
  padding: 0.8rem;
  background-color: rgba(64, 64, 66, 0.9);
  font-size: 1.375rem;
  letter-spacing: 2.2px;
  vertical-align: top;
  max-width: 53.31rem; width: 100%;
  float: left;
  text-transform: uppercase;
}

  .title-container a {
    color: #01ACB2;
  }

.single-post .title-container {
  max-width: none;
  float: none;
  position: absolute;
  bottom: 0;
}

.headline.single-post {
  height: 70vh;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: repeat !important;
  position: relative;
}

.headline h1,
.headline h2 {
  font-size: 1.375rem;
  color: #FFF;
  float: left;
  margin: 0;
}

.headline h2 {
  color: #01ACB2;
  float: right;
}

  .headline h2 span {
    margin-left: 1.25rem;
  }

.space span.price {
  float: right;
  color: #FFF;
  line-height: 1;
}

  .space span.price span {
    color: #01acb2;
    margin-left: 0.9375rem;
    text-transform: none;
  }

    span.price .rem-currency-symbol {
      margin-left: 0 !important;
    }

.section-title {
  z-index: 10;
}

.headline-stranka {
	height: 60vh;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.headline .btn {
  float: left;
  max-width: 24.81rem; width: 100%;
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}

  .headline .btn-default {
    text-shadow: none;
    text-transform: uppercase;
    font-size: 1.375rem;
    letter-spacing: 2.2px;
    background-color: #01acb2;
    color: #FFF;
    border-radius: 0;
  }

  @media (max-width: 992px) {
    .headline .btn-default, .headline .btn, .space .headline h1, .space span.price, .title-container {
      float: none;
    }
    .headline {
      text-align: center;
    }
  }

  .headline span.price span {
    margin-left: 0;
  }

.space .block {
  background-color: #FFF;
  padding: 1.938rem 1.125rem;
  margin-top: 1.125rem;
}

  .space .property-map {
    padding: 0;
  }

  .space [class*=col-] .block:nth-child(1) {
    margin-top: 0;
  }

  .space .block h2 {
    text-transform: uppercase;
    margin: 0; margin-bottom: 1.375rem;
    font-size: 1.625rem;
    letter-spacing: 1.5px;
  }

  .space .block h2.questions-title {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

.space .testimonial {
  background-color: #404042;
  font-size: 1.625rem;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
}

  .space .block blockquote {
    border: 0;
    padding: 0;
  }

    .space .block blockquote span {
      display: block;
      font-size: 3.125rem;
    }

      .space .block blockquote span:before {
        content: "“";
      }

      .space .block blockquote span:after {
        content: "”";
      }

.features ul {
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

  .features ul li {
    border-top: 1px solid #fbfafb;
    padding-top: 8px;
    padding-bottom: 8px;
    float: left;
    width: 50%;
  }

    .features ul li:nth-child(-n+2) {
      border-top: 0;
    }

#testimonialsCarousel .carousel-caption {
  position: static;
}

.property-description {
  color: #404042;
  font-family: "Spectral", serif;
  font-weight: 300;
  line-height: 26px;
} 

  .property-description p:last-child {
    margin-bottom: 0;
  }

.photo-header {
  height: inherit;
  height: 80vh;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

  .photo-header img {
    width: 100%;
    min-height: 100%;
    height: auto;
  }

  .photo-header a {
    width: 100%;
  }
  
@media screen and (max-width: 415px) {
	.photo-header {
		height: inherit;
		height: 40vh;
		position: relative;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;}
		
	.btn-property-gallery {
		margin-top: -100px;
	}
}

.btn-property-gallery {
  text-transform: uppercase;
  padding: 10px 20px;
  margin-bottom: 10px;
  letter-spacing: 1.2px;
}

  .btn-property-gallery .glyphicon {
    margin-right: 8px;
    top: 2px;
  }

.suitable-for li {
  text-align: center;
}

  .suitable-for li:before {
    content: "";
    display: block;
    margin-bottom: 5px;
  }

/*
Footer
*/

footer {
  padding-top: 30px;
  padding-bottom: 25px;
  background-color: #404042;
  font-size: 22px;
  color: #FFF;
  letter-spacing: 1.27px;
  text-transform: uppercase;
  position: relative;
  z-index: 1060;
}

  footer a {
    color: #FFF;
    transition: color .3s;
  }

    footer a:hover {
      color: #02bdc3;
      transition: color .3s;
    }

  footer .container-fluid {
    padding: 0;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .left-block {
    float: left;
  }

  .right-block {
    float: right;
    text-align: right;
  }

    ul#menu-patickova-navigace {
      margin-bottom: 0;
    }

    .footer-contacts {
      margin-top: 15px;
      margin-bottom: 0;
    }

    #menu-patickova-navigace .list-inline>li, .footer-contats .list-inline>li {
      padding-left: 10px;
      padding-right: 10px;
    }

  footer .logo {
    margin-bottom: 25px;
  }

    footer .logo img {
      max-height: 34px;
    }

  footer [class*=col-]:nth-child(3) {
    font-size: 42px;
    line-height: 42px;
  }

  .socials {
    margin-left: 0;
  }

    .socials li {
      padding: 0;
      margin-left: 8.5px;
    }

      .socials li:first-child {
        margin-left: 0;
      }

      .socials .btn-default {
        background-color: #FFF;
        border-radius: 50%;
        width: 30px; height: 30px;
        color: #01acb2;
        padding: 5px 0 0 0;
        transition: background .3s;
      }

        .socials .btn-default:hover {
          background-color: #000;
          color: #FFF;
          transition: background .3s;
        }

  span.copyright {
    display: inline-block;
    margin-top: 54px;
    font-size: 32px;
  }

    .footer-info {
      background-color: #FFF;
      color: #404042;
    }
    
    #o-nas, #jak-fungujeme {
      background-color: #404042;
      color: #FFF;
      padding-top: 3.938rem;
    }
    
    #kontakt .txtquick {
	    padding-left: 3%;
    }

    @media (max-width: 767px) {
      #kontakt .txtquick {
        margin-top: 40px;
        text-align: center;
      }
      #kontakt .txtquick:first-child {
        margin-top: 0;
      }
      .contact-block img {
        margin-bottom: 20px;
        display: table;
        margin-left: auto;
        margin-right: auto;
        max-height: 150px; width: auto;
      }
    }

    .footer-info span.title {
      margin-bottom: 43px;
      display: block;
      font-size: 36px;
      text-transform: uppercase;
      font-family: AlternateGotNo3D,"Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    .footer-contact {
      padding-top: 3.938rem;
      padding-bottom: 3.938rem;
      position: relative;
      font-size: 20px;
      font-family: "Spectral", serif;
      font-weight: 400;
    }

    span.small-title {
      font-size: 26px;
      text-transform: uppercase;
      margin-bottom: 10px;
      display: inline-block;
      font-family: AlternateGotNo3D,"Helvetica Neue",Helvetica,Arial,sans-serif;
    }

      p.without-margin {
        margin: 0;
      }

.contact-block {
  margin-top: 4rem;
  font-size: 1rem;
}

  .col-address,
  .col-operator,
  .col-follow-us {
    font-size: 1rem;
  }
  
  .col-address img,
  .col-operator img,
  .col-follow-us img {
    max-width: 50px !important;
    margin: 0 auto;
    border-radius: 0 !important;
  }

    .col-address p,
    .col-operator p {
      margin-bottom: 5px;
    }

    .col-follow-us {
      font-size: 1.625rem;
    }

      .col-follow-us ul {
        margin-bottom: 0;
      }

    .col-address a,
    .col-follow-us a {
      color: #01ACB2;
      text-transform: uppercase;
      font-family: AlternateGotNo3D,"Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    .col-address .fas,
    .col-follow-us .fab {
      color: #01ACB2;
      margin-right: .5rem;
    }

      .col-address .fas {
        font-size: 1.875rem;
      }

      .col-follow-us .fab {
        width: 1.875rem;
        height: 1.875rem;
        background-color: #01ACB2;
        color: #FFF;
        border-radius: 50%;
        text-align: center;
        font-size: 1rem;
        line-height: 2;
      }

      .col-follow-us li {
        margin-top: 5px;
      }

        .col-follow-us li:first-child {
          margin-top: 0;
        }

  .contact-block img {
    max-width: 80%;
    border-radius: 50%;
    max-width: 100%;
  }

  p.how-to-reach {
    display: inline-flex;
    margin-top: 1.375rem;
    margin-bottom: 0;
  }

    p.how-to-reach a {
      margin-top: 5px;
    }

  .contact-block .btn {
    text-transform: uppercase;
    font-size: .875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    font-family: AlternateGotNo3D,"Helvetica Neue",Helvetica,Arial,sans-serif;
  }

a.how-to {
  font-size: 26px;
  text-transform: uppercase;
  font-family: AlternateGotNo3D,"Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #01acb2;
  margin-top: 20px;
  display: block;
}

  a.how-to:before {
    content: "";
    width: 27px; height: 39px;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/i_pin.png") no-repeat;
    background-size: cover;
    margin-right: 10px;
  }

span.phone:before, a.email:before {
  content: "";
  width: 17px; height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/i_phone.png") no-repeat;
  background-size: cover;
  margin-right: 5px;
  margin-top: -6px;
}

  a.email:before {
    width: 25px; height: 18px;
    background: url("../img/i_email.png") no-repeat;
    background-size: cover;
  }

/*
Modal
*/

@media (min-width: 768px) {
  .modal-dialog {
    width: 780px;
    margin: 60px auto;
  }
}

.modal-content {
  box-shadow: none;
  padding: 70px 152px 51px 88px;
  border: 0;
  border-radius: 0;
}

.modal-header .close {
  position: absolute;
  right: 15px; top: 15px;
  margin-top: 0;
  background: transparent;
  border: 0;
  width: 25px; height: 25px;
  padding: 0;
}

  .modal-header .close span {
    background: url("../img/close.png") no-repeat;
    width: 25px; height: 25px;
    display: block;
    text-indent: -9999px;
  }

  .modal-content .btn, .offer-form .btn-default {
    margin: 87px auto 0 auto;
    display: table;
  }

  .modal-content .btn-default, .offer-form .btn-default {
    text-shadow: none;
    -webkit-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.1);
    font-size: 20px;
    letter-spacing: 2px;
    padding: 11px 58px;
    text-transform: uppercase;
  }

.modal-header, .modal-body {
  padding: 0;
  border: 0;
}

.modal-title, .modal-headline {
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  margin-bottom: 70px;
}

  .modal-headline {
    margin-bottom: 35px;
  }

  .modal-description {
    font-size: 18px;
    margin-bottom: 70px;
  }

.modal-body .title, .offer-form .title {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

  .modal-body .title a {
    text-decoration: underline;
  }

    .modal-body .title a:hover {
      text-decoration: none;
    }

  .modal-body .date-not-fixed .title {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10px;
    vertical-align: middle;
  }

  .date-not-fixed-input {
    display: none;
    opacity: 0;
  }

  .date-not-fixed-input.active {
    display: block;
    opacity: 1;
    transition: opacity .25s;
  }

.modal-body .block, .offer-form .block {
  margin-top: 30px;
}

  .modal-body .block:first-child, .offer-form .block:first-child {
    margin-top: 0;
  }

.modal-body .form-control, .offer-form .form-control {
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #c7c7c7 !important;
  border-radius: 0;
  padding: 10.5px 7px;
  height: auto;
  font-size: 26px;
  text-transform: uppercase;
  color: #404042;
  letter-spacing: 2.6px;
}

  .offer-form .form-control {
    background-color: transparent;
    border-color: #FFF !important;
    color: #FFF;
  }
  
  textarea[name="dalsi-prostory"] {
	border: 1px solid #c7c7c7 !important;
	max-height: 150px;
	overflow: scroll;
  }

  .modal-body .form-control::-webkit-input-placeholder {
      color: #dedede !important;
  }

  .modal-body .form-control:-moz-placeholder {
     color: #dedede;
     opacity: 1 !important;
  }

  .modal-body .form-control::-moz-placeholder {
     color: #dedede;
     opacity: 1 !important;
  }

  .modal-body .form-control:-ms-input-placeholder {
     color: #dedede !important;
  }

  .modal-body .form-control::-ms-input-placeholder {
     color: #dedede !important;
  }

  .type-property .title, .property-detail-modal .title {
    margin-bottom: 20.5px;
  }

  .type-property ul {
    margin-bottom: 0;
    margin-left: 0;
  }

    .type-property li {
      margin-left: 33px;
      padding: 0;
    }

      .type-property li:first-child {
        margin-left: 0;
      }

  .type-property input {
    width: 48.5px;
    height: 50px !important;
    margin: 0 !important;
    cursor: pointer;
  }

    .type-property .form-control {
      border-bottom: 0 !important;
    }

    ul.type-filter input {
      margin: 0 !important;
      cursor: pointer;
      width: 40px; height: 62px;
    }

  ul.type-filter label {
    display: block;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 0;
  }

  ul.type-filter {
    margin-top: 0 !important;
  }

  ul.type-filter li {
    text-align: center;
    padding: 0 !important;
    margin-left: 10px;
  }

    ul.type-filter li:first-child {
      margin-left: 0;
    }

    input[type=checkbox]:checked + label {
      color: #00a2a9;
    }

  @media screen and (max-width: 767px) {
    ul.type-filter {
        margin-left: 2px;
        margin-right: 2px;
    }
  }

  .type-property label {
    font-size: 11px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
  }

  form br {
    display: inline;
    content: ' ';
    clear: none;
  }

  #eventy, #popupy {
    visibility: hidden;
  }

  input#eventy:before, input#popupy:before {
    visibility: visible;
    content: "";
    width: 48.5px; height: 50px;
    background: url("../img/eventy.png") no-repeat;
    background-size: cover;
    background-position: 0 0;
    display: inline-block;
  }

    input#eventy:checked:before, input#popupy:checked:before {
      background: url("../img/eventy.png") no-repeat;
      background-position: 0 -50.5px;
      background-size: cover;
    }

  /* ***** */

  span#eventy input, span#popupy input, ul.type-filter input, .type-property input {
    visibility: hidden;
  }

  span#eventy input:before, span#popupy input:before, li.Pop-up input:before, li.Event input:before, li.Showroom input:before, li.Produkce input:before, span#showroom input:before, span#popup input:before, span#event input:before, span#produkce input:before {
    visibility: visible;
    content: "";
    display: inline-block;
  }

    /* eventy */

    span#eventy input:before, li.Event input:before, span#eventy input:checked:before, li.Event input:checked:before, li.Event:before, span#event input:before {
      width: 54px; height: 50px;
      background: url("../img/event.png") no-repeat;
      background-size: cover;
      background-position: 0 0;
    }

      span#eventy input:checked:before, li.Event input:checked:before, span#event input:checked:before {
        background-position: 0 -50px;
      }

      ul.type-filter input#Event {
        width: 50px;
      }

    /* produkce */

    span#produkce input:before, li.Produkce input:before, span#produkce input:checked:before, li.Produkce input:checked:before, li.Produkce:before, span#produkce input:before {
      width: 45px; height: 50px;
      background: url("../img/produkce.png") no-repeat;
      background-size: cover;
      background-position: 0 0;
    }

      span#produkce input:checked:before, li.Produkce input:checked:before, span#produkce input:checked:before {
        background-position: 0 -50px;
      }

      ul.type-filter input#Produkce {
        width: 45px;
      }

    /* pop-up */

    span#pop-up input:before, li.Pop-up input:before, span#pop-up input:checked:before, li.Pop-up input:checked:before, li.Pop-up:before, span#popup input:before {
      width: 64px; height: 50px;
      background: url("../img/popup.png") no-repeat;
      background-size: cover;
      background-position: 0 0;
    }

      span#pop-up input:checked:before, li.Pop-up input:checked:before, span#popup input:checked:before {
        background-position: 0 -50px;
      }

      ul.type-filter input#Pop-up {
        width: 64px;
      }

    /* showroom */

    span#showroom input:before, li.Showroom input:before, span#showroom input:checked:before, li.Showroom input:checked:before, li.Showroom:before, span#showroom input:before {
      width: 50px; height: 50px;
      background: url("../img/showroom.png") no-repeat;
      background-size: cover;
      background-position: 0 0;
    }

      span#showroom input:checked:before, li.Showroom input:checked:before {
        background-position: 0 -51px;
      }

      ul.type-filter input#Showroom {
        width: 50px;
      }

.area-property .title {
  margin-bottom: 27.5px;
}

.area-property .slider ul {
  font-size: 12px;
  margin-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
  letter-spacing: 1.2px;
}

  .area-property .slider li:nth-child(1) {
    float: left;
    width: 50%;
    text-align: left;
  }

  .area-property .slider li:nth-child(2) {
    text-align: right;
    width: 50%;
  }

  .area-property .ui-slider {
    background-color: #7fd0d3;
  }

  .area-property .ui-widget-header {
    background-color: #00a2a9;
  }

  .area-property .ui-widget.ui-widget-content {
    height: 2px;
  }

  .area-property .ui-corner-all, .area-property .ui-corner-bottom, .area-property .ui-corner-right, .area-property .ui-corner-br {
    border-radius: 0;
  }

  .area-property .ui-slider-handle::after, .area-property .ui-slider-handle .slider-tooltip::after {
    content: none !important;
  }

  .area-property .ui-slider .ui-slider-handle {
    top: -7px !important;
    border: 1px solid #00a2a9 !important;
    width: 15px !important; height: 15px !important;
  }

  .area-property .ui-slider-handle .slider-tooltip {
    background-color: transparent;
    color: #01acb2;
    font-size: 12px;
    letter-spacing: 1.2px;
    bottom: -23px;
    padding: 0;
    top: auto !important;
    font-family: AlternateGotNo3D,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-left: -4px;
  }

  .date-from > span, .date-to > span, span.day {
    max-width: 44px; width: 100%;
    line-height: 59px;
    text-transform: uppercase;
    float: left;
    padding-left: 5px;
  }

  span.datum-od, span.datum-do {
    max-width: none;
    width: auto;
  }

  .date-from input, .date-to input, .max-price-modal input {
    max-width: 300px; width: 100%;
    float: left;
  }

  .max-price-modal input {
    max-width: 120px; width: 100%;
  }

  .property-detail-modal {
    text-transform: uppercase;
    letter-spacing: 1.35px;
  }

    .property-detail-modal ul {
      margin-bottom: 0;
    }

      .property-detail-modal li {
        margin-top: 10px;
      }

        .property-detail-modal li:first-child {
          margin-top: 0;
        }

      .property-detail-modal input[type=checkbox] {
        margin-right: 15px;
      }

span.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-list-item-label {
  display: none;
}

.conditions .wpcf7-list-item-label {
  display: inline-block;
  text-transform: uppercase;
  margin-left: 10px;
}

  .conditions a {
    border-bottom: 1px dotted #000;
  }

    .conditions a:hover {
      border-bottom: 1px dotted transparent;
      text-decoration: none;
    }

.wpcf7-checkbox.form-control {
  padding: 0;
}

/*
Page
*/

article {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

  .container.single-post {
    margin-bottom: 1.875rem;
  }

  .container.single-post article img {
    max-width: 100%;
    margin-top: 1.875rem;
  }

  .single-post article {
    margin-top: 0;
    background-color: #FFF;
    padding: 1.938rem 0;
    -webkit-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.1);
    font-family: "Spectral", serif;
  }

    .single-post article p {
      margin-top: 1.875rem;
      margin-left: 1.125rem;
      margin-right: 1.125rem;
    }

      .single-post article p:first-child {
        margin-top: 0;
      }

  article h1 {
    margin: 0;
    font-size: 22px;
    letter-spacing: 2.2px;
    background-color: rgba(64, 64, 66, 0.9);
    color: #FFF;
    padding: 13px 24px;
  }

    article h1 a {
      color: #FFF;
    }

      article h1 a:hover {
        color: #FFF;
        text-decoration: underline;
      }

  .block-article {
    text-transform: uppercase;
    padding: 20px;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 1.5px;
    text-align: center;
    margin-bottom: 60px;
  }

  .page-default .block-article {
    text-transform: none;
    text-align: left;
  }

    .page-default .block-article span.title {
      text-transform: uppercase;
    }

    .block-article img {
      max-width: 100%;
      height: auto;
    }

    @media screen and (min-width: 768px) {
      .block-article {
        padding: 55px 150px;
      }
    }

@media screen and (max-width: 320px) {
  .owl-carousel.owl-drag .owl-item {
    width: 320px !important;
  }
}

@media screen and (max-width: 375px) {
  .owl-carousel.owl-drag .owl-item {
    width: 375px !important;
  }
}

@media screen and (max-width: 600px) {
  .owl-carousel.owl-drag .owl-item {
    width: 600px !important;
  }
}

@media screen and (min-width: 768px) {
  .full-video {
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    width: 100%; height: 100%;
  }

  .videjou {
    animation: videoanimace 3s forwards;
    position: absolute;
    right: 0; top: 0;
  }

  @keyframes videoanimace {
    from { width: 100%; left: 0; right: 0;}
    to   { width: 66.66666667%; right: 0; top: 80px;}
  }
}

.grid [class*=col-] {
  float: none;
}

@media screen and (min-width: 415px) {
	.mobile-video { display: none; }
	.not-mobile { display: block; }
}

@media screen and (max-width: 414px) {
	.mobile-video { display: block;}
	.not-mobile { display: none;}
}

/*
  Storefront
*/

.storefront {
  padding-top: 3.938rem;
  padding-bottom: 3.938rem;
  font-family: "Spectral", serif;
  font-weight: 400;
  border-top: 1px solid #979797;
  background-color: #FFF;
}

  .storefront .container-fluid {
    padding-left: 3%;
    padding-right: 3%;
  }

  .storefront-logo {
    width: 130px; height: 22.27px;
    background: url("../img/storefront.svg") no-repeat;
    background-size: cover;
    margin-bottom: 1.25rem;
  }

  .storefront span.title {
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
    display: block;
    font-size: 1.625rem;
    text-transform: uppercase;
    font-family: AlternateGotNo3D,"Helvetica Neue",Helvetica,Arial,sans-serif;
  }

    .storefront>span.title {
      font-size: 2.25rem;
      margin-bottom: 3.75rem;
      margin-left: 0;
      text-align: center;
    }

  .storefront ul {
    margin-top: 2.375rem;
  }

    .storefront ul.cities {
      font-size: 1.25rem;
      text-transform: uppercase;
      font-family: AlternateGotNo3D,"Helvetica Neue",Helvetica,Arial,sans-serif;
    }

      .storefront ul.logos li {
        margin-left: 0;
      }

        .storefront ul.logos li:first-child {
          margin-left: 0;
        }

        @media (max-width: 1234px) {
          .storefront ul.logos li:nth-child(5) {
            margin-left: 0;
          }
        }

      @media (max-width: 1390px) {
        .storefront ul.logos li {
          margin-bottom: 15px;
        }
      }

        .storefront ul.logos img {
          max-height: auto;
          max-width: 100%;
        }

      .storefront ul li:nth-child(7) {
        color: #01ACB2;
      }

  .storefront .references.row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  @media (min-width: 1200px) {
    .col-lg-3 {
      padding-left: 7.5px;
      padding-right: 7.5px;
    }
  }

  @media (max-width: 1199px) {
    .references .col-md-6 {
      margin-bottom: 15px;
    }
    .references .col-md-6:nth-child(3),
    .references .col-md-6:nth-child(4) {
      margin-bottom: 0;
    }
  }

  @media (max-width: 767px) {
    .references .col-md-6,
    .references .col-md-6:nth-child(3),
    .references .col-md-6:nth-child(4) {
      margin-bottom: 15px;
    }
  }

/*
  Single post
*/

.sidebar-post {
  position: sticky;
  top: 0;
}

.sidebar-post .block {
  background-color: #FFF;
  padding: 1.938rem 1.125rem;;
  -webkit-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.1);
  box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.1);
  font-family: "Spectral", serif;
  margin-top: .83333rem;
}

  .sidebar-post .block:first-child {
    margin-top: 0;
  }

  .sidebar-post span.title {
    margin-bottom: 1.5rem;
    display: block;
    font-size: 1.625rem;
    text-transform: uppercase;
    font-family: AlternateGotNo3D,"Helvetica Neue",Helvetica,Arial,sans-serif;
  }

  .sidebar-post .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  @media (min-width: 992px) {
    .col-md-6 {
      padding-left: 7.5px;
      padding-right: 7.5px;
    }
  }

/*
  Blog
*/

section.blog {
  margin-top: .625rem;
  margin-bottom: 4.3125rem;
}

  section.blog .container-fluid {
    padding-left: 3%;
    padding-right: 3%;
  }

  section.blog [class*=col-] {
    margin-top: .625rem;
  }

    @media (min-width: 992px) {
      section.blog [class*=col-]:nth-child(1),
      section.blog [class*=col-]:nth-child(2) {
        margin-top: 0;
      }
    }  

.blog-post {
  -webkit-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.1);
  box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.1);
  background-color: #FFF;
  height: 100%;
  position: relative;
}

.post-annotation {
  padding: 1.25rem 2.625rem 1.125rem 1.825rem;
  font-family: "Spectral", serif;
  font-weight: 400;
  position: relative;
}

  .post-annotation span {
    display: block;
    text-transform: uppercase;
    margin-bottom: 1.3125rem;
    font-family: AlternateGotNo3D,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.25rem;
  }

  .post-annotation p {
    margin-bottom: 2.2rem;
  }

.meta {
  color: #01ACB2;
  text-transform: uppercase;
  font-family: AlternateGotNo3D,"Helvetica Neue",Helvetica,Arial,sans-serif;
  letter-spacing: 2px;
}

  .meta.top-post {
    position: absolute;
    bottom: 1.125rem;
    left: 1.825rem;
    right: 2.625rem;
    max-width: 100%;
  }

  .meta a {
    color: #01ACB2;
    margin-top: 1.375rem;
  }

  .meta ul {
    margin-bottom: 0;
  }

.post-thumbnail {
  width: 100%; height: 450px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  background-repeat: no-repeat !important;
}

  .post-thumbnail a {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
  }

    .post-thumbnail a span {
      text-indent: -9999px;
      display: block;
    }

/*
Cookies
*/

#cookie-bar {
  color: #FFF;
  background-color: rgba(79, 79, 79, .9);
  text-align: center;
  font-size: 1rem;
  padding: .75rem;
}

  #cookie-bar.fixed {
    position: fixed;
    left: 0;
    width: 100%;
  }

  #cookie-bar.fixed.bottom {
    bottom: 0; top: auto;
  }

  #cookie-bar a {
    color: #FFF;
    text-decoration: underline;
    margin-left: 15px;
    transition: all .2s;
  }

  #cookie-bar a:hover {
    color: #FFF;
    transition: all .2s;
    text-decoration: none;
  }

  @media (max-width: 440px) {
    #cookie-bar span {
      display: block;
      margin-bottom: .625rem;
    }
  }

  #cookie-bar .cb-enable {
    background: #01acb2;
    color: #FFF;
    border: 0;
    padding: 3px 15px;
    cursor: pointer;
    margin-left: 15px;
    transition: all .2s;
  }

  #cookie-bar .cb-enable:hover {
    background: #FFF;
    color: #000;
    transition: all .2s;
  }

  #cookie-bar p {
    margin: 0; padding: 0;
}

/*
Row
*/

.row.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.row.row-eq-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.row.row-eq-height:after, 
.row.row-eq-height:before {
 display: flex;
}

/*
Scroll arrow
*/

a.scroll {
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  padding-bottom: 50px;
}

  a.scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: scroll 1.5s infinite;
    animation: scroll 1.5s infinite;
    box-sizing: border-box;
  }

  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0;
    }
  }

  @keyframes scroll {
    0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0;
    }
  }

iframe#st_gdpr_iframe {
  display: none;
}

/*
Events slideshow
*/

section.slideshow {
  position: relative;
}

  section.slideshow::after {
    content: "";
    width: 100%; height: 50%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    position: absolute;
    left: 0; bottom: 0;
  }

  .slideshow-description {
    position: absolute;
    z-index: 1;
    color: #FFF;
    width: 100%;
    left: 0; right: 0; bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

    .slideshow-description h1 {
      font-size: 4.5rem;
      text-transform: uppercase;
      margin-top: 0;
      line-height: 1;
    }

    .slideshow-description h2 {
      font-family: "Spectral", serif;
      font-weight: 300;
      font-size: 1.5rem;
      margin-top: 0;
      margin-bottom: 0;
      line-height: 1;
    }

    .slideshow-description a.btn {
      padding: 6px 20px;
      position: absolute;
      right: 2rem; bottom: 0;
    }

      .slideshow-description a.btn-primary {
        border-radius: 0;
        border: 0;
        background-color: #01ACB2;
        background-image: none;
        color: #FFF;
        text-transform: uppercase;
        font-size: 1.25rem;
        letter-spacing: 2px;
      }

        .slideshow-description a.btn-primary:hover {
          background-color: #03666a;
        }

  section.anotation,
  section.you-have-found {
    background-color: #404042;
    color: #FFF;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    font-family: "Spectral", serif;
    font-weight: 300;
  }

    section.anotation span.title,
    section.you-have-found span.title {
      font-size: 1.875rem;
      text-transform: uppercase;
      font-family: AlternateGotNo3D,"Helvetica Neue",Helvetica,Arial,sans-serif;
      display: table;
      margin: 0 auto 20px auto;
      letter-spacing: 1px;
    }

    section.anotation p,
    section.you-have-found p {
      max-width: 650px; width: 100%;
      margin: 0 auto;
      line-height: 26px;
    }

    section.anotation {
      text-align: justify;
    }

section.events {
  margin-top: 1.5625rem;
  margin-bottom: 2.9375rem;
}

section.contact-us {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
}

  section.contact-us span.title {
    color: #01ACB2;
    font-size: 2rem;
    margin-bottom: .5rem;
    display: block;
    font-family: AlternateGotNo3D,"Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
  }

section.you-have-found {
  margin-bottom: 2.8575rem;
}

section.events-blocks {
  margin-bottom: 6.25rem;
}

@media (max-width: 991px) {
  .events-blocks .col-md-6,
  .events [class*=col-] {
    margin-top: 1rem;
  }
    .events-blocks .col-md-6:first-child,
    .events [class*=col-] {
      margin-top: 0;
    }
  .slideshow-description {
    display: none;
  }
    .slideshow-description.mobile {
      display: block;
      position: relative;
      bottom: auto; left: auto; right: auto;
      margin-top: 2.25rem;
      margin-bottom: 2.5rem;
      color: #000;
      text-align: center;
    }
    .slideshow-description a.btn {
      position: relative;
      margin-top: 1.25rem;
      right: auto; bottom: auto;
    }
    .slideshow-description .pull-left {
      float: none !important;

    }
    .slideshow-description h1 {
      font-size: 3rem;

    }
}

@media (min-width: 992px) {
  .events-blocks .col-md-6 {
    width: 33.33333333%;
  }
  .slideshow-description.mobile {
    display: none;
  }
}

.events-blocks .btn {
  display: table;
  margin: 2rem auto 0 auto;
}

  .events-blocks .btn-default {
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-size: .875rem;
  }

.slick-slide img {
  width: 100% !important;
  height: auto;
}

.video-container {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

  @media (max-width: 375px) {
    .video-container {
      height: 70vh;
    }
  }

  @media (min-width: 376px) {
    .video-container video {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      z-index: -1;
      min-width: 100%;
      min-height: 100%;
      max-width: none;
      margin-left: 50%;
      -webkit-transform: translateX(-50%) scale(1.02);
      transform: translateX(-50%) scale(1.02);
    }
  }

    @media (max-width: 375px) {
      .video-container {
        object-fit: cover;
        overflow: hidden;
        width: 100%;
        height: 100%;
      }
    }

    .video-container::before {
      content: "";
      width: 100%; height: 100%;
      position: absolute;
      background-color: #404042;
      opacity: 0.5;
    }

.video-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  font-size: 3rem;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  margin-top: 80px;
}

  .video-title p {
    margin: 0;
  }

/*
  Images section
*/

section.images-section {
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 2.5rem;
}

  @media (max-width: 992px) {
    .images-section .box {
      width: 100%;
    }
  }