@charset "utf-8";

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

 file name  :reasons.css
 author     :PCBrain
 style info :Reasons to be selected
=================================================================== */
#pageTitle{
    background: url(../img/reasons/h1_bg.png) no-repeat center center;
}

#main {
    counter-reset: reasonlist;
}

#main article.reasonList{
    counter-increment: reasonlist;
    padding-left: 180px;
    position: relative;
    margin-bottom: 65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main article.reasonList:before{
    background: #4394d5;
    content: counter(reasonlist,decimal-leading-zero)"";
    color: #fff;
    width: 150px;
    height: 150px;
    display: block;
    font-size: 30px;
    font-weight: bold;
        display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

#main article.reasonList h3{
    font-size: 23px;
    border-bottom: 0;
    line-height: 1.4;
}

#main article.reasonList h3:before{
    display: none;
}

#main article.reasonList p {
    font-size: 15px;
}

#main article.reasonList p strong{
color:  #4394d5;
    font-size: 17px;
    line-height: 1.2 !important;
    display: block;
}

#main article.reasonList img {
    margin-top: 30px;
}

#main article.separatorLine{
    padding-bottom: 55px;
    border-bottom: #333 dotted 1px;
}

#main article.shortList{
    width: 481px;
    padding:0 0 165px 80px;
}

#main article.shortList:nth-child(odd){
    float: left;
}

#main article.shortList:nth-child(even){
    float: right;
}

#main article.shortList:before{
    width: 60px;
    height: 60px;
}

#main article.shortList img {
    position: absolute;
    bottom: 0;
}