/*!
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: 10px;
}




/* 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: 13px 20px;
    font-weight: bold;
    background-color: #f39c12;
    font-size: 17px;
}
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* -------------------------- */

.show_popup_home{
    display: none;
    width: 100%;    
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}
.show_popup_home_child{
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
    border: solid 10px #FFF;
    margin-top: 5%;
    box-shadow: 1px 0px 15px #FFF;
}
.show_popup_home_child img{
  max-width: 100%;
}

#close_home_popup{
  position: absolute;
    right: -22px;
    top: -22px;
    z-index: 999;
    font-size: 22px;
    background-color: #FF0000;
    color: #FFF;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    cursor: pointer;
}




.navbar-default {
  background-color: rgba(0,0,0,0);
    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:35px 0 5px 0;
}
    .navbar-default .navbar-header .navbar-brand {
        height: auto;
        width: 270px;
    }
.navbar-default .navbar-header .navbar-toggle {
  font-size: 24px;
    color: #FFF;
    padding: 2px 11px;
    background: #f4c93c;
    border-color: #f4c93c;
    border-radius: 2px;
}
.navbar-default .nav > li > a {
  text-transform: uppercase;    
    font-size: 14px;
    font-weight: 400;
    padding: 4px 12px;
}
.navbar-default .nav > li > a.active{
  color: #fdc104;
}


.navbar-default .nav > li select{
	background: none;
    color: rgba(255, 255, 255, 1);
    border: none;
    margin-top: 8px;
    margin-left: 5px;
    font-weight: 400;
}
.navbar-default .nav > li select option{
	color:#000;
}


.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
  color: #fdc104;
}
.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);
}

#mainNav{
  position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: rgba(0,10,13,0.5);
}
.stick {
    position: fixed !important;
    top: 0px;
    z-index:6;
    margin: auto;
    width: 100%;    
    -webkit-transition: display 1s ease;
    -moz-transition: display 1s ease;
    -o-transition: display 1s ease;
    -webkit-transition: width 2s;
    transition: width 2s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
}


#particles-js{
  position: absolute;
  width: 100%;  
  height: 100%;
}

/* HEADER * -------------------------- */

/* what you can * -------------------------- */
.what_you h1{
  padding-top: 180px;
  font-size: 50px;
  font-weight: bold;
  padding-bottom: 30px;
}
.what_you_child{
  width: 100%;
  position: relative;
  min-height: 155px;
}
.what_you_child img{
  width: 30%;
  float: left;
}
.what_you_child p{
  width: 60%;
  float: right;
}
.what_you_child p b{
  display: block;
  font-size: 30px;
  margin-top: 5px;
  padding-bottom: 10px;
}
.what_you_child p span{
  color: #e7b63a;
  font-size: 20px;
  line-height: 20px;
}
.more_wrap{
  padding-top: 20px;
}
.viewmore{
    border: solid 2px #FFF;
    padding: 11px 25px;
    margin-right: 15px;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;    
}
/* what you can * -------------------------- */


/* roadmap * -------------------------- */
.bwt-roadmap{
    background-color: #FFF;
    padding: 70px 0 70px 0;
    position: relative;
}
.bwt-roadmap h1{
    font-size: 48px;    
    color: #192b3c;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.roadmap_inr {
    margin: 80px auto 0;
    width: 696px;
    height: 791px;
    position: relative;
    background: url(../images/road_pic.png) center 0px no-repeat;
    font-size: 22px;
    font-weight: 100;
}
.cell_1 {
    left: 230px;
    top: -16px;
}
.cell_2 {
    left: -500px;
    top: 47px;
}
.cell_3 {
    left: 330px;
    top: 160px;
}
.cell_4 {
    left: 172px;
    top: 321px;
}
.cell_5 {
    bottom: 120px;
    right: 190px;
}
.map_cell {
    position: absolute;
    width: 545px;
}
.map_cell:nth-child(odd) .map_no_area {
    float: left;
}
.map_cell:nth-child(odd) .map_no_area {
    margin-right: 18px;
}
.map_cell:nth-child(odd) .year_cell, .map_cell:nth-child(odd) .map_content h4, .map_cell:nth-child(odd) .map_cell_circle {
    color: #01353f;
}
.map_cell:nth-child(odd) .map_cell_circle {
    border-color: #01353f;
}
.map_cell:nth-child(even) .map_no_area {
    float: right;
}
.map_cell:nth-child(even){
    float: left;
}
.map_cell:nth-child(even).cell_4 .map_no_area {
    margin-left: 0;
    margin-right: 18px;
}
.map_cell:nth-child(even) .map_content {
    text-align: right;
    padding-right: 10px;
}
.map_cell:nth-child(2n).cell_4 .map_content {
    text-align: left;
}
.map_cell_circle {
    width: 68px;
    height: 68px;
    text-align: center;
    line-height: 58px;
    font-size: 30px;
    font-weight: 700;
    border: 4px solid transparent;
    border-radius: 50%;
    text-transform: uppercase;
    position: relative;
}
.map_cell_circle:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 100%;
    width: 2px;
    height: 46px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.map_cell:nth-child(even) .map_cell_circle:after, .map_cell:nth-child(even) .year_cell:before {
    background: #d90000;
}
.map_cell:nth-child(odd) .map_cell_circle:after, .map_cell:nth-child(odd) .year_cell:before {
    background: #302f2f;
}
   
