/* General */

.fullscreen-element {
    width: 100%;
}

.overflow-hidden {
    overflow: hidden;
}

#backtotop {
    right: auto;
    left: 20px;
}

.hidden {
    display: none;
}

.red, .red-bg {
    background: #bd1829;
}

.grey {
    background: #f0f0f0;
}

strong {
    color: #bd1829;
    font-weight: 700;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.imgWrapper img {
    margin: 0 auto;
}

.titleGeneral {
    color: #bd1829;
}

.customButtom {
    width: auto;
    line-height: 22px;
}

.customButtom i {
    float: left;
    margin-right: 10px;
    color: #fff;
}

.customButtom:hover {
    background-color: #888;
}

.customButtom:hover i {
    color: #fff;
}

.data-post {
    font-size: 11px !important;
}

p {
    margin: 0 0 5px 0;
}

.tooltip-icon {
    cursor: pointer;
}

.relative {
    position: relative;
}

.button img {
    width: 100%;
}

/* end General */

/* Top Nav */

#top-bar {
    background: #bd1829;
}

ul.top-bar-menu {
    margin: 0;
}

ul.top-bar-menu li {
    font-size: 13px;
    display: block;
    float: left;
    margin: 0;
    height: 40px;
    box-sizing: border-box;
    padding: 0px;
}

ul.top-bar-menu li a {
    color: #fff;
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    height: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

ul.top-bar-menu li a i {
    color: #fff;
}

ul.top-bar-menu li a:hover {
    background-color: #c2c2c2;
}

.cart-btn .button.hovered, .cart-btn .button:hover {
    background-color: #c2c2c2;
}

.cart-btn .button.adc:before {
    padding: 8px 10px 5px 5px;
    font-size: 28px;
}

/* end Top Nav */

/* Header */

#logo {
    margin-top: 0;
    float: left;
    padding: 0px 25px;
    box-sizing: border-box;
}

#logo a {
    display: block;
    text-align: center;
    vertical-align: middle;
    float: left;
    width: 100%;
    height: 127px;
    box-sizing: border-box;
    line-height: 127px;
}

#logo a img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.top-search {
    padding: 53px 0 20px;
    float: left;
}

.top-search.page {
    padding: 20px 0;
}

.top-search input[type="text"] {
    background-color: #dedfe0;
    border: 1px solid #dedfe0;
    text-align: right;
    height: 18px;
    width: 82px;
    transition: width ease 0.3s;
    -o-transition: width ease 0.3s;
    -moz-transition: width ease 0.3s;
    -webkit-transition: width ease 0.3s;
}

.top-search.page input[type="text"], .top-search input[type="text"]:focus {
    width: 192px;
}

.top-search button {
    color: #bd1829;
    background: #dedfe0;
}

.top-search button i {
    font-size: 20px;
}

.top-search button:hover {
    color: #fff;
}

#headerTitle {
    position: relative;
    background-image: url('../images/header-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 150px;
    margin: 0 0 50px;
}

#headerTitle .header-content {
    /*float: left;*/
    /*width: 100%;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#headerTitle #breadcrumbs {
    float: left;
    width: 100%;
    text-align: left;
}

#headerTitle #breadcrumbs ul {
    float: none;
    margin-top: 0;
    right: auto;
}

#headerTitle #breadcrumbs ul li {
    font-size: 20px;
    font-weight: 500;
}

#breadcrumbs ul li:after {
    font-size: 20px;
    content: "\f054";
}

.banner-head {
    height: 150px;
    line-height: 150px;
    display: block;
    text-align: center;
    vertical-align: middle;
}

.banner-head img {
    display: inline-block;
    vertical-align: middle;
    height: 100% !important;
    width: auto;
    float: right;
    margin-top: 5px;
}

.autocomplete-suggestions {
    overflow: auto;
}

/* end Header */

/* Menu */

.menu {
    margin: 0;
    background-color: #f0f0f0;
}

.menu>li>a {
    color: #bd1829;
    font-weight: 500;
    padding: 15px 18px;
}

.menu>li>a:hover {
    background-color: #bd1829;
    color: #fff;
}

/* end Menu */

/* Slide */

.tp-banner-container {
    max-height: none;
    margin: 0;
    overflow: hidden;
}

#slide-background {
    float: left;
    width: 100%;
    background-image: url('../images/slide/sfondo.jpg');
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

/* end Slide */

/* Showbiz Carousel */

#new-arrivals-offerte, #new-arrivals-corr {
    margin-top: 36px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}

