@font-face {
	font-family: 'Icons'; src: url('fonts/icomoon.ttf?z8888v') format('truetype'), url('fonts/icomoon.woff?z8888v') format('woff'), url('fonts/icomoon.svg?z8888v#icomoon') format('svg'); font-weight: normal; font-style: normal;
}
.root1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 320px;
	min-height: 100vh;
	margin: 0;
	padding: 0;
}

.root1, .root1 *, .root1 *:before, .root1 *:after {
	box-sizing: border-box;
}

.root1.is-loading * {
	transition: none !important;
}

.root1-wrap {
	margin: 0;
	padding-left: constant(safe-area-inset-left);
	padding-left: env(safe-area-inset-left);
	padding-right: constant(safe-area-inset-right);
	padding-right: env(safe-area-inset-right);
}
[class$="-contain"],[class*="-contain "] {
	max-width: 790px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	box-sizing: content-box;
}
[class$="-expand"],[class*="-expand "] {
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
[class$="-decontain"],[class*="-decontain "] {
	margin-left: -20px;
	margin-right: -20px;
}

[class$="-grid"],[class*="-grid "] {
	margin-top: -20px;
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 0;
	font-size: 0;
	letter-spacing: -1em;
}
[class$="-grid"] > *, [class*="-grid "] > * {
	display: inline-block;
	width: 24.999%;
	margin-bottom: 0;
	border: 1px solid transparent;
	border-width: 20px 10px 0;
	background-clip: padding-box;
	font-size: 12px;
	font-size: 1rem;
	letter-spacing: 0;
	vertical-align: top;
}
[class$="-grid"] > li:before, [class*="-grid "] > li:before {
	display: none;
}

.content1 {
	margin-bottom: 0;
}

.ie8 .content1:before, .ie9 .content1:before, .ie10 .content1:before, .mie .content1:before, .native.android .content1:before {
	display: block;
	content: attr(data-warning);
	margin: 20px 0;
	padding: 20px 40px;
	background: #b22;
	color: #fff;
	text-align: center;
}

.embed1 {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}

.embed1 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* global footer */

.footer1 {
	position: fixed;
	left: 0;
	bottom: 0;
	min-width: 250px;
	margin-bottom: 0;
	z-index: 101;
	padding: 20px 20px 16px;
	background: #fff;
	font-size: 11px;
	transition: color 2s;
}

.-inverted .footer1 {
	color: #fff;
}

.-minimal .footer1 {
	background: transparent;
}

.footer1-copys {
	text-transform: uppercase;
}

.footer1-copys a {
	color: inherit;
}

@media screen and (max-width: 1023px) {
	.footer1 {
		position: relative;
	}

	.-minimal .footer1 {
		position: fixed;
	}
}

/* fullscreen gallery */

.gallery1 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 11;
	margin: 0;
}

.gallery1 .slick-list, .gallery1 .slick-slider, .gallery1 .slick-track {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.gallery1-items {
	margin-bottom: 0;
}

.gallery1-item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0;
}

.gallery1-item:not(.slick-slide) ~ .gallery1-item {
	display: none;
}
    /*.gallery1-item img { display: block; position: relative; z-index: 1; width: 100%; min-width: 100%; max-width: none; height: auto; min-height: 100%; object-fit: cover; } */
.gallery1-item img {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	min-width: 100%;
	max-width: none;
	height: 100%;
	min-height: 100%;
	max-height: none;
	object-fit: cover;
	object-position: 50% 50%
}

.no-objectfit .gallery1-item img {
	min-width: 0;
	max-width: 100%;
	height: auto;
	min-height: 0;
}

html:not(.js) .gallery1-item img:not([src]) {
	display: none;
}

.gallery1-item.-top img {
	object-position: 50% 0;
}

.gallery1-item.-bottom img {
	object-position: 50% 100%;
}

.gallery1-more {
	margin-bottom: 0;
}

.gallery1-more a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 121;
}

.gallery1-more span {
	display: none;
}

/* content gallery */

.gallery2 {
}

.gallery2-items {
	margin-bottom: 0;
}

.js .gallery2-item {
	position: relative;
	margin: 0;
	background: #fafafa;
}

.js .gallery2-item:not(.slick-slide) ~ .gallery2-item {
	display: none;
}

.gallery2-item img {
	position: relative;
	z-index: 1;
}

.gallery2-items:not(.slick-slider) .spin1 {
	opacity: 0;
}

.no-touchevents .gallery2 .slick-dots {
	display: none !important;
}

/* project gallery */

.gallery3 {
}

.gallery3:after {
	display: table;
	clear: both;
	content: '';
}

.gallery3-items {
	margin-bottom: 20px;
}

.gallery3-items:not(.slick-slider) {
	overflow: auto;
	font-size: 0;
	letter-spacing: -1em;
	white-space: nowrap;
}

.gallery3-item {
	display: inline-block;
	margin: 0;
	font-size: 11px;
	font-size: 1rem;
	letter-spacing: 0;
	white-space: normal;
	vertical-align: top;
	outline: none;
}

.gallery3-image {
	position: relative;
	margin-bottom: 0;
}

.gallery3-image a {
	position: absolute;
	right: 17px;
	top: 17px;
	z-index: 2;
	width: 20px;
	outline: none;
	text-align: center;
}

.gallery3-image a:after {
	display: block;
	content: '\e902';
	width: 20px;
	color: #666;
	font: 14px/20px Icons;
	text-align: center;
}

