/*BODY*/

body {
 background-color: black;
 background-image: url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M81.28 88H68.413l19.298 19.298L81.28 88zm2.107 0h13.226L90 107.838 83.387 88zm15.334 0h12.866l-19.298 19.298L98.72 88zm-32.927-2.207L73.586 78h32.827l.5.5 7.294 7.293L115.414 87l-24.707 24.707-.707.707L64.586 87l1.207-1.207zm2.62.207L74 80.414 79.586 86H68.414zm16 0L90 80.414 95.586 86H84.414zm16 0L106 80.414 111.586 86h-11.172zm-8-6h11.173L98 85.586 92.414 80zM82 85.586L87.586 80H76.414L82 85.586zM17.414 0L.707 16.707 0 17.414V0h17.414zM4.28 0L0 12.838V0h4.28zm10.306 0L2.288 12.298 6.388 0h8.198zM180 17.414L162.586 0H180v17.414zM165.414 0l12.298 12.298L173.612 0h-8.198zM180 12.838L175.72 0H180v12.838zM0 163h16.413l.5.5 7.294 7.293L25.414 172l-8 8H0v-17zm0 10h6.613l-2.334 7H0v-7zm14.586 7l7-7H8.72l-2.333 7h8.2zM0 165.414L5.586 171H0v-5.586zM10.414 171L16 165.414 21.586 171H10.414zm-8-6h11.172L8 170.586 2.414 165zM180 163h-16.413l-7.794 7.793-1.207 1.207 8 8H180v-17zm-14.586 17l-7-7h12.865l2.333 7h-8.2zM180 173h-6.613l2.334 7H180v-7zm-21.586-2l5.586-5.586 5.586 5.586h-11.172zM180 165.414L174.414 171H180v-5.586zm-8 5.172l5.586-5.586h-11.172l5.586 5.586zM152.933 25.653l1.414 1.414-33.94 33.942-1.416-1.416 33.943-33.94zm1.414 127.28l-1.414 1.414-33.942-33.94 1.416-1.416 33.94 33.943zm-127.28 1.414l-1.414-1.414 33.94-33.942 1.416 1.416-33.943 33.94zm-1.414-127.28l1.414-1.414 33.942 33.94-1.416 1.416-33.94-33.943zM0 85c2.21 0 4 1.79 4 4s-1.79 4-4 4v-8zm180 0c-2.21 0-4 1.79-4 4s1.79 4 4 4v-8zM94 0c0 2.21-1.79 4-4 4s-4-1.79-4-4h8zm0 180c0-2.21-1.79-4-4-4s-4 1.79-4 4h8z' fill='%23b0933b' fill-opacity='0.22' fill-rule='evenodd'/%3E%3C/svg%3E");
 overflow-x: hidden;
}

body{
    font-family: 'Merriweather', sans-serif;
    font-size: 95%;
    text-decoration: none;
}

/*HEADER*/

/*Adattamento video*/
#videofit{
    width: 100%;
    height: auto;
}

img{
    max-width: 100%;
    height: auto;
}

/*FASCIANAVBAR*/
header {
    margin-bottom: 100px;
}

header a {
    text-decoration: none;
    padding: 5px;
}

.nascondimg, #nascondimput, #nascondix {
    display: none;
}

#logoresponsive{
    display: none;
}

#logonoeffetto{
    display: none;
}

/*SEARCHBAR*/
.cerca:hover {
    color: #e8c249;
    background-color: black;
}

.noncerca:hover {
    color: #e8c249;
    background-color: black;
}

/*Fascia con hamburger responsive*/
.hamburger {
    font-size: 50px;
    color: white;
    padding: 10px;
}

.hamburger:hover {
    cursor: pointer;
    color: #e8c249;
}

.dp_responsive {
    font-size: 45px;
    list-style: none;
    margin-right: 30px;
}

.dp_fashion, .dp_motori {
    font-size: 30px;
    display: none;
}

