/*!
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:15px;}
.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: 38px;
}
textarea{
	padding: 15px;
}

/* NAVIGATION* -------------------------- */

.navbar-default {  
    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: 260px;
    padding-top: 14px;
    padding-bottom: 10px;    
}
.navbar-default .navbar-header .navbar-toggle {
   font-size: 24px;
    color: #000000;
    padding: 6px 11px;
    background: #f39c12;
    border-color: #f39c12;
    border-radius: 2px;
}
.navbar-default .nav > li > a {
  font-size: 15px;
    font-weight: 400;
    padding: 2px 14px;
    cursor: pointer;
}
.navbar-default .nav > li > a.active{
  color: red;
}
.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: #00006b;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #00006b!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 .navbar-nav>li>a{
    color: #00006b;
}
.navbar-default .navbar-nav>li>a.menu_last{
      background-color: #ff401a;
    border-radius: 20px;
    color: #f2fe2d;
    padding: 7px 20px;
    font-weight: 700;
}

#mainNav{
  position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: #FFF;
    border-radius: 0;
}
#particles-js{
  position: absolute;
  width: 100%;  
  height: 100%;
}

.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;
}


/* HEADER * -------------------------- */

/* what you can * -------------------------- */

.more_wrap{
  padding-top: 5px;
}
.viewmore{
    color: #FFF;
    font-weight: bold;
    font-size: 24px;
    background-image: url(../images/what-video-bg.png);
    background-repeat: no-repeat;
    text-align: center;
    width: 280px;
    height: 55px;
    display: inline-block;
    line-height: 50px;    
}
.viewmore img{
  margin-left: 15px;
}
/* what you can * -------------------------- */

/* solution * -------------------------- */
#solution{
    background-image: url(../images/our-solution-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;    
    padding: 50px 0 250px 0;
    color: #FFF;
    position: relative;
}
#solution h2{
  font-size: 55px;
  font-weight: 300;
  margin-bottom: 50px;
}
.our_solution_child_left{
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.our_solution_child_left img{
  display: inline-block;
  margin-right: 20px;
}
.our_solution_child_left p{
    width: 70%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top: 12px;
    font-size: 14px;
    font-weight: 100;
}
.our_solution_child_left p b{
  display: block;
  font-weight: 600;
  font-size: 18px;
}

.our_solution_child_right{
  width: 100%;
  position: relative;
}
.our_solution_child_right img{
  
}
/* solution * -------------------------- */

/* network * -------------------------- */
#network{
    background-image: url(../images/network-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    padding: 125px 0 150px 0;
    margin-top: -150px;
}
#network h2{
  font-size: 55px;
  font-weight: 200;
  color: #072edf;
  margin-bottom: 60px;
}
#network img{
  max-width: 100%;
}
#network p{
  text-align: left;
    color: #454544;
    font-size: 18px;
    font-weight: 200;
    padding: 50px 0 80px 0;
}
#network p span{
  color: #1706af;
  font-weight: 400;
}


/* network * -------------------------- */

/* token * -------------------------- */
#token{
    background-image: url(../images/rate-policy-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #FFF;
    padding: 175px 0 220px 0;
    width: 100%;
    margin-top: -185px;
}
#token h2{
  font-size: 48px;
  font-weight: 100;
  margin-bottom: 100px;
}
#token img{
  width: 100%;
  max-width: 100%;
}
#token p{
    font-size: 18px;
    font-weight: 200;
    padding-top: 35px;
    font-style: italic;
    text-align: center;
}

/* token * -------------------------- */




