
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
html, body {
	font-weight: 300;
	max-width: 1400px;
	overflow-x: hidden;
	text-align: center;
	margin: 0 auto;
	/*font-family: "Roboto", sans-serif;*/
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
	margin-bottom: 20px;
	letter-spacing: 0.04em;
}
p {
	color: #999;
	font-size: 1.09em;
	margin-top: 20px;
}
hr {
	/*border-width: 2px;*/
}
strong {
	color: #444;
}
a {
	color: #66aaff;
}
a:hover {
	color: #004EBB;
	text-decoration: none;
}
.a-underline {
	text-decoration: underline;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.hide {
	display: none;
}
.round {
	border-radius: 15px;
}
.btn {
	font-weight: 300;
	font-size: .85em;
	border-radius: 3px ;
	/*border-radius: 0px;*/
	letter-spacing: 0.05em;
	padding: 7px 19px;
	margin-left: 5px !important;
	min-width: 112px;
}
.btn:focus {
	outline: none !important;
}
.btn-primary {
	background-color: #006ff5 !important;
	/*background-color: #051937 !important;*/
	color: #eee !important;
}
.btn-primary:hover,
.btn-default:hover {
	background-color: #005EE1 !important;
	color: #eee !important;
}
.btn-primary .glyphicon-chevron-down {
	-webkit-text-stroke: 2px #006ff5;
	/*-webkit-text-stroke: 2px #051937;*/
}
.btn-primary:hover .glyphicon-chevron-down,
.btn-default:hover .glyphicon-chevron-down {
	-webkit-text-stroke: 2px #005EE1;
}
.btn-default {
	color: #006ff5 !important;
	/*color: #051937 !important;*/
	border-color: #006ff5 !important;
	/*border-color: #051937 !important;*/
}
.btn-default .glyphicon-chevron-down {
	-webkit-text-stroke: 2px #fff;
}
.btn-trans {
	background: none;
	border-color: #fff !important;
	color: #fff !important;
}
.btn-trans:hover {
	background: #fff;
	border-color: #fff !important;
	color: #005EE1 !important;
}
header {
	margin-top: -20px;
}
header p {
	padding: 0 20px;
}
.section {
	padding: 78px 0px 0px 0px;
	line-height: 1.8em;
}
@media all and (max-width: 768px) {
	.section {
		padding: 39px 0px 0px 0px;
	}
}
.hr .section {
	margin-bottom: -20px !important;
}
.spacer {
	margin-bottom: 90px;
}
@media all and (max-width: 768px) {
	.spacer {
		margin-bottom: 45px;
	}
}
.img-full {
	max-width: 100%;
	text-align: center;
}
.img-shadow {
	box-shadow: 0px 15px 40px 0px #aaa;
}
@media all and (max-width: 992px) {
	.youtube {
		margin-bottom: 12px;
	}
}

#notification {
	display: none;
}
.notification-on #notification {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	display: block;
	height: 40px;
	background: linear-gradient(to right, #00E297, #008099);
	line-height: 40px;
	color: #fff;
	font-size: 1.2em;
}
.notification-on nav {
	margin-top: 40px;
}



nav {
	padding: 34px 97px 0px 97px;
	background-color: #fff !important;
	border-bottom: none !important;
	/*max-width: 1400px;
	margin: 0 auto;*/
}
#navbar {
	background-color: #fff !important;
	/*max-width: 1400px !important;
	margin: 0 auto !important;*/
}
.navbar-default {
	/*max-width: 1400px !important;
	margin: 0 auto !important;*/
}
#navbar .container-fluid {
	/*max-width: 1400px !important;
	margin: 0 auto !important;*/
}
.in, .collapsing {
	margin-top: -16px !important;
	width: 100vw;
	position: fixed;
	margin-left: 0px;
	left: 0;
	text-align: center;
	border-top: none !important;
    border-bottom: 1px solid rgba(0,0,0,.15) !important;
    box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
}
.shrink .in, .shrink .collapsing {
	margin-top: -7px !important;
	width: 100vw;
	position: fixed;
	margin-left: 0px;
	left: 0;
	text-align: center;
	/*border: none !important;*/
}

