/* Ex Content Static */
.content-generic-container {
  margin-top: 20px;
  margin-bottom: 60px;
}

.content-generic h1 {
  margin-top: 0px;
  font-weight: 100;
  font-size: 1.7em;
  border-bottom: 1px solid #ddd;
  color: #878787;
}

.content-generic h2, .content-generic h3 {
  font-weight: 400;
  font-size: 1.2em;
  color: #333;
}

.content-generic h4 {
  font-weight: 400;
  font-size: 1.1em;
  color: #333;
}

/*.content-generic p {
    margin-left: 0px;
    font-size: 0.95em;
    max-width: 95%;
}*/
.content-generic b, .content-generic strong {
  font-weight: 400;
  color: #000;
}

.content-generic a {
  font-weight: 400;
  color: #878787;
  text-decoration: underline;
}

.btn-spacing {
  margin-top: 10em;
}

.content-generic .btn-primary, .content-generic a.btn-primary {
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  text-decoration: none;
  color: white;
  -webkit-filter: none;
          filter: none;
  background-color: #303030;
  border: 0px solid;
  /*border-bottom: 6px solid #8a8a8a;*/
  -webkit-border-radius: 0px;
          border-radius: 0px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.1em;
  padding: 10px 40px 7px;
}

.content-generic .btn-primary:hover,
.content-generic .btn-primary:active,
.content-generic .btn-primary:focus,
.content-generic .btn-primary:active:focus,
.content-generic .btn-primary:active:hover {
  outline: none;
  background-color: #404040;
  /*border-bottom: 6px solid #AAA;*/
  color: #FFF;
}

.content-generic a:hover {
  color: #333;
}

/* MY POLLINI */
.container {
  width: 100%;
}

.main {
  margin: 0 5% 0 5%;
}

.shoppable {
  text-align: center;
  max-width: 916px;
}

.shoppable.ss16 {
  max-width: 768px;
}

.normal-spacing {
  margin: 0;
}

.big-spacing {
  margin-bottom: 50px;
}

.big-pre-spacing {
  margin-top: 50px;
}

.big-pre-padding {
  padding-top: 50px;
}

.mobile-spacing-img {
  margin: 0 150px;
}

@media (max-width: 767px) {
  .mobile-spacing {
    margin-top: 50px;
  }

  .mobile-spacing-img {
    margin: 0 0px;
  }
}
@media (min-width: 1024px) {
  .desktop-text {
    font-size: 18px;
    padding-right: 20%;
  }
}
.text-download {
  text-align: right;
  margin-top: 25px;
}

.img-centered {
  margin: 0 auto !important;
}

/* on mobile centered, else left */
.img-centered-sm {
  margin: 0 auto;
}

/* on mobile centered, else left */
.img-right-sm {
  margin: 0 auto;
}

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

.text-centered {
  text-align: center;
}

.models-img {
  padding-left: 25px;
  height: 100px;
  margin: 5px auto;
}

.models-container {
  float: left;
  width: 150px;
  background: #fff;
  margin-right: 10px;
  margin-top: 0 !important;
}

.social {
  color: #303030;
  position: absolute;
  bottom: 25px;
  right: 8px;
  /* width: 85%;
   margin:0 auto;*/
  text-align: right;
  background-color: #ddd;
  padding-top: 25px;
}

/*Image effect on hover images gets whiter*/
.fadein img {
  margin: 5px;
  opacity: 1;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}

.fadein img:hover {
  margin: 5px;
  opacity: 0.5;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}

a.fadein.noref {
  cursor: default;
}

/* media queries */
@media (min-width: 768px) {
  .img-centered-sm {
    margin: inherit;
  }

  .img-right-sm {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .shoppable.ss16 {
    max-width: 916px;
  }

  /*.img-full-width {
  	width: auto;
  	height: auto;
  }*/
}
@media (min-width: 1400px) {
  .shoppable.ss16 {
    max-width: 1280px;
  }
}

/*# sourceMappingURL=my-pollini.css.map*/