.ht-hidden-vars{
    display:none !important;
}
.insta-wrapper {
    display: block;
    clear: both;
    margin: 35px 0;
}
.insta-wrapper .insta-title {
    display: block;
    margin-bottom: 25px;
    clear: both;
}
.insta-wrapper .insta-title > strong {
    font-weight: 600;
    display: block;
    font-size: 24px;
    line-height: 1.4;
}
.insta-wrapper .insta-title > strong.pad-right {
    padding-right: 170px;
}
.insta-wrapper .item-row {
    margin-left: -10px;
    margin-right: -10px;
}
.insta-wrapper .insta-gallery {
    display: block;
    clear: both;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
}
.insta-wrapper .insta-gallery .item {
    font-size: 14px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    width: 16.6666%;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.insta-wrapper .insta-gallery .item > a {
    display: block;
    position: relative;
    overflow: hidden;
}
.insta-wrapper .insta-gallery .item > a:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.75);
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s 0.1s cubic-bezier(.44,.13,.48,.87);
    -o-transition: all 0.3s 0.1s cubic-bezier(.44,.13,.48,.87);
    transition: all 0.3s 0.1s cubic-bezier(.44,.13,.48,.87);
    z-index: 1;
}
.insta-wrapper .insta-gallery .item > a:hover:after{
    opacity: 1;
}
.insta-wrapper .insta-gallery .item > a i {
    display: block;
    font-size: 16px;
    width: 44px;
    height: 44px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s 0.1s cubic-bezier(.44,.13,.48,.87);
    -o-transition: all 0.3s 0.1s cubic-bezier(.44,.13,.48,.87);
    transition: all 0.3s 0.1s cubic-bezier(.44,.13,.48,.87);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.insta-wrapper .insta-gallery .item > a i{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}
.insta-wrapper .insta-gallery .item > a > img {
    display: block;
    width: 100%;
    height: auto;
}
.insta-wrapper .insta-gallery .item > a > .hover-likes {
    position: absolute;
    color: #ffffff;
    padding: 6px 12px;
    bottom: -25px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    z-index: 2;
}
.insta-wrapper .insta-gallery .item > a:hover > .hover-likes {
    opacity: 1;
    bottom: 50%;
    visibility: visible;
    transform: translate(0, 50%);
}
.insta-wrapper.insta-slider .insta-gallery .item {
    margin-bottom: 0;
    width: auto;
    display: block;
    font-size: 14px;
}
.insta-wrapper.insta-slider .insta-gallery .owl-controls .owl-pagination {
    margin-top: 15px;
}
/*.insta-wrapper.insta-slider .insta-gallery .owl-controls .owl-buttons {
    position: absolute;
    top: -58px;
    right: 10px;
}
.insta-wrapper.insta-slider .insta-gallery .owl-controls .owl-buttons > div {
    color: #ffffff;
    padding: 6px 15px;
    font-size: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #333333;
    opacity: 1;
    margin-right: 0;
    margin-left: 10px;
    font-weight: 600;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}
.insta-wrapper.insta-slider .insta-gallery .owl-controls .owl-buttons > div:hover {
    background: #666666;
}*/
@media (max-width: 991px) {
    .insta-wrapper .insta-gallery .item {
        width: 20%;
    }
}
@media (max-width: 767px) {
    .insta-wrapper .insta-gallery .item {
        width: 25%;
    }
}
@media (max-width: 639px) {
    .insta-wrapper .insta-gallery .item {
        width: 33.3333%;
    }
}
@media (max-width: 479px) {
    .insta-wrapper .insta-gallery .item {
        width: 50%;
    }
    /*    .insta-wrapper.insta-slider .insta-gallery .owl-controls .owl-buttons > div {
            padding: 3px 8px;
            font-size: 11px;
            margin-left: 5px;
        }
        .insta-wrapper.insta-slider .insta-gallery .owl-controls .owl-buttons {
            top: -51px;
        }*/
    .insta-wrapper .insta-title > strong {
        font-size: 18px;
    }
    .insta-wrapper .insta-title > strong.pad-right {
        padding-right: 120px;
    }
}
