/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;

}
.flexslider .slides img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	border: 1px solid #CCC;
	box-sizing: border-box;
}
.flexslider .slides:after {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 360px;
}
.carousel li {
	margin-right: 0px;
}

.flex-control-thumbs {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs ul {
}
.flex-control-thumbs li {
	width: 18%;
	height: 100%;
	float: left;
	margin-right: 2.0%;
	text-align: center;
	margin-bottom: 10px;
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #CCC;
}
.flex-control-thumbs ul > li:nth-child(5),
.flex-control-thumbs ul > li:nth-child(10){
	margin-right: 0%;
}
.flex-control-thumbs ul .clear{
	clear: both;
}
.flex-control-thumbs img {
	width: 100%;
	object-fit: cover;
	height: 61.35px;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

@media screen and (max-width:768px){
.flexslider {
	position: relative;
	zoom: 1;
}

.flexslider .slides img {
	-moz-user-select: none;
}
.flexslider .slides img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
}