/***************
*
*  1. Arrows
*
****************/

.rsArrow {
    height: 100%;
    width: 54px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
}
.rsArrowLeft { left: 48px; top: 0; }
.rsArrowRight { left: 387px; top:0; }

.rsArrowIcn {
    width: 54px;
    height: 54px;
    top: 50%;
    left: 50%;
    margin-top:-27px;
    margin-left: -27px;

    position: absolute;
    cursor: pointer;
    background: url('rs-default.png');
    background-color: transparent;
    border-radius: 0;
}

.rsArrowLeft .rsArrowIcn { background-position: -29px -22px; }
.rsArrowRight .rsArrowIcn { background-position: -89px -22px; }

.rsArrowLeft .rsArrowIcn:hover {background-position: -29px -79px;}
.rsArrowRight .rsArrowIcn:hover {background-position: -89px -79px;}

.rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsBullets {
    position: absolute;
    z-index: 35;
    left: 0;
    top: 20px;
    width: 100%;
    height: auto;
    margin: 0 auto;

    background: transparent;

    text-align: right;
    line-height: 8px;
    overflow: hidden;
    padding-right: 20px;
}
.rsBullet {
    width: 24px;
    height: 8px;
    display: inline-block;
    *display:inline;
    *zoom:1;
}
.rsBullet span {
    display: block;
    width: 20px;
    height: 8px;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #dfe8ed;
}
.rsBullet.rsNavSelected span {
    background-color: #d92400;
    border: 1px solid #d92400;
}

#slider-with-blocks-1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 400px;
	width: 100%;
	z-index: 20;
}

.rsContent {
	color: #4c4c4c;
	font-size: 24px;
	line-height: 32px;
	float: left;
}
.bContainer {
	position: relative;
	width: 100%;
	height: 100%;
}
.rsABlock {
	position: relative;
	display: block;
	left: auto;
	top: auto;
}
.blockHeadline {
	font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
    color: #505050;
    text-transform: uppercase;
    font-family: "microgramma_d_otbold_extended";
    width: 230px;
}
.blockText{
    font-size: 12px;
    line-height: 16px;
    color: #9dabb2;
    width: 310px;
}

.txtWrapper{position: absolute; top: 180px; left: 131px;}

.slide0{background: transparent;}
.slide0 .bContainer {bottom: 0;}
.slide0 .imgBg{position: absolute; top: 0; left: 0; z-index: 0;}
.slide0 .imgPeople{position: absolute; bottom: 0; right: 0; z-index: 10;}
.slide0 .imgKlima{position: absolute; top: 127px; left: 131px; z-index: 10;}

.slide1{background: transparent;}
.slide1 .bContainer {bottom: 0;}
.slide1 .imgBg{position: absolute; top: 0; left: 0; z-index: 0;}
.slide1 .imgPeople{position: absolute; bottom: 0; right: 0; z-index: 10;}
.slide1 .imgKlima{position: absolute; top: 127px; left: 131px; z-index: 10;}

.slide2 {
    background: transparent;
}

.slide2 .bContainer {
    bottom: 0;
}

.slide2 .imgBg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.slide2 .imgPeople {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.slide2 .imgKlima {
    position: absolute;
    top: 127px;
    left: 131px;
    z-index: 10;
}

.slide3 {
    background: transparent;
}

.slide3 .bContainer {
    bottom: 0;
}

.slide3 .imgBg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.slide3 .imgPeople {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.slide3 .imgKlima {
    position: absolute;
    top: 127px;
    left: 131px;
    z-index: 10;
}