.frecciafashion, .frecciamotori {
    margin-left: 20px;
    transition: all 0.4s ease;
}

.freccia_attiva {
    transform: rotate(180deg);
    transition: all 0.4s ease;
}

.centralink {
    margin-left: 40px;
}

/* Dropdown Button */
.dropbtn {
    background-color: black;
    color: white;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

/* Contenuto del dropdown */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    border-radius: 2.5%;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links nel dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Cambia il colore dei link del dropdown all'hover */
.dropdown-content a:hover {
    background-color: #f1f1f1;
    border-radius: 5%;
}

/* Mostra il menu dropdown all'hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/*MAIN*/
h1,h2,h4,i,p,a,h5 {
    color: white;
}

p {
    font-family: 'Roboto', serif;
}

h5 {
    line-height: 30px;
}

a:hover {
    text-decoration: none;
    color: #e8c249;
}

/*FOOTER*/

footer {
    background-color: black;
    width, height: auto;
    margin-top: 50px;
}

#marginfooter {
    padding-top: 50px;
    margin: 0px 75px 40px;
}

footer p {
    text-align: center;
    margin: -16px 0px;
}

footer i {
    margin-right: 15px;
    margin-top: 5px;
}

footer i:hover {
    color: #e8c249;
}

/*Modale testo nel footer*/
.overlay {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #111;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.finestra {
    width: auto;
    background-color: black;
    position: fixed;
    bottom: 0px;
    padding: 30px;
    z-index: 3;
    border: 2px solid #846b1a;
}

.finestra, .overlay {
    display: none;
}

/* NEWSLETTER*/
input, textarea {
  font-size: 16px;
  border: none;
  margin: 0;
}

.cd-filter {
    display: none;
}

/*tendina verde*/
.cd-form-wrapper {
  position: relative;
}

.cd-form {
  width: 100%;
  height: 100px;
  background: #f1f1f1;
}

/*barra di caricamento*/
.cd-form .cd-loading {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3%;
  width: 100%;
  background-color: #191919;
  transform-origin: 0 50%;
  transform: scaleX(0);
  visibility: hidden;
  transition: transform 2s;
  z-index: 3;
}

.cd-form.is-submitted .cd-loading {
  visibility: visible;
  transform: scaleX(1);
}

.cd-label, .cd-email, .cd-submit {
  position: absolute;
  top: 50%;
}

/*scritta newsletter*/
.cd-label {
  color: #5a4107;
  left: 10%;
  top: 10%;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s, opacity 0.3s;
  z-index: 2;
 
}
.is-active .cd-label {
  opacity: 0;
  transform: translate3d(0, -200%, 0);
}

.cd-email, .cd-submit {
  width: 100%;
  bottom: 0;
}
.cd-email:focus, .cd-submit:focus {
  outline: none;
}

.cd-email {
  top: 0;
  left: 0;
  height: 100%;
  background: transparent;
  padding-left: 45px;
  padding-top: 5px;
  color: black;
  transition: height 0.3s, background-color 0.3s;
  z-index: 1;
}

.is-active .cd-email {
  height: 50%;
}
.cd-email:focus {
  background-color: #f5d385;
}

.cd-submit {
  cursor: pointer;
  background-color: #e8c249;
  color: #fff;
  text-transform: uppercase;
  /* hidden by default */
  display: none;
  transition: background-color 0.2s;
  z-index: 2;
  line-height: 50px;
}
.is-active .cd-submit {
  display: block;
  animation: cd-bounce-in ease-out 0.6s;
}
.no-touch .cd-submit:hover, .cd-submit:focus {
  background-color: #434343;
}

.cd-response {
  position: absolute;
  bottom: 110%;
  left: 0;
  color: #fff;
  font-size: 14px;
  z-index: 3;
  /* hidden by default */
  visibility: hidden;
  opacity: 0;
  transform: translateY(-20px);
  transition: transform 0.3s 0s, opacity 0.3s 0s, visibility 0s .3s;
}

