/* --------------- Reset Styles --------------- */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	color: #fff;
	overflow-x: hidden !important;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #cccccc;
	text-decoration: none;
}

a:hover, a:focus, .btn:focus {
    text-decoration: none;
	outline: none;
	color: #6c6b6b
}

input:focus, textarea:focus {
	outline: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	text-transform:capitalize;
	letter-spacing: 1px;
}

h1 {
    font-size: 72px;
    line-height: 82px;
}

h2 {
    font-size: 48px;
    line-height: 60px;
}

h3 {
    font-size: 32px;
    line-height: 45px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
	line-height: 25px;
}

img {
	max-width: 100%;
	height: auto;
}

ul, ol {
	padding-left: 0 !important;
}

li {
	list-style: none;
}

/* --------------- Common Classes --------------- */
.row{
	 margin-right: 0px;
	 margin-left: 0px;
}
.center {
	text-align: center;
}

.left {
	text-align: left;
}

.justify {
	text-align: justify;
}

.strong {
font-weight: 700;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.floatnone {
	float:none;
}

.fixed {
	position:fixed;
}

.absolute {
	position:absolute;
}

.relative {
	position:relative;
}

.container {
	position:relative;
	z-index: 10;
}

.section-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
}

.animated {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.section-title {
	margin-bottom: 70px;
}

.section-title h3, .section-title h4 {
	/*color: #F4F4F4;*/
	border-top: 1px solid;
	border-bottom: 1px solid;
	display: inline-block;
	margin-top: 0;
	padding: 8px 0;
	
}

.section-overlay {
	background: rgba(0, 0, 0, .5);
	z-index: 5;
	width: 100%;
}

.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}

.Team{
	text-align: left !important;
	font-size: 14px;
}

/* --------------- Pre Loader Styles --------------- */
#preloader {
	position:fixed;
	top: 0;
	left: 0;
	background-color:#FFF;
	width: 100%;
	height: 100%;
	z-index: 10050;
}

.loading-circle {
	position: relative;
	margin: 0 auto;
	/*left: 49%;*/
	top: 49%;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	border-top: 2px solid #7F8C8D;
	border-right: 2px solid rgba(0,0,0, 0);
	border-bottom: 2px solid #7F8C8D;
	border-left: 2px solid rgba(0,0,0, 0);
}

/* =============== HTML element styles =============== */
/* --------------- Button Styles --------------- */
.button-line {
	background: transparent;
	display: inline-block;
	font-weight: 400;
	border-radius: 4px;
	border: 1px solid;
	margin: 10px;
	overflow: visible;
}

.no-text .icon {
	margin: 0;
}

.btn .icon {
	margin-left: 13px;
}

.button-white {
	border-color: #fff;
	color: #fff;
}

.button-white:hover {
	border-color: #fff;
	color: #fff;
}

.site-name {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	padding: 14px 15px 8px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#back-to-top1{
	position:fixed;
	bottom:40px;
	right:30px;
	width: 40px;
	height: 40px;
	margin: 0;
	/*border:1px solid #f4645f;*/
	border-radius: 4px;
	/*background: #f4645f;*/
	/*background: linear-gradient(to bottom, #6b00ce, #114cf6 );*/
	background: rgba(216, 216, 216, 0.9);
	color:rgba(0, 0, 0, 0.3);
	text-align: center;
	z-index: 100;
}
#back-to-top1 > i {
	margin-top: 10px;
}
/* ================ Header Section ================ */

.header-section {
	position:relative;
}

/* --------------- Main Navigation Styles --------------- */
.sticky-bar-wrap {
	position:fixed;
	width: 100%;
	z-index: 1025;
}

.sticky-section {
	width: 100%;
	height: 80px;
	z-index: 1025;
	transition: all .3s ease-in;
	background: rgba(0,0,0, .15);
}

.nav-bg {
	background: rgba(0,0,0, .6);
}

