@charset "utf-8";

/* ===================================================================
CSS information

 file name  :supporting.css
 author     :PCBrain
 style info :Supporting
=================================================================== */

#pageTitle {
    background: url(../img/supporting/h1_bg.png) no-repeat center center;
}

#main .supportList {
    position: relative;
    overflow: hidden;
	list-style-type: none;
	padding: 0 !important;
}

#main .supportList li {
    background: #fff;
    border: #ddd solid 1px;
    box-shadow: 0px 0px 0px 3px #eee inset;
    -moz-box-shadow: 0px 0px 0px 3px #eee inset;
    -webkit-box-shadow: 0px 0px 0px 3px #eee inset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
    width: 390px;
	list-style-type: none !important;
}

#main .supportList li:nth-child(odd) {
    float: left;
}

#main .supportList li:nth-child(even) {
    float: right;
}

#main .supportList li h4 {
    background: #4394d5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    font-weight: normal;
    line-height: 1.2;
    padding: 5px;
}

#main .supportList li p {
    margin: 0;
}

#main .supportList li .btn {
    display: block;
}

#main .supportList li .btn a {
    background: none;
    padding: 0 0 0 20px;
    text-decoration: underline;
}

#main .supportList li .btn a:before {
    width: 14px;
    height: 14px;
    left: 0;
}

#main .supportList li .btn a:after {
    left: 3px;
}

#main .supportList li .btn a:hover {
    color: #f29720;
}

#main .substPhoto {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

#main .substPhoto li {
    float: left;
}

#main .substPhoto li:nth-child(1) {
    margin-right: 22px;
}

#main .substPhoto li:nth-child(1) img {
    width: 289px;
    height: auto;
}

#main .substPhoto li:nth-child(2) {
    margin-right: 13px;
}

#main .substPhoto li:nth-child(4) {
    position: absolute;
    top: 110px;
    right: 238px;
}



#main ol.productsList {
    margin-bottom: 20px;
    counter-reset: numList;
}

#main ol.productsList li {
    padding-left: 30px;
    position: relative;
    line-height: 1.4;
    margin-bottom: 10px;
}

#main ol.productsList li:last-child {
    margin-bottom: 0;
}

#main ol.productsList li:before {
    counter-increment: numList;
    content: counter(numList)".";
    color: #fff;
    content: counter(numList);
    background: #386ad7;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: block;

    float: left;
    margin-left: -30px;
    text-align: center;
    font-weight: normal;
}