/*	################################################################

	Author: Carlos Alvarez
	URL: http://alvarez.is

	Project Name: SOLID - Bootstrap 3 Theme
	Version: 1.0
	URL: http://alvarez.is
	
################################################################# */ 
@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
	* { 
		margin: 0;
		padding: 0px;
	} 

body { 
	background: #ffffff; 
	margin: 0; 
	height: 100%; 
	color: rgba(30, 30, 30, 0.8);
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

p { 
	padding: 0; 
	margin-bottom: 20px; 
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 17px; 
	line-height: 26px;
	color: rgba(30, 30, 30, 0.8); 
	margin-top: 10px; 
}

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

ul {
    margin-left: 0;
    padding-left: 20px;
}

ol {
    margin-left: 0;
    padding-left: 26px;
}

a { 
    color:#428bca;
    padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#01b2fe;
}

.entry-content a:hover, .home-showcase a:hover {
	border-bottom: 1px solid;
}

.list-group-item:last-child:hover {
	border-color: #ddd !important;
}

::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#00364c;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#00364c;
}

.centered { 
	text-align: center
}

/*	################################################################
	My changes!
################################################################# */

.home-showcase {
	margin: 40px 0;
}

.wallet-icon-home {
    background: #00b3fe url("/assets/img/icons/wallet.png") no-repeat scroll 50% center / 58px auto;
    border-radius: 50%;
    height: 90px;
    margin: 0 auto 20px;
    padding: 20px;
    width: 90px;
}

.kb-icon-home {
    background: #00b3fe url("/assets/img/icons/kb.png") no-repeat scroll 50% center / 47px auto;
    border-radius: 50%;
    height: 90px;
    margin: 0 auto 20px;
    padding: 20px;
    width: 90px;
}

.home-showcase .i-wrapper {
    background: #00b3fe none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 50px;
    height: 90px;
    line-height: 0;
    margin: 0 auto 20px;
    padding: 20px;
    width: 90px;
}

.home-showcase h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-size: 16px;
}

.home-showcase p {
    font-size: 16px;
    margin: 0 0 15px;
}

.home-section-links {
	font-size: 16px;
}

.satoshi-cite {
	margin-top: -8px;
}

.satoshi-cite em {
	font-size: 15px;
}

.choose-wallet {
    background: #00b3fe none repeat scroll 0 0;
    color: #ffffff;
}

.choose-a-wallet {
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1.5px;
    padding: 10px 30px;
}

.subtext-headers {
    font-size: 18px;
    margin: 0 auto;
    max-width: 900px;
    font-weight: 100;
}

.choose-wallet h3 {
    font-size: 35px;
}

.choose-wallet h4 {
    font-size: 20px;
    margin: 25px 0 0;
}

.choose-a-wallet:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #00b3fe;
}

hr.normal {
    margin: 23px auto;
    width: 55px;
}

.satosh-quote-wrap {
    background: #00364c none repeat scroll 0 0;
    color: #fff;
    margin: 0 0 50px;
    padding: 30px;
}

.satosh-quote-wrap .subtext-headers {
    font-size: 21px;
}

.satoshi-quote-cite {
    font-size: 17px;
    margin: 15px 0;
}

.wrap-icon-title {
    clear: both;
    float: left;
    margin: 15px 0 0;
}

.sub-overview {
	margin-bottom: 40px;
}

.sub-overview .fa {
	float: left;
}

.sub-overview h4 {
	margin: 8px 0 0 10px;
	float: left;
}

.sub-overview a {
	color: #000;
}

.sub-overview a:hover {
	color: #428bca;
}

.sub-overview p {
	float: left;
	font-size: 16px;
}

.about-img {
    border-radius: 50%;
    height: auto;
    width: 110px;
}

.profile-pic-wrap .name {
    font-weight: 400;
    margin: 10px 0 0;
}

.profile-pic-wrap .title {
    margin: 0;
}

.profile-pic-wrap .background {
    font-size: 16px;
}

.wallet-index-wrap .electrum, .electrum .wallet-logo {
	border-radius: 50%;
}

