@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

* > a {
  color: inherit !important;
  text-decoration: none !important; }

/*ICONS*/
[class^=icon-] {
  display: block;
  background-size: 100% !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important; }

.icon-home {
  background: url("../img/icons/icon-home.png"); }

.icon-whois {
  background: url("../img/icons/icon-whois.png"); }

.icon-sped {
  background: url("../img/icons/icon-sped.png"); }

.icon-res {
  background: url("../img/icons/icon-res.png"); }

.icon-pag {
  background: url("../img/icons/icon-pag.png"); }

.icon-allprod {
  background: url("../img/icons/icon-allprod.png"); }

.icon-feed {
  background: url("../img/icons/icon-feed.png"); }

.icon-time {
  background: url("../img/icons/icon-time.png"); }

.icon-phone {
  background: url("../img/icons/icon-phone.png"); }

.icon-ship {
  background: url("../img/icons/icon-ship.png"); }

.icon-resi-bag {
  background: url("../img/icons/icon-resi-bag.png"); }

.icon-arrow-down {
  display: inline-block;
  position: relative;
  top: -0.2em;
  width: 0;
  height: 0;
  border-bottom: 0.8em solid #99c62c;
  border-left: 0.8em solid rgba(255, 255, 255, 0);
  transform: rotateZ(45deg); }

.green {
  color: #99c62c; }

.txt-bigger {
  font-size: 2em;
  text-align: center;
  line-height: 1.3em;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  padding: 30px; }

/*CUSTOM NOVAARGO*/
.developed-home {
  background-color: #1a1a1a;
  color: #f4f3f3;
  font-weight: 300;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
  text-align: center; }

.developed-home .contenuto {
  display: table;
  width: auto;
  margin: 0 auto; }

.developed-home p {
  margin: 0;
  display: table-cell;
  vertical-align: middle; }

.developed-home a {
  font-weight: normal;
  color: white !important;
  text-decoration: none; }

.developed-home img {
  position: relative;
  padding: 5px;
  margin-right: 10px; }

/*CUSTOM NOVAARGO*/
.developed {
  text-align: center;
  color: #1b1b1b;
  font-weight: 300;
  font-size: 14px;
  padding: 30px 0; }

.developed img {
  text-align: center;
  width: 63px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); }

.developed a,
.developed a:active {
  color: inherit !important;
  font-weight: 600;
  text-align: none !important; }

table {
  border-collapse: collapse; }

html, body {
  position: relative;
  height: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300; }

#header, #details, #ebayLinks, nav, #main, footer {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

#details {
  background: #f4f3f3;
  color: #000000;
  position: relative;
  padding: 10px 15px; }
  #details .content {
    display: table;
    margin: 0 auto; }
    #details .content div {
      display: table-cell;
      vertical-align: top;
      width: 25%;
      position: relative; }
      #details .content div span {
        padding: 10px 15px;
        display: block;
        float: left;
        width: 20%;
        text-align: center;
        position: relative;
        height: 100%; }
        #details .content div span:last-of-type {
          width: 80%;
          padding: 10px 5px; }
        #details .content div span h3 {
          font-size: 17px; }
        #details .content div span p {
          font-size: 14px; }
        #details .content div span i[class^="icon"] {
          width: 30px;
          height: 30px;
          position: absolute;
          top: 100%;
          left: 50%; }

#header {
  background: url("../img/bg-header.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  background-size: cover;
  height: 233px;
  color: #f4f3f3; }
  #header .logo {
    display: block;
    position: absolute;
    width: 195px;
    left: 100px; }
  #header p {
    display: block;
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 50%;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100; }

#ebayLinks {
  background: #f4f3f3;
  padding: 10px 15px;
  text-align: center; }
  #ebayLinks p {
    color: #000000;
    text-align: right;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif; }

