/* Imports */
/* Paddings & boarders are included in the total height & width */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  font-family: Google Sans, Roboto, Montserrat;
}

/*prevent from get involved other elements*/
.row::after {
  content: "";
  clear: both;
  display: table;
}

.fixed {
  position: fixed;
}

.center {
  margin: auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

[class*=classic-] {
  padding: 16px 0px;
}

.text-left-s {
  text-align: left;
}

.text-right-s {
  text-align: right;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.weight-300 {
  font-size: inherit;
  font-weight: 300;
}
.weight-600 {
  font-size: inherit;
  font-weight: 600;
}
.weight-900 {
  font-size: inherit;
  font-weight: 900;
}
.weight-lighter {
  font-size: inherit;
  font-weight: lighter;
}
.weight-bold {
  font-size: inherit;
  font-weight: bold;
}

.padding-killer-top {
  padding-top: 0;
}
.padding-killer-bottom {
  padding-bottom: 0;
}

.hilighted {
  color: #ff6fff;
}

.bg-highlighted {
  font-size: inherit;
  color: #000000;
  font-weight: bold;
  position: relative;
}

.active::after {
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #222222;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  max-width: 600px;
  margin: auto;
  padding: 24px 0px 16px 0;
  text-align: center;
}

h1 {
  font-size: 28px;
  line-height: 32px;
}

h2 {
  font-size: 24px;
  line-height: 28px;
}

h3 {
  font-size: 20px;
  line-height: 24px;
}

h4 {
  font-size: 18px;
  line-height: 22px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
}

h6 {
  font-size: 14px;
  line-height: 18px;
}

/* For MamineGr */
span {
  font-size: 14px;
  font-weight: 300;
}

h6 {
  margin-left: 0px;
  font-weight: 600;
  text-align: left;
}

@media only screen and (min-width: 600px) {
  /* For large-mobiles: */
  h3,
h6 {
    padding: 32px 0px;
  }

  .text-left-s {
    text-align: center;
  }

  .text-right-s {
    text-align: center;
  }
}
.container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
}

.row {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-right: auto;
  margin-left: auto;
}

* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: block;
}

/* For mobile phones: */
/* is the same sa classic-t- */
[class*=classic-] {
  width: 100%;
}

