.container--margin-top {
    margin-top: 30px;
}

.carousel-control {
    background-image: none !important;
    text-shadow: none !important;
    z-index: 3;
}

.carousel-control > img {
    position: absolute;
    top: 50%;
    max-width: 40px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}

.carousel-control.left > img {
    left: 10px;
}

.carousel-control.right > img {
    right: 10px;
    left: auto;
}

.box-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #2b4a76;
    font-weight: 600;
}

.box-title > h3 {
    text-transform: uppercase;
    margin: 0;
    color: #2b4a76;
    font-family: 'berthold_akzidenz_grotesk_bCn';
}

.box-title > a {
    text-transform: uppercase;
    color: #FC4013;
}

.box-preview {
    display: flex;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.07);
}

.box-preview--middle {
    align-items: center;
}

.box-preview + .box-preview {
    margin-top: 10px;
}

.box-preview__thumb {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 40%;
}

.box-preview__entry {
    padding: 10px;
    width: 60%;
    color: #5B7CA5;
}

.box-preview__entry > time {
    color: #FC4013;
    margin-top: 3px;
    display: block;
}

.box-preview__entry > p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
}

.small-title {
    color: #5B7CA5;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.small-title > a {
    color: #5B7CA5;
}

.box-preview__date {
    background-color: #ddd;
    text-align: center;
    width: 40%;
}

.box-preview__date > .year {
    background-color: #2b4a76;
    display: block;
    width: 100%;
    color: #fff;
    padding: 3px 7px;
}

.box-preview__date > .day-month {
    display: block;
    width: 100%;
    color: #5B7CA5;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 15px;
    font-size: 16px;
}

.newsletter {
    border: 1px solid #2b4a76;
    padding: 10px;
}

.newsletter form {
    margin-top: 15px;
}

.btn-full {
    width: 100%;
    display: block;
}

.boxed-title {
    background-color: #2b4a76;
    color: #fff;
    text-transform: uppercase;
    font-family: 'berthold_akzidenz_grotesk_bCn';
    margin: 0 0 30px;
    padding: 10px 15px;
    text-align: center;
}

.productsCarousel {
    padding: 0 30px !important;
}

.prev-arrow-products.new-icon,
.next-arrow-products.new-icon {
    width: 40px;
    height: 40px;    
    background-size: 40px;
}

.prev-arrow-products.new-icon {
    left: 15px;
    background-image: url('../images/blue-arrow/left.png');
}

.next-arrow-products.new-icon {
    right: 15px;
    background-image: url('../images/blue-arrow/right.png');

}


footer {
    background-color: #2B4A76;
    color: #fff;
    margin-top: 30px;
    padding: 30px 0;
}

footer a {
    color: #fff;
}

footer a:hover,
footer a:focus {
    text-decoration: underline;
    color: #fff;
}

footer h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 10px;
    font-family: 'berthold_akzidenz_grotesk_bCn';
}

footer h3 a {
    text-decoration: underline;
}

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

footer ul li + li {
    margin-top: 3px;
}

.credits {
    margin-top: 20px;
}

.df18 .navbar {
    border-bottom: none;
}

.df18 .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 5;
    position: relative;
}

.navbar-navigation {
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;*/
    display:inline-block;
    width:100%;
    position:absolute;
    left:0;
    top:0;
    padding: 20px 15px 8px 15px;
}

.navbar-toggle{
    z-index:99;
}
.df18 .navbar-form {
    width: 300px;
    margin: 4px 0 0 0;
    padding:0;
    position:absolute;
    left:50%;
    margin-left:-150px;
}

.df18 #primary-nav, 
.df18 #primary-nav-outlet {
    width: 100%;
    padding: 0 15px 0 315px !important;
    position: absolute;
    bottom: -30px;
    left: 0;
}

.df18 .navbar-nav.menu2017 > li > a {
    width: auto !important;
    min-width: auto !important;
    border-left: none;
    text-align: left;
    padding: 0;
    font-family: 'berthold_akzidenz_grotesk_bCn';
}

/*.df18 .navbar-nav.menu2017 > li + li {
margin-left: 60px;
}*/
.navbar-nav{
    display:flex;
    justify-content:space-between;
}
.navbar-nav:after,.navbar-nav:before{
    display:none;
}