.gallery3-image video,
    .gallery3-image img {
	display: block;
	position: relative;
	z-index: 1;
	max-height: 500px;
	max-width: none;
 /* added by JY!!: */
	height: 500px;
	width: auto;
}

html:not(.js) .gallery3-image img:not([src]) {
	display: none;
}

.gallery3-description {
	max-width: 600px;
	padding: 20px 20px 0 0;
}

.js .gallery3-description {
	display: none;
}

.gallery3-controls {
	position: relative;
	z-index: 11;
	float: right;
	margin: 0 0 0 -100%;
	padding: 0 20px 23px;
	font-size: 11px;
	line-height: 15px;
	text-align: right;
	opacity: 0;
	transition: opacity 0.35s;
}

.slick-slider ~ .gallery3-controls {
	opacity: 1;
}

.gallery3-controls a {
	display: inline-block;
	padding: 1px 2px 2px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: top;
}

.gallery3-main {
	float: left;
	width: 100%;
	max-width: 740px;
	margin: 0 -100% 0 0;
	padding-right: 280px;
	opacity: 0;
	transition: opacity 0.35s;
}

.slick-slider ~ .gallery3-main {
	opacity: 1;
}

.gallery3-side {
	clear: right;
	float: right;
	max-width: 210px;
	padding: 0 20px 0 0;
	text-align: right;
}

.gallery3-side .share1 {
	margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
	.gallery3-frame {
		height: auto;
		padding-top: 0 !important;
		cursor: pointer;
	}
}

@media screen and (max-width: 1023px) {
	.gallery3 {
		padding: 0 20px;
	}

	.gallery3-items:not(.slick-slider) {
		/*overflow: visible;*/
		white-space: normal;
	}

	.gallery3-item {
		display: block;
		margin-bottom: 35px;
		padding: 0;
	}

	.gallery3-image {
		display: block;
		max-width: 100%;
		width: 100%;
		margin-bottom: 20px;
		vertical-align: top;
	}

	.gallery3-frame {
		display: block;
		position: relative;
		overflow: hidden;
		height: 0;
	}

	.gallery3-image video,
   .gallery3-image img {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		min-width: 100%;
		height: auto;
		min-height: 100%;
		max-height: none;
		object-fit: cover;
	}

	.no-objectfit .gallery3-image img {
		min-width: 0;
		height: auto;
		min-height: 0;
	}

	.gallery3-controls {
		display: none;
	}

	.gallery3-description {
		max-width: 100%;
		padding: 0;
	}

	.js .gallery3-description {
		display: block;
	}

	.gallery3-side {
		float: none;
		max-width: 100%;
		margin-top: 35px;
		padding: 0;
		text-align: left;
	}

	.gallery3-main {
		display: none;
	}
}

/* image helper */

.img1 {
	display: block;
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 77.5%;
}

.img1 img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	max-height: none;
	object-fit: cover;
}

.no-objectfit .img1 img {
	min-width: 0;
	height: auto;
	min-height: 0;
}

/* main nav */

.nav1 {
	font-size: 11px;
	text-transform: uppercase;
}

.nav1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav1 li {
}

.nav1 li:before {
	display: none;
}

.nav1 li > :first-child {
	display: inline-block;
	position: relative;
	padding: 1px 3px 0 0;
	cursor: pointer;
}

.nav1 li > :first-child:not(:last-child):after {
	content: ' +';
}

.nav1 ul > li > ul > li > :first-child:not(:last-child):after {
	content: '';
}

.nav1 li > :first-child:hover,
   .nav1 li.current-project-parent > :first-child,
   .nav1 li.current-menu-item > :first-child,
   .nav1 li.is-active > :first-child {
	background: #000;
	color: #fff;
}

.nav1 li > :first-child:before {
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	content: '';
	width: 50px;
	background: transparent;
}

.nav1 li > :first-child:hover:before,
    .nav1 li.current-project-parent > :first-child:before,
    .nav1 li.current-menu-item > :first-child:before,
    .nav1 li.is-active > :first-child:before {
	background: #000;
}

.nav1 li ul {
	display: none;
	padding-left: 23px;
}

.nav1 li > ul.sub-menu > li > ul.sub-menu {
	display: none;
}

html:not(.js) .nav1 li ul {
	display: block;
}

.nav1 li.current-menu-ancestor > ul,
   .nav1 li.current-menu-parent > ul,
   .nav1 li.is-open > ul {
	display: block;
}

/* project subnav */

.nav2 {
}

