html,
body {
   margin:0;
   padding:0;
   height:100%;
}

.navbar {
  background-color: #16708B;
}
.navbar .navbar-brand {
  color: #ecf0f1;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #d9d9d9;
}
.navbar .navbar-nav .nav-link {
  color: #ecf0f1;
  border-radius: .25rem;
  margin: 0 0.25em;
}
.navbar .navbar-nav .nav-link:not(.disabled):hover,
.navbar .navbar-nav .nav-link:not(.disabled):focus {
  color: #d9d9d9;
}
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link:hover,
.navbar .navbar-nav .nav-item.active .nav-link:focus,
.navbar .navbar-nav .nav-item.show .nav-link,
.navbar .navbar-nav .nav-item.show .nav-link:hover,
.navbar .navbar-nav .nav-item.show .nav-link:focus {
  color: #000000;
  background-color: #d9d9d9;
}
.navbar .navbar-toggle {
  border-color: #d9d9d9;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: #d9d9d9;
}
.navbar .navbar-toggle .navbar-toggler-icon {
  color: #ecf0f1;
}
.navbar .navbar-collapse,
.navbar .navbar-form {
  border-color: #ecf0f1;
}
.navbar .navbar-link {
  color: #ecf0f1;
}
.navbar .navbar-link:hover {
  color: #000000;
}

