/* CSS stylesheet by Jonáš Kýček - El TORO */
.responsive {
  display: none !important;
}
@media (max-width: 1050px) {
  .container {
    width: auto;
    padding: 0 20px;
    position: relative;
  }
  .browse {
    left: 0;
  }
  .browse.next {
    left: auto;
    right: 0;
  }
  header .logo {
    left: 0;
    transform-origin: 0 0;
    width: 310px;
    -ms-transform-origin: 0 0; /* IE 9 */
    -webkit-transform-origin: 0 0; /* Chrome, Safari, Opera */
    -moz-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    -o-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .row-fluid {
    margin-top: 72px;
  }
}
@media (max-width: 900px) {
  /* RESPONSIVE MENU */
  header div.right > div.search {
    display: none;
  }
  .responsive {
    display: block !important;
  }
  div.show-button {
    display: block;
    width: 46px;
    font-weight: bold;
    height: 46px;
    line-height: 46px;
    right: 12px;
    top: 11px;
    position: absolute;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
  }
  div.show-button img {
    width: 28px;
    height: 28px;
    margin: 10px 0 0 0;
  }
  div.show-button:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  div.overlay {
    width: 100%;
    height: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: white;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
  div.overlay.active {
    height: 100%;
    opacity: 0.6;
  }
  nav {
    position: fixed;
    z-index: 101;
    right: -250px;
    top: 0;
    margin: 0;
    width: 250px;
    height: 100%;
    overflow-y: auto;
    background: rgba(34,34,34,0.96);
    z-index: 100;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  nav ul, nav ul li {
    float: none;
  }
  nav ul li a {
    height: 60px;
    line-height: 60px;
  }
  nav ul li a:hover {
    background: rgba(255,255,255,0.05);
  }
  nav ul li ul {
    display: block;
    position: relative;
    height: auto;
    opacity: 1;
    top: 0;
    width: 100%;
    margin: 0;
    background: rgb(20, 20, 20);
  }
  header .right a,
  header.top .right a {
    display: block;
    padding: 0 30px;
    text-align: left;
    color: white;
  }
  nav.active {
    right: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
  }
  nav div.search {
    margin: 20px;
  }
  nav div.search input[type="text"] {
    width: 158px;
  }
  .grid {
    width: 100%;
  }
  .slide {
    overflow: hidden;
  }
  .slide > img {
    right: -50%;
  }
  .slide.active > img {
    right: -50%;
  }
  .grid .block .title {
    font-size: 15px;
    padding-top: 30px;
  }
}
@media (max-width: 850px) {
  .slide .container {
    text-align: center;
  }
  .slide .header {
    display: inline-block;
    margin: 180px 0 0 0;
    float: none;
    text-align: left;
  }
  .row-fluid img,
  .row-fluid img.left,
  .row-fluid img.right {
    max-width: 100%;
    margin: 0 0 40px;
    float: none;
  }
}
@media (max-width: 700px) {
  .map:before, .map:after {
    display: none;
  }
  .banner {
    position: absolute;
  }
}
@media (max-width: 530px) {
  footer .left, 
  footer .right {
    float: none;
    width: auto;
    text-align: center;
  }
  footer .right {
    padding-top: 0;
  }
  #photoGallery,
  #galleryList {
    text-align: center;
  }
  .gallery, .photo {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 20px 0;
  }
  .contact {
    max-width: 100%;
    float: none;
  }
  .contact h3 {
    font-size: 25px;
  }
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 460px) {
  .slide .header  {
    font-size: 22px;
  }
  .slide .header strong {
    font-size: 32px;
  }
  .map {
    float: none;
    margin-left: 0;
  }
  .map iframe {
    width: 100%;
  }
}