#banner-home {
    /*float: left;*/
    width: 100%;
}

#banner-home .showbiz {
    /*float: left;*/
    width: 100%;
}

#banner-home li {
    margin-top: 0;
    margin-right: 0;
}

#scritti-slide {
    margin-top: 36px;
}

#scritti-slide li {
    margin-right: 0;
    margin-right: 20px;
    margin-top: 0;
}

#commenti-slide {
    margin-top: 36px;
}

#commenti-slide li {
    margin-right: 0;
    margin-right: 20px;
    margin-top: 0;
}

#showbiz_left_c {
    position: absolute;
    float: left;
    left: -20px;
}

#showbiz_right_c {
    position: absolute;
    float: left;
    right: -20px;
}

#scritti-slide .showbiz-navigation {
    margin: -27px 0 0;
    padding-left: 0;
    right: 0px;
    position: relative;
}

#scritti-slide .showbiz {
    margin: 0;
}

#commenti-slide .showbiz-navigation {
    margin: -27px 0 0;
    padding-left: 0;
    right: 0px;
    position: relative;
}

#commenti-slide .showbiz {
    margin: 0;
}

#new-arrivals-home .showbiz-navigation {
    padding-bottom: 20px;
}

.showbiz-navigation {
    margin: -27px 0 0;
    padding-left: 0;
    right: 20px;
    position: relative;
    z-index: 9;
}

