#TT-instagram-feed {
	text-align: center;
	float: left;
	margin: 0 0 80px;
	width: 100%;
	background: rgb(28, 30, 33) none repeat scroll 0% 0%;
	padding: 80px 0;
}
#TT-instagram-feed h2 {
	color: #fff;
	font: 600 36px/50px Raleway,sans-serif;
	text-align: left;
	margin: 0 0 10px;
}
#TT-instagram-feed .sub-heading {
	color: rgb(153, 153, 153);
	display: inline-block;
	float: none;
	font: 400 14px/18px Poppins;
	margin: 0 0 20px;
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 100%;
	padding: 0 0 10px;
	letter-spacing: 0.8px;
}
#TT-instagram-feed .sub-heading::after {
	background: #ccc;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: auto;
	width: 55%;
}
#TT-instagram-feed .sub-heading-content {
	color: rgb(153, 153, 153);
	float: left;
	font: 400 14px/20px "Poppins",Helvetica,sans-serif;
	text-align: left;
	width: 100%;
}
#TT-instagram-feed .instaitem {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#TT-instagram-feed .image-wrapper {
	width: 100%;
	height: 100%;
	display: inline-block;
	float: left;
	padding: 0 15px;
	position: relative;
}
#TT-instagram-feed .insta-feed .owl-carousel {
  margin: 0;
}
#TT-instagram-feed .image-wrapper .instaitem img {
	max-width: 100%;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
#TT-instagram-feed .image-wrapper .instaitem img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	-webkit-opacity: 0.6;
}
#TT-instagram-feed .insta-feed .image-wrapper .tticon-zoom {
    bottom: 0;
	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: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 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; 
}
#TT-instagram-feed .insta-feed .image-wrapper a .ttview {
	border: 2px solid #fff;
	display: inline-block;
	float: none;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-khtml-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	padding: 5px;
}
#TT-instagram-feed .insta-feed .image-wrapper a:hover .ttview {
	border-color: #000;
	background: #000;
	color: #fff;
}
#TT-instagram-feed .insta-feed .image-wrapper a .ttview i {
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
}
#TT-instagram-feed .insta-feed .image-wrapper a .ttview:hover i {
	color: #fff;
}
#TT-instagram-feed .customNavigation {
	float: left;
	width: auto;
	margin: 10px 0 0;
	display: none;
}
#TT-instagram-feed .customNavigation a {
	border: 1px solid #777;
	padding: 7px;
	margin: 0 3px;
	font-size: 0;
}
#TT-instagram-feed .customNavigation a.prev::before {
	background: transparent url("../TemplateTrip/images/sprite.png") no-repeat scroll -75px -359px;
	width: 15px;
}
#TT-instagram-feed .customNavigation a.next::before {
	background: transparent url("../TemplateTrip/images/sprite.png") no-repeat scroll -76px -392px;
	width: 15px;
}
#TT-instagram-feed .customNavigation a:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
#TT-instagram-feed .customNavigation a:hover.prev::before {
  background-position: -17px -359px;
}
#TT-instagram-feed .customNavigation a:hover.next::before {
 background-position: -18px -392px;
}
@media (max-width: 1199px) {
	#TT-instagram-feed h2 {
		padding: 0;
		margin-top: 0;
	}
	#TT-instagram-feed {
		margin: 0 0 60px;
	}
}
@media (max-width: 991px) {
	#TT-instagram-feed {
		margin: 0 0 50px;
	}
	#TT-instagram-feed h2 {
		margin: 0;
		font-size: 24px;
		line-height: 26px;
		padding: 0 0 10px;
	}
}
@media (max-width: 767px) {
	#TT-instagram-feed {
		padding: 40px 0;
		float: none;
		display: inline-block;
		vertical-align: top;
		text-align: center;	
	}
	#TT-instagram-feed {
		margin: 0 0 40px;
	}
	.instagram.instagram1 {
		text-align: center;
		margin: 0 0 20px;
	}
	#TT-instagram-feed h2, #TT-instagram-feed .sub-heading, #TT-instagram-feed .sub-heading-content {
		text-align: center;
		margin: 0 0 10px;
	}
	#TT-instagram-feed .sub-heading::after {
		right: 0;
	}
	#TT-instagram-feed .insta-feed .image-wrapper .tticon-zoom {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}
}