@media only screen and (min-width: 320px) {
  /* For large-mobiles: */
  .row .classic-t-1 {
    width: calc(8.33% - 14.66px);
  }
  .row .classic-t-2 {
    width: calc(16.66% - 13.66px);
  }
  .row .classic-t-3 {
    width: calc(25% - 12px);
  }
  .row .classic-t-4 {
    width: calc(33.33% - 10.66px);
  }
  .row .classic-t-5 {
    width: calc(41.66% - 8px);
  }
  .row .classic-t-6 {
    width: calc(50% - 8px);
  }
  .row .classic-t-7 {
    width: 58.33%;
  }
  .row .classic-t-8 {
    width: 66.66%;
  }
  .row .classic-t-9 {
    width: 75%;
  }
  .row .classic-t-10 {
    width: 83.33%;
  }
  .row .classic-t-11 {
    width: 91.66%;
  }
  .row .classic-t-12 {
    width: 100%;
  }
  .row .classic-t-push-1 {
    position: relative;
    left: 8.33%;
  }
  .row .classic-t-push-2 {
    position: relative;
    left: 16.66%;
  }
  .row .classic-t-push-3 {
    position: relative;
    left: 25%;
  }
  .row .classic-t-push-4 {
    position: relative;
    left: 33.33%;
  }
  .row .classic-t-push-5 {
    position: relative;
    left: 41.66%;
  }
  .row .classic-t-push-6 {
    position: relative;
    left: 50%;
  }
  .row .classic-t-push-7 {
    position: relative;
    left: 58.33%;
  }
  .row .classic-t-push-8 {
    position: relative;
    left: 66.66%;
  }
  .row .classic-t-push-9 {
    position: relative;
    left: 75%;
  }
  .row .classic-t-push-10 {
    position: relative;
    left: 83.33%;
  }
  .row .classic-t-push-11 {
    position: relative;
    left: 91.66%;
  }
  .row .classic-t-push-12 {
    position: relative;
    left: 100%;
  }
  .row .classic-t-pull-1 {
    position: relative;
    right: 8.33%;
  }
  .row .classic-t-pull-2 {
    position: relative;
    right: 16.66%;
  }
  .row .classic-t-pull-3 {
    position: relative;
    right: 25%;
  }
  .row .classic-t-pull-4 {
    position: relative;
    right: 33.33%;
  }
  .row .classic-t-pull-5 {
    position: relative;
    right: 41.66%;
  }
  .row .classic-t-pull-6 {
    position: relative;
    right: 50%;
  }
  .row .classic-t-pull-7 {
    position: relative;
    right: 58.33%;
  }
  .row .classic-t-pull-8 {
    position: relative;
    right: 66.66%;
  }
  .row .classic-t-pull-9 {
    position: relative;
    right: 75%;
  }
  .row .classic-t-pull-10 {
    position: relative;
    right: 83.33%;
  }
  .row .classic-t-pull-11 {
    position: relative;
    right: 91.66%;
  }
  .row .classic-t-pull-12 {
    position: relative;
    right: 100%;
  }
}
@media only screen and (min-width: 600px) {
  /* For large-mobiles: */
  .row .classic-s-1 {
    width: calc(8.33% - 14.66px);
  }
  .row .classic-s-2 {
    width: calc(16.66% - 13.66px);
  }
  .row .classic-s-3 {
    width: calc(25% - 12px);
  }
  .row .classic-s-4 {
    width: calc(33.33% - 10.66px);
  }
  .row .classic-s-5 {
    width: calc(41.66% - 8px);
  }
  .row .classic-s-6 {
    width: calc(50% - 8px);
  }
  .row .classic-s-7 {
    width: 58.33%;
  }
  .row .classic-s-8 {
    width: 66.66%;
  }
  .row .classic-s-9 {
    width: 75%;
  }
  .row .classic-s-10 {
    width: 83.33%;
  }
  .row .classic-s-11 {
    width: 91.66%;
  }
  .row .classic-s-12 {
    width: 100%;
  }
  .row .classic-s-push-1 {
    position: relative;
    left: 8.33%;
  }
  .row .classic-s-push-2 {
    position: relative;
    left: 16.66%;
  }
  .row .classic-s-push-3 {
    position: relative;
    left: 25%;
  }
  .row .classic-s-push-4 {
    position: relative;
    left: 33.33%;
  }
  .row .classic-s-push-5 {
    position: relative;
    left: 41.66%;
  }
  .row .classic-s-push-6 {
    position: relative;
    left: 50%;
  }
  .row .classic-s-push-7 {
    position: relative;
    left: 58.33%;
  }
  .row .classic-s-push-8 {
    position: relative;
    left: 66.66%;
  }
  .row .classic-s-push-9 {
    position: relative;
    left: 75%;
  }
  .row .classic-s-push-10 {
    position: relative;
    left: 83.33%;
  }
  .row .classic-s-push-11 {
    position: relative;
    left: 91.66%;
  }
  .row .classic-s-push-12 {
    position: relative;
    left: 100%;
  }
  .row .classic-s-pull-1 {
    position: relative;
    right: 8.33%;
  }
  .row .classic-s-pull-2 {
    position: relative;
    right: 16.66%;
  }
  .row .classic-s-pull-3 {
    position: relative;
    right: 25%;
  }
  .row .classic-s-pull-4 {
    position: relative;
    right: 33.33%;
  }
  .row .classic-s-pull-5 {
    position: relative;
    right: 41.66%;
  }
  .row .classic-s-pull-6 {
    position: relative;
    right: 50%;
  }
  .row .classic-s-pull-7 {
    position: relative;
    right: 58.33%;
  }
  .row .classic-s-pull-8 {
    position: relative;
    right: 66.66%;
  }
  .row .classic-s-pull-9 {
    position: relative;
    right: 75%;
  }
  .row .classic-s-pull-10 {
    position: relative;
    right: 83.33%;
  }
  .row .classic-s-pull-11 {
    position: relative;
    right: 91.66%;
  }
  .row .classic-s-pull-12 {
    position: relative;
    right: 100%;
  }
}
@media only screen and (min-width: 768px) {
  /* For tablets: */
  .row .classic-m-1 {
    width: calc(8.33% - 14.66px);
  }
  .row .classic-m-2 {
    width: calc(16.66% - 13.66px);
  }
  .row .classic-m-3 {
    width: calc(25% - 12px);
  }
  .row .classic-m-4 {
    width: calc(33.33% - 10.66px);
  }
  .row .classic-m-5 {
    width: calc(41.66% - 8px);
  }
  .row .classic-m-6 {
    width: calc(50% - 8px);
  }
  .row .classic-m-7 {
    width: 58.33%;
  }
  .row .classic-m-8 {
    width: 66.66%;
  }
  .row .classic-m-9 {
    width: 75%;
  }
  .row .classic-m-10 {
    width: 83.33%;
  }
  .row .classic-m-11 {
    width: 91.66%;
  }
  .row .classic-m-12 {
    width: 100%;
  }
  .row .classic-m-push-1 {
    position: relative;
    left: 8.33%;
  }
  .row .classic-m-push-2 {
    position: relative;
    left: 16.66%;
  }
  .row .classic-m-push-3 {
    position: relative;
    left: 25%;
  }
  .row .classic-m-push-4 {
    position: relative;
    left: 33.33%;
  }
  .row .classic-m-push-5 {
    position: relative;
    left: 41.66%;
  }
  .row .classic-m-push-6 {
    position: relative;
    left: 50%;
  }
  .row .classic-m-push-7 {
    position: relative;
    left: 58.33%;
  }
  .row .classic-m-push-8 {
    position: relative;
    left: 66.66%;
  }
  .row .classic-m-push-9 {
    position: relative;
    left: 75%;
  }
  .row .classic-m-push-10 {
    position: relative;
    left: 83.33%;
  }
  .row .classic-m-push-11 {
    position: relative;
    left: 91.66%;
  }
  .row .classic-m-push-12 {
    position: relative;
    left: 100%;
  }
  .row .classic-m-pull-1 {
    position: relative;
    right: 8.33%;
  }
  .row .classic-m-pull-2 {
    position: relative;
    right: 16.66%;
  }
  .row .classic-m-pull-3 {
    position: relative;
    right: 25%;
  }
  .row .classic-m-pull-4 {
    position: relative;
    right: 33.33%;
  }
  .row .classic-m-pull-5 {
    position: relative;
    right: 41.66%;
  }
  .row .classic-m-pull-6 {
    position: relative;
    right: 50%;
  }
  .row .classic-m-pull-7 {
    position: relative;
    right: 58.33%;
  }
  .row .classic-m-pull-8 {
    position: relative;
    right: 66.66%;
  }
  .row .classic-m-pull-9 {
    position: relative;
    right: 75%;
  }
  .row .classic-m-pull-10 {
    position: relative;
    right: 83.33%;
  }
  .row .classic-m-pull-11 {
    position: relative;
    right: 91.66%;
  }
  .row .classic-m-pull-12 {
    position: relative;
    right: 100%;
  }
}
@media only screen and (min-width: 992px) {
  /* For normal-desktop: */
  .row .classic-l-1 {
    width: calc(8.33% - 14.66px);
  }
  .row .classic-l-2 {
    width: calc(16.66% - 13.66px);
  }
  .row .classic-l-3 {
    width: calc(25% - 12px);
  }
  .row .classic-l-4 {
    width: calc(33.33% - 10.66px);
  }
  .row .classic-l-5 {
    width: calc(41.66% - 8px);
  }
  .row .classic-l-6 {
    width: calc(50% - 8px);
  }
  .row .classic-l-7 {
    width: 58.33%;
  }
  .row .classic-l-8 {
    width: 66.66%;
  }
  .row .classic-l-9 {
    width: 75%;
  }
  .row .classic-l-10 {
    width: 83.33%;
  }
  .row .classic-l-11 {
    width: 91.66%;
  }
  .row .classic-l-12 {
    width: 100%;
  }
  .row .classic-l-push-1 {
    position: relative;
    left: 8.33%;
  }
  .row .classic-l-push-2 {
    position: relative;
    left: 16.66%;
  }
  .row .classic-l-push-3 {
    position: relative;
    left: 25%;
  }
  .row .classic-l-push-4 {
    position: relative;
    left: 33.33%;
  }
  .row .classic-l-push-5 {
    position: relative;
    left: 41.66%;
  }
  .row .classic-l-push-6 {
    position: relative;
    left: 50%;
  }
  .row .classic-l-push-7 {
    position: relative;
    left: 58.33%;
  }
  .row .classic-l-push-8 {
    position: relative;
    left: 66.66%;
  }
  .row .classic-l-push-9 {
    position: relative;
    left: 75%;
  }
  .row .classic-l-push-10 {
    position: relative;
    left: 83.33%;
  }
  .row .classic-l-push-11 {
    position: relative;
    left: 91.66%;
  }
  .row .classic-l-push-12 {
    position: relative;
    left: 100%;
  }
  .row .classic-l-pull-1 {
    position: relative;
    right: 8.33%;
  }
  .row .classic-l-pull-2 {
    position: relative;
    right: 16.66%;
  }
  .row .classic-l-pull-3 {
    position: relative;
    right: 25%;
  }
  .row .classic-l-pull-4 {
    position: relative;
    right: 33.33%;
  }
  .row .classic-l-pull-5 {
    position: relative;
    right: 41.66%;
  }
  .row .classic-l-pull-6 {
    position: relative;
    right: 50%;
  }
  .row .classic-l-pull-7 {
    position: relative;
    right: 58.33%;
  }
  .row .classic-l-pull-8 {
    position: relative;
    right: 66.66%;
  }
  .row .classic-l-pull-9 {
    position: relative;
    right: 75%;
  }
  .row .classic-l-pull-10 {
    position: relative;
    right: 83.33%;
  }
  .row .classic-l-pull-11 {
    position: relative;
    right: 91.66%;
  }
  .row .classic-l-pull-12 {
    position: relative;
    right: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  /* For large-desktop: */
  .row .classic-L-1 {
    width: calc(8.33% - 14.66px);
  }
  .row .classic-L-2 {
    width: calc(16.66% - 13.66px);
  }
  .row .classic-L-3 {
    width: calc(25% - 12px);
  }
  .row .classic-L-4 {
    width: calc(33.33% - 10.66px);
  }
  .row .classic-L-5 {
    width: calc(41.66% - 8px);
  }
  .row .classic-L-6 {
    width: calc(50% - 8px);
  }
  .row .classic-L-7 {
    width: 58.33%;
  }
  .row .classic-L-8 {
    width: 66.66%;
  }
  .row .classic-L-9 {
    width: 75%;
  }
  .row .classic-L-10 {
    width: 83.33%;
  }
  .row .classic-L-11 {
    width: 91.66%;
  }
  .row .classic-L-12 {
    width: 100%;
  }
  .row .classic-L-push-1 {
    position: relative;
    left: 8.33%;
  }
  .row .classic-L-push-2 {
    position: relative;
    left: 16.66%;
  }
  .row .classic-L-push-3 {
    position: relative;
    left: 25%;
  }
  .row .classic-L-push-4 {
    position: relative;
    left: 33.33%;
  }
  .row .classic-L-push-5 {
    position: relative;
    left: 41.66%;
  }
  .row .classic-L-push-6 {
    position: relative;
    left: 50%;
  }
  .row .classic-L-push-7 {
    position: relative;
    left: 58.33%;
  }
  .row .classic-L-push-8 {
    position: relative;
    left: 66.66%;
  }
  .row .classic-L-push-9 {
    position: relative;
    left: 75%;
  }
  .row .classic-L-push-10 {
    position: relative;
    left: 83.33%;
  }
  .row .classic-L-push-11 {
    position: relative;
    left: 91.66%;
  }
  .row .classic-L-push-12 {
    position: relative;
    left: 100%;
  }
  .row .classic-L-pull-1 {
    position: relative;
    right: 8.33%;
  }
  .row .classic-L-pull-2 {
    position: relative;
    right: 16.66%;
  }
  .row .classic-L-pull-3 {
    position: relative;
    right: 25%;
  }
  .row .classic-L-pull-4 {
    position: relative;
    right: 33.33%;
  }
  .row .classic-L-pull-5 {
    position: relative;
    right: 41.66%;
  }
  .row .classic-L-pull-6 {
    position: relative;
    right: 50%;
  }
  .row .classic-L-pull-7 {
    position: relative;
    right: 58.33%;
  }
  .row .classic-L-pull-8 {
    position: relative;
    right: 66.66%;
  }
  .row .classic-L-pull-9 {
    position: relative;
    right: 75%;
  }
  .row .classic-L-pull-10 {
    position: relative;
    right: 83.33%;
  }
  .row .classic-L-pull-11 {
    position: relative;
    right: 91.66%;
  }
  .row .classic-L-pull-12 {
    position: relative;
    right: 100%;
  }
}
/*background-color: #fff;*/
#main-view .row {
  flex-wrap: wrap;
}
#main-view .row .panel-instagram {
  padding: 0px;
  margin: 0px 0px 16px 0px;
}
#main-view .row .panel-instagram h6.hairstyle {
  text-align: left;
  text-transform: uppercase;
  padding: 32px 0 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main-view .row .panel-instagram h6.haircolor {
  text-align: left;
  text-transform: uppercase;
  color: #555;
  font-weight: 300;
  padding: 0 0 8px 0;
}
#main-view .row .panel-instagram iframe.instagram-media {
  min-width: auto !important;
  max-width: none !important;
}
#main-view .row .panel-instagram iframe.instagram-media html {
  display: none !important;
}
#main-view .row .panel-instagram iframe.instagram-media html body .Embed {
  display: none !important;
}
#main-view .row .panel-instagram iframe.instagram-media html body .Embed .Header,
#main-view .row .panel-instagram iframe.instagram-media html body .Embed .HoverCard,
#main-view .row .panel-instagram iframe.instagram-media html body .Embed .SocialProof,
#main-view .row .panel-instagram iframe.instagram-media html body .Embed .Footer {
  display: none !important;
}
@media only screen and (min-width: 600px) {
  /* For large-mobiles: */
  #main-view .row .panel-instagram {
    margin: 0 16px 16px 0;
  }
  #main-view .row .panel-instagram:nth-child(3n) {
    margin-right: 0px;
  }
  #main-view .row .panel-instagram-footer {
    height: auto;
    width: 100%;
  }
  #main-view .row .panel-instagram-footer-item {
    padding: 16px;
  }
  #main-view .row .panel-instagram-footer-item .color-value::after {
    font-size: 12px;
    left: 16px;
  }
}
@media only screen and (min-width: 768px) {
  /* For tablets: */
  #main-view .row .panel-instagram:nth-child(3n) {
    margin-right: 16px;
  }
  #main-view .row .panel-instagram:nth-child(4n) {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) {
  /* For normal-desktop: */
}
@media only screen and (min-width: 1200px) {
  /* For large-desktop: */
}
@media only screen and (min-width: 1320px) {
  /* For large-desktop: */
}

/*# sourceMappingURL=instagram-embeded.css.map */