.nav2 li {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.nav2 li a {
	display: inline-block;
	margin: 0 -2px;
	padding: 1px 2px 0;
	vertical-align: top;
}

.nav2 li.current_page_item a, .nav2 li.is-active a {
	background: #000;
	color: #fff;
}

/* play */

.play1 {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 12;
	width: 1.5em;
	height: 1.5em;
	margin: -0.75em 0 0 -0.75em;
	padding-left: 0.1em;
	color: #fff;
	font: 32px/1.5 Icons;
	transition: opacity 0.35s;
	text-align: center;
	text-shadow: #000 0 1px 3px;
}

img:not([src]) ~ .play1 {
	opacity: 0;
}

.play1:before {
	content: '\e90a';
}

/* share */

.share1 {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.share1-label {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	margin: -2px 0 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.share1:hover .share1-label {
	opacity: 0;
	pointer-events: none;
}

.share1-items {
	position: relative;
	margin: -14px -7px 0;
	opacity: 0;
}

.share1:hover .share1-items {
	opacity: 1;
}

.share1-items li {
	width: auto;
	border-width: 14px 7px 0;
	font-size: 15px;
	line-height: 20px;
}

.touchevents .share1-label {
	opacity: 0;
}

.touchevents .share1-items {
	opacity: 1;
}

/* skip links */

.skips1 {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 9999;
	list-style: none;
	width: 100%;
	height: 0;
	margin: -30px 0 0;
	padding: 0;
	text-align: center;
}

.skips1 li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	font: bold 50px/1 Calibri,Myriad Pro,Arial,Helvetica Neue,Helvetica,sans-serif;
}

.skips1 li:before {
	display: none;
}

.skips1 li a {
	display: inline-block;
	position: fixed;
	left: -10001px;
	margin: 0 auto;
	padding: 20px 30px;
	border: 1px dotted #fff;
	border-color: rgba(255,255,255,0.7);
	border-radius: 20px;
	background: #333;
	background: rgba(0,0,0,0.6);
	color: #fff;
	text-align: center;
	text-decoration: none;
	outline: none;
}

.skips1 li a:focus, .skips1 li a:active {
	position: relative;
	left: 0;
}

/* slick defaults */

.slick-slide {
	margin-bottom: 0;
	border-top-width: 0;
	outline: none;
}

.slick-slide * {
	outline: none;
}

.slick-arrow {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 10;
	width: 1.67em;
	min-width: 0;
	height: 1.67em;
	margin: -0.835em 0 0;
	min-height: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: #111;
	color: #fff;
	font: 20px/1.66 Icons;
	text-align: center;
	text-indent: -10001px;
}

.slick-next {
	left: auto;
	right: 0;
}

.slick-arrow:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '\e903';
	text-indent: 0;
}

.slick-next:before {
	content: '\e904';
}

.slick-arrow.slick-disabled {
	opacity: 0.2;
	pointer-events: none;
}

.slick-dots {
	margin-top: 20px;
	padding: 0;
	font-size: 0;
	letter-spacing: -1em;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	margin: 0 3px;
	vertical-align: top;
}

.slick-dots li:before {
	display: none;
}

.slick-dots button {
	overflow: hidden;
	width: 8px;
	min-width: 0;
	min-height: 0;
	height: 8px;
	padding: 0;
	border: 1px solid !important;
	border-radius: 50%;
	background: currentColor;
	color: #ccc;
	font-size: 0;
	line-height: 1;
	text-indent: 321%;
	white-space: nowrap;
}

.slick-dots button:hover {
	background: currentColor;
	color: #000;
}

.slick-dots .slick-active button {
	color: #000;
}

/* spinner */

.spin1 {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1em;
	height: 1em;
	margin: -0.5em 0 0 -0.5em;
	border: 2px solid #444;
	border-color: #999 #999 #444 #444;
	border-radius: 50%;
	font-size: 40px;
	-webkit-animation: spin1 1s infinite linear;
	animation: spin1 1s infinite linear;
	transition: opacity 0.35s;
}

.-is-loaded .spin1, html:not(.js) .spin1 {
	opacity: 0;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

@media screen and (max-width: 1023px) {
	.spin1 {
		font-size: 30px;
	}
}

@media screen and (max-width: 599px) {
	.spin1 {
		font-size: 24px;
	}
}

@-webkit-keyframes spin1 {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin1 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* swipebox */

body #swipebox-bottom-bar[id] {
	top: 50%;
	bottom: 0;
	background: none;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	pointer-events: none;
}

body #swipebox-bottom-bar[id].visible-bars {
	opacity: 1;
}

body #swipebox-arrows {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0 20px;
	box-sizing: border-box;
}

body #swipebox-arrows a, body #swipebox-close {
	background-size: auto 24px;
	pointer-events: auto;
}

body #swipebox-slider video {
	width: 100%;
	height: 100vh;
}

body .swipebox-slide-container {
	box-sizing: border-box;
}

@media screen and (max-width: 719px) {
	body #swipebox-arrows {
		padding: 0;
	}
}

/* responsive tables */

@media screen and (max-width: 719px) {

	.table1.-scroll {
		position: relative;
		margin-right: -20px;
		margin-left: -20px;
	}

	.table1.-scroll:after {
		position: absolute;
		right: 20px;
		bottom: -16px;
		content: '';
		width: 18px;
		height: 24px;
		background: url(../images/table1-icon1.png) no-repeat;
		background-size: contain;
		opacity: 0.75;
	}

	.table1.-scroll:after {
		-webkit-animation: swipeleft 2s infinite;
		animation: swipeleft 2s infinite;
	}

	.table1.-scroll > .wrap {
		overflow: auto;
		overflow-y: hidden;
		padding: 0;
		-webkit-overflow-scrolling: touch;
	}

	.table1.-scroll table {
		min-width: 680px;
	}

	.table1.-scroll table th:last-child, .table1.-scroll table td:last-child {
		padding-right: 40px !important;
	}

	.table1.-fold {
	}

	.table1.-fold table {
		display: block;
		width: auto;
		margin: 0 -20px;
	}

	.table1.-fold table thead {
		display: none;
	}

	.table1.-fold table tbody {
		display: block;
	}

	.table1.-fold table tr {
		display: block;
		width: 100%;
		margin: 0;
		padding: 10px 20px 15px;
		border: 1px solid #e6e6e6;
		border-width: 1px 0;
	}

	.table1.-fold table tr + tr {
		margin-top: -1px;
	}

	.table1.-fold table th, .table1.-fold table td {
		display: block;
		margin-bottom: 3px;
		margin-top: 3px;
		padding: 0;
		border: none !important;
	}

	.table1.-fold table [data-th]:before {
		display: block;
		content: attr(data-th) ':';
		margin: 10px 0 0;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
	}

	@-webkit-keyframes swipeleft {
		0% { opacity: 0;
		-webkit-transform: translate3d(0,0,0);
	}

	60% {
		-webkit-transform: translate3d(-20px,0,0);
		opacity: 0.75;
	}

	80% {
		opacity: 0.75;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-20px,0,0);
	}
}