.map_cell:nth-child(even) .map_cell_circle {
    border-color: #f4c93c;
    color: #f4c93c;
}
.map_cell:nth-child(odd).cell_5 .map_no_area {
    margin-right: 0;
    margin-left: 18px;
}
.map_cell:nth-child(odd).cell_5 .map_no_area {
    float: right;
}
.map_cell:nth-child(odd).cell_5 .map_content {
    text-align: right;
}

.year_cell {
    font-size: 18px;
    margin: 60px 0 0 9px;
    position: relative;
}
.year_cell:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    left: 50%;
    bottom: 100%;
    border-radius: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    background-color: #FFF !important;
    border: solid 3px #cc090e;
}
.map_cell:nth-child(even) .map_cell_circle:after, .map_cell:nth-child(even) .year_cell:before {
    background: #0c3e47;
}
.map_no_area {
    width: 60px;
    text-align: center;
}
.map_content {
    overflow: hidden;
}
/* roadmap * -------------------------- */

/* ico * -------------------------- */
.bwt-ico{
  background-color:#FFF;
  color: #034f5f;
  font-size: 17px;
  padding:65px 0 100px 0;
  text-align: center;
}
.bwt-ico h2{      
    font-size: 44px;
    font-weight: bold;
}
.bwt-ico img{
  max-width: 100%;
}

/* ico * -------------------------- */


header {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow-y: hidden;  
  background-size:100%;
  color: white;
  background-image:url('../images/bg-header.png');
}



header .container {
  position: relative;
  z-index:1;
}
header .bwt-header-content { 
  padding: 200px 0 50px;
  position: relative;
  height: 90vh;
}
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: 20px;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #f39c12;
    text-transform: uppercase;
}
header .bwt-header-content .bwt-header-content-inner h2 {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: 100;
    line-height: 30px;
}


.carousel-caption{
  text-align: left;
  top: 25%;
  left: 10%;
}
.carousel-caption h1{
    color: #f39c12;
    font-size: 65px;
    text-transform: uppercase;
    font-weight: bold;
}
.carousel-caption h2{
    font-size: 28px;
    color: #FFF;
    margin-bottom: 35px;
}

.bwt-click-to-bottom {
    font-size: 40px;
    line-height: 40px;
    -webkit-animation: bounce 2s infinite ease-in-out;
    text-align: center;
}
.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: 60px 0;
}
section .bwt-section-title {
    font-size: 50px;
    margin: 15px 0 60px 0;
    color: #192b3c;
    font-weight: bold;
}
.home_about_des{
    line-height: 28px;
    font-size: 17px;
    color: #595858;
}
.home_more{
  margin-top: 40px;
}
.home_more a{
    background-color: #f39c12;
    color: #FFF;
    padding: 12px 46px;
    border-radius: 6px;
    font-weight: bold;
}


.about{
    background-image: url(../images/about_bg.png);    
    padding: 70px 0 175px 0; 
}
.about_content{
    width: 100%;
    background-color: #FFF;
    padding: 40px 40px;
    box-shadow: 0px 0px 7px 1px #ccc;
    border-radius: 5px;
}
.about_content .tab{text-align: center;padding-bottom: 35px;}
.about_content .tablinks{
    background: none;
    border: none;
    border-bottom: solid 2px #f0f4f7;
    font-size: 28px;
    color: #797978;
    margin-right: 25px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}
.about_content .tablinks.active{
  color: #ce9805;
    font-weight: bold;
}

.about_big_img{
  float: right;
}
.about_content_scroll{
  font-size: 18px;
  color: #595858;
  height: 265px;
  overflow: hidden;
}