/* Module */
.website_block {
    background: #f5f5f5;
    overflow: hidden;
    position: relative;
    float: left;
    width: 250px;
    border: 2px solid #08546b;
    margin: 0 3px 6px 6px;
    padding: 2px 1px;
    text-align: center;
    color: #666;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.website_block .website_title {
	background: #08546b;
	color: #fff;
	padding: 2px;
	display: block;
	margin: -2px -1px 3px;
}
.website_block .website_bottom {
	background: #08546b;
	color: #fff;
	padding: 1px 3px;
	display: block;
	font-size: 12px;
	text-align: right;
	margin: 3px -2px -3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.website_block img {
	max-width: 120px;
    height: 90px;
	margin-bottom:10px
}
.website_block .coins {
	margin: 10px auto; 
	display: block; 
	width: 126px; 
	padding: 2px 3px; 
	background: #fff; 
	color: #444;
	font-size: 13px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.website_block .coins span {
    color: #4c7d00;
}
.website_block .website_report {
	display: block;
	background: #fff;
	padding: 2px;
	text-align: right;
	font-size: 12px;
	margin: 5px -1px -2px;
}
.website_block .website_report a {
	color: #333;
}
.visit_button {
    background: #7fbf4d;
    background: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
    background: -moz-linear-gradient(top, #7fbf4d, #63a62f);
    background: -ms-linear-gradient(top, #7fbf4d, #63a62f);
    background: -o-linear-gradient(top, #7fbf4d, #63a62f);
    background: linear-gradient(top, #7fbf4d, #63a62f);
    width: 92px;
    padding: 5px 5px 5px 1px;
    text-align: center;
    text-shadow: 0 -1px 0 #4c9021;
    margin-top: 5px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
	color: #fff;
    border: 1px solid #63a62f;
    box-shadow: inset 0 1px 0 0 #96ca6d;
    -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.visit_button:hover {
    background: #76b347;
	color: #fff;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer
}
.skip_button {
	background: #7fbf4d;
    background: -webkit-linear-gradient(top, #4d9bbf, #2f72a6);
    background: -moz-linear-gradient(top, #4d9bbf, #2f72a6);
    background: -ms-linear-gradient(top, #4d9bbf, #2f72a6);
    background: -o-linear-gradient(top, #4d9bbf, #2f72a6);
    background: linear-gradient(top, #4d9bbf, #2f72a6);
    width: 92px;
    padding: 5px 1px 5px 7px;
    text-align: center;
    text-shadow: 0 -1px 0 #216590;
    margin-top: 5px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
	color: #fff;
    border: 1px solid #2f72a6;
    box-shadow: inset 0 1px 0 0 #6da4ca;
    -webkit-box-shadow: inset 0 1px 0 0 #6da4ca;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.skip_button:hover {
    background: #4781b3;
	color: #fff;
    box-shadow: inset 0 1px 0 0 #678ebf;
    -webkit-box-shadow: inset 0 1px 0 0 #678ebf;
    cursor: pointer
}
.x-small-circle-or {
	background: #fff;
	color: #333;
	display:inline-block;
	font-size:14px;
	font-weight:600;
	height:38px;
	width:38px;
	text-align:center;
	line-height:30px;
	margin: 0 -12px 1px -10px;
	vertical-align:middle;
	position:relative;
	border-top: 2px solid #7fbf4d;
	border-left: 2px solid #7fbf4d;
	border-bottom: 2px solid #4394b9;
	border-right: 2px solid #4394b9;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}

/* Mining */
.price_block {
    display: block;
	background: #fff;
	padding: 10px;
	margin: 10px 0;
	font-size: 14px;
	color: #000;
	vertical-align: middle;
	border: 1px solid #08546b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.price_block .text {
	display: inline-block;
	margin-top: 4px;
}

.pay_block {
	display:inline-block;
	margin:0;
	float:right
}

/* Module */
#tbl .tbl {
    background: url(images/header.png) repeat-x #0d55a3;
    border-color: #000;
    float: left;
    height: 75px;
    margin: 8px 8px 0 0;
    overflow: hidden;
    padding-top: 10px;
    position: relative;
    text-align: center;
    width: 127px;
    border-image: initial;
    color: #000
}
.title a {
    color: #fff !important;
    font-size: 70%
}
#tbl .tbl-content {
    background: url(images/header.png) repeat-x #0d55a3;
    border-color: #000
}
#tbl .tbl-content_vip {
    background: url(images/header.png) repeat-x #c0493c;
    border-color: #000;
    box-shadow: 0 0 2px #999
}
#tbl a.close {
    color: #999;
    font: bold 14px/14px Verdana, sans-serif;
    position: absolute;
    right: 5px;
    text-decoration: none;
    top: 5px;
    width: 10px
}
#tbl .points {
    margin-top: 5px
}
#tbl .tbl {
    text-align: center
}
.follow {
    background: #0d55a3;
    height: 150px;
    overflow: hidden;
    position: relative;
    float: left;
    width: 88px;
    border: 1px solid #fff;
    margin: 1px 0 2px 6px;
    padding-top: 20px;
    text-align: center;
    border-image: initial;
    color: #efefef;
    border-radius: 3px
}
.follow_vip {
    background: #c0493c;
    height: 150px;
    overflow: hidden;
    position: relative;
    float: left;
    width: 88px;
    border: 1px solid #fff;
    margin: 1px 0 2px 6px;
    padding-top: 20px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px #999
}

/* Login Box */
#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}

/* Proofs */
#proof_wrapper {
    float:left;
    color:#fff;
    margin:0 5px 10px;
    background-color:#08546b;
    box-shadow:2px 2px 2px rgba(0,0,0,0.6);
    padding:5px;
    border-radius:3px
}
#proof_wrapper .imgwrapper{
    border:1px solid #b6b6b6;
    border-radius:3px
}
#proof_wrapper .imgwrapper img{
    border-radius:3px
}
#proof_wrapper .username{
    text-align:center;
    font-size:11px;
    margin-bottom:1px
}
#proof_wrapper .date{
    text-align:center;
    font-size:11px;
    margin:3px 0 5px
}
#proof_wrapper .amount{
    text-align:center;
    font-size:20px;
    font-family:arial
}
#proof_wrapper .upload_input{
    background:#efefef;
    padding:8px;
    color:#000;
    border-radius:3px;
    margin-top:-8px
}

/* Dashboard */
#dashboard-info {
    background: #16708B;
    border: 1px solid #ccc;
    padding: 10px;
	margin-bottom: 15px;
    color: #fff;
    font-size: 15px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}
#dashboard-info .avatar {
    display:inline-block;
	width:120px
}
#dashboard-info .stats {
    display:inline-block;
	width:170px
}

.aff_url_block {
    width: 322px;
    background: url(images/back.png) repeat center center #292e31;
    color: #fff;
    padding: 6px 10px;
    margin: 0 auto;
    border: 1px solid #ccc;
	border-top: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center
}

