﻿body {
    background-color: #fff;
    /*  font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif, SimSun;*/
    font-family: 'Open Sans',Helvetica Neue,Helvetica,Tahoma,Arial,FreeSans,sans-serif;
    font-size: 13px;
}

a, a:visited {
    color: #54b016;
    text-decoration: none;
}

    a:hover, a:active {
        text-decoration: none;
        cursor: pointer;
        color: #333;
    }



ul, ul li, ol, ol li, dt, dt dd {
    list-style: none;
}

mark {
    color: #fff;
    background-color: #54b016;
    border-radius: 4px;
    padding: 0px 3px;
    font-weight: bold;
}

.badge {
    background-color: #fa8072;
}

.NoPadding {
    padding: 0px;
}

.NoPaddingRight {
    padding-right: 0px;
}

.NoPaddingLeft {
    padding-left: 0px;
}


.NoMargin {
    margin: 0px;
}

.clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    line-height: 0 !important;
    min-height: 0 !important;
}

.clearfix20 {
    clear: both;
    display: block;
    height: 20px;
}

.red {
    color: #ff0000;
}

.blue {
    color: #0000ff;
}

.topbar {
    background-color: #E6EAED;
    color: #909090;
    padding: 0px 0px;
    height: 29px;
    line-height: 29px;
    font-size: 12px;
}

    .topbar ul {
        margin: 0px;
        padding: 0px 10px;
        width: 800px;
        float: right;
    }

        .topbar ul li {
            float: right;
            margin-right: 18px;
        }

            .topbar ul li a, .topbar ul li a:visited {
                color: #333;
                text-decoration: none;
            }

                .topbar ul li a:hover {
                    color: #54B016;
                    text-decoration: none;
                }

.logo {
    margin-top: 25px;
    margin-bottom: 15px;
}


    .logo img, .copyrightbox img, .paypalcredit img, .grtbox img, .PImgBox img, .pTabBox img {
        max-width: 100%;
    }



/*===================new add css begin===================*/


.mbtn {
    padding: 7.5px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.btn-group {
    width: 100%;
    margin-bottom: 15px;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    background-color: #e7e7e7;
    background-repeat: repeat-x;
}

.btn-default2 {
    background-color: #fff;
}

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #54b016;
    background-repeat: repeat-x;
    border-color: #419607;
}


    .btn-inverse:hover {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,.25);
        background-color: #59be14;
        background-repeat: repeat-x;
        border-color: #419607;
    }


#search .input-lg {
    height: 38px;
    line-height: 20px;
    padding: 0 10px;
    font-size: 13px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 9px 35px;
    text-shadow: 0 1px 0 #fff;
}

#cart {
    margin-bottom: 10px;
}

    #cart > .btn {
        font-size: 14px;
        line-height: 20px;
        color: #fff;
    }



/*===================new add css end===================*/


/* Main Nav Begin */
.radius4px {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.radius4pxtop {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#main-nav {
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    height: 42px;
    max-height: 42px;
    background-color: #166fb0;
    border-bottom: 2px solid #115485;
    margin: 0px 0 0px 0;
}

.homenavli {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
   
}

.homenavli2 {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    background: #54b016;
}




/* Main Nav End */

#maincontent, #bigProductBox {
    display: block;
    clear: both;
    margin-top: 6px;
}



.item-title-big {
    -webkit-font-smoothing: antialiased;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    padding-left: 12px;
}

.left-item-title {
    background: #166fb0; /* url(../Images/square-black.png) repeat 0 0;*/
    color: #fff;
}

    .left-item-title i {
        padding-right: 5px;
    }

