html,
body {
    height: auto;
    background-size: cover;
    background-color: #15232f;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
}

.wrap {
    min-height: 100vh;
    height: auto;
    margin: 0 auto -180px;
    padding: 0 0 180px;
}

.wrap > .container {
    padding: 20px 15px;
}

.footer {
    height: auto;
    padding-top: 20px;
    background-color: #000;
}

.footer ul {
    padding-left: 0 ;
    text-transform: uppercase;
}

.footer ul > li{
    display: block;
    margin: 10px 0;
}

.footer ul > li > a{
    margin-right: 40px;
    color: #e3e3e3;
    text-decoration: none;
}

.footer ul > li > a:hover{
    color: #d3d3d3;
    text-decoration: none;
}

.footer small{
    color: #d3d3d3;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.lang-dropdown .dropdown-menu{
    min-width: unset;
}

.dropdown-menu{
    border-radius: 0;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.purchase-from .form-label{
    height: 34px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-control#fiat-input{
    padding: 6px 6px 6px 80px;
}

.navbar-brand > img {
    max-width: 250px;
}

.navbar {
     border-radius: 0;
}

.full-height{
    height: 100vh;
}

.socials a{
    color: #fff;
    margin: 0 5px;
}

.footer h4{
    text-transform: uppercase;
}

.question, .answer{
    padding: 20px 10px 10px;
    margin-bottom: 5px;
}

.question:hover{
    cursor: pointer;
}

.answer p{
    font-size: 16px;
}

.answer{
    display: none;
}

.question h5 {
    text-transform: uppercase;
    font-size: 30px;
    color: #233444;
    margin-top: 0;
}

#scrollTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 24px;
    border: none;
    outline: none;
    color: rgba(0,0,0,.3);
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    background-color: transparent;
}

.post-body{
    min-height: 100px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
}

.italic {
    font-style: italic;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/web/img/spinner.svg) center no-repeat #fff;
    background-size: 100px;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }

    .navbar-brand > img {
        max-width: 150px;
    }
}

@media screen and (min-width: 768px){

    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

}