.about_content_scroll p b{
  
}



/*investing---------------------*/
.investing_bg{
    background-image: url(../images/invest-bg.png);
    background-position: center bottom;
    background-size: 100% 365px;
    padding-top: 50px;
    background-repeat: no-repeat;
}
.investing_bg h2{
    font-size: 44px;
    font-weight: bold;
    color: #034f5f;
    text-align: center;
}
.investing_bg h3{
      text-align: center;
    font-weight: 100;
    color: #7e7b7b;
    font-size: 24px;
        margin-top: 5px;
}
.investing_child{    
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 120px 35px 25px 35px;
    font-size: 22px;
    font-weight: 100;
    color: #FFF;
    min-height: 420px;
    max-width: 330px;
}
.investing_child b{
    display: block;
    font-size: 54px;
    text-align: center;
}
.investing_child span{
  
}
.investing_f{
  color: #e49b26;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 35px;
}
/*investing---------------------*/



/* BUY RATE * -------------------------- */

section.bwt-buyrate {
    background-image: url(../images/bg-debit.png);    
    padding: 55px 0 55px 0; 
    font-size: 17px;  
    color: #767777; 
}
section.bwt-buyrate img{max-width: 100%;}
section.bwt-buyrate p{
  text-align: justify;
  padding-top: 40px;
  font-size: 18px;
}

.lending_child1 b, .lending_child2 b, .lending_child3 b, .lending_child4 b{
  color: #d40808;
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
}
.lending_child1, .lending_child2{
  text-align: right;
}
.lending_child2{
  margin-top: 100px;
}
.lending_child4{
  margin-top: 160px;
}

.lending_child3, .lending_child4{
  text-align: left;
}
/* SELL RATE * -------------------------- */
.bwt-sellrate{
   padding: 75px 0 5px 0;
    background-image: url(../images/bg-lending.png);
    background-repeat: no-repeat;
    background-position: center top;
    color: #FFF;   
    font-weight: 100; 
    background-size: cover;
}
section.bwt-sellrate p {
  font-size: 18px;
  margin-bottom: 40px;
}
section.bwt-sellrate p img{
  max-width: 100%;
}


/* debitcard * -------------------------- */
.debitcard{
  background-image: url(../images/bg-debit.png);
  padding-top: 10px;  
}
.debitcard p{
  font-size: 17px;
  color:#01101c;
}
.debitcard h2{
  color: #01101c;
  font-size: 34px;
}
.debitcard h2 b{
    display: block;
    margin-bottom: 25px;
    font-size: 24px;
}
.debitcard_child{
  padding-left: 80px;
  padding-top:50px;
}
.debitcard_child a{margin-right: 10px;}
.debitcard_child img{
  max-width: 100%;
}
/* debitcard * -------------------------- */




/* CONTACT * -------------------------- */

section.bwt-contact{ 
	width: 100%;
    background: #f4a012;
    color:#FFF;
    padding:60px 0 15px 0;
	background-image:url('../images/bg-footer.png');
}

.f_brand{
  position: relative;
  text-align: center;
}
.f_brand a{
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}


section.bwt-contact input[type="text"], section.bwt-contact input[type="email"], section.bwt-contact textarea{
    width: 100%;
    padding: 10px;
    background: transparent;
    color: #FFF;
    font-size: 14px;
    border: 1px solid#364852;
    max-width: 580px;
    display: inline-block;
}

section.bwt-contact input[type="text"]::-webkit-input-placeholder, 
section.bwt-contact input[type="email"]::-webkit-input-placeholder, 
section.bwt-contact textarea::-webkit-input-placeholder{
  color: #FFF;
}
section.bwt-contact input[type="text"]::-moz-placeholder, 
section.bwt-contact input[type="email"]::-moz-placeholder, 
section.bwt-contact textarea::-moz-placeholder{
  color: #FFF;
}
section.bwt-contact input[type="text"]::-ms-input-placeholder, 
section.bwt-contact input[type="email"]::-ms-input-placeholder, 
section.bwt-contact textarea::-ms-input-placeholder{
  color: #FFF;
}
section.bwt-contact input[type="text"]::-moz-placeholder, 
section.bwt-contact input[type="email"]::-moz-placeholder, 
section.bwt-contact textarea::-moz-placeholder{
  color: #FFF;
}