.cd-response::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 20px;
  /* create triangle in css */
  display: inline-block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}

.cd-response.is-visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  0.3s 0s, visibility 0s 0s;
  transition: transform 0.3s 0s, opacity 0.3s 0s, visibility 0s 0s;
}

.cd-response-success {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: #92c195;
  transform-origin: 50% 100%;
  transform: scaleY(0);
  visibility: hidden;
  transition: transform .3s 0s, visibility 0s .3s;
  z-index: 3;
}
.cd-response-success p {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 50%;
  top: 75%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s 0s;
}
.cd-response-success.slide-in {
  visibility: visible;
  transform: scaleY(1);
  transition: transform .3s 0s, visibility 0s 0s;
}
.cd-response-success.slide-in p {
  opacity: 1;
  transition: opacity 0.3s 0.3s;
}

/*footer*/
footer a {
    font-size: 95%;
    text-decoration: none;
}

footer h2 {
    font-size: 30px;
}

footer #pagine {
    font-size: 18px;
}

.nopadding{
    padding: 0px;
}

.decorazione {
    bottom: auto;
}

#fd {
    transform: rotate(-90deg);
}

/*INDEX*/

/*effetto sopra le immagini*/
.effetto {
    width: 300px;
    height: 400px;
    margin: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 5px #aaa;
}

.hover figure {
    position: relative;
    cursor: pointer;
}

.hover figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/*articoli index*/
.immagini_r, .fila, .news2 {
    display: none;
}

.news3 {
    margin-top: -70px;
    display: none;
}

.news, .news2, .news3{
    font-family: Georgia, sans-serif;
}

.novita {
    margin-top: 40px;
    border-bottom: 1px solid #e8c249;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.boxnovita {
    margin: 40px 45px 0px;
}

.boxnovita img {
    border: 1px solid #e8c249;
}


.h1novita {
    font-size: 40px;
    margin-top: 25px;
}

.h1novita:hover {
    color: #e8c249;
}

.data {
    margin-top: 50px;
}

.titolonovita {
    border-right: 1px solid #e8c249;
    border-bottom: 1px solid #e8c249;
}

.boxpopolari {
    margin-top: 30px;
    border-bottom: 1px solid #e8c249;
    display: flex;
}

.boxpopolari a {
    text-decoration: none;
}

.titolopopolari {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.titolopopolari:hover {
    color: #e8c249;
}

.popolari {
    font-size: 20px;
    margin-bottom: 10px;
}

.imgpopolari {
    border: 1px solid #e8c249;
    border-bottom: 0px;
}

/*Magazine*/
.abbonamento_re{
    display: none;
}

.compra{
    border: 1px solid #e8c249;
    border-radius: 5px;
    background-color: black;
    }

.abbonamento {
    width: 170px;
    height: 80px;
    border-radius: 3%;
    margin: 5px;
    margin-left: 15px;
    border: 1px solid white;
    text-align: center;
    font-size: 50px;
    background-color: black;
}

.abbonamento.active {
    color: #e8c249;
    background-color: black;
}

.abbonamento.active i {
    color: #e8c249;
}

.abbonamento:hover {
    cursor: pointer;
    color: #e8c249;
}

.abbonamentotext {
    display: none;
    margin-left: 15px;
}

/*Abbigliamento*/
.boxarticolo {
    width: 300px;
    height: 900px;
}

.art {
    margin-top: 100px;
    padding: 20px;
}

.art2, .sfondonascosto {
    display: none;
}

.boxsfondo {
    margin-top: 10px;
    text-align: center;
    width: auto;
}

.imgarticolo {
    height: 300px;
    margin-left: 10px;
}

/*articoli.php*/
.imgart {
    width: 730px;
    height: auto;
    margin-bottom: 20px;
    margin-top: 30px;
}

.testoarticolo {
    font-size: 18px;
}

/*RESPONSIVE*/
@media (max-width: 1200px) {
    .effetto {
        display: none;
    }
}

@media (max-width: 1030px) {
    /*Footer*/
    #marginfooter{
        margin: 0px 25px 40px;
    }
    
    /*Magazine*/
  .abbonamento {
    width: 150px;
    height: 80px;
    border-radius: 3%;
    margin: 5px;
    margin-left: 15px;
    border: 1px solid white;
    text-align: center;
    font-size: 50px;
    background-color: black;
    }
}