.site-name {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	padding: 8px 15px;
	font-weight: 700;
	/*letter-spacing: 1px;*/
	text-transform: uppercase;
}

.site-name span {
	color: #fff;
	padding: 0 13px;
	font-weight: 400;
	height: 35px;
	width: 35px;
	display: inline-block;
	margin-right: 3px;
	font-size: 28px;
	line-height: 35px;
}

.nav-hold {
	left: 0;
	right: 0;
	top: 0;
	padding-top: 13px;
	padding-left: 0;
	padding-right: 0;
	z-index: 1025;
}

@media (min-width: 1200px) {
	.nav-hold{
		width: 1200px;
	}
}


ul.nav > li > a {
	color:#fff;
	font-size: 16px;
	font-weight: 400;
}

ul.nav > li > a:hover, ul.nav > li > a:focus {
	background: none !important;
}

li.current a,
ul.nav > li > a:hover {
color:#ccc !important;
}

.navbar-toggle .icon-bar {
	background: #ffffff;
}

.WhitePaper:focus{
	color: #fff;
}
.WhitePaper:hover{
	color: #ccc;
}

/* --------------- Home section --------------- */


.section-home {
	position:relative;
}

.home {
	min-height: 750px;
}

.well-come {
	position:relative;
	font-size: 50px;
	line-height: 62px;
	margin-top: 240px;
	margin-bottom: 48px;
	color:#fff;
	font-weight: 700;
	text-transform:uppercase;
}

.well-come:after {
position: absolute;
content: "";
width: 220px;
height: 1px;
background-color: #FFF;
bottom: -16px;
left: calc(50% - 110px);
}

.intro-message {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 48px;
	color: #fff;
	/*font-weight: 400;*/
}

.contact-message {
	font-size: 20px;
	line-height: 2;
	margin-bottom: 48px;
	color: #7F8C8D;
    letter-spacing: 1.2px;
    /*line-height: 10px;*/
	/*font-weight: 400;*/
}
/* ================ nav ================ */
@media (max-width: 768px)
{
	.n-nav{
		margin-top: 16px;
		background: #1c1a21;
		position: absolute;
		right: 10px;
		width: 200px;
	}
	.nav ul{
		margin: 0px;
	}
	.sticky-section{
		/*background: rgba(0,0,0,0.5);*/
		background: #1c1a21;
	}
}


/* ===== roadmap section =====*/
#section-roadmap {
    background: rgba(0,0,0,0.5);
}
.arrow-left{
	display: flex;
	align-items: center;
}
.arrow-left .arrow{
    /*display: none;*/
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 12px solid rgba(255, 255, 255, 0.7);
    border-bottom: 6px solid transparent;
}
.arrow-right{
    display: none;
    align-items: center;
}
.arrow-right .arrow{
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 12px solid rgba(255, 255, 255, 0.7);
    border-bottom: 6px solid transparent;
}
.arrow-line{
    width: 150px;
    height: 2px;
    background: rgba(255, 255, 255, 0.7);
}
.arrow-circle{
	/*margin:0 30px;*/
	width: 16px;
	height: 16px;
	background: #dc6f25;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.roadmap{
    font-weight: normal;
    font-size: 14px;
}


