/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22 janv. 2014, 16:03:35
    Author     : adminphil
*/

.row {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
}

.services {
    
    margin-bottom: 20px;
    width: 100%;
}

.services li{
    list-style: none;
    padding: 0.6em;
}

.services li span:hover {
    cursor: pointer;
    text-decoration: underline;
}

.services div:first-child {
    float: left;
    width: 289px;
    height: 291px;
}

.services div > ul {
    height: 40px;
}

.services div:last-child {
    float: left;
    width: 505px;
    height: 291px;
}

.services div:last-child > img {
    position: absolute;
    
}

@media (min-width: 768px) {
 
    .services div:first-child {
        width: 200px;
        height: 291px;
    }
    
}

@media (min-width: 992px) {
 
    .services div:first-child {
        width: 200px;
        height: 291px;
    }
    
}


@media (min-width: 1200px) {
 
    .services div:first-child {
        width: 289px;
        height: 291px;
    }
}