.left-item-box, .left-item-box2 {
    padding: 0px;
    display: block;
}

    .left-item-box ul, .left-item-box2 ul {
        list-style: none;
        margin: 0px 0px 20px 0px;
        padding: 0px;
        border: 1px solid #e5e5e5;
        border-bottom-width: 2px;
        width: auto;
        -webkit-border-bottom-left-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        -moz-border-radius-bottomright: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

        .left-item-box ul li, .left-item-box2 ul li {
            padding: 0px;
            margin: 0px 0px;
            border-bottom: 1px solid #e5e5e5;
            width: auto;
        }

            .left-item-box2 ul li a, .left-item-box2 ul li a:visited {
                color: #333;
                font-size: 13px;
                font-weight: 600;
                line-height: 16px;
                display: block;
                padding: 9px 9px;
                text-decoration: none;
            }

            .left-item-box ul li a, .left-item-box ul li a:visited {
                color: #333;
                font-size: 13px;
                line-height: 16px;
                display: block;
                padding: 9px 9px;
                text-decoration: none;
            }

                .left-item-box ul li a:hover, .left-item-box2 ul li a:hover {
                    color: #fff;
                    cursor: pointer;
                    display: block;
                    text-decoration: none;
                }

                .left-item-box ul li a i, .left-item-box2 ul li a i {
                    margin-right: 5px;
                }

            .left-item-box ul li.last, .left-item-box2 ul li.last {
                border-bottom: none;
            }

            .left-item-box ul li:hover, .left-item-box2 ul li:hover {
                background: #54b016;
            }

.right-item-title {
    background: #fbfbfb url(../Images/square-gray.png) repeat 0 0;
    color: #000;
    margin: 0px 0px 20px 0px;
}

.paddingBot20 {
    padding-bottom: 20px;
}

.right-item-box {
    padding: 10px 0px 0px 0px;
    border: 1px solid #fff;
    text-align: center;
    vertical-align: central;
    min-height: 180px;
    border-radius:4px;
}

    .right-item-box:hover {
        border: 1px solid #e5e5e5;
    }

    .right-item-box a, .right-item-box a:visited {
        font-size: 14px;
        color: #333;
        cursor: pointer;
    }

        .right-item-box a:hover {
            color: #d70000;
            text-decoration:underline;
        }

        .right-item-box a img {
            width: 120px;
            height: 110px;
        }

        .right-item-box a b {
            height: 43px;
            background-color: #fff;
            border-top: 0px solid #e5e5e5;
            margin-top: 10px;
            padding: 2px 0px 2px 0px;
            display: block;
            font-weight: normal;
            font-style: normal;
        }

    .right-item-box em {
        display: block;
        height: 30px;
        background-color: #fff;
        font-style: normal;
        color: #d70000; /*#166fb0*/
        font-size: 16px;
        font-weight: bold;
    }

.footer-content {
    clear: both;
    width: 100%;
    background-color: #166fb0;
    padding: 30px 0px;
    margin: 0px 0px 0px;
    color: #fff;
}

.footer-item-title {
    background: #166fb0 url(../Images/square-black.png) repeat 0 0;
}

.footer-menu {
    width: 95%;
    list-style: none;
    padding: 5px 10px;
    margin: 0px;
}

    .footer-menu li {
        list-style: none;
        padding: 2px 0px;
        display: block;
    }

        .footer-menu li a, .footer-menu-follow li a, .copyrightbox a, .footer-menu li a:visited, .footer-menu-follow li a:visited, .copyrightbox a:visited {
            cursor: pointer;
            color: #fff;
            line-height: 16px;
            text-decoration: none;
        }

            .footer-menu li a:hover, .copyrightbox a:hover {
                cursor: pointer;
                color: #c3cbd6;
            }

            .footer-menu li a i {
                margin-right: 5px;
            }

.footer-menu-follow {
    width: 95%;
    list-style: none;
    padding: 10px 5px;
    margin: 0px;
}

    .footer-menu-follow li {
        float: left;
        list-style: none;
        padding: 4px 4px;
    }

        .footer-menu-follow li a:hover {
            display: block;
            cursor: pointer;
            color: #54b016;
        }

.backtotop {
    width: 34px;
    height: 22px;
    border: 0 none;
    bottom: 100px;
    cursor: pointer;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 40px;
    z-index: 2147483647;
}

.paypalcredit {
    margin-top: 20px auto;
}

    .paypalcredit img {
        width: 250px;
    }

.copyrightbox {
    padding: 10px;
    line-height: 18px;
    text-align: center;
}


#gts-c {
    bottom: 0;
    display: none;
    overflow: hidden;
    position: fixed;
    right: 0;
    z-index: 2147483644;
    cursor: pointer;
}

.pageNav {
    padding: 2px 15px;
    color: #888;
    border-bottom: 1px solid #E8E8E8;
    line-height: 30px;
    min-height: 30px;
    margin-bottom: 15px !important;
    overflow: hidden;
    background-color: transparent;
    border-radius: 0px;
    font-size: 12px;
    text-transform: uppercase;
}

.pmodeltitle {
    display: block;
    margin-bottom: 20px !important;
}

    .pmodeltitle h1 {
        margin: 10px 0px;
        font-size: 18px;
        font-weight: bold;
    }