.note {
    background: #fafafa none repeat scroll 0 0;
    border-bottom: 4px double #00aeef;
    border-top: 4px double #00aeef;
    padding: 20px 30px;
}

.kb-helper {
	margin: 0 auto;
}

.android-img-kb {
	max-width: 300px;
	margin-bottom: 20px;
}

.table-kb h3 {
	margin: 0 0 5px;
	font-family: "Open Sans",sans-serif;
}

.table-kb .kb-desc {
	margin: 0;
}

.table-kb .published-date {
	text-align: center;
	vertical-align: middle;
}

.contact-field {
    display: block;
    margin: 10px 0 20px;
    padding: 5px 10px;
}

form, input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    text-overflow: auto;
}

.contact-replyto, .contact-email {
	width: 50%;
	min-width: 300px;
}

.contact-message {
	width: 100%;
	height: 200px;
}

@media (max-width: 767px) { 
	.choose-wallet h3 {
    font-size: 28px;
}

.footer-menu-title::after {
    left: 47% !important;
    width: 6% !important;
}

.footer-menu-title {
    text-align: center;
}

#footerwrap ul {
    margin: 0 0 35px !important;
    text-align: center !important;
}

.sub-overview p {
    margin: 0 0 15px 65px !important;
}

	.navbar-header .navbar-brand {
    background-image: url("/assets/img/icons/logo.png") !important;
    background-size: 45px auto !important;
    margin: 0 0 0 15px;
    width: 60px !important;
}

}
@media (max-width: 991px) { 

	.footer-logo-header-5 {
		margin-bottom: 40px !important;
	}
	
	.wallet-content .vitals {
    float: left !important;
    margin: 10px 30px 15px 0 !important;
}
	
	.home-showcase .col-md-4 {
		margin-bottom: 35px;
	}
	}

/*	################################################################
	Wallet Headers
################################################################# */

.wallet-header-back {
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 1px solid #c7c7c7;
    margin: 0 0 20px;
}

.wallet-header {
	margin-top: 70px !important;
	margin-bottom: 5px !important;
}

.wallet-info {
    margin: 0 0 20px 121px;
}

.wallet-info-link {
    display: inline;
    margin: 0 20px 0 0;
}

.wallet-info-link a {
	color: rgba(30, 30, 30, 0.8);
}

.wallet-info-link a:hover {
	color: #00b3fe;
}

.wallet-content {
	margin-bottom: 20px;
}

.wallet-logo {
    float: left;
    height: auto;
    margin: 10px 20px 0 0;
    width: 100px;
}

.wallet-header .ctitle {
	font-family: "Open Sans",sans-serif;
    font-weight: 300;
}

.wallet-header .ctitle a {
	color: #000;
}

.wallet-header .ctitle a:hover {
	color: #00b3fe;
}

@media (max-width: 767px) {

}

@media (max-width: 500px) {
	.wallet-content .vitals {
    margin: 0 0 15px !important;
    width: 100% !important;
}
}

@media (max-width: 600px) {
	.wallet-info-link {
    display: block;
    margin: 0 20px 5px 0;
}
}

.wallet-content .security, .wallet-content .privacy {
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 32px auto;
    margin-bottom: 15px;
    padding: 5px 0 5px 45px;
}

.wallet-content .privacy {
    background-image: url("/assets/img/icons/privacy.png");
}

.wallet-content .security {
    background-image: url("/assets/img/icons/security.png");
}

.footer-logo {
    background-image: url("/assets/img/icons/logo.png");
    background-repeat: no-repeat;
    background-size: 45px auto !important;
    display: block;
    height: 50px;
    margin: 0 auto;
    width: 46px;
}



.footer-menu-title {
    color: #fff;
    font-family: "Montserrat",sans-serif;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.footer-menu-title::after {
    background: #fff none repeat scroll 0 0;
    height: 2px;
    position: absolute;
    top: 30px;
    left: 15px;
    width: 20px;
	content: "";
}

#footerwrap a {
	color: #fff;
	opacity: 0.75;
}

#footerwrap a:hover {
	color: #fff;
	opacity: 1;
}

#footerwrap ul {
	list-style: none;
	padding: 0;
}

