.feature-grid-row {
    display: table;
    width: 100%;
	position: relative;
}

.feature-grid-row.main-row{
	border-bottom: 1px solid #fff;
}

.feature-grid-row__item {
    display: table-cell;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
	position: relative;
    overflow: hidden;

}

.feature-grid-row__item::before {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid #fff;
    content: '';
	z-index: 19;
	background: rgba(0,0,0,0);
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;

}

.feature-grid-row__item:hover::before{
	background: rgba(0,0,0,0.4);
}

.feature-grid-row__item h2.title {
    position: absolute;
    top: 50%;
	font-size: 40px;
	color: #fff;
    z-index: 199;
    margin: 0;
}

.feature-grid-row__item.big-image__item h2.title {
    left: 20%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);

}

.feature-grid-row__item.big-image__item-right h2.title {
    right: 20%;
    left: auto;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    
}
.feature-grid-row__item.small-image__item h2.title {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
width: 100%;
}

.big-image__item-left {
    border-right: 1px solid #fff;
}

.big-image__item-right{
	border-left: 1px solid #fff;
}

.big-image__item{
	width: 66.6666666%;
}

.small-image__item {
    width: 33.3333333%;
}

.feature-row__image {
    display: block;
    margin: 0 auto;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

.feature-grid-row__item:hover .feature-row__image {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.feature-grid-row__item-link {
    z-index: 19;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}

.feature-grid-row__item h2::before {
    position: absolute;
    top: -20px;
    right: 15px;
    bottom: -20px;
    left: 15px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    z-index: 19;
    width: 170px;
	border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  -moz-transform: scale(0,1);
  -o-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);

    margin: 0 auto;

}


.feature-grid-row__item:hover h2::before{
 	opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);

}


@media screen and (min-width: 768px){

}

.feature-row__text {
    padding-top: 35px;
    padding-bottom: 35px;
}

@media screen and (max-width: 767px){
  .feature-row__text--left {
      padding: 25px;
  }
  .feature-row__text--right {
      padding: 25px;
  }

  .feature-row {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
  }

  .feature-row__image {
  		order: 1;
  }

.feature-row__text {
  		order: 2;
  }

  .feature-row__item {
      -webkit-flex: 1 1 auto;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      max-width: 100%;
  }
}


@media screen and (max-width: 749px){

  .feature-grid-row__item {
    display: table-cell;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%!important;
    margin: 0;
	border-bottom: 1px solid #fff!important;
  }

.feature-grid-row.main-row {
    border-bottom: none;
}

.feature-grid-row__item h2.title, .feature-grid-row__item.big-image__item h2.title, .feature-grid-row__item.small-image__item h2.title {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 2em;
    width: 100%;
    max-width: 280px;
}

}




.diptych__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 50%;
	padding: 3px;
}

.diptych-row{
	margin: 0 -5px 3px;
}

.diptych__figure {
    margin: auto;
    text-align: center;
    max-width: 100%;
    position: relative;
    overflow: hidden;
	width: 100%;
}

.diptych__figure::before, .diptych__figure::after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
	z-index: 99;
}

.diptych__figure::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

.diptych__figure::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}


.diptych__figure:hover::before, .diptych__figure:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.diptych {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
	height: auto;
	-webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.diptych__container {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}

.diptych__container img {
    display: block;
    margin: 0 auto 0;
    max-width: 100%;
    width: 100%;
    max-width: none;
/*
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);

    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50px,0,0);
    transform: translate3d(-50px,0,0);
*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.diptych__figure:hover img{
	-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);

}

.diptych__cta{
    font-weight: normal;
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: 0.14em;
    line-height: 1.6em;
    color: inherit;
    text-transform: uppercase;
    line-height: 1.6em;
    display: inline-block;
}

.diptych__caption{
	position: absolute;
	left: 50%;
	bottom: 175px;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
	z-index: 19;
}

@media screen and (max-width: 749px){
    .diptych__container {
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 100%;
        display: block ;
        width: 100%;
    }

    .diptych {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        width: 100%;
        display: block;
    }

    .feature-row__text {
        padding-top: 35px;
        padding-bottom: 35px;
    }


    .diptych__caption {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        bottom: auto;
        top: 50%;
        width: 100%;
        max-width: 280px;
    }
}




#instafeed {
    margin: 0 -10px;
}

#instafeed > * {
    display: block;
    float: left;
    padding: 10px;
    width: 20%;
}



  #instafeed img {
    width: 100%;
  }

  #load-more.custom-btn{
    display: table;
    margin: 10px auto;
    cursor: pointer;
  }

.instagram-widget {
    padding: 0;
    display: table;
    width: 100%;
}

  .instagram-widget-title {
    display: table;
    margin: 0 auto;
    text-align: center;
  }

@media screen and (max-width: 749px){
  #instafeed > a:last-child{
      display: block;
  }

  #instafeed > * {
      width: 33.3333333%;
    padding: 5px 10px;
  }
}



@media screen and (max-width: 749px){
  .index-section .hero__inner {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      right: auto;
      width: 100%;
      max-width: 280px;
  }
}


#instafeed {
    margin: 0 -10px;
}

#instafeed > * {
    display: block;
    float: left;
    padding: 10px;
    width: 20%;
}



  #instafeed img {
    width: 100%;
  }

  #load-more.custom-btn{
    display: table;
    margin: 10px auto;
    cursor: pointer;
  }

.instagram-widget {
    padding: 0;
    display: table;
    width: 100%;
}

  .instagram-widget-title {
    display: table;
    margin: 0 auto;
    text-align: center;
  }

@media screen and (max-width: 749px){
  #instafeed > a:last-child{
      display: block;
  }

	#instafeed > * {
      width: 33.3333333%;
		padding: 5px 10px;
  }
}



@media screen and (max-width: 749px){
  .index-section .slideshow__text-content {
      text-align: center;
      position: absolute;
      width: 100%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
      max-width: 500px;
      right: auto;
      left: 50%;
  }
}