/***************
  GENERAL
***************/
body {
  background: #000;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  overflow-x: hidden;
}

.wrapper {
  padding: 0 20px;
}

.wrapper.wrapper--white {
  padding: 0;
}

/***************
  HEADER
***************/
.header__wrapper {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.mobile-menu a {
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  margin: 10px 10px 0 0;
  display: block;
}

.nav .close {
  position: absolute;
  top: 0;
  right: 40px;
  width: auto;
  border: 0;
}

.nav .close a {
  font-size: 20px;
}

.header__wrapper ul.show {
  transform: translateX(-300px);
  transition: 0.5s all ease-in-out;
}

.header__wrapper ul {
  margin: 0;
  padding: 50px 10px;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: -320px;
  background: rgba(255,255,255,0.9);
  width: 300px;
  transition: 0.5s transform;
}

.header__wrapper ul li {
  font-weight: bold;
  list-style: none;
  margin-top: 27px;
  padding-bottom: 5px;
  margin: 20px 10px;
  border-bottom: 1px solid #86211a;
}

.header__wrapper ul li.active {
  border-color: #e51800;
}

.header__wrapper ul.show li.active {
  padding-left: 20px;
}

.header__wrapper ul li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

/***************
  CONTENT
***************/
.wrapper--white .content {
  background: #fff;
}

.wrapper--white .content .main {
  color: #787878;
  padding: 20px;
}

.wrapper--white .content .title h1 {
  color: #2e70b9;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 15px 0 15px 20px;
}

.content__wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 20px;
}

.content .title h1{
  color: #d9212e;
  font-size: 24px;
  margin-top: 0;
}

.content .main {
  color: #FFF;
  background: url(../images/map.png) no-repeat top left;
  min-height: 400px;
}

.slider {
  margin-bottom: 20px;
}

.slider img {
  border: 5px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  width: 100%;
}

.columns {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  flex-direction: column;
}

aside {
  width: 100%;
}

aside h2 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 6px 0;
  font-size: 14px;
  margin-top: 0;
}

aside ul {
  margin: 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #fff;
}

aside ul li {
  list-style: none;
}

/***************
  GALLERY
***************/
.gallery {
  max-width: 630px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.gallery a {
  text-decoration: none;
  color: #3a3a3a;
}

.gallery li {
  padding: 0 10px;
  list-style: none;
  width: 100%;
}

.gallery .section h3 {
  margin-bottom: 0;
}

.gallery .section p {
  margin-top: 0;
}

.gallery.rowTwo {
  justify-content: center;
}

.gallery li:last-child {
  border-right: none;
}

.ContactUs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ContactUs form {
  margin-top: 30px;
}

.ContactUs img {
  width: 50px;
}

.ContactUs a {
  text-decoration: none;
  align-items: center;
  display: flex;
}

.ContactUs a span {
  font-weight: bold;
  color: #000;
  margin-left: 10px;
}

/***************
  FOOTER
***************/
.footer {
  margin: 20px 0;
}

.footer .footer__content{
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  text-align: right;
  padding: 0 10px;
}

/***************
  MEDIA QUERIES
***************/
@media (min-width: 768px) {
  .mobile-menu {
    display: none;
  }

  .nav .close {
    display: none;
  }

  .header__wrapper ul {
    padding: 0;
    display: flex;
    align-items: center;
    background: transparent;
    flex-direction: revert;
    position: relative;
    width: auto;
    right: inherit;
  }

  .header__wrapper ul li {
    width: 90px;
    margin: 0 10px;
  }

  .header__wrapper ul li a {
    font-size: inherit;
    color: #fff;
  }

  .header__wrapper ul li.active {
    margin-bottom: 30px;
  }

  .wrapper {
    padding: 0;
  }

  .gallery {
    flex-direction: row;
    padding: 20px 0;
  }

  .gallery li {
    width: 33.33%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }

  aside {
    width: 190px;
  }

  .columns {
    flex-direction: row;
    padding: 0 20px;
    margin-top: 40px;
  }

  .slider img {
    max-width: 470px;
  }
}

@media (min-width: 800px) {
  .columns {
    padding: 0 40px;
  }
}
