/*

Boxer Template

http://www.templatemo.com/tm-446-boxer

*/

/* start pricingtemo */
#pricingtemo
{
    background: #f8f8f8;    
    border: 1px solid #f8f8f8;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
#pricingtemo h2
{
    padding-bottom: 60px;
}
#pricingtemo .pricingtemo
{
    background: #fff;
}
#pricingtemo .active
{
    position: relative;
    bottom: 20px;
}
#pricingtemo .pricingtemo .pricingtemo-title
{
    background: #ff5959;
    color: #fff;
    font-weight: bold;
    padding: 30px;
}
#pricingtemo .pricingtemo .pricingtemo-title p
{
    font-size: 20px;
}
#pricingtemo .pricingtemo ul
{
    padding: 0;
    margin: 0;
}
#pricingtemo .pricingtemo ul li
{
    display: block;
    list-style: none;
    padding: 6px;
}
#pricingtemo .pricingtemo .btn
{
    background: #ff5959;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #fff;
    font-weight: bold;
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}
#pricingtemo .pricingtemo .btn:hover {
    background: #a22f30;
    color: #fff;
}
/* end pricingtemo */

/* start footer */

/* end footer */

@media screen and ( max-width: 991px ) {
    #pricingtemo .active {
        bottom: 0;
    }
    .pricingtemo {
        margin-bottom: 0px;
    }
}
@media screen and ( max-width: 767px ) {
    #pricingtemo {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
/* start media 360 */
@media screen and ( max-width: 360px ){
    .pricingtemo
    {
        padding-bottom: 0px;
    }
}
/* end media 360 */