@charset "utf-8";
/* CSS Document */

#banner_top{
	transition:linear 150ms;
	overflow:hidden;
	position: relative;
}
#banner_top .content {
    position: absolute;
    z-index: 1;
    top: 0;
    color: #fff;
	width: 100%;
}
#banner_top .item .orange_parallax{
    left: calc(50% - 960px) !important;
}
#banner_top .item {
    overflow: hidden;
    position: relative;
}
#banner_top .item .bg {
	position: absolute;
	z-index: 0;
	max-width: none;
}
#banner_top:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 104px;
    bottom: -2px;
    background: url(../../uploads/divider_bottom.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#banner_top img{
	min-width:100%;
    position: absolute !important;
    bottom: 0;
    left: 0;
}
#banner_top span.nazwa {
    font-size: 72px;
    font-weight: 900;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
#banner_top span.nazwa1 {
    font-size: 28px;
    font-weight: 300;
    display: block;
    text-transform: lowercase;
    text-align: center;
}
#banner_top span.nazwa2 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    display: block;
    color: #f2bc18;
    line-height: 65px;
    font-family: Raleway;
}
#banner_top .right {
    float: right;
}
#banner_top .opis {
    display: block;
    padding: 2em;
    margin-top: 2em;
    font-size: 17px;
}
#banner_top .buttons{
	text-align: right;
	display: block;
}
#banner_top .buttons > a {
    display: inline-block;
}