/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen" rel="stylesheet" type="text/css" /> */
@font-face {
  font-family: "Crimson Text Roman";
  src: url("/fonts/CrimsonText-Roman.ttf");
}
@font-face {
  font-family: "Open Sans Semibold";
  src: url("/fonts/OpenSans-Semibold.ttf");
}
a {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:active, a:focus {
  color: #000000;
  text-decoration: none;
}
a.button-light {
  width: 165px;
  color: #ffffff;
  font-size: 15px;
  font-family: "Open Sans Semibold";
  text-align: center;
  border: 2px solid #ffffff;
  padding: 3px 0px;
  display: block;
}
a.button-light:hover {
  color: #000000;
  background: #e4e5e6;
  border-color: #e4e5e6;
}
a.button-light:active {
  color: #c10631;
  background: #ffffff;
  border-color: #ffffff;
}
a.button-red {
  width: 165px;
  color: #c10631;
  font-size: 15px;
  font-family: "Open Sans Semibold";
  text-align: center;
  border: 2px solid #c10631;
  padding: 3px 0px;
  display: block;
}
a.button-red:hover {
  color: #ffffff;
  background: #de8197;
  border-color: #de8197;
}
a.button-red:active, a.button-red.active {
  color: #ffffff;
  background: #c10631;
  border-color: #c10631;
}
a.button-dark {
  width: 165px;
  color: #898989;
  font-size: 15px;
  font-family: "Open Sans Semibold";
  text-align: center;
  border: 2px solid #898989;
  padding: 3px 0px;
  display: block;
}
a.button-dark:hover {
  color: #d0d0d0;
  background: #e4e5e6;
  border-color: #e4e5e6;
}
a.button-dark:active {
  color: #ffffff;
  background: #2d3235;
  border-color: #2d3235;
}

p {
  font-size: 14px;
  font-family: "Open Sans";
  line-height: 24px;
  margin: 0;
  padding: 0;
}

* + p {
  margin-top: 16px;
}

.p-big > p {
  font-size: 18px;
  line-height: 26px;
  margin: 22px 0px;
}
.p-big > p.no-bottom {
  margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 20px;
  margin-bottom: 20px;
}

h1 {
  font-family: "Crimson Text Roman";
  font-weight: 400;
  font-size: 48px;
  color: #c10631;
}

h2 {
  font-family: "Crimson Text Roman";
  font-weight: 200;
  font-size: 32px;
  color: #c10631;
}

h4 {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 20px;
}

h5 {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 18px;
}

h6 {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
}

.clickable {
  cursor: pointer !important;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none;
}

.fa {
  width: 1.6em;
  text-align: center;
  color: #c10631;
}

.switch-pannel {
  border: 1px solid #e4e5e6;
  font-size: 0px;
  display: inline-block;
}
.switch-pannel .switch-button {
  width: 190px;
  font-size: 15px;
  font-family: "Open Sans Semibold";
  text-align: center;
  line-height: 42px;
  display: inline-block;
}
.switch-pannel .switch-button.active {
  color: #ffffff;
  background: #c10631;
}

.switch-list-hr {
  height: 4px;
  background: #e5e5e5;
  margin: 16px 0px;
}

.switch-list {
  font-family: "Open Sans";
  text-transform: uppercase;
  list-style: none;
  padding: 0px;
  margin-bottom: 40px;
}
.switch-list.custom {
  text-transform: none;
}
.switch-list.custom .switch-list-arrow {
  float: left;
}
.switch-list li {
  font-size: 16px;
  padding: 12px 14px;
  border-bottom: 1px solid #c0c0c0;
}
.switch-list li.active {
  color: #c10631;
}
.switch-list li.active a {
  color: #c10631;
}
.switch-list li a {
  display: block;
}
.switch-list .switch-list-index {
  font-size: 14px;
  color: #b8b8b8;
  padding: 0px 8px 0px 4px;
}
.switch-list .switch-list-arrow {
  float: right;
  vertical-align: top;
  margin: 2.5px 0px 2.5px 0px;
}

.col-padding {
  padding: 0 40px;
}

.backgrounds {
  position: absolute;
  width: 100%;
  font-size: 0px;
}
.backgrounds > div {
  height: 100%;
  width: 50%;
  display: inline-block;
}
.backgrounds > div:first-child {
  background: #e8e9ea;
}
.backgrounds > div:last-child {
  background: #f8f8f9;
}

.person-list.main {
  margin-top: 45px;
  padding: 25px;
}

.slideshow {
  width: 100%;
}
.slideshow .slide-button {
  position: absolute;
  top: 0px;
  z-index: 102;
  height: 100%;
  padding: 189.5px 24px;
  cursor: pointer;
}
.slideshow .slide-button.slide-left {
  left: 0px;
}
.slideshow .slide-button.slide-right {
  right: 0px;
}
.slideshow .slide {
  height: 440px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.slideshow .slide .slide-content-0 {
  margin: 99.5px 0px;
  font-size: 0px;
}
.slideshow .slide .slide-content-0.left {
  float: left;
}
.slideshow .slide .slide-content-0.right {
  float: right;
}
.slideshow .slide .slide-content-0 > div {
  display: inline-block;
  vertical-align: top;
}
.slideshow .slide .slide-content-0 > div.slide-content-text {
  margin: 14px 26px;
}
.slideshow .slide .slide-content-0 > div.slide-content-text > h1 {
  font-size: 48px;
  font-family: "Crimson Text Roman";
  color: #ffffff;
}
.slideshow .slide .slide-content-0 > div.slide-content-text > h4 {
  margin: 28px 0px;
  color: #ffffff;
}
.slideshow .slide .slide-content-1 {
  margin: 99.5px 0px;
  font-size: 0px;
}
.slideshow .slide .slide-content-1.left {
  float: left;
}
.slideshow .slide .slide-content-1.right {
  float: right;
}
.slideshow .slide .slide-content-1 > div {
  display: inline-block;
  vertical-align: top;
}
.slideshow .slide .slide-content-1 > div.slide-content-text {
  margin: 14px 26px;
}
.slideshow .slide .slide-content-1 > div.slide-content-text > h1 {
  font-size: 48px;
  font-family: "Crimson Text Roman";
  color: #c10631;
  letter-spacing: 6px;
}
.slideshow .slide .slide-content-1 > div.slide-content-text > h4 {
  margin: 28px 0px;
  color: #43484c;
}
.slideshow .slide .slide-content-2 {
  margin: 62px 0px;
  font-size: 0px;
}
.slideshow .slide .slide-content-2.left {
  float: left;
}
.slideshow .slide .slide-content-2.right {
  float: right;
}
.slideshow .slide .slide-content-2 > div {
  display: inline-block;
  vertical-align: top;
}
.slideshow .slide .slide-content-2 > div.slide-content-text > h5 {
  margin: 18px 0px;
  color: #ffffff;
}

.ad {
  min-height: 540px;
  width: 100%;
  padding: 40px 40px;
  background-size: cover;
}
.ad * {
  color: #fff;
}
.ad h1 {
  margin-top: 12px;
  font-family: "Open Sans", sans-serif;
}
.ad h4 {
  margin-top: 0;
  font-size: 18px;
}
.ad p {
  font-size: 18px;
}
.ad .section {
  min-height: 110px;
}
.ad .section-small {
  min-height: 80px;
}
.ad .section-big {
  min-height: 280px;
}
.ad .section-big p {
  line-height: 32px;
}
.ad a {
  margin: 0px auto;
}
.ad.alliance {
  background-image: url("../images/ads/alliance.jpg");
}
.ad.anniversary-cosmetics {
  background-image: url("../images/ads/anniversary-cosmetics.jpg");
}
.ad.anniversary-procedure {
  background-image: url("../images/ads/anniversary-procedure.jpg");
}
.ad.appliance-woman {
  background-image: url("../images/ads/appliance-woman.jpg");
}
.ad.bag {
  background-image: url("../images/ads/bag.jpg");
}
.ad.cosmetics {
  background-image: url("../images/ads/cosmetics.jpg");
}
.ad.cosmetics-milk-lotion {
  background-image: url("../images/ads/cosmetics-milk-lotion.jpg");
}
.ad.endermolab {
  background-image: url("../images/ads/endermolab.jpg");
}
.ad.face {
  background-image: url("../images/ads/face.jpg");
}
.ad.face-hands-left {
  background-image: url("../images/ads/face-hands-left.jpg");
}
.ad.hands {
  background-image: url("../images/ads/hands.jpg");
}
.ad.geneo {
  background-image: url("../images/ads/geneo.png");
}
.ad.gifts {
  background-image: url("../images/ads/gifts.jpg");
}
.ad.hydrogen {
  background-image: url("../images/ads/hydrogen.jpg");
}
.ad.flower {
  background-image: url("../images/ads/flower.jpg");
}
.ad.icoone {
  background-image: url("../images/ads/icoone.png");
}
.ad.icoone-woman {
  background-image: url("../images/ads/icoone-woman.jpg");
}
.ad.inside {
  background-image: url("../images/ads/inside.jpg");
}
.ad.intraceuticals {
  background-image: url("../images/ads/intraceuticals.jpg");
}
.ad.kobido {
  background-image: url("../images/ads/kobido.jpg");
}
.ad.laser {
  background-image: url("../images/ads/laser.jpg");
}
.ad.liposhock {
  background-image: url("../images/ads/liposhock.jpg");
}
.ad.mesotherapy {
  background-image: url("../images/ads/mesotherapy.png");
}
.ad.my-clarins {
  background-image: url("../images/ads/my-clarins.jpg");
}
.ad.my-clarins-set {
  background-image: url("../images/ads/my-clarins-set.jpg");
}
.ad.plasma-iq {
  background-image: url("../images/ads/plasma-iq.jpg");
}
.ad.product-set {
  background-image: url("../images/ads/product-set.jpg");
}
.ad.products {
  background-image: url("../images/ads/products.jpg");
}
.ad.restorative {
  background-image: url("../images/ads/restorative.jpg");
}
.ad.sculptor-quattro {
  background-image: url("../images/ads/sculptor-quattro.jpg");
}
.ad.thermismooth {
  background-image: url("../images/ads/thermismooth.jpg");
}
.ad.toiletry-bag {
  background-image: url("../images/ads/toiletry-bag.jpg");
}
.ad.versus {
  background-image: url("../images/ads/versus.jpg");
}
.ad.vital-injector {
  background-image: url("../images/ads/vital-injector-2.jpg");
}
.ad.voucher {
  background-image: url("../images/ads/voucher.jpg");
}
.ad.voucher-dots {
  background-image: url("../images/ads/voucher-dots.jpg");
}
.ad.zaffiro {
  background-image: url("../images/ads/zaffiro.jpg");
}

body {
  font-family: "Open Sans";
  overflow-x: hidden;
}
body .new {
  height: 506px;
  width: 100%;
}
body .new > .new-top {
  height: 50%;
  background: #e4e5e6;
  padding: 40px 27px;
}
body .new > .new-bottom {
  height: 50%;
  background: #f8f8f9;
  padding: 40px 27px;
}
body .new > .new-bottom > h4 {
  color: #c10631;
  display: inline-block;
}
body .new > .new-bottom > h4.right {
  vertical-align: top;
  float: right;
}
body .new > .new-bottom > h6 {
  color: #43484c;
  margin-bottom: 41px;
}
body .new > .new-bottom > a {
  margin: 0px auto;
}
body .crossed-heading {
  display: inline-block;
  background: #ffffff;
  padding-right: 22px;
  margin-top: 46px;
}
body .heading-hr {
  position: relative;
  top: -22px;
  z-index: -1;
  margin: 0px;
}
body .person-list > div {
  text-align: center;
}
body .person-list > div > div {
  height: 222px;
  width: 222px;
  border-radius: 50%;
  margin: 0px auto;
  margin-bottom: 30px;
}
body .person-list > div > div > img {
  height: 222px;
  weight: 222px;
}
body .person-list > div > h6 {
  line-height: 26px;
}

.container > .row {
  margin: 20px 0px;
}
.container > .row > div {
  margin: 20px 0px;
}

.grid {
  margin-bottom: 20px;
}
.grid > .row + .row {
  margin-top: -20px;
}
.grid .row > div {
  margin-bottom: 0;
}

.contact-credentials .nav-tabs {
  margin-bottom: 40px;
}
.contact-credentials h2 {
  margin-top: 0;
  margin-bottom: 40px;
}
.contact-credentials .contact-item p {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 48px;
}
.contact-credentials .contact-item i {
  font-size: 16px;
  line-height: 48px;
}
.contact-credentials .contact-item a[data-toggle] {
  color: rgb(51, 51, 51);
}
.contact-credentials .multiline p {
  vertical-align: middle;
  line-height: 20px;
}
.contact-credentials .collapse,
.contact-credentials .collapsing {
  padding-left: 30px;
}
.contact-credentials .collapse p,
.contact-credentials .collapsing p {
  padding: 0;
}

.nav-tabs {
  display: inline-block;
  overflow: hidden;
  list-style: none;
  padding: 0;
  border: 1px solid #e4e5e6;
}
.nav-tabs > li > a {
  width: 190px;
  font-size: 15px;
  font-family: "Open Sans Semibold";
  text-align: center;
  line-height: 42px;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background: #c10631;
  border: 0;
}

.product-list h2 {
  text-align: center;
}
.product-list > div {
  padding: 18px 0 38px;
  border-bottom: 1px solid #c0c0c0;
}
.product-list > div .more {
  width: 100% !important;
  text-align: center !important;
}
.product-list > div .more a {
  color: #C10631;
}
.product-list > div a {
  color: #C10631;
}
.product-list .prices {
  margin-top: 20px;
}
.product-list .prices .price-item {
  text-align: left;
  font-size: 0px;
}
.product-list .prices .price-item:last-child {
  margin-top: 4px;
}
.product-list .prices .price-item > div {
  width: 175px;
  font-size: 15px;
  text-align: center;
  line-height: 42px;
  display: inline-block;
}
.product-list .prices .price-item > div:first-child {
  background: #e4e5e6;
}
.product-list .prices .price-item > div:last-child {
  background: #C10631;
  color: #fff;
}
.product-list .prices .price-item > div.on-sale {
  background: #c10631;
  color: #ffffff;
}
.product-list .prices .price-item.big > div {
  width: 225px;
}

.slide > .btn-left {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-family: "Open Sans Semibold";
  height: 40px;
  left: 285px;
  position: relative;
  text-align: center;
  top: 330px;
  width: 225px;
}
.slide > .btn-left > a {
  color: #fff;
  position: relative;
  top: 10px;
}

.btn-slide {
  float: left;
  width: 50%;
  padding-top: 40px;
}
.btn-slide > img {
  float: left;
}

.office-images {
  width: 100%;
}
.office-images .clear {
  clear: both;
}
.office-images.zg {
  text-align: center;
}
.office-images.zg img {
  max-width: 100%;
  max-height: 100%;
}

.media-fb {
  height: 100%;
  text-align: right;
}

.switch-list .switch-list-index {
  color: #c10631;
  font-weight: bold;
}

.gallery .image-gallery {
  padding: 40px 0;
}
.gallery img {
  width: 23%;
  margin: 1%;
  float: left;
}

.img-circle {
  border-radius: 50%;
}

.text-squeeze-2 {
  letter-spacing: -2px;
}

table {
  width: 100%;
}
table tr + tr {
  border-top: 2px solid #fff;
}
table th, table td {
  padding: 5px 10px;
}
table th {
  text-align: center;
}
table td {
  background: #f8f8f9;
}
table td + td {
  text-align: center;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

body {
  font-family: "Open Sans", sans-serif;
}
body > header > #top {
  padding-top: 35px;
}
body > header > #top #logo {
  position: absolute;
  top: 10px;
  left: 114px;
  background: #ffffff;
}
body > header > #top #banner {
  padding: 7.5px 0px 7.5px 332px;
  background: #c10631;
}
body > header > #top #hamburger {
  position: absolute;
  top: 35px;
  right: 12px;
  z-index: 200;
  font-size: 22px;
  line-height: 40px;
  display: none;
}
body > header > #top #hamburger > span {
  color: #ffffff;
}
body > header > #menu {
  height: 68px;
  font-size: 0px;
  padding: 0px 114px;
}
body > header > #menu > #main-menu {
  display: inline-block;
}
body > header > #menu > #main-menu > a {
  font-weight: 500;
  font-size: 18px;
  line-height: 68px;
  vertical-align: middle;
  padding: 0px 16px;
}
body > header > #menu > #main-menu > a:first-child {
  padding-left: 0px;
}
body > header > #menu > #main-menu > a:hover, body > header > #menu > #main-menu > a:active {
  color: #c10631;
}
body > header > #menu > #main-menu > a.active {
  color: #c10631;
}
body > header > #menu > #sub-menu {
  display: inline-block;
  float: right;
}
body > header > #menu > #sub-menu > a {
  margin: 18.5px 0px;
  display: inline-block;
  margin-right: 20px;
}
body > header > #mobile-menu {
  padding: 0px 40px 20px 40px;
  display: none;
}
body > header > #mobile-menu > a {
  display: block;
  font-size: 18px;
  line-height: 36px;
  border-bottom: 1px solid #c0c0c0;
}
body > header > #mobile-menu > a:hover, body > header > #mobile-menu > a:active {
  color: #c10631;
}
body > header > #mobile-menu > .mobile-sub-menu {
  display: inline-block;
  margin: 20px auto 0px auto;
  font-size: 0px;
  text-align: center;
}
body > header > #mobile-menu > .mobile-sub-menu > a {
  display: inline-block;
  margin: 0px 8px;
}
body > footer {
  height: 64px;
  background: #f8f8f9;
}
body > footer .container > .row, body > footer .container > .row > div {
  margin: 0px;
}
body > footer span {
  font-size: 14px;
  line-height: 64px;
}

