/* =Slider
 -------------------------------------------------------------- */
.tr-slider {
	position: relative;
	height: 0;
	clear: both;
	margin: 0 auto;
	width: 100%;
	zoom: 1;
	overflow: hidden; }

.tr-slider[data-type="fade"] .carouselwrap {
	-moz-transition: height 0.5s ease-in-out;
	-webkit-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out; }

.tr-slider .clearfix {
	float: none;
	clear: both; }

.tr-slider .tr-slides, .tr-slider .tr-prevnext li {
	margin: 0;
	padding: 0;
	list-style: none; }

.tr-slider .tr-slides .tr-slide {
	padding: 0 10px 10px;
	margin: 0;
	float: left;
	display: block;
	overflow: hidden; }

.tr-slider:after, .tr-slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0; }

html[xmlns] .tr-slides {
	display: block; }

* html .tr-slides {
	height: 1%; }

.tr-slider .tr-slides {
	zoom: 1;
	display: block;
	float: left; }

.tr-slider .tr-slides > .tr-slide {
	position: relative; }

.tr-slider ul, #main .tr-slider ol {
	padding-left: 0; }
	
.tr-slides li .entry-title {
	margin: 0 0 1em;
}

.tr-slides img {
	max-width: 100%;
	display: block; }

.tr-slides .image img, .tr-slide-video-wrap, .tr-pager img {
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.tr-slider .video iframe {
	width: 100%; }

.tr-slide-video-wrap {
	background: #1F1F1F;
	line-height: 0%; }

.tr-slide-post-wrap {
	overflow: hidden;
	padding: 20px 0; }

.tr-slide-post-featimg img {
	float: left;
	max-width: 50%;
	margin: 0 30px 10px 0; }

.tr-slide-post-content {
	overflow: hidden; }
	
.tr-slide-image {
	position: relative; }
.tr-slider-caption {
	background: none;
	zoom: 1;
	width: 98%;
	padding: 1% 10px;
	position: absolute;
	left: 0;
	bottom: 5px;
	text-align: center; }

.tr-slider .tr-slider-caption, .widget .tr-slider .tr-slider-caption {
	margin-bottom: 0; }

.tr-slider-caption span, .tr-slide-video-caption {
	color: #f2f2f2;
	font-weight: 400;
	text-align: center;
	background: #333;
	background: rgba(0, 0, 0, 0.55);
	padding: 4px 12px 6px;
	line-height: 1.5em;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

.tr-slider-caption span {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px; }

/* Products */
.tr-slide-product .button, .tr-slide-product .price {
	margin-bottom: 1em;
	display: block;
}

/* Direction Arrows */
.tr-prevnext a {
	width: 33px;
	height: 33px;
	margin: -0.929em 0 0;
	display: none;
	background: url(../img/sliderarrows.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	text-indent: -9999px; }

.tr-prevnext .next {
	background-position: 100% 0;
	right: 0; }

.tr-prevnext .prev {
	background-position: 0 0;
	left: 0; }

.tr-prevnext .next:hover {
	background-position: right bottom; }

.tr-prevnext .prev:hover {
	background-position: left bottom; }

.tr-prevnext .disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default; }

/* Pagination */
.tr-pagination, .tr-pager {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0; }

.tr-pagination li, .tr-pager li {
	margin: 0 0 0 0.357em;
	display: inline-block;
	border: none !important;
	zoom: 1;
	*display: inline;
	background: none;
	padding: 0; }

.tr-pagination li:first-child {
	margin: 0; }

.tr-pagination a {
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../img/sliderpag.png) no-repeat 4px 0;
	border-radius: 20px; }
.tr-pagination a:hover, .tr-pagination .selected a {
	background-position: -21px 0; }

/* Thumbnails */
.tr-pager {
	padding: 0 10px;
	overflow: hidden;
	clear: both;
	margin: 0; }
.tr-pager li {
	margin: 1px 5px 3px;
	list-style: none;
	width: 50px; }
.tr-pager img {
	padding: 3px;
	background: #fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.tr-pager li.selected img, .tr-pager a:hover img{
	-webkit-filter: none;
	background: #EEBF29;
}

/* Slider Widget */
.widget .tr-slider {
	background: none;
	margin-bottom: 0;
	padding-bottom: 5px; }

.widget .tr-slides li {
	margin-bottom: 0;
	padding: 1px 0; }