.breadcrumb {
  display: none;
}
#main {
  margin-top: 0px;
}
.jcarousel img {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}
 {
  width: 100%;
  display: block;
  position: relative;
  max-width: 1250px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  color: #000;
  text-align: center;
}
* {
  -webkit-user-select: none; /* Chrome, Opera, Safari */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}
.MyBlock {
  display: block;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
h1 {
  display: inline-block;
  font-family: ClarinsRegular, Clarins;
  font-size: 50px;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media only screen and (max-width: 1023px) {
  h1 {
    /*	font-size: 40px;
	line-height: 40px;*/
  }
}

@media only screen and (max-width: 761px) {
  h1 {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    font-size: 35px;
  }
}

/*-------------------------------------------*/
#Block-COLORS {
  width: 2000px;
  margin-left: -375px;
  padding-top: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 1249px) {
  #Block-COLORS {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 761px) {
  #Block-COLORS {
    padding-top: 20px;
  }
}
#Block-COLORS h1 {
  color: #fff;
}
#Block-COLORS .Text {
  padding: 0;
  position: relative;
  font-size: 18px;
  color: #fff;
  margin-bottom: 40px;
  margin-top: 15px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 761px) {
  #Block-COLORS .Text {
    margin-bottom: 20px;
  }
}
#Block-COLORS .Lips {
  margin: 0;
  padding: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 324px;
  border: 1px solid #f5babf;
  background-color: #fff;
  font-size: 0;
}

#Block-COLORS .Lips .BtnLeft {
  width: 22px;
  display: inline-block;
  font-size: 20px;
  color: #ed4566;
  height: 50px;
  vertical-align: middle;
  line-height: 50px;
}
#Block-COLORS .Lips .LipsGuide {
  display: inline-block;
  width: calc(100% - 44px);
  vertical-align: middle;
  background: -webkit-linear-gradient(left, #fed0db, #f95172); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #fed0db, #f95172); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #fed0db, #f95172); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #fed0db, #f95172); /* Standard syntax */
  height: 5px;
  position: relative;
}
#Block-COLORS .Lips .LipsCursor {
  width: 40px;
  height: 40px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #f95273;
  position: absolute;
  top: -20px;
  cursor: pointer;
  left: 0;
  background-image: url(img/cursor.png);
  background-repeat: no-repeat;
  background-position: center center;
}
#Block-COLORS .Lips .BtnRight {
  width: 22px;
  display: inline-block;
  font-size: 20px;
  color: #ed4566;
  height: 50px;
  vertical-align: middle;
  line-height: 50px;
}

#Block-COLORS .LipsVisual {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}

#Block-COLORS .LipsVisual ul {
  margin: 0;
  padding: 0;
  position: absolute;
  display: block;
  list-style: none;
  left: 0;
  top: 0;
  transition: opacity 0.5s ease-in-out;
}

#Block-COLORS .LipsVisual ul:first-child {
  position: relative;
  left: auto;
  top: auto;
}

#Block-COLORS .LipsVisual ul li {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}
#Block-COLORS .LipsVisual ul li:first-child {
  position: relative;
  left: auto;
  top: auto;
}

#Block-COLORS .LipsVisual ul li img {
  position: relative;
  display: block;
}

#Block-COLORS ul.BackgroundLips {
  margin: 0;
  padding: 0;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  list-style: none;
}
@media only screen and (max-width: 1023px) {
  #Block-COLORS ul.BackgroundLips {
    width: 1800px;
  }
}

#Block-COLORS ul.BackgroundLips li {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition: opacity 1s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #Block-COLORS ul.BackgroundLips li {
    width: 1800px;
    line-height: 100%;
  }
}
#Block-COLORS ul.BackgroundLips li img {
  height: 100%;
}

@media only screen and (max-width: 1023px) {
  #Block-COLORS ul.BackgroundLips li img {
    height: auto;
    width: 1800px;

    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (max-width: 761px) {
  #Block-COLORS ul.BackgroundLips li img {
    display: none;
  }
}
#Block-COLORS ul.BackgroundLips li:first-child {
  position: relative;
  left: auto;
  top: auto;
}
#Block-COLORS ul.BackgroundLips .Rose {
  background-color: #f89fbe;
}
#Block-COLORS ul.BackgroundLips .Rouge {
  background-color: #fdabb2;
}
#Block-COLORS ul.BackgroundLips .Violet {
  background-color: #fdbbd7;
}
#Block-COLORS ul.BackgroundLips .Orange {
  background-color: #febfb8;
}

#Block-COLORS ul.NavColor {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 40px;
  font-size: 0px;
  list-style: none;
  margin-bottom: 40px;
}
@media only screen and (max-width: 761px) {
  #Block-COLORS ul.NavColor {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#Block-COLORS ul.NavColor li img {
  margin: 0;
  padding: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}
#Block-COLORS ul.NavColor li {
  margin: 8px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  text-transform: uppercase;
  line-height: 14px;
  font-size: 11px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  transition: all ease-in-out 0.2s;
}
@media only screen and (max-width: 761px) {
  #Block-COLORS ul.NavColor li {
    width: 75px;
    height: 75px;
    margin: 0px;
    font-size: 10px;
    line-height: 12px;
  }
  #Block-COLORS ul.NavColor li img {
    margin: 0px;
    margin-top: 4px;
    max-width: 80%;
    margin-left: 10%;
  }
}
#Block-COLORS ul.NavColor li:nth-child(1) {
  color: #f95172;
}
#Block-COLORS ul.NavColor li:nth-child(2) {
  color: #ff6845;
}
#Block-COLORS ul.NavColor li:nth-child(3) {
  color: #ed1a37;
}
#Block-COLORS ul.NavColor li:nth-child(4) {
  color: #b2125a;
}
#Block-COLORS ul.NavColor li.Selected {
  background-color: rgba(255, 255, 255, 1);
  cursor: default;
}

@media screen and (min-width: 1024px) {
  #Block-COLORS {
    margin-left: -200px !important;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #Block-COLORS {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 480px) {
  #Block-COLORS {
    width: 100% !important;
    margin-left: 0px !important;
  }
}
