#tiles-alternate{padding:20px 0px;margin:0 auto;text-align:center;}
#tiles-alternate .row{max-width:1170px;}
#tiles-alternate .row .medium-6{width:50%;background-color:#fff;position:relative;overflow:hidden;}
#tiles-alternate .row .medium-6:after{content:"";display:block;padding-bottom:100%;}
#tiles-alternate .row img{
  position:absolute;top:50%;
  right: 0px;
  height: 100%;
  transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);filter:grayscale(40%);-webkit-filter:grayscale(40%);-moz-filter:grayscale(40%);-o-filter:grayscale(40%);-ms-filter:grayscale(40%);transition:.3s filter ease;-webkit-transition:.3s -webkit-filter ease;-moz-transition:.3s -moz-filter ease;-ms-transition:.3s -ms-filter ease;-o-transition:.3s -o-filter ease;}
#tiles-alternate .row img:hover{filter:grayscale(0%);}
.loadMore{margin-top:45px;font-size:13px;font-family:'freight-text-pro';}
#tiles-alternate .loadMore{color:#58585b;font-size:16px;animation:blinker 3s linear infinite;}
@keyframes blinker{50%{opacity:0.0;}
}
#tiles-alternate button{margin-top:10px;width:210px;}
.nopadleftright{padding-left:0;padding-right:0;}
.column, .columns{
  width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;}
img{
  max-width:100%;margin:0 auto;display:block;}

.colorlib-video img{
    max-width:100%;margin:0 auto;display:block;margin-left: 0px;border-radius: 5px;}

.colorlib-video .thumb{
    max-width:100%;margin:0 auto;display:block;margin-left: 0px;border-radius: 5px; margin-bottom: 10%}

 @media only screen and (max-width: 600px) {
  .colorlib-video img{
      max-width:100%;
      margin:0 auto;
      display:block;
      border-radius: 5px;}
  .colorlib-video .thumb{
      max-width:100%;
      margin:0 auto;
      display:block;
      border-radius: 5px;}
}

#exp-content{
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #exp-content{
    margin-bottom: 20px;
  }
}

.exp-name{
  font-size: 26px;
  line-height: 1.5;
  color: #000;
  position: relative;
  font-weight: bold;
  margin-bottom: 0px;
  text-align: left;
}

.exp-loc{
  font-size: 14px;
  font-family: "freight-sans-pro",sans-serif;
  line-height: 1.5;
  color: #58585b;
  position: relative;
  font-weight: 100;
  margin-bottom: 15px;
  text-align: left;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .exp-name{
    font-size: 26px;
    line-height: 1.5;
    color: #000;
    position: relative;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: center;
  }
  .exp-loc{
    font-size: 14px;
    font-family: "freight-sans-pro",sans-serif;
    line-height: 1.5;
    color: #58585b;
    position: relative;
    font-weight: 100;
    text-align: center;
    margin-bottom: 15px;
    text-transform: capitalize;
  }
}




@media screen and (max-width: 600px) {
.colorlib-video {
  height: 0%; }
}


#service-bg{
      max-width: 75rem;
    margin-left: auto;
    margin-right: auto;

}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child){
  float: right;
}

@media screen and (min-width: 40em){
.medium-push-6{
     position: relative;
    left: 50%;
  }
  .medium-pull-6{
        left: -50%;
  }
}

.v-align-pos{
  position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);text-align:center;width:100%;padding:80px;
}


.preheader{
  font-family:"Playfair Display", Times, serif;
  color:rgb(167,172,162);
  font-weight:500;
  font-size:14px;
  line-height:13px;
  margin-bottom:25px;
}

.text-center{
  text-align: center;
}
#tiles-alternate button{
  margin-top:10px;width:230px;}

button{
    width:150px;
    height:47px;
    margin:10px 10px 10px 0px;border:1px solid rgba(88,88,91,0.5);transition:background-color .5s ease, color .5s ease;-webkit-transition:background-color .5s ease, color .5s ease;-moz-transition:background-color .5s ease, color .5s ease;-o-transition:background-color .5s ease, color .5s ease;-ms-transition:background-color .5s ease, color .5s ease;}

button a{

  display:block;color:#58585b;
  font-family:"Playfair Display", Times, serif;
  text-transform:uppercase;
  font-size:14px;
  line-height:47px;
  transition:color .5s ease, color .5s ease;-webkit-transition:color .5s ease, color .5s ease;-moz-transition:color .5s ease, color .5s ease;-o-transition:color .5s ease, color .5s ease;-ms-transition:color .5s ease, color .5s ease;}

button:hover>a{
  color:#fff;}

.gallery {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 15px;
  }
.gallery__img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
@media only screen and (max-width: 767px) {
  .gallery {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 15px;}

  .gallery__img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;}
}


.exp-loc:before{
  content: '\f041';
  font-family: FontAwesome;
    margin-right: 5px;
    top: 0;
    left: 0;
}

.exp-divider{
  margin: 14px 0;
  border-top: 1px solid #DADADA;
}

.modal {
  z-index:4;
  display:none;
  padding-top:10px;
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  overflow:auto;
  background-color:rgb(0,0,0);
  background-color:rgba(0,0,0,0.8)
}

.modal-content{
  margin: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .modal-content{
    margin: auto;
    display: block;
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.modal-hover-opacity {
  opacity:1;
  filter:alpha(opacity=100);
  -webkit-backface-visibility:hidden;
}

.modal-hover-opacity:hover {
  opacity:0.60;
  filter:alpha(opacity=60);
  -webkit-backface-visibility:hidden;
  cursor: pointer;
}

.close {
  text-decoration:none;
  float:right;
  font-size:24px;
  font-weight:bold;
  color:white;
  margin-right: 24%;
  margin-top: 10%;
}

@media only screen and (max-width: 767px) {
  .close {
    text-decoration:none;
    float:right;
    font-size:24px;
    font-weight:bold;
    color:white;
    margin-right: 0%;
    margin-top: 72%;
  }
}
.container1 {
  display:inline-block;
}
