.container {
	overflow: hidden;
}

/* This is the style for the dummy image slider. Animations are in fx[type].css */

.component {
	margin: 0 auto;
	position: relative;
	margin-bottom: 40px;
	max-width: 100%;
}

.component-small {
	width: 650px;
	height: 290px;
}

.component-fullwidth {
	width: 100%;
	height: 450px;
	margin-bottom: 0;
	background: #333;
}

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

.component > ul {
	width: 100%;
	max-width: 100%;
	height: 100%;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.component-small > ul {
	width: 450px;
}

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

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

.component > ul > li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	z-index: 999;
	background-color: #fff;
}

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

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

.component > ul > li img {
	display: block;
	max-width: 100%;
	opacity:0.2;
}

.component-fullwidth > ul > li img {
	min-width: 100%;
	max-width: 100%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translate(-50%,-5%);
}
.component > ul > li div{
    z-index: 1001;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 40%);
    top: 26%;
    color: #000;
    width: 80%;
    max-width: 1000px;
}

.component nav {
    position: absolute;
    bottom: 100px;
    width: 87%;
    max-width: 1000px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1001;
    text-align: center;
}

.component nav > div{position:relative;}

.component > ul > li div a {
    background: #f19234;
    border: 3px solid transparent;
    color: #fff;
    box-sizing: border-box;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
    outline: none;
    padding: 0.8em 2em;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0;
}
.component nav a {
	position: absolute;
	top: 0%;
	width: 60px;
	height: 60px;
	color: #080854;
	outline: none;
	overflow: hidden;
	text-align: center;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	/*line-height: 200px;*/
	/*-webkit-transform: translateY(-50%);
	transform: translateY(-50%);*/
}

.component nav a.next {
	left: 0px;
}

.component nav a.prev {
	right: 0px;
}

/*.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-family: 'fontawesome';
	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%;
	}
}

#colorStripe{
	width: 100%;height:28px;
	position:absolute;
	bottom:-20px;
	left:0;
	right: 0;
	background: url(../assets/slider-decoration.png) 0 0 / auto 70% no-repeat;
	z-index: 1000;
}

@media screen and (max-width: 786px) {
	.component-fullwidth > ul > li img{
		min-height: 100%;
	    max-height: 100%;
	    min-width: initial;
	    max-width: initial;
	}
	.component > ul > li div {
		top: 0;
		transform: translate(-50%, 30%);
	}
}