/* roadmap * -------------------------- */
.roadmap_wrap{    
    position: relative;
    color: #696969;
}
.bwt-roadmap{
    background-image: url(../images/bg-roadmap.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #FFF;
    position: relative;
    z-index: 1;
    padding-top: 230px;
    margin-top: -435px;
        padding-bottom: 240px;
}
.bwt-roadmap h2{
  font-size: 55px;
    margin: 15px 0 90px 0;
    color: #FFF;
    font-weight: 100;
}
.roadmap_description{
    text-align: center;
    width: 100%;
    max-width: 630px;
    margin: 5px auto 70px auto;
}

.roadmap_child{
  display: block;
  width: 100%;
  position: relative;
  background: url(../images/road_bg.png);
  background-repeat-y: repeat;
  background-repeat: repeat-y;
  background-position: center top;
  padding-top: 25px;
  padding-bottom: 45px;
}
.roadmap_left{
  width: 51%;
  float: left;
  position: relative;
}
.roadmap_left p{
   float: right;
    width: 100%;
    text-align: right;
    font-size: 14px;
    max-width: 430px;
    margin-right: 4%;
    margin-top: 35px;
    position: relative;
    color: #FFF;
}

.roadmap_left b{
    color: #FFF;
    font-size: 30px;
    float: right;
    margin-right: -265px;
    margin-top: 30px;
    width: 290px;
    text-align: left;
}
.roadmap_left b span{
    background-color: #e21e05;
    width: 30px;
    height: 30px;
    border: solid 5px #0728db;
    border-radius: 50%;
    box-shadow: 1px 1px 19px #444;
    margin-right: 26px;
    margin-top: 6px;
    float: left;
}

.roadmap_right{
  width: 51%;
  float: right;
  position: relative;
}
.roadmap_right p{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin-left: 5%;
    max-width: 430px;
    position: relative;
    color: #FFF;
    margin-top: -31px;
}

.roadmap_right b{
    color: #FFF;
    float: left;
    margin-top: -36px;
    margin-left: -263px;
    font-size: 30px;
    width: 290px;
    text-align: right;
}
.roadmap_right b span{
        background-color: #e21e05;
    width: 30px;
    height: 30px;
    border: solid 5px #0728db;
    border-radius: 50%;
    box-shadow: 1px 1px 19px #444;
    margin-left: 16px;
    margin-top: 6px;
    float: right;
}

.road_last{
  text-align: center;
  margin-top: -12px;
}

/* roadmap * -------------------------- */



header {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow-y: hidden; 
  color: white;
  background-image:url('../images/slide-bg.png');
  background-size: cover;
  padding-bottom: 75px;
}
.what_you{
  width: 100%;
  position: relative;
  padding-top: 150px;
}
.what_you h1{
  font-size: 45px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 10px;
}
.what_you span{
  font-size: 38px;
  font-weight: 200;
}
.what_you p{
    font-size: 17px;
    margin-top: 30px;
    font-weight: 100;
}





.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); }
}



section {
  padding: 60px 0;
}
section .bwt-section-title {
    font-size: 55px;
    margin: 15px 0 25px 0;
    color: #FFF;   
    font-weight: 100; 
}


section h3{
  font-size:24px;
  text-transform:uppercase;
  margin: 15px 0 0 0;
}


/* ABOUT * -------------------------- */
.about{
  background-color: #0824d9;
  color: #FFF;
  text-align: right;
  padding-top: 90px;
  padding-bottom: 150px;
}
.about img.about_img{
  margin-left: -60px;
}
.about_content{
  border-right: solid 2px #FFF; 
 position: relative;
 padding-bottom: 100px;
}
.about_content_child{
  width: 100%;
  position: relative;
  padding-right: 30px;
  padding-bottom: 25px;
}
.about_content_child b{
    font-size: 45px;
    font-weight: 100;
    margin-top: -24px;
    position: relative;
    display: inline-block;
    margin-bottom: 55px;
    position: relative;
    width: 100%;
}
.about_content_child b span{
      background-color: #e21e05;
    float: right;
    width: 30px;
    height: 30px;
    border: solid 5px #FFF;
    border-radius: 50%;
    box-shadow: 1px 1px 19px #666;
    margin-right: -47px;
    margin-top: 21px;
}
.about_content_child p{
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 45px;
}
/* ABOUT * -------------------------- */



/* faq * -------------------------- */
#faq{
    background-color: #072edf;
    color: #FFF;
    padding: 95px 0 240px 0;
    margin-bottom: -150px;
}
#faq h2{
  font-size: 55px;
  font-weight: 100;
  margin-bottom: 70px;
}
.frequently_child{
        width: 100%;
    display: inline-block;    
    position: relative;
    border: solid 2px rgba(3,250,253, 0.66);
    border-radius: 10px;
    padding: 20px 20px 10px 65px;
    margin-bottom: 20px;
    vertical-align: top;
}
.frequently_child_plus{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 21px; 
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
}
.frequently_child_plus:after {
    content: '\002B';
    color: #FFF;
    float: left;
    margin-left: -44px;
    font-size: 50px;
    font-weight: 100;
    margin-top: -37px;
    margin-bottom: 0;
}
.frequently_child_plus.active:after {
    content: "\2212";
    color: #f92f07;
}


