body {
    background: #303030;
    color: #ffffff;
    font-family: "Ubuntu Mono", "Monaco", "Consolas", "Courier New", Courier, Georgia, "Times New Roman", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", "微软雅黑", STXihei, "华文细黑", sans-serif;
    font-weight: 300;
    overflow-x: hidden; /* prevent horizontal scrollbar from appearing */
}

a {
    color: #47C6F8;
}

a:hover {
    color: #0FF;
}

/* start h2 */
h2 {
    text-align: center;
    font-size: 40px;
    padding-bottom: 40px;
}

h2 span {
    color: #28a7e9;
    font-weight: bold;
}

/* end h2 */

#xr-logo {
    display: inline;
    height: 52px;
    padding-top: 9px;
    max-width: 100%;
}

/* Baidu Map*/
.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

/* start about team recruit fund contact */
#about, #team, #recruit,
#fund, #contact {
    padding-top: 60px;
    padding-bottom: 40px;
}

/* end about team recruit fund contact */

/* start preloader */
.preloader {
    font-family: arial, Georgia, "Times New Roman", serif;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-wave.sk-spinner {
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.sk-spinner-wave div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;

}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

/* end preloader */

/* start header */
header {
    min-height: 20px;
    padding-top: 18px;
    padding-bottom: 10px;
}

header .fa {
    color: #28a7e9;
}

header span {
    font-weight: bold;
    padding-right: 10px;
    padding-left: 4px;
}

header a {
    color: #999;
    font-weight: 600;
}

header .social-icon {
    text-align: right;
}

header .social-icon li a {
    border: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

/* end header */

/* start nagivation */
.navbar-default {
    background: #fff;
    border: none;
    box-shadow: none;
    margin: 0 !important;
}

.navbar-default .navbar-brand {
    font-weight: 500;
    font-size: 30px;
    height: 70px;
    line-height: 40px;
    padding: 5px 0px 0px 5px;
}

.navbar-default .navbar-nav li a {
    font-weight: bold;
    font-size: 16px;
    height: 70px;
    line-height: 40px;
}

.navbar-default .navbar-nav > li.current > a {
    color: #28A7E9;
}

.navbar-default .navbar-nav > li > a {
    color: #28A7E9;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #28A7E9;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #28A7E9;
}

.navbar-default .navbar-nav > li > a:visited {
    color: #28A7E9;
}

.navbar-default .navbar-nav > li > a:active {
    color: #28A7E9;
}

.navbar-default .navbar-nav > li > a:link {
    color: #28A7E9;
}

.templatemo-nav {
    border-radius: 0;
    width: 100%;
    z-index: 1000;
}

.sticky {
    position: fixed;
    left: 0;
    top: 0;
}

/* end navigation */

/* start home */
#home {
    background: url('../images/home-bg.jpg') no-repeat;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 100px;
    min-height: 650px;
}

#home h1 {
    font-weight: 300;
    font-size: 70px;
    padding-bottom: 10px;
}

#home h1 span {
    color: #28a7e9;
    font-weight: bold;
}

#home .btn {
    background: transparent;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    width: 180px;
    height: 60px;
    padding-top: 18px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#home .btn:hover {
    background: #28a7e9;
    border-color: transparent;
}

.element {
    height: 60px;
    font-size: 16px;
}

/* end home */

/* start about */
#about .media-heading-wrapper {
    padding-bottom: 32px;
}

#about .media-heading-wrapper .fa {
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 20px;
}

#about .media-heading-wrapper h3 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 52px;
}

/* end about */

/* start team */
#team .team-wrapper {
    background: #404040;
    padding-bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    opacity: 0.65;
}

#team .team-wrapper:hover {
    cursor: pointer;
    opacity: 1;
    bottom: 4px;
}

#team .team-wrapper .team-des {
    padding: 20px;
}

#team .team-wrapper .team-des span {
    color: #28a7e9;
    display: block;
    font-weight: bold;
    padding-bottom: 12px;
}

/* end team */

/* start recruit */
#recruit .col-md-4 {
    padding: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#recruit .col-md-4:hover {
    background: #505050;
}

#recruit .active {
    background: #505050;
    padding: 40px;
}

#recruit .fa {
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    font-size: 50px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

#recruit h4 {
    color: #28a7e9;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 14px;
}

/* end recruit */

/* start fund */
#fund {
    padding-bottom: 80px;
}

#fund .media .media-heading-wrapper {
    padding-bottom: 26px;
    color: #fff;
    font-size: 24px;
}

#fund .media .media-heading-wrapper span {
    color: #28a7e9;
}

#fund .media .media-body {
    font-family: "Ubuntu Mono", "Monaco", "Consolas", "Courier New", Courier, monospace;
}

/* end fund */

/* start contact */
#contact {
    background: #202020;
}

#contact address {
    border-bottom: 1px solid #505050;
    padding-top: 30px;
}

#contact address .address-title {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
}

#contact address span {
    display: block;
    padding-bottom: 30px;
}

#contact address .fa {
    border: 1px solid #fff;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* end contact */

/* start copyright */
#copyright {
    padding: 20px;
}

#copyright p {
    font-weight: 400;
}

/* end copyright */

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    #fund .fund-thumb .fund-overlay {
        padding: 0px 8px;
    }
}

/* start 980 media quires */
@media only screen and ( max-width: 980px ) {
    #team .team-wrapper {
        margin-top: 40px;
    }

    #fund .fund-thumb .fund-overlay {
        background: #28a7e9;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
        padding: 40px 10px 20px 20px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

}

/* end 360 media quires */

/* start 768 media quires */
@media only screen and ( max-width: 767px ) {
    #home {
        min-height: 300px;
        padding-top: 80px;
        padding-bottom: 60px;
    }

    #home h1 {
        font-size: 52px;
    }

    .templatemo-nav {
        position: fixed;
        top: 0;
    }

    header {
        margin-top: 70px;
    }

    header .social-icon {
        text-align: left;
    }

    .navbar-toggle {
        margin-top: 15px;
    }

    .navbar-collapse {
        max-height: 300px;
        overflow-y: auto;
    }

    .navbar-default .navbar-nav li a {
        height: 45px;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 35px;
    }
}

/* end 768 media quires */

/* start 360 media quires */
@media only screen and ( max-width: 360px ) {
    header .social-icon {
        text-align: left;
    }

    #home {
        min-height: 200px;
        padding-top: 60px;
        padding-bottom: 40px;
    }

    #home h1 {
        font-size: 32px;
    }
    #xr-logo {
        height: 60%;
    }
}
/* end 360 media quires */

/* some old android devices*/
@media only screen and ( max-width: 480px ) {
    #xr-logo {
	height: 75%;
    }
}

/*iphone 678 plus 414px, pixel 2 xl 411px*/
@media only screen and ( max-width: 440px ) {
    #xr-logo {
	height: 70%;
    }
    h2 {
	font-size: 32px;
    }
}
/*some new android devices*/
@media only screen and ( max-width: 408px ) {
    #xr-logo {
	height: 65%;
    }
}
/*iphone 678x 375px*/
@media only screen and ( max-width: 380px ) {
    #xr-logo {
	height: 60%;
    }
}
/*iphone5 320px*/
@media only screen and ( max-width: 348px ) {
    #xr-logo {
	height: 50%;
    }
}
@media only screen and ( max-width: 350px ) {
    h2 {
        font-size: 28px;
    }
}

