.collection_inspired:before, .collection_inspired:after {
  content: " ";
  display: table;
}
.collection_inspired:after {
  clear: both;
}

.collection_swatches .swatch .right_content .shape_bg {
  -moz-transform: skew(-13deg);
  -ms-transform: skew(-13deg);
  -webkit-transform: skew(-13deg);
  transform: skew(-13deg);
}

.view_inspiration, .view_color_card2 {
  background-color: #01b5e3;
  color: #FFF;
  padding: 6px 40px 5px 20px;
  border: 2px solid #01b5e3;
  font-size: 18rem;
  font-family: 'ProximaNova-Semibold';
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.no-touch .view_inspiration:hover, .no-touch .view_color_card2:hover, .view_inspiration:active, .view_color_card2:active {
  background-color: #FFF;
  color: #01b5e3;
}
.active.view_inspiration, .active.view_color_card2 {
  background-color: #FFF;
  color: #01b5e3;
}
.favorited.view_inspiration, .favorited.view_color_card2 {
  background-color: #FFF;
  color: #01b5e3;
}

.trycolors_carousel_container .trycolors_pinterest_button {
  background-color: #CCCCCC;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.no-touch .trycolors_carousel_container .trycolors_pinterest_button:hover, .trycolors_carousel_container .no-touch .trycolors_pinterest_button:hover, .trycolors_carousel_container .active.trycolors_pinterest_button, .trycolors_carousel_container .trycolors_pinterest_button:active {
  background-color: #01b5e3;
}

/**
 * Wraps any styles in a retina media query.
 */
/**
 * Wraps any styles in a retina media query.
 */
/**
 * Option variable to define the spacing between images in the generated sprite
 */
/**
 * A mixin to create retina sprites with hover & active states
 *
 * You have to register a pair of sprites using `{@link #retina-sprite-add}` and then you can use this mixin:
 * 
 *     @include retina-sprite-add(icons, "icons/*.png", "icons-retina/*.png");
 *
 *     .my-icon {
 *       @include retina-sprite(icon-name, icons);
 *     }
 * 
 * @param {String} $name
 * @param {String} [$sprite-name]
 * @param {Boolean} [$hover=false]
 * @param {Boolean} [$active=false]
 */
/**
 * @param {String} $name
 * @param {String} $path
 * @param {String} $path2x
 */
/**
 * Wraps any styles in a retina media query.
 */
/**
 * Mixin for retina backgrounds where you can't use a sprite.
 * 
 * - Make sure you have a file@2x.png file additional to your file.png.
 * - The mixin prepends $imgPath, which should be set globally at some point. Default is: "img/"
 *
 * Examples:
 *     li {
 *       @include retina-background(arrow, no-repeat 10px 15px)
 *     }
 *     
 *     a.external {
 *       @include retina-background(external, no-repeat right)
 *     }
 * 
 * @param {String} $file Path to file relative to images folder defined in config.rb and without a file extension
 * @param {Object} [$attr] Additional attributes like position or repetition. E.g. `no-repeat top right`
 * @param {String} [$type] The file type.
 */
.collection_swatches .swatch .favorite_swatch:after {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url('../images/global/sprites.png');
  background-position: 0 -1184px;
  background-repeat: no-repeat;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .collection_swatches .swatch .favorite_swatch:after {
    background-image: url('../images/global/sprites_retina.png');
    background-position: 0 -1008px;
    -moz-background-size: 76px auto;
    -o-background-size: 76px auto;
    -webkit-background-size: 76px auto;
    background-size: 76px auto;
  }
}
.no-touch .collection_swatches .swatch .blue_hover.favorite_swatch:hover:after, .collection_swatches .swatch .no-touch .blue_hover.favorite_swatch:hover:after, .collection_swatches .swatch .blue_hover.favorite_swatch:active:after {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url('../images/global/sprites.png');
  background-position: 0 -1206px;
  background-repeat: no-repeat;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .no-touch .collection_swatches .swatch .blue_hover.favorite_swatch:hover:after, .collection_swatches .swatch .no-touch .blue_hover.favorite_swatch:hover:after, .collection_swatches .swatch .blue_hover.favorite_swatch:active:after {
    background-image: url('../images/global/sprites_retina.png');
    background-position: 0 -1029px;
    -moz-background-size: 76px auto;
    -o-background-size: 76px auto;
    -webkit-background-size: 76px auto;
    background-size: 76px auto;
  }
}
.collection_swatches .swatch .favorited.favorite_swatch:after {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url('../images/global/sprites.png');
  background-position: 0 -1206px;
  background-repeat: no-repeat;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .collection_swatches .swatch .favorited.favorite_swatch:after {
    background-image: url('../images/global/sprites_retina.png');
    background-position: 0 -1029px;
    -moz-background-size: 76px auto;
    -o-background-size: 76px auto;
    -webkit-background-size: 76px auto;
    background-size: 76px auto;
  }
}

.trycolors_carousel_container .trycolors_pinterest_button:after {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url('../images/global/sprites.png');
  background-position: 0 -1356px;
  background-repeat: no-repeat;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .trycolors_carousel_container .trycolors_pinterest_button:after {
    background-image: url('../images/global/sprites_retina.png');
    background-position: 0 -1172px;
    -moz-background-size: 76px auto;
    -o-background-size: 76px auto;
    -webkit-background-size: 76px auto;
    background-size: 76px auto;
  }
}
.no-touch .trycolors_carousel_container .blue_hover.trycolors_pinterest_button:hover:after, .trycolors_carousel_container .no-touch .blue_hover.trycolors_pinterest_button:hover:after, .trycolors_carousel_container .blue_hover.trycolors_pinterest_button:active:after {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url('../images/global/sprites.png');
  background-position: 0 -1312px;
  background-repeat: no-repeat;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .no-touch .trycolors_carousel_container .blue_hover.trycolors_pinterest_button:hover:after, .trycolors_carousel_container .no-touch .blue_hover.trycolors_pinterest_button:hover:after, .trycolors_carousel_container .blue_hover.trycolors_pinterest_button:active:after {
    background-image: url('../images/global/sprites_retina.png');
    background-position: 0 -1130px;
    -moz-background-size: 76px auto;
    -o-background-size: 76px auto;
    -webkit-background-size: 76px auto;
    background-size: 76px auto;
  }
}

.collection_swatches .swatch .pinterest:after {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url('../images/global/sprites.png');
  background-position: 0 -1334px;
  background-repeat: no-repeat;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .collection_swatches .swatch .pinterest:after {
    background-image: url('../images/global/sprites_retina.png');
    background-position: 0 -1151px;
    -moz-background-size: 76px auto;
    -o-background-size: 76px auto;
    -webkit-background-size: 76px auto;
    background-size: 76px auto;
  }
}
.no-touch .collection_swatches .swatch .blue_hover.pinterest:hover:after, .collection_swatches .swatch .no-touch .blue_hover.pinterest:hover:after, .collection_swatches .swatch .blue_hover.pinterest:active:after {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url('../images/global/sprites.png');
  background-position: 0 -1312px;
  background-repeat: no-repeat;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .no-touch .collection_swatches .swatch .blue_hover.pinterest:hover:after, .collection_swatches .swatch .no-touch .blue_hover.pinterest:hover:after, .collection_swatches .swatch .blue_hover.pinterest:active:after {
    background-image: url('../images/global/sprites_retina.png');
    background-position: 0 -1130px;
    -moz-background-size: 76px auto;
    -o-background-size: 76px auto;
    -webkit-background-size: 76px auto;
    background-size: 76px auto;
  }
}

.view_color_card2:after {
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url('../images/global/sprites.png');
  background-position: 0 -1058px;
  background-repeat: no-repeat;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .view_color_card2:after {
    background-image: url('../images/global/sprites_retina.png');
    background-position: 0 -889px;
    -moz-background-size: 76px auto;
    -o-background-size: 76px auto;
    -webkit-background-size: 76px auto;
    background-size: 76px auto;
  }
}
.no-touch .blue_hover.view_color_card2:hover:after, .blue_hover.view_color_card2:active:after {
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url('../images/global/sprites.png');
  background-position: 0 -1076px;
  background-repeat: no-repeat;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .no-touch .blue_hover.view_color_card2:hover:after, .blue_hover.view_color_card2:active:after {
    background-image: url('../images/global/sprites_retina.png');
    background-position: 0 -906px;
    -moz-background-size: 76px auto;
    -o-background-size: 76px auto;
    -webkit-background-size: 76px auto;
    background-size: 76px auto;
  }
}

.hero {
  height: 200px;
  margin: 0 auto;
  position: relative;
}

.hero_bkg {
  background-position: initial;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}

#color_container {
  max-width: 1074px;
}