@keyframes swipeleft {
	0% {
		opacity: 0;
		transform: translate3d(0,0,0);
	}

	60% {
		transform: translate3d(-20px,0,0);
		opacity: 0.75;
	}

	80% {
		opacity: 0.75;
	}

	100% {
		opacity: 0;
		transform: translate3d(-20px,0,0);
	}
}
}

/* custom tick boxes */

.tick1 {
	position: absolute;
	left: -10001px;
}

.tick1 + label {
	display: inline-block;
	padding-left: 40px;
	vertical-align: top;
}

.tick1 + label:before {
	float: left;
	content: '';
	width: 18px;
	height: 18px;
	margin: -1px 10px 0 -40px;
	border: 1px solid #ccc;
	background: #fff;
	background-clip: content-box;
	color: #333;
	font-size: 22px;
	line-height: 9px;
	vertical-align: top;
	text-align: center;
}

.tick1[type=radio] + label:before {
	border-radius: 50%;
}

.tick1[type=checkbox]:checked + label:before {
	content: '𐄂';
}

.tick1[type=radio]:checked + label:before {
	padding: 4px;
	background-color: currentColor;
	box-shadow: inset 0 0 0 4px #fff;
}

/* global header */

.top1 {
	position: fixed;
	left: 0;
	top: 20px;
	bottom: 70px;
	z-index: 101;
	width: 280px;
	margin: 0;
	transition: color 0.75s;
}

.admin-bar .top1 {
	top: 50px;
}

.-inverted .top1 {
	color: #fff;
}

.top1-logo {
	margin: 0 0 30px 20px;font-size: 76px;line-height: 1;
}

.top1-logo a {
	display: inline-block;
	color: inherit;
	vertical-align: top;
}

.top1-logo a:hover {
	color: inherit;
}

.top1-logo i {
	display: block;
}

.top1-logo i img{width: 120px;}

.top1-toggler {
	display: none;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 131;
	margin: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: color 2s;
}

.-inverted .top1-toggler {
	color: #fff;
}

.top1-toggler a {
	color: inherit;
}

.top1 .nav1 {
	position: absolute;
	left: 0;
	top: 100px;
	bottom: 0;
	overflow: auto;
	width: 100%;
	padding: 0 0 0 20px;
	-webkit-overflow-scrolling: touch;
}

.-minimal .top1 {
	bottom: auto;
	width: auto;
}

.-minimal .top1-logo {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: top;
}

.-minimal .top1-toggler {
	display: none;
}

.-minimal .top1 .nav1 {
	display: none;
}

@media screen and (max-width: 1149px) {
	.top1 {
		width: 240px;
	}

	.top1-logo {
		font-size: 50px;
	}

	.top1 .nav1 {
		top: 80px;
	}
}

@media screen and (max-width: 1023px) {
	.top1 {
		position: relative;
		left: auto;
		top: auto;
		bottom: auto;
		width: auto;
		padding: 0;
		border: 1px solid transparent;
		border-width: 20px 20px 0;
	}

	.admin-bar .top1 {
		top: auto;
	}

	.top1-logo {
		margin: 0;
	}

	.top1-toggler {
		display: block;
	}

	.top1 .nav1 {
		display: none;
		position: absolute;
		left: -20px;
		top: 100%;
		bottom: auto;
		right: -20px;
		overflow: visible;
		width: auto;
		height: 500px;
		height: calc(100vh - 70px);
		background: #fff;
	}

	.top1 .nav1:before {
		position: absolute;
		right: 22px;
		bottom: 100%;
		content: '';
		border: 1px solid transparent;
		border-width: 12px 8px;
		border-bottom-color: #fff;
	}

	.top1 .nav1 > ul {
		position: absolute;
		left: 0;
		right: 0;
		top: 20px;
		bottom: 20px;
		overflow: auto;
		padding: 0 20px 80px;
		-webkit-overflow-scrolling: touch;
	}

	.is-nav-active .top1 .nav1 {
		display: block;
	}
}

@media screen and (max-width: 719px) {
	.top1-logo {font-size: 35px;}
	.top1-logo i img{ width: 55px; }

	.top1 .nav1 {
		min-height: calc(100vh - 55px);
	}
}

/* page wrap */

.wrap1 {
	margin-left: 300px;
}

@media screen and (max-width: 1149px) {
	.wrap1 {
		margin-left: 270px;
	}
}

@media screen and (max-width: 1023px) {
	.wrap1 {
		margin-left: 0;
	}

	.wrap1-contain {
		max-width: 100%;
	}
}

/*   ______  _     _ _______ _______  _____  __   _ _______
 *   |_____] |     |    |       |    |     | | \  | |______
 *   |_____] |_____|    |       |    |_____| |  \_| ______|
*/

.button1, button, input[type="submit"], input[type="button"], input[type="reset"] {
	display: inline-block;
	height: auto;
	min-height: 40px;
	padding: 9px 19px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	text-align: center;
	text-decoration: none !important;
	outline: none;
}

.button1:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
	border-color: #666;
	background-color: #666;
}


/*   _____ ______  ______  __   _ _______
 *     |   |       |     | | \  | |______
 *   __|__ |_____  |_____| |  \_| ______|
*/

