@font-face {
    font-family: 'FuturaStd Book';
    src: url('../fonts/FuturaStd-Book.woff2') format('woff2'),
    url('../fonts/FuturaStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaStd Book';
    src: url('../fonts/FuturaStd-Heavy.woff2') format('woff2'),
    url('../fonts/FuturaStd-Heavy.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


body{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#queldoreiNav,
h1, h2, h3, h4, h5{
    font-family: "FuturaStd Book";
}
#queldoreiNav{
    margin: 27px 0 31px 46px;
}
#queldoreiNav > li > a {
    font-size: 16px;
    letter-spacing: 0;
    text-transform: none;
    <!--font-weight: bold;-->
}
header:before{
    content:"";
    height:2px;
    width:100%;
    position: absolute;
    top:73px;
    left:0;
    background-color: #E0003C;
}
body.customer-account-login header:before{
    top:65px;
}
body.customer-account-login header.fixed:before{
    top:79px;
}
header.fixed:before{
    top: 79px;
}
body.customer-account-login header a.logo img {
    margin-bottom: 15px;
}
body.customer-account-login .top-dropdowns {
    margin-top: -30px;
}
header a.logo {
    margin: 0;
}
header a.logo img {
    margin-top: 15px;
}

@media screen and (max-width:979px) {
    header:before{
        top: 65px;
    }

}
#footer_slogan{
    position: relative;
    width: 100%;
    text-align: left;
}
#footer_slogan:before{
    content:"";
    height:2px;
    width:100%;
    position: absolute;
    top:11px;
    left:0;
    background-color: #1b3067;
}
#footer_slogan span{
    display: inline-block;
    background-color: #fff;
    font-family: "FuturaStd Book";
    font-size: 16px;
    color: #1b3067;
    position: relative;
    z-index: 10;
    padding:0 11px;
}

.sub-title {
	text-transform: none !important;
	}

.regular_big_title {
    font-size: 48px !important;
    font-weight: bold !important;
    line-height: 42px !important;
    letter-spacing: 0 !important;
}

.regular_text_neu {
    font-family: "FuturaStd Book" !important;
    font-weight: regular !important;
    font-size: 18px !important;
    text-transform: none !important;
    color: Black;
}
.std h1, .std h2, .std h3, .std h4 {
    font-weight: bold!important;
    text-transform: none;
}
.small_above_title {
    font-weight: bold !important;
    font-size: 25px !important;
}
.block .block-title {
    text-transform: none;
    font-weight: bold;
    font-family: "FuturaStd Book";
}
.block .block-title strong {
    text-transform: none;
    <!--font-weight: bold;-->
    letter-spacing: 0px;
}
.page-head h3, .col-main-wrap > .blog-title, .col-main-wrap > .product-category-title {
    font-family: "FuturaStd Book";
    font-weight: bold;
}
.product-category-title {
    letter-spacing:0;
}
@media only screen and (max-width: 1280px) and (min-width: 980px){
    .search-field #queldoreiNav, .search-field #nav {
        width: 500px;
    }
    header {
        padding-bottom: 15px;
    }
    header:before {
        top: 65px;
    }
}
@media only screen and (max-width: 979px) and (min-width: 768px){
    header {
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px){
    .search-field .search-top-container {
        top: 70px;
        right: 0;
    }
    .search-field .search-top-container .form-search {
        margin-left: -100px;
        margin-right: 10px;
    }
}