@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,600&subset=cyrillic');

body * {
    font-family: 'Montserrat', sans-serif;
    outline: none;
}

body *:focus {
    outline: none!important;  
    box-shadow: none!important;
}

body a:focus,
body a:hover {
    text-decoration: none;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    min-height: 100vh;
    font-family: 'Montserrat', sans-serif;
    background: url(/assets/images/bg.png) top center no-repeat #065bb6;
    background-size: cover;
    color: #fff;
    font-size: 1em;
    line-height: 1em;
}

#bit_exchange_box .form-control::placeholder {
  color: #000;
  text-align:center;
}

input[type="number"] {
    -moz-appearance: textfield;
  }
  input[type="number"]::-webkit-inner-spin-button, 
  input[type="number"]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
  }

input, button {
  font-family: 'Montserrat', sans-serif!important;
}

h1 {
    font-size: 35px;
    color: #000000;
    font-weight: bolder;
    margin-left: -2.5px;
	margin-bottom: 30px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 25px;
	margin: 5px 0 20px;
}

h4 {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 1em;
}

/* Header */

header .row {
    width: 100%;
    padding: 20px 0;
    align-items: center;
}

header a {
    color: #ffffff;
    opacity: 0.8;
    -webkit-transition-property: width, height, margin,box-shadow,border-bottom,background,opacity;
    transition-property: width, height, margin,box-shadow,border-bottom,background,opacity;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
	cursor: pointer;
}

header a:hover,
header a:focus {
    color: #ffffff;
    opacity: 1;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
}

.primary-menu {
    justify-content: flex-end;
}

.primary-menu li {
    padding: 0 10px;
}

.sign-in {
    justify-content: flex-end;
    align-items: center;
}

.sign-in .btn-light {
    color: #044EA8;
    background: #FFFFFF;
    border-radius: 100px;
    font-weight: 600;
    padding: 5px 10px;
    min-width: 95px;
    opacity: 1;
    margin-left: 20px;
	height: auto;
}

/* Form */

.btn-light {
    color: #005cbf;
    width: max-content;
    padding: 0 35px;
    margin-top: 6px;
    height: 45px;
    background: #FFFFFF;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.125em;
}

.btn-light.btn-max {
	width: 100%;
}

a.btn-light:not([href]):not([tabindex]) {
	color: #044EA8;
}

.btn-light:hover,
.btn-light:focus {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-blue {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    width: max-content;
    padding: 0 35px;
    margin-top: 6px;
    height: 45px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.125em;
}

.btn-blue.btn-max {
	width: 100%;
}

.btn-blue:hover,
.btn-blue:focus {
    color: #005cbf;
	background: #FFFFFF;
    border-color: #ced4da;
}

.btn-xs, .btn-sm {
    padding: 10px 20px;
    margin-top: 0px;
    height: 40px;
}

input.goodbye-checkbox {display: none;}

.pseudocheckbox::before {  
    content: "\00A0";
	display: inline-block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #065bb6;
    border-radius: 2px;
    margin-right: 6px;
    vertical-align: baseline;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #065bb6;
}

.modal .pseudocheckbox::before,
#bit_exchange_box .pseudocheckbox::before {  
    border: 1px solid #fff;
    color: #fff;
}

input.goodbye-checkbox:checked + .pseudocheckbox::before { content: "\2713"; }

.form-control {
    margin: 2px 0 12px 0;
    height: 50px;
    padding: 0 20px;
    color: rgba(37, 37, 37, 0.8);
    -webkit-transition-property: width, height, margin,box-shadow,border,background;
    transition-property: width, height, margin,box-shadow,border,background;
    -webkit-transition-duration: 0.05s;
    transition-duration: 0.05s;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
	font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.125em;
}

.form-control:focus {
	background: transparent;
	border: 1px solid rgba(37, 37, 37, 0.8);
}

textarea.form-control {
    padding: 12px 20px;
}

select.form-control:not([size]):not([multiple]) {
    height: 50px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: inset 0 0 0 50px white;
    -webkit-text-fill-color: black;
	background: transparent!important;
}

input::-webkit-input-placeholder {
	color: #fff;
	opacity: 0.35;
	font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.125em;
	}
input::-moz-placeholder {
	color: #fff;
	opacity: 0.35;
	font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.125em;
	}
input::-moz-placeholder {
	color: #fff;
	opacity: 0.35;
	font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.125em;
	}
input::-ms-input-placeholder {
	color: #fff;
	opacity: 0.35;
	font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.125em;
	}

/* Homepage */

#bit_exchange_box div > .content {
    -webkit-transition-property: width, height, margin,box-shadow,border-bottom,background,opacity;
    transition-property: width, height, margin,box-shadow,border-bottom,background,opacity;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px 10px 0px 0px;
    padding: 27px 35px;
    height: 100%;
}

#bit_exchange_box .desc {
    font-size: 13px;
    line-height: 16px;
    opacity: 0.8;
    padding-bottom: 20px;
}

#bit_exchange_box .row-absolute {
    justify-content: flex-end;
}

#bit_exchange_box .row-absolute .col-md-4 .content {
    border-radius: 0;
}

#bit_exchange_box .form-control {
    height: 50px;
    color: #fff;
    padding: 0 20px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.4);
    letter-spacing: 0.125em;
}