[class^="icon-"],[class*=" icon-"] {
	display: inline-block;
	font-family: 'Icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
[class^="icon-"] i, [class*=" icon-"] i {
	font: inherit;
}
[class^="icon-"] > span, [class*=" icon-"] > span {
	display: none;
}

.icon-play:before {
	content: "\e90a";
}

/* .icon-logo:before {
	content: "\e900";
} */

.icon-menu:before {
	content: "\e901";
}

.icon-plus:before {
	content: "\e902";
}

.icon-linkedin:before {
	content: "\e903";
}

.icon-youtube:before {
	content: "\e904";
}

.icon-twitter:before {
	content: "\e905";
}

.icon-instagram:before {
	content: "\e906";
}

.icon-facebook:before {
	content: "\e907";
}

.icon-googleplus:before {
	content: "\e908";
}

.icon-pinterest:before {
	content: "\e909";
}

/*   ______  _______ _______ _______ _     _ _      _______ _______
 *   |     \ |______ |______ |_____| |     | |         |    |______
 *   |_____/ |______ |       |     | |_____| |_____    |    ______|
*/

*, *:before, *:after {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.is-nav-active {
	overflow: hidden;
	height: 100vh;
}

div, form, blockquote, article, aside, details, figcaption, figure, footer, header, menu, nav, main, section, ul, ol, dl, dd, p, table, pre, h1, h2, h3, h4, h5, h6 {
	display: block;
	margin-bottom: 1rem;
}

:last-child {
	margin-bottom: 0 !important;
}

.last-child {
	margin-bottom: 0 !important;
}

body > :not(.root1), body > :not(.root1) div, body > :not(.root1) form {
	margin-bottom: 0;
}

/* forms */

label {
	cursor: pointer;
	vertical-align: middle;
}

label:first-child {
	display: block;
	margin: 0 0 5px;
}

label em {
	color: #f00;
	font-style: inherit;
}

input[type=text], input[type=password], input[type=search], input[type=email], input[type=tel], textarea, select {
	width: 100%;
	height: 40px;
	padding: 9px 14px;
	border: 1px solid #ccc;
	border-radius: 0;
	background: #fff;
	vertical-align: top;
	font: inherit;
	line-height: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
}

input[type="checkbox"], input[type="radio"] {
	padding: 0;
}

input::-ms-clear {
	display: none;
}

textarea {
	overflow: auto;
	height: auto;
	padding: 14px;
	resize: vertical;
}

textarea.autoresize {
	min-height: 40px;
	max-height: 160px;
}

select {
	padding: 8px 35px 8px 13px;
	background: #fff url(../images/select1.png) 100% 50% no-repeat;
	line-height: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

select::-ms-expand {
	display: none;
}

.firefox select {
	padding-left: 8px;
}

button, input[type="submit"], input[type="button"], input[type="reset"] {
	overflow: visible;
	cursor: pointer;
	-webkit-appearance: button;
}

button::-moz-focus-inner {
	padding: 0;
	border: none;
}

button[disabled], input[disabled] {
	cursor: default;
}

::-webkit-input-placeholder {
	color: inherit;
	font-style: normal;
	opacity: 0.5;
}

:-ms-input-placeholder {
	color: #aaa;
	font-style: normal;
	opacity: 1;
}

::-moz-placeholder {
	color: inherit;
	font-style: normal;
	opacity: 0.5;
}

select:invalid, select.is-placeholder {
	color: #aaa;
}

.is-invalid:invalid, .is-invalid:invalid + label, .is-invalid:invalid + label:before {
	border-color: #EF4242;
	color: #EF4242;
}

.error-message {
	display: none;
	margin-top: 5px;
	color: #EF4242;
}

.is-invalid:invalid ~ .error-message, .is-invalid:invalid + label .error-message {
	display: block;
}

/* tables */

table {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
}

table th, table td {
	padding: 9px 19px;
	border: 1px solid #eee;
	text-align: left;
}

table thead th {
	font-size: 0.86rem;
	text-transform: uppercase;
}

/* lists */

ul, ol, dd, blockquote {
	padding-left: 20px;
}

ol, ul {
	list-style: none;
	counter-reset: ordered;
}

li {
	counter-increment: ordered;
}

ol li:before {
	position: absolute;
	content: counter(ordered) '.';
	width: 15px;
	margin: 0 0 0 -25px;
	text-align: right;
}

ul li:before {
	float: left;
	overflow: hidden;
	content: '\2022';
	margin: 0 0 0 -15px;
}

dt {
	margin-bottom: 5px;
	font-weight: bold;
}

dd {
	padding-left: 0;
}

/* links */

a {
	background: transparent;
	color: #000;
	text-decoration: none;
}

a, a:before, a:after, label, button, input[type=submit] {
	transition-property: border, background, color, box-shadow, opacity;
}

a:hover {
	color: #777;
	text-decoration: none;
}

a span {
	cursor: pointer;
}

/* images */

figure {
}

img {
	max-width: 100%;
	border-width: 0;
	box-sizing: content-box;
}

figure img {
	display: inline-block;
	vertical-align: top;
}

figcaption {
	margin-top: 10px;
}

.alignright {
	float: right;
	margin-left: 1.5rem;
}

.alignleft {
	float: left;
	margin-right: 1.5rem;
}

.alignright img, .alignleft img {
	display: block;
	max-width: none;
}

/* other */

cite {
	display: block;
	margin-top: 5px;
}

pre {
	padding: 10px;
	border: 1px solid #ccc;
	background: #f3f3f3;
	font: 12px/1.2 Consolas,Monaco,Courier New,monospace;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	padding: 2px 4px;
	background-color: #f9f2f4;
	color: #c7254e;
	font-size: 80%;
	white-space: nowrap;
}

hr {
	overflow: hidden;
	width: 100%;
	height: 1px;
	margin: 20px 0;
	border: none;
	border: none;
	background: #ccc;
	font-size: 0;
}

sup, sub {
	font-size: 0.6875em;
	vertical-align: top;
}

sub {
	vertical-align: bottom;
}

b, strong {
	font-weight: bolder;
}

mark {
	padding: 0 2px;
	background-color: #f3f3f3;
}

/*   _    _ _______  ______ _______
 *    \  /  |_____| |_____/ |______
 *     \/   |     | |    \_ ______|
*/

/* text styling */

html, h1, h2, h3, h4, h5, h6, blockquote, cite, figcaption, [class*="-ts:"] {
	color: #000;
	font: 11px/1.4 Helvetica Neue,Helvetica,Arial,sans-serif;
	letter-spacing: 0;
	text-transform: none;
}

h1, .-ts\:1 {
	font-size: 20px;
	font-weight: bold;
}

h2, .-ts\:2 {
	font-size: 18px;
	font-weight: bold;
}

h3, .-ts\:3 {
	font-size: 16px;
	font-weight: bold;
}

h4, .-ts\:4 {
	font-size: 14px;
	font-weight: bold;
}

h5, .-ts\:5 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

h6, .-ts\:6 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

blockquote, .-ts\:7 {
	font-style: italic;
}

cite, .-ts\:8 {
	font-style: italic;
}

figcaption, .-ts\:9 {
}

/* input styling */

.-is\:1[type] {
	padding-left: 0;
	border: 1px solid #fff;
	border-width: 0 0 2px;
	background: transparent;
	color: inherit;
	font-weight: 900;
}

.-is\:1[type]:-ms-input-placeholder {
	color: #f78d84;
}

.-is\:1[type].required, .-is\:1[type].error {
	border-color: #fff;
	color: #fff;
}

/* link styling */

a.-as\:1, .-as\:1 a {
	box-shadow: 0 0 rgba(0,0,0,0);
}

a.-as\:1:hover, .-as\:1 a:hover {
	box-shadow: 0 6px rgba(0,0,0,0.2);
}

a.-as\:2:hover, .-as\:2 a:hover {
	background: #000;
	color: #fff;
}


/* list styling */

.-ls\:1, .-ls\:1 ul, .-ls\:1 ol {
	padding: 0;
}

.-ls\:1 li {
	margin-bottom: 0;
}

.-ls\:1 li:before {
	display: none;
}

/* spacing */

.-mb\:0,.-my\:0 {
	margin-bottom: 0
}

.-mt\:0,.-my\:0 {
	margin-top: 0
}

.-mb\:a,.-my\:a,.-ma\:a {
	margin-bottom: auto
}

.-mt\:a,.-my\:a,.-ma\:a {
	margin-top: auto
}

.-ml\:a,.-mx\:a,.-ma\:a {
	margin-left: auto
}

.-mr\:a,.-mx\:a,.-ma\:a {
	margin-right: auto
}

.-mb\:1,.-my\:1 {
	margin-bottom: 20px
}

.-mt\:1,.-my\:1 {
	margin-top: 20px
}

.-pb\:1,.-py\:1,.-pa\:1 {
	padding-bottom: 20px
}

.-pt\:1,.-py\:1,.-pa\:1 {
	padding-top: 20px
}

.-pl\:1,.-px\:1,.-pa\:1 {
	padding-left: 20px
}

.-pr\:1,.-px\:1,.-pa\:1 {
	padding-right: 20px
}

.-mb\:2,.-my\:2 {
	margin-bottom: 35px
}

.-mt\:2,.-my\:2 {
	margin-top: 35px
}

.-pb\:2,.-py\:2,.-pa\:2 {
	padding-bottom: 35px
}

.-pt\:2,.-py\:2,.-pa\:2 {
	padding-top: 35px
}

.-pl\:2,.-px\:2,.-pa\:2 {
	padding-left: 35px
}

.-pr\:2,.-px\:2,.-pa\:2 {
	padding-right: 35px
}

/* visibility */

.-hide {
	display: none !important;
}

@media screen and (max-width:  719px) {
	.-hide\<medium {
		display: none !important
	}
}

@media screen and (max-width: 1149px) {
	.-hide\<large {
		display: none !important
	}
}

@media screen and (min-width:  720px) {
	.-hide\>small {
		display: none !important
	}
}

@media screen and (min-width: 1150px) {
	.-hide\>medium {
		display: none !important
	}
}

/* widths */

.-w\:16 {
	width: 16.666%
}

.-w\:20 {
	width: 19.999%
}

.-w\:25 {
	width: 24.999%
}

.-w\:33 {
	width: 33.333%
}

.-w\:40 {
	width: 39.999%
}

.-w\:50 {
	width: 49.999%
}

.-w\:60 {
	width: 59.999%
}

.-w\:66,.-w\:67 {
	width: 66.666%
}

.-w\:75 {
	width: 74.999%
}

.-w\:80 {
	width: 74.999%
}

.-w\:99,.-w\:100 {
	width: 100%
}

@media screen and (max-width: 1149px) {
	.-w\:a\<large {
		width: auto
	}

	.-w\:16\<large {
		width: 16.666%
	}

	.-w\:20\<large {
		width: 19.999%
	}

	.-w\:25\<large {
		width: 24.999%
	}

	.-w\:33\<large {
		width: 33.333%
	}

	.-w\:40\<large {
		width: 39.999%
	}

	.-w\:50\<large {
		width: 49.999%
	}

	.-w\:60\<large {
		width: 59.999%
	}

	.-w\:66\<large,.-w\:67\<large {
		width: 66.666%
	}

	.-w\:75\<large {
		width: 74.999%
	}

	.-w\:80\<large {
		width: 74.999%
	}

	.-w\:99\<large,.-w\:100\<large {
		width: 100%
	}
}

@media screen and (max-width: 719px) {
	.-w\:a\<medium {
		width: auto
	}

	.-w\:16\<medium {
		width: 16.666%
	}

	.-w\:20\<medium {
		width: 19.999%
	}

	.-w\:25\<medium {
		width: 24.999%
	}

	.-w\:33\<medium {
		width: 33.333%
	}

	.-w\:40\<medium {
		width: 39.999%
	}

	.-w\:50\<medium {
		width: 49.999%
	}

	.-w\:60\<medium {
		width: 59.999%
	}

	.-w\:66\<medium,.-w\:67\<medium {
		width: 66.666%
	}

	.-w\:75\<medium {
		width: 74.999%
	}

	.-w\:80\<medium {
		width: 74.999%
	}

	.-w\:99\<medium,.-w\:100\<medium {
		width: 100%
	}
}

/* max widths */

[class*="-xw:"] {
	box-sizing: content-box;
}

.-xw\:1 {
	max-width: 960px;
}

/* colors */

.-c\:text, html {
	color: #000;
}

.-b\:text {
	background-color: #000;
}

.-s\:text {
	border-color: #000;
}

/* fonts */

.-ff\:1, html {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.-ff\:2 {
	font-family: Work Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
}

/* basic css */

.-ta\:l {
	text-align: left;
}

.-ta\:c {
	text-align: center;
}

.-ta\:r {
	text-align: right;
}

.-tt\:u {
	text-transform: uppercase;
}

.-us\:n, [data-toggle] {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* helpers */

[hidden] {
	display: none !important;
}

.-halt-transitions {
	transition: none !important;
}


/*   _      _____ ______  _______
 *   |        |   |_____] |______
 *   |_____ __|__ |_____] ______|
/*

/* flexy */ [flex] {
	display: -webkit-box;
	display: flex
}[flex~=inline] {
	display: -webkit-inline-box;
	display: inline-flex
}[flex]>* {
	min-width: 0
}[flex~=row] {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}[flex~=row][flex~=reverse] {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse
}[flex~=column] {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}[flex~=column][flex~=reverse] {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	flex-direction: column-reverse
}[flex~=nowrap] {
	flex-wrap: nowrap
}[flex~=wrap] {
	flex-wrap: wrap
}[flex~=wrap-reverse] {
	flex-wrap: wrap-reverse
}[flex~=column][flex~=top],[flex~=left]:not([flex~=column]) {
	-webkit-box-pack: start;
	justify-content: flex-start
}[flex~=column][flex~=bottom],[flex~=right]:not([flex~=column]) {
	-webkit-box-pack: end;
	justify-content: flex-end
}[flex~=center]:not([flex~=column]),[flex~=column][flex~=middle] {
	-webkit-box-pack: center;
	justify-content: center
}[flex~=between] {
	-webkit-box-pack: justify;
	justify-content: space-between
}[flex~=around] {
	justify-content: space-around
}[flex~=evenly] {
	-webkit-box-pack: space-evenly;
	justify-content: space-evenly
}[flex~=column][flex~=left],[flex~=top]:not([flex~=column]) {
	-webkit-box-align: start;
	align-items: flex-start
}[flex~=bottom]:not([flex~=column]),[flex~=column][flex~=right] {
	-webkit-box-align: end;
	align-items: flex-end
}[flex~=column][flex~=center],[flex~=middle]:not([flex~=column]) {
	-webkit-box-align: center;
	align-items: center
}[flex~=stretch] {
	-webkit-box-align: stretch;
	align-items: stretch
}[flex~=baseline] {
	-webkit-box-align: baseline;
	align-items: baseline
}[flex~=content-start] {
	align-content: flex-start
}[flex~=content-end] {
	align-content: flex-end
}[flex~=content-stretch] {
	align-content: stretch
}[flex~=content-center] {
	align-content: center
}[flex~=content-between] {
	align-content: space-between
}[flex~=content-around] {
	align-content: space-around
}[self~=auto] {
	-webkit-align-self: auto;
	-ms-grid-row-align: auto;
	align-self: auto
}[self~=start] {
	-webkit-align-self: flex-start;
	align-self: flex-start
}[self~=end] {
	-webkit-align-self: flex-end;
	align-self: flex-end
}[self~=center] {
	-webkit-align-self: center;
	-ms-grid-row-align: center;
	align-self: center
}[self~=baseline] {
	-webkit-align-self: baseline;
	align-self: baseline
}[self~=stretch] {
	align-self: stretch
}[self~=first] {
	-webkit-box-ordinal-group: 0;
	order: -1
}[self~=last] {
	-webkit-box-ordinal-group: 100;
	order: 99
}[self~=order-1] {
	-webkit-box-ordinal-group: 2;
	order: 1
}[self~=order-2] {
	-webkit-box-ordinal-group: 3;
	order: 2
}[self~=order-3] {
	-webkit-box-ordinal-group: 4;
	order: 3
}[self~=order-4] {
	-webkit-box-ordinal-group: 5;
	order: 4
}[self~=order-5] {
	-webkit-box-ordinal-group: 6;
	order: 5
}[self~=none] {
	-webkit-box-flex: 0;
	flex: none
}[self~=grow] {
	-webkit-box-flex: 1;
	flex-grow: 1
}[self~=nogrow] {
	-webkit-box-flex: 0;
	flex-grow: 0
}[self~=shrink] {
	flex-shrink: 1
}[self~=noshrink] {
	flex-shrink: 0
}[self~=autobasis] {
	flex-basis: auto
}[self~=nobasis] {
	flex-basis: 0
}
/* slick */.slick-list,.slick-slider,.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	margin-right: 1px;
	height: 100%;
	min-height: 1px
}[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}
/* lazysizes */img {
	transition: opacity 1s;
}

img:not([src]), .lazyload, .lazyloading {
	opacity: 0;
}

.lazyloaded {
	opacity: 1;
}
/* swipebox */html.swipebox-html.swipebox-touch {
	overflow: hidden!important
}

#swipebox-overlay img {
	border: none!important
}

#swipebox-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999!important;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

#swipebox-container {
	position: relative;
	width: 100%;
	height: 100%
}

#swipebox-slider {
	-webkit-transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	position: absolute;
	display: none;
	cursor: pointer
}

#swipebox-slider .slide {
	height: 100%;
	width: 100%;
	line-height: 1px;
	text-align: center;
	display: inline-block
}

