@import url(normalize.css);

/* FRONTEND CSS
*********************************************/

html {
	overflow-y: scroll;
}

body {
    font-family: "Microsoft YaHei", Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #666;
}

.layout {
    width: 900px;
    margin: 0 auto;
}

a {
    color: #666;
    text-decoration: none;
}
.bold-capital {
    color: #3b5f8f;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
}

a.bold-capital {
    text-decoration: none;
}
h2.bold-capital {
    padding: 1em 0;
    margin:0;
}

header.logo {
    position: relative;
    margin-top: 35px;
    width: 100%;
    height: 45px;
}
.page-logo {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
	background: url('/images/template/logo.png') no-repeat;
    background-size: contain;
	width: 230px;
	height: 45px;
}

.page-slogan {
    position: absolute;
    top: 5px;
    right: 8px;
    background: url('/images/template/slogan.png') no-repeat;
    background-size: contain;
    width: 135px;
    height: 32px;
}

.menu-wrapper {
    margin: 28px 0;
    background-color: #3c6090;
}

.menu-item {
    float: left;
    border-bottom: 5px solid #fff;
    margin-left: 5px;
    height: 58px;
    width: 220px;
    text-align: center;
    transition: 0.3s;
}
.menu-item:hover {
    border-bottom: 5px solid #bc0433;
}
.menu-item.active {
    border-bottom-color: #bc0433;
}
.menu-item:first-child {
    margin-left: 0;
}


.menu-item__link {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 60px;
}

.about section {
    margin-left: 25px;
    font-size: 14px;
}

.about > p {
    margin: 5px 0;
    font-size: 18px;
}
.about .br {
    height: 15px;
}

.about .brief {
    margin-top: 52px;
    margin-bottom: 30px;
}
.about .brief header > span {
    display: inline-block;
    text-align: left;
}
.about .brief header > span:first-child {
    width: 26%;
}
.about .brief header > span:nth-child(2) {
    width: 23%;
}
.about .brief header > span:nth-child(3) {
    width: 23%;
}
.about .brief header > span:nth-child(4) {
    width: 23%;
}

.about .brief header {
    margin-bottom: 40px;
    font-size: 16px;
}

.about .brief .map {
    float: left;
    background: url('/images/template/map.png') no-repeat right top;
    background-size: 320px 164px;
    width: 470px;
    height: 162px;
}

.about .brief .distrib {
    float: left;
    margin-left: 78px;
    margin-top: 16px;
    width: 300px;
    height: 162px;
    color: #666;
}

.grey {
    background-color: #f2f2f2;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 1.5em;
}

.grey .layout {
    padding-left: 25px;
    padding-right: 25px;
    width: 850px;
}

.grey .col-wrapper {
    width: 33%;
    color: #666;
    font-size: 12px;
    line-height: 18px;
    float: left;
}
.grey .col {
    margin-left: 40px;
}
.grey .col-wrapper:nth-child(2) .col {
    margin-left: 10px;
}
.grey .col-wrapper:nth-child(4) .col {
    margin-left: 50px;
}

.about-market-share {
    width: 435px;
    margin: 30px auto 40px auto;
}

.about-market-share .diagram {
    width: 100%;
    height: 229px;
    background: url('/images/template/market-share.png') no-repeat;
    background-size: contain;
}

.about-market-share .diagram span {
    display: inline-block;
    color: #666;
    font-size: 12px;
    margin-left: 25px;
    margin-top: 0;
    line-height: 20px;
}
.about-market-share .diagram span:first-child {
    margin-top: 40px;
}

.tools {
    margin: 0 auto;
    text-align: center;
}

.tools > a {
    display: inline-block;
    margin-left: 70px;
}

.tools > a:first-child {
    margin-left: 0;
    margin-bottom: 45px;
}

.tools-features {
    margin-bottom: 45px;
}
.tools-features h2 {
    font-size: 26px;
    color: #3b5f8f;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 30px;
    padding: 0;
    margin: 0 0 10px;
}

.tools-features .col-wrapper {
    width: 33%;
    color: #666;
    font-size: 14px;
    line-height: 15px;
    float: left;
}
.tools-features .col {
    padding-left: 20px;
    border-left: 1px solid #3b5f8f;
}
.tools-features .col-wrapper:nth-child(2) .col {
    margin-left: 10px;
}
.tools-features .col-wrapper:nth-child(4) .col {
    margin-left: 50px;
}

.one-half-col-wrapper {
    width: 50%;
    float: left;
}
.one-half-col-wrapper .barcode {
    background: url('/images/template/barcode.jpg') no-repeat center bottom;
    width: 330px;
    height: 340px;
    float: right;
    text-align: left;
    margin-right: 10px;
    margin-top: 20px;
}
.one-half-col-wrapper .barcode h2 {
    font-weight: 600;
    font-size: 46px;
    text-transform: capitalize;
    padding: 0;
}
.one-half-col-wrapper h3 {
    font-size: 22px;
    padding-top: 5px;
    font-weight: 600;
    line-height: 25px;
}
.one-half-col-wrapper .br {
    height: 30px;
}

.one-half-col-wrapper li {
    padding-left: 1em;
    text-indent: -.7em;
    padding-top: 3px;
    padding-bottom: 3px;
}

.gallery .item {
    margin-top: 30px;
    margin-left: 40px;
    float: left;
}
.gallery .item .thumb {
    display: block;
    height: 325px;
    width: 230px;
    overflow: hidden;
}

.gallery .item img {
    width: 100%;
    height: auto;
}

.gallery .item:nth-child(3n+1) {
    clear: both;
}

.gallery .item:nth-child(-n+3) {
    margin-top: 10px;
}

.gallery .item .controls {
    text-align: right;
    margin-top: 10px;
    font-size: 22px;
}
.gallery .item .controls i {
    cursor: pointer;
    font-size: 24px;
}
ul {
    list-style: none;
    padding:0;
    margin:0;
}

li {
    padding-left: 1em;
    text-indent: -.7em;
    padding-top: 5px;
    padding-bottom: 5px;
}

li:before {
    content: "• ";
    color: #3b5f8f;
}
/*font-color*/
.material-icons {
    color: #888;
    font-size: 16px;
    vertical-align: middle;
}

.brief .material-icons {
    font-size: 24px;
}
.clearfix {
    clear: both;
}
/* for higher resolutions (android and retina) */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	.page-logo { background-image: url('/images/template/logo@2x.png');  }
    .page-slogan { background-image: url('/images/template/slogan@2x.png'); }
    .about .brief .map { background-image: url('/images/template/map@2x.png'); }
    .about-market-share .diagram {background-image: url('/images/template/market-share@2x.png'); }
}