/**
* 2007-2017 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    Anvanto (anvantoco@gmail.com)
*  @copyright 2007-2017 Anvanto
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

.aninstagramfeed-item {
 float: left;
 overflow: hidden;
    width:100%;
}
.aninstagramfeed-img {
 position: relative;
}
.aninstagramfeed-info {
  position: absolute;
  width: 100%;
  transition: all 500ms;
  bottom: -60px;
}
.aninstagramfeed-info-block {
    background: black;
    width: 90px;
    margin: 0 auto;
    color: white;
    padding: 5px;
    text-align: center;
}

.aninstagramfeed-img:hover .aninstagramfeed-info {
 transition: all 500ms;
 bottom: 18px;
}

.aninstagramfeed-like {
  display: inline-block;
  background: url(../img/like.png) no-repeat left;
  padding-left: 19px;
  line-height: 15px;
  padding-right: 10px;
}

.aninstagramfeed-comments {
  display: inline-block;
  background: url(../img/comment.png) no-repeat left;
  padding-left: 19px;
  line-height: 15px;
}
.aninstagramfeed-img-wrapper{
    position: relative;
    height: 0;
    border: none;
    padding-top: 100%;
}
.aninstagramfeed-img {
    width:100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.gallery_item{
    margin: 15px 0;
    padding: 0 15px;
    float:left;
}

.aninstagramfeed-item:hover .widget-info-with-hover {
    transition: all 500ms;
    visibility: visible;
    opacity: 1;
}
.aninstagramfeed-item:hover .widget-info {
    transition: all 500ms;
    bottom: 10px;
}
/*.aninstagramfeed-img img{*/
    /*width: 100%;*/

