@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
}
.site-header.modal-header {
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
    border-top: none;
    padding-top: 10px;
    border-bottom: 0;
}
.brand img.logo-market {
    width: 20% !important;
}
.page-header {
    display: none;
}
.navbar-inner {
    font-weight: 700;
}
.site-footer [data-widget=sitemap], .site-footer [data-widget=socialsharer] {
    color: #fff;
}
.modal-footer .btn-link {
    color: #fff;
}
.site-footer, .site-footer a {
    color: #fff;
}
.site-footer .btn {
    color: #324976;
    text-shadow: none;
    background-color: #fff;
}
.btn {
    font-weight: 700;
    color: #fff;
    background-color: #328a7c !important;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    *background-color: #e6e6e6;
    border: none !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
}
.display-none {
    display: none !important;
}
.control-label {
    color: #fff;
    font-weight: 700;
}
.form-title {
    display: none;
}
.form-actions {
    background-color: rgba(241,240,238,0);
}
select, textarea, 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 {
    height: 40px;
    padding: 15px 15px;
    font-weight: 700;
}
button.btn, input[type=submit].btn {
    padding: 10px 40px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}
a {
    color: #1f4878;
}
a:hover {
    color: #328a7c;
    text-decoration: none;
}
.fa-fw {
    font-size: 16px;
}
.carousel a.carousel-control.left {
    left: 5px !important;
}
.carousel a.carousel-control {
    height: 40px !important;
    width: 40px !important;
}
.carousel a.carousel-control {
    height: 40px !important;
    width: 40px !important;
    font-size: 20px !important;
    line-height: 40px !important;
}
.control-label strong {
    color: #420000;
    font-weight: 400;
}
.site-header.modal-header a img:hover {
       opacity: 1 !important;
}
@media (max-width: 979px) {
.brand img.logo-market {
    width: 50% !important;
}
}