.insta-slide {
    padding: 0px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    width: 80%;
    height: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.3;
}
.owl-dots {
    text-align: center;
    margin-top: 8px;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-dots .owl-dot:hover span,
.owl-dots .owl-dot.active span {
    background: #515151;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-close {
    background-color: white!important;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.insta-img {
    float: left;
    width: 60%;
}
.insta-img img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}
.insta-cont {
    float: right;
    width: 40%;
}
.insta-slide:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width: 640px) {
    .insta-img,
    .insta-cont {
        float: none;
        width: auto;
    }
    .insta-slide {
        width: auto;
    }
}
.insta-head {
    padding: 20px;
    margin-bottom: 15px;
}
.insta-body {
    padding: 20px;
}
.insta-cont .insta-avatar {
    float: left;
    margin-right: 10px;
}
.insta-cont .insta-avatar img {
    padding: 3px;
    background: #ffffff;
    border: 2px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.insta-cont .insta-name {
    font-size: 15px;
    margin-top: 40px;
}
.insta-cont .insta-name a {
    color: #4285f4!important;
}
.insta-cont .insta-name a:hover {
    color: #000!important;
}
.insta-cont .insta-full-name {
    margin-top: 5px;
    color: #000;
}
.insta-body p {
    color: #000;
    font-size: 15px;
}
.insta-props a {
    margin-top: 30px;
    display: inline-block;
    padding: 60px 0 0 0;
    width: 50%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    float: left;
    color: #515151!important;
    text-decoration: none;
}
.insta-props a:hover {
    color: #000!important;
}
.insta-likes a {
    background: url(images/heart.png) center top no-repeat;
}
.insta-comments a {
    background: url(images/comments.png) center top no-repeat;
}
.instagram-slider-item {
    width: 100%;
	margin-left:15px;
}
.instagram-slider-item:hover .mask {
    opacity: 1;
    visibility: visible;
}
.instagram-slider-item .mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.instagram-slider-item .mask i {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(images/zoom.png) no-repeat;
    width: 40px;
    height: 40px;
    margin: -15px 0 0 -15px;
}
.owl-controls .owl-nav .owl-next {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #515151;
	right: -26px;
    top: 38%;
    text-indent: -9999px;
}
.owl-controls .owl-nav .owl-prev {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #515151;
    /* right: 30px; */
	left: -26px;
    top: 38%;
    text-indent: -9999px;
}
.instagram-subtitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.3;
    color: #515151;
    font-size: 14px;
}
.instagram-subtitle a {
    color: #4285f4!important;
    font-size: 18px;
}
.instagram-subtitle a:hover {
    color: #515151;
}



.instagram-adaptive-slider.owl-carousel .owl-item img {
    display: block;
    width: auto;
    -webkit-transform-style: preserve-3d;
}