.navbar-brand img {
	width: 220px !important;
	/*height: auto;*/
	margin-top: -14px;
	margin-left: -10px;
	/*margin-right: -5px;*/
}
.navbar-toggle {
	border-color: #fff !important;
	border: none !important;
	outline: none !important;
}
.navbar-toggle:focus, .navbar-toggle:hover {
	background-color: #fff !important;
}
.icon-bar {
	margin-top: 5px;
	background-color: #006ff5 !important;
}
@media all and (max-width: 992px) {
	.navbar-brand img {
		margin-top: -13px;
	}
	.navbar {
		height: 53px;
	}
}
@media all and (max-width: 768px) {
	.navbar-brand img {
		margin-left: -80px;
	}
	.navbar-toggle {
		margin-right: -50px !important;
	}
	.shrink .in, .shrink .collapsing {
		margin-top: -14px !important;
		width: 100vw;
		position: fixed;
		margin-left: 0px;
		left: 0;
		text-align: center;
	}
	#navbar {
		margin-left: 0;
	}
}
@media all and (max-width: 480px) {
	.navbar-brand img {
		margin-left: -100px;
	}
	.navbar-toggle {
		margin-right: -70px !important;
	}
}
.navbar-link {
	color: #999 !important;
	font-size: .9em;
	/*margin-left: -6px;*/
	margin-left: 9px;
	padding-left: 0px !important;
}
.navbar-link:hover {
	/*color: #005EE1 !important;*/
	color: #004EBB !important;
}
.open > a,
.open > a:hover,
.open > a:focus,
.open > a:active {
	background-color: #fff !important;
}
.dropdown-menu {
	/*left: 9px;*/
	border-color: rgba(0,0,0,.05);
	margin-top: -1px !important;
}
.shrink .dropdown-menu {
	border-top: none;
}
.dropdown-menu li a {
	color: #888 !important;
}
.dropdown-menu li:hover a {
	color: #004EBB !important;
}
.dropdown .glyphicon-chevron-down,
.dropdown:hover .glyphicon-chevron-down,
.dropdown:hover .glyphicon-chevron-down {
	-webkit-text-stroke: 2px #fff;
}

.dropdown .glyphicon {
	top: 2px;
	left: 2px;
}
.navbar-buttons {
	margin-top: 8px;
	margin-right: 10px;
}
.navbar-button {
	padding: 7px 12px;
	width: 148px;
}
.navbar-button span {
	top: 2px;
}
.shrink {
	box-shadow: 0px 0px 10px 0px #aaa;
	padding-top: 2px;
	/*padding-top: 33px;*/
	animation-name: shrinkNav;
	animation-duration: 0.2s;
}
@keyframes shrinkNav {
	from {
		padding-top: 33px;
	}
	to {
		padding-top: 2px;
	}
}

#intro {
	margin-top: 85px;
}
#intro img {
	width: 300px;
	font-size: 0.85em;
}
@media all and (max-width: 768px) {
	#intro {
		padding-left: 30px;
		padding-right: 30px;
	}
}
#bridging-blockchains p {
	padding: 0 70px;
}
#bridging-blockchains .btn {
	width: 135px;
}
/*#bridging-blockchains .aspect {
	width: 100%;
	padding-bottom: 75%;
	background-color: #051937;
}*/
iframe {
	width: 50vw;
	height: 28vw;
	max-width: 700px;
	max-height: 389px;

}
@media all and (max-width: 768px) {
	iframe {
		width: 90vw;
		height: 50vw;
		max-width: 700px;
		max-height: 389px;
	}
}
#bridging-markets .section > p {
	padding: 0 85px;
}
@media all and (max-width: 1200px) {
	#bridging-markets .section > p {
		padding: 0 180px;
	}
}
#bridging-markets .row p {
	padding-right: 85px;
}
#bridging-markets .row {
	margin-right: -105px;
}
#bridging-markets .benefits {
	text-align: left;
}
@media all and (max-width: 768px) {
	#bridging-markets .benefits {
		text-align: center;
	}
	#bridging-markets .benefits img {
		padding-right: 90px;
	}
}
@media all and (max-width: 768px) {
	#bridging-markets .section > p {
		padding: 0 30px;
	}
	#bridging-markets .benefits {
		padding: 0 30px;
		/*margin-top: -50px;*/
	}
	#bridging-markets .benefits p {
		padding-bottom: 30px;
	}
}
@media all and (max-width: 480px) {
	#bridging-markets .section > p {
		padding: 0 15px;
	}
}
#bridging-markets .row img {
	max-height: 130px;
}
#bridging-markets .row p strong {
	font-size: 1.18em;
	font-weight: 400;
}
#bridging-markets .blockdx {
	width: 200px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#bridging-markets .section img {
	max-width: 100%;
	object-fit: scale-down !important;
}
#bridging-communities .section p {
	padding: 0 115px;
}
#bridging-communities .row p {
	padding: 0 50px 0 58px;
	font-size: 1.17em;
}
#bridging-communities .row .btn {
	margin-left: 57px !important;
	margin-top: 15px;
}
#bridging-communities #social p {
	padding: 0 50px 0 40px;
	color: #555;
	font-size: 1.08em;
}
#bridging-communities #social .row {
	padding: 0 50px 0 40px;
	line-height: 25px;
	margin-top: 20px;
	font-size: 0.94em;
}
@media all and (max-width: 1200px) {
	#bridging-communities .sub {
		padding-left: 30px;
	}
}
@media all and (max-width: 768px) {
	#bridging-communities #social {
		padding: 0 30px;
		margin-top: 30px;
	}
	#bridging-communities .section p {
		padding: 0 30px;
	}
	#bridging-communities .sub {
		margin-left: -15px;
	}
}
@media all and (max-width: 480px) {
	#bridging-communities #social {
		padding: 0 30px;
	}
	#bridging-communities .section p {
		padding: 0 15px;
	}
}