.showbiz li.one-fifth {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.showbiz li.one-fifth>.product {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

.showbiz li.one-fifth>.product .product-discount {
    right: 0px;
    bottom: 55px;
    top: auto;
}

.showbiz .product-infoprice-container {
    line-height: 24px;
}

.showbiz li.one-fifth {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* end Showbiz Carousel */

/* Scritti Slide */

.scritti-container {
    position: relative;
    float: left;
    width: 100%;
    /*background-color: #dedfe0;*/
    padding: 20px 40px;
    padding: 0px 40px;
    box-sizing: border-box;
    margin: 0 0 0px;
    height: 180px;
    height: auto;
}

/*.scritti-container:after {
    content: '';
    width: 80px;
    height: 35px;
    background-image: url('../images/icon/speak.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    bottom: -35px;
    left: 20%;
}*/

.esordienti-container {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0 20px 40px;
    padding: 0px 40px;
}

.esordienti-img {
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    box-sizing: border-box;
    /*border-radius: 50%;*/
}

.scritti-img {
    position: relative;
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
    box-sizing: border-box;
    /*border-radius: 50%;*/
    margin-bottom: 20px;
}

.esordienti-img img {
    margin: 0;
    width: auto !important;
    height: 100% !important;
    max-width: none !important;
}

.scritti-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.esordienti-content, .scritti-content {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.esordienti-img+.esordienti-content {
    padding-left: 20px;
    width: calc(100% - 100px);
}

.scritti-container h5, .esordienti-container h5 {
    font-size: 20px;
    margin-bottom: 10px;
    height: 48px;
}

.scritti-container p, .esordienti-container p {
    font-size: 14px;
    margin: 0;
    color: #333;
}

/* end Scritti Slide */

/* Festival */

.regione-section {
    overflow: hidden;
    position: relative;
    margin-top: 10px;
    float: right;
    height: auto;
    width: 300px;
    text-align: right;
}

.regione-section>a {
    display: inline-block;
    margin-left: 30px;
}

#wrapper .regione-section>a>img {
    width: auto;
    height: 80px;
}

.festival-row {
    width: 100%;
    float: left;
}

/* end Festival */

/* Full Calendar */

.fc .fc-toolbar-title {
    text-transform: capitalize;
}

.fc .fc-button-primary {
    background-color: #bd1829;
    border-color: #bd1829;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.fc .fc-button-primary:hover {
    background-color: #c0c0c0;
    border-color: #c0c0c0;
}

.fc .fc-button-primary:disabled, .fc .fc-button-primary:hover:disabled {
    background-color: #bd1829;
    border-color: #bd1829;
}

.fc .fc-col-header-cell-cushion {
    text-transform: capitalize;
}

/* end Full Calendar */

/* Festival Maps */

#map-festival {
    width: 100%;
    padding: 84% 0 0;
}

/* end festival Maps */

/* Revolution Slider */

.imageFrame {
    width: 250px;
    height: 400px;
}

.imageFrame img {
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.tp-simpleresponsive .caption {
    background-color: rgba(0, 0, 0, .3);
    padding: 20px;
    box-sizing: border-box;
}

.tp-simpleresponsive .caption:not(.imageFrame) {
    width: 30%;
}

.tp-simpleresponsive .caption h2 {
    text-shadow: none;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    line-height: normal;
}

.tp-simpleresponsive .caption h3 {
    text-shadow: none;
    font-size: 18px;
    text-transform: none;
    line-height: normal;
}

.tp-simpleresponsive .caption p {
    text-shadow: none;
    font-size: 12px;
    text-transform: none;
    line-height: normal;
}

.tp-simpleresponsive .caption.bg-trasparente {
    padding: 0;
    background-color: transparent;
}

/* end revolution Slider */

/* one-fifth Columns */

.fifth-row {
    margin-left: -20px;
    margin-right: -20px;
    width: 1220px;
}

@media only screen and (min-width: 960px) and (max-width: 1389px) {
    .fifth-row {
        width: 980px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .fifth-row {
        width: 788px;
    }
}

@media only screen and (max-width: 767px) {
    .fifth-row {
        width: 420px;
        padding: 0 20px;
    }
}

.fifth-row.fullsized {
    float: left;
    width: 100% !important;
}

.one-fifth {
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 0 20px;
}

/* end one-fifth Columns */

/* Headline */

.headline {
    background-color: #bd1829;
    color: #fff;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.headline.white {
    background-color: #fff;
    color: #bd1829;
}

.line {
    border-bottom: 1px solid #b8babc;
    margin: 10px 0 25px 0;
}

.headline.white+.line {
    margin: 0;
}

.tab-content .headline.white {
    text-align: left !important;
}

.horse {
    position: relative;
}

.horse:after {
    content: '';
    background-image: url('../images/icon/horse.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 12px;
    width: 34px;
    height: 34px;
}

/* end Headline */

/* Widget */

#menu-filter {
    display: none;
}

.widget .headline {
    background-color: transparent;
    color: #bd1829;
    padding: 5px 0;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
}

#categories li a:hover, #categories li a.active {
    color: #bd1829;
    background-color: transparent !important;
    padding-left: 2px;
}

#categories li a:hover span, #categories li a.active span {
    color: #bd1829;
}

.checkFilter {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.checkFilter+label {
    padding: 5px 0;
    line-height: 15px;
    margin: 0;
    cursor: pointer;
}

/* end Widget */

/* Product List */

ul.product-list {
    float: left;
}

.fix-height-title-news {
    height: 48px;
}

.product-list .news-img-home {
    width: 40%;
    height: 115px;
    padding: 0 15px 15px 0;
    margin: 0 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
}

.sixteen>.product-list .news-img-home {
    height: auto;
}

/*.product-list .news-img-home > img {
    min-height: 115px;
}*/

.product-list .banner-home-2 {
    width: 100%;
    height: 153px;
    background-color: #ebebec;
    margin-bottom: 10px;
}

.product-list .add .banner-home-2 {
    height: 172px;
}

.product-list .banner-home-2 img {
    width: 100%;
    padding: 0 0 15px;
    max-height: 100%;
}

.product-list-desc {
    top: auto;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.product-list-desc.right-home {
    padding-right: 10px;
}

.news-img-home+.product-list-desc, .product-list-desc.right-home {
    width: 60%;
}

.product-list-desc h5, h5.news-title-home {
    color: #bd1829;
    font-size: 20px;
}

.product-list-desc h5 {
    font-size: 20px;
}

.product-list-desc p {
    font-size: 14px;
}

ul.product-list li {
    padding-top: 10px;
    border-top: 1px solid #333;
    margin: 0;
}

ul.product-list li:first-of-type {
    margin: 10px 0 0;
}

ul.product-list li:first-of-type {
    border-top: none;
    padding-top: 0px;
}

.product-list li a:hover .product-list-desc {
    left: 0;
}

ul.product-list>li>a {
    width: 100%;
    height: 145px;
    height: auto;
    overflow: hidden;
    display: block;
}

ul.product-list>li>a.freeHeight {
    height: auto;
}

ul.product-list>li .productData strong {
    color: #bd1829;
    font-weight: 400;
}

ul.product-list>li>a.fullwidth, ul.product-list>li>div.fullwidth {
    height: auto;
}

ul.product-list>li>a.fullwidth img, ul.product-list>li>div.fullwidth img {
    width: 100%;
    padding: 0;
}

ul.product-list>li>a.fullwidth .product-list-desc, ul.product-list>li>div.fullwidth .product-list-desc {
    width: 100%;
}

ul.product-list>li>a.fullwidth .product-list-img, ul.product-list>li>div.fullwidth .product-list-img {
    float: left;
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 0 0 5px;
}

ul.product-list>li>a.fullwidth .product-list-img img, ul.product-list>li>div.fullwidth .product-list-img img {
    width: 100%
}

.prod-corr-col {
    float: left;
    width: 100%;
    max-width: 280px;
}

/* end Product List */

/* Faq */

.trigger a {
    background-color: #dedfe0;
}

/* end Faq */

/* News */

.news-fixed {
    height: 560px;
}

.banner-dett {
    width: 100%;
    height: auto;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

.banner-dett img {
    width: 100%;
    height: auto;
}

/* end News */

/* Prod */

.product {
    position: relative;
}

.container .four.shop.columns {
    padding: 0 20px;
    box-sizing: border-box;
}

.product section {
    float: left;
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.product-page h2 {
    font-weight: 400;
}

.product-discount {
    position: absolute;
    bottom: 215px;
    top: auto;
}

.product-new, .product-rare, .product-used {
    display: block;
    padding: 12px 0;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: 0px;
    z-index: 99;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.big .product-new, .big .product-rare, .big .product-used {
    top: -25px;
    left: -50px;
    right: auto;
    width: 100px;
    height: 100px;
    font-size: 24px;
    padding: 36px 0;
}

.product-new {
    background-color: #DF7401;
}

.product-used {
    background-color: #00BFFF;
}

.product-rare {
    background-color: #82A858;
    /*#EAC42B;*/
}

.img-caption figcaption.cat-new, .img-caption figcaption.cat-used, .img-caption figcaption.cat-rare {
    background: rgba(0, 0, 0, 0.4);
}

.img-caption:hover figcaption.cat-new {
    background-color: #DF7401;
}

.img-caption:hover figcaption.cat-used {
    background-color: #00BFFF;
}

.img-caption:hover figcaption.cat-rare {
    background-color: #82A858;
    /*#EAC42B;*/
}

div+.product-cd {
    right: 60px;
}

.product-cd {
    display: block;
    padding: 12px 0;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: 0px;
    z-index: 99;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: #596654
}

.product-infoprice-container {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #ebebec;
}

.product-info-container {
    float: left;
    width: 100%;
    position: relative;
}

.product .product-info-container a {
    color: #333;
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
    width: 100%;
    height: 40px;
    float: left;
}

.product .product-info-container p a {
    /*white-space: nowrap;*/
    font-size: 15px;
    font-weight: 700;
}

.product .product-info-container a:hover {
    color: #333;
}

.product .product-info-container h5 {
    position: relative;
    border-bottom: 1px solid #333;
    padding: 5px 0;
    color: #333;
    height: 55px;
    float: left;
    width: 100%;
    overflow: auto;
}

.product .product-info-container p {
    position: relative;
    float: left;
    padding: 5px 0;
    color: #333;
    margin: 0;
    font-size: 12px;
    height: 30px;
    width: 100%;
}

.product .product-info-container p>a {
    background-color: #fff;
}

div[id^="ruota-autori-"] {
    position: relative;
    padding: 5px 0;
    color: #333;
    margin: 0;
    font-size: 12px;
    height: 30px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

div[id^="ruota-autori-"] .showbiz {
    overflow: hidden;
    height: 40px !important;
    width: 100%;
}

div[id^="ruota-autori-"] .showbiz>ul {
    height: 40px;
    position: relative;
}

div[id^="ruota-autori-"] .showbiz>ul>li {
    width: 100%;
    height: 40px;
    margin: 0;
}

div[id^="royal-ruota-autori-"] {
    position: relative;
    padding: 5px 0;
    color: #333;
    margin: 0;
    font-size: 12px;
    height: 30px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

div[id^="royal-ruota-autori-"] .rsOverflow {
    width: 100% !important;
}

div[id^="royal-ruota-autori-"] .rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

div[id^="royal-ruota-autori-"].royalSlider.rsAutoHeight, div[id^="royal-ruota-autori-"].rsAutoHeight .rsSlide, div[id^="royal-ruota-autori-"].rsAutoHeight .rsSlide>div {
    height: auto;
    width: 100%;
    float: left;
    height: 40px;
}

div[id^="royal-ruota-autori-"] .rsArrow {
    float: left;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
}

div[id^="royal-ruota-autori-"] .rsArrowLeft {
    left: 0;
}

div[id^="royal-ruota-autori-"] .rsArrowRight {
    right: 0;
}

div[id^="royal-ruota-autori-"] .rsArrowLeft .rsArrowIcn:before {
    font-family: "FontAwesome";
    content: "";
}

div[id^="royal-ruota-autori-"] .rsArrowRight .rsArrowIcn:before {
    font-family: "FontAwesome";
    content: "";
}

.ruota-autori-nav {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 999;
}

.sb-navigation-left-2.ruota-autori-nav {
    left: 0;
}

.sb-navigation-right-2.ruota-autori-nav {
    right: 0;
}

.sb-navigation-left-2.ruota-autori-nav:hover i, .sb-navigation-right-2.ruota-autori-nav:hover i {
    color: #333;
}

.sb-navigation-left-2.ruota-autori-nav i, .sb-navigation-right-2.ruota-autori-nav i {
    line-height: 35px;
    cursor: pointer;
}

.product-price-container {
    float: left;
    width: 50px;
    width: calc(100% - 35px);
    text-align: center;
    font-size: 14px;
}

.product-price-container.product-price {
    padding: 5.5px 0;
    color: #d90026;
}

.product-price-container.product-price-discount {
    padding: 5px 0;
    text-align: center;
    color: #000;
}

.product-price-container.product-price-discount i {
    float: right;
    width: 50%;
    color: #d90026;
    text-align: left;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.product-button-cart {
    float: left;
    width: auto;
}

.product-button-cart input[type="button"], .product-button-cart input[type="submit"], .product-button-cart .button {
    width: 35px;
    height: 35px;
    float: right;
    padding: 5px;
    box-sizing: border-box;
}

#cart_popup-dialog .mainproduct section {
    width: calc(100% - 150px);
}

.linking .button {
    margin: 0 0 0 25px;
    padding: 7px 30px 7px 90px;
    float: left;
    box-sizing: border-box;
    font-size: 18px;
}

.linking .button.adc:before {
    content: '';
    background-image: url('../images/icon/bag-plus.png');
    background-size: 80% auto;
    background-repeat: no-repeat;
    padding: 5px;
    width: 60px;
    height: 38px;
    background-position: center center;
    box-sizing: border-box;
}

.product-page section {
    /*border-bottom: 1px solid #b8babc;*/
    border-bottom: none;
    padding: 0;
}

.copertinaContainer {
    float: left;
    width: 100%;
    height: auto;
    background-image: url('../images/bg/bg-detail.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 48px 3px 3px 20px;
    padding: 9% 3px 3px 20px;
    box-sizing: border-box;
}

.copertinaImg {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.cofanettoContainer {
    float: left;
    width: 100%;
    height: auto;
    background-image: url('../images/bg/bg-detail-multimedia.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 29px 14px 0px 29px;
    box-sizing: border-box;
}

.cofanettoImg {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.tab-content {
    float: left;
    width: 100%;
}

.tab-content h5, .tab-content p {
    padding: 5px 10px;
    width: 100%;
    box-sizing: border-box;
    float: left;
}

.product-page .product-price-discount i {
    background-color: transparent;
    color: #bd2034;
    font-weight: 400;
}

/* end Prod */

/* Checkout */

.form-checkout label.tipo-pay-abb input, .form-checkout label.tipo-spe-abb input, .form-checkout label.tipo-ship-abb input {
    float: left;
    margin: 5px 15px 0 0;
    width: auto;
}

.form-checkout label.tipo-pay-abb strong.tipo-pay-tit, .form-checkout label.tipo-spe-abb strong.tipo-spe-tit, .form-checkout label.tipo-ship-abb strong.tipo-ship-tit {
    font-size: 16px;
    font-weight: bold;
}

.form-checkout label.tipo-pay-abb div, .form-checkout label.tipo-spe-abb div, .form-checkout label.tipo-ship-abb div {
    margin: 5px 10px 0 30px;
}

table.cart-table td>img {
    width: 110px;
}

/* end Checkout */

/* OrderBy */

.orderby {
    float: right;
    margin-right: 50px;
}

.selectric {
    background: #ebebec;
}

.selectric .button {
    background: #bd1829;
}

.selectric .label {
    color: #333;
}

/* end OrderBy */

/* Pure grid */

.dynamic-portfolio-holder {
    height: 200px;
}

#wrapper .og-grid li a img {
    width: auto;
    max-width: none;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.filtriGrid {
    float: left;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

.filtriGrid>a {
    margin-right: 10px;
}

.filtriGrid.alphabet>a {
    margin-right: 0px;
}

.filtriGrid>a.selected, .filtriGrid>a:hover {
    background-color: #B8BABC;
}

/* end Pure grid */

/* Blog */

.the-team-content i, .from-the-blog-content i {
    color: #fff;
}

/* end Blog */

/* Commenti */

#commenti input[type="text"], #commenti input[type="password"], #commenti input[type="email"], #commenti textarea, #commenti select {
    /*background: #ddd;*/
    border: 1px solid #ddd;
}

#commenti form fieldset>div {
    float: left;
    width: 100%;
    margin: 0 0 10px;
}

#commenti form label {
    float: left;
    width: 40%;
    box-sizing: border-box;
    padding: 8px 0px;
    margin: 0;
}

#commenti form input, #commenti form textarea {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

#commenti form label+input {
    float: left;
    width: 60%;
    box-sizing: border-box;
}

#result {
    padding: 10px 0;
    font-size: 16px;
    background-color: darkseagreen;
    color: darkgreen;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}

#commenti #privacy {
    float: left;
    width: 20px;
    height: 20px;
    margin: 10px 10px 30px;
}

/* end Commenti */

/* popupContent */

#popupContent {
    max-width: 700px;
}

#popupContent .imgCont {
    float: left;
    width: 50%;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}

#popupContent .txtCont {
    float: left;
    width: 100%;
}

#popupContent .imgCont+.txtCont {
    width: 50%;
}

#popupContent h1 {
    color: #bd1829;
}

#popupContent img {
    width: 100%;
    height: auto;
}

/* end popupContent */

/* Pagina */

#pagina-format h1 {
    color: #bd1829;
    margin-bottom: 20px;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #b8babc;*/
}

/* end Pagina */

/* Footer */

#footer, #footer-bottom {
    background-color: #B8BABC;
    color: #333;
}