nav {
  background: #1a1a1a;
  color: #f4f3f3;
  padding: 10px 15px; }
  nav li {
    display: block;
    float: left; }
    nav li a {
      display: block;
      padding: 10px;
      position: relative;
      overflow: hidden;
      transition: all 0.7s ease;
      opacity: 1;
      font-size: 14px; }
      nav li a:hover {
        transform: scale(1.2);
        color: #afd84d; }
      nav li a span {
        display: block;
        float: left;
        padding: 0 5px; }
        nav li a span i {
          width: 20px;
          height: 20px; }
  nav .logoebay {
    float: right; }

#main {
  display: table; }
  #main aside, #main section {
    display: table-cell;
    vertical-align: top; }
  #main aside {
    min-width: 250px; }
    #main aside header {
      background: #222222;
      color: #99c62c;
      font-weight: 700;
      text-align: center;
      font-size: 16px;
      padding: 7px 15px; }
      #main aside header h2 {
        font-size: 1em; }
    #main aside img {
      width: 100%;
      display: block; }
  #main section {
    width: 850px;
    position: relative; }
    #main section .big-image {
      width: 100%;
      height: 250px;
      background: url("../img/content/bg-big-image.jpg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-size: cover;
      position: relative; }
      #main section .big-image:after {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transition: background 0.7s ease-in-out; }
      #main section .big-image:hover:after {
        background: rgba(255, 255, 255, 0.7); }
      #main section .big-image:hover .caption span {
        left: 10px; }
      #main section .big-image:hover .caption h2 {
        left: 20px; }
      #main section .big-image .caption {
        position: absolute;
        top: 50%;
        left: 50px;
        color: #000000;
        transform: translateY(-50%);
        z-index: 2; }
        #main section .big-image .caption span {
          background: #99c62c;
          display: block;
          width: 220px;
          height: 31px;
          position: relative;
          margin-bottom: 10px;
          left: 0;
          transition: left 0.7s ease; }
          #main section .big-image .caption span img {
            display: inline-block;
            height: 30px; }
          #main section .big-image .caption span p {
            display: inline-block;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: bold;
            color: #f4f3f3;
            position: absolute;
            top: 5px;
            right: 10px; }
        #main section .big-image .caption h2 {
          font-size: 45px;
          font-weight: lighter;
          margin-bottom: 10px;
          position: relative;
          left: 0;
          transition: left 0.7s ease; }
        #main section .big-image .caption a {
          font-size: 21px; }
          #main section .big-image .caption a img {
            position: relative;
            top: 5px;
            left: 5px; }
    #main section .list ul {
      display: block;
      list-style: none;
      width: 100%;
      position: relative;
      overflow: hidden; }
      #main section .list ul li {
        display: block;
        float: left;
        width: 33.33333333%;
        height: 125px;
        background-position: center;
        background-size: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden; }
        #main section .list ul li a {
          display: block;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.85);
          color: #000000 !important;
          transform: translateY(100%);
          transition: transform 0.7s ease-in-out;
          position: relative; }
          #main section .list ul li a span {
            display: block;
            position: absolute;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 16px;
            top: 50%;
            left: 0;
            width: 100%;
            text-align: center;
            transform: translateY(-50%); }
          #main section .list ul li a:after {
            content: "";
            display: block;
            position: absolute;
            bottom: 100%;
            left: 0;
            z-index: 20; }
        #main section .list ul li:hover a {
          transform: translateY(0%); }

