/* Hero Slider */
/* =========== */

#loading {
    margin: 180px auto 0;
    width: 73px;
    height: 100px;
    display: none;
}

.hero {
    width: 100%;
    height: 470px;
    margin-bottom: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: #fff;
}

#slideshow {
    width: 6400px;
    height: 470px;
    position: absolute;
    top: 0;
    left: 0;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    display: none;
}

#slides {
    width: 6400px;
    height: 470px;
    position: absolute;
    top: 0;
    left: 0;
}

.divider-tree {
    width: 251px;
    height: 470px;
    background: url('../images/hero/divider_tree.png') no-repeat center top;
    z-index: 3;
}

#divider-tree-1 {
    position: absolute;
    top: 0;
    left: -70px;
}

#divider-tree-2 {
    position: absolute;
    top: 0;
    left: 1475px;
}

#divider-clock {
    position: absolute;
    top: 0;
    left: 3075px;
    z-index: 3;
}

#divider-bookcase {
    position: absolute;
    top: 0;
    left: 4675px;
    z-index: 3;
}

#maid {
    position: absolute;
    bottom: -6px;
    left: 148px;
    z-index: 2;
}

.info-container {
    position: absolute;
    top: 114px;
    left: 50%;
    margin-left: -263px;
    display: block;
    z-index: 1;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.info-container img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */
    zoom: 1;
}

/* Slide 1 */
#slide-1 {
    width: 1600px;
    height: 470px;
    background: url('../images/hero/bg-1.jpg') no-repeat center top;
    float: left;
    position: relative;
}

#girl {
    position: absolute;
    bottom: 0;
    left: 148px;
    z-index: 3;
}

#info-1 {
    position: absolute;
    top: 114px;
    left: 50%;
    margin-left: -263px;
    z-index: 1;
    opacity: 1;
}

#people-1 {
    position: absolute;
    top: 179px;
    left: 867px;
}

/* Slide 2 */
#slide-2 {
    width: 1600px;
    height: 470px;
    background: url('../images/hero/bg-2.jpg') no-repeat center top;
    float: left;
    position: relative;
}

#info-2 {
    position: absolute;
    top: 114px;
    left: 50%;
    margin-left: -263px;
    z-index: 1;
    opacity: 1;
}

#people-2 {
    position: absolute;
    bottom: 0;
    left: 1066px;
}

/* Slide 3 */
#slide-3 {
    width: 1600px;
    height: 470px;
    background: url('../images/hero/bg-3.jpg') no-repeat center top;
    float: left;
    position: relative;
}

#people-3 {
    position: absolute;
    top: 45px;
    left: 463px;
    z-index: 1;
}

#info-3 {
    margin-left: -273px;
}

/* Slide 4 */
#slide-4 {
    width: 1600px;
    height: 470px;
    background: url('../images/hero/bg-4.jpg') no-repeat center top;
    float: left;
    position: relative;
}

#slideshow-free-estimate {
    position: relative;
    z-index: 2;
}

#slideshow-input {
    color: #fff;
    font-size: 24px;
    background: none;
    border: none;
    width: 256px;
    height: 30px;
    top: 236px;
    left: 380px;
    position: absolute;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
}

#slideshow-submit {
    background: url('../images/hero/blank.gif') no-repeat center top;
    border: 0;
    width: 87px;
    height: 58px;
    top: 223px;
    left: 678px;
    position: absolute;
    z-index: 2;
}

#info-4 {
    top: 24px;
    left: 286px;
    margin-left: 0;
}

#info-4-box{
    /*background: #fff;*/
    /*width: 401px;*/
    display: block;
    position: relative;
    left: 29px;
    height: 289px;
    z-index: 99;
    top: 5px;
    width: 495px;
    border-radius: 15px;
    opacity: 0.75;
    text-align: center;
}

#info-4-box h2{
    font-family: 'proxSemiBold';
    font-weight: bold;
    margin: 0;
    padding: 30px 0 0 0;
    font-size:2.02em;
    line-height: 1.45em;
}

#info-4-box p{
    font-size: 1.75em;
    margin:13px 0;
    color: #0095d5;
}

#info-4-box strong{
      font-family: 'proxSemiBold';
      font-weight: bold;
}

#people-4 {
    position: absolute;
    bottom: 0;
    left: 523px;
}

.progress-bar {
    background: #0095d5;
    height: 2px;
    width: 100%;
    bottom: 0;
    position: absolute;
    z-index: 101;
}

.disabled {
    opacity: 0.5;
}

.disabled:hover {
    cursor: not-allowed;
}

.slider-prev-button.disabled:hover {
    background-position: 0 0;    
}

.slider-next-button.disabled:hover {
    background-position: 100% 0;    
}

.slider-next-button, 
.slider-prev-button {
    
    background-image: url("../../mpraboutus/images/sprites/slider-arrows.png");
    top: 183px;
    width: 48px;
    height: 50px;
    z-index: 100;
    position: absolute;
}

.slider-prev-button {
    background-position: 0 0;
    left: 25px;
}

.slider-next-button {
    background-position: 100% 0;
    right: 25px;
}

.slider-prev-button:hover {
    background-position: 33% 0;
}

.slider-next-button:hover {
    background-position: 67% 0;
}

@media screen and (max-width: 1140px) {
    #info-4 {
        left: 50%;
        margin-left: -263px;
    }

    #slideshow-input {
        left: 638px;
    }

    #slideshow-submit {
        left: 929px;
    }
}