.fix-modelbox {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 848px;
}

#ModelTipsBox {
    padding: 10px;
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f6f6f6;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    z-index: 9999;
    width: 848px;
}


    #ModelTipsBox ol {
        margin: 0px 0px 0px 5px;
        padding: 0px;
    }


        #ModelTipsBox ol li {
            line-height: 25px;
        }

            #ModelTipsBox ol li span {
                margin-right: 5px;
            }

            #ModelTipsBox ol li a {
                font-weight: bold;
            }

#pmodelList {
    display: block;
    margin-bottom: 20px !important;
}

.dlModelList,.dlmodel {
    display: block;
    margin: 0px 5px 5px 5px;
}

    .dlModelList dd,.dlmodel dd{
        float: left;
        display: block;
        width: 31%;
        margin: 8px;
        padding: 0px 20px;
        background: #ffffff url(../Images/bullet.png) no-repeat center left;
        border-radius: 4px;
        border: 1px solid #e5e5e5;
    }

        .dlModelList dd:hover,.dlmodel  dd:hover{
            background-image: none;
            border: 1px solid #54b016;
            background: #54b016 url(../Images/bullet2.png) no-repeat center left;
        }

        .dlModelList dd a, .dlModelList dd a:visited,.dlmodel dd a ,.dlmodel dd a:visited{
            color: #444;
            display: block;
            font-size: 15px;
            line-height: 35px;
        }

            .dlModelList dd a:hover,.dlmodel dd a:hover{
                color: #fff;
                cursor: pointer;
            }


/*#bigProductBox {
    display: block;
    clear: both;
    margin-top: 6px;
    width: 1170px;
}*/

.ProductBox {
    margin-bottom: 25px;
    display: block;
    clear: both;
}


.h1-title-big {
    -webkit-font-smoothing: antialiased;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 38px;
    font-size: 20px !important;
}

.h1-item-title {
    /*background: #f9f9f9 url(../Images/square-gray2.png) repeat 0 0;*/
    background-color: #f2f2f2;
    display: block;
    margin: 0px 0px 15px 0px;
    padding-left: 12px;
    color: #333;
}



.PImgBox {
    padding: 10px 5px;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    width: 100%;
    min-height: 424px;
    text-align: center;
}

    .PImgBox a, .PImgBox a:visited {
        display: block;
        font-size: 15px;
        margin: 10px 0px;
    }

        .PImgBox a:hover {
            font-weight: bold;
            color: #166FB0;
        }


    .PImgBox span {
        margin-top: 5px;
        display: inline-block;
        text-align: center;
        color: #8a6d3b;
        background-color: #fcf8e3;
        padding: 6px 12px;
        border-radius: 4px;
        border: 1px solid #faebcc;
        font-size: 14px;
    }

.PDetailsInfo {
    margin: 8px 0px;
    padding: 0px;
    display: block;
}

    .PDetailsInfo li {
        line-height: 25px;
        color: #555;
        width: 100%;
    }

        .PDetailsInfo li.backcolor {
            background-color: #f9f9f9;
        }

        .PDetailsInfo li b {
            width: 125px;
            color: #555;
            float: left;
        }

        .PDetailsInfo li i {
            margin-left: 10px;
            color: #54b016;
            cursor: pointer;
        }

            .PDetailsInfo li i:hover {
                color: #166FB0;
                cursor: pointer;
            }

        .PDetailsInfo li strong {
            font-style: normal;
            font-weight: bold;
            background-color: #54b016;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
            color: #fff;
            padding: 4px 10px;
        }

.PPrice {
    display: block;
    min-height: 30px;
    line-height: 30px;
    
    border-top: dotted 1px #c8c8c8;
    padding-top: 15px;
    clear: both;
}

    .PPrice b {
        font-family: 'Oswald', sans-serif;
        font-size: 18px;
        font-weight: bold;
        margin-right: 10px;
        color: #666;
    }

    .PPrice span {
        font-family: 'Oswald', sans-serif;
        font-size: 32px;
        font-weight: normal;
        margin-right: 5px;
        color: #cd010c;
    }

    .PPrice i {
        font-size: 12px;
        font-style: normal;
        color: #cd010c;
    }