#network .section p {
	padding: 0 110px;
}
#network img {
	margin-bottom: -20px;
	margin-top: 35px;
}
#network .btn {
	margin: 20px 0px 25px 0px !important;
}
#network .amount {
	color: #006ff5;
	font-weight: 100;
	font-size: 3em;
	margin-bottom: -11px;
}
#network .desc {
	font-weight: 300;
	font-size: .9em;
	color: #444;
	margin-bottom: 3px;
}
@media all and (max-width: 768px) {
	#network .section p {
		padding: 0 30px;
	}
	#network .amount {
		line-height: 40px;
	}
}
@media all and (max-width: 480px) {
	#network .section p {
		padding: 0 15px;
	}
}
.panel {
	border-style: none !important;
	box-shadow: none;
}
.panel .well {
	background-color: #f9f8f8;
	box-shadow: none !important;
	border-radius: 5px !important;
	border-style: none !important;
	padding: 20px 23px 20px 28px;
}
.panel p {
	line-height: 23px
}
.panels .panel:nth-child(odd) {
	padding-left: 0px;
	margin-left: -8px;
	margin-right: 15px;
	padding-right: 5px;
}
.panels .panel:nth-child(even) {
	padding-left: 0px;
	margin-left: 6px;
	padding-right: 5px;
	margin-right: -15px;
}
.panels h3 {
	font-weight: 400;
	font-size: 1.6em;
}
@media all and (max-width: 768px) {
	.panels .panel:nth-child(odd) {
		padding: 0;
		padding-left: 15px;
	}
	.panels .panel:nth-child(even) {
		padding: 0;
		padding-right: 15px;
	}
}
#governance {
	overflow-y: hidden;
	width: 100%;
	background-color: #051937;
}
#governance .content {
	padding: 0;
}
/*temporary*/
#governance .content {
	padding: 0 30px;
}
#governance .content {
	margin-bottom: -999px;
	padding-bottom: 999px;
	background-color: #051937;
	/*padding-right: 0px;*/
}
/*#governance .content, #governance .content {
	margin-bottom: -999px;
	padding-bottom: 999px;
	background-color: #051937;
	padding-right: 0px;
}*/
#governance .section h1 {
	color: #fff;
}
#governance .section {
	padding-left: 8px;
}
#governance .section p {
	margin-right: -47px;
}
@media all and (max-width: 1200px) {
	#governance .section {
		text-align: center;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 90px;
	}
	#governance .section p {
		margin-right: 0;
	}
}
@media all and (max-width: 768px) {
	#governance .section {
		text-align: left;
		padding-left: 30px;
		padding-right: 30px;
	}
}
#roadmap .section {
	margin-bottom: 100px;
}
#downloads {
	/*background: url('assets/img/bg.png') no-repeat;*/
	background: linear-gradient(to right, #00E297, #008099);
	background-size: 100% 100%;
	color: #fff;
}
#img-governance {
	background: url('https://blocknet.co/assets/img/governace.jpg');
	background-size: cover;
}
#downloads .desktop  {
	padding: 85px 35px 90px 35px;
}
#downloads .desktop .header {
	font-weight: 100;
	margin-top: -5px;
}
#downloads .desktop .links .row {
	border-bottom: 1px solid rgba(255,255,255,0.20);
}
#downloads .desktop .links {
	padding-left: 65px;
	padding-right: 45px;
}
#downloads .desktop .os h3 {
	font-size: 1.4em;
	margin-bottom: 24px;
}
#downloads .desktop .os {
	padding-left: 0;
}
#downloads .desktop .col-title {
	font-size: .9em;
	margin-bottom: 10px;
	text-align: center;
}
#downloads .desktop .col-title .link {
	padding-left: 35px;
}
#downloads .desktop .btns {
	padding-right: 10px !important;
}
#downloads .desktop .btn-trans {
	width: 120px;
	margin-top: 15px;
	/*background: none;*/
	/*border-color: #fff !important;*/
	/*color: #fff !important;*/
	margin-right: -10px !important;
}
@media all and (max-width: 1200px) {
	#downloads .desktop .btns {
		padding-right: 0px !important;
	}
	#downloads .desktop .btns .link {
		margin-left: -10px !important;
		margin-right: 10px !important;
		padding-left: 15px !important;
	}
	#downloads .desktop .col-title .link {
		padding-left: 45px !important;
	}
}
#downloads .mobile {
	text-align: center;
	padding: 80px 35px 110px 35px;
}
#downloads .mobile .downloads {
	width: 250px;
	/*background-color: #000;*/
	margin-left: 5px;
	/*margin-top: 50px;*/
}
#downloads .mobile .header {
	margin-bottom: 15px;
}
#downloads .mobile .downloads > .row {
	margin-left: 7px;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(255,255,255,0.20);
}
#downloads .mobile .os {
	margin-left: -15px;
	margin-bottom: 15px;
	margin-top: 25px;
	font-size: 1.5em;
}
#downloads .mobile .link {
	margin-left: -5px;
	margin-top: 5px;
}
#downloads .centered-wrapper { 
	margin: auto; max-width: 300px;
}