#swipebox-slider .slide:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
	background-size:200px 100px; 
}

#swipebox-slider .slide .swipebox-video-container {
	background: 0 0;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0
}

#swipebox-slider .slide-loading {
	background: url(../images/swipebox-loader.gif) center center no-repeat
}

#swipebox-bottom-bar,#swipebox-top-bar {
	-webkit-transition: .5s;
	transition: .5s;
	position: absolute;
	left: 0;
	z-index: 999;
	height: 50px;
	width: 100%
}

#swipebox-bottom-bar {
	bottom: -50px
}

#swipebox-bottom-bar.visible-bars {
	-webkit-transform: translate3d(0,-50px,0);
	transform: translate3d(0,-50px,0)
}

#swipebox-top-bar {
	top: -50px
}

#swipebox-top-bar.visible-bars {
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0)
}

#swipebox-title {
	display: block;
	width: 100%;
	text-align: center
}

#swipebox-close,#swipebox-next,#swipebox-prev {
	background-image: url(./img/swipebox-icons.svg);
	background-repeat: no-repeat;
	border: none!important;
	text-decoration: none!important;
	cursor: pointer;
	width: 50px;
	height: 50px;
	top: 0
}

#swipebox-arrows {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 50px
}

#swipebox-prev {
	background-position: -32px 13px;
	float: left
}

