
/*--------------------------- Start Instagramfeed --------------------------*/
#ttinstagramfeeds {
    overflow: hidden;
    padding: 0 30px;
	position:relative;
	margin:0 0 30px;
}
#ttinstagramfeeds .tt-title {
	display: none;
}
#ttinstagramfeeds .insta-content {
    float: left;
	width: 100%;
}
#ttinstagramfeeds .insta-content > a {
    overflow: hidden;
}
#ttinstagramfeeds .insta-content:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
#ttinstagramfeeds #ttslider-instagram .owl-stage {
    display: flex;
    align-items: center;
}
#ttinstagramfeeds .insta-content .icon.zoom {
	bottom: 0;
	height: 45px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	z-index: 1;
}
#ttinstagramfeeds .insta-content .icon.zoom:hover i {
	border-color: var(--secondary-bg-color);
    color: var(--secondary-text-color);
    background: var(--secondary-bg-color);
}
#ttinstagramfeeds .icon i {
	border: 2px solid #e6e6e6;
	color: #ffffff;
	font-size: 19px;
	height: 45px;
	padding: 9px 11px;
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 45px;
	margin: 0;
	line-height:25px;
}
#ttinstagramfeeds .insta-content:hover .icon i{
	transform:scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
#ttinstagramfeeds .insta-content:hover .icon {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
#ttinstagramfeeds .insta-content .ttimage {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	width: 100%;
	float: left;
	background: #111;
	position: relative;
}
#ttinstagramfeeds .insta-content:hover img {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	opacity: 0.5;
}
#ttinstagramfeeds .insta-content img {
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
@media (max-width:767px){
#ttinstagramfeeds .insta-content .icon.zoom, #ttinstagramfeeds .insta-content .icon {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
#ttinstagramfeeds .insta-content .icon i{
transform:scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
#ttinstagramfeeds .insta-content img {
	opacity: 0.7;
}
#ttinstagramfeeds {
padding:0 15px;
}
#ttinstagramfeeds .insta-content .icon.zoom {
height: 40px;
width: 40px;
}
#ttinstagramfeeds .icon i {
height: 40px;
padding: 6px 8px;
width: 40px;
}
}
@media (max-width:543px){


#ttinstagramfeeds {
padding: 0 10px;
}
}
/*--------------------------- End Instagramfeed  --------------------------*/