#footer {
    padding: 35px 0 0;
}

#footer-bottom {
    padding: 30px 0 15px;
}

#footer a, #footer-bottom a {
    color: #333;
}

#logo-footer {
    margin: 0 auto;
    width: 33%;
}

#footer h3 {
    color: #bd1829;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}

#footer input.newsletter {
    background-color: #dedfe0;
    color: #333;
}

#footer .newsletterImg {
    width: auto;
    height: 100%;
}

#footer .newsletter-btn {
    background-color: #dedfe0;
}

#footer .newsletter-btn:hover {
    background-color: #c0c0c0;
}

.footer-links li:before {
    color: transparent;
}

/* end Footer */

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.clearb {
    clear: both;
}

.button:hover {
    color: #fff;
    background-color: #c0c0c0;
}

#jPanelMenu-menu .hidden-on-mobile, #jPanelMenu-menu .mega-headline {
    display: block;
    background-color: #505050;
    color: #fff;
    margin: 0;
}

ul.top-bar-menu li.lang-menu {
    margin: 0 35px 0 0;
    overflow: hidden;
}

ul.top-bar-menu li.lang-menu>a img {
    float: left;
    margin: 4px 8px 0 0;
    width: 24px;
    transition: all 0.4s ease-in-out 0s;
}

ul.top-bar-menu li.lang-menu>a:hover img {
    opacity: 0.5;
}