/* Content */
#blue-box {
	display: block;
	min-height: 300px;
	background: #16708B;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#blue-box .title {
	background: #08546b;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	padding: 3px 10px;
	max-width: 50%;
	border-top: 1px solid #16708B;
	margin: 0 auto 10px;
	text-shadow: -1px 0 #16708B, 0 1px #16708B, 1px 0 #16708B, 0 -1px #16708B;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#blue-box .infobox {
	background: #08546b;
    display: block;
    clear: both;
    padding: 8px 6px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
	margin-bottom: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#blue-box .content {
	padding: 25px 30px;
	line-height: 22px;
}

#blue-box .content h1 {
	font-size: 26px;
	font-weight: normal;
	line-height: 32px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}

/* Home Page */
#home-box {
	display: block;
	background: #16708B;
	color: #fff;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#home-box .content {
	padding: 25px 30px;
	line-height: 22px;
}

#home-box .content h1 {
	font-size: 26px;
	font-weight: normal;
	line-height: 32px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}

#home-statistics {
	background: #3fbad8;
    color: #fff;
    padding: 20px 5px;
    text-align: center;
    font-size: 18px;
	margin-left: -16px;
	margin-right: -16px;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0px -3px 4px rgba(50, 50, 50, 0.5), 0px 3px 4px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px -3px 4px rgba(50, 50, 50, 0.5), 0px 3px 4px rgba(50, 50, 50, 0.5);
	box-shadow: 0px -3px 4px rgba(50, 50, 50, 0.5), 0px 3px 4px rgba(50, 50, 50, 0.5);
}

#home-bottom-box {
	display: block;
	background: #16708B;
	color: #fff;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
#home-bottom-box .content {
	padding: 25px 30px;
}
#home-bottom-box .content h2 {
	font-size: 26px;
	font-weight: normal;
	line-height: 32px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}
#home-exchange-box {
	display: block;
	margin: 25px 0 0;
	background: #16708B;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#home-exchange-box .content {
	padding: 25px 30px;
}
#home-exchange-box .content h2 {
	font-size: 26px;
	font-weight: normal;
	line-height: 32px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}
.exchange_icon {
    margin: 8px 1px 0;
    max-width: 40px;
    border: 0
}
.exchange_icon:hover {
    opacity: .4
}


/* Home */
.homebox {
    background: #6d6d6d;
    display: block;
    clear: both;
    border: 1px solid #efefef;
    padding: 25px 12px;
    width: 98%;
    font-size: 14px;
    color: #efefef;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
.homebox h2 {
    color: #93c52f;
    margin: 4px 2px 12px 2px;
    font-size: 22px;
    text-align: center;
    font-family: arial;
    text-shadow: 0 1px 0 rgba(12, 12, 12, 0.6)
}

/* Login */
.main-section{
	margin: 0 auto;
	margin-top:100px;
	background-color: #fff;
	border-radius: 5px;
	padding: 0px;
}
.user-img{
	margin-top:-50px;
}
.user-img img{
	height: 100px;
	width: 100px;
}
.user-name{
	margin:10px 0px;
}
.user-name h1{
	font-size:30px;
	color:#676363;
}
.user-name button{
	position: absolute;	
	top:-50px;
	right:20px;
	font-size:30px;
}
.form-input button{
	width: 100%;
	margin-bottom: 20px;
}
.link-part{
	border-radius:0px 0px 5px 5px;
	background-color: #ECF0F1;
	padding:15px;
	border-top:1px solid #c2c2c2;
}
.open-modal{
	margin-top:100px !important;
}

/* Buy Coins */
#purchase-coins {
    width: 230px;
    height: 140px;
    text-align: center;
    margin-top: 10px;
    background: #efefef;
    float: left;
    margin: 0 5px 10px;
    border-radius: 5px
}
#purchase-coins .header {
    background: #08546b;
    color: #fff !important;
    display: block;
    font-size: 14px !important;
    font-weight: normal;
    margin-bottom: 25px;
    font-weight: bold;
    padding: 4px 20px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}
#user_pack {
    width: 174px;
    height: 138px;
    text-align: center;
    background: #efefef;
	color: #666;
    float: left;
    margin: 0 3px 6px;
    border-radius: 5px
}
#user_pack .hdr {
    background: #08546b;
    color: #fff !important;
    display: block;
    font-size: 14px !important;
    font-weight: normal;
    margin-bottom: 8px;
    font-weight: bold;
    padding: 4px 5px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}
