﻿/*!
Template Name: Bitcoin Trade
Title: Bitcoin Trade - one page bootstrap website template bitcion website
Description: Bitcoin Trade a one page bootstrap website template suitable for creating your next bitcoin website.
Keyword: Bitcoin Trade bootstrap website template, one page bootstrap website template, cryptocurrency bootstrap website templates, bitcoin price bootstrap website template, bitcoin kurs bootstrap website template
Author URI: https://bootstrapwebtemplates.com/
Tags: bitcoin, bitcoin price, bitcoin kurs, onecoin, bitcoin mining, localbitcoins, ethereum, btc e, litecoin, free bitcoin, blockchain, coinbase, btc to usd, bitcoin miner, cryptocurrency, bitcoin wallet, bitcoin value, one page, onepage
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0
*/

/*----*****---- << Table of Contents >> ----*****----*/
/*
01. CSS RESET
02. GENERAL
03. FORMS & BUTTONS
04. NAVIGATION
05. HEADER
06. ABOUT
07. SERVICES
08. PORTFOLIO
09. TEAM
10. CONTACT
11. FOOTER
12. CONTACT

/* CSS RESET * -------------------------- */

* {margin: 0px; padding: 0px; box-sizing:border-box;}

/* GENERAL * -------------------------- */

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body{
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	overflow-x:hidden;
	color:#333;
	font-size:14px;
	
}
html,
body {
  height: 100%;
  width: 100%;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #f39c12;
}
a:hover,
a:focus {
  color: #f39c12;
  text-decoration:none;
}
hr {
  width: 100%;
  margin: 20px 0;
  border-top:2px dashed #dedede;
}
hr.light {
  border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* CSS TOP MARGINS * -------------------------- */
.top-marg {margin-top:10px;}
.top-marg-2 {margin-top:20px;}
.top-marg-3 {margin-top:30px;}
.top-marg-4 {margin-top:40px;}
.top-marg-5 {margin-top:50px;}

/* FORMS & BUTTONS * -------------------------- */

.btn-box {
  color: white;
  border: 1px solid #f39c12;
  background:#f39c12;
}
.btn-box:hover,
.btn-box:focus,
.btn-box:active,
.btn-box.active {
  color: #f39c12;
  background-color: #fff;
  border-color: #fff;
}
.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 5px;
}
.btn-xl {
  padding: 15px 30px;
    font-size: 14px;
    font-weight: 700;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  outline: none;
  border:1px solid #ccc !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	padding: 15px;
    line-height: 20px;
    height: 50px;
}
textarea{
	padding: 15px;
}

/* NAVIGATION* -------------------------- */

.navbar-default {
    background-color: #052D4C;
    border-color: transparent;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    font-weight: 200;
    letter-spacing: 1px;
}
.navbar-default .nav{
  margin:21px 0;
}
.navbar-default .navbar-header .navbar-brand {
  height: auto;
    width: auto;
    padding: 10px 15px;
}
.navbar-default .navbar-header .navbar-toggle {
    font-size: 12px;
    color: #000000;
    padding: 8px 10px;
    background: #f39c12;
    border-color: #f39c12;
}
.navbar-default .nav > li > a {
  text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
  color: #f39c12;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #fff!important;
    background-color: #f39c12;
    border-radius:5px;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: #f39c12;
}
 
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: white;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 1);
}

/* HEADER * -------------------------- */

