html,
body {
    height: 100%;
    width: 100%;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
}
a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #fdcc52;
}
a:hover,
a:focus {
    color: #fcbd20;
}
hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}
hr.light {
    border-color: white;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 200;
    letter-spacing: 1px;
}
p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
#page-top{
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url("../img/bg-pattern.png"), #247cdc;
    /* fallback for old browsers */
    background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #328944, #247cdc);
    /* Chrome 10-25, Safari 5.1-6 */
    background: url("../img/bg-pattern.png"), linear-gradient(to left, #328944, #247cdc);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
}
.header{
    background: url(../img/top_bg.png) no-repeat scroll top center;
    height: 250px;
}
.content{
    padding-top: 50px;
    padding-bottom: 40px;
}
#appicon-bg {
    background: url(../img/app_bg.png) no-repeat scroll top center;
    width: 160px;
    height: 160px;
    background-size: 100% auto;
    border: none;
    background-color: rgba(0,0,0,0);
    margin: auto;
    margin-top: -100px;
    text-align: center;
}
.appicon {
    border: none;
    width: 100px;
    height: 100px;
    margin-top: 34px;
}
.breadcrumb {
    top: 10px;
    padding-right: 0;
    background: 0 0;
    position: relative;
}
.breadcrumb>li {
    padding: 0 5px;
}
.btn-u-lg, a.btn-u-lg {
    font-size: 18px;
    padding: 8px 60px;
    background-color: #1588ea;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
}

