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