#cart ul li a img {
    width: 45px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul.mod-compatibili {
    padding: 10px 0;
}

ul.mod-compatibili li {
    background-color: #f2f2f2;
    float: left;
    margin: 5px;
    padding: 10px;
}

ul.mod-compatibili li i {
    color: #dd3737;
    margin: 0 5px 0 0;
}

.tw-timeline-container {
    margin: 0;
    overflow: hidden;
    padding: 15px 5px 0 0;
    width: 60%;
    float: left;
    box-sizing: border-box;
}

.tw-timeline-container .tw-timeline-wrapper {
    float: left;
    width: 100%;
    max-height: 500px;
    overflow: auto;
}

.fb-timeline-container {
    margin: 0;
    overflow: hidden;
    padding: 15px 0 0 5px;
    width: 40%;
    float: left;
    box-sizing: border-box;
}

.fb-timeline-container {
    margin: 0;
}

.checkout-container {
    min-height: 500px;
    margin: 0 auto 30px;
}

.selected-box {
    background-color: #f6f6f6;
    clear: both;
    overflow: hidden;
    padding: 10px 15px;
}

.selected-box .button {
    float: right;
    padding: 2px 5px 2px 7px;
}

/* WISHLIST */

.share-buttons a.button {
    background-color: #16ae4c;
    float: left;
}