.color_stripe_container {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.color_stripe_container .stripe_fill {
  background-color: #b5a598;
  height: inherit;
  position: absolute;
  right: 100%;
  width: 3000%;
}
.color_stripe_container .collection_description_container {
  height: inherit;
}
.color_stripe_container .collection_description_container > span {
  display: inline;
  height: 100%;
  float: left;
  position: relative;
  -moz-transform: skew(-13deg);
  -ms-transform: skew(-13deg);
  -webkit-transform: skew(-13deg);
  transform: skew(-13deg);
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  width: 8px;
  z-index: 9;
}
.color_stripe_container .collection_description_container > span:nth-of-type(1) {
  background-color: #b5a598;
  width: 25px;
}
.color_stripe_container .collection_description_container > span:nth-of-type(2) {
  background-color: #e4ceac;
}
.color_stripe_container .collection_description_container > span:nth-of-type(3) {
  background-color: #7a8775;
}
.color_stripe_container .collection_description_container > span:nth-of-type(4) {
  background-color: #a6a6a6;
}
.color_stripe_container .collection_description_container .collection_description {
  float: left;
  height: inherit;
  padding: 15px 33px 15px 6.25%;
  width: 90%;
}
.color_stripe_container .collection_description_container .collection_description > span {
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -moz-transform: skew(-13deg);
  -ms-transform: skew(-13deg);
  -webkit-transform: skew(-13deg);
  transform: skew(-13deg);
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  width: inherit;
}
.color_stripe_container .collection_description_container .collection_description > * {
  padding-left: 14px;
  position: relative;
}
.color_stripe_container .collection_description_container .collection_description h1 {
  border-bottom: 1px solid #7f7f7f;
  display: inline;
  font-size: 15rem;
  padding-right: 14px;
  color: white;
}
.color_stripe_container .collection_description_container .collection_description h2 {
  color: #9c908b;
  font-size: 14rem;
  margin: 5px 0 5px;
}
.color_stripe_container .collection_description_container .collection_description p {
  font-size: 12rem;
}

.color_trends_intro {
  margin: 6.25%;
}

.marginbot {
  margin-bottom: 30px;
}

.coty_section_header {
  border-bottom: 1px solid #ccc;
  font-size: 18rem;
  margin-bottom: 20px;
  margin-top: 35px;
  padding: 0 0 5px 6.25%;
}

.coty_section_description {
  padding-left: 6.25%;
}
.coty_section_description:nth-of-type(1) {
  width: 90%;
}

.collection_features {
  font-size: 0;
}
.collection_features .coty_section_header {
  margin-bottom: 0;
}

.feature {
  border-bottom: 1px dashed #7e7e7d;
  display: inline-block;
  overflow: hidden;
  padding-top: 25px;
  position: relative;
  text-align: center;
  width: 100%;
}
.feature:last-child {
  border-bottom: none;
}
.feature:nth-of-type(even) {
  background-color: #fdfcfa;
}
.feature .image {
  display: block;
  margin: auto;
  width: 60%;
}
.feature .image img {
  width: 100%;
}
.feature h3 {
  font-family: 'ProximaNova-SemiBold';
  font-size: 18rem;
  margin-bottom: 7px;
  margin-top: 15px;
}
.feature .collection_stripes p {
  margin-top: 3px;
}
.feature > p {
  margin-bottom: 20px;
  padding: 0 6.25%;
}

.collection_stripes {
  display: inline-block;
  height: 20px;
  margin: 0 0 20px 5px;
}
.collection_stripes span {
  display: inline-block;
  height: 100%;
  float: left;
  position: relative;
  -moz-transform: skew(-13deg);
  -ms-transform: skew(-13deg);
  -webkit-transform: skew(-13deg);
  transform: skew(-13deg);
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  width: 5px;
}
.collection_stripes span:nth-of-type(1) {
  background-color: #b5a598;
}
.collection_stripes span:nth-of-type(2) {
  background-color: #e4ceac;
}
.collection_stripes span:nth-of-type(3) {
  background-color: #7a8775;
}
.collection_stripes span:nth-of-type(4) {
  background-color: #a6a6a6;
}
.collection_stripes p {
  color: #01b5e3;
  display: inline-block;
  font-family: 'ProximaNova-SemiBold';
  font-size: 15rem;
  padding-left: 5px;
}

.collection_swatches {
  width: 100%;
  font-size: 0;
}
.collection_swatches .swatch {
  width: 40.625%;
  margin-top: 6.25%;
  margin-left: 6.25%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.collection_swatches .swatch .color_square {
  width: 100%;
  height: 115px;
  position: relative;
  overflow: hidden;
}
.collection_swatches .swatch .color_square div {
  background: #1046ab;
  background: -moz-linear-gradient(left, #1046ab 0%, #013a9c 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #1046ab), color-stop(100%, #013a9c));
  background: -webkit-linear-gradient(left, #1046ab 0%, #013a9c 100%);
  background: -o-linear-gradient(left, #1046ab 0%, #013a9c 100%);
  background: -ms-linear-gradient(left, #1046ab 0%, #013a9c 100%);
  background: linear-gradient(to right, #1046ab 0%, #013a9c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1046ab', endColorstr='#013a9c', GradientType=1 );
  color: #fff;
  font-family: 'ProximaNova-Bold';
  font-size: 12px;
  max-width: 80%;
  padding: 7px 10px;
  position: absolute;
  top: 21px;
  -moz-transform: skew(-13deg);
  -ms-transform: skew(-13deg);
  -webkit-transform: skew(-13deg);
  transform: skew(-13deg);
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.collection_swatches .swatch .color_square div span {
  display: inline-block;
  -moz-transform: skew(13deg);
  -ms-transform: skew(13deg);
  -webkit-transform: skew(13deg);
  transform: skew(13deg);
}
.collection_swatches .swatch h4 {
  margin-top: 10px;
}
.collection_swatches .swatch .store_info {
  font-family: 'ProximaNova-Regular';
  font-size: 12rem;
}
.collection_swatches .swatch .right_content {
  position: absolute;
  right: 5px;
  top: 115px;
}
.collection_swatches .swatch .right_content .shape_bg {
  background-color: #FFF;
  width: 70px;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -25px;
}
.collection_swatches .swatch .favorite_swatch,
.collection_swatches .swatch .pinterest {
  position: absolute;
  top: -20px;
}
.collection_swatches .swatch .favorite_swatch:after,
.collection_swatches .swatch .pinterest:after {
  content: '';
  position: absolute;
}
.collection_swatches .swatch .favorite_swatch {
  right: 45px;
}
.collection_swatches .swatch .pinterest {
  right: 20px;
}

.collection_trycolors {
  padding-bottom: 70px;
}

.trycolors_holder {
  margin-top: 25px;
  position: relative;
}

.trycolors_list_container {
  background: url("../images/collection_of_the_year/bkg_tile.jpg") repeat;
  bottom: -45px;
  height: 45px;
  position: absolute;
  overflow: hidden;
  width: 100%;
  z-index: 9;
}
.trycolors_list_container.active {
  height: auto;
}
.trycolors_list_container.active .choose_color {
  border-top: 1px solid #ccc;
  color: #01b5e3;
}
.trycolors_list_container.active .choose_color span:before, .trycolors_list_container.active .choose_color span:after {
  border-color: #01b5e3;
  top: 42%;
}
.trycolors_list_container.active .choose_color span:before {
  -moz-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.trycolors_list_container.active .choose_color span:after {
  -moz-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.trycolors_list_container .choose_color {
  background-color: #f3f1f3;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  display: block;
  height: 45px;
  width: 100%;
}
.trycolors_list_container .choose_color span {
  display: inline-block;
  font-family: 'SharpSansNo1-SemiboldItalic';
  font-size: 16rem;
  line-height: 45px;
  position: relative;
  text-align: center;
  width: 100%;
}
.trycolors_list_container .choose_color span:before, .trycolors_list_container .choose_color span:after {
  border-top: 2px solid #000;
  content: '';
  height: 8px;
  position: absolute;
  top: 58%;
  width: 8px;
}
.trycolors_list_container .choose_color span:before {
  border-left: 2px solid #000;
  left: 6.25%;
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.trycolors_list_container .choose_color span:after {
  border-right: 2px solid #000;
  right: 6.25%;
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.trycolors_list_container h3 {
  font-family: 'ProximaNova-Semibold';
  font-size: 18rem;
  margin: 15px 0 10px;
  padding-left: 15px;
}
.trycolors_list_container .collection_stripes {
  padding-left: 15px;
}
.trycolors_list_container .collection_stripes p {
  color: #000;
}

.trycolors_list {
  width: 100%;
}
.trycolors_list a {
  color: #3e3e3e;
  display: block;
  height: 29px;
  margin-bottom: 1px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.trycolors_list a:last-child {
  margin-bottom: 0;
}
.trycolors_list a:nth-of-type(6).active, .trycolors_list a:nth-of-type(6):hover {
  color: #000;
}
.trycolors_list a.active, .trycolors_list a:hover {
  color: #fff;
}
.trycolors_list a .color_bkg,
.trycolors_list a .color_bkg:after {
  height: 100%;
  left: -4%;
  position: absolute;
  top: 0;
  -moz-transform: skew(-13deg);
  -ms-transform: skew(-13deg);
  -webkit-transform: skew(-13deg);
  transform: skew(-13deg);
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -moz-transition: height 0.3s, top 0.3s, left 0.3s, width 0.3s;
  -o-transition: height 0.3s, top 0.3s, left 0.3s, width 0.3s;
  -webkit-transition: height 0.3s, top 0.3s, left 0.3s, width 0.3s;
  transition: height 0.3s, top 0.3s, left 0.3s, width 0.3s;
  width: 104%;
}
.trycolors_list a .color_bkg:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  content: '';
  opacity: 0.5;
}
.trycolors_list a span {
  font-size: 12rem;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: margin-left 0.3s, font-size 0.3s;
  -o-transition: margin-left 0.3s, font-size 0.3s;
  -webkit-transition: margin-left 0.3s, font-size 0.3s;
  transition: margin-left 0.3s, font-size 0.3s;
}
.trycolors_list a span:first-of-type {
  font-family: 'ProximaNova-Bold';
  left: 16px;
}
.trycolors_list a span:last-of-type {
  font-family: 'ProximaNova-Regular';
  right: 16px;
  text-transform: uppercase;
}

.trycolors_carousel_container {
  position: relative;
  width: 100%;
}
.trycolors_carousel_container ul {
  display: inline-block;
}
.trycolors_carousel_container img {
  display: block;
  height: auto;
  width: 100%;
}
.trycolors_carousel_container .social_holder_item {
  right: 14px;
  top: 14px;
  z-index: 1;
}
.trycolors_carousel_container .share_dropdown {
  margin-left: 5px;
}
.trycolors_carousel_container .share_button {
  background-color: #01b5e3;
}
.trycolors_carousel_container .share_button:hover {
  background-color: #CCCCCC;
}
.trycolors_carousel_container .share_dropdown_buttons {
  height: 90px;
}
.trycolors_carousel_container .share_dropdown_buttons .facebook_button {
  top: 43px;
}
.trycolors_carousel_container .trycolors_pinterest_button {
  background-color: #01b5e3;
  position: relative;
  width: 34px;
  height: 34px;
  margin-left: 0;
}
.trycolors_carousel_container .trycolors_pinterest_button:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
.trycolors_carousel_container .trycolors_pinterest_button:hover {
  background-color: #ccc !important;
}

.bx-controls {
  bottom: 18px;
  left: 50%;
  position: absolute;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bx-pager {
  width: 100%;
  text-align: center;
}
.bx-pager .bx-pager-item {
  display: inline-block;
  margin-left: 10px;
}
.bx-pager .bx-pager-item:first-of-type {
  margin-left: 0;
}
.bx-pager .bx-pager-item a {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  overflow: visible;
}
.bx-pager .bx-pager-item a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.bx-pager .bx-pager-item a.active:after {
  background-color: #fff;
}

.collection_inspired .share_dropdown {
  margin-left: 5px;
}
.collection_inspired .share_button {
  background-color: #01b5e3;
}
.collection_inspired .share_button:hover {
  background-color: #CCCCCC;
}
.collection_inspired .share_dropdown_buttons {
  height: 90px;
}
.collection_inspired .share_dropdown_buttons .facebook_button {
  top: 43px;
}
.collection_inspired .left_content {
  float: left;
  padding: 6.25%;
  width: 100%;
}
.collection_inspired .right_content {
  float: left;
  width: 100%;
  text-align: center;
}
.collection_inspired .right_content img {
  width: 100%;
}
.collection_inspired .bottom_content {
  width: 100%;
  margin-bottom: 8px;
  padding: 6.25%;
}

.inspiration_thumb {
  float: none;
  margin-bottom: 0;
  text-align: left;
  display: inline-block;
  margin-top: 30px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.inspiration_thumb .pinterest_button {
  background-color: #01b5e3;
}
.inspiration_thumb .pinterest_button:hover {
  background-color: #ccc;
}

.view_inspiration {
  display: block;
  padding-right: 20px;
  position: relative;
  font-size: 18rem;
  margin: 25px auto 70px;
  text-align: center;
  width: 260px;
}

.view_color_card2 {
  display: block;
  padding-right: 20px;
  position: relative;
  font-size: 18rem;
  margin: 10px auto;
  text-align: center;
  width: 260px;
}

.view_color_card2 {
  position: relative;
  display: block;
  font-size: 13rem;
  padding: 5px 30px 5px 10px;
}
.view_color_card2:after {
  content: '';
  position: absolute;
  right: 7px;
}
.view_color_card2 span {
  display: none;
}

.footnote {
  display: inline-block;
  line-height: 16px;
  padding: 0 6.25%;
}

.callout_container {
  margin-top: 2%;
}

.subhero-height {
  margin-bottom: 20px;
}

@media all and (min-width: 321px) {
  .view_inspiration {
    font-size: 15rem;
  }
}
@media all and (min-width: 768px) {
  .hero {
    height: 460px;
  }

  .color_stripe_container {
    height: 295px;
  }
  .color_stripe_container .collection_description_container > span {
    width: 11px;
  }
  .color_stripe_container .collection_description_container > span:nth-of-type(1) {
    width: 50px;
  }
  .color_stripe_container .collection_description_container .collection_description {
    padding: 25px 120px 0 30px;
    width: 610px;
  }
  .color_stripe_container .collection_description_container .collection_description h1 {
    font-size: 27rem;
  }
  .color_stripe_container .collection_description_container .collection_description h2 {
    font-size: 25rem;
    margin-bottom: 10px;
  }
  .color_stripe_container .collection_description_container .collection_description p {
    font-size: 18rem;
  }

  .coty_section_header {
    font-size: 25rem;
    margin-top: 70px;
  }

  .collection_swatches .swatch {
    width: 22%;
    margin-left: 4%;
    margin-top: 4%;
    position: static;
  }
  .collection_swatches .swatch:nth-of-type(4n-3) {
    margin-left: 0;
  }
  .collection_swatches .swatch .store_info {
    font-size: 14rem;
  }
  .collection_swatches .swatch .right_content {
    position: relative;
    right: auto;
    top: auto;
  }
  .collection_swatches .swatch .right_content .shape_bg {
    display: none;
  }

  .collection_trycolors {
    padding-bottom: 0;
  }

  .trycolors_holder {
    border: 1px solid #e3e3e3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 440px;
  }

  .trycolors_list_container {
    bottom: auto;
    display: block;
    float: left;
    height: 438px;
    overflow: visible;
    position: relative;
    width: 36%;
  }
  .trycolors_list_container .choose_color {
    display: none;
  }
  .trycolors_list_container h3 {
    font-size: 21rem;
  }

  .trycolors_list {
    bottom: 0;
    position: absolute;
  }
  .trycolors_list a {
    height: 40px;
  }
  .trycolors_list a:last-child {
    border-bottom-left-radius: 5px;
  }
  .trycolors_list a.active, .trycolors_list a:hover {
    overflow: visible;
    z-index: 9;
  }
  .trycolors_list a.active .color_bkg, .trycolors_list a:hover .color_bkg {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    height: 120%;
    left: -8%;
    top: -5px;
    width: 108%;
  }
  .trycolors_list a.active .color_bkg:after, .trycolors_list a:hover .color_bkg:after {
    height: 100%;
    left: -4%;
    top: 0;
    -moz-transform: skew(-6.5deg);
    -ms-transform: skew(-6.5deg);
    -webkit-transform: skew(-6.5deg);
    transform: skew(-6.5deg);
    width: 100%;
  }
  .trycolors_list a.active span, .trycolors_list a:hover span {
    font-size: 15rem;
  }
  .trycolors_list a.active span:first-of-type, .trycolors_list a:hover span:first-of-type {
    margin-left: -12px;
  }
  .trycolors_list a:hover {
    z-index: 99;
  }
  .trycolors_list a span {
    font-size: 13rem;
  }

  .trycolors_carousel_container {
    float: left;
    width: 64%;
    z-index: 9;
  }
  .trycolors_carousel_container img {
    height: 438px;
  }

  .feature {
    margin-bottom: 0;
    padding-right: 40px;
    padding-top: 0;
    text-align: inherit;
  }
  .feature:first-child {
    border-top: 1px solid #ccc;
    margin-top: 40px;
  }
  .feature:last-child {
    border-bottom: 1px solid #ccc;
  }
  .feature:nth-of-type(even) {
    padding-left: 40px;
    padding-right: 0;
  }
  .feature:nth-of-type(even) .image {
    float: right;
    margin-left: 30px;
    margin-right: 0;
  }
  .feature:nth-of-type(even) .image:after {
    background-color: #fdfcfa;
    left: 0;
    right: auto;
  }
  .feature:nth-of-type(even) > p {
    padding: 0;
  }
  .feature .image {
    float: left;
    height: 250px;
    margin-right: 30px;
    overflow: hidden;
    position: relative;
    width: 350px;
  }
  .feature .image:after {
    background-color: #fff;
    content: '';
    height: 100%;
    position: absolute;
    right: -60px;
    top: 0;
    -moz-transform: skew(-13deg);
    -ms-transform: skew(-13deg);
    -webkit-transform: skew(-13deg);
    transform: skew(-13deg);
    -moz-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    width: 60px;
  }
  .feature .image img {
    height: 100%;
  }
  .feature h3 {
    font-size: 22rem;
    margin-bottom: 7px;
    margin-top: 35px;
  }
  .feature .collection_stripes p {
    margin-top: 0;
  }
  .feature > p {
    font-size: 16rem;
    line-height: 22px;
    margin-bottom: 0;
  }

  .collection_inspired .share_dropdown {
    margin-left: 9px;
  }
  .collection_inspired .left_content {
    padding: 0;
    margin-top: 3%;
    width: 65.625%;
    padding-right: 3.125%;
    padding-left: 3.125%;
  }
  .collection_inspired .right_content {
    margin-top: 4%;
    width: 34.375%;
  }
  .collection_inspired .bottom_content {
    padding: 0;
  }

  .inspiration_content {
    width: 32%;
    margin-left: 2%;
  }

  .inspiration_thumb {
    width: 31.5%;
    margin-left: 2%;
    margin-bottom: 20px;
    font-size: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .inspiration_thumb:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .footnote {
    padding: 0;
  }

  .callout_container .callout_item {
    width: 32%;
    margin-left: 2%;
    border-bottom: none;
  }
  .callout_container .callout_item:first-of-type {
    margin-left: 0;
  }

  .color_trends_intro {
    margin: 30px auto;
  }

  .subhero-height {
    height: 460px;
    margin-bottom: 40px;
  }

  .marginbot {
    margin-bottom: 80px;
  }

  .coty_section_description {
    padding-left: 0;
  }

  .view_color_card2 {
    margin: 30px 0;
    display: block;
    font-size: 18rem;
    padding: 6px 40px 5px 20px;
  }
  .view_color_card2:after {
    right: 15px;
    top: 8px;
  }
  .view_color_card2 span {
    display: inline;
  }
}
@media all and (min-width: 1025px) {
  .trycolors_list_container h3 {
    font-size: 23rem;
  }

  .feature p {
    font-size: 18rem;
    line-height: 24px;
  }

  .view_inspiration {
    font-size: 18rem;
  }
}
