.tos-noanimation {
	transition-property: none !important; -webkit-transition-property: none; -moz-transition-property: none; -o-transition-property: none;
}
.tos-wrapper {
	margin: 0px; padding: 0px; transition:opacity 0.4s; width: 100%; height: 100%; overflow: hidden; display: none; opacity: 0; -o-transition: opacity 0.4s ease; -moz-transition: opacity 0.4s ease; -webkit-transition: opacity 0.4s ease;
}
.tos-wrapper.tos-opened {
	display: block;
}
.tos-wrapper.tos-opening {
	opacity: 1;
}
.tos-wrapper.tos-fixed {
	left: 0px; top: 0px; position: fixed; z-index: 9000; background-color: black;
}
.tos-wrapper.tos-inline {
	position: relative;
}
.tos-slider {
	margin: 0px; padding: 0px; width: 100%; height: 100%; white-space: nowrap; position: relative;
}
.tos-wrapper.tos-fx-slide .tos-slider {
	transition:left 0.4s; left: 0px; -o-transition: left 0.4s ease; -moz-transition: left 0.4s ease; -webkit-transition: left 0.4s ease;
}
.tos-wrapper.tos-fx-slide.tos-fixed .tos-slider {
	position: absolute;
}
.tos-wrapper.tos-fx-fade .tos-slider {
	transition:opacity 0.4s; opacity: 1; -o-transition: opacity 0.4s ease; -moz-transition: opacity 0.4s ease; -webkit-transition: opacity 0.4s ease;
}
.tos-desktop .tos-wrapper:hover .tos-uibg {
	opacity: 1;
}
.tos-touch .tos-wrapper.tos-hover .tos-uibg {
	opacity: 1;
}
.tos-slide {
	width: 100%; height: 100%; text-align: center; line-height: 1px; overflow: hidden; display: inline-block; position: relative; box-sizing: border-box; -webkit-overflow-scrolling: touch;
}
.tos-slide::before {
	width: 1px; height: 50%; margin-right: -1px; display: inline-block; content: "";
}
.tos-slide.tos-loading > * {
	opacity: 0;
}
.tos-slide > * {
	transition:opacity 0.4s; opacity: 1; -o-transition: opacity 0.4s ease; -moz-transition: opacity 0.4s ease; -webkit-transition: opacity 0.4s ease;
}
.tos-slide > * {
	vertical-align: middle; display: inline-block; max-height: 100%; max-width: 100%; box-sizing: border-box;
}
.tos-slide.tos-html > div {
	text-align: left; line-height: 1.5; white-space: normal; -webkit-overflow-scrolling: touch;
}
.tos-slide.tos-html > div * {
	-ms-text-size-adjust: none; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -o-text-size-adjust: none; text-size-adjust: none;
}
.tos-wrapper.tos-fill .tos-slide.tos-image > img {
	min-height: 100%; max-height: none; min-width: 100%; max-width: none;
}
.tos-wrapper.tos-fixed .tos-slide.tos-html > div {
	padding: 40px; color: rgb(51, 51, 51); overflow: auto; display: inline-block; box-sizing: border-box; background-color: white;
}
.tos-desktop .tos-wrapper.tos-fixed {
	background-color: rgba(0, 0, 0, 0.85);
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit .tos-slide {
	padding: 20px;
}
.tos-prev {
	background: black; border-radius: 3px; transition:opacity 0.4s; width: 40px; display: block; position: absolute; z-index: 1; opacity: 0; -o-transition: opacity 0.4s ease; -moz-transition: opacity 0.4s ease; -webkit-transition: opacity 0.4s ease;
}
.tos-next {
	background: black; border-radius: 3px; transition:opacity 0.4s; width: 40px; display: block; position: absolute; z-index: 1; opacity: 0; -o-transition: opacity 0.4s ease; -moz-transition: opacity 0.4s ease; -webkit-transition: opacity 0.4s ease;
}
.tos-close {
	background: black; border-radius: 3px; transition:opacity 0.4s; width: 40px; display: block; position: absolute; z-index: 1; opacity: 0; -o-transition: opacity 0.4s ease; -moz-transition: opacity 0.4s ease; -webkit-transition: opacity 0.4s ease;
}
.tos-prev {
	top: 50%; height: 80px; margin-top: -40px;
}
.tos-next {
	top: 50%; height: 80px; margin-top: -40px;
}
.tos-prev.tos-disabled {
	cursor: default;
}
.tos-next.tos-disabled {
	cursor: default;
}
.tos-prev {
	left: 20px;
}
.tos-next {
	right: 20px;
}
.tos-close {
	top: 20px; height: 40px; right: 20px;
}
.tos-desktop .tos-wrapper:hover .tos-prev {
	opacity: 0.5;
}
.tos-desktop .tos-wrapper:hover .tos-next {
	opacity: 0.5;
}
.tos-desktop .tos-wrapper:hover .tos-close {
	opacity: 0.5;
}
.tos-touch .tos-wrapper.tos-hover .tos-prev {
	opacity: 0.5;
}
.tos-touch .tos-wrapper.tos-hover .tos-next {
	opacity: 0.5;
}
.tos-touch .tos-wrapper.tos-hover .tos-close {
	opacity: 0.5;
}
.tos-desktop .tos-wrapper:hover .tos-prev:hover {
	opacity: 0.9;
}
.tos-desktop .tos-wrapper:hover .tos-next:hover {
	opacity: 0.9;
}
.tos-desktop .tos-wrapper:hover .tos-close:hover {
	opacity: 0.9;
}
.tos-touch .tos-wrapper.tos-hover .tos-prev:hover {
	opacity: 0.9;
}
.tos-touch .tos-wrapper.tos-hover .tos-next:hover {
	opacity: 0.9;
}
.tos-touch .tos-wrapper.tos-hover .tos-close:hover {
	opacity: 0.9;
}
.tos-desktop .tos-wrapper:hover .tos-prev.tos-disabled {
	opacity: 0.2;
}
.tos-desktop .tos-wrapper:hover .tos-next.tos-disabled {
	opacity: 0.2;
}
.tos-desktop .tos-wrapper:hover .tos-close.tos-disabled {
	opacity: 0.2;
}
.tos-touch .tos-wrapper.tos-hover .tos-prev.tos-disabled {
	opacity: 0.2;
}
.tos-touch .tos-wrapper.tos-hover .tos-next.tos-disabled {
	opacity: 0.2;
}
.tos-touch .tos-wrapper.tos-hover .tos-close.tos-disabled {
	opacity: 0.2;
}
.tos-prev span {
	margin: -5px; top: 50%; width: 12px; height: 12px; display: block; position: absolute; content: ""; transform: rotate(45deg); -o-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg);
}
.tos-next span {
	margin: -5px; top: 50%; width: 12px; height: 12px; display: block; position: absolute; content: ""; transform: rotate(45deg); -o-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg);
}
.tos-close span::before {
	margin: -5px; top: 50%; width: 12px; height: 12px; display: block; position: absolute; content: ""; transform: rotate(45deg); -o-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg);
}
.tos-close span::after {
	margin: -5px; top: 50%; width: 12px; height: 12px; display: block; position: absolute; content: ""; transform: rotate(45deg); -o-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg);
}
.tos-close span::before {
	width: 6px; height: 6px; margin-top: -4px; margin-right: 0px; margin-left: 0px;
}
.tos-close span::after {
	width: 6px; height: 6px; margin-top: -4px; margin-right: 0px; margin-left: 0px;
}
.tos-prev span {
	left: 50%; border-bottom-color: white; border-left-color: white; border-bottom-width: 3px; border-left-width: 3px; border-bottom-style: solid; border-left-style: solid;
}
.tos-close span::before {
	left: 50%; border-bottom-color: white; border-left-color: white; border-bottom-width: 3px; border-left-width: 3px; border-bottom-style: solid; border-left-style: solid;
}
.tos-next span {
	right: 50%; border-top-color: white; border-right-color: white; border-top-width: 3px; border-right-width: 3px; border-top-style: solid; border-right-style: solid;
}
.tos-close span::after {
	right: 50%; border-top-color: white; border-right-color: white; border-top-width: 3px; border-right-width: 3px; border-top-style: solid; border-right-style: solid;
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide {
	padding-right: 80px; padding-left: 80px;
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide {
	padding-right: 80px; padding-left: 80px;
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide {
	padding-right: 80px; padding-left: 80px;
}
.tos-inline {
	margin: 0px; transition:opacity 0.4s; left: auto; top: auto; right: auto; display: inline-block; position: relative; opacity: 0; -o-transition: opacity 0.4s ease; -moz-transition: opacity 0.4s ease; -webkit-transition: opacity 0.4s ease;
}
.tos-inline.tos-prev {
	margin-right: -60px;
}
.tos-inline.tos-next {
	margin-left: -60px;
}
.tos-loading .tos-inline {
	opacity: 0 !important;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev {
	transform: scale(2); -o-transform: scale(2); -moz-transform: scale(2); -webkit-transform: scale(2);
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next {
	transform: scale(2); -o-transform: scale(2); -moz-transform: scale(2); -webkit-transform: scale(2);
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close {
	transform: scale(2); -o-transform: scale(2); -moz-transform: scale(2); -webkit-transform: scale(2);
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev {
	transform: scale(3); -o-transform: scale(3); -moz-transform: scale(3); -webkit-transform: scale(3);
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next {
	transform: scale(3); -o-transform: scale(3); -moz-transform: scale(3); -webkit-transform: scale(3);
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
	transform: scale(3); -o-transform: scale(3); -moz-transform: scale(3); -webkit-transform: scale(3);
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev {
	transform-origin: left center; -o-transform-origin: left center; -moz-transform-origin: left center; -webkit-transform-origin: left center;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev {
	transform-origin: left center; -o-transform-origin: left center; -moz-transform-origin: left center; -webkit-transform-origin: left center;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next {
	transform-origin: right center; -o-transform-origin: right center; -moz-transform-origin: right center; -webkit-transform-origin: right center;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next {
	transform-origin: right center; -o-transform-origin: right center; -moz-transform-origin: right center; -webkit-transform-origin: right center;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close {
	transform-origin: right top; -o-transform-origin: right top; -moz-transform-origin: right top; -webkit-transform-origin: right top;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
	transform-origin: right top; -o-transform-origin: right top; -moz-transform-origin: right top; -webkit-transform-origin: right top;
}
.tos-caption {
	transition:opacity 0.4s; left: 0px; width: 100%; text-align: center; bottom: 0px; color: white; position: absolute; z-index: 1; opacity: 0; -o-transition: opacity 0.4s ease; -moz-transition: opacity 0.4s ease; -webkit-transition: opacity 0.4s ease;
}
.tos-caption::after {
	clear: both; display: block; content: "";
}
.tos-caption > div {
	padding: 0px 20px; width: 100%; overflow: hidden; float: left; white-space: nowrap; -ms-text-overflow: ellipsis; box-sizing: border-box;
}
.tos-caption > div:last-child {
	margin-right: -2px; float: right;
}
.tos-desktop .tos-wrapper:hover .tos-caption {
	opacity: 1;
}
.tos-touch .tos-wrapper.tos-hover .tos-caption {
	opacity: 1;
}
.tos-wrapper .tos-caption {
	height: 40px; line-height: 20px; font-size: 15px; text-shadow: 0px 1px 2px rgba(0,0,0,0.8);
}
.tos-wrapper.tos-has-caption .tos-uibg {
	height: 100px;
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-caption .tos-slide {
	padding-bottom: 60px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-caption {
	height: 80px; line-height: 40px; font-size: 30px; text-shadow: 0px 2px 4px rgba(0,0,0,0.8);
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
	height: 200px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-caption {
	height: 120px; line-height: 60px; font-size: 45px; text-shadow: 0px 3px 6px rgba(0,0,0,0.8);
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
	height: 300px;
}
.tos-desktop .tos-wrapper:hover .tos-pagination {
	opacity: 1;
}
.tos-touch .tos-wrapper.tos-hover .tos-pagination {
	opacity: 1;
}
.tos-wrapper .tos-pagination::before {
	width: 20px; height: 10px; display: inline-block; content: "";
}
.tos-wrapper .tos-pagination::after {
	width: 20px; height: 10px; display: inline-block; content: "";
}
.tos-wrapper.tos-has-bullets .tos-pagination {
	height: 30px;
}
.tos-wrapper.tos-has-bullets .tos-pagination a {
	margin: 0px 5px; border-radius: 10px; width: 10px; height: 10px;
}
.tos-wrapper.tos-has-bullets .tos-caption {
	bottom: 30px;
}
.tos-wrapper.tos-has-bullets .tos-uibg {
	height: 90px;
}
.tos-wrapper.tos-has-bullets.tos-has-caption .tos-uibg {
	height: 130px;
}
.tos-wrapper.tos-has-thumbnails .tos-pagination {
	height: 70px;
}
.tos-wrapper.tos-has-thumbnails .tos-pagination a {
	background-position: center; margin: 0px 5px; width: 50px; height: 50px; background-size: cover;
}
.tos-wrapper.tos-has-thumbnails .tos-caption {
	bottom: 70px;
}
.tos-wrapper.tos-has-thumbnails .tos-uibg {
	height: 130px;
}
.tos-wrapper.tos-has-thumbnails.tos-has-caption .tos-uibg {
	height: 170px;
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets .tos-slide {
	padding-bottom: 50px;
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets.tos-has-caption .tos-slide {
	padding-bottom: 80px;
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails .tos-slide {
	padding-bottom: 90px;
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails.tos-has-caption .tos-slide {
	padding-bottom: 120px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination::before {
	width: 40px; height: 20px; display: inline-block; content: "";
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination::after {
	width: 40px; height: 20px; display: inline-block; content: "";
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
	height: 60px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
	margin: 0px 10px; border-radius: 20px; width: 20px; height: 20px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
	bottom: 60px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
	height: 180px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
	height: 260px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
	height: 140px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
	background-position: center; margin: 0px 10px; width: 100px; height: 100px; background-size: cover;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
	bottom: 140px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
	height: 260px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
	height: 340px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination::before {
	width: 60px; height: 30px; display: inline-block; content: "";
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination::after {
	width: 60px; height: 30px; display: inline-block; content: "";
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
	height: 90px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
	margin: 0px 15px; border-radius: 30px; width: 30px; height: 30px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
	bottom: 90px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
	height: 270px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
	height: 390px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
	height: 210px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
	background-position: center; margin: 0px 15px; width: 150px; height: 150px; background-size: cover;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
	bottom: 210px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
	height: 390px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
	height: 510px;
}