#footerwrap li {
	margin: 0 0 7px;
}

.footer-logo-header-4 {
    color: #ffffff;
    margin: 16px 0 10px;
}

.footer-logo-header-5 {
    color: #bebec0;
}

.wallet-image-index {
    height: auto;
    width: 60px;
}

.browse-wallets-info {
    margin: 30px auto;
    max-width: 800px;
    width: 90%;
}

.wallet-index-wrap {
    display: inline-block;
    text-align: center;
    margin: 10px 0;
    width: 150px;
}
.wallet-index-wrap h3 {
	color: rgba(30, 30, 30, 0.8);	
}

.wallet-index-wrap:hover h3 {
	color: #00b3fe !important;	
}

.wallet-index-wrap h3 {
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.wallet-index-title {
    border-bottom: 1px solid #ddd;
    margin: 40px 0 25px;
    padding: 0 0 25px;
}

.vitals .list-group-item span {
    display: block;
    margin-left: 25px;
    margin-top: -20px;
}

.wallet-content .vitals {
    float: right;
    margin: -113px 30px 5px 10px;
    width: 240px;
}

.vitals i {
    float: left;
    margin-top: 3px;
}

.vitals .list-group-item span {
	
}

.vitals .list-group-item div {
	
}

@media (min-width: 1200px) {
	.wallet-content .vitals {
    margin: -103px 30px 5px 10px !important;
}
}

.bg-success {
    background-color: #dff0d8 !important;
}

.bg-danger {
    background-color: #f2dede !important;
}

.wallet-index-title span {
	background-repeat: no-repeat;
}

.index-mobile-wallets span {
    background-image: url("/assets/img/icons/mobile.png");
    background-position: 0 50%;
    background-size: 19px auto;
    height: 46px;
    padding: 0 0 0 30px;
}

.index-desktop-wallets span {
    background-image: url("/assets/img/icons/desktop.png");
    background-position: 0 50%;
    background-size: 31px auto;
    height: 46px;
    padding: 0 0 0 45px;
}

.index-web-wallets span {
    background-image: url("/assets/img/icons/web.png");
    background-position: 0 48%;
    background-size: 34px auto;
    height: 46px;
    padding: 0 0 0 49px;
}

.index-hardware-wallets span {
    background-image: url("/assets/img/icons/hardware.png");
    background-position: 0 50%;
    background-size: 32px auto;
    height: 46px;
    padding: 0 0 0 45px;
}

blockquote {
	font-weight: 300;
	font-size: 17px;
	line-height: 26px;
	padding: 0 20px;
}

blockquote cite {
    font-size: 15px;
    display: block;
    font-variant: small-caps;
}

/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */
.navbar {
	min-height: 70px;
	padding-top: 10px;
	margin-bottom: 0px;
}

.navbar-brand {
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
}

.navbar-header .navbar-brand {
    background-image: url("/assets/img/icons/ntplogo.png");
    background-repeat: no-repeat;
    background-size: 265px auto;
    color: white;
    display: inline-block;
    height: 55px;
    width: 270px;
}

.navbar-default .navbar-nav > li > a {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #00b3fe;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #00b3fe;
	background-color: transparent;
}

.navbar-default {
	background-color: #00364c;
	border-color: transparent;
}

.dropdown-menu {
	background: #00364c;
}

.dropdown-menu > li > a {
	color: white;
	font-weight: 700;
	font-size: 12px;
}

.btn-theme {
  color: #fff;
  background-color: #00364c;
  border-color: #00364c;
  margin: 4px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #00b3fe;
  border-color: #00b3fe;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
	color: #ffffff;
	background-color: #222222;
	border-color: #ffffff;
}
.dmbutton {
	background:rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing:0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}

.mtb {
	margin-top: 80px;
	margin-bottom: 80px;
}

.mb {
	margin-bottom: 60px;
}

.mt {
	margin-top: 60px;
}

.hline {
	border-bottom: 2px solid #00364c;
}

.hline-w {
	border-bottom: 2px solid #ffffff;
	margin-bottom: 25px;
}
/*	################################################################
	SITE WRAPS
################################################################# */

#headerwrap {
	background-color: #00b3fe;
	min-height: 0px;
	padding-top: 100px;
	padding-bottom: 40px;
	text-align: center;
}

