﻿.page-cols{
    padding-right: 280px;
    position: relative;
    min-height: 800px;
}
.page-col-right{
    width: 280px;
    position: absolute;
    right: 0;
    top:0;
}
.page-col-left{
    padding-right: 25px;
}
.page-col-right > .box{
    margin-bottom: 15px;
}
.page-col-left > .box{
    margin-bottom: 25px;
}
/*********************/
.section-top{
    height: 300px;
    background: url("images/home-bg1.png") center center no-repeat;
    position: relative;
    color: #fff;
    border: 0;
}
.section-top h1{
    padding: 35px 0 20px 25px;
    font-size: 25pt;
}
.section-top p{
    font-size: 12pt;
    margin-bottom: 35px;
    padding-left:25px;
    max-width: 600px;
    line-height: 1.5em;
}
.section-top .line-labels{
    margin-bottom: 15px;
    padding-left:25px;
}
.section-top .line-labels strong{
    display: inline-block;
    vertical-align: bottom;
    line-height: 30px;
    font-size: 10pt;
}
.section-top .line-labels label{
    line-height: 30px;
    display: inline-block;
    vertical-align: bottom;
    background: rgba(0,0,0,0.5);
    padding: 0 10px;
    border-radius: 3px;
    font-size: 10pt;
}
.section-top > a{
    display: block;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 3px;
    background: url("images/home-right-w-48.png") right center no-repeat;
    background-size: 28px auto;
    background-color: rgba(0,0,0,0.2);
    padding-right: 26px;
    position: absolute;
    right: 25px;
    bottom: 15px;
    color: #fff;
}
.section-top > a:hover{
    color: #00cc99;
    text-decoration: underline;
}
/******************************/
.section-link{
    position: relative;
    padding: 10px 25px;
    padding-right: 80px;
}
.section-link > a.link{
    display: inline-block;
    line-height: 40px;
    font-size: 14pt;
}
.section-link > a:hover{
    text-decoration: underline;
    color: #333;
}
.section-link > a.label{
    position: absolute;
    color: #666;
    display: block;
    line-height: 40px;
    right: 15px;
    top:10px;
    background: url("images/arr-right2-48.png") right center no-repeat;
    background-size: 20px auto;
    padding-right: 30px;
}

/*********************/
.section-post{
    position: relative;
    padding: 15px 25px;
}
.section-post > .img-w1{
    display: block;
    width: 250px;
    height: 175px;
    position: absolute;
    right: 25px;
    bottom: 15px;
    background-color: #fff;
    border-radius: 3px;
}
.section-post > .img-w1 img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.section-post h2{
    padding-top: 5px;
    margin-bottom: 20px;
}
.section-post h2 a{
    font-size: 18pt;
    color: #333;
}
.section-post h2 a:hover{
    text-decoration: underline;
}
.section-post p{
    margin-bottom: 15px;
    padding-right: 300px;
    font-size: 11.5pt;
    line-height: 1.5em;
}
.section-post p.small{
    font-size: 9.5pt;
    color: #888;
}
.section-post .line-go a{
    display: inline-block;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 3px;
    color: #fff;
    background: url("images/home-right-w-48.png") right center no-repeat;
    background-size: 24px auto;
    background-color: #00cc99;
    padding-right: 22px;
}
.section-post .line-go a:hover{
    background-color: #00dd99;
    text-decoration: underline;
}
/********************************/
.section-features h2{
    text-align: center;
    font-size: 18pt;
    padding-top: 25px;
}
.section-features h2 > small{
    display: block;
    font-size: 14pt;
    color: #888;
    font-weight: normal;
    margin: 0 auto;
    border-top: 2px solid #ddd;
    line-height: 40px;
    margin-top: 10px;
    width: 200px;
}
.list-features{
    overflow: hidden;
    padding-top: 25px;
}
.list-features > a{
    margin-left: 23px;
    float: left;
    margin-bottom: 20px;
    width: 195px;
    border-radius: 3px;
    height:125px;
    overflow: hidden;
    display: block;
    box-shadow: 0 0 5px #ddd;
    position: relative;
    background: #084d76;
}
.list-features > a:hover{
    background: #10689c;
}
.list-features img{
    position: absolute;
    display: block;
    width: 48px;
    left: 50%;
    margin-left: -24px;
    top: 30px;
}
.list-features > a > span{
    display: block;
    position: absolute;
    line-height: 32px;
    text-align: center;
    color: #fff;
    bottom: 15px;
    width: 100%;
    left:0;
}