.share-buttons a.button:hover {
    background-color: #606060;
}

.share-buttons .addthis_toolbox {
    float: left;
}

/* IMMAGINI PROD CENTRATE */

.products .product {
    min-height: 435px;
    float: left;
    width: 100%;
}

.product .mediaholder>a.thumb {
    display: block;
    height: 280px;
    line-height: 280px;
    text-align: center;
    vertical-align: middle;
}

.product .mediaholder>a.thumb img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    display: inline-block;
    vertical-align: bottom;
}

.mfp-gal {
    width: 100%;
}

/* NEWS */

.the-team-content h5, .from-the-blog-content a h5 {
    font-size: 22px;
}

.news-date {
    color: #333 !important;
}

.news-item figure a {
    display: block;
    max-height: 180px;
    overflow: hidden;
    position: relative;
    min-height: 180px;
}

.news-item figure a img {
    min-height: 180px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

/* BLOCK UI */

div.blockOverlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    -moz-opacity: .40;
    opacity: .40;
    background-color: transparent;
}

.blockUI.blockMsg.blockElement>h1 {
    line-height: 30px;
    background-color: #028968;
    background-image: url("../images/ajax-loader-green.gif");
    background-position: 11px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-shadow: -3px 5px 7px -4px #000;
    color: #ffffff;
    font-size: 22px;
    font-weight: normal;
    padding: 11px 15px 11px 55px;
}

