<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#TT-instagram-feed {
	float: left;
	text-align: center;
	position: relative;
	width: 100%;
	margin: 0;
}
#TT-instagram-feed .insta-feed {
  float: left;
  width: 100%;
}
#TT-instagram-feed h2 {
	margin: 40px 0 24px 0;
}
#TT-instagram-feed .image-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#TT-instagram-feed .insta-feed .item {
	float: left;
	position: relative;
	overflow: hidden;
	padding: 5px;
	width: 100%;
}
#TT-instagram-feed .image-wrapper::before {
	
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	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;
	width: 100%;
	z-index: 1;
}
#TT-instagram-feed .image-wrapper:hover::before {
	background: rgba(0, 0, 0, 0.4);
}
#TT-instagram-feed .insta-feed .owl-carousel {
  margin: 0;
}
#TT-instagram-feed .image-wrapper img {
	max-width: 100%;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	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;
}
#TT-instagram-feed .image-wrapper: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);
}
#TT-instagram-feed .insta-feed .image-wrapper .tticon-zoom {
	bottom: auto;
	height: 15%;
	left: 0;
	margin: auto;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 30px;
	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;
	z-index: 1;
}
#TT-instagram-feed .insta-feed .image-wrapper:hover .tticon-zoom {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
}
.insta-feed .item .image-wrapper .ttview {
    background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
	display: inline-block;
	height:36px;
	padding: 3px;
	width: 36px;
}
.insta-feed .item .image-wrapper:hover .ttview {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
#TT-instagram-feed .insta-feed .image-wrapper a .ttview i {
	color: #ffffff;
	font-size: 13px;
	line-height: 15px;
}
#TT-instagram-feed .insta-feed .image-wrapper a .ttview:hover {
	background: #bd924e;
}
#TT-instagram-feed .insta-feed .image-wrapper a .ttview:hover i {
	color: #fff;
}

@media (max-width: 991px) {
	#TT-instagram-feed .box-heading h5 {
		display: block;
		float: left;
		width: 100%;
		text-align: left;
	}
	footer .footer-column #TT-instagram-feed h5 {
		display: block;
	}
	#TT-instagram-feed .insta-feed {
		padding: 0 10px;
	}
	#TT-instagram-feed .insta-feed ul {
		padding: 0;
	}
	#TT-instagram-feed .insta-feed .image-wrapper .tticon-zoom {
		bottom: 0;
		top: 0;
	}
}
@media (max-width: 767px) {
	.insta-feed .item .image-wrapper .ttview {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
	}
	#TT-instagram-feed .insta-feed .image-wrapper .tticon-zoom {
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
	}
	#TT-instagram-feed .image-wrapper::before {
		background: rgba(0, 0, 0, 0.4);
	}
}
@media (max-width: 480px) {
	#TT-instagram-feed .insta-feed .image-wrapper .tticon-zoom {
		bottom: auto;
		top: 35%;
	}
}</pre></body></html>