/*******************************/

.box-user{
    padding: 15px;
    padding-top: 25px;
    text-align: center;
    margin-bottom: 15px;
}
.box-user .user-avatar-w1{
    width: 80px;
    height:80px;
    border-radius: 5px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #f0f0f0;
}
.box-user .user-avatar-w1 img{
    width: 100%;
    height:100%;
    border-radius: 5px;
    display: block;
}
.box-user h4{
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 15px;
}
.box-user > a.btn.disabled{
    background-color: transparent;
    border-color: transparent;
}
.box-link{
    display: block;
    padding: 10px 15px;
    line-height: 2em;
    color: #333;
    background-image: url("images/arr-right2-48.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 18px;
}
.box-link > span.link{
    color: #00cc99;
}
.box-free-try{
    padding: 25px 15px;
    text-align: center;
    margin-bottom: 15px;
}

/******************************/

.box-qr{
    padding-top: 25px;
}
.box-qr .qr-w1{
    width: 180px;
    height: 180px;
    border-radius: 4px;
    border: 0px solid #f0f0f0;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 15px;
}
.box-qr .qr-w1 > img{
    display: block;
    width: 100%;
    height:100%;
    border-radius: 4px;
}
.box-qr > div{
    text-align: center;
    margin-bottom: 12px;
}
.box-qr > p{
    font-size: 9pt;
    color: #999;
    text-align: center;
    line-height: 1.5em;
    padding: 0 12px;
    padding-bottom: 20px;
}

/***********************/
ul.list-posts > li{
    margin-bottom: 15px;
}
.box-post > p{
    padding: 25px 0 0 15px;
}
.box-post > p strong{
    display: inline-block;
    margin-right: 5px;
}
.box-post > h2{
    text-align: center;
    font-size: 24pt;
    padding: 25px 0;
}
.box-post > div{
    padding: 15px;
    line-height: 1.5em;
    border-top:1px dashed #e0e0e0;
}
.page-col-right h2 {
    padding: 10px 12px;
    border-bottom: 1px dashed #ddd;
    line-height: 30px;
    font-size: 14pt;
    padding-top: 15px;
}
/***********************************/
ul.list-tops > li{
    border-bottom: 1px dashed #ddd;
    padding: 10px 12px;
}
ul.list-tops > li:last-child{
    border-bottom: 0;
}
ul.list-tops li > a{
    display: inline-block;
    line-height: 1.2em;
    font-size: 12pt;
}
ul.list-tops p{
    padding-top: 5px;
}
ul.list-tops label{
    font-size: 9pt;
    color: #999;
    display: inline-block;
    line-height: 1.5em;
    vertical-align: bottom;
    padding-right: 5px;
}
/***************************/
ul.list-articles > li{
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
    padding: 15px 25px;
}
ul.list-articles > li:last-child{

}
ul.list-articles a.article-left{
    display: block;
    float: left;
    width: 180px;
    height: 120px;
}
ul.list-articles a.article-left img{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 4px;
}
ul.list-articles .article-right{
    margin-left: 200px;
}
ul.list-articles h3{
    margin-bottom: 5px;
}
ul.list-articles h3 a{
    display: inline-block;
    line-height: 1.5em;
    font-size: 16pt;
}
ul.list-articles h3 a:hover{
    text-decoration: underline;
    color: #333;
}
ul.list-articles p{
    font-size: 10pt;
    color: #999;
    margin-bottom: 10px;
    min-height: 50px;
}
ul.list-articles div > label{
    font-size: 9pt;
    color: #999;
    display: inline-block;
    line-height: 1.5em;
    vertical-align: bottom;
    padding-right: 5px;
}
ul.list-articles > li.empty{
    text-align: center;
    color: #999;
    padding: 100px 0;
}
ul.list-articles > li.line-more{
    padding: 15px 0;
    text-align: center;
    border-bottom: 0;
}
ul.list-articles > li.line-more a{
    font-size: 14pt;
    display: inline-block;
    line-height: 40px;
    padding: 0 10px;
    background: url("images/arr-right2-48.png") right center no-repeat;
    background-size: 24px auto;
    padding-right: 30px;
    color: #333;
}
ul.list-articles > li.line-more a:hover{
    text-decoration: underline;
}