#headerwrap h3, h5 {
	color: white;
	font-weight: 400;
}

#headerwrap h1 {
	color: white;
	margin-bottom: 25px;
}

#headerwrap .img-responsive {
	margin: 0 auto;
}

/* Services Wrap */
#service {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Portfolio Wrap */
#portfoliowrap {
	padding-top: 60px;
	margin-bottom: 60px;
	display: block;
	text-align: center
}

#portfoliowrap h3 {
	margin-bottom: 25px;
}

.portfolio {
	padding:0 !important;
	margin:0 !important;
	display:block;
}


.portfolio-item .title:before {border-radius:0; display:none}
.portfolio-item p {margin:0px 0 30px;}
.portfolio-item h3 {margin:-10px 0 10px; font-size:16px; text-transform:uppercase;}


.tpl6 h3
{
	color:#fff;
	margin:0;
	padding:40px 5px 0;
	font-size:16px;
	text-transform:uppercase;
}
.tpl6 .dmbutton
{
	display:inline-block;
	margin:30px 5px 20px 5px;
	font-size:13px;
}

.tpl6 .bg
{
	height:100%;
	width:100%;
	background-color:#00b3fe;
	background-color:rgba(0,179,254,.9);
	text-align:center;
}

/* Testimonials Wrap */
#twrapback {
    background-color: #00b3fe;
    background-color:rgba(0,179,254,.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#twrap {
    background: url(../img/t-back.jpg) no-repeat center top;
    position: relative;
    margin-top: 0px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#twrap i {
	font-size: 50px;
	color: white;
	margin-bottom: 25px;
}

#twrap p {
	color: white;
	font-size: 15px;
	line-height: 30px;
}

/* clients logo */
#cwrap {
	background: #f7f7f7;
	margin-top: 0px;
	padding-top: 80px;
	padding-bottom: 100px;
}

#cwrap h3 {
	margin-bottom: 60px;
}

/* Footer */
#footerwrap {
	padding-top: 25px;
	padding-bottom: 25px;
	background: #00364c;
	margin-top: 30px;
}

#footerwrap i {
	font-size: 23px;
	color: #bfc9d3;
	padding-right: 15px;
}

#footerwrap i:hover {
	color: #00b3fe
}

/*	################################################################
	PAGE CONFIGURATIONS
################################################################# */
/* General Tweaks */

#blue {
	background: #00b3fe;
	margin-top: 60px;
	margin-bottom: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#blue .post h3 {
	color: white;
	text-align: left;
}

#blue h3 {
	color: white;
	text-align: center;
}

#blue .post-desc {
    color: white;
    font-size: 17px;
    opacity: 0.85;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: 600px;
  max-height: 600px;
  margin: 0 auto;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ccc \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #666;
  border-radius: 10px;
}

.ctitle {
	color: #00b3fe;
	font-weight: 700;
	margin-bottom: 15px;
}

csmall {
    color: white;
    font-size: 15px;
    font-weight: 500;
}

.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}

.badge-theme {
	background: #00b3fe;
}

/* Contact Page */
#contactwrap {
	background: url(../img/contact.jpg) no-repeat center top;
	margin-top: -60px;
	padding-top:0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Blog Page */
.popular-posts { 
	margin: 0px;
	padding-left: 0px;
	}
	
.popular-posts li {
	list-style: none; 
	margin-bottom: 20px; 
	min-height: 70px;
}
.popular-posts li a, 
.popular-posts li a:hover {
	color:#2f2f2f; 
	text-decoration: none;
	}
	
.popular-posts li img {
	float: left; 
	margin-right: 20px;
	}
	
.popular-posts li em {
	font-size: 13px;
	color: #b3b3b3
	}

.popular-posts p {
	line-height: normal;
	margin-bottom: auto;
}	

.share i {
	padding-right: 15px;
	font-size: 18px;
}

a.anchor{
    display: block; 
    position: relative; 
    top: -80px; 
    visibility: hidden;
}
