.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	display: block;
	width: 100%;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '\0020';
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

.flexslider {
	position: relative;
	zoom: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px;
}

.flex-direction-nav a {
	position: absolute;
	z-index: 10;
	top: 50%;
	display: block;
	overflow: hidden;
	width: 40px;
	height: 48px;
	margin: -20px 0 0;
	cursor: pointer;
	text-decoration: none;
	text-indent: -999em;
	opacity: 0;
	color: rgba(0, 0, 0, .8);
	background: url('../images/arr.png') no-repeat;
}

.flex-direction-nav .flex-prev {
	left: 50px;
	background-position: 0 0;
}

.flex-direction-nav .flex-next {
	right: 50px;
	background-position: -132px 0;
}

.flexslider:hover .flex-prev {
	opacity: .7;
}

.flexslider:hover .flex-next {
	opacity: .7;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	cursor: default;
	opacity: 0 !important;
	filter: alpha(opacity=0);
}

.flex-pauseplay a {
	position: absolute;
	z-index: 10;
	bottom: 5px;
	left: 10px;
	display: block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	cursor: pointer;
	opacity: .8;
	color: #000;
	background: #ddd;
}

.flex-pauseplay a:before {
	font-family: 'flexslider-icon';
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a.flex-play:before {
	content: '\f003';
}

.flex-control-nav {
	position: absolute;
	z-index: 999;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
	zoom: 1;
	margin: 0 6px;
}

.flex-control-paging li a {
	display: block;
	width: 11px;
	height: 11px;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #666;
	background: rgba(255, 255, 255, .5);
	-webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, .3);
	-moz-box-shadow: inset 0 0 3px rgba(255, 255, 255, .3);
	box-shadow: inset 0 0 3px rgba(255, 255, 255, .3);
	-o-border-radius: 20px;
	-o-box-shadow: inset 0 0 3px rgba(255, 255, 255, .3);
}

.flex-control-paging li a:hover {
	background: #333;
	background: rgba(253, 101, 0, .7);
}

.flex-control-paging li a.flex-active {
	cursor: default;
	background: #000;
	background: rgba(253, 101, 0, .9);
}

.flex-control-thumbs {
	position: static;
	overflow: hidden;
	margin: 5px 0 0;
}

.flex-control-thumbs li {
	float: left;
	width: 25%;
	margin: 0;
}

.flex-control-thumbs img {
	display: block;
	width: 100%;
	cursor: pointer;
	opacity: .7;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	cursor: default;
	opacity: 1;
}

@media screen and (max-width:860px) {
	.flex-direction-nav .flex-prev {
		left: 10px;
		opacity: 1;
	}

	.flex-direction-nav .flex-next {
		right: 10px;
		opacity: 1;
	}

}
