/**
 *************  NOTICE OF LICENSE  **************
 *
 * Module			LOGIK INSTAGRAM FEEDS
 * Version			1.0.0
 * Author    		PrestaLogik | One Man
 * Copyright 		2015 - 2018 PRESTALOGIK.CH	
 * Installation		See PDF Documentation	
 * License			See PDF Documentation
 * Website   		https://prestalogik.ch
 * WebTools			https://ogiktools.com
 * WebNews			https://logiknews.com
 * Support			info@prestalogik.ch
 *
************************************************
*/

.button-arrow {
    position: absolute;
    font-size: 18px;
    width: 28px;
    height: 28px;
    color: #999;
    background: #fff;
    font-size: 0;
    top: 10px;
    border: 1px solid #999;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	text-align: center;
	padding-top: 3px;
}
.button-arrow i{font-size: 22px;}
.lk-block-instagram-social{position: relative;}
.lk-block-instagram-social ul{margin-top: 30px;}
.lk-block-instagram-social .list_carousel ul li {
  float: left;
  margin: 0;
  height: 300px;
  position:relative;
  }
  .lk-block-instagram-social .list_carousel ul li img{width: 100%;}
.lk-block-instagram-social .cycleElementsContainer
{
	overflow: hidden;
    padding: 0px;
}
.lk-block-instagram-social .title .title_block{top: 15px; position: relative; text-align:center;color:#333;font-size:20px;letter-spacing:3px;font-weight:500;text-transform:uppercase}
.lk-block-instagram-social .list_carousel .caroufredsel_wrapper ul li:hover a:after{position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    content: '';
   }
   .lk-block-instagram-social .list_carousel .caroufredsel_wrapper ul li a:hover:after{opacity:0;}
   
   .lk-block-instagram-social .list_carousel .caroufredsel_wrapper ul li:hover a:before{content:"\f0c1";font-family:'FontAwesome';font-size:15px;color:#fff;background:#333;    padding: 7px 12px;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    z-index: 999;
    top: 40%;
    left: 45%;opacity:0;    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;}
	.lk-block-instagram-social .list_carousel .caroufredsel_wrapper ul li a:hover:before{opacity:1}
#next_instagram.button-arrow.next{right:0px;}
#prev_instagram.button-arrow.prev{right:30px;}
@media (max-width: 479px){
	#next_instagram.button-arrow.next{right:5px;}
#prev_instagram.button-arrow.prev{right:35px;}
}
@media (min-width: 1600px){
	.lk-block-instagram-social .list_carousel ul li{ height: 440px;}
}
@media (max-width: 767px) {
	
.lk-block-instagram-social .list_carousel ul li{height: 185px;}
}

@media (max-width: 1366px) and (min-width: 1199px){
		.lk-block-instagram-social .list_carousel ul li{height: 300px;}
}