.mobile {
  display: none; }

.desktop {
  display: block; }

.responsive {
  display: none !important; }

.nomal {
  display: block !important; }

a:hover {
  text-decoration: none; }

.row {
  margin-right: -10px !important;
  margin-left: -10px !important; }

@font-face {
  font-family: 'MYRIADPRO';
  src: url("../fonts/MYRIADPRO-REGULAR.otf") format("opentype");
  font-weight: 400; }
@font-face {
  font-family: 'MYRIADPRO';
  src: url("../fonts/MYRIADPRO-IT.otf") format("opentype");
  font-weight: 300; }
@font-face {
  font-family: 'MYRIADPRO';
  src: url("../fonts/MYRIADPRO-BOLDCOND.otf") format("opentype");
  font-weight: 500; }
@font-face {
  font-family: 'MYRIADPRO';
  src: url("../fonts/MYRIADPRO-BOLD.otf") format("opentype");
  font-weight: bold; }
@font-face {
  font-family: 'SanFranciscoDisplay';
  src: url("../fonts/SanFranciscoDisplay-Light.otf") format("opentype"); }
@font-face {
  font-family: 'SanFranciscoDisplay';
  src: url("../fonts/SanFranciscoDisplay-Semibold.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'DINLight';
  src: url("../fonts/DINLightRegular.otf") format("opentype");
  font-weight: 400; }
body {
  font-family: "SanFranciscoDisplay", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 14.94px;
  color: #000000; }

.wrap {
  /* overflow: hidden; */ }

header {
  font-family: "SanFranciscoDisplay", sans-serif;
  float: left;
  width: 100%;
  text-align: center; }
  header .logo {
    margin-top: 28px; }
    header .logo .fhd {
      display: none; }
  header .icon-reponsive {
    float: right;
    padding: 50px 50px 50px 0;
    cursor: pointer; }
    header .icon-reponsive span {
      height: 4px;
      width: 27px;
      display: block;
      margin: 3px 0;
      background: #000000; }
  header .menu {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px; }
    header .menu ul {
      margin: 0;
      padding: 0; }
      header .menu ul li {
        list-style: none;
        float: none;
        display: inline-block;
        position: relative; }
        header .menu ul li a {
          display: inline-block;
          color: #010101;
          padding: 15px 10px;
          text-transform: uppercase;
          font-size: 14.72px; }
          header .menu ul li a:hover {
            text-decoration: none;
            background: url(../images/icon-hover-black.png) no-repeat center center; }
        header .menu ul li:hover ul.sub-menu {
          opacity: 1;
          visibility: visible; }
        header .menu ul li.active > a {
          font-weight: bold; }
        header .menu ul li ul.sub-menu {
          position: absolute;
          top: 100%;
          right: 0;
          width: 137px;
          opacity: 0;
          visibility: hidden;
          transition: 0.4s;
          background-color: #fff;
          z-index: 2;
          padding: 10px 0; }
          header .menu ul li ul.sub-menu li {
            float: left;
            width: 100%; }
            header .menu ul li ul.sub-menu li a {
              font-size: 12px;
              text-transform: uppercase;
              font-family: "SanFranciscoDisplay", sans-serif;
              padding: 10px; }

.hd {
  display: block; }

.fhd {
  display: none; }

main .slide-home {
  float: left;
  width: 100%; }
  main .slide-home .owl-nav {
    display: block !important; }
    main .slide-home .owl-nav:hover {
      background: transparent; }
    main .slide-home .owl-nav .owl-prev {
      position: absolute;
      bottom: 12px;
      left: calc(50% - 30px);
      text-indent: -999999px;
      background: url(../images/prev.png) no-repeat center center;
      width: 16px;
      height: 26px;
      opacity: 1; }
    main .slide-home .owl-nav .owl-next {
      position: absolute;
      bottom: 12px;
      right: calc(50% - 30px);
      text-indent: -999999px;
      background: url(../images/next.png) no-repeat center center;
      width: 16px;
      height: 26px;
      opacity: 1; }
main .content-home {
  float: left;
  width: 100%; }
  main .content-home .item {
    float: left;
    width: 100%;
    margin-top: 30px; }
    main .content-home .item h3 {
      font-family: "SanFranciscoDisplay", sans-serif;
      font-size: 14.94px;
      color: #010101;
      text-align: center;
      margin-bottom: 20px;
      text-transform: uppercase; }
    main .content-home .item a {
      float: left;
      width: 100%;
      position: relative; }
      main .content-home .item a img {
        object-fit: cover;
        height: 404px;
        width: 100%; 
      }
      main .content-home .item a span.thum {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        background: rgba(0, 0, 0, 0.6);
        height: 100%;
        text-align: center; }
      main .content-home .item a h4 {
        font-family: "SanFranciscoDisplay", sans-serif;
        position: absolute;
        bottom: 30px;
        padding: 20px 0;
        color: white;
        font-size: 24.44px;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        font-weight: 700;
        background: url(../images/icon-hover.png) no-repeat center;
        transform: translateY(20px);
        transition: 0.4s;
        opacity: 0;
        visibility: hidden;
        overflow: hidden; }
      main .content-home .item a span.icon-right {
        position: absolute;
        bottom: 20px;
        right: 35px;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        transform: translateX(-80px); }
        main .content-home .item a span.icon-right i {
          font-size: 22px;
          color: white; }
      main .content-home .item a:hover span.thum {
        opacity: 1;
        visibility: visible; }
      main .content-home .item a:hover span.icon-right {
        opacity: 1;
        visibility: visible;
        transform: translateX(0px); }
      main .content-home .item a:hover h4 {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible; }
  main .content-home.mobile {
    margin-top: 0; }

footer {
  float: left;
  width: 100%;
  padding: 35px 0;
  font-family: "SanFranciscoDisplay", sans-serif; }
  footer .info {
    float: right;
    display: flex;
    align-items: center; }
    footer .info p {
      float: left;
      font-size: 14.94px;
      margin: 0 15px 0 0; }
    footer .info .social {
      float: left; }
    footer .info a {
      color: #010101;
      display: inline-block;
      text-align: center;
      font-size: 14.94px;
      line-height: 21px; }
      footer .info a i {
        line-height: 28px; }
      footer .info a.face, footer .info a.instagram {
        background: #333333;
        border-radius: 50%;
        color: white;
        width: 28px;
        height: 28px;
        margin-right: 10px; }
      footer .info a.instagram i {
        font-size: 13px; }
      footer .info a.lang {
        padding: 0 5px; }
      footer .info a:last-child {
        padding-right: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  padding-left: 10px;
  padding-right: 10px; }

/* ABOUT */
section.about {
  float: left;
  width: 100%;
  margin-top: 2px; }
  section.about .ab-left {
    float: left;
    width: 50%; }
    section.about .ab-left img {
      width: 100%; }
  section.about .ab-right {
    float: left;
    width: 50%;
    margin-top: 275px;
    display: flex;
    align-items: center; }
    section.about .ab-right h1 {
      float: left;
      padding: 10px 40px;
      margin: 0 0 0 -40px;
      font-size: 20.33px;
      transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      background: url(../images/icon-hover-black2.png) no-repeat center left, url(../images/icon-hover-black2.png) no-repeat center right; }
    section.about .ab-right .content {
      margin: 0 0 0 -40px;
      width: 450px;
      text-align: justify;
      font-size: 14.94px; }

/* END ABOUT */
/* COLLECTIONS */
.slide-collections {
  float: left;
  width: 100%;
  margin-top: 2px;
  position: relative;
  /* h2.title-big{
  	@extend %h2_title_big;	
  } */ }
  .slide-collections .slideCollections {
    padding: 0 111px; }
    .slide-collections .slideCollections .title {
      padding: 0 134px;
      text-align: center;
      margin-top: 20px; }
      .slide-collections .slideCollections .title h2 {
        font-size: 20.28px;
        text-transform: uppercase; }
      .slide-collections .slideCollections .title p {
        text-align: left; }
    .slide-collections .slideCollections .owl-dots {
      margin-top: 0px;
      transform: rotate(90deg);
      position: absolute;
      right: 50px;
      top: calc(50% - 90px); }
      .slide-collections .slideCollections .owl-dots .owl-dot {
        padding: 0 3px; }
        .slide-collections .slideCollections .owl-dots .owl-dot span {
          background: transparent;
          border: 1px solid #1f1f1f; }
        .slide-collections .slideCollections .owl-dots .owl-dot.active span, .slide-collections .slideCollections .owl-dots .owl-dot:hover span {
          background: #000; }

.slide-collections2 {
  float: left;
  width: 100%;
  margin-top: 2px; }
  .slide-collections2 .owl-carousel {
    position: relative;
    height: 100%; }
    .slide-collections2 .owl-carousel .owl-slide {
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: auto 100%;
      -webkit-background-size: auto 100%;
      -moz-background-size: auto 100%;
      -o-background-size: auto 100%;
      min-height: calc(100vh - 170px); }
    .slide-collections2 .owl-carousel div.owl--text {
      position: absolute;
      bottom: 4em;
      left: 2em;
      width: 20em;
      height: 8em;
      padding: 1em;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 4px; }
  .slide-collections2 .owl-nav {
    display: block !important; }
    .slide-collections2 .owl-nav:hover {
      background: transparent; }
    .slide-collections2 .owl-nav .owl-prev {
      position: absolute;
      bottom: 12px;
      left: calc(50% - 30px);
      text-indent: -999999px;
      background: url(../images/prev.png) no-repeat center center;
      width: 16px;
      height: 26px;
      opacity: 1; }
    .slide-collections2 .owl-nav .owl-next {
      position: absolute;
      bottom: 12px;
      right: calc(50% - 30px);
      text-indent: -999999px;
      background: url(../images/next.png) no-repeat center center;
      width: 16px;
      height: 26px;
      opacity: 1; }

.title-collections2 {
  float: left;
  width: 100%;
  margin: 25px 0 30px 0; }
  .title-collections2 .content {
    /*padding: 0 245px;*/
    text-align: center; }
    .title-collections2 .content h2 {
      font-size: 20.28px;
      text-transform: uppercase; }
    .title-collections2 .content p {
      text-align: left; }

.content-collections {
  float: left;
  width: 100%;
  margin-bottom: 55px; }
  .content-collections .content {
    float: left;
    width: 100%;
    padding: 0 121px; }
    .content-collections .content .owl-nav:hover {
      background: transparent; }
    .content-collections .content .owl-nav .owl-prev {
      position: absolute;
      left: -30px;
      top: calc(50% - 6px);
      text-indent: -999999px;
      background: url(../images/prev-black.png) no-repeat center center;
      width: 16px;
      height: 26px;
      opacity: 1; }
    .content-collections .content .owl-nav .owl-next {
      position: absolute;
      right: -30px;
      top: calc(50% - 6px);
      text-indent: -999999px;
      background: url(../images/next-black.png) no-repeat center center;
      width: 16px;
      height: 26px;
      opacity: 1; }
    .content-collections .content .item {
      float: left;
      width: 100%;
      margin-top: 30px; }
      .content-collections .content .item h3 {
        font-family: "SanFranciscoDisplay", sans-serif;
        font-size: 14.94px;
        color: #010101;
        text-align: center;
        margin-bottom: 15px;
        text-transform: uppercase;
        height: 2.2em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      .content-collections .content .item a {
        float: left;
        width: 100%;
        position: relative; }
        .content-collections .content .item a img {
          width: 100%; }
        .content-collections .content .item a span.thum {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          opacity: 0;
          visibility: hidden;
          -moz-transition: 0.5s;
          -o-transition: 0.5s;
          -webkit-transition: 0.5s;
          transition: 0.5s;
          background: rgba(0, 0, 0, 0.6);
          height: 100%;
          text-align: center; }
        .content-collections .content .item a h4 {
          font-family: "SanFranciscoDisplay", sans-serif;
          position: absolute;
          bottom: 30px;
          padding: 20px 0;
          color: white;
          font-size: 24.44px;
          width: 100%;
          text-align: center;
          margin-bottom: 0;
          font-weight: 700;
          background: url(../images/icon-hover.png) no-repeat center;
          transform: translateY(20px);
          transition: 0.4s;
          opacity: 0;
          visibility: hidden;
          overflow: hidden; }
        .content-collections .content .item a span.icon-right {
          position: absolute;
          bottom: 20px;
          right: 35px;
          opacity: 0;
          visibility: hidden;
          transition: .5s;
          transform: translateX(-80px); }
          .content-collections .content .item a span.icon-right i {
            font-size: 22px;
            color: white; }
        .content-collections .content .item a:hover span.thum {
          opacity: 1;
          visibility: visible; }
        .content-collections .content .item a:hover span.icon-right {
          opacity: 1;
          visibility: visible;
          transform: translateX(0px); }
        .content-collections .content .item a:hover h4 {
          transform: translateY(0px);
          opacity: 1;
          visibility: visible; }

/* END COLLECTIONS */
/* CELEBS */
section.banner {
  float: left;
  width: 100%;
  margin-top: 2px; }
  section.banner.banner-celebs a img {
    width: 100%;
    padding: 0 112px; }
  section.banner.banner-celebs h1 {
    font-size: 20.37px;
    text-align: center;
    margin: 20px 0; }

section.content-celebs {
  float: left;
  width: 100%; }
  section.content-celebs .slideContentCelebs {
    padding: 0 20px; }
    section.content-celebs .slideContentCelebs .owl-nav:hover {
      background: transparent; }
    section.content-celebs .slideContentCelebs .owl-nav .owl-prev {
      position: absolute;
      left: -20px;
      top: calc(50% - 35px);
      text-indent: -999999px;
      background: url(../images/prev-black.png) no-repeat center center;
      width: 16px;
      height: 26px;
      opacity: 1; }
    section.content-celebs .slideContentCelebs .owl-nav .owl-next {
      position: absolute;
      right: -20px;
      top: calc(50% - 35px);
      text-indent: -999999px;
      background: url(../images/next-black.png) no-repeat center center;
      width: 16px;
      height: 26px;
      opacity: 1; }
    section.content-celebs .slideContentCelebs .item {
      float: left;
      width: 100%; }
      section.content-celebs .slideContentCelebs .item > a {
        float: left;
        width: 100%;
        position: relative; }
        section.content-celebs .slideContentCelebs .item > a img {
          width: 100%; }
        section.content-celebs .slideContentCelebs .item > a span.thum {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          opacity: 0;
          visibility: hidden;
          -moz-transition: 0.5s;
          -o-transition: 0.5s;
          -webkit-transition: 0.5s;
          transition: 0.5s;
          background: rgba(0, 0, 0, 0.6);
          height: 100%;
          text-align: center; }
        section.content-celebs .slideContentCelebs .item > a span.icon-play {
          width: 28px;
          height: 33px;
          background: url(../images/icon-play-sm.png) no-repeat center center;
          position: absolute;
          top: calc(50% - 14px);
          left: calc(50% - 16.5px);
          transition: 0.4s; }
        section.content-celebs .slideContentCelebs .item > a:hover span.thum {
          opacity: 1;
          visibility: visible; }
        section.content-celebs .slideContentCelebs .item > a:hover span.icon-play {
          transform: scale(1.1); }
      section.content-celebs .slideContentCelebs .item h3 {
        float: left;
        width: 100%;
        text-align: center;
        font-family: "MYRIADPRO", sans-serif;
        font-size: 20.28px;
        font-weight: 500;
        margin: 15px 0;
        text-transform: uppercase; }
        section.content-celebs .slideContentCelebs .item h3.video {
          text-transform: none; }
        section.content-celebs .slideContentCelebs .item h3 > a {
          color: #010101;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          height: 2em;
          -webkit-box-orient: vertical; }

section.content-celebs-mb {
  float: left;
  width: 100%; }
  section.content-celebs-mb .slideContentCelebsMb {
    float: left;
    width: 100%;
    padding-bottom: 60px; }
    section.content-celebs-mb .slideContentCelebsMb .owl-stage-outer {
      padding-bottom: 30px; }
    section.content-celebs-mb .slideContentCelebsMb .owl-nav {
      display: block !important; }
      section.content-celebs-mb .slideContentCelebsMb .owl-nav:hover {
        background: transparent; }
      section.content-celebs-mb .slideContentCelebsMb .owl-nav .owl-prev {
        position: absolute;
        bottom: 12px;
        left: calc(50% - 30px);
        text-indent: -999999px;
        background: url(../images/prev-black.png) no-repeat center center;
        width: 16px;
        height: 26px;
        opacity: 1; }
      section.content-celebs-mb .slideContentCelebsMb .owl-nav .owl-next {
        position: absolute;
        bottom: 12px;
        right: calc(50% - 30px);
        text-indent: -999999px;
        background: url(../images/next-black.png) no-repeat center center;
        width: 16px;
        height: 26px;
        opacity: 1; }
    section.content-celebs-mb .slideContentCelebsMb .item {
      float: left;
      width: 100%;
      margin-bottom: 10px;
      position: relative; }
      section.content-celebs-mb .slideContentCelebsMb .item a h2 {
        color: #010101;
        position: absolute;
        bottom: -31px;
        width: 76%;
        left: 12%;
        text-align: center;
        background: white;
        z-index: 9999;
        font-size: 21px;
        margin-bottom: 0;
        padding: 15px 0;
        text-transform: uppercase; }
      section.content-celebs-mb .slideContentCelebsMb .item a span.icon-play {
        width: 28px;
        height: 33px;
        background: url(../images/icon-play-sm.png) no-repeat center center;
        position: absolute;
        top: calc(50% - 14px);
        left: calc(50% - 16.5px); }

/* END CELEBS */
/* stores */
section.stores {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px; }
  section.stores .content {
    width: 250px;
    margin: 0 auto;
    position: relative; }
    section.stores .content .title span {
      font-size: 20.33px;
      text-transform: uppercase;
      transform: rotate(-90deg);
      float: left;
      position: absolute;
      left: -150px;
      top: 80px;
      padding: 0 40px;
      background: url(../images/icon-hover-black2.png) no-repeat center left, url(../images/icon-hover-black2.png) no-repeat center right; }
    section.stores .content .item {
      margin-top: 40px; }
      section.stores .content .item h2 {
        font-size: 14.94px;
        text-transform: uppercase;
        margin-bottom: 20px;
        text-decoration: underline;
        text-decoration-color: #bdbdbd; }
      section.stores .content .item p {
        margin-bottom: 0; }
    section.stores .content .info {
      margin-top: 20px; }
      section.stores .content .info p {
        margin-bottom: 0; }
      section.stores .content .info a {
        color: #010101; }
  section.stores.contact {
    margin-top: 80px;
    margin-bottom: 100px; }
    section.stores.contact .content {
      width: 360px; }
      section.stores.contact .content .title span {
        top: 60px;
        left: -175px; }
      section.stores.contact .content .form-contact {
        float: left;
        width: 100%; }
        section.stores.contact .content .form-contact form {
          color: #000; }
          section.stores.contact .content .form-contact form .form-group {
            margin-bottom: 12px; }
            section.stores.contact .content .form-contact form .form-group label {
              color: #000;
              text-align: left; }
            section.stores.contact .content .form-contact form .form-group .form-control {
              color: #000;
              font-family: "SanFranciscoDisplay", sans-serif;
              font-size: 14.94px;
              border: 0;
              border-bottom: 1px solid #000000;
              padding: 2px 0;
              border-radius: 0;
              box-shadow: none;
              height: auto; }
              section.stores.contact .content .form-contact form .form-group .form-control:focus {
                background: transparent;
                outline: none;
                box-shadow: none; }
            section.stores.contact .content .form-contact form .form-group .notes {
              background-image: -webkit-linear-gradient(left, white 0px, transparent 0px), -webkit-linear-gradient(right, white 0px, transparent 0px), -webkit-linear-gradient(white 30px, black 30px, black 31px, white 31px);
              background-image: -moz-linear-gradient(left, white 0px, transparent 0px), -moz-linear-gradient(right, white 0px, transparent 0px), -moz-linear-gradient(white 30px, black 30px, black 31px, white 31px);
              background-image: -ms-linear-gradient(left, white 0px, transparent 0px), -ms-linear-gradient(right, white 0px, transparent 0px), -ms-linear-gradient(white 30px, black 30px, black 31px, white 31px);
              background-image: -o-linear-gradient(left, white 0px, transparent 0px), -o-linear-gradient(right, white 0px, transparent 0px), -o-linear-gradient(white 30px, black 30px, black 31px, white 31px);
              background-image: linear-gradient(left, white 0px, transparent 0px), linear-gradient(right, white 0px, transparent 0px), linear-gradient(white 30px, black 30px, black 31px, white 31px);
              background-size: 100% 100%, 100% 100%, 100% 45px;
              /* border: 1px solid black; */
              border-radius: 0px;
              /* box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); */
              line-height: 45px;
              font-family: "SanFranciscoDisplay", sans-serif;
              padding: 2px 0;
              border: none;
              margin-top: -9px; }
              section.stores.contact .content .form-contact form .form-group .notes:focus {
                outline: none; }
          section.stores.contact .content .form-contact form button {
            float: left;
            margin-left: -10px;
            background: transparent;
            border: 1px solid #000000;
            padding: 3px 8px; }

section.video-hot {
  float: left;
  width: 100%;
  margin-top: 2px; }
  section.video-hot .video {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center; }
  section.video-hot h1 {
    font-size: 20.37px;
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0;
    text-transform: uppercase; }
  section.video-hot .video-js {
    width: 100%; }
    section.video-hot .video-js .vjs-big-play-button {
      background-color: transparent;
      border: 0;
      top: calc(50% - 27px);
      left: calc(50% - 33px);
      width: 54px;
      height: 66px;
      font-size: 0;
      background: url(../images/icon-play.png) no-repeat center center;
      outline: none;
      transition: 0.4s; }
      section.video-hot .video-js .vjs-big-play-button:hover {
        transform: scale(1.05); }

#html5-watermark {
  display: none !important; }

section.slide-news {
  float: left;
  width: 100%;
  margin-top: 2px;
  /* h2.title-big{
  	@extend %h2_title_big;
  } */ }
  section.slide-news .slideNews {
    float: left;
    width: 100%;
    padding: 0 112px 20px 112px; }
    section.slide-news .slideNews .owl-dots {
      margin-top: 30px !important;
      position: relative; }
      section.slide-news .slideNews .owl-dots .owl-dot {
        padding: 0 3px; }
        section.slide-news .slideNews .owl-dots .owl-dot span {
          background: transparent;
          border: 1px solid #1f1f1f; }
        section.slide-news .slideNews .owl-dots .owl-dot.active span, section.slide-news .slideNews .owl-dots .owl-dot:hover span {
          background: #000; }
    section.slide-news .slideNews .item .img {
      float: left;
      width: calc(63% - 20px);
      margin-right: 20px; }
      section.slide-news .slideNews .item .img img {
        width: 100%; }
    section.slide-news .slideNews .item .content-right {
      float: left;
      width: 37%;
      font-family: "MYRIADPRO", sans-serif;
      margin-top: 65px; }
      section.slide-news .slideNews .item .content-right > h2 {
        font-size: 20.28px;
        font-weight: 500;
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; }
        section.slide-news .slideNews .item .content-right > h2 > a {
          color: #000000;
          text-transform: uppercase; }
      section.slide-news .slideNews .item .content-right span.press {
        float: left;
        width: 100%;
        font-size: 12.81px;
        margin-top: -20px;
        margin-bottom: 20px; }
      section.slide-news .slideNews .item .content-right p {
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical; }
      section.slide-news .slideNews .item .content-right > a {
        color: #010101;
        font-weight: 300; }

section.content-news {
  float: left;
  width: 100%;
  font-family: "MYRIADPRO", sans-serif;
  color: #000; }
  section.content-news .slideContentNews {
    padding: 0 20px; }
    section.content-news .slideContentNews .owl-nav:hover {
      background: transparent; }
    section.content-news .slideContentNews .owl-nav .owl-prev {
      position: absolute;
      left: -20px;
      top: calc(36%);
      text-indent: -999999px;
      background: url(../images/prev-black.png) no-repeat center center;
      width: 16px;
      height: 26px;
      opacity: 1; }
    section.content-news .slideContentNews .owl-nav .owl-next {
      position: absolute;
      right: -20px;
      top: calc(36%);
      text-indent: -999999px;
      background: url(../images/next-black.png) no-repeat center center;
      width: 16px;
      height: 26px;
      opacity: 1; }
    section.content-news .slideContentNews .item {
      float: left;
      width: 100%;
      margin-bottom: 30px; }
      section.content-news .slideContentNews .item > a {
        float: left;
        width: 100%;
        position: relative; }
        section.content-news .slideContentNews .item > a img {
          width: 100%; }
        section.content-news .slideContentNews .item > a span.thum {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          opacity: 0;
          visibility: hidden;
          -moz-transition: 0.5s;
          -o-transition: 0.5s;
          -webkit-transition: 0.5s;
          transition: 0.5s;
          background: rgba(0, 0, 0, 0.6);
          height: 100%;
          text-align: center; }
        section.content-news .slideContentNews .item > a:hover span.thum {
          opacity: 1;
          visibility: visible; }
      section.content-news .slideContentNews .item h3 {
        float: left;
        width: 100%;
        text-align: left;
        font-size: 20.28px;
        font-weight: 500;
        margin-top: 15px; }
        section.content-news .slideContentNews .item h3 > a {
          color: #000000;
          height: 48px;
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
      section.content-news .slideContentNews .item p {
        clear: both;
        height: 46px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      section.content-news .slideContentNews .item span.press {
        float: left;
        width: 100%;
        margin-top: -10px;
        margin-bottom: 20px;
        font-size: 12.81px; }
      section.content-news .slideContentNews .item a.read-more {
        font-weight: 300;
        color: #000000; }

section.content-news-mb {
  float: left;
  width: 100%;
  font-family: "MYRIADPRO", sans-serif;
  color: #000; }
  section.content-news-mb .slideContentNewsMb {
    padding: 0; }
    section.content-news-mb .slideContentNewsMb .owl-nav:hover {
      background: transparent; }
    section.content-news-mb .slideContentNewsMb .owl-nav .owl-prev {
      position: absolute;
      bottom: -30px;
      left: calc(50% - 25px);
      text-indent: -999999px;
      background: url(../images/prev-black.png) no-repeat center center;
      width: 16px;
      height: 26px;
      opacity: 1; }
    section.content-news-mb .slideContentNewsMb .owl-nav .owl-next {
      position: absolute;
      bottom: -30px;
      right: calc(50% - 25px);
      text-indent: -999999px;
      background: url(../images/next-black.png) no-repeat center center;
      width: 16px;
      height: 26px;
      opacity: 1; }
    section.content-news-mb .slideContentNewsMb .item {
      float: left;
      width: 100%;
      margin-bottom: 30px; }
      section.content-news-mb .slideContentNewsMb .item > a {
        float: left;
        width: 100%;
        position: relative; }
        section.content-news-mb .slideContentNewsMb .item > a img {
          width: 100%; }
        section.content-news-mb .slideContentNewsMb .item > a span.thum {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          opacity: 0;
          visibility: hidden;
          -moz-transition: 0.5s;
          -o-transition: 0.5s;
          -webkit-transition: 0.5s;
          transition: 0.5s;
          background: rgba(0, 0, 0, 0.6);
          height: 100%;
          text-align: center; }
        section.content-news-mb .slideContentNewsMb .item > a:hover span.thum {
          opacity: 1;
          visibility: visible; }
      section.content-news-mb .slideContentNewsMb .item .title {
        float: left;
        width: 100%;
        padding: 0 40px; }
        section.content-news-mb .slideContentNewsMb .item .title h3 {
          float: left;
          width: 100%;
          text-align: left;
          font-size: 20.28px;
          font-weight: 500;
          margin-top: 15px; }
          section.content-news-mb .slideContentNewsMb .item .title h3 > a {
            color: #000000; }
        section.content-news-mb .slideContentNewsMb .item .title span.press {
          float: left;
          width: 100%;
          margin-top: -10px;
          margin-bottom: 20px;
          font-size: 12.81px; }
        section.content-news-mb .slideContentNewsMb .item .title a.read-more {
          font-weight: 300;
          color: #000000; }

/* Details-news */
section.direct {
  clear: both; }
  section.direct ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    margin: 20px 0; }
    section.direct ul li {
      float: none;
      display: inline-block;
      padding: 0 5px; }
      section.direct ul li a {
        color: #010101; }
        section.direct ul li a i {
          font-size: 20px;
          font-weight: 500;
          float: none;
          display: inline-block;
          margin-top: 1px; }
          section.direct ul li a i.fa-angle-left {
            float: left;
            margin-right: 8px; }
          section.direct ul li a i.fa-angle-right {
            float: right;
            margin-left: 8px; }

section.content-details-news .content {
  padding: 0 245px;
  font-family: "MYRIADPRO", sans-serif;
  float: left;
  width: 100%;
  margin-top: 10px; }
  section.content-details-news .content h1 {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 35.25px;
    font-family: "MYRIADPRO", sans-serif;
    text-transform: uppercase; }
  section.content-details-news .content span {
    float: left;
    width: 100%;
    margin-top: -15px;
    margin-bottom: 20px; }
  section.content-details-news .content b {
    font-weight: bold;
    margin-bottom: 20px;
    float: left;
    width: 100%; }
  section.content-details-news .content img {
    width: 100%;
    margin-bottom: 20px;
    height: auto; }

/* End Details-news */
@media (max-width: 991px) {
  section.slide-news .slideNews {
    padding: 0 20px; }

  section.slide-news .slideNews .item .content-right {
    margin-top: 35px; }

  section.slide-news .slideNews .owl-dots {
    margin-top: 30px !important;
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  section.content-news-mb {
    padding-bottom: 50px; }
  main .content-home .item a img{
      height: auto;
  }
  section.direct {
    display: none; }

  section.content-details-news .content {
    padding: 0; } }
@media (max-width: 576px) {
  section.slide-news .slideNews .item .img {
    width: 100%; }

  section.slide-news .slideNews {
    padding: 0; }

  section.slide-news .slideNews .item .content-right {
    width: 100%;
    position: relative;
    margin-top: 5px;
    background: #fff;
    padding: 15px 30px; }

  section.slide-news .container {
    padding: 0; }

  section.slide-news .slideNews .owl-dots {
    margin-top: 0 !important; }

  section.content-news-mb {
    margin-top: 30px; } }
@media (max-width: 479px) {
  	/* section.slide-news .slideNews .owl-dots{
  		position: absolute;
  	    width: 100%;
  	    bottom: 206px;
  	    margin-bottom: 0;
      }
      section.slide-news .slideNews .owl-dots .owl-dot.active span, section.slide-news .slideNews .owl-dots .owl-dot:hover span{
      	background: #fff;
      	border: 1px solid #fff;
      }
      section.slide-news .slideNews .owl-dots .owl-dot span {
  	    border: 1px solid #fff;
  	} */ }
@media (min-width: 1200px) {
  .container {
    width: 1170px;
    max-width: 100%; }

  .content-collections .content .item h3 {
    /*height: 16px;*/ } }
@media (min-width: 1600px) {
  .container {
    width: 1636px;
    max-width: 100%; }

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-left: 14px;
    padding-right: 14px; }

  .hd {
    display: none; }

  .fhd {
    display: block; }

  header .logo {
    margin-top: 28px; }
    header .logo .fhd {
      display: block; }
    header .logo .hd {
      display: none; }

  header .menu ul li a {
    font-size: 20.68px; }

  header .menu ul li ul.sub-menu {
    width: 185px; }
    header .menu ul li ul.sub-menu li a {
      font-size: 16.49px; }

  main .content-home .item,
  main .content-collections .item {
    margin-top: 40px; }
    main .content-home .item h3,
    main .content-collections .item h3 {
      font-size: 21px;
      margin-bottom: 25px; }

  main .content-home .item a h4,
  main .content-collections .item a h4,
  .content-collections .content .item a h4 {
    font-size: 34.34px;
    bottom: 45px; }

  main .content-home .item a span.icon-right,
  main .content-collections .item a span.icon-right,
  .content-collections .content .item a span.icon-right {
    right: 45px;
    bottom: 20px; }
    main .content-home .item a span.icon-right i,
    main .content-collections .item a span.icon-right i,
    .content-collections .content .item a span.icon-right i {
      font-size: 34px; }

  section.about .ab-right {
    margin-top: 385px; }
    section.about .ab-right h1 {
      font-size: 28.57px; }
    section.about .ab-right p {
      width: 650px;
      font-size: 21px; }

  .slide-collections .slideCollections .title h2,
  .title-collections2 .content h2 {
    font-size: 28.5px; }
  .slide-collections .slideCollections .title p,
  .title-collections2 .content p {
    font-size: 21px; }

  .slide-collections2 .owl-carousel .owl-slide {
    min-height: calc(100vh - 216px); }

  .content-collections .content .item h3 {
    font-size: 21px;
    /*height: 25px;*/ }

  footer .info p {
    font-size: 21px; }
  footer .info a {
    font-size: 21px; }
  footer .info a.face, footer .info a.instagram {
    width: 35px;
    height: 35px; }
    footer .info a.face i, footer .info a.instagram i {
      line-height: 35px;
      font-size: 20px; }

  section.content-celebs .slideContentCelebs {
    padding: 0 30px; }
    section.content-celebs .slideContentCelebs .item h3 {
      font-size: 28.5px; }

  section.content-news .slideContentNews .item h3 {
    font-size: 28.5px; }
    section.content-news .slideContentNews .item h3 a {
      height: 65px; }
  section.content-news .slideContentNews .item p {
    height: 65px; }
  section.content-news .slideContentNews .item p, section.content-news .slideContentNews .item a.read-more {
    font-size: 21px; }

  section.slide-news .slideNews .item .content-right > h2 {
    font-size: 28.5px; }
  section.slide-news .slideNews .item .content-right p, section.slide-news .slideNews .item .content-right > a {
    font-size: 21px; }

  section.banner.banner-celebs h1 {
    font-size: 28.63px; }

  section.banner.banner-celebs a img {
    padding: 0 150px; }

  section.slide-news .slideNews .item .content-right {
    margin-top: 85px; }

  section.slide-news .slideNews .item .content-right span.press,
  section.content-news .slideContentNews .item span.press {
    font-size: 18px; }

  section.content-details-news .content {
    padding: 0 345px;
    font-size: 21px; }

  section.content-details-news .content h1 {
    font-size: 49.5px; }

  section.direct ul {
    font-size: 21px; }

  section.direct ul li a i {
    font-size: 28px; }

  section.video-hot h1 {
    font-size: 28.63px; }

  section.stores .content .title span {
    font-size: 28.57px;
    top: 100px; }

  section.stores .content {
    width: 350px; }

  section.stores .content .item h2,
  section.stores .content .item p,
  section.stores .content .info p a {
    font-size: 21px; }

  section.stores.contact .content .form-contact form .form-group label,
  section.stores.contact .content .form-contact form .form-group .form-control,
  section.stores.contact .content .form-contact form button {
    font-size: 21px; }

  section.stores.contact .content .title span {
    top: 75px;
    left: -200px; }
  .content-collections .content .item a img{
      min-height: 576px;
      object-fit: cover;
  }
  .slide-collections h2.title-big {
    font-size: 28.57px;
    left: -35px;
    top: calc(50% - 100px); } }
@media (max-width: 1600px) {
    .content-collections .content .item a img{
      min-height: 368px;
     object-fit: cover;
    }
}
@media (max-width: 991px) {
  .slide-collections .slideCollections .title {
    padding: 0 30px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.about .ab-right {
    margin-top: 15px; }

  section.about .ab-right h1 {
    margin-top: 270px; }

  section.about .ab-right .content {
    max-width: 70%;
    float: left; }

  .slide-collections2 .owl-carousel .owl-slide {
    min-height: calc(100vh - 190px); } }
@media (max-width: 767px) {
  section.about .ab-right .content {
    width: auto;
    margin: 0; }

  .responsive {
    display: block !important; }

  .nomal {
    display: none !important; }

  .mobile {
    display: block; }

  .desktop {
    display: none; }

  header .logo {
    float: left;
    padding-left: 50px;
    transition: 0.4s;
    margin-top: 22px; }
    header .logo a img {
      transition: 0.4s; }
  header .menu {
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    max-height: 0; }
    header .menu.gogo {
      opacity: 1;
      visibility: visible;
      max-height: 1000px;
      transition: 0.4s; }
    header .menu ul li {
      width: 100%; }
      header .menu ul li ul.sub-menu {
        position: inherit;
        width: 100%;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: 0.4s; }
        header .menu ul li ul.sub-menu li {
          text-align: center; }
      header .menu ul li:hover ul.sub-menu {
        max-height: 1000px; }
  header.scroll {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.22); }
    header.scroll .logo {
      margin-top: 5px;
      margin-bottom: 5px; }
      header.scroll .logo a img {
        width: 220px;
        transition: 0.4s; }
    header.scroll .icon-reponsive {
      padding: 25px 50px 25px 0; }

  main .slide-home .owl-nav .owl-prev, main .slide-home .owl-nav .owl-next {
    bottom: 120px; }
  main .content-home, main .content-collections {
    margin-top: -100px;
    position: relative;
    z-index: 99; }
    main .content-home .item, main .content-collections .item {
      margin: 0; }
      main .content-home .item h3, main .content-collections .item h3 {
        display: none; }
      main .content-home .item a h4, main .content-collections .item a h4 {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        position: initial;
        color: #000;
        font-size: 22px;
        background: transparent;
        margin-top: 20px; }
      main .content-home .item a span.icon-right, main .content-collections .item a span.icon-right {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        position: initial;
        float: right;
        margin: -10px 35px 10px 0; }
        main .content-home .item a span.icon-right i, main .content-collections .item a span.icon-right i {
          color: #000;
          font-size: 35px; }
      main .content-home .item a span.thum, main .content-collections .item a span.thum {
        display: none; }
      main .content-home .item a span.title, main .content-collections .item a span.title {
        background: #dcdcdc;
        float: left;
        width: 100%; }
      main .content-home .item a:hover, main .content-collections .item a:hover {
        text-decoration: none; }
  main .content-collections {
    margin-top: 0; }

  section.about {
    position: relative; }
    section.about .ab-left {
      width: 100%; }
    section.about .ab-right {
      width: 75%;
      display: inline-block;
      position: relative;
      left: 15%;
      right: 10%;
      bottom: 0;
      background: #fff;
      text-align: center;
      padding: 25px 15px 20px 20px;
      margin-top: -0px; }
      section.about .ab-right h1 {
        transform: rotate(0deg);
        margin: 0 0 15px 0;
        float: none;
        display: inline-block; }
      section.about .ab-right p {
        clear: both;
        width: auto;
        margin: 0;
        float: none;
        display: inline-block; }

  .slide-collections .container {
    padding: 0; }
    .slide-collections .container .slideCollections {
      padding: 0; }
      .slide-collections .container .slideCollections .owl-dots {
        transform: rotate(0deg);
        margin-top: -20px !important;
        position: relative;
        top: 0;
        right: 0;
        margin-bottom: 20px; }
      .slide-collections .container .slideCollections .title {
        padding: 20px 10px;
        margin: -50px 0px 0 0px;
        background: #fff;
        position: relative;
        width: 80%;
        left: 10%; }

  .slide-collections2 .slideCollections2 .owl-nav .owl-prev, .slide-collections2 .slideCollections2 .owl-nav .owl-next {
    bottom: 110px; }

  .title-collections2 {
    position: relative;
    z-index: 999;
    background: #fff;
    width: 80%;
    left: 10%;
    margin-bottom: 0;
    margin: 0px 0 30px 0; }
    .title-collections2 .content {
      padding: 20px 0 10px 0; }
      .title-collections2 .content p {
        text-align: justify; }

  .slide-collections h2.title-big {
    display: none; }

  section.content-celebs-mb .slideContentCelebsMb .item {
    margin-bottom: 100px; }
    section.content-celebs-mb .slideContentCelebsMb .item a h2 {
      bottom: -77px; } }
@media (max-width: 576px) {
  section.about .ab-right {
    width: 85%;
    left: 9%; }

  main .content-home .item,
  main .content-collections .item {
    padding: 0 30px; }

  /*section.slide-news .slideNews .owl-dots{
    position: absolute;
    top: 380px;
    float: left;
    width: 100%;

  }*/
  footer .info {
    padding: 0 20px;
    width: 100%;
    display: inline-block; }
    footer .info a.lang, footer .info span.line {
      display: none; }
    footer .info .social {
      float: right; }
      footer .info .social a.face, footer .info .social a.instagram {
        width: 40px;
        height: 40px; }
        footer .info .social a.face i, footer .info .social a.instagram i {
          font-size: 22px;
          line-height: 40px; }
      footer .info .social a.instagram {
        margin-right: 0; }
        footer .info .social a.instagram i {
          font-size: 19px; }
    footer .info p {
      font-size: 21px;
      line-height: 40px; }

  section.stores {
    margin-bottom: 40px; }
    section.stores .content .title {
      width: 100%;
      text-align: center;
      float: left; }
      section.stores .content .title span {
        transform: rotate(0deg);
        position: initial;
        padding: 0 30px;
        float: none;
        display: inline-block;
        margin-bottom: 50px; }
    section.stores.contact .content {
      width: 85%;
      margin: 0 auto; } }
@media (max-width: 479px) {
  header .logo {
    padding-left: 15px; }
    header .logo a img {
      width: 230px; }
  header .icon-reponsive {
    padding: 42px 15px 42px 0; }
  header.scroll .icon-reponsive {
    padding-right: 15px; } }
@media (min-width: 1600px) {
    main .content-home .item a img{
        height: 567px;
    }
}
/*# sourceMappingURL=main.css.map */
