.sliderContainer
{
    display: block;
}

.sliderContainer .slide img
{
    max-width: 90%;
    max-height: 90%;
}

.rsMinW .rsArrowLeft
{
    /*bottom: 350px;*/
    bottom: 50%;
    left: 8px;
}

.rsMinW .rsArrowRight
{
    /*bottom: 350px;*/
    bottom: 50%;
    right: 8px;
}

.slider {
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 360px;
}


@media screen and (min-height: 720px)
{
    .slider { height: 480px; }
}

@media screen and (min-height: 1024px)
{
    .slider { height: 720px; }
}

.slider .rsNav {
    position: absolute;
    width: 100%;
    z-index: 0;
}

.rsMinW .rsBullet span {
    background: #c0c0c0;
}

.slider .title {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 34px;
}

.slider .sub-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 22px;
}

.slider .infoBlock {
    position: absolute;
    left: 50%;
    top: 240px;
    margin-left: -100px;
    width: 600px;
    text-align:left;
}

.rsMinW .rsBullets {
    padding-bottom: 4px;
}

.rsMinW .rsBullet {
    padding: 0px 18px 0px 0px;
}

.rsContent {
    z-index: 8;
    background-color: #fff;
}

.slider-image {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 150px;
}

.slide-title {
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 20px;
}

.slide-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-rendering: optimizelegibility;
    color: #ffffff;
    margin-bottom: 20px;
}

.arrow {
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url(../images/arrow_right.png) no-repeat;
}

.feature
{
    padding-top: 50px;
    padding-bottom: 50px;
}

.feature h1
{
    color: #2C84B7;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 14px;
    /* text-align: center; */
}

@media screen and (min-width: 720px)
{
    .feature h1
    {
        font-size: 32px;
        margin-top: 0px;
        margin-bottom: 24px;
    }
}

.feature p, .feature li
{
    color: #656565;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: left;
}
