.instagram-wrapper.box {
	margin: 30px 0;
	
}

.instagram-wrapper.box .instagram-wrapper-inner {
	border: 1px solid #ddd;
	padding: 30px 15px;
}

#instagram {
	margin-top: 20px;
}

#instagram .text-center {
	margin: 0 10px;
}

#instagram .insta-hover {
	margin-top: 15px;
}

#instagram .item .fa {
	margin-right: 5px;
}

#instagram .insta-likes {
	margin-right: 10px;
}

#instagram .insta-hover {
	color: #444;
}

.instagram-wrapper.box .box_heading_desc {
	font-size: 15px;
	display: block;
	text-align: center;
	color: #444;
	margin-bottom: 15px;
}

.instagram-wrapper.box .box_heading_desc a {
	font-size: 15px;
}

#instagram.owl-carousel {
	margin-bottom: 0;
}

#instagram .insta_comments_likes {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	bottom: auto;
	color: #ffffff;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	z-index: 1;
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-moz-transform: scale(0);
}

#instagram .item:hover .insta_comments_likes {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
	-moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
	-o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
	-ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
	transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}

#instagram img {
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

#instagram .item:hover img {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

#instagram .item {
	overflow: hidden;
}

#instagram .owl-buttons .owl-prev:hover {
	background-color: #229ac8;
	border-color: #229ac8;
}

#instagram .owl-buttons .owl-next:hover {
	background-color: #229ac8;
	border-color: #229ac8;
}

#instagram:hover .owl-buttons div {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	-webkit-transition: 1;
}

.owl-carousel .owl-buttons div i {
	display: inline;
	font-size: 13px;
	line-height: 30px;
	padding: 5px 10px;
}

.owl-buttons .owl-next {
	margin: 0 0 0 0;
	float: right;
	right: 60px;
	left: auto;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.owl-buttons div {
	position: absolute;
	top: 23%;
	left: auto;
	right: 0;
	z-index: 99;
	background-repeat: no-repeat;
	background-color: #229ac8;
	border: 1px solid #229ac8;
	color: #ffffff;
	height: 30px;
	width: 30px;
	line-height: 30px;
	background-position: center;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	font-weight: 300;
	background-size: 10px;
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}