/**
 * Styles / Home
 * KonkretneStrony
 */

/*------------------------------------*\
    Home
\*------------------------------------*/

.hero {
	width: 100%;
	height: 100%;
}

.slider-main {
	width: 100%;
	height: 100%;
}

#slider-main {
	width: 100%;
	height: 100%;
}

#slider-main .inner {
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#slider-main .inner::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgb(255,217,70);
	background: -moz-linear-gradient(top,  rgba(255,217,70,1) 0%, rgba(250,184,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,217,70,1) 0%,rgba(250,184,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,217,70,1) 0%,rgba(250,184,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd946', endColorstr='#fab800',GradientType=0 );
	opacity: .9;
}	

#slider-main .content {
	position: absolute;
	z-index: 9;
	top: 270px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 1270px;
	margin: auto;
	padding: 0 15px;
}

#slider-main .content > .text {
	padding: 60px 0 0 35px;
}

#slider-main .content h2 {
	margin: 0;
	padding: 0;
	font-size: 42px;
	font-weight: 400;
	line-height: 62px;
	color: #282528;
}

#slider-main .content h2 b {
	font-weight: 700;
}

#slider-main .content p {
	margin: 0 0 20px;
	padding: 0;
	font-size: 22px;
	color: #282528;
}

#slider-main .content ul {
	margin: 0;
	padding: 5px 0 60px;
	list-style: none;
}

#slider-main .content ul li {
	font-size: 16px;
	line-height: 36px;
}

#slider-main .content ul li::before {
	content: '';
	position: relative;
	top: -2px;
	display: inline-block;
	width: 7px;
	height: 12px;
	margin-right: 15px;
	vertical-align: middle;
	background-image: url(../images/icon-arrow-right.png);
}

#slider-main .content .image {
	position: absolute;
	bottom: 0;
	right: 0;
}