@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
.addui-imageSlider,
.addui-imageSlider * {
	box-sizing: border-box
}

.addui-imageSlider {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative
}

.addui-imageSlider .addui-imageSlider-images {
	display: block;
	width: 300%;
	position: relative
}

.addui-imageSlider .addui-imageSlider-images .addui-imageSlider-after,
.addui-imageSlider .addui-imageSlider-images .addui-imageSlider-before,
.addui-imageSlider .addui-imageSlider-images .addui-imageSlider-current {
	display: inline-block;
	width: 33.333%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative
}

.addui-imageSlider .addui-imageSlider-images .addui-imageSlider-after .addui-imageSlider-caption,
.addui-imageSlider .addui-imageSlider-images .addui-imageSlider-before .addui-imageSlider-caption,
.addui-imageSlider .addui-imageSlider-images .addui-imageSlider-current .addui-imageSlider-caption {
	display: block;
	width: 100%;
	height: 40px;
	background: rgba(255, 255, 255, .5);
	color: #000;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	bottom: 0;
	font-family:Arial;
}

.addui-imageSlider .addui-imageSlider-controls {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.addui-imageSlider .addui-imageSlider-controls .addui-imageSlider-back,
.addui-imageSlider .addui-imageSlider-controls .addui-imageSlider-next {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 0;
	cursor: pointer;
	transform: translateY(-50%);
	text-align: center;
	line-height: 50px;
	opacity: .5;
	transition: opacity .4s;
	font-family:Arial;
}

.addui-imageSlider .addui-imageSlider-controls .addui-imageSlider-back:hover,
.addui-imageSlider .addui-imageSlider-controls .addui-imageSlider-next:hover {
	opacity: 1
}

.addui-imageSlider .addui-imageSlider-controls .addui-imageSlider-back:before,
.addui-imageSlider .addui-imageSlider-controls .addui-imageSlider-next:before {
	content: "\f053";
	font-family: fontawesome;
	font-size: 50px;
	color: #fff;
	text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000
}

.addui-imageSlider .addui-imageSlider-controls .addui-imageSlider-next {
	left: auto;
	right: 0
}

.addui-imageSlider .addui-imageSlider-controls .addui-imageSlider-next:before {
	content: "\f054"
}

.addui-imageSlider .addui-imageSlider-controls .addui-imageSlider-jumps {
	display: block;
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	font-family:Arial;
	
}

.addui-imageSlider .addui-imageSlider-controls .addui-imageSlider-jumps .addui-imageSlider-jump {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 10px;
	background: #fff;
	border-radius: 99999px;
	opacity: .5;
	border: 2px solid #000;
	cursor: pointer;
	transition: opacity .4s, background .4s, border .4s
}

.addui-imageSlider .addui-imageSlider-controls .addui-imageSlider-jumps .addui-imageSlider-jump:hover {
	opacity: 1
}

.addui-imageSlider .addui-imageSlider-controls .addui-imageSlider-jumps .addui-imageSlider-jump.addui-imageSlider-jump-active {
	border: 2px solid #fff;
	background: #000
}

.addui-imageSlider .addui-imageSlider-controls .addui-imageSlider-jumps .addui-imageSlider-jump span {
	display: none
}

.addui-imageSlider .addui-imageSlider-controls .addui-imageSlider-playpause {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	opacity: .25;
	transition: opacity .4s;
	font-family:Arial;
	
}

.addui-imageSlider .addui-imageSlider-controls .addui-imageSlider-playpause:hover {
	opacity: .75
}

.addui-imageSlider .addui-imageSlider-controls .addui-imageSlider-playpause:after {
	content: "\f04b";
	font-family: fontawesome;
	color: #fff;
	text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000
}

.addui-imageSlider.addui-imageSlider-playing .addui-imageSlider-controls .addui-imageSlider-playpause:after {
	content: "\f04c"
}

@media (min-width:601px) {
	a.tile {
		display: inline-block;
		margin: 64px 16px;
		width: 350px;
		height: 350px;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		text-decoration: none;
		color: inherit;
		position: relative;
		overflow: hidden;
		border-radius: 2px;
		box-shadow: 0 2px 3px rgba(0, 0, 0, .25)
	}
	a.tile .tile-inner {
		display: block;
		width: 350px;
		height: 350px;
		background: rgba(0, 0, 0, .5);
		color: #fff;
		position: absolute;
		top: 300px;
		left: 0;
		transition: top .6s, background .6s
	}
	a.tile .tile-inner h2 {
		display: block;
		width: 50px;
		width: 100%;
		text-align: center;
		font-size: 24px;
		line-height: 50px;
		padding: 0;
		margin: 0;
		text-decoration: none
	}
	a.tile .tile-inner p {
		padding: 16px;
		text-align: left
	}
	a.tile:hover .tile-inner {
		top: 0;
		background: rgba(0, 0, 0, .75)
	}
}

@media (max-width:600px) {
	a.tile {
		display: block;
		width: calc(100% - 32px);
		margin: 64px 16px;
		position: relative;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		text-decoration: none;
		color: inherit;
		overflow: hidden;
		border-radius: 2px;
		box-shadow: 0 2px 3px rgba(0, 0, 0, .25)
	}
	a.tile h2 {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		text-align: center;
		line-height: 50px;
		font-size: 24px;
		color: #fff;
		background-color: rgba(0, 0, 0, .5)
	}
	a.tile .tile-inner {
		margin-top: 256px;
		background: rgba(0, 0, 0, .5)
	}
	a.tile .tile-inner p {
		padding: 16px;
		color: #fff
	}
}

section {
	display: block;
	width: 100vw;
	max-width: 100%;
	height: 100vh;
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	background-image: url(res/transparent.png);
	background-attachment: fixed;
	background-repeat: no-repeat
}

@media (max-width:640px) {
	section {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		height: auto;
		min-height: 0;
		max-height: 9999999px;
		padding: 16px 0
	}
}

section .section-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 968px;
	max-width: 70vmin;
	height: 968px;
	max-height: 70vmin;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (max-width:968px) {
	section .section-inner {
		max-width: 80vmin;
		max-height: 80vmin
	}
}

@media (max-width:768px) {
	section .section-inner {
		max-width: 90vmin;
		max-height: 90vmin
	}
}

@media (max-width:640px) {
	section .section-inner {
		display: block;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		height: auto;
		min-height: 0;
		max-height: 9999999px;
		left: 0;
		top: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

section .col-parent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

section .row-parent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

section .col,
section .row {
	-webkit-box-flex: 5;
	-webkit-flex: 5;
	-ms-flex: 5;
	flex: 5
}

section .flex1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

section .flex2 {
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2
}

section .flex3 {
	-webkit-box-flex: 3;
	-webkit-flex: 3;
	-ms-flex: 3;
	flex: 3
}

section .flex4 {
	-webkit-box-flex: 4;
	-webkit-flex: 4;
	-ms-flex: 4;
	flex: 4
}

section .flex6 {
	-webkit-box-flex: 6;
	-webkit-flex: 6;
	-ms-flex: 6;
	flex: 6
}

section .flex7 {
	-webkit-box-flex: 7;
	-webkit-flex: 7;
	-ms-flex: 7;
	flex: 7
}

section .flex8 {
	-webkit-box-flex: 8;
	-webkit-flex: 8;
	-ms-flex: 8;
	flex: 8
}

section .flex9 {
	-webkit-box-flex: 9;
	-webkit-flex: 9;
	-ms-flex: 9;
	flex: 9
}

section .flex10 {
	-webkit-box-flex: 10;
	-webkit-flex: 10;
	-ms-flex: 10;
	flex: 10
}

@media (max-width:640px) {
	section .col,
	section .col-parent,
	section .row,
	section .row-parent {
		display: block;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none
	}
}

section .card {
	display: block;
	background-color: rgba(255, 255, 255, .95);
	margin: 16px;
	border-radius: 5px;
	width: calc(100% - 32px);
	height: calc(100% - 32px);
	padding: 16px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: auto;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
}

section .card.col-parent,
section .card.row-parent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

section .card.isImg {
	display: block;
	position: relative
}

@media (max-width:640px) {
	section .card.isImg {
		height: 350px
	}
}

section .card.isImg:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.25em
}

section .card.isImg label {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	width: 100%;
	text-align: center;
	padding: 0;
	font-family:Arial;
}

section .card h1,
section .card h2,
section .card h3,
section .card h4,
section .card h5,
section .card h6,
section .card p,
section .card span {
	color: #222;
	padding: 16px;
	paddinb-bottom: 0
}

section .card h1 {
	font-size: 42px;
	text-align: center;
	font-family:Arial;
}

section .card h2 {
	font-size: 36px;
	text-align: center;
	font-family:Arial;
}

section .card h3 {
	font-size: 32px;
	font-family:Arial;
}

section .card h4 {
	font-size: 26px;
	font-family:Arial;
}

section .card h5 {
	font-size: 22px;
	font-family:Arial;
}

section .card h6,
section .card p {
	font-size: 18px;
	font-family:Arial;
}

section .card ol,
section .card ul {
	margin: 0;
	padding: 0
}

section .card li {
	font-size: 16px;
	line-height: 26px;
	color: #222;
	padding: 0 16px;
	margin: 0;
	font-family:Arial;

}

section .card li a {
	color: inherit
}

section .card>a {
	display: inline-block;
	padding: 0 16px;
	font-size: 18px;
	color: inherit
}

section .card input {
	display: block;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 2px;
	padding: 8px 16px;
	font-size: 18px;
	outline: 0;
	width: calc(100% - 32px);
	margin: 16px
}

section .card .btn,
section .card button {
	display: block;
	margin: 16px;
	padding: 8px 16px;
	font-size: 18px;
	min-width: 150px;
	text-align: center;
	border-radius: 2px;
	background: #ccc;
	text-decoration: none;
	vertical-align: top;
	color: #000;
	cursor: pointer;
	width: calc(100% - 32px);
	outline: 0;
	font-family:Arial;

}

section .card .btn:hover,
section .card button:hover {
	background: #bbb
}

section .card img {
	display: block;
	width: 90%;
	margin-left: 5%
}

section a.card {
	font-size: 22px;
	color: #000;
	text-decoration: none;
	text-align: center;
	line-height: 100%;
	position: relative;
	font-family:Arial;
}

section h1 {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	color: #fff;
	background: #999;
	text-align: center;
	font-size: 42px;
	line-height: 0;
	margin: 0;
	padding: 0;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
	transition: height .4s, line-height .4s;
	overflow: hidden;
	font-family:Arial;
}

section h1.active {
	line-height: 56px;
	height: 56px
}

#content {
	max-width: 100%!important;
	overflow-x: hidden
}

#content .inner {
	padding: 0
}

