.slideshow li:nth-child(1) span {
    background-image: url(../images/services/carecleaners-srv01.jpg);
}

.slideshow li:nth-child(2) span {
    background-image: url(../images/services/carecleaners-srv02.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    animation-delay: 6s;
}

.slideshow li:nth-child(3) span {
    background-image: url(../images/services/carecleaners-srv03.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    animation-delay: 12s;
}

.slideshow li:nth-child(4) span {
    background-image: url(../images/services/carecleaners-srv04.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    animation-delay: 18s;
}

.slideshow li:nth-child(5) span {
    background-image: url(../images/services/carecleaners-srv05.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    animation-delay: 18s;
}

.image-rounded{
    background-size: 100% 100%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
}

.dining-rounded{
    background-image: url(../images/services/dining-room.jpg);
}

.kitchen-rounded{
    background-image: url(../images/services/kitchen.jpg);
}

.living-rounded{
    background-image: url(../images/services/living-room.jpg);
}

.bathroom-rounded{
    background-image: url(../images/services/bathroom.jpg);
}

.bedroom-rounded{
    background-image: url(../images/services/bedroom.jpg);
}

.office-rounded{
    background-image: url(../images/services/office.jpg);
}

.utility-rounded{
    background-image: url(../images/services/utility.jpg);
}

.extra-rounded{
    background-image: url(../images/services/extra.jpg);
}

.item span{
    font-size: 18px;
    font-weight: 100;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
}

.service-call{
    width: 100%;
    height: 220px;
    background-color: #32434e;
    padding: 20px;
    text-align: center;
    color: #ffffFF;
    font-weight: 300;
    font-size: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media only screen and (max-width: 776px){
    .service-call{
        font-size: 13px;
    }
}

.start{
    white-space: nowrap;
    overflow: hidden;
    width: 30em;
    animation: type 4s steps(60, end);
}

.service-call p:nth-child(2){
    animation: type2 8s steps(60, end);
}

.service-call button{
    background-color: #ffffFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #0d3f7a;
    color: #0d3f7a;
    font-size: 18px;
    text-transform: uppercase;
}

.mission{
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 2px;
    font-style: italic;
}

@keyframes type{
    from { width: 0; }
}

@keyframes type2{
    0%{width: 0;}
    50%{width: 0;}
    100%{ width: 100; }
}