@media screen and (max-width: 1980px) {
  .btn-slide > img {
    padding: 10px 20%;
  }
}
@media screen and (max-width: 1281px) {
  .btn-slide > img {
    padding: 10px 20%;
  }
}
@media screen and (max-width: 1024px) {
  .btn-slide > img {
    padding: 10px 10%;
  }
}
@media screen and (max-width: 1199px) {
  body header > #menu {
    height: 48px;
  }
  body header > #menu > #main-menu > a {
    line-height: 48px;
  }
  body header > #menu > #sub-menu {
    display: none;
  }
  body #menu {
    height: 48px;
  }
  body .contact-credentials {
    padding-top: 0px;
  }
}
@media screen and (max-width: 991px) {
  #menu {
    display: none;
  }
  #top {
    margin-bottom: 30px;
  }
  body > header > #top #hamburger {
    display: block;
  }
  body > header > #top #logo {
    left: 14px;
  }
  body > header > #top #banner {
    padding-left: 232px;
  }
  .switch-pannel {
    width: 100%;
  }
  .switch-pannel > .switch-button {
    width: 100%;
  }
  body .new {
    height: auto;
  }
  .col-fluid-left {
    padding: 80px 95px 40px 90px;
  }
  .col-fluid-right {
    padding: 80px 90px 40px 95px;
  }
  .slideshow .slide-button {
    padding: 109.5px 24px;
  }
  .slideshow .slide {
    height: 280px;
  }
  .btn-slide > img {
    height: 230px;
    padding: 10px 20%;
  }
}
@media screen and (max-width: 900px) {
  .slideshow {
    /*.slide
    {
        height: 240px;
    }*/
  }
  .slideshow .slide-button > img {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .slideshow .slide-button {
    padding: 59.5px 6px;
  }
  .slideshow .slide-button > img {
    height: 41px;
  }
  .slideshow .slide {
    height: 160px;
  }
  .btn-slide > img {
    height: 150px;
    padding: 10px 20%;
  }
  .btn-slide {
    padding-top: 5px;
  }
  .gallery img {
    width: 46%;
    margin: 2%;
    float: left;
  }
}
@media screen and (max-width: 569px) {
  h1 {
    font-size: 32px !important;
  }
  #logo > img {
    display: none;
  }
  body > header > #top {
    padding-top: 0px;
  }
  body > header > #top #hamburger {
    top: 0px;
  }
  body > header > #top #banner {
    padding-left: 14px;
  }
}
@media screen and (max-width: 479px) {
  .slideshow .slide-button {
    padding: 39.5px 6px;
  }
  .slideshow .slide-button > img {
    height: 41px;
  }
  .slideshow .slide {
    height: 120px;
  }
  .btn-slide > img {
    height: 100px;
    padding: 10px 20%;
  }
}
@media screen and (max-width: 441px) {
  body > header > #mobile-menu > .mobile-sub-menu > a:first-child {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 409px) {
  .slideshow .slide-button {
    padding: 24.5px 6px;
  }
  .slideshow .slide-button > img {
    height: 31px;
  }
  .slideshow .slide {
    height: 80px;
  }
  .btn-slide > img {
    height: 70px;
    padding: 10px 20%;
  }
}

/*# sourceMappingURL=main.css.map */