#footer {
	margin-top: 25px;
	margin-bottom: 100px;
}
#footer .subscribe {
	margin-left: 10px;
	margin-right: -10px;
}
#footer .subscribe p {
	margin-top: -5px;
	margin-bottom: 25px;
}
#footer .subscribe input {
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: 1px solid #eee;

	font-size: 0.93em;
	padding-bottom: 5px;
	color: #444;
	width: 100%;
	max-width: 300px;
}
#footer .subscribe input:focus {
	border-bottom: 1px solid #005EE1;
}
#footer .subscribe input::placeholder {
	color: #ccc;
}
#footer .subscribe button {
	width: 105px;
	margin-top: -2px;
	/*margin-bottom: 15px !important;*/
}
#footer .subscribe .submit {
	width: 105px;
	margin-left: 10px !important;
}
#footer .subscribe .input, #footer .subscribe input {
	padding-right: 0;
	margin-right: 0;
}
@media all and (max-width: 768px) {
	#footer .subscribe .submit {
		display: block;
		margin-left: -5px !important;
		margin-top: 15px;
		margin-bottom: 30px;
	}
}

#footer .lead {
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 6px;
}
#footer .resources a {
	font-size: 0.9em;
	display: block;
	margin-bottom: 1px;
}
#footer .exchanges {
	margin-left: 10px;
	margin-right: -10px;
	padding-left: 0;
}
#footer .connect {
	margin-left: 2px;
	margin-right: -5px;
	padding-left: 1px;
}
#footer .links {
	margin-left: 25px;
	margin-right: -25px;
	padding-right: 90px;
}
@media all and (max-width: 768px) {
	#footer .resources {
		margin-left: -15px;
		margin-bottom: 30px;
	}
	#footer .connect {
		margin-left: 0px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	#footer .subscribe {
		margin-bottom: 30px;
		margin-left: 30px;
	}
	#footer .links {
		margin-left: 30px;
	}
}
#footer .connect img, #footer .connect a {
	height: 22px;
	display: inline;
	margin-right: 5px;
	margin-top: 8px;
	/*vertical-align: middle;*/
}
#footer .twitter img {
	height: 19px;
}
#footer .discord img {
	height: 26px;
}
#footer .reddit img {
	height: 24px;
}
#footer .youtube img {
	height: 18px;
}

#sub-footer {
	height: 50px;
	background-color: #f9f8f8;
}
#sub-footer .copyright {
	font-size: 0.8em;
	color: #bbb;
	letter-spacing: -0.07px;
	line-height: 50px;
	/*margin-left: 100px;*/
}


#subscribe {
	position: fixed;
	/*bottom: 50px;
	right: 50px;*/
	bottom: 30px;
	right: 30px;
	z-index: 100;
	background-color: #fff;
	border-radius: 3px;
	/*border: 1px solid #ccc;*/
	/*box-shadow: 0px 3px 8px 0px #aaa;*/
	border: 1px solid rgba(0,0,0,.15);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#subscribe #bait {
	padding: 20px;
	margin: -10px 0;
	color: #888;
	cursor: pointer;
}
#switch {
	padding: 20px !important;
}
#switch p {
	margin-bottom: 20px !important;
	margin-top: 0px !important;
}
#switch #mce-EMAIL {
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: 1px solid #eee;
	font-size: 0.93em;
	padding-bottom: 5px;
	color: #444;
	min-width: 160px;
}
#switch #mce-EMAIL:focus {
	border-bottom: 1px solid #005EE1;
}
#switch #mce-EMAIL::placeholder {
	color: #ccc;
}
#switch button {
	width: 105px;
	margin-top: -2px;
	display: inline;
	margin-left: 20px !important;
}
@media all and (max-width: 992px) {
	#subscribe {
		position: fixed;
		bottom: 30px;
		right: 30px;
	}
}
@media all and (max-width: 768px) {
	#switch button {
		display: block;
		margin-left: 35px !important;
		margin-top: 10px;
	}
	#switch {
		text-align: center;
	}
}










@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}







