.instagram-posts-handle {
	position: relative;
}

.instagram-posts-handle .instagram-post-list .swiper-container {
	position: relative;
	padding: 0 0 50px 0;
}

.instagram-posts-handle .account {
	display: inline-block;
	padding: 0 0 0 33px;
	position: relative;
	margin: 0 0 0 10px;
}

.instagram-posts-handle .account:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	background: url(/modules/InstagramLastPost/public/front/img/instagram.png) no-repeat center center;
	left: 0;
	top: 0;
	background-size: cover;
}

.instagram-posts-handle .instagram-post-list .post {
	width: auto;
	cursor: pointer;
}

.instagram-posts-handle .instagram-post-list .post-inner {
	box-sizing: border-box;
	box-shadow: 0 0 26px rgba(181, 184, 189, 0.45);
	margin: 0 9px;
	border-radius: 2px;
	overflow: hidden;
	display: block;
	position: relative;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.instagram-posts-handle .instagram-post-list img {
	position: relative;
	height: 200px;
	width: 200px;
	transition: opacity 800ms ease-out;
	vertical-align: top;
}

.instagram-posts-handle .swiper-pagination {
	width: 100%;
	bottom: 10px;
}

.instagram-posts-handle .swiper-pagination-bullet {
	opacity: 1;
	width: 8px;
	height: 8px;
	margin: 0 3px!important;
	background: #dadada;
}

.instagram-posts-handle .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #909090;
}

.instagram-posts-handle .controls {
	position: absolute;
	top: 50%;
	z-index: 1;
	left: 0;
	width: 100%;
}

.instagram-posts-handle .control {
	position: absolute;
	display: block;
	font-size: 17px;
	margin: 0 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all 240ms ease-out;
	border-radius: 100%;
	font-size: 42px;
	cursor: pointer;
	top: -50px;
}

.instagram-posts-handle .control:hover {
	color: #2f703e;
}

.instagram-posts-handle .control-next {
	right: 0;
}

.instagram-posts-handle .control-prev:before {
	content: 'keyboard_arrow_left';
	font-family: 'Material Icons';
}

.instagram-posts-handle .control-next:before {
	content: 'keyboard_arrow_right';
	font-family: 'Material Icons';
}

.instagram-posts-handle.-loading .instagram-post-list .post-inner {
	background: #f5f5f5;
	box-shadow: none;
}

.instagram-posts-handle.-loading img {
	opacity: 0;
}