footer .big-image {
  width: 100%;
  height: 342px;
  background: url("../img/content/bg-big-image-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
  position: relative;
  transition: all 0.7s ease; }
  footer .big-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0;
    transition: opacity 0.7s ease; }
  footer .big-image:hover:after {
    opacity: 0.7; }
  footer .big-image:hover {
    transform: scale(1.05); }
    footer .big-image:hover .section {
      left: 20px; }
      footer .big-image:hover .section ul {
        left: 20px; }
  footer .big-image .section {
    position: relative;
    overflow: hidden;
    height: 100%;
    z-index: 1;
    left: 0;
    transition: left 0.7s ease; }
    footer .big-image .section > span {
      display: block;
      float: left;
      height: 100%;
      padding: 30px 15px;
      width: 300px;
      position: relative;
      font-family: 'Lato', sans-serif; }
      footer .big-image .section > span:first-of-type {
        width: 150px; }
      footer .big-image .section > span .icon-chat {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 70px;
        transform: translate(-50%, -50%); }
      footer .big-image .section > span h2 {
        font-size: 50px;
        line-height: 0.8em;
        font-weight: 300;
        margin: 0; }
        footer .big-image .section > span h2 b {
          color: #087fc8;
          font-weight: 700; }
        footer .big-image .section > span h2 span {
          margin: 0 0 0 20px; }
        footer .big-image .section > span h2 small {
          font-size: 30px;
          position: relative;
          top: -10px; }
      footer .big-image .section > span ul {
        list-style: none;
        position: relative;
        left: 0;
        transition: left 0.7s ease; }
        footer .big-image .section > span ul li {
          color: #6e6e6e;
          font-size: 22px;
          position: relative;
          padding-left: 20px; }
          footer .big-image .section > span ul li:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 10px;
            height: 10px;
            background: #087fc8; }
          footer .big-image .section > span ul li a {
            color: #6e6e6e;
            transition: all 0.7s ease-in-out;
            position: relative;
            left: 0; }
            footer .big-image .section > span ul li a:hover {
              color: #ec1750 !important;
              font-weight: bold;
              left: 10px; }
footer .brands {
  width: 100%;
  position: relative;
  background: #f4f3f3;
  height: 75px; }
  footer .brands ul {
    display: table;
    width: auto;
    list-style: none;
    position: relative;
    overflow: hidden;
    margin: 0 auto; }
    footer .brands ul li {
      display: table-cell;
      height: 100%;
      position: relative;
      width: auto;
      padding: 20px 15px;
      vertical-align: middle;
      text-align: center; }
      footer .brands ul li img {
        max-height: 35px; }
footer .banner-block {
  background: #0a0a0a;
  padding: 10px 15px;
  text-align: center; }
  footer .banner-block .logoebay {
    height: 40px; }
footer .footer {
  background: #000000;
  color: #f4f3f3;
  position: relative;
  overflow: hidden;
  padding: 0 15px 30px;
  min-height: 255px; }
  footer .footer span {
    display: block;
    float: left;
    width: 50%;
    min-height: 255px;
    text-align: center;
    position: relative;
    padding: 10px 15px; }
    footer .footer span .logo {
      max-width: 185px; }
    footer .footer span small {
      font-size: 14px;
      font-weight: 200;
      font-family: 'Lato', sans-serif; }
    footer .footer span div {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      footer .footer span div h3 {
        font-size: 18px; }
      footer .footer span div hr {
        width: 50%;
        margin: 10px auto;
        border: 0;
        border-top: 1px solid #f4f3f3; }
      footer .footer span div img {
        width: 293px; }

#main.custom {
  background: #f4f3f3; }
  #main.custom .one-col, #main.custom .two-col, #main.custom .three-col {
    display: none; }
  #main.custom .one-col:target, #main.custom .two-col:target, #main.custom .three-col:target {
    display: block; }
  #main.custom section header {
    position: relative;
    overflow: hidden;
    padding: 50px 10px; }
    #main.custom section header h1 {
      display: block;
      position: relative;
      right: 50%;
      text-align: right;
      padding: 5px 10px;
      background: #99c62c;
      color: #f4f3f3;
      font-weight: 300;
      font-size: 24px; }
    #main.custom section header.alternative-header {
      padding: 0 10px; }
      #main.custom section header.alternative-header h1 {
        right: 0;
        text-align: center; }
  #main.custom section .content {
    position: realtive;
    overflow: hidden;
    width: 100%;
    margin: 0 auto; }
    #main.custom section .content article {
      float: left;
      position: relative;
      text-align: center; }
      #main.custom section .content article span {
        display: inline-block;
        width: auto; }
        #main.custom section .content article span a {
          color: inherit;
          transition: all 0.3s ease;
          transform: scale(1);
          display: block;
          font-weight: lighter; }
          #main.custom section .content article span a:hover {
            color: #99c62c !important;
            transform: scale(1.1); }
        #main.custom section .content article span h2 {
          text-align: left;
          font-size: 18px;
          margin-bottom: 20px; }
        #main.custom section .content article span ul {
          text-align: left;
          list-style: none;
          font-size: 18px; }
      #main.custom section .content article.single {
        float: none;
        text-align: left;
        padding: 10px 20px 30px;
        width: 100% !important;
        line-height: 1.5em; }
        #main.custom section .content article.single ul, #main.custom section .content article.single ol {
          padding-left: 2em; }
  #main.custom section.one-col .content article {
    width: 100%; }
  #main.custom section.two-col .content article {
    width: 50%; }
  #main.custom section.three-col .content article {
    width: 33.33333334%; }
  #main.custom section.four-col .content article {
    width: 25%; }