header {
  position: relative;
  width: 100%;
  min-height: 95%;
  overflow-y: hidden;
  background: url("../images/header-bg.jpg") no-repeat center;
  background-size:100%;
  color: white;
  background-size:cover !important;
}
header:after {
  position: absolute;
  content:"";
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0) url("../images/overaly.png");
  opacity:0.8;
}
header .container {
  position: relative;
  z-index:1;
}
header .bwt-header-content {
  text-align: center;
  padding: 200px 0 50px;
  position: relative;
  height: 85vh;
}
header .bwt-header-content .bwt-header-content-inner {
  max-width: none;
  margin: 0;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: 100%;
 
}
header .bwt-header-content .bwt-header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size:80px;
  font-weight: 900;
  letter-spacing:0px;
  color: #f39c12;
  text-transform:uppercase;
}
header .bwt-header-content .bwt-header-content-inner h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size:40px;
  font-weight: 900;
  letter-spacing:0px;
  color: #f39c12;
  text-transform:uppercase;
}
header .bwt-header-content .bwt-header-content-inner h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight:200;
}
.bwt-click-to-bottom {
    font-size: 40px;
    line-height: 40px;
    -webkit-animation: bounce 2s infinite ease-in-out;
}
.bwt-click-to-bottom i {
    color: #fff;
    padding: 20px 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 15px;
    background: #f39c12;
}
@-webkit-keyframes bounce {
	0%, 20%, 60%, 100%  { -ms-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -o-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -moz-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
    40%  { -webkit-transform: translateY(-20px); }
	80% { -webkit-transform: translateY(-10px); }
}

/* ABOUT * -------------------------- */

section {
  padding: 100px 0;
}
section .bwt-section-title {
  font-size: 38px;
  margin:0 0;
  font-weight:900;
  color: #f39c12;
}
section h3{
  font-size:24px;
  text-transform:uppercase;
  margin: 15px 0 0 0;
}
section.bwt-about {
  position: relative;
}
section.bwt-about:before {
  content: "";
    position: absolute;
    top: -71px;
    left: 0;
    right: 0;
	display:block;
}
section.bwt-about blockquote {
      background: #f39c12;
    border-left: 0px solid #ccc;
    padding: 20px;
    quotes: "\201C""\201D""\2018""\2019";
    color: #fff;
    font-weight: 300;
    font-size: 20px;
	margin:30px 0;
}
section.bwt-about blockquote:before {
  color: #fff;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

/* BUY RATE * -------------------------- */

section.bwt-buyrate {
  background: #f39c12  url(../images/trade-bg.png);
}
section.bwt-buyrate .bwt-section-title{
  color: #fff;
}
section.bwt-buyrate .bdr{ border:2px solid #fff; background:#fff; border-radius:5px; padding:30px 20px; margin:10px 0 0 0; }
section.bwt-buyrate h2{ font-size:32px; font-weight:600; color:#f39c12; text-transform:uppercase; letter-spacing: 1px;border-bottom: 1px dashed #f39c12;padding-bottom: 15px;}
section.bwt-buyrate .image{ background:#fff; width:60%; margin:10px auto; padding: 10px 20px; border-radius:5px;}
section.bwt-buyrate p{ font-size:16px; font-weight:400; color:#555; line-height: 30px;margin: 10px 0 0 0;}
section.bwt-buyrate a{ display:inline-block; background:#f39c12; color:#fff; padding:13px 20px; margin:25px 0 0 0; text-transform:uppercase; font-weight:300; border-radius:3px; height:50px; font-size:16px; letter-spacing:1px; }
section.bwt-buyrate a:hover{ background:#333; color:#fff; }

/* SELL RATE * -------------------------- */

section.bwt-sellrate .bdr{ border:2px solid #eee; border-radius:5px; padding:30px 20px; margin:10px 0 0 0; }
section.bwt-sellrate h2{ font-size:32px; font-weight:600; color:#f39c12; text-transform:uppercase; letter-spacing: 1px;border-bottom: 1px dashed #f39c12;padding-bottom: 15px;}
section.bwt-sellrate .image{ background:#fff; width:60%; margin:10px auto; padding: 10px 20px;; border-radius:5px;}
section.bwt-sellrate p{ font-size:16px; font-weight:400; color:#555; line-height: 30px;margin: 10px 0 0 0;}
section.bwt-sellrate a{ display:inline-block; background:#f39c12; color:#fff; padding:13px 20px; margin:25px 0 0 0; text-transform:uppercase; font-weight:300; border-radius:3px; height:50px; font-size:16px; letter-spacing:1px; }
section.bwt-sellrate a:hover{ background:#333; color:#fff; }

/* CONTACT * -------------------------- */

    section.bwt-contact {
        width: 100%;
        background: #675884;
    }
section.bwt-contact input[type="text"], section.bwt-contact input[type="email"], section.bwt-contact textarea{ width:100%; padding:10px;  color:#ccc; font-weight:300; font-size:14px; border:none;  border:1px solid#d5d6d7; }
section.bwt-contact textarea:focus, section.bwt-contact input:focus{ outline:none; }
section.bwt-contact input[type="submit"]{ background:#f39c12; color:#fff; padding:13px 20px; border:none; text-transform:uppercase; font-weight:300; border-radius:3px; height:50px; font-size:16px; letter-spacing:1px; margin:0 0 0 25px; }
section.bwt-contact .terms{ color:#fff; font-weight:300; font-size:13px; }
section.bwt-contact .terms a{ color:#f39c12; text-decoration:underline; }

/* FOOTER * -------------------------- */

footer.bwt-footer {
  background-color: #222222;
  padding:40px 0;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
footer.bwt-footer .icon, footer.bwt-footer .icon-text { float:left;}
footer.bwt-footer .icon-text {width: -moz-calc(100% - 100px); width: -webkit-calc(100% - 100px); width: calc(100% - 100px);}
footer.bwt-footer .icon {width: 42px;
height: 42px;
line-height: 42px;
font-size: 23px;background:#f39c12;border-radius:50%;margin-right:20px;text-align:center;}
footer.bwt-footer .icon i{ color:#fff;}
footer.bwt-footer h3{font-size:20px; font-weight:400; position:relative; z-index:1; margin:0 0 5px 0; color:#fff; text-transform:uppercase; }
footer.bwt-footer p{color:#fff; font-weight:300; font-size:14px; margin:5px 0 0 0; line-height: 22px;}

.bwt-footer-copyright {
    font-size: 14px;
    background: #052D4C;
    color: #878C92;
    padding: 10px 0;
    line-height: 20px;
}
.bwt-footer-copyright .left-text{ text-align:left; margin:10px 0;}
.bwt-footer-copyright .right-text{ text-align:right; margin:10px 0;}

/* RESPONSIVE * -------------------------- */

@media (max-width: 1024px) {
.navbar-default .nav > li > a {
    padding: 10px 15px;
}
header {
    min-height: 50%;
}
header .bwt-header-content {
    height: 72vh;
}
}

@media (max-width: 768px) {
.navbar-default .navbar-header .navbar-brand {
    width: 300px;
}
.navbar-default .navbar-header .navbar-toggle {
    margin:19px 0;
}
header {
    min-height: 70%;
}
header .bwt-header-content {
    height: 60vh;
}
.navbar-default .navbar-header .navbar-brand {
    font-size: 36px;
    line-height: 25px;
}
.navbar-default.affix .navbar-header .navbar-brand {
    line-height: 25px;
}
.navbar-default {
    background-color: rgba(0,0,0,1);
}
header .bwt-header-content .bwt-header-content-inner h1 {
    font-size: 50px;
}
header .bwt-header-content .bwt-header-content-inner h3 {
    font-size: 20px;
}
header .bwt-header-content .bwt-header-content-inner h2 {
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: 0;
}
section {
    padding: 80px 0;
}
section.bwt-about img{
	margin:0 auto;
}
section .bwt-section-title {
    font-size: 36px;
}
section h3 {
    font-size: 20px;
}
section.bwt-team .team-box {
    width: 55%;
}
.bwt-footer-copyright .left-text {
    text-align: center;
}
.bwt-footer-copyright .right-text {
    text-align: center;
}
.md-top-marg{
	margin-top:20px;
}

}

@media (max-width: 640px) {
.navbar-default .navbar-header .navbar-toggle {
    margin:19px 15px 19px 0;
}
header {
    min-height: 30%;
}
header .bwt-header-content {
    height: 50vh; /*75*/
}
header .bwt-header-content .bwt-header-content-inner h1 {
    font-size: 36px;
	margin-bottom: 10px;
}
header .bwt-header-content .bwt-header-content-inner h3{
    font-size: 18px;
}
header .bwt-header-content .bwt-header-content-inner h2 {
    margin-bottom:15px;
    font-size: 18px;
}
footer.bwt-footer {
    float: none;
	text-align:center !important;
}
footer.bwt-footer .icon, footer.bwt-footer .icon-text {
    float: none;
	margin:0 auto;
}
footer.bwt-footer .icon-text {
    width: 100%;
    text-align: center;
	margin:10px auto 0 auto;
}

}

@media (max-width: 480px) {
header {
    background-size: 140%;
}
header .bwt-header-content .bwt-header-content-inner h1 {
    font-size: 30px;
}
header .bwt-header-content .bwt-header-content-inner h3 {
    font-size: 15px;
}
header .bwt-header-content .bwt-header-content-inner h2 {
    font-size: 14px;
}
section .bwt-section-title {
    font-size: 30px;
}
section h3 {
    font-size: 18px;
}
section.bwt-about blockquote {
    font-size: 18px;
}
.btn-xl {
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: 0;
}
.bwt-click-to-bottom i {
    padding: 10px 10px;
}

}

@media (max-width: 360px) {
header {
    /*background-size: 170%;*/
}
section.bwt-team .team-box {
    width: 75%;
}
.navbar-default .navbar-header .navbar-brand {
    width: 280px;
}
header .bwt-header-content .bwt-header-content-inner h1 {
    font-size: 28px;
}
header .bwt-header-content .bwt-header-content-inner h3 {
    font-size: 14px;
}
section .bwt-section-title {
    font-size: 26px;
}
section.bwt-about h2 {
    font-size: 18px;
}
section.bwt-about h2 {
    font-size: 20px;
    letter-spacing: 0;
}

}

@media (max-width: 320px) {
.navbar-default .navbar-header .navbar-brand {
    width: 250px;
}
header {
    min-height: 75%;
}
header .bwt-header-content {
    height: 60vh;
}
.navbar-default .navbar-header .navbar-brand {
    font-size: 30px;
}
header {
    background-size: cover;
}
header .bwt-header-content .bwt-header-content-inner h1 {
    font-size: 24px;
}
header .bwt-header-content .bwt-header-content-inner h3 {
    font-size: 12px;
}
section .bwt-section-title {
    font-size: 22px;
}

}



/*--------------------------------------------------------- testimonial-----------------------------------------------------------------------------*/

#testimonial-slider {
    background-color:linen;
    border-radius:7px;
    padding:10px 10px 0px 10px;
}

.testimonial{
    margin: 0 15px;
    color:black;
}
.testimonial .testimonial-profile{
    float:left;
    width:27%;
    padding-right:15px;
}
.testimonial .testimonial-profile img{
    width: 100%;
    height: auto;
    border-radius:50%;
    display: inline-block;
    margin-bottom:10px;
}
.testimonial .testimonial-date{
    display:block;
    text-align:center;
    color:#a9a9a9;
    text-indent: -2px;
}
.testimonial .testimonial-title{
    margin-bottom:0;
}
.testimonial .testimonial-title a{
    text-transform: uppercase;
    color: #d35400;
    font-size:15px;
    display: block;
    margin-bottom:4px;
}
.testimonial .testimonial-description{
    font-size: 14px;
    padding-left: 27%;
    line-height:20px;
}
.owl-pagination{
    margin-top: 15px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #d35400;
}
@media only screen and (max-width: 480px) {
    .testimonial{
        text-align: center;
        margin: 0 10px;
    }
    .testimonial .testimonial-profile{
        float:none;
        width: 30%;
        margin: 0 auto;
        padding: 0;
    }
    .testimonial .testimonial-description{
        padding-left: 0;
    }
}

.owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:.5}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(AjaxLoader.gif) no-repeat center center}

.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.testimonial a {
    background:none !important;
}

.howitwork {
    color:#fff;
}


/*Vertical Steps*/
.list-group.vertical-steps{
  padding-left:10px;
}
.list-group.vertical-steps .list-group-item{
  border:none;
  border-left:3px solid #ece5dd;
  box-sizing:border-box;
  border-radius:0;
  counter-increment: step-counter;
  padding-left:20px;
  padding-right:0px;
  padding-bottom:20px;  
  padding-top:0px;
  font-size:17px;
}
.list-group.vertical-steps .list-group-item.active{
  background-color:transparent;
  color:inherit;
}
.list-group.vertical-steps .list-group-item:last-child{
  border-left:3px solid transparent;
  padding-bottom:0;
}
.howitwork .list-group-item {
    background:none;
    text-align:left;
}
.list-group.vertical-steps .list-group-item::before {
  border-radius: 50%;
  background-color:#ece5dd;
  color:#555;
  content: counter(step-counter);
  display:inline-block;
  float:left;
  height:25px;
  line-height:25px;
  margin-left:-35px;
  text-align:center;  
  width:25px;  
}
.list-group.vertical-steps .list-group-item span,
.list-group.vertical-steps .list-group-item a{
  display:block;
  overflow:hidden;
  padding-top:2px;
}
/*Active/ Completed States*/
.list-group.vertical-steps .list-group-item.active::before{
  background-color:#0052c2;
  color:#fff;
}
.list-group.vertical-steps .list-group-item.completed{
  border-left:3px solid #0052c2;
}
.list-group.vertical-steps .list-group-item.completed::before{
  background-color:#0052c2;
  color:#fff;
}
.list-group.vertical-steps .list-group-item.completed:last-child{
  border-left:3px solid transparent;
}

.earning{
    border-collapse:collapse;
    border-top:1px solid #fff;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
}
.earning th{
    font-size:16px;
    padding:10px 0px;
    text-align:center;
    color:#0094ff;
}
.earning td {
    font-size:16px;
    padding:5px 0px;
    color:yellow;
}
.earning tr{
    border-bottom:1px solid #fff;
}