/**
 * Copyright since 2007 PrestaShop SA and Contributors
 */
#fmmPorfolio ol { list-style: none; }

#fmmPorfolio ol li { display: block; clear: both; padding: 40px 0; border-bottom: 1px solid #eee; }

#fmmPorfolio ol li:after { content: "."; display: block; clear: both; height: 0px; visibility: hidden; }

#fmmPorfolio ol li .fmm_left_cube { float: left; width: 25%; }

#fmmPorfolio ol li .fmm_right_cube { float: right; width: 70%; }

#fmmPorfolio ol li .fmm_right_cube img { max-width: 100%; border: none; transition: opacity 0.3s ease; }
#fmmPorfolio ol li .fmm_right_cube img:hover { opacity: 0.8; }

#fmmPorfolio ol li .fmm_left_cube h5 { font-size: 24px; color: #000; clear: both; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }

#fmmPorfolio ol li .fmm_left_cube h6 { font-size: 13px; color: #777; clear: both; line-height: 25px; margin-bottom: 20px; }

/* Luxury Button */
#fmmPorfolio ol li .fmm_left_cube a { 
    padding: 12px 25px; 
    background: #000; 
    font-weight: 500; 
    text-transform: uppercase; 
    letter-spacing: 1.5px; 
    clear: both; 
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

#fmmPorfolio ol li .fmm_left_cube a:hover { background: #333; }

#fmmPorfolio ol li .fmm_left_cube p { display: block; margin-bottom: 20px; }

#fmmPorfolio .features { clear: both; padding: 5px 0 20px; }

#fmmPorfolio .features ul { list-style: disc; padding-left: 15px; }

#fmmPorfolio .features ul li { padding: 0px; border: 0px; list-style: disc; display: list-item; color: #555; }

/* Luxury Pagination */
#fmmPorfolio ul.pagination { 
    list-style-type: none; 
    padding: 30px 0; 
    margin: 0; 
    text-align: center; 
    border-top: 1px solid #eee; 
}

#fmmPorfolio ul.pagination li { display: inline-block; margin: 0 3px; }

#fmmPorfolio ul.pagination li a { 
    display: block; 
    padding: 8px 16px; 
    background-color: #f9f9f9; 
    color: #333; 
    border: none;
    border-radius: 0px; 
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
}

#fmmPorfolio ul.pagination li.active a { 
    font-weight: bold; 
    background-color: #000; 
    color: #fff; 
}

#fmmPorfolio ul.pagination li a:hover { 
    background-color: #e0e0e0; 
    color: #000; 
}