
/* This is the style for the dummy image slider. Animations are in fx[type].css */
.custom-select {
    padding: 0;
    border: 3px solid #5b4c5c;
    width: 300px;
    /*margin: 20px auto 25px;*/
    overflow: hidden;
    font-size: 1.2em;
    position: absolute;
    z-index: 1000;
    margin-top: -50px;
    display: none;
}

.custom-select select {
    padding: 10px 15px;
    cursor: pointer;
    width: 100%;
    color: #5b4c5c;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

.custom-select select:focus {
    outline: none;
}

.component1 {
	position: relative;
	max-width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.component2 {
    position: relative;
    max-width: 100%;
    /*position: absolute;*/
    /*transform: translate(-50%, 0);*/
    /*left: 50%;*/
    /*background: #fff;*/
}
.component-fullwidth {
	margin-bottom: 0;
}

.component-transparent {
	width: 900px;
	height: 500px;
}

.component > ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.component-small > ul {
	width: 100vw;
}

.component-fullwidth > ul {
	overflow: hidden;
}

.component-transparent > ul {
	width: 112px;
}

.component li {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	z-index: 999;
}

.component-fullwidth li {
	overflow: hidden;
}

.component .current {
	opacity: 1;
	pointer-events: auto;
	z-index: 1000;
}

.component-fullwidth li img {
	/*min-width: 100%;*/
	/*max-width: none;*/
	/*position: absolute;*/
	/*left: 50%;*/
	/*-webkit-transform: translateX(-50%);*/
	/*transform: translateX(-50%);*/
}

.component nav a {
	position: absolute;
	width: 60px;
	height: 60px;
	color: #5b4c5c;
	outline: none;
	overflow: hidden;
	text-align: center;
	line-height: 200px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.component-small nav a.prev,
.component-transparent nav a.prev {
	left: 0px;
}

.component-small nav a.next,
.component-transparent nav a.next {
	right: 0px;
}

.component-fullwidth nav a {
	top: 100%;
	margin-top: 25px;
	left: 50%;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.component-fullwidth nav a.prev {
	margin-left: -80px;
}

.component-fullwidth nav a.next {
	margin-left: 20px;
}

.component nav a::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	line-height: 60px;
	height: 100%;
	font-size: 60px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	opacity: 0.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.component nav a:hover::before {
	opacity: 1;
}

a.prev::before {
	content: "\e601";
}

a.next::before {
	content: "\e600";
}

@media screen and (max-width: 35.5em) {
	.component-small nav a {
		top: 100%;
		margin-top: 10px;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}

	.component-small nav a.prev {
		left: 50%;
		margin-left: -80px;
	}

	.component-small nav a.next {
		margin-left: 20px;
		right: auto;
		left: 50%;
	}
}
