.back-img-contact {
  position: relative;
  width: 100%;
  height: 40vh;
  background: linear-gradient(rgba(20, 20, 20, 0.2), rgba(20, 20, 20, 0.2)), url(/view/build/img/contact/contact-main.jpg);
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-container .for-mobile {
  display: none !important;
}

.map-container h3,
.contact-container h3,
.contact-container h4,
.contact-container p,
.map-container p{
color: #000A33 !important
}

.map-container .event-header h3 {
  color: #fff !important
}
@media all and (max-width: 736px ) {
  .contact-container .for-mobile {
    display: block !important;
  }
}
.contact-container .for-desktop {
  display: block !important;
}
@media all and (max-width: 736px ) {
  .contact-container .for-desktop {
    display: none !important;
  }
}
.contact-container .contact-form,
.contact-container .address-section {
  display: inline-block;
  float: left;
  box-sizing: border-box;
}
.contact-container .contact-form {
  width: 60%;
  padding-right: 50px;
}
@media all and (max-width: 736px ) {
  .contact-container .contact-form {
    width: 100%;
    padding-right: 0;
    margin-top: 60px;
  }
}
.contact-container .contact-form .drop-line {
  margin-bottom: 40px;
}
.contact-container .contact-form .waiting {
  display: none;
}
.contact-container .contact-form label {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
  display: block;
  color: #000A33 !important
}
.contact-container .contact-form .form-group {
  position: relative;
  max-width: 700px;
  width: 100%;
}
.contact-container .contact-form #main-group .help-block {
  right: auto !important;
  left: 0px;
  top: 30px;
}
.contact-container .contact-form .alert-success {
  color: green;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
}
.contact-container .contact-form input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
  font-size: 14px;
  outline: none;
  max-width: 700px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-container .contact-form textarea {
  width: 100%;
  height: 100px;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  max-width: 700px;
  font-size: 14px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-container .contact-form .help-block {
  font-family: 'Open Sans', sans-serif;
  font-size: 9px;
  color: #f92949;
  position: absolute;
  top: 12px;
  right: 0;
}
.contact-container .address-section {
  width: 40%;
  padding-left: 80px;
}
@media all and (max-width: 1024px ) {
  .contact-container .address-section {
    padding-left: 40px;
  }
}
@media all and (max-width: 736px ) {
  .contact-container .address-section {
    padding-left: 32px;
    width: 100%;
  }
}
.contact-container .address-section li {
  text-align: left;
  margin-bottom: 5px;
}
.contact-container .address-section li img {
  padding-right: 10px;
  vertical-align: middle;
  margin-left: -32px;
  margin-bottom: 15px;
}
.contact-container .address-section li .black {
  font-weight: bold;
  color: #000A33 !important
}
.contact-container .address-section li span {
  color: #000A33 !important;
  font-size: 16px;
  line-height: 20px;
}
.contact-container .address-section li p {
  font-size: 16px;
  line-height: 20px;
  color: #000A33 !important;
  margin-top: 15px;
  max-width: 300px;
}
@media all and (max-width: 1024px ) {
  .contact-container .address-section li p {
    width: 100%;
  }
}
.contact-container .address-section li h4 {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
}
.contact-container .address-section li.rinx {
  margin-top: 60px;
}
@media all and (max-width: 736px ) {
  .contact-container .address-section li.rinx {
    margin-top: 40px;
  }
}
.contact-container .address-section li a {
  display: inline-block;
  vertical-align: middle;
  color: #C52B3E;
  text-decoration: none;
}
.contact-container .address-section li a.blue-white-btn {
  margin-top: 40px;
  padding: 13px 30px;
  font-size: 17px;
}
@media all and (max-width: 736px ) {
  .contact-container .address-section li a.blue-white-btn {
    margin-top: 20px;
  }
}
.contact-container .address-section .email-contact {
  margin-bottom: 20px;
}
@media all and (max-width: 1024px ) {
  .contact-container .address-section .email-contact img {
    width: 19px;
    height: 19px;
  }
}
.contact-container .address-section .email-contact a {
  font-weight: bold;
  font-size: 22px;
  color: #000A33 !important;
}
@media all and (max-width: 1024px ) {
  .contact-container .address-section .email-contact a {
    font-size: 20px;
  }
}
@media all and (max-width: 736px ) {
  .contact-container .address-section .email-contact a {
    font-size: 18px;
  }
}
.contact-container .address-section .email-contact img {
  margin-bottom: -2px;
}
.contact-container .rental-contact {
  clear: both;
  padding-top: 8%;
  display: inline-block;
  width: 100%;
}
@media all and (max-width: 1024px ) {
  .contact-container .rental-contact {
    padding-top: 12%;
  }
}
@media all and (max-width: 1024px ) {
  .contact-container .rental-contact {
    padding-top: 120px;
  }
}
.contact-container .rental-contact h3 {
  margin-bottom: 10px;
}
.contact-container .rental-contact p {
  font-weight: bold;
}
.map-container .inner {
  padding: 4% 8% 0;
}
.map-container h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.gallery-container h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
#thumbsList {
  overflow: hidden;
  margin: 0px auto;
}
.masonry {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  margin: 1.5em;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
}
.item {
  background: #fff;
  margin: 0 0 1.5em;
  width: 100%;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
}
.item img {
  max-width: 100%;
}
.item img:hover {
  opacity: 0.7;
  transition: transform 7s ease, opacity 1s ease;
  cursor: pointer;
}
#lightBox {
  position: fixed;
  top: -100%;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  overflow: hidden;
  z-index: 99;
}
.lightBox-active {
  display: block !important;
  opacity: 1 !important;
  top: 77px !important;
  bottom: 0 !important;
  transition: all 1s ease;
}
#prevImg {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #000;
  transition: all 0.5s ease;
}
#prevImg:hover,
#nextImg:hover {
  opacity: 0.5;
  transition: all 0.5s ease;
}
#prevImg:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 8px;
  margin-top: 13px;
  margin-left: 20px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(45deg);
}
#nextImg {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #003262;
  right: 0;
  transition: all 0.5s ease;
}
#nextImg:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 8px;
  margin-top: 13px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  margin-left: 8px;
  transform: rotate(225deg);
}
#closeLightbox-button {
  cursor: pointer;
  top: 20px;
  position: absolute;
  right: 20px;
  background-color: #003262;
  width: 50px;
  height: 50px;
  transition: all 0.7s ease;
}
#closeLightbox-button:hover {
  opacity: 0.75;
  transform: rotate(90deg);
  transition: all 0.5s ease;
}
#closeLightbox-button:before {
  content: "";
  display: block;
  position: relative;
  width: 2px;
  height: 25px;
  background-color: white;
  left: 23px;
  top: 12px;
  -ms-transform: rotate(40deg);
  /* IE 9 */
  -webkit-transform: rotate(40deg);
  /* Safari */
  transform: rotate(40deg);
}
#closeLightbox-button:after {
  content: "";
  display: block;
  position: relative;
  width: 2px;
  height: 25px;
  background-color: white;
  left: 23px;
  top: -13px;
  -ms-transform: rotate(-40deg);
  /* IE 9 */
  -webkit-transform: rotate(-40deg);
  /* Safari */
  transform: rotate(-40deg);
}
#lightBox img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.active-image {
  max-width: 90% !important;
  max-height: 100% !important;
  transition: all 1s ease !important;
}
@media only screen and (max-width: 320px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (min-width: 1201px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