.PCart {
    display: block;
    clear: both;
    min-height: 40px;
    line-height: 30px;
    border-bottom: dotted 1px #c8c8c8;
    padding: 10px 0px 15px 0px;
    vertical-align: central;
}

    .PCart select {
        background: #fff;
        line-height: 36px;
        font-size: 14px;
        color: #666;
        height: 36px;
        padding: 0 0 0 10px;
        position: relative;
        overflow: hidden;
        border: 1px solid #ddd;
        width: 65px !important;
        vertical-align: top;
    }

.addtocartbutton {
    background-color: #54b016;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: normal;
    border: none;
    border-radius: 4px;
    margin-left: 15px;
    padding: 3px 35px;
    line-height: 30px;
    vertical-align: top;
    text-transform: uppercase;
}

    .addtocartbutton:hover {
        background-color: #FF8A00;
        color: #fff;
        cursor: pointer;
    }

    .addtocartbutton i {
        margin-right: 10px;
    }

.comingsoon {
    font-size: 28px;
    color: #FF6D00;
}

.PSocialButtons {
    display: block;
    clear: both;
    padding: 10px 0px;
    border-bottom: dotted 1px #c8c8c8;
}

#ptablist {
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    border-bottom: solid 2px #166FB0;
    /*z-index: 9999;*/
}

    #ptablist li {
        margin-right: 6px;
        float: left;
        height: 36px;
    }

        #ptablist li.active > a {
            color: #fff;
            font-weight: bold;
            background-color: #166FB0;
            -webkit-border-top-left-radius: 4px;
            -webkit-border-top-right-radius: 4px;
            -moz-border-radius-topleft: 4px;
            -moz-border-radius-topright: 4px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        #ptablist li a {
            background-color: #f1f1f1;
            font-size: 13px;
            color: #444;
            font-weight: bold;
            padding: 8px 18px;
            -webkit-border-top-left-radius: 4px;
            -webkit-border-top-right-radius: 4px;
            -moz-border-radius-topleft: 4px;
            -moz-border-radius-topright: 4px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

            #ptablist li a:hover {
                background-color: #166FB0;
                color: #fff;
                cursor: pointer;
            }

.pTabBox {
    font-size: 14px;
    padding: 10px 0px;
    clear: both;
    display: block;
    line-height: 24px;
    color: #333;
}

    .pTabBox h3 {
        background-color: #EAECEE;
        display: block;
        clear: both;
        margin: 10px 0px;
        padding-left: 15px;
        font-size: 14px;
        font-weight: bold;
        line-height: 35px;
    }

        .pTabBox h3 i {
            color: #54b016;
            padding-right: 8px;
        }

    .pTabBox article {
        display: block;
        padding: 20px 0px 0px 0px;
        line-height: 25px;
    }

        .pTabBox article u, .pTabBox article strong, .pTabBox article i {
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
        }


.alertbox {
    margin: 10px 0px 5px 0px;
    padding: 10px;
}

.productpicsbox {
    margin: 5px 10px 10px 10px;
    clear: both;
}

    .productpicsbox img {
        clear: both;
        display: block;
        margin: 10px 0px;
    }

#compatibility ul {
    list-style: none;
    display: block;
    margin: 0px 0px 0px 5px;
    padding: 0px;
}

    #compatibility ul li {
        list-style: none;
        float: left;
        width: 25%;
        line-height: 30px;
        border-bottom: dotted 1px #DAE0E2;
    }

#warranty p {
    padding: 0px 5px;
}

.TipsBox {
    background-color: #fff;
    margin: 0px auto;
    color: #000;
    width: 600px;
}


.proNote {
    line-height: 22px;
}

    .proNote span {
        padding-left: 42px;
        display: block;
        clear: both;
    }

.AskQuestionL {
    margin: 0px 0px 0px 2px;
    background: url(../Images/email_16.png) no-repeat bottom left;
    padding-left: 19px;
    color: #333;
    text-decoration: underline;
}

    .AskQuestionL:hover {
        color: #166FB0;
        text-decoration: underline;
    }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: 22px;
    font-size: 13px;
}

    .table > tbody > tr > td > img {
        margin-top: 5px;
    }

.FAQListBox {
    padding: 10px 5px;
    border-bottom: 1px dotted #c8c8c8;
}

/*************left item box img********************/

.left_item_box {
    clear: both;
    text-align: center;
    margin: 0px 0px;
    display: block;
    padding: 12px 3px;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    border-bottom: dotted 1px #c8c8c8;
}