.frequently_child_show{  
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; 
}
.acomax_mobile{display: none;}
/* faq * -------------------------- */

/* faq * -------------------------- */
#team{    
    color: #464646;
    padding: 75px 0 40px 0;    
}
#team h2{    
        color: #004ade;
    font-size: 55px;
    font-weight: 500; 
    margin-bottom: 80px;
}
.our_ad_child{
  width: 47%;
  margin-right: 2%;
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}
.our_ad_child_left{
    width: 44%;
    display: inline-block;
    position: relative;
    margin-right: 5%;
}
.our_ad_child_left img{
  max-width: 100%;
}
.our_ad_child_right{
    width: 50%;
    display: inline-block;
    position: relative;
    padding-top: 10px;
    vertical-align: top;
}
.our_ad_child_right b{
  display: block;
  font-size: 24px;
  font-weight: 100;
}
.our_ad_child_right span{
      display: block;
    font-size: 14px;
    color: #f92f07;
    font-weight: 500;
    margin: 5px 0 10px 0;
}
.our_ad_child_right p.our_social{
  background-color: #edeef0;
    padding: 8px 20px;
}
.our_ad_child_right p.our_social a{
  margin-right: 10px;
}
.our_ad_child_right p{
  color: #404141;
  font-size: 14px;
  font-weight: 100;
}
/* our_advisors * -------------------------- */


/*-- 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 --*/









/* FOOTER * -------------------------- */

section.bwt-contact{ 
	 width: 100%;
    color: #FFF;
    padding: 140px 0 35px 0;
    background-image: url(../images/bg-footer.png);
    background-size: cover;
}

.f_address{
  width: 100%;
  position: relative;
}
.f_address b{
    font-size: 30px;
    font-weight: bold;
    border-bottom: solid 1px rgba(220,220,220,0.35);
    display: block;
    padding-bottom: 5px;
    margin-bottom: 25px;
    max-width: 92%;
}
.f_address p{
  line-height: 35px;
}

.f_sendEmail{
  width: 100%;
  position: relative;
}
.f_sendEmail b{
    font-size: 30px;
    font-weight: bold;
    border-bottom: solid 1px rgba(220,220,220,0.35);
    display: block;
    padding-bottom: 5px;
    margin-bottom: 25px;
    max-width: 470px;
}

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 rgba(220,220,220,0.35);
    font-style: italic;
}



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: #b4b3b3;
}
section.bwt-contact input[type="text"]::-moz-placeholder, 
section.bwt-contact input[type="email"]::-moz-placeholder, 
section.bwt-contact textarea::-moz-placeholder{
  color: #b4b3b3;
}
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: #b4b3b3;
}
section.bwt-contact input[type="text"]::-moz-placeholder, 
section.bwt-contact input[type="email"]::-moz-placeholder, 
section.bwt-contact textarea::-moz-placeholder{
  color: #b4b3b3;
}

