/*
* ------------------------------------------------------------------
*
* 
*
* ------------------------------------------------------------------
*/

.id-services--item {
    margin: 15px auto;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: rgba(150,150,150,1) solid 1px;
    text-align: center;
}


@media screen and (min-width: 992px) {
    .id-services--item {
        text-align: left;
    }
}



.id-services-gallery {
    margin: 15px auto;
}


h2.id-services--title {
    margin: auto auto 1ex;
}


.id-services--thumbnail {
    text-align: center;
}

.id-services--icon {
    display: inline-block;
    padding: 15px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 3em;
    font-size: 3rem;
    background-color: rgba(0,0,0,0.15);
    /*background-color: #294F9C;*/
    border-radius: 50% 50%;
    /*
        -webkit-box-flex: 1;    
        -moz-box-flex: 1;  
        -ms-box-flex: 1;  
        -moz-flex:1 1 100%;
        -webkit-flex:1 1 100%;
        -ms-flex:1 1 100%;
        flex: 1 1 100%;
        flex: 0;
    
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;*/
}

.id-services--icon:focus,
.id-services--icon:hover {
    text-decoration: none;
    background-color:  rgba(0,0,0,0.25);
}

.id-services--icon i.fa[class*="fa-"] {
    background-color: rgba(0,0,0,0.15);
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    font-size: 1em;
    height: 2.5em;
    width: 2.5em;
    text-align: center;
    padding: 0.75em 0.5em;
    vertical-align: middle;
    margin: auto;
}

/*
* ---------------------------------------------------------------------------
* 
* IE9 Fix
* 
* ---------------------------------------------------------------------------
*/

.no-flexbox .id-services--item {
    float: left;
    display: block;
    width: 100%;
}

@media screen and (min-width: 1200px) {

    .no-flexbox .id-services--icon {
        display: block;
        padding: 15px;
    }
}


/*
* ---------------------------------------------------------------------------
* 
* col-tile-100
* 
* ---------------------------------------------------------------------------
*/

.id-service-offers-item {
    padding: 0;
}

.id-service-offers-item:nth-child(even) {
    background-color: rgba(255,255,255,1);
}

.id-service-offers-item:nth-child(odd) {
    background-color: rgba(255,255,255,0.5);
}

.col-tile-100,
.col-tile-50 {
    display: block;
    float: left;
}

.col-tile-100 {
    width: 100%;
    clear: left;
}

.col-tile-50 {
    width: 100%;
}


@media screen and (min-width: 992px) {

    .col-tile-50 {
        width: 50%;
    }

    .col-tile-50:nth-child(even) {
        clear: left;
    }
}

/*
* ---------------------------------------------------------------------------
* 
* Tile Image
* 
* ---------------------------------------------------------------------------
*/

.id-service-offers-image-wrapper {
    padding: 0;
}

.id-service-offers-content {
    min-height: 400px;
    padding: 40px;
}

.content-main .id-service-offers-content li {
    margin: 6px 0;
}




    .id-service-offers-content {
    min-height: 400px;
        padding: 15px;
    }



@media screen and (min-width: 992px) {
    .id-service-offers-content {
        padding: 40px;
    } 
}

.id-service-offers-image {
    padding-bottom: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


@media screen and (min-width: 768px) {

    .id-service-offers-item:nth-child(even) .id-service-offers-image-wrapper {
        float: right;
    }

    .id-service-offers-image {
        padding-bottom: 150%;   
    }

}


@media screen and (min-width: 992px) {

    .id-service-offers-image {
        padding-bottom: 100%;   
    }
}

