/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */


body {
    background: none repeat scroll 0 0 #dce1e5;
    font-family: "proxima-nova",sans-serif;
}
body.node-type-tool {
	background:#fff;
}
body.node-type-tool #navbar {
	margin-bottom:0;
}
body.page-node-95 h1.page-header {
	text-align: center;
}

body.node-type-tool h1 {
	font-weight: 300;
}


a {
	color:#3a526d;
}

.nav .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;	
}

.breadcrumb {
	display: none;
}

body.cke_editable {
	background:#fff;
}

h1,h2,h3,h4,h5 {
	font-family: "proxima-nova",sans-serif;
}

.btn-ss {
	background:#55779f;
	border-color:#55779f;
	color:#fff;
}
.btn-ss:hover {
	background:#344d6a;
	border-color:#344d6a;
	color:#fff;
}

.btn-full {
	width:100%;
	text-align: center;
}

/* Navigation */
.navbar-inverse {
	background:#28394d;
}

.navbar-nav {
	float:right;
	
}

ul.nav li ul.nav {
    padding-left: 30px;
}
ul.nav li ul.nav li a {
    color: #888;
    font-weight: normal;
}
ul.nav > li > a {
    color: #000;

}
ul.nav li ul.nav li.active a {
    border-left: 3px solid #6b8bb1;
    color: #6b8bb1;
}
.nav .nolink {
    padding: 10px 15px;
    cursor: pointer;
}

.navbar-inverse {
    background: url("../images/exchange_bg.jpg") no-repeat fixed center top / cover #28394d;
    padding-bottom: 10px;
    padding-top: 10px;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > .nolink {
    color: #fff;
    padding-top:25px;
}
.navbar-inverse .navbar-nav > li > .nolink {
	padding:25px 15px 15px 15px;
	display: block;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-inverse .navbar-nav > li.active > a {
    background: none repeat scroll 0 0 transparent;
    color: #6b8bb1;
}

.navbar .logo {
	margin:0;
}

a.logo img {
	width:200px;
}

#block-views-api-documentation-block-1 {
	width:250px;
}

/* Video */
.video-container {
	position: relative;
}

.video-container2 iframe, .video-container2 object, .video-container2 embed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.video-container2 {
    padding-bottom: 30px;
}

.video-container .links {
    position: absolute;
    right: 150px;
    top: 50px;
    width:200px;
}
.video-container .links  a {
	margin-bottom:15px;
	display: block;
}
.video-container .links  a img {
	width:100%;
}
/* Panels */

.panel-default > .panel-heading {
    background: none repeat scroll 0 0 #f0f3f8;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset;
    color: #77818d;
    font-size: 16px;
    font-weight: 500;
}


.view-api-documentation ul.list-unstyled a {
	color:#6b8bb1;
}
.view-api-documentation ul.list-unstyled li {
	margin-bottom:5px;
}


/* Testimonials */

.view-testimonials .view-content ul {
    padding: 0;
}
.view-testimonials .view-content ul li {
    list-style: outside none none;
    padding: 15px 12px 15px 45px;
    position: relative;
}
.view-testimonials .view-content ul li:before {
    background: url("http://a5.mzstatic.com/us/r30/Purple4/v4/12/f5/c7/12f5c73f-9644-efa0-4b68-d20f247e3734/icon_256.png") repeat scroll 0 0 / contain #eee;
    border-radius: 4px;
    content: "";
    height: 25px;
    left: 10px;
    position: absolute;
    top: 12px;
    width: 25px;
}
.view-testimonials .view-content ul li.litecoin:before {
    background-color: transparent;
    background-image: url("http://a1.mzstatic.com/us/r30/Purple/v4/cb/e5/68/cbe56845-3c7b-71e5-5688-0f3aaa4c861e/AppIcon.175x175-75.png");
}
.view-testimonials .view-content ul li.bitcoin:before {
    background-color: transparent;
    background-image: url("https://en.bitcoin.it/w/images/en/2/29/BC_Logo_.png");
}
.view-testimonials .view-content ul li.other:before {
    background-color: transparent;
    background-image: url("../images/shift.png");
}
.view-testimonials .attachment .panel-default {
	padding-top:15px;
}
.view-testimonials .attachment .well {
    font-size: 20px;
    min-height: 100px;
}



/* Custom Lists */

ol.tips {
    counter-reset: item;
    list-style-type: none;
    margin: 30px 0;
    padding-left: 20px;
}
ol.tips li {
    margin-bottom: 10px;
    position: relative;
}
ol.tips li:before {
    content: counter(item, decimal) ". ";
    counter-increment: item;
    font-weight: bold;
    left: -20px;
    position: absolute;
    top: 2px;
}
ol.steps {
    counter-reset: item;
    list-style-type: none;
    margin: 30px 0;
    padding-left: 50px;
}
ol.steps li {
    background: none repeat scroll 0 0 #f4f4f4;
    margin-bottom: 10px;
    padding: 10px;
}
ol.steps li:before {
    content: "Step " counter(item, decimal) ". ";
    counter-increment: item;
    font-weight: bold;
    left: 15px;
    position: absolute;
}


/* Business Page */

.business .row {
    background: none repeat scroll 0 0 #f2f7fd;
    border-bottom: 1px solid #d7e4f3;
    border-top: 1px solid #d7e4f3;
    padding-bottom: 80px;
    padding-top: 20px;
}
.business .ready-try {
    background: none repeat scroll 0 0 #fff;
    position: relative;
    top: -55px;
}

.ready-try {
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 18px;
    padding: 30px;
    text-align: center;
}

.biz-top {
    padding: 20px 50px;
}
.business .row.no-style {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    padding: 0;
}

.business .panel-heading {
    display: none;
}
.business h4 {
    color: #6b8bb1;
    margin-bottom: 30px;
    text-align: center;
}
.business .row .panel-default {
    margin-bottom: 0;
    min-height: 342px;
}
.business.dark .row .panel-default {
    min-height: 282px;
}
.business .row .panel-body {
    color: #777;
    position: relative;
    text-align: center;
}
.business .row span {
    color: #6b8bb1;
    display: block;
    font-size: 60px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.business .row span.number {
    border: 3px solid #6b8bb1;
    border-radius: 300px;
    font-size: 30px;
    height: 40px;
    left: 95px;
    line-height: 34px;
    position: absolute;
    top: 0;
    width: 40px;
}

/* Code */

.syntaxhighlighter {
	padding:10px 0;
}

.syntaxhighlighter table td.code {
	vertical-align: top !important;
}

.syntaxhighlighter table td.gutter .line {
	color:#555;
	border-right:0 !important;
}

.view-api-documentation.view-display-id-page h3 {
	padding-left:15px;
	position: relative;
	background:#f4f4f4;
	padding:10px 15px;
	margin-left:-15px;
	border-left:4px solid #28394d;
	margin-bottom:15px;
	color:#28394d;
}


/* Tools */

.view-mode-tool_display a {
	display: block;
	text-align: center;
	margin-bottom:10px;
}

.view-mode-tool_display .field-name-body {
	margin-bottom:10px;
}

.form-item {
	margin-bottom:10px;
}

.view-mode-tool_display iframe {
	margin-bottom:10px;
}

/* Blog */

.node-blog .submitted {
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:10px;
}
.page-node .node-blog .submitted {
	margin-top:15px;
	
}

.node-blog .field-name-field-image img {
	width:100%;
	height:auto;
}
.node-blog h3 {
	margin-top:10px;
}
.view-blog-tags ul {
	padding:0;
	list-style: none;
}

.view-blog-tags a {
	color:#444;
}
.view-blog-tags li {
    background: none repeat scroll 0 0 #f4f4f4;
    color: #999;
}
.view-blog-tags li {
    border-radius: 4px;
    display: block;
    float: left;
    margin: 0 6px 6px 0;
    padding: 3px 8px;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}
.node-blog ul.links {
	margin-top:15px;
}
.node-blog ul.links li {
	display: inline-flex;
}
.node-blog ul.links li.sharethis {
	float:right;
	margin-top:5px;
}

.node-readmore a, .disqus_comments_num a {
    background: none repeat scroll 0 0 #555555;
    color: #ffffff;
}
.node-readmore a, .disqus_comments_num a {
    border-radius: 4px;
    display: block;
    float: left;
    margin: 0 6px 6px 0;
    padding: 6px 13px;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}

.node-blog .comment_forbidden, .node-blog .comment-add  {
    display: none;
}

.node-blog .tags {
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:10px;
	margin-top:15px;
}
.node-blog .tags ul {
	padding:0;
	list-style: none;
	margin:0;
	color:#999;
}
.node-blog .tags ul li {
	display: inline-block;
}
.node-blog .tags ul li div {
	display: inline-block;
}
.node-blog.node-teaser {
	margin-bottom:30px;
}
.view-related-blogs {
	margin-top:30px;
	padding-left:15px;
	margin-left:-15px;
	padding-top:10px;
	padding-bottom:10px;
	background:#f4f4f4;
}
.view-related-blogs img {
	width:100%;
	height:auto;
}

#block-disqus-disqus-comments {
	margin-top:30px;
}

#block-views-archive-block-block-1 ul {
	padding:0;
	list-style: none;
}

.region-sidebar-second h2 {
	font-size:24px;

}

ul.info-links li {
	width:33.33%;
	display: block;
	float:left;
	margin-bottom:15px;
}
ul.info-links li:first-child {
	padding-left:5px;
}

ul.info-links li a {
	display: block;
	text-align: center;
	color:#fff;
	background:#eee;
	padding:10px;
	border-radius: 4px;
}
ul.info-links li.facebook a {
	background:#3b5998;
}
ul.info-links li.twitter a {
	background:#00aced;
}
ul.info-links li.google-plus a {
	background:#dd4b39;
}
ul.info-links li.youtube a {
	background:#bb0000;
}
ul.info-links li.bitcointalk a {
	background:#f7931a;
}
ul.info-links li.vimeo a {
	background:#aad450;
}
ul.info-links li.reddit a {
	background:#e15d11;
}

.flexslider ul.slides li {
	margin-right:15px;
}
.action-buttons {
	margin-bottom:15px;
}

.flex-direction-nav a {
	height:48px;
}


#top {
    background: #29384d url("../images/lens_top.png") no-repeat fixed center top;
    color: #fff;
    margin-bottom: 50px;
    overflow: hidden;
    padding-top: 0;
    position: relative;
    text-align: center;
    padding-bottom:50px;
}

.video-container center .field {
	display: inline-block;
}
.video-container center {
	margin-bottom:30px;
}
#top .field-name-field-image img {
	
	box-shadow: 0 0 30px rgba(0,0,0,.5);
	border-radius: 0 0 4px 4px;
}
body.page-node-205 #top .field-name-field-image img {
	box-shadow: 0 0 0 transparent;
}
#top .field-name-field-logo img {
	width:300px;
	height:auto;
	margin-top:30px;
}

#top .btn-default {
	border-color:#fff;
}
#top .btn-default.itunes {
	background:transparent;
	padding:0;
	border:0;
	height:72px;
}

p.large, #top .field-name-field-leaderboard-text p {
    font-size: 20px;
    letter-spacing: 0.5px;
}

#top p {
	font-size:16px;
}
#top .col-md-4 .btn {
	display: block;
	text-align: center;
	margin-top:15px;
}

ul.partners {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}
ul.partners li {
	display: inline-block;
}
ul.partners li img {
    max-width: 150px;
    height:auto;
    opacity: 0.2;
}

.affiliate .form-item {
	margin-bottom:30px;
}

.view-id-videos .node {
	margin-bottom:30px;
}
footer img {
	width:200px;
	height:auto;
}

body footer {
    background: #28394d none repeat scroll 0 0;
    height: 280px;
    margin: 50px 0px 0px 0px;
    padding: 30px 0;

}
footer {
    color: rgba(255, 255, 255, 0.5);
}
body footer .block h2.block-title {
    color: #fff;
    margin-top: 15px !important;
    font-size:18px;
}
footer ul.nav li a {
    color: rgba(255, 255, 255, 0.5);
    padding:0;
}
footer ul.nav li a:hover {
	background:transparent;
	color:#fff;
}
footer ul.nav li {
    margin-bottom: 5px;
}

.node-blog .field-name-body img {
	width:100%;
	height:auto;
}
.img-responsive {
	display: inline-block;
}

.sidebar-first .well {
	padding:0;
	background:transparent;
	box-shadow: 0 0 0 transparent;
	border:0;
}


.view-id-api_documentation.view-display-id-block_1 ul li a {
	color:#888;
	padding:5px 15px;
	display: block;
}

.view-id-api_documentation.view-display-id-block_1 h3 {
	font-size:14px;
}
body.toolbar .affix {
	top:80px;
}
.affix {
  top: 10px;
}
.affix-bottom {
  position: absolute;
}

#block-system-main .stButton .stFb, #block-system-main .stButton .stTwbutton,#block-system-main .stButton .stMainServices, #block-system-main .stButton .stButton_gradient {
	height:22px;
}

.node-type-landing-page #top .field-type-image img {
	width:100%;
	height:auto;
	box-shadow: 0 0 0 transparent;
}
.node-type-landing-page .field-name-field-leaderboard-text {
	font-size:18px;
	margin-bottom:30px;
}

.node-type-landing-page .field-name-body {
	text-align: left;

}
.node-type-landing-page .field-name-body p {
	margin-bottom:20px;
	
}
.field-name-field-top-links {
	text-align: left;
	margin-top:50px;
}
.field-name-field-top-links .icon-btn {
	margin-bottom:30px;
}
.field-name-field-top-links .icon-btn:last-child {
	margin-right:0;
}
.icon-btn {
	line-height: 40px;
	margin-right:50px;
}
.icon-btn span {
	content:"";
	width:17px;
	height:24px;
	background:transparent url() no-repeat top center;
	display: inline-block;
	position: relative;
	top:5px;	
}

span.itunes {
	background-image:url(https://linkmaker.itunes.apple.com/images/badges/en-us/badge_appstore-lrg.svg);
	width: 227px;
    background-size: contain;
    height: 66px;
    background-position: center center;
}
span.coincap {
	background-image:url(../images/coincap_icon.png);
	background-size: contain;
	width:28px;
}

span.reddit {
	background-image: url(../images/reddit.png);
}
span.purse {
	content:"";
	width:24px;
	height:24px;
	background-image: url(../images/purse.png);
}
.field-name-field-bottom-links a {
	margin-bottom:30px;
	display: block;
	width:100%;
	text-align: center;
	background:#29384d;
	border-color:#29384d;
}
.field-name-field-bottom-text {
	margin-bottom:20px;
}
.field-name-field-bottom-text p {
	font-size:18px;
}

body.node-type-landing-page .field-name-field-android {
	text-align: left;
}

.miner-fee {
	padding-left:15px;
	padding-right:15px;

}

body.page-node-368, body.page-node-370 {
	background:#29384d url("../images/lens_top.png") no-repeat fixed center top;
}

.node-unpublished {
	background:transparent;
}
body.page-node-370 h1 {
	color:#fff;
}
body.page-node-370 a {
	color:#6589b1;
}

body.page-node-370 {
	color:rgba(255,255,255,.7);
}
body.page-node-370 p {

}
body.page-node-370 ul li {
	margin-bottom:15px;
}

body.page-node-370 h4 {
	margin-top:30px;
	margin-bottom:30px;
	color:#fff;
}
body.page-node-370 .panel-heading {
	padding:0;
	background:transparent;
	border:0;
	box-shadow: none;
}
body.page-node-370 .panel-heading h4 {
	margin:0;
	
}

body.page-node-370 .panel-heading a {
	-moz-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	transition: all .5 ease-in-out;
	display: block;
	padding:15px;
	border:0;
	
	
}
body.page-node-370 h1 {
	border:0;
	text-align: center;
}
body.page-node-370 h2 {
	font-size:20px;
}
body.page-node-370 .panel-heading a:hover {
	background:#55779f;
	color:#fff;
	text-decoration: none !important;
}
body.page-node-370 .panel-heading h4 {
	font-size:22px;
}
body.page-node-370 .panel-default {
	border:0;
	margin-bottom:20px;
	box-shadow: none;
	background:rgba(0,0,0,.2);
}
body.page-node-370 .panel-default .panel-body {
	color:#fff;
	border:0 !important;
}

.field-name-field-view-embed {
	margin-top:30px; 
}
.field-collection-container {
	border:0;
}

.api-panel {
	border:0;
	background:transparent;
}
.api-panel .well {
	background:rgba(0,0,0,.3);
	border:1px solid rgba(255,255,255,.1);
}
.api-panel .panel-body {
	background:rgba(0,0,0,.3);
}
.api-panel .panel-heading {
	background:#55779f;
	color:#fff;
	border:0;
	box-shadow: 0 0 0 transparent;
}
.api-panel .panel-heading a {
	display: block;
}
#btcInfo {
	background:rgba(0,0,0,.3);
	border:0;
	color:#fff;
}
#btcInfo > .panel-heading {
	background:transparent;
	box-shadow: 0 0 0 transparent;
	border:0;
	text-align: center;
	color:#fff;
	font-size:30px;
	padding-top:30px;
}
#btcInfo > .panel-heading h4 {
	font-size:22px;
}
#btcInfo h5 {
	margin-bottom:30px;
	color:rgba(255,255,255,.5);
}
#btcInfo ul li strong {
	color:rgba(255,255,255,.5);
	font-weight: normal;
}

#btcInfo h2 {
	margin-top:0;
	text-shadow: 0 1px 5px rgba(0,0,0,.5);
	font-weight: bold;
}
#btcInfo .panel-body {
	padding:30px;
}

.node footer {
	display: none;
}
ul.social-links.inline {
	margin:30px 0;
}
ul.social-links.inline li {
	display: inline-block;
	margin-right:15px;
}
ul.social-links.inline li img {
	width:50px;
}
ul.social-links-inline li:last-child {
	margin-right:0;
}

.view-id-faqs .views-row {
	background:rgba(0,0,0,.08);
	padding:30px;
	border-radius: 4px;
	margin-bottom:50px;
}
.view-id-faqs .views-row h2 {
	margin-bottom:30px;
}

.has-error .help-block.error {
	color:#b94a48;
}

#block-block-6 {
	margin-left:-30px;
	margin-right:-30px;
	background:#28394d;
	color:#fff;
	padding:30px;
	margin-top:30px;
}
#block-block-6 img {
	width:150px;
	margin-right:15px;
	opacity: .7;
}
#block-block-6 h4 {
	font-size:30px;
	
}
#block-block-6 .quick-start {
	background:rgba(0,0,0,.4);
	padding:15px;
}
#block-block-6 .quick-start p {
	font-size:18px;
}

#block-block-7 h2 {
	text-align: center;
	font-size:24px;
}
#block-block-7 p {
	text-align: center;
}
.field-name-field-video-embed {
	text-align: center;
	margin:50px 0;
}
.field-name-field-video-embed iframe {
	display: inline-block;
	margin:0 auto;
}
.node-type-asset-landing-page .stats {
	background:transparent url(../images/bg.jpg) no-repeat top center;
	background-size:cover;
	margin:30px -50px 0px -50px;
	color:#fff;
	padding:50px 100px;
	border-radius: 4px 4px 0px 0px;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.node-type-asset-landing-page .key-stats .field {
	margin-bottom:10px;
}
.node-type-asset-landing-page .stats .row {
	display: flex;
}
.node-type-asset-landing-page  .live-data {
	margin:0 -50px 30px -50px;
	background:rgb(120, 172, 66);
	padding:30px 50px;
	color:#fff;
	text-align: center;
	position: relative;
	display: none;
	border-radius: 0px 0px 4px 4px;
}
.node-type-asset-landing-page  .live-data #attrb {
	text-align: center;
	color:rgba(255,255,255,.5);
	display: inline-block;
	margin-right:30px;
	position: relative;
	top:-2px;

}
.node-type-asset-landing-page .live-data .data {
	display: inline-block;
	margin-right:15px;
	font-size:18px;
}
.node-type-asset-landing-page .live-data .top .data:last-child {
	margin-right:0;
}
.node-type-asset-landing-page .live-data .data label {
	color:rgba(255,255,255,.5);
}
.node-type-asset-landing-page  .live-data #attrb img {

}
.node-type-asset-landing-page .social {
	border-left:5px dotted rgba(255,255,255,.4);
	padding-left:50px;
	display: flex;
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.node-type-asset-landing-page .social a {
	display: block;
	color:#fff;
	max-width:50%;
	flex-basis:50%;
	margin-right:-4px;
	text-align: center;
}
.node-type-asset-landing-page .social a:hover {
	color:#55779f;
	text-decoration: none;
}
.node-type-asset-landing-page .social .other-links a {
	display: block;
	margin:0;
	width:100%;
}
.node-type-asset-landing-page .social a span {
	font-size:35px;
}
.node-type-asset-landing-page .social a span.ss-contact-reddit {
	position: relative;
	top:-3px;
}
.node-type-asset-landing-page .social a img {
	width:50px;
}
.node-type-asset-landing-page .stats h3 {
	margin-top:0;
}
.node-type-asset-landing-page .field-name-body p {
	font-size:18px;
	line-height: 28px;
}
/*
.node-type-asset-landing-page .social a.facebook {
	color:#3b5998;
}
.node-type-asset-landing-page .social a.twitter {
	color:#55acee;
}
.node-type-asset-landing-page .social a.reddit {
	color:#ff6600;
}*/

.field-name-field-bottom-cta {
	text-align: center;
	margin-bottom:50px;
}
.form-group .help-block.error {display: none;}
.form-group.has-error .help-block.error {display: block;}
.form-group.has-error .help-block.help {display: none;}


.embedded-video .player {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}

.embedded-video .player iframe,
.embedded-video .player object,
.embedded-video .player embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.social-network {

}

.view-other-links a {
	color:#55779f;
}


#asset-container {
	position: relative;
}
#asset-container #asset-bg {
	background-size:cover;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	opacity: .1;
	max-width:800px;
}

.panel-body .panel-collapse a {
	color:#428bca;
}

@media(max-width:700px) {
	.video-container .links {
		position: static;
	}
}