#main.inserzione aside .cerca {
  background: #0d0d0d;
  padding: 10px 15px;
  position: relative;
  overflow: hidden; }
  #main.inserzione aside .cerca input {
    background: #99c62c;
    width: 160px;
    color: #f4f3f3;
    outline: none;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    display: block;
    float: left;
    font-size: 14px; }
  #main.inserzione aside .cerca button {
    background: none;
    border: none;
    outline: none;
    width: 26px;
    display: block;
    float: left;
    margin-left: 20px; }
    #main.inserzione aside .cerca button img {
      width: 100%; }
  #main.inserzione aside .cerca p {
    clear: both;
    display: block;
    width: 100%;
    color: #f4f3f3;
    font-size: 14px;
    padding: 10px 0; }
    #main.inserzione aside .cerca p input {
      background: none !important;
      border: 1px solid white;
      border-radius: 0 !important;
      margin: 3px;
      width: auto; }
#main.inserzione section {
  position: relative;
  overflow: hidden;
  max-width: 670px; }
  #main.inserzione section header {
    background: #35557f;
    color: #f4f3f3;
    text-align: center;
    padding: 5px 15px;
    margin-bottom: 4px;
    width: 100%; }
    #main.inserzione section header h1 {
      font-size: 22px;
      font-weight: 300; }
      #main.inserzione section header h1 strong {
        font-weight: bold; }
  #main.inserzione section .descrizione {
    display: table;
    width: 100%; }
    #main.inserzione section .descrizione.recovered {
      padding: 30px;
      position: relative; }
      #main.inserzione section .descrizione.recovered img {
        max-width: 100%;
        margin: 15px auto;
        display: block; }
    #main.inserzione section .descrizione .contenuto, #main.inserzione section .descrizione .galleria {
      display: table-cell;
      width: 50%;
      vertical-align: top; }
    #main.inserzione section .descrizione .contenuto {
      padding-right: 4px; }
      #main.inserzione section .descrizione .contenuto h2 {
        display: block;
        width: 100%;
        background: #35557f;
        color: #f4f3f3;
        padding-left: 50px;
        font-size: 22px; }
      #main.inserzione section .descrizione .contenuto .text {
        display: block;
        padding: 10px 15px;
        text-align: justify;
        font-size: 15px;
        line-height: 1.5em; }
      #main.inserzione section .descrizione .contenuto .code {
        background: #35557f;
        color: #f4f3f3;
        padding: 5px 15px 5px 50px;
        font-size: 22px;
        font-weight: bold; }
    #main.inserzione section .descrizione .galleria {
      position: relative;
      overflow: hidden; }
      #main.inserzione section .descrizione .galleria .img-principale {
        position: relative;
        overflow: hidden;
        width: 100%; }
        #main.inserzione section .descrizione .galleria .img-principale:after {
          content: "";
          display: block;
          padding-bottom: 100%; }
        #main.inserzione section .descrizione .galleria .img-principale img {
          position: absolute;
          display: none;
          width: 100%;
          top: 0;
          left: 0;
          z-index: 1; }
          #main.inserzione section .descrizione .galleria .img-principale img:first-of-type {
            display: block; }
          #main.inserzione section .descrizione .galleria .img-principale img:target {
            display: block;
            z-index: 2; }
      #main.inserzione section .descrizione .galleria .thumbnails {
        width: 100%;
        position: relative; }
        #main.inserzione section .descrizione .galleria .thumbnails a {
          display: block;
          float: left;
          overflow: hidden;
          position: relative;
          width: 25%; }
          #main.inserzione section .descrizione .galleria .thumbnails a[data-image=""] {
            display: none; }
          #main.inserzione section .descrizione .galleria .thumbnails a:after {
            content: "";
            display: block;
            padding-bottom: 100%; }
          #main.inserzione section .descrizione .galleria .thumbnails a img {
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            transform: translateY(-50%); }
            #main.inserzione section .descrizione .galleria .thumbnails a img[src=""] {
              display: none; }