section.bwt-contact textarea:focus, section.bwt-contact input:focus{ color: #FFF; }
section.bwt-contact input[type="submit"]{ 
    color: #FFF;
    padding: 9px 60px;
    border: none;
    font-size: 17px;
    margin-top: 10px;
    font-weight: bold;
    background-image: url(../images/btn-send.png);
    background-color: initial;
    background-repeat: no-repeat;
    text-align: center;
}
section.bwt-contact .terms{ color:#fff; font-weight:300; font-size:13px; }
section.bwt-contact .terms a{ color:#f39c12; text-decoration:underline; }



.copyright{
	   text-align: left;
    font-size: 14px;
    margin-top: 90px;
    background-color: rgba(0,77,223,0.4);
    padding: 12px 0 10px 0;
    line-height: 30px;
    color: rgba(255,255,255,0.51);
}

.copyright a{
	float:right;
	margin-left:12px;
}
.copyright a img{
  max-width: 34px;
}


/* RESPONSIVE * -------------------------- */

@media (max-width: 1024px) {
.navbar-default .nav > li > a {
    padding: 6px;
}
.navbar-default .navbar-header .navbar-brand{
  width: 200px;
  margin-top: 14px;
}

.roadmap_left img, .roadmap_right img{
  max-width: 120px;
}
.bwt-roadmap, #solution, #network, #token{
  background-size: cover;
}
.our_solution_child_right img {
    width: 100%;
}

header {
    min-height: 90%;
}
header .bwt-header-content {
    height: 80vh;
}
}



@media (max-width: 768px) {
  body{
    overflow-x: hidden;
  }
.navbar-default .navbar-header .navbar-brand {
    width: 300px;
}
.navbar-default .navbar-header .navbar-toggle {
    margin: 25px 0 0 0;
    padding: 2px 10px 2px 10px;
    background-color: #00009f;
    color: #FFF;
    border-color: #00009f;
}
.what_you .col-md-7.col-xs-12 img{
  margin: auto;
  width: 100%;
  max-width: 100%;
}
.about img.about_img {
    margin-left: 0;
    width: 100%;
    margin-bottom: 70px;
}
.our_ad_child {
    width: 100%;
    margin-right: 0;
}
.frequently_child_plus:after{
  margin-top: -9px;
  font-size: 30px;
}
.f_sendEmail b{
  margin-top: 30px;
}
.bwt-roadmap{
  margin-top: -330px;
}
.roadmap_child{
  overflow-x: hidden;
  padding-top: 35px;
}
header {
    min-height: auto;
	background-size: cover;
}
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 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;
}
.roadmap_right p b,.roadmap_left p b{
  font-size: 16px;
} 

.roadmap_left p, .roadmap_right p{
  width: 80%;
}
.acomax_desktop{
  display: none;
}
.acomax_mobile{
  display: block;
}
.acomax_mobile img{
  width: 100%;
  margin-bottom: 0px;
}


.copyright span{display: block; margin-bottom: 10px;}
.copyright a{
  float: initial;
    margin-left: 0;
    margin-right: 10px;

}
.stick{
  position: absolute !important;
}
.f_sendEmail .col-md-6.top-marg, .f_sendEmail .col-md-12.top-marg-2, .f_sendEmail .col-md-12.top-marg{
  padding-left: 0;
  padding-right:0;
}

}


@media (max-width: 480px) {
	.what_you h1 {
    font-size: 30px;    
    margin-top: 0;    
  }
  .what_you span {
    font-size: 24px;    
  }
  .what_you p{
    font-size: 16px;
  }
  .what_you .col-md-7.col-xs-12 img{
    margin-top: 20px;
  }

  .about_content_child b, .bwt-roadmap h2, #solution h2, #network h2, #team h2, #faq h2{
    font-size: 30px;
  }
  #token h2{
    font-size: 30px;
    margin-bottom: 30px;
  }
  .about_content_child p{
    font-size: 16px;
  }

  .roadmap_right b{
    font-size: 18px;
    margin-left: -276px;
  }
  .roadmap_left b{
        font-size: 20px;
    margin-right: -271px;
  }
  .roadmap_right b span{
    margin-top: 0;
  }
  .roadmap_left b span{
    margin-right: 7px;
    margin-top: 0;
  }

  .our_solution_child_left{text-align: center;}

  #network{
    margin-top: -195px;
  }
  #network p{text-align: center;}

  .our_ad_child_left, .our_ad_child_right{
    width: 100%;
    text-align: center;
  }
  .frequently_child_plus:after {
    margin-top: -39px;    
  }




  .carousel-caption h1 {
    font-size: 16px;
  }

  .carousel-caption h2 {
      font-size: 10px;
      margin-bottom: 20px;
      margin-top: 0;
  }
  header {
      
  }
  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;
  }


  .btn-xl {
      padding: 5px 10px;
      font-size: 11px;
      letter-spacing: 0;
  }
  .bwt-click-to-bottom i {
      padding: 10px 10px;
  }
  .status_chound, .status_btn{
  	width:100% !important;
  }
  .roadmap_right p{
    margin-left: 13%;
  }

  .roadmap_right img, .roadmap_left img{
      display: none;
  }
  
  .bwt-ico h2{
    font-size: 120%;
  }
  .reg_right p img{
  	max-width:100%;
  }
  
  section.bwt-contact{
    padding-bottom: 0;
  }
  .navbar-default .navbar-header .navbar-toggle {
      margin: 25px 5px 0 0;      
  }
  .copyright{
    text-align: center;
  }

}

