/*

# SP counter - Simple counter module by lexusdesign.net

# -------------------------------------------------------------

# Author    lexusdesign.net http://www.lexusdesign.net

# Copyright (C) 2010 - 2013 lexusdesign.net . All Rights Reserved.

# @license - GNU/GPL V2 or Later

# Websites: http://www.lexusdesign.net

*/


.boxes.colored .columns {
    padding: 0;
}
.boxes.colored .box-container {
    padding: 0.71429em 0;
}
.boxes .boxes-desc {
    color: #777;
}
.boxes .box {
    margin-bottom: 16px;
    position: relative;
    min-height: 146px;
}
@media only screen and (min-width: 768px) {
    .boxes .box {
        min-height: 196px;
    }
}
.boxes .box > a:before,
.boxes .box .flipper a:before {
    background: #d0029a;
    bottom: 100%;
    content: "";
    display: block;
    height: 0%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all .2s ease-in;
}
.boxes .box:hover > a:before, .boxes .box:hover .flipper a:before {
    height: 100%;
}
.boxes .box img {
    width: 100%;
}
.boxes .box .box-txt {

    bottom: 10px;
    left: 15px;
    position: absolute;
    padding: 0.71429em;
    text-transform: uppercase;
    transition: all 0.1s ease-in;
}
.boxes .box .box-txt a {
    color: #FFF;
}
.boxes.small {
    text-align: center;
    padding-top: en-calc(15);
}
.boxes.small .block-title {
    padding-bottom: 0.6em;
}
.boxes.small .box-container {
    text-align: left;
}
.boxes.small .box-icon {
    border: none;
    float: left;
    padding: 3px 5px;
    text-align: center;
}
.boxes.small .box-body {
    clear: both;
    padding-top: 10px;
}
.boxes.small .box-title {
    padding: 7px 0 5px 55px;
}

.box:hover .box-txt {
    bottom: 0;
}

.large-12 .box {
    overflow: hidden;
}
.p-0-l-8 {
    margin-left: 0.57143em !important;
}
.p-0-r-8 {
    margin-right: 0.57143em !important;
}