/* MAGNIFIC POPUP */

.mfp-preloader {
    width: 30px;
    height: 30px;
    background-color: #FFF;
    opacity: 0.65;
    margin: 0 auto;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -999px;
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

/* MARCHI */

.thumb-marca .product .mediaholder>a.thumb {
    height: 150px;
    line-height: 150px;
    opacity: 0.7;
    transition: all 0.3s ease-in-out 0s;
}

.thumb-marca .product .mediaholder>a.thumb:hover {
    opacity: 1;
}

/* PAGINAZIONE */

.pagination ul li a.pagination-empty {
    color: #fff;
    background-color: #d0d0d0 !important;
    cursor: default;
}

/************* RESPONSIVE ***********************************************************************************************************/

@media only screen and (min-width: 769px)and (max-width: 1389px) {
    .product .mediaholder>a.thumb {
        height: 220px;
        line-height: 220px;
    }
}

/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
    .product .mediaholder>a.thumb {
        height: auto;
        line-height: inherit;
    }
    .product .mediaholder>a.thumb img {
        max-height: none;
        width: 100%;
    }
    .thumb-marca .product .mediaholder>a.thumb {
        height: auto;
        line-height: none;
    }
    .autocomplete-suggestions {
        display: none;
    }
    #cart ul li section {
        width: 180px;
    }
    #cart_popup-dialog .container {
        display: none;
    }
    #cart_popup-dialog .mainproduct .product-price {
        float: none;
        display: inline-block;
    }
    #cart_popup-dialog .cart-buttons a {
        float: none;
        width: 100%;
        padding: 7px 0;
    }
    #cart_popup-dialog .mainproduct>a>img {
        width: 80px;
    }
    #cart_popup-dialog .mainproduct section {
        margin: 0 10px 0 100px;
    }
    .linking .button {
        clear: both;
        margin: 15px 0 0;
    }
    .caption.dark h2, .caption h2 {
        font-size: 20px;
        line-height: 22px;
        margin: -20px 0 0 0;
    }
    .caption.dark h3, .caption h3 {
        font-size: 16px;
        line-height: 24px;
    }
}

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #cart ul li section {
        width: 300px;
    }
}

/* Responsive */

@media only screen and (max-width: 1389px) {
    .one-fifth {
        width: 33.333%;
    }
    .cart-btn .button {
        padding: 8px 14px 6px 52px;
    }
    input.newsletter {
        margin-right: 25px;
    }
    ul.top-bar-menu li a {
        padding: 10px 8px;
    }
    .menu>li>a {
        padding: 15px 14px;
    }
    .filtriGrid.alphabet .button {
        padding: 7px 12px;
    }
    
    .festival-row .eight.columns {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .menu>li>a {
        padding: 15px 8px;
        font-size: 12px;
    }
    ul.product-list>li>a {
        height: 200px;
    }
    ul.top-bar-menu li a {
        padding: 10px 5px;
        font-size: 10px;
    }
    .filtriGrid.alphabet .button {
        padding: 7px 9px;
        font-size: 10px;
    }
    ul.product-list>li>a {
        height: auto;
    }
    #footer {
        padding: 35px 0 0;
    }
    #footer .row:last-of-type {
        margin-bottom: 0;
    }
    .pagination ul li a, .pagination-next-prev ul li a {
        padding: 9px 8px;
    }
    .pagination-next-prev ul li a {
        width: 20px;
        height: 20px;
    }
    .pagination-next-prev .prev:before {
        margin: 1px 0 0 6px;
    }
    .pagination-next-prev .next:before {
        margin: 1px 0 0 6px;
    }
    .pagination ul li:first-of-type {
        margin-left: 20px;
    }
    .showbiz-container {
        -webkit-user-drag: initial !important;
        touch-action: initial !important;
    }
}