.df18 .navbar-nav.menu2017 > li > a:hover,
/*.df18 .navbar-nav.menu2017 > li > a:focus,*/
/*.df18 .navbar-nav.menu2017 > li > a:active,*/
.df18 .navbar-nav.menu2017 > li.open > a {
    background-color: transparent;
    opacity: 0.6;
}
.df18 .navbar-nav.menu2017 > li > a:hover,
.df18 .navbar-nav.menu2017 > li > a:focus,
.df18 .navbar-nav.menu2017 > li > a:active,
.df18 .navbar-nav.menu2017 > li.open > a {
    background-color: transparent;
}
.over2016.nav .open > a, .over2016.nav .open > a:hover, .over2016.nav .open > a:focus, .over2016.nav .active > a, .over2016.nav .active > a:hover, .over2016.nav .active > a:focus{
    background:none;
}

.df18 .dropdown-menu-large {
    margin-top: 10px !important;
}

picture,
picture > img {
    max-width: 100%;
    height: auto;
}

.bollino-top-usernav{
    display:block;
    position:absolute;
    top:-1px;
    right:-3px;
    width:18px;
    height:18px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background: #FFED00;
    text-align:center;
    color:#2B4A76;
    font-family:'berthold_akzidenz_grotesk_bMd';
    font-size:14px;
    line-height:18px;
}

.bollino-top-usernav.preferiti{
    top:-4px;
}
.bollino-top-usernav.mini{
    font-size:12px;
    line-height:16px;  
}

@media (min-width: 992px) and (max-width: 1199px) {
    .df18 .navbar-nav.menu2017 > li + li {
    margin-left: 30px;
}
}

@media (max-width: 767px) {

    html body {
    padding-top: 88px !important;
}

.corriere {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 999;
}

.navbar {
    top: 33px !important;
}
.navbar--checkout{
    top:-10px !important;
}

.box-home + .box-home {
    margin-top: 30px;
}

.container--slider {
    padding: 0 !important;
    margin-top: 0;
}

.container--slider > .row > [class^="col-"] {
    padding: 0 !important;
}

.row.row-home-banner {
    margin-left: -5px;
    margin-right: -5px;
}

.container.container--no-padding-xs {
    padding-left: 0;
    padding-right: 0;
}

.prev-arrow-products.new-icon, 
.next-arrow-products.new-icon {
    width: 24px;
    height: 24px;
    background-size: 24px;
}

.prev-arrow-products.new-icon {
    left: 5px;
}

.next-arrow-products.new-icon {
    right: 5px;
}

.productsCarousel {
    padding: 0 30px !important;
}

.df18 .navbar-static-top .container {
    padding: 10px 0 !important;
}

.df18 .navbar {
    height: auto !important;
}

.df18 .navbar-toggle {
    margin: 0;
    padding-left: 0;
}

.df18 .navbar-navigation {
    padding-top: 0;
    margin-right: 0;
    float: right;
}

.df18 .navbar-brand {
    padding-top: 3px;
    padding-bottom: 0;
}

.df18 .account-navigation {
    margin-right: 0;
}

.df18 #primary-nav, 
.df18 #primary-nav-outlet {
    padding-left: 0 !important;
    padding-right: 0 !important;
    bottom: auto;
    top: 45px !important;
}

.df18 .navbar-nav.menu2017 > li + li {
    margin-left: 0;
}

.df18 .navbar-nav.menu2017 > li > a:hover,
.df18 .navbar-nav.menu2017 > li > a:focus,
.df18 .navbar-nav.menu2017 > li > a:active,
.df18 .navbar-nav.menu2017 > li.open > a {
    color: #5B7CA5;
}

.ricerca-xs {
    margin-top: 0 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.ricerca-xs .add-on .input-group-btn > .btn {
    background-color: #5B7CA5;
    border: 1px solid #5B7CA5;
    color: #fff;
}

.footer-widget--wrapper {
    display: inline-block;
    width: 100%;
}

.footer-widget {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.footer-widget + .footer-widget {
    margin-top: 20px;
}

.footer-widget iframe {
    margin: 0 auto;
    width: 140px !important;
}

.footer-widget h3 {
    margin-bottom: 0;
}

.footer-widget h3 + * {
    margin-top: 10px;
}

.info-legali {
    font-size: 12px;
    margin-bottom: 0;
}

.navbar-nav{
    display:block;
}
.navbar-navigation {
    flex-wrap:wrap;   
}

.nav > li{
    display:inline-block;
    position:relative;
    float:left;
    width:100%;
}
}