@media (max-width: 920px) {
  nav ul {
    position: relative;
    overflow: hidden; }
    nav ul li {
      width: 25%; }
  nav .logoebay {
    float: none;
    margin: 10px auto;
    display: block; }

  footer .brands {
    height: auto; }
    footer .brands ul {
      display: block;
      width: 100%; }
      footer .brands ul li {
        display: block;
        float: left;
        width: 50%; }

  #main.inserzione section .descrizione {
    display: block; }
    #main.inserzione section .descrizione .contenuto, #main.inserzione section .descrizione .galleria {
      width: 100%;
      display: block !important; } }
@media (max-width: 650px) {
  #details > .content {
    display: block;
    position: relative;
    overflow: hidden; }
    #details > .content div {
      display: block;
      float: left;
      width: 50%;
      position: relative;
      min-height: 150px; }
      #details > .content div span {
        display: block;
        float: none;
        width: 100% !important;
        position: relative; }
        #details > .content div span:first-of-type i {
          position: static;
          margin: 0 auto; }

  #header {
    height: 150px; }
    #header .logo {
      display: block;
      position: static;
      width: 195px;
      display: block;
      margin: 0 auto; }

  nav ul li {
    width: 50%; }

  #main {
    display: flex;
    flex-flow: column; }
    #main aside, #main section {
      display: block !important;
      width: 100% !important;
      position: relative; }
    #main aside {
      overflow: hidden;
      order: 2; }
      #main aside img {
        float: left;
        width: 50%;
        display: block; }
    #main section {
      order: 1; }
      #main section .list li {
        width: 50% !important;
        height: 200px !important; }
        #main section .list li a {
          transform: translateY(0%) !important;
          height: 40px !important;
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          margin-top: -40px;
          padding: 5px 0; }
          #main section .list li a span {
            position: static !important;
            transform: translateY(0%) !important; }
          #main section .list li a:after {
            border-top: 30px solid transparent;
            border-left: 400px solid rgba(0, 0, 0, 0.85) !important;
            top: -30px !important; }
        #main section .list li:nth-child(even) a:after {
          border-left: 0px solid rgba(0, 0, 0, 0.85) !important;
          border-right: 400px solid rgba(0, 0, 0, 0.85) !important;
          top: -30px !important;
          right: 0;
          left: auto; }

  footer .footer span {
    float: none;
    width: 100%; } }
@media (max-width: 450px) {
  #details > .content div {
    width: 100%; }

  #main aside img {
    width: 100%; }
  #main section .list li {
    width: 100% !important; }
    #main section .list li a:after {
      border-top: 30px solid transparent;
      border-left: 450px solid rgba(0, 0, 0, 0.85) !important;
      top: -30px !important; }
    #main section .list li:nth-child(even) a:after {
      border-left: 450px solid rgba(0, 0, 0, 0.85) !important;
      border-right: 0px solid rgba(0, 0, 0, 0.85) !important; }

  footer .big-image {
    height: 350px; }
    footer .big-image .section > span:first-of-type {
      display: none; }
  footer .brands ul li {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */
