/**
 * 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-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;
}
.navbar-inverse .navbar-nav > li > .nolink {
	padding: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;
}

.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;
}

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