.roadmap-text{
    color: #FFF;
}
.roadmap-text p,
.roadmap-text ul{
    /*width: 450px;*/
    font-size: 14px;
}
.roadmap-text h1{
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    line-height: 40px;
}
.roadmap-text h2{
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
}
.roadmap-text h3{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
}
.roadmap-time{
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 30px;
}
.num-list li{
    list-style: decimal inside;
    margin-left: 20px;
}
.disc-list li{
    list-style: disc inside;
    margin-left: 20px;
}
.roadmap-level-2{
    margin-left: 20px;
}
.phase{
    position: relative;
}
.roadmap-text-pc{
    display: none;
}
.roadmap-text-mobile .phase1{
    margin-top: 50px;
}
@media (min-width: 996px) {

    .roadmap-text-pc{
        display: block;
    }
    .roadmap-text-mobile{
        display: none;
    }
    .roadmap-right{
        padding-left: 60px
    }
	.roadmap-left{
        border-right: 2px solid rgba(255,255,255, 0.5);
		padding-bottom: 30px;
        padding-right: 60px;
		position: relative;
    }
    .arrow0{
        display: flex;
        position: absolute;
        left: -69px;
        top: 15px;
    }
    .arrow1{
        display: flex;
        position: absolute;
        right: -69px;
        top: 15px;
        order: 1;
    }
	.arrow0 .arrow-circle{
		margin-right: 30px;
	}
    .arrow1 .arrow-line{
        width: 150px;
    }
	.arrow1 .arrow-circle{
		margin-left: 30px;
	}
    .phase1{
        margin-top: 150px;
    }
	.phase-last{
		width: 50px;
		height: 50px;
		background-image: url('../../images/site2/roadmap/logo.png');
		background-size: 50px 50px;
		background-position: center;
		background-repeat: no-repeat;
		/*background: #dc6f25;*/
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		border-radius: 25px;
		position: absolute;
		right: -25px;
		bottom: -50px;
	}
}


/* ================ Members Section ================ */
#section-members {
	position:relative;
	background-color: #1c1a21;
	color: #e5e5e5;
}


.container.members {
    padding-top: 70px;
    padding-bottom: 20px;
}

.service-desc {
    color: #CCCCCC;
    font-weight: 400;
    padding: 15px;
}

.service-desc h4 {
    margin-top: 0;
    text-align: center;
    color: #CCCCCC;
    font-weight: 400;
}

.service-desc p {
    letter-spacing: 1px;
    word-spacing: 0.4px;
    font-weight: 100;
    font-size: 16px;
    text-align: center;
    text-transform:capitalize;
}

.team-member{
    font-size: 20px;
    color: #7F8C8D;
    text-transform:capitalize;
}

.team-position{
    font-size: 16px;
}

.team-photo{
    max-width: 120px;
    margin-bottom: 15px;
}

.members .guy{
    min-height: 250px;
    text-align: center;
    margin-bottom: 50px;
}

.members .guy .detail{
    min-height: 180px;
}

.members .guy .detail-btn{
    /*background-color: #D3AB5A;*/
    background-color: #1c1a21;
    border: 1px solid #D3AB5A;;
    color: #D3AB5A;
    width: 100px;
    border-radius: 20px;
}

.members .guy .detail-btn:active:focus{
    outline: none;
}

.members-details .team-member{
	color:#fff;
}

.members-details p{
    color: #fff;
}

.all-members{
    background: #1c1a21;
    padding-bottom: 50px;
}

.all-members .item{
    margin-top: 30px;
}

.all-members .members{
    /*background-color: #fff;*/
    margin-top: 40px;
}

.all-members .members-details .detail{
    min-height: 350px;
}

.all-members .members-details .members-photo{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    /*background-color: #fff;*/
    margin: 0 auto;
    /*bottom: 60px;*/
    /*background-image:;*/
    /*border: 1px solid #D3AB5A;*/
    border:none;
	overflow: hidden;
    z-index: 9999;
}

.all-members .members-details .member-name, .all-members .members .team-name{
    margin-top: 20px;
    /*color: #D3AB5A;*/
    /*color: #000;*/
}

.all-members .members-details .member-position{
    font-size: 14px;
    /*color: #D3AB5A;*/
    /*color: #000;*/
}

.all-members .members-details p, .all-members .members p{
    font-weight: 200;
}

/* ================ Token Distribution Section ================ */

#section-distribution{
	position:relative;
	background-color: #fff;
	color: #e5e5e5;
}

.token-distribution{
    margin-top: 50px;
    margin-bottom: 70px;
}

.total-distribution{
    color: #fff;
    background: #dc6f25;
    border-radius: 4px;
    font-size: 24px;
    padding: 5px 15px;
    margin-bottom: 70px;
}