section.bwt-contact textarea:focus, section.bwt-contact input:focus{ color: #FFF; }

.f_subrice{
  position: relative;
  text-align: center;
  padding: 75px 0 95px 0;
}
section.bwt-contact .f_subrice input[type="submit"]{ 
    color: #FFF;
    padding: 11px 45px;
    border: none;
    font-size: 17px;
    border-radius: 5px;
    font-weight: bold;
    background-image: url(../images/btn-send.png);
    display: inline-block;
    margin-left: -7px;
}


/* 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: 70px;height: 70px;line-height: 70px;font-size: 36px;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;}


.copyright{
	text-align: left;
	font-size: 16px;	
}
.copyright span{  opacity: 0.5;}

.copyright a{
	 float: right;
    margin-right: 15px;
    margin-top: -15px;
}



/* RESPONSIVE * -------------------------- */

@media (max-width: 1024px) {
.navbar-default .nav > li > a {
    padding: 10px;
}
.navbar-default .navbar-header .navbar-brand{
  width: 200px;
  margin-top: 0px;
}

header {
    min-height: 90%;
}
header .bwt-header-content {
    height: 80vh;
}
}

@media (max-width: 768px) {
    .show_popup_home_child{
      max-width: 90%;
    }

    .navbar-default .navbar-header .navbar-brand {
        width: 300px;
    }
    .navbar-default .navbar-header .navbar-toggle {
        margin:25px 0 0 0;
    }
    header {
        min-height: auto;
    }
    header .bwt-header-content {
        height: 60vh;
    }
    .navbar-default .navbar-header .navbar-brand {
        font-size: 36px;
        line-height: 25px;
        margin-top: 0;
    }
    .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 h2 {
        margin-bottom: 15px;
        font-size: 20px;
        letter-spacing: 0;
    }
    section {
        padding: 80px 0;
    }

    section .bwt-section-title {
        font-size: 36px;
    }
    section h3 {
        font-size: 20px;
    }

    .carousel-caption h1 {
        font-size: 40px;
    }
    .carousel-caption h2 {
        font-size: 18px;
    }

    .md-top-marg{
    	margin-top:20px;
    }

    section.bwt-sellrate h2, section.bwt-sellrate p{
      text-align: center;
    }
    .what_you h1 {
        padding-top: 95px;
        font-size: 34px;
        font-weight: bold;
        padding-bottom: 10px;
    }
    .what_you_child{
      min-height: 125px;
    }

    .what_you_child img{
      width: auto;
    }
    .what_you_child p{
          width: auto;
        float: left;
        margin-left: 20px;
        margin-top: 10px;
    }
    .what_you{
      padding-bottom: 20px;
    }
    .about_content{
      padding: 20px 10px;
    }
    .about_content .tab{text-align: left;}
    .about_content .tablinks{
      margin-right: 10px;
      padding-left: 5px;
      padding-right: 5px;
      font-size: 16px;
    }
    .bwt-ico{
      padding: 45px 0 45px 0;
    }
    .lending_child1, .lending_child2 , .lending_child3, .lending_child4{
      text-align: left;
    }
    .lending_child2, .lending_child4{
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .round_child1, .round_child2, .round_child3, .round_child4, .round_child5, .round_child6, .round_child1 b{
      font-size: 12px;
    }
    .lending_child3{
      margin-top: 20px;
    }
    .debitcard_child{padding-left: 0; text-align: center; padding-top: 0;}
    .debitcard{
      padding-top: 10px;
    }
    .copyright{text-align: center;}
    .copyright span{display: block; margin-bottom: 10px;}
    .copyright a{float: initial; }

    .roadmap_inr{
      width: auto;
      height: auto;
      background: initial;
    }
    .map_cell {
      position: initial;
      width: 100%;
      clear: both;
      margin: 20px 0;
    }
    .investing_child{
      margin: 10px auto;
    }
    .investing_f{
      text-align: center;
    }
    .f_subrice{
      padding:20px 0;
    }
    section.bwt-contact .f_subrice input[type="submit"]{
      margin-top: 10px;
    }

}

@media (max-width: 640px) {
.navbar-default .navbar-header .navbar-toggle {
    margin:19px 15px 19px 0;
}

header .bwt-header-content {
    height: 50vh;
}
header .bwt-header-content .bwt-header-content-inner h1 {
    font-size: 36px;
	margin-bottom: 10px;
}
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;
}
.navbar-default .navbar-header .navbar-brand{
  margin-top: 0px;
}
.what_you h1{
  text-align: center;
}
.debitcard p{
  text-align: center;
}
.debitcard_child a{
  margin-right: 0;
    margin-bottom: 10px;
    display: block;
}

}

@media (max-width: 480px) {
	
  .carousel-caption h1 {
    font-size: 16px;
}

.carousel-caption h2 {
    font-size: 10px;
    margin-bottom: 20px;
    margin-top: 0;
}
header {
    background-size: 140%;
}
header .bwt-header-content .bwt-header-content-inner h1 {
    font-size: 30px;
}
header .bwt-header-content .bwt-header-content-inner h2 {
    font-size: 14px;
}
section .bwt-section-title {
    font-size: 30px;
}
section h3 {
    font-size: 18px;
}
.round_child1, .round_child2, .round_child3, .round_child4, .round_child5, .round_child6, .round_child1 b{
  font-size: 9px;
}
.round_child2{
  width: 30%;
}

.round_child3{
  width: 10%;
}

.btn-xl {
    padding: 5px 10px;
    font-size: 11px;
    letter-spacing: 0;
}
.bwt-click-to-bottom i {
    padding: 10px 10px;
}
section.bwt-sellrate .bdr{
	overflow:hidden;
}
.status_chound, .status_btn{
	width:100% !important;
}

.what_you_child{
  text-align: center;
}
.what_you_child img {
    width: auto;
    margin: auto;
    float: inherit;
}
.what_you_child p{
      width: 100%;
    float: initial;
    margin-left: 0;
}
.about{
  padding: 30px 0;
}
.about_content .tablinks{display: block;}
.bwt-roadmap{
  padding: 20px 0;
}
.bwt-ico h2{
  font-size: 120%;
}

}

@media (max-width: 420px) {
  
}




@media (max-width: 360px) {
header {
    background-size: 170%;
}

.navbar-default .navbar-header .navbar-brand {
    width: 280px;
}
header .bwt-header-content .bwt-header-content-inner h1 {
    font-size: 28px;
}
section .bwt-section-title {
    font-size: 26px;
}



}

@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;
}
section .bwt-section-title {
    font-size: 22px;
}

}

