﻿
.iosSlider {
    width: 1200px;
    max-height: 565px !important;
    height: 565px;
}

.iosContainer.sticky {
    margin-top: 50px;
}

    .iosSlider .slider {
        width: 100%;
        height: 100%;
    }

        .iosSlider .slider .item {
            position: relative;
            top: 0;
            left: 0;
            width: 1200px;
            height: 565px;
            background: #fff;
            margin: 0 0 0 0;
        }

        .iosSlider .slider #item1 {
            background: url('../img/photos/55WestMonroe_home_slider_exterior1.png') no-repeat 50% 0;
            background-size: cover;
        }

        .iosSlider .slider #item2 {
            background: url('../img/photos/55WestMonroe_home_slider_interior1.png') no-repeat 50% 0;
            background-size: cover;
        }

        .iosSlider .slider #item3 {
            background: url('../img/photos/55WestMonroe_home_slider_lounge1.png') no-repeat 50% 0;
            background-size: cover;
        }

        .iosSlider .slider .item .text1 {
            position: absolute;
            top: 30px;
            right: 150px;
            background: #000;
        }

            .iosSlider .slider .item .text1 span {
                color: #fff;
                font: bold 50px/60px "Helvetica Neue",Helvetica,Arial,sans-serif;
                padding: 0 8px;
            }

        .iosSlider .slider .item .text2 {
            position: absolute;
            top: 90px;
            right: 0;
            background: #000;
            padding: 5px 7px 7px 7px;
        }

            .iosSlider .slider .item .text2 span {
                color: #fff;
                font: normal 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
            }

#slideControlWrap {
    width: 220px;
    height: 30px;
    position: absolute;
    bottom: 40px;
    left:0;
    right:0;
    margin: 0 auto;
    z-index: 4;
}

#sliderPauseWrap {
    position: absolute;
}

#sliderPause {
    float: left;
    position: relative;
    width: 40px;
    height: 30px;
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iosSliderButtons {
    position: absolute;
    width: 170px;
    height: 30px;
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: center;
    border-radius: 15px;
    right:0;
}

    .iosSliderButtons .button {
        float: left;
        width: 20px;
        height: 20px;
        background: #fff;
        margin: 0 5px;
        filter: alpha(opacity:25);
        border: 2px solid #8C54A1;
        border-radius: 50%;
    }

    .iosSliderButtons .selected {
        background: #8C54A1;
        opacity: 1;
        filter: alpha(opacity:100);
    }

.iosContainer {
    /* defaults for resposive height container */
    position: relative;
    width: 100% !important;
    height: 0;
    /* 39% being the ratio we are maintaining 
	 * calculated by looking at the image 
	 * ratio: 400/1024 = ~0.39 */
    padding: 0 0 47% 0;
}

.iosSlider {
    width: 100%;
    /* this height ends up being your maximum height, 
	 * if you want it to scale forever, set it to 
	 * a very high number */
    height: 1500px;
}

    .iosSlider .slider {
        width: 100%;
        height: 100%;
    }

        .iosSlider .slider .item {
            float: left;
            width: 100%;
        }

            .iosSlider .slider .item img {
                width: 100%;
                height: auto;
            }

/* controls */
.iosContainer .prevContainer {
    /*position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	padding: 0 0 19.5% 0;
	z-index: 10;*/
    width: 25px;
}

    .iosContainer .prevContainer .prev,
    .iosContainer .nextContainer .next {
        display: flex;
        align-items: center;
        font-size: 16px;
        justify-content: center;
    }

    .iosContainer .prevContainer .prev i,
    .iosContainer .nextContainer .next i,
    #sliderPause i{
        color: #8C54A1;
    }

/*.iosContainer .prevContainer .prev {
	position: absolute;
	bottom: -10%;
	left: 0;
	width: 100%;
	height: 20%;
	background: #aaa;
}*/

.iosContainer .nextContainer {
    /*position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	padding: 0 0 19.5% 0;
	z-index: 10;*/
    width: 25px;
}

/*.iosContainer .nextContainer .next {
	position: absolute;
	bottom: -10%;
	left: 0;
	width: 100%;
	height: 20%;
	background: #aaa;
}*/

.iosContainer .selectorsBlock {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 5%;
}

    .iosContainer .selectorsBlock .selectors {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto;
        width: 12%;
        height: 100%;
    }

        .iosContainer .selectorsBlock .selectors .item {
            position: relative;
            top: 0;
            left: 0;
            float: left;
            width: 16%;
            height: 100%;
            margin: 0 0 0 5%;
            background: #aaa;
        }

        .iosContainer .selectorsBlock .selectors .selected {
            background: #333;
        }

        .iosContainer .selectorsBlock .selectors .first {
            margin-left: 0;
        }


@media (max-width: 1025px) {
    .iosContainer.sticky {
        margin-top: 0px;
    }
}


@media (max-width: 767px) {
    .iosContainer {
        padding: 0 0 325px 0;
    }

    .iosSlider .slider #item1,
    .iosSlider .slider #item2,
    .iosSlider .slider #item3 {
        background-size: auto 70%;
    }
}

@media (max-width: 479px) {
    .iosSlider .slider #item1,
    .iosSlider .slider #item2,
    .iosSlider .slider #item3 {
        background-size: auto 60%;
    }

    .iosContainer .prevContainer .prev i,
    .iosContainer .nextContainer .next i {
        padding-top: 2px;
    }
}