/*}*/
.widget {
    padding:15px;
}
.widget img {
    border:none !important;
}
.widget p, .widget a {
    color:#000;
    text-decoration:none;
}
.widget_image{
    width:30%;
    float:left;
    margin-right: 15px;
}
.widget_image img {
    width:100%;
}
.widget_description p{
    margin:0px;
}
.widget_item{
    float: left;
    overflow: hidden;
    width:33.33%;
    position:relative;
    padding:0 5px;
    margin:5px 0;
}
.widget_row{
    margin-left:-5px;
    margin-right:-5px;
}
.widget_inner{
    position:relative;
    padding-top: 100%;
    /*background: #fff;*/
}
.widget_inner img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.widget_top{
    float:left;
}
.widget_body{
    display: inline-block;
    padding-top: 20px;
    width: 100%;
}
.widget_userdata{
    display:flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.widget_userdata_item{
    flex: 1 1 auto;
    text-align: center;
}
.widget_userdata_item p {
    line-height:15px;
}
.widget_userdata_count{
    font-weight:800;
    margin:0px;
}
.widget_userdata_content{
    margin:0px;
}
.widget-info {
    position: absolute;
    width: 100%;
    transition: all 500ms;
    bottom: -60px;
}
.widget-info-block {
    background: black;
    width: 90px;
    margin: 0 auto;
    color: white;
    padding: 5px;
    text-align: center;
    max-width: 100%;
}

.widget_item:hover .widget-info {
    transition: all 500ms;
    bottom: 10px;
}

.widget-like {
    display: inline-block;
    background: url(../img/like.png) no-repeat left;
    padding-left: 19px;
    line-height: 15px;
    padding-right: 10px;
}

.widget-comments {
    display: inline-block;
    background: url(../img/comment.png) no-repeat left;
    padding-left: 19px;
    line-height: 15px;
}
.widget-info-with-hover{
    position:absolute;
    top:0px;
    width:100%;
    height:100%;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms;
    z-index:30;
}
.widget_item:hover .widget-info-with-hover {
    transition: all 500ms;
    visibility: visible;
    opacity: 1;
}
.widget-with-hover-like {
    display: block;
    background: url(../img/like.png) no-repeat left;
    padding-left: 19px;
    font-size:12px;
    color:#fff;
    position: absolute;
    bottom: 5px;
    left: 5px;
}
.widget-with-hover-instagram {
    display: block;
    width:22px;
    height:22px;
    color:#fff;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}
.gallery_item .widget-with-hover-instagram {
    top: calc(50% - 16px);
    left: calc(50% - 16px);
}
.widget_body .widget-with-hover-instagram {
    top: calc(50% - 10px);
    left: calc(50% - 10px);
}
.widget-with-hover-comments {
    display: block;
    background: url(../img/comment.png) no-repeat left;
    padding-left: 19px;
    font-size:12px;
    color:#fff;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.cards_wrapper{
    width:100%;
    float:left;
}
.card_more_text{
    display:none;
}
.card_item {
    margin:15px 0;
}
.card_item{
    /*background-color:#fff;*/
    max-width: 100%;
}
.card_item img{
    width:100%;
}
.card_caption{
    padding:15px;
}
.card_links{
    padding:0 15px 15px 15px;
    float:left;
    width:100%;
}
.card-like {
    display: block;
    background: url(../img/like-gray.png) no-repeat left;
    padding-left: 19px;
    width:40px;
    font-size:14px;
    float:right;
    color:#BCBCBC;
}
.card-instagram {
    display: block;
    width:22px;
    height:22px;
    color:#BCBCBC;
    float:left;
}

.card-comments {
    display: block;
    background: url(../img/comment-gray.png) no-repeat left;
    padding-left: 19px;
    width:40px;
    font-size:14px;
    color:#BCBCBC;
    float:right;
}

.slider_full_width{
    width: calc(100vw - 17px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.slider_nav{
    position:relative;
    border-radius:30px;
    background-color:rgba(0,0,0,0.3);
    width: 52px;
    height:52px;
    display:none;
}
.slider_left svg{
    position: absolute;
    left: 6px;
    top: 8px;
}
.slider_right svg{
    position: absolute;
    left: 8px;
    top: 8px;
}
.an_instagram_slider .slider_nav{
    display:block;
}
.an_instagram_slider.owl-theme .owl-nav [class*=owl-]{
    padding:0px;
    margin:0px;
    border-radius:30px;
    background:none;
}
.an_instagram_slider.owl-theme .owl-nav [class*=owl-]:hover{
    background:none;
}

.an_instagram_slider .owl-prev{
    position:absolute;
    left: 20px;
    top:calc(50% - 40px);
}
.an_instagram_slider .owl-next{
    position:absolute;
    right: 20px;
    top:calc(50% - 40px);
}
.an_instagram_slider.owl-theme .owl-dots .owl-dot span{
    width:7px;
    height:7px;
}
.aninsta_container{
    width:100%;
    float:left;
}
@media (max-width: 576px){
    .widget{
        width:100% !important;
    }
}
.slider_inner .aninstagramfeed-img,
.gallery_item .aninstagramfeed-img{
    padding-top: 100%;
    overflow: hidden;
}
.slider_inner .aninstagramfeed-img img,
.gallery_item .aninstagramfeed-img img{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.aninsta_container {
    width: 100%;
    float: none;
    display: inline-block;
    overflow: hidden;
}
.widget_top{
    float: none;
}
.flex-row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
}
.card_item{
    max-height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
}
.an_instagram_slider .owl-stage{
    margin-right: auto;
    margin-left: auto;
}
.card_item {
    position: relative;
    max-width: 350px;
    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-top: 1px;
    padding-bottom: 1px;
}
.card_item::before,
.card_item::after {
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    left: 14px;
    content: '';
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.card_item::after {
    border-right: 1px solid;
    border-left: 1px solid;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.card_item::before {
    border-top: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.card_item:hover::before,
.card_item:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}
.widget_header .widget_userdata{
    justify-content: space-between;
    max-width: 266px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.widget_header .widget_userdata_item{
    flex: 0 0 auto;
}

.card_inner {
    background-color: #fff;
}

/* instagram-js */
.an_instagram-item {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.item-padding:not(.type-slider) {
    margin: 0 -15px;
}
.item-padding:not(.type-slider) .an_instagram-item {
    padding: 15px;
}
.an_instagram-item img {
    width: 100%;
    max-width: 100%;
}
.an_instagram-details {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.an_instagram-item .an_instagram-hoverwrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    align-self: center;
    padding-top: 100%;
    width: 100%;
}
.an_instagram-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.an_instagram-item  img.b-lazy:not(.b-loaded) {
    position: static;
    margin-top: -100%;
}
.an_instagram-item  img:not(.b-lazy),
.an_instagram-item  img.b-loaded {
    object-fit: cover;
}
.an_instagram-likes,
.an_instagram-comments {
    display: flex;
    align-items: center;
    margin: 0 5px;
    height: 30px;
}

.an_instagram-likes svg {
    margin-right: 5px;
}
.an_instagram-comments svg {
    margin-right: 5px;
    margin-top: 2px;
}
.an_instagram-details-hover {
    opacity: 0;
    transition: opacity .3s;
}
.an_instagram-item a:hover .an_instagram-details-hover {
    opacity: 1;
}
.an_instagram-icon-hover {
    display: flex;
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
}
.an_instagram-details-hover.type-hover {
    padding: 5px;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
}
.an_instagram-details-hover.type-hover .an_instagram-likes,
.an_instagram-details-hover.type-hover .an_instagram-comments {
    margin: 0;
    font-size: .7rem;
    max-width: 50%;
    overflow: hidden;
}
.an_instagram-details-hover.type-hover .an_instagram-likes svg,
.an_instagram-details-hover.type-hover .an_instagram-comments svg {
    margin-right: 0px;
    transform: scale(.7);
    min-width: 30px;
}
.type-widget .an_instagram-details-hover.type-hover .an_instagram-likes svg,
.type-widget .an_instagram-details-hover.type-hover .an_instagram-comments svg {
    transform: scale(.5);
    min-width: 25px;
}
.an_insta_container .owl-nav svg path {
    fill: #fff;
}
.an_insta_container .owl-nav {

}
.an_insta_container .owl-dots {
    margin: 15px 0;
    display: flex;
    justify-content: center;
}
.an_insta_container .owl-nav .owl-prev,
.an_insta_container .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background-color: rgba(0,0,0,0.3);
    width: 52px;
    height: 52px;
    position: absolute;
    top: calc(50% - 26px);
}
.an_insta_container.slider-dots .owl-nav .owl-prev,
.an_insta_container.slider-dots .owl-nav .owl-next {
    top: calc(50% - 41px);
}
.an_insta_container .owl-nav .owl-prev {
    left: 20px;
}
.an_insta_container .owl-nav .owl-next {
    right: 20px;
}
.an_insta_container .owl-nav .owl-prev.disabled,
.an_insta_container .owl-nav .owl-next.disabled {
    opacity: .3;
}
.an_insta_container .owl-dots .owl-dot {
    display: flex;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #d6d6d6;
}
.type-widget {
    padding: 0;
}
.item-padding.type-widget {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0;
    padding: 0 10px 10px;
}
.widget-header.widget-header-separate {
    padding: 15px 0 0!important;
}
.widget-header.widget-header-stats:not(.widget-header-separate) {
    justify-content: center;
}

.widget-header .widget_userpic {
    float: left;
    padding-right: 15px;
}
.widget-header .insta-title-wrap {
    display: block;
    width: 100%;
    padding: 0!important;
}
.type-widget .an_instagram-details svg {
    margin: 0;
    transform: scale(.7);
}
.an_insta-widget-padding .type-widget .an_instagram-item {
    padding: 5px!important;
}
.type-widget .an_instagram-item {
    max-width: 33.33334%;
    width: 100%;
}
.type-widget.col-md-7 .an_instagram-item,
.type-widget.col-md-8 .an_instagram-item {
    max-width: 25%;
}
.type-widget.col-md-9 .an_instagram-item,
.type-widget.col-md-10 .an_instagram-item {
    max-width: 20%;
}
.type-widget.col-md-11 .an_instagram-item,
.type-widget.col-md-12 .an_instagram-item {
    max-width: 16.66667%;
}
.type-widget.col-md-2 .an_instagram-item {
    max-width: 50%;
}
.type-widget.col-md-1 .an_instagram-item {
    max-width: 100%;
}
.an_insta-description {
    margin-bottom: 30px;
}
.widget-header-separate .an_insta-description {
    margin-bottom: 0;
}
.widget-header {
    padding-top: 15px!important;
    margin-bottom: 15px;
}
.widget-header-left {
    justify-content: flex-start;
}
.widget-header-center {
    justify-content: center;
}
.widget-header-right {
    justify-content: flex-end;
}
.an_insta-profile-pic {
    max-width: 100px;
}

.an_insta-widget-padding {
    margin: 0 -15px;
}
.an_insta-widget-padding .widget-header,
.an_insta-widget-padding .insta-title-wrap {
     padding: 0 15px;
 }
.an_insta-widget-padding .an_insta-wrap .widget-header {
    padding: 0;
}
.an_insta_block-widget {
    margin-bottom: 30px;
}
.an_insta_block-widget .an_insta-description p {
    color: #000;
}
.widget_userdata {
    width: 100%;
    justify-content: center;
}
.widget_userdata.left {
    justify-content: flex-start;
}
.widget_userdata.right {
    justify-content: flex-end;
}
.widget_userdata_item p {
    margin: 0;
    color: #000;
}
.widget_userdata_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
    flex: 33.333%;
    padding: 0 10px;
}
.widget_userdata_posts,
.widget_userdata_followers,
.widget_userdata_follow {
    font-weight: 700;
}
.widget_userdata_content:before {
    content: " ";
    display: inline-block;
}
.insta-tags {
    padding: 15px 15px 0;
    flex: 1 1;
}
.insta-tags p {
    margin-bottom: 0;
}
.an_insta_container.type-blocks {
    display: flex;
    flex-wrap: wrap;
}
.an_insta_container.type-blocks.item-padding {
    margin-top: -15px;
}
.card_item .card_inner {
    height: 100%;
}
.card_item {
    margin: 0;
    max-width: unset;
}
.card_item .wrapper_block {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: stretch;
}
.card_inner .an_instagram-details {
    position: static;
    background: none;
    justify-content: space-between;
    align-self: flex-end;
    padding: 15px;
    width: 100%;
}
.card_inner .an_instagram-details svg path {
    fill: #bcbcbc;
}
.an_instagram-icon {
    display: flex;
}
.item-padding .card_item::before,
.item-padding .card_item::after {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
}

.an_instagram-card-stats {
    display: flex;
    color: #bcbcbc;
    font-size: 14px;
}
.an_instagram-card-stats svg {
    transform: scale(0.7);
    margin: 0;
}
@media (max-width: 1200px) {
    .gallery-12 {
        width: 11.11111%!important;;
    }
}
@media (max-width: 992px) {
    .gallery-12,
    .gallery-9 {
        width: 16.6667%!important;;
    }
}
@media (max-width: 640px) {
    .gallery-12,
    .gallery-9,
    .gallery-6 {
        width: 33.3334%!important;;
    }
}

@media (max-width: 380px) {
    .gallery-12,
    .gallery-9,
    .gallery-6,
    .gallery-3 {
        width: 50%!important;;
    }
}


.an_instagram-item img.b-lazy:not(.b-loaded) {
    width: auto;
}
.aninstagramfeed.slider_full_width {
    width: calc(100vw - 17px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}