#user_pack .seller {
    font-size: 13px !important;
	display: block;
	margin-bottom: 8px;
}

/* Footer */
.static-bottom {
  right: 0;
  bottom: 0;
  left: 0;
  position: relative;
  border-width: 1px 1px 0;
}
.footer_copyright {
	text-decoration: none;
	color: #ecf0f1;
}
.footer_copyright:hover, .footer_copyright:focus {
	text-decoration: none;
	color: #d9d9d9;
}

.text-white-50 { color: rgba(255, 255, 255, .5); }
.bg-purple { background-color: #6f42c1; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }
.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1); }
.box-style { border: 1px solid #ccc }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }

.copyright { font-size: 12px; }
.membership-option { background: #212529;color: #fff; }
.membership-block {
	font-weight: 300;
	margin: 0 2px 10px;
	padding: 3px 2px;
	font-size: 21px;
	color: #fff;
	padding: 8px 6px;
	display:inline-block;
	background-color: #08546b;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}
.membership-block b {font-weight: 600;}

/* Affiliates */
#aff-block {
    margin: 5px 0 20px;
    display: block;
    padding: 8px 10px 5px;
    background-color: #fff;
    color: #0e6083;
    font-size: 13px;
    text-align: left;
    border: 1px solid #08546b;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}
#aff-block .title {
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    background-color: #08546b;
    color: #fff;
    margin: -23px auto 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px
}
#aff-block .aff_block_p {
    margin-bottom: 0;
    margin-top: 10px;
    display: block;
    text-align: center;
    font-size: 11px
}
#aff-block .aff_content_bottom {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 14px
}
#aff-block .aff_block_p2 {
    display: block;
    background-color: #bedee2;
    margin: 9px 5px 0 5px;
    padding: 4px 0 4px 0;
    text-align: center;
    color: #0d5675;
    font-size: 18px;
    border: 1px solid #84afba;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none
}
#aff-block .aff_block_p2 a {
	color:#0b516f
}
#aff-block .aff_block_p2:hover {
    background-color: #c2e2e6;
    border-color: #93c2cf
}
#aff-banner {
    padding: 4px 10px;
    background-color: #fff;
    color: #0e6083;
    border: 1px solid #08546b;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}
#aff-banner .title {
    display: block;
    margin: -16px auto 0;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    padding: 1px;
    background-color: #08546b;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

/* Sidebar */
#sidebar-block {
    background: #16708B;
    padding: 0 5px 0 5px;
	width: 100%;
    border: 1px solid #08546b;
}
#sidebar-block hr {
    border: 0;
    height: 1px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0))
}
#sidebar-block .inner {
    padding: 7px 2px
}
#sidebar-block .manager {
    display: block;
    margin: 1px 2px 8px
}
#sidebar-block .data {
    width: 100%;
    height: 20px;
    padding: 1px;
    font-size: 14px;
    text-decoration: none;
    color: #fff
}
#sidebar-block .data .icon {
	display:inline-block;
	width:20px
}
#sidebar-block .title {
    background: #08546b;
    margin: 0 -5px 2px -5px;
    padding: 5px;
    color: #fff;
	font-weight: bold;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

/* Blog */
.blog_comment{
    margin:10px auto;
    background:#efefef;
    border:solid 1px #08546b;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    color:#696969
}
.com_title{
    width:100%;
    text-align:center;
    font-size:12px;
    color:#fff;
    padding:5px;
    background:#08546b;
    border-bottom:solid 1px #1d1d1d;
    -webkit-border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    border-top-left-radius:4px;
    border-top-right-radius:4px
}
.comments_wrap{
    overflow:hidden;
    margin:5px auto;
    background:#efefef;
    border:1px solid #08546b;
    border-radius:3px
}
.comments_wrap .content_text{
    padding:10px 5px;
    overflow:hidden;
    text-align:justify;
    color:#464646
}
.comments_wrap .content_top{
    padding:1px 5px 4px;
    background:#08546b;
    color:#fff;
    border-bottom:1px dotted #fff
}