.letf_item_box_last {
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: solid 3px #e5e5e5;
}

.left_item_box a {
    text-decoration: none;
}



    .left_item_box a b {
        padding-top: 5px;
        color: #444;
        clear: both;
        display: block;
        font-weight: normal;
        line-height: 22px;
    }


    .left_item_box a img {
        border: 1px solid #fff;
    }


    .left_item_box a:hover img {
        border: 1px solid #e5e5e5;
    }

    .left_item_box a:hover b {
        clear: both;
        color: #54b016;
        text-decoration: underline;
        display: block;
    }

.span_capacity {
    clear: both;
    display: block;
    font-size: 12px;
    color: #777;
}
/*************left item box img********************/

.ol_list {
    margin: 0px;
    padding: 0px;
}

    .ol_list li {
        margin: 0px;
        padding: 0px;
        line-height: 28px;
    }

        .ol_list li span {
            margin-right: 5px;
        }


a.collapsed, a.collapsed:visited {
    color: #54b016;
    text-decoration: none;
}

    a.collapsed:hover {
        color: #166FB0;
        text-decoration: underline;
    }

.h3title {
    margin: 15px 0px;
}

    .h3title i {
        margin-right: 5px;
    }

.ol_list2 {
    margin: 0px 0px 0px 18px;
    padding: 0px;
}

    .ol_list2 li {
        margin: 0px;
        padding: 0px;
        line-height: 28px;
        list-style: decimal;
    }

.aboutUsBox {
    width: 99%;
    line-height: 24px;
    padding-left: 5px;
}

.btn-link2 {
    display: inline-block;
    margin: 10px 0px;
    text-align: left;
    color: #333;
    background-color: #fff;
    border: solid 1px #adadad;
    padding: 12px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

    .btn-link2:hover {
        text-decoration: none;
        background-color: #54b016;
        color: #fff;
        cursor: pointer;
    }


.gbigLine {
    height: 40px;
    line-height: 40px;
}

.gbigLineStep {
    font-weight: bold;
    height: 40px;
    color: #fff;
    font-size: 18px;
    background-color: #166fb0;
}

.gbigLineText {
    height: 40px;
    font-size: 16px;
    color: #333;
    background-color: #dbdbdb;
}






/* -------------------------------------- */


#ModelTipsBox2 ol {
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

    #ModelTipsBox2 ol ol {
        margin: 0 0 0 2em;
    }

/* -------------------------------------- */

.rounded-list a {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .rounded-list a:hover {
        background: #eee;
    }

        .rounded-list a:hover:before {
            -moz-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }

    .rounded-list a:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -1.3em;
        top: 50%;
        margin-top: -1.3em;
        background: #87ceeb;
        height: 2em;
        width: 2em;
        line-height: 2em;
        border: .3em solid #fff;
        text-align: center;
        font-weight: bold;
        -moz-border-radius: 2em;
        -webkit-border-radius: 2em;
        border-radius: 2em;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

/* -------------------------------------- */

.rectangle-list a {
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .rectangle-list a:hover {
        background: #eee;
    }

    .rectangle-list a:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -2.5em;
        top: 50%;
        margin-top: -1em;
        background: #fa8072;
        height: 2em;
        width: 2em;
        line-height: 2em;
        text-align: center;
        font-weight: bold;
    }

    .rectangle-list a:after {
        position: absolute;
        content: '';
        border: .5em solid transparent;
        left: -1em;
        top: 50%;
        margin-top: -.5em;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .rectangle-list a:hover:after {
        left: -.5em;
        border-left-color: #fa8072;
    }

/* -------------------------------------- */

.circle-list li {
    padding: 2.5em;
    border-bottom: 1px dashed #ccc;
}

.circle-list h2 {
    position: relative;
    margin: 0;
}

.circle-list p {
    margin: 0;
}

.circle-list h2:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    z-index: -1;
    left: -1.3em;
    top: -.8em;
    background: #f5f5f5;
    height: 1.5em;
    width: 1.5em;
    border: .1em solid rgba(0,0,0,.05);
    text-align: center;
    font: italic bold 1em/1.5em Georgia, Serif;
    color: #ccc;
    -moz-border-radius: 1.5em;
    -webkit-border-radius: 1.5em;
    border-radius: 1.5em;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.circle-list li:hover h2:before {
    background-color: #ffd797;
    border-color: rgba(0,0,0,.08);
    border-width: .2em;
    color: #444;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