#swipebox-next {
	background-position: -78px 13px;
	float: right
}

#swipebox-close {
	top: 0;
	right: 0;
	position: absolute;
	z-index: 9999;
	background-position: 15px 12px
}

.swipebox-no-close-button #swipebox-close {
	display: none
}

#swipebox-next.disabled,#swipebox-prev.disabled {
	opacity: .3
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
	-webkit-animation: rightSpring .3s;
	animation: rightSpring .3s
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
	-webkit-animation: leftSpring .3s;
	animation: leftSpring .3s
}

.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	content: ' ';
	position: absolute;
	z-index: 999;
	top: 0;
	height: 100%;
	width: 20px;
	opacity: 0
}

.swipebox-touch #swipebox-container:before {
	left: 0;
	-webkit-box-shadow: inset 10px 0 10px -8px #656565;
	box-shadow: inset 10px 0 10px -8px #656565
}

.swipebox-touch #swipebox-container:after {
	right: 0;
	-webkit-box-shadow: inset -10px 0 10px -8px #656565;
	box-shadow: inset -10px 0 10px -8px #656565
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
	opacity: 1
}

@-webkit-keyframes rightSpring {
	0% {
		left: 0
	}

	50% {
		left: -30px
	}

	100% {
		left: 0
	}
}

@keyframes rightSpring {
	0% {
		left: 0
	}

	50% {
		left: -30px
	}

	100% {
		left: 0
	}
}