#bit_exchange_box .btn {
	width: 100%;
}

#bit_exchange_form .options {
	padding-top: 20px;
    font-size: 13px;
    line-height: 16px;
}

#bit_exchange_form .options a {
	color: #fff;
}

#bit_exchange_options .row .col-md-2 {
	display: none;
}

#bit_exchange_options .row > div {
	flex: 0 0 100%;
    max-width: 100%;
}

#bit_exchange_options .row h3 {
	display: none;
}

#bit_exchange_options label {
	font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 0.8em;
}

.reserves {
    background: #fff;
    color: #555;
}

.reserves .row {
    width: 100%;
    padding: 20px 0;
}

.reserves .row:nth-child(2) {
    padding-top: 0;
}

.reserves .row:nth-child(2) > div {
    display: flex;
    margin-bottom: 20px;
}

.reserves .gateway-icon {
    margin-top: 2.5px;
}

.reserves .pull-left {
    margin-left: 10px;
}

.reserves .text-pay {
    font-size: 14px;
    opacity: 0.8;
    display: block;
    padding-bottom: 5px;
}

/* Modale */

.modal-content {
    background: #075db9;
    box-shadow: 0 0 29px #00000033;
    color: rgb(255, 255, 255);
    padding: 12px 25px;
}

.modal-content .form-control {
	color: #fff;
}

.modal-header, .modal-footer {
	border: 0;
}

.modal-content .form-control:focus {
	background: transparent;
	border: 1px solid #fff;
}

h4.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 25px;
    text-transform: inherit;
    font-weight: 400;
}

.modal-content a {
	color: #ced4da;
}

.modal-content .col-md-12 .btn-light {
	width: calc(50% - 5px);
    margin: 25px 0 10px;
}

.modal-footer {
    display: flex;
    flex-direction: column;
	font-size: 13px
}

.modal-content .options,
.modal-footer label {
	width: 100%;
	margin-left: 0;
}

.modal-footer>label:not(:first-child) {
	margin-left: 0;
}

.modal-footer>.options:not(:last-child) {
    margin-right: 0;
}

.modal-footer .checkbox {
	margin: 10px 0 5px;
}

/* Account */

.page-account .options {
	padding: 20px 0;
}

.page-account .btn-link {
	font-weight: 600;
    text-transform: uppercase;
    text-decoration: none!important;
    color: #000000;
}

.page-account #account {
    display: flex;
    flex-direction: column;
}

.page-account .input-group-addon {
	display: block;
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.page-account .alert,
.page-account .alert-info {
	padding: 0;
    border: 0;
    background: transparent;
    opacity: 0.8;
    margin: 0;
}

.page-account #testimonials .btn-xs,
.page-account #withdrawals .btn-xs {
	margin-bottom: 20px;
}

.page-account #wallet .btn-sm {
	margin-bottom: 20px;
}

.card {
	background: transparent;
    border: 0;
    border-radius: 6px;
    margin: 10px 0;
}

.card-header {
	background-color: rgba(255, 255, 255, 0);
    border-radius: 6px;
    border: 1px solid #ced4da;
    background: rgba(255, 255, 255, 1);
	cursor: pointer;
}

/* Pages */

#page .container {
    background: #F7F7F7;
    position: relative;
    padding: 40px;
    color: #000000;
    min-height: 60vh;
    border-radius: 5px;
    line-height: 1.3;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#page .form-group label {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#page .testimonials blockquote p {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 6px;
    border: 1px solid #ced4da;
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
    padding: .75rem 1.25rem;
}	

#page .testimonials-name {
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
}

#page .testimonials .pull-left {
	text-align: right;
}

#faq .btn.btn-link {
	font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
	font-size: 13px;
}

/* Footer */

footer {
    background: #1F3455;
    font-size: 13px;
}

footer .row {
    width: 100%;
    padding: 20px 0;
}

footer .col-12 {
    text-align: center;
}

footer a {
    color: #ffffff;
    opacity: 0.8;
    -webkit-transition-property: width, height, margin,box-shadow,border-bottom,background,opacity;
    transition-property: width, height, margin,box-shadow,border-bottom,background,opacity;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
}

footer a:hover,
footer a:focus {
    color: #ffffff;
    opacity: 1;
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.secondary-menu,
.socials {
    justify-content: center;
}

.secondary-menu li,
.socials li {
    padding: 0 10px;
	margin-bottom: 5px;
}

/* Media */

@media (max-width: 768px) {

header .row {
    width: auto;
}

header .row > div:first-child {
	text-align: center;
}

.primary-menu {
    justify-content: center;
    margin: 20px 0;
}

.sign-in {
    justify-content: center;
    align-items: center;
}

#bit_exchange_box div:not(:last-child) > .content {
	margin-bottom: -20px;
}

#bit_exchange_box div:not(:first-child) > .content {
	border-radius: 0;
}
	
.table {
    font-size: 0.6em;
    }
    .table td, .table th {
    padding: 0px;
    }    
    .card-body {

    padding: 0px;
}
}

#tooltip {
    z-index: 9999;
	position: absolute;
	display: none;
	top:0px;
	left:0px;
	background-color: #000;
	padding: 5px 10px 5px 10px;
	color: white;
	opacity: 0.6;
	border-radius: 5px; 
}