body {
    font-family: lato;
}
.container.content {
    margin: 40px auto;
}
.navbar-default {
    background-color: #FFF;
    border-color: #FFF;
    border-radius: 0px;
    padding: 13px 0;
    border-bottom: 0px;
    margin-bottom: 0px;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 23px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 4px;
    border: 0px;
}
.navbar-default .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    left: 40px;
    top: -10px;
}
.dropdown-menu>li>a {
    padding: 8px 20px;
}
.navbar-nav>li>a, a.navbar-brand {
    color: #1c1c1e!important;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 15px;
}.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #2789de!important;
    background-color: transparent;
}
.hero {
    background: linear-gradient(145deg, #ffffff, #0f1928);
    padding: 60px 0 30px 0;
    text-align: center;
}
.hero h1 {
color: #fff;
font-weight: 300;
}
.hero p {font-size: 18px;
color: rgb(14 2 2 / 70%);}

.hero-form {
    border: 10px solid rgba(255,255,255,0.2);
    border-radius: 6px;
}
input.form-control.search-query {
    width: 550px!important;
    height: 60px;
    font-size: 18px;
    margin: 30px auto;
    border: 0px transparent;
}
.btn-lg {
    font-size: 16px;
    font-weight: 600;
}
.btn-hg {
    padding: 15px 40px;
}
.btn-blue {
    color: #fff;
    background-color: #2789DE
}

.btn-blue:focus,
.btn-blue:hover {
    color: #FFF;
    background-color: #34383C
}

.btn-blue-o {
    color: #2789DE;
    background-color: transparent;
    border: 2px solid #2789DE
}

.btn-blue-o:focus,
.btn-blue-o:hover {
    color: #FFF;
    background-color: #2789DE
}

.btn-green {
    color: #FFF;
    background-color: #5fcf80
}

.btn-green:focus,
.btn-green:hover {
    color: #FFF;
    background-color: #68E08B
}

.btn-purple {
    color: #FFF;
    background-color: #5B62BC
}

.btn-purple:focus,
.btn-purple:hover {
    color: #FFF;
    background-color: #725FD0
}

.btn-purple-o {
    color: #5B62BC;
    background-color: transparent;
    border: 2px solid #5B62BC
}

.btn-purple-o:focus,
.btn-purple-o:hover {
    color: #FFF;
    background-color: #5B62BC
}

.btn-outline {
    color: rgba(255, 255, 255, .7);
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, .3)
}

.btn-outline:focus,
.btn-outline:hover {
    color: #111;
    background-color: #fff
}


.btn-value {
    background: #3366cc;
    color: #fff;
    border: 2px solid #3366cc;
    border-radius: 210px;
    padding: 10px 25px;
    font-weight: bold;
}
.btn-value:hover {
    background: #1c2437;
    color: #fff;
    border: 2px solid #1c2437;
    border-radius: 210px;
    padding: 10px 25px;
    font-weight: bold;
}
footer {
    background: #fff;
    padding: 40px 0 25px;
    border-top: 1px solid #e4e4e4;
}
footer img {
    width: 25px;
}
footer p {
    font-size: 16px;
    color: rgba(0,0,0,.5);
}

footer hr {
    margin-top: 70px;
    margin-bottom: 50px;
    border: 0;
    border-top: 1px solid #EEF0F3
}

footer .footer-title {
    margin-bottom: 10px
}

footer .footer-title h3 {
    color: #34383C;
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px
}

footer .footer-title:after {
    background: #2789DE
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

footer li {
    margin-left: 0;
    text-align: left;
}
footer .col-md-8 li {
    width: 33%;
    margin-left: 0;
    text-align: left;
    float: left;
}
footer .col-md-8 li a {
    line-height: 36px;
    font-size: 16px;
}
ul.foot-links {
    margin: 0;
    padding: 0;
    list-style: none;
}
.foot-links li {
    margin-left: 25px;
    text-align: right;
    display: inline-block;
}
.foot-links li a {
    line-height: 36px;
    font-size: 16px;
}
footer li a {
    color: rgba(0, 0, 0, .5);
    line-height: 36px;
    font-size: 16px;
    font-weight: 600
}

footer li a:hover {
    color: #2789DE;
    text-decoration: none
}
h2 {
    font-size: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.ajax-loading {
display: none;
}
.ajax-loading img {
height: 55px;
}
.ajax-loadingc {
display: none;
}
.ajax-loadingc img {
height: 45px;
}
/* Section */

#features {
background: #111;
padding: 30px 0;
}
.feature {
padding: 0 0 0 70px;
position: relative;
}
.feature h3 {
color: #fff;
}
.feature p {
color: #aaa;
}
.feature .icon {
    position: absolute;
    left: 0;
}
.feature .icon i {
color: #3a72a3;
    font-size: 50px;
}
#footer {
    color: #aaa;
    background: #111;
    padding: 30px 0;
}

#footer a {
    color: #aaa;
    text-decoration: none;
}
#footer a:hover {
    color: #fff;
}
/* Colors */

.green {
color: #71BA51;
}

.blue {
color: #3D8EB9;
}
.upper {
text-transform: uppercase;
}
#trades {
    background: #1B1B1B;
    padding: 20px;
}
.navbar-brand {
color: #fff !important;
}
.navbar-brand i {
    color: #FEC606;
}
.hero {
    padding: 20px;
}
.hero h2 {
font-size: 21px;
}
.navbar-brand {
    float: inherit;
    height: 50px;
}
#trades {
    padding: 0px;
}
}
.well {
    all: unset;
}
#url {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 60px;
    padding-left: 20px;
}
#download {
    height: 60px;
}
input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}
label {
  color: #fff;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 20px;
  margin-bottom: 0;
  margin-right: -3px;
}
input[type=radio]:checked + label {
  color: #ccc8ce;
  background: #337ab7;
}
label + input[type=radio] + label {
  border-left: solid 3px #337ab7;
}
.radio-group {
  border: solid 3px #337ab7;
  display: inline-block;
  margin: 20px;
  border-radius: 10px;
  overflow: hidden;
}
input[type=radio]:checked + label {
    color: #fff;
    background: #337ab7;
}
.control-label {
color: #000;
}
h2 {
color: #3a72a3;
}