@-webkit-keyframes leftSpring {
	0% {
		left: 0
	}

	50% {
		left: 30px
	}

	100% {
		left: 0
	}
}

@keyframes leftSpring {
	0% {
		left: 0
	}

	50% {
		left: 30px
	}

	100% {
		left: 0
	}
}

@media screen and (min-width:800px) {
	#swipebox-close {
		right: 10px
	}

	#swipebox-arrows {
		width: 92%;
		max-width: 800px
	}
}

#swipebox-overlay {
	background: #0d0d0d
}

#swipebox-bottom-bar,#swipebox-top-bar {
	text-shadow: 1px 1px 1px #000;
	background: #000;
	opacity: .95
}

#swipebox-top-bar {
	color: #fff!important;
	font-size: 15px;
	line-height: 43px;
	font-family: Helvetica,Arial,sans-serif
}
@media screen and (min-width: 1080px){
	video{width: 100%; height:500px;}
}
@media (max-width: 768px){
	video {
		width: 100%;
	}
}

.slick-slide {
	display: none;
	float: left;
	margin-right: 1px;
	height: 500px;
	min-height: 1px;
}
@media screen and (min-width: 1080px){
	.video{width: 100%; height: 500px;}
}
@media (max-width: 768px) {
	.video {
		width: 100%;
	}
}