@media (max-width: 1500px) {
  body.boxed-v #wrapper {
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .quote-form .info {
    float: none;
    display: block;
    padding: 0 0 10px;
  }
  .quote-form.style2 .btn {
    float: right;
    width: inherit;
    display: inline;
  }
  .quote-form.style2 .form-group {
    width: 230px;
  }
  .quote-form.style2.small {
    max-width: 440px;
  }
}

@media (max-width: 992px) {
  .main-banner .heading {
    font-size: 33px;
    line-height: 40px;
  }
  .quote-form {
    padding: 40px 20px 49px;
  }
  .quote-form h2 {
    font-size: 42px;
  }
  .quote-form.style2 {
    padding: 15px 0 15px 20px;
  }
  .quote-form.style2 .form-group {
    width: 330px;
    margin: 0 20px 20px 0;
  }
  .quote-form.style2 .btn {
    float: left;
    width: 330px;
  }
  .quote-form.style2.small {
    max-width: 370px;
  }
  .services-section .txt-box {
    padding: 0 0 0 8.5%;
  }
  .main-banner .arrow {
    width: 135px;
    height: 73px;
    bottom: -9px;
  }
  .counter-section .counter {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .mt-social,
  .main-banner .arrow,
  #header .top-list {
    display: none;
  }
  #header {
    padding: 20px 0;
  }
  #header .nav-opener {
    display: inline-block;
  }
  #header.sticky {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
  }
  #header.sticky #nav {
    top: 100%;
    position: absolute;
  }
  #nav {
    top: 100%;
    height: 0;
    left: -15px;
    right: -15px;
    bottom: auto;
    overflow: hidden;
    max-height: 100vh;
    transition: all ease 0.3s;
  }
  #nav .nav-list {
    padding: 0;
    border-radius: 0;
  }
  #nav .nav-list li {
    padding: 0;
    display: block;
  }
  #nav .nav-list .button {
    float: none;
  }
  #nav .nav-list a {
    display: block;
    padding: 10px 20px;
  }
  .nav-active #nav {
    height: 300px;
    overflow-y: auto;
  }
  .main-banner.small,
  .main-banner {
    padding: 90px 0;
  }
  .services-section .services-box {
    margin: 0;
  }
  .services-section .services-box li {
    width: 100%;
    background: #212121;
  }
  .services-section .services-box li:last-child {
    background: #212121;
  }
  .services-section .services-box li:nth-child(odd) {
    background: rgba(33, 33, 33, 0.9);
  }
  .quote-section h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .quote-form {
    margin: 80px 0 0;
  }
  .quote-form.style2 {
    margin: 0 auto 20px;
    max-width: 320px;
    padding: 20px;
  }
  .quote-form.style2 .form-group {
    width: 100%;
    margin: 0 0 10px;
  }
  .quote-form.style2 .btn {
    float: none;
    width: 100%;
    display: block;
  }
  .top-list {
    text-align: left;
    padding: 40px 0 10px;
  }
  .top-list li {
    padding: 0 70px 20px;
  }
  .top-list li .fa {
    left: 0;
    right: auto;
  }
  #footer .bottom {
    border: 0;
    margin-top: 0;
    padding-top: 0;
  }
  #footer .bottom p {
    margin: 0;
  }
  .lightbox .quote-form {
    width: 100%;
  }
}
body {
    background-color: #000;
    min-height: 100vh;
    font: normal 16px sans-serif;
    padding: 40px 0;
}

.container.gallery-container {
    background-color: #000;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(27, 28, 28, 45%);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}