@media (min-width: 770px) and (max-width: 1200px) {
    /*Header*/
    .dettaglio {
        display: none;
    }

    /*Novità*/
    .immagini_r {
        display: block;
        width: 300px;
        height: 400px;
        box-shadow: 0px 0px 5px #aaa;
    }

    /*Magazine*/
    .abbonamento i {
        font-size: 40px;
    }
}

@media (min-width: 266px) and (max-width: 991px) {
    /*Magazine*/
    #digitalpaper_re i {
        font-size: 38px;  
    }
    
    /*newsletter*/
    .cd-label{
    left: 15px;
    font-size: 20px;;
    }
}

@media (max-width: 991px) {
    .immagini_r {
        width: 200px;
        height: 300px;
    }

    .news {
        display: none;
    }

    .news2 {
        margin-top: 30px;
        display: block;
    }

    /*abbigliamento*/
    .art1 img {
        height: 280px;
        width: auto;
    }
    
    /*Footer*/
    .overlay {
	 display: block;
    }
    
    .finestra {
     display: block;
    }
    
    footer p{
        color: white;
        font-size: 15px;
    }
    
    footer .finestra a{
        color: white;
        font-size: 15px;
    }
    
    footer .finestra a:hover{
        color: #7e6516;
    }
}

@media (max-width: 915px) {
    /*Abbonamento*/
    .abbonamento_re {
	    display: block;
    }
    
    .abb{
        display: none;
    }
}

@media (max-width: 769px) {
    /*Novità*/
    .news2 {
        display: none;
    }

    .news3 {
        display: block;
        border: none;
    }

    .news3 img {
        width: 200px;
        height: 258px;
    }
    
    .news3 .carousel_articoli img{
        width: auto;
        height: auto;
        border: 2px solid #e8c249;
    }
    
    .titolonovita {
        padding: 10px;
        border: none;
        border-bottom: 1px solid #e8c249;
    }

    .immagini_r {
        display: none;
    }
  

    /*Header*/
    .dettaglio {
        display: none;
    }

    header a {
        font-size: 68%;
    }

    header a:hover {
        font-size: 68%;
    }

    .cerca {
        display: none;
    }

    #videofit {
        display: none;
    }

    #logonoeffetto{
        display: block;
    }
    
    /*abbigliamento*/
    .art2 {
        display: block;
    }

    .art1 {
        display: none;
    }

    .art2 .data {
        margin-top: -80px;
    }

    /*Footer*/
    .cd-response-success p{
        top: 80%;
    }
}

/*Footer*/
@media (max-width: 767px) {
    footer .col-sm-12{
        text-align: center;
    }
    
    .fa-facebook{
        margin-left: 14px;
        margin-bottom: 20px;
    }
    
    .cd-container{
        margin-bottom: 20px;
    }
    
    #pagine{
        margin-left: -18px;
    }
}

/*Header loghi*/
@media (max-width: 575px) {
   #logoresponsive {
	display: block;
    }
    
    #logonoeffetto {
	display: none;
}
    
     .sfondonascosto{
	    display: block;
    }
    
    .sfondo {
	    display: none;
    }
    /*chi siamo*/
    #chisiamo img{
        margin: 20px 0px;
}

/*Newsletter*/
@media only screen and (min-width: 768px) {
  .cd-email {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .cd-label {
    left: 25px;
      font-size: 18px;
  }
}