/* 
    Document   : services
    Created on : 19/06/2013, 14:18:17
    Author     : 137847
    Description:
        Purpose of the stylesheet follows.
*/

.servicesFilter {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
}

.servicesFilter a { 
    margin: 0 1px 0 0;
    padding: 5px 8px;
    color:#666;
    text-decoration:none;
    text-transform: uppercase;
    background: #e1e1e1;
}

.servicesFilter a.current { 
    font-weight:bold;
}

.servicesContainer {
    width: 100%;
}

.servicesContainer div {
    width: 272px;
    text-align: center;
    margin: 10px;
    float: left;
}

.servicesContainer img {
    margin: 0 0 10px 0;
    width: 272px;
    -moz-box-shadow:  0px 0px 6px 0px #585858;
    -webkit-box-shadow:  0px 0px 6px 0px #585858;
    box-shadow:  0px 0px 6px 0px #585858;
    border: solid 5px #FFFFFF
}

.servicesContainer span {
    font-size: 18px;
    text-transform: uppercase;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.servicesImage {
    float: left;
    width: 280px;
    margin: 0 20px 20px 0;
}

.servicesImage img {
    width: 270px;
    -moz-box-shadow:  0px 0px 6px 0px #585858;
    -webkit-box-shadow:  0px 0px 6px 0px #585858;
    box-shadow:  0px 0px 6px 0px #585858;
    border: solid 5px #FFFFFF
}

.servicesContent {
    float: left;
    font-size: 18px;
}