@media only screen and (max-width: 767px) {
    #menu-filter {
        display: block;
    }
    .prod-home {
        margin-top: 50px;
    }
    #footer p {
        text-align: center;
    }
    #logo-footer {
        width: 100%;
    }
    input.newsletter {
        margin-right: 35px;
    }
    .footer-links li {
        text-align: center;
        float: left;
    }
    .footer-links li:not(:last-of-type):after {
        content: '|';
        margin-left: 10px;
    }
    .one-fifth {
        width: 100%;
    }
    ul.top-bar-menu.floatr li {
        display: block !important;
    }
    #cart, .top-search {
        margin: 0;
    }
    .top-search {
        padding: 10px 0;
        float: none;
        clear: right;
        margin: 0 auto;
    }
    .top-search input[type="text"] {
        width: 352px;
    }
    .top-search button {
        float: none;
    }
    ul.top-bar-menu li {
        display: block !important;
    }
    ul.top-bar-menu li a {
        padding: 10px 8px;
        font-size: 12px;
    }
    .copertinaContainer {
        margin-bottom: 30px;
    }
    .pagination ul li a, .pagination-next-prev ul li a {
        padding: 9px 7px;
    }
    .pagination-next-prev ul li:first-of-type {
        position: relative;
        left: -20px;
    }
    .pagination-next-prev ul li:last-of-type {
        position: relative;
        right: -40px;
    }
    #slide-background {
        display: none;
    }
    ul.product-list {
        margin-bottom: 0;
    }
    .eight.columns.omega ul.product-list {
        border-top: 1px solid #333;
    }
    .dynamic-portfolio-holder {
        width: 100%;
        height: auto;
    }
    #wrapper .og-grid li a img {
        height: auto;
        width: 100%;
        position: relative;
        transform: none;
        left: auto;
    }
    .showbiz .product .mediaholder>a.thumb {
        height: 600px;
    }
    .products .shop {
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 479px) {
    .hidden-xs {
        display: none !important;
    }
    .one-fifth {
        width: 100%;
    }
    ul.top-bar-menu li a {
        padding: 10px 5px;
        font-size: 9px;
    }
    .top-search input[type="text"] {
        width: 232px;
    }
    .pagination {
        display: none;
    }
    .pagination-next-prev ul li:first-of-type {
        position: relative;
        left: auto;
    }
    .pagination-next-prev ul li:last-of-type {
        position: relative;
        right: auto;
    }
    .pagination-next-prev ul li a {
        width: 40px;
        height: 40px;
    }
    .pagination-next-prev .prev:before {
        margin: 11px 0 0 16px;
    }
    .pagination-next-prev .next:before {
        margin: 11px 0 0 16px;
    }
    #popupContent {
        float: left;
    }
    #popupContent .imgCont {
        width: 100%;
        margin-bottom: 20px;
    }
    #popupContent img {
        width: 50%;
        margin: 0 auto;
    }
    #popupContent .imgCont+.txtCont {
        width: 100%;
    }
    .txtCont {
        text-align: center;
    }
    #popupContent h1 {
        font-size: 20px;
        line-height: 30px;
    }
    .scritti-container h5, .esordienti-container h5 {
        height: auto;
    }
    .product-list .news-img-home {
        width: 100%;
    }
    .news-img-home+.product-list-desc, .product-list-desc.right-home {
        width: 100%;
    }
    ul.product-list>li>a.fullwidth .product-list-img, ul.product-list>li>div.fullwidth .product-list-img {
        height: auto;
        max-height: 200px;
    }
    ul.product-list>li>a.fullwidth img {
        padding: 0;
    }
    .showbiz .product .mediaholder>a.thumb {
        height: 450px;
        line-height: inherit;
    }
}

/* end Responsive */