#fairs .carousel-wrapper {
	padding-top: 25.3%;
}
/*#fairs .fairsCarousel .item a {
	background-image: linear-gradient(to top, #4456ce, #7586fa);
}*/
#fairs .fairsCarousel .item a img {
	/*max-height: 440px;*/
}
#fairs .tns-nav {
	position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0px;
}
#fairs .tns-nav button {
    background-color: transparent;
    border: none;
    padding: 0px;
    margin-left: 3px;
    margin-right: 3px;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#fairs .tns-nav button:before {
	content: "";
	background-color: #4456ce;
	width: 7px;
	height: 7px;
	display: block;
	border-radius: 7px;
	float: right;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#fairs .tns-nav .tns-nav-active {
	width: 20px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
#fairs .tns-nav .tns-nav-active:before {
	width: 20px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
#fairs .tns-controls button {
	position: absolute;
	top: 50%;
	z-index: 15;
	background-color: rgba(255,255,255,0.5);
	border: none;
	font-size: 0px;
	width: 50px;
	height: 50px;
	font-family: 'default' !important;
	color: white;
	border-radius: 7px;
}
#fairs .tns-controls button:hover {
	background-color: #4356ceb3;
}
#fairs .tns-controls button:last-child {
	right: 3%;
}
#fairs .tns-controls button:last-child:before {
	content: "\ea74";
	font-size: 26px !important;
	line-height: 26px !important;
	transform: rotate(180deg) scale(1) skew(0deg) translate(0)!important;
    -webkit-transform: rotate(180deg) scale(1) skew(0deg) translate(0)!important;
    -moz-transform: rotate(180deg) scale(1) skew(0deg) translate(0)!important;
    -o-transform: rotate(180deg) scale(1) skew(0deg) translate(0)!important;
    -ms-transform: rotate(180deg) scale(1) skew(0deg) translate(0)!important;
    display: block;
}
#fairs .tns-controls button:first-child {
	left: 3%;
}
#fairs .tns-controls button:first-child:before {
	content: "\ea74";
	font-size: 26px !important;
	line-height: 26px !important;
}
@media screen and (max-width: 992px) {
	#fairs .carousel-wrapper {
		padding-top: 68.5%;
	}
	#fairs .fairsCarousel .item a img {
		max-height: 220px;
	}
	#fairs .tns-controls button {
		zoom: 80%;
	}
}