/*-- login --*/

.model_login {
    max-width: 390px;
}

    .model_login .modal-content {
        border-radius: 8px;
    }

    .model_login .modal-header {
        background-image: url(../images/bg-reg.png);
        background-repeat: repeat-x;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom: none;
    }

    .model_login .modal-title {
        text-align: center;
    }

        .model_login .modal-title img {
            max-width: 120px;
            margin: auto;
        }

    .model_login .modal-body {
        padding: 15px 30px 15px 30px;
    }

        .model_login .modal-body p a {
            color: #025887;
            font-style: italic;
        }

        .model_login .modal-body p {
            font-size: 14px;
        }


    .model_login .modal-footer {
        padding: 0 10px 30px 10px;
        text-align: center;
        border-top: initial;
    }

        .model_login .modal-footer button {
            border: none;
        }

    .model_login .modal-body input[type='text'], .model_login .modal-body input[type='password'] {
        border: none;
        background-color: #efefef;
        width: 100%;
        padding: 10px 15px;
        height: auto;
        margin-bottom: 5px;
    }
/*-- login --*/

/*-- register --*/
.model_reg {
    max-width: 744px;
}

    .model_reg .modal-content {
        border-radius: 8px;
    }

    .model_reg .modal-header {
        background-image: url(../images/bg-reg.png);
        background-repeat: repeat-x;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom: none;
    }

    .model_reg .modal-title img {
        max-width: 120px;
    }

    .model_reg .modal-title a.signInReg {
        float: right;
        color: #FFF;
        margin-top: -24px;
        font-size: 12px;
        text-decoration: underline;
    }


    .model_reg .modal-body {
        padding: 15px 30px 15px 30px;
    }

        .model_reg .modal-body p a {
            color: #025887;
            font-style: italic;
        }

        .model_reg .modal-body p {
            font-size: 14px;
        }


    .model_reg .modal-footer {
        padding: 0 10px 30px 10px;
        text-align: center;
        border-top: initial;
    }

        .model_reg .modal-footer button {
            border: none;
        }

    .model_reg .modal-body input[type='text'], .model_reg .modal-body input[type='password'], .model_reg .modal-body input[type='email'] {
        border: none;
        background-color: #efefef;
        width: 100%;
        padding: 10px 15px;
        height: auto;
        margin-bottom: 5px;
    }

.reg_left {
    width: 48%;
    float: left;
}

.reg_right {
    width: 48%;
    float: right;
}

    .reg_right p img {
        max-width: 200px;
    }
/*-- register --*/