body {
    font-family: Roboto,sans-serif;
    font-size: 14px;
    color: #353e54;
    background-color: #F4F4F4;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 25px;
    margin-bottom: 12.5px;
}

h3, h4 {
    height: 35px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

a {
    color: #437EC2;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}



.row.countries .flag-icon {
    width: 45px;
    height: 31px;
    top: -8px;
    margin-right: 10px;
}
.row.countries a {
    height: 2em;
    font-weight: 500;
    color: #4a6fa5;
}

.list-locations-block a {
    font-weight: 500;
}
.car-block .col {
    padding-right: 5px;
    padding-left: 5px;
}

.car-block h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.car-block .row > .col {
    margin-bottom: 10px;
}
.car-block .row {
    margin-left: -5px;
    margin-right: -5px;
}
.card-auto {
    padding: 10px;
}

.card-auto .auto-title {
    margin-bottom: 10px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-auto .auto-info {
    font-size: 16px;
    line-height: 1.75em;
}
.card-auto .col .checked {
    font-size: 12px;
}

.card-auto .auto-price {
    font-size: 28px;
    text-align: center;
    white-space: nowrap;
}

.card-auto .auto-price small {
    font-size: 0.5em;
}

.card-auto .btn {
    background-color: #fe7100;
    border-color: #fe7100;
    font-size: 18px;
    color: white;
}

.checked {
    display: block;
    background-image: url('icons/check.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    margin-left: -5px;
}

.navbar-dark, .nav-container {
    background: linear-gradient(to bottom,#4a44f2 0,#4a44f2 100%);
    border: none;
}



.jumbotron .form-wrapper {
    margin-bottom: -50px;
}

.form-wrapper {
    float: left;
}
.form-wrapper {
    max-width: 420px;
    width: 100%;
    color: #fff;
}

.jumbotron .right h1, .jumbotron .right h2 {
    text-shadow: 0 0 40px rgba(0,0,0,.2);
    color: #000;
    background: #fff;
    padding: 20px 25px;
    margin: 0 0 1px;
    text-align: left;
    font-weight: 400;
}

.jumbotron .right {
    overflow: hidden;
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: normal;
}
.jumbotron .right h1 {
    font-size: 30px;
    font-weight: 700;
}
.jumbotron .right h2 {
    font-size: 22px;
}
.jumbotron, .jumbotron h1 {
    color: inherit;
    padding: 0;
    margin-bottom: 50px;
}
.jumbotron .jumbotron-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0 20px;
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.3)),to(hsla(0,0%,100%,.3))),url('/images/bg.jpg');
    /* background: linear-gradient(180deg,hsla(0,0%,100%,.3),hsla(0,0%,100%,.3)),url(/images/background/europe.jpg); */
    background-size: auto,cover;
}

.white-block  {
    background-color: white;
    padding: 15px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
}

.white-block-wide {
    padding: 15px 0;
}

.row.white-block {
    margin: 0;
}

.list-locations-block {
    line-height: 2.5em;
    padding-right: 0;
    padding-left: 0;
}

.list-locations-block .icon span{
    font-size: 18px;
    color: slategrey;
    vertical-align: text-bottom;
}

.jumbotron .header-image {
    margin-top: -5px;
}

#currency-switcher .dropdown-menu {
    background-color: #054175;
}

.navbar-brand, .navbar {
    min-height: 51px;
    height: 51px;
}

.navbar-inverse .navbar-brand {
    padding: 8px 15px;
}

.navbar-inverse .navbar-nav > li > a {
    margin: 10px 15px;
}

.navbar-inverse {
    background: linear-gradient(to bottom, #004a8e 0, #074073 100%);
    border: none;
}

.navbar-inverse .navbar-nav > li > a {
    border: 1px solid transparent;
}


footer {
    background: #2c2d2d;
    border-top: 3px solid #000;
    color: #797e80;
    padding: 50px 0px;
    margin-top: 100px;
}

footer h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
}
footer a {
    color: inherit;
}

.vendors {
    height: 57px;
    background-image: url("/images/vendors.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}