.sp-hero-slider {
	box-sizing: border-box;
	background: #f0f0f0;
	overflow: hidden
}

.sp-hero-slider * {
	box-sizing: border-box
}

.sp-hero-slider .addui-imageSlider .addui-imageSlider-images .addui-imageSlider-after .addui-imageSlider-caption,
.sp-hero-slider .addui-imageSlider .addui-imageSlider-images .addui-imageSlider-before .addui-imageSlider-caption,
.sp-hero-slider .addui-imageSlider .addui-imageSlider-images .addui-imageSlider-current .addui-imageSlider-caption {
	display: block;
	width: 66vw;
	height: 110px;
	line-height: 45px;
	margin: 0;
	top: 75%;
	left: 50%;
	bottom: auto;
	transform: translateY(-50%) translateX(-50%);
	font-size: 50px;
	background: rgba(255, 255, 255, .75);
	padding: 0;
	z-index: 9999;
	border-radius: 2px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
	font-family:Arial;

}

.sp-hero-slider .addui-imageSlider .addui-imageSlider-images .addui-imageSlider-after .addui-imageSlider-caption a,
.sp-hero-slider .addui-imageSlider .addui-imageSlider-images .addui-imageSlider-before .addui-imageSlider-caption a,
.sp-hero-slider .addui-imageSlider .addui-imageSlider-images .addui-imageSlider-current .addui-imageSlider-caption a {
	display: block;
	width: 66vw;
	height: 110px;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	color: inherit;
	padding: 10px;
	font-family:Arial;

}

.sp-hero-slider .addui-imageSlider .addui-imageSlider-images .addui-imageSlider-after .addui-imageSlider-caption subtitle,
.sp-hero-slider .addui-imageSlider .addui-imageSlider-images .addui-imageSlider-before .addui-imageSlider-caption subtitle,
.sp-hero-slider .addui-imageSlider .addui-imageSlider-images .addui-imageSlider-current .addui-imageSlider-caption subtitle
{
	height: 50px;
	line-height: 18px;
	font-size: 18px;
	padding: 10px;
	font-family:Arial;
}

.sp-hero-slider .addui-imageSlider .addui-imageSlider-controls .addui-imageSlider-jumps {
	bottom: 0
}

.sp-hero-slider #favorites {
	text-align: center;
	font-family:Arial;

}

.favorites-row {
	display: flex;
	justify-content: center
}

.favorites-row {
	flex-wrap: wrap;
}