@media (max-width: 720px){
	.token-distribution{
		margin: 30px auto;
	}
	.total-distribution{
		font-size: 14px;
	}
}

/* ================ Pricing Section ================ */

#section-pricing {
	background: #fff;
	color:#666;
	margin-bottom: -30px;
}

.container.pricing {
	padding-top: 70px;
}

.single-pricing {
	position: relative;
	border-radius: 4px;
}

.bounceInLeft{
	padding: 0;
	margin-right: 9px;
}

.pricing-head {
	overflow: hidden;
	padding: 24px 0;
}


.best-pricing .pricing-head {
	background: #333;
}

.best-pricing .price h3 {
	color:#e5e5e5;
}

.pricing-heading {
	margin-top: 0;
	margin-bottom: 0;
}

.single-pricing .price h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
	line-height: 38px;
}

.single-pricing .price .dollar {
	font-size: 20px;
	vertical-align: super;
	font-weight: normal;
}

.single-pricing .price .month {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-weight: 300;
	color:#959292;
}

.single-pricing .package-features {
	margin-bottom: 15px;
}

.single-pricing .package-features li:first-child {
	border-top: 1px solid #EEE;
}

.single-pricing .package-features li {
	margin: 0px;
	padding-bottom: 9px;
	padding-top: 9px;
	border-bottom: 1px solid #EEE;
	color: #666;
}

.single-pricing .package-features li span {
	margin-right: 8px;
}
.single-title{
	position: relative;
	top: -3px;
	color: #fff;
	font-weight: 700;
}
.single-title > p{
	margin: 0;
}

.single-pricing .sign-up {
	padding-bottom: 15px;
	position: relative;
	top: -85px;
	display: block;
	color: #ccc;
}
.single-pricing > img {
	width: 226px;
	height: 356px;
}
.sign-up .zoom{
	box-shadow: 0px 5px 20px #D9D9D9;
	border: none;
	padding: 10px 15px;
	color: #000;
}


/*============= Media =======================*/
.section-Media{
	background: #fff;
}

.section-contact{
	background: #1c1a21;
}
/*============= 友情链接 =====================*/
.section-Partners{
	background: #1c1a21;
}
.Partners{
	padding-bottom: 50px !important;
	padding-top: 70px !important;
}



/*============ Footer Section ===============*/
#section-footer {
	padding-top: 80px;
	padding-bottom: 80px;
	background: rgba(0, 0, 0, .5);
	/*background: #0c131e;*/
	color:#e5e5e5;
}

.footer-title {
	display: inline-block;
	margin-bottom: 40px;
	text-transform: none;
}

.social-icons ul li {
	display: inline-block;
}

.social-icons ul li a{
	margin-left: 10px;
	font-size: 28px;
	color: #9D9D9D;
	font-weight: normal;
	text-shadow: none;

	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.copyright {
	padding-top: 15px;
	font-weight: 400;
}


@media (min-width: 970px){
	.OS {
		width: 960px;
	}
	.Partners{
		width: 970px;
	}
}


@media (min-width: 1230px){
	.OS {
		width: 1230px;
	}
	.Partners{
		width: 1230px;
	}
}

/*============ sign in ===============*/
.sign-in{
	color: #666;
}
.sign-in .modal-dialog{
    width: 400px;
}
@media (max-width: 720px){
    .sign-in .modal-dialog{
        width: 95%;
    }
}
.sign-in .header{
    margin-top: 50px;
    border-bottom: none;
}

.sign-in .title{
	color: #D3AB5A;
    font-size: 28px;
}

.sign-in .logo{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    /*bottom: 60px;*/
    background-image: url("data:image/png;base64,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");
    top: -43px;
    left: 20px;
    border: 1px solid #D3AB5A;
    z-index: 9999;
}

.sign-in .submit{
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #fff;
    background-color: #D3AB5A;
}

.sign-in input:focus{
    border-color: #D3AB5A;
}

.sign-in input{
    margin-bottom: 30px;
}