@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Muli:300,400|Oswald:400,500");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*@import "bootstrap/print";*/
/*@import "bootstrap/glyphicons";*/
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #4d4d4d;
  background-color: black; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #ff0050;
  text-decoration: none; }
  a:hover, a:focus {
    color: #ff0050;
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: black;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

/*@import "bootstrap/type";*/
/*@import "bootstrap/code";*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 768px; } }
  @media (min-width: 1024px) {
    .container {
      width: 1024px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: 0px;
  margin-right: 0px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .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 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1024px) {
  .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 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .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 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
/*@import "bootstrap/tables";*/
/*@import "bootstrap/forms";*/
/*@import "bootstrap/buttons";*/
/*
// Components
@import "bootstrap/component-animations";
@import "bootstrap/dropdowns";
@import "bootstrap/button-groups";
@import "bootstrap/input-groups";
@import "bootstrap/breadcrumbs";
@import "bootstrap/pagination";
@import "bootstrap/pager";
@import "bootstrap/labels";
@import "bootstrap/badges";
@import "bootstrap/jumbotron";
@import "bootstrap/thumbnails";
@import "bootstrap/alerts";
@import "bootstrap/progress-bars";
@import "bootstrap/media";
@import "bootstrap/list-group";
@import "bootstrap/panels";
@import "bootstrap/responsive-embed";
@import "bootstrap/wells";
@import "bootstrap/close";
*/
/*
@import "bootstrap/navs";
@import "bootstrap/navbar";
*/
/*
// Components w/ JavaScript
@import "bootstrap/modals";
@import "bootstrap/tooltip";
@import "bootstrap/popovers";
@import "bootstrap/carousel";
*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/* test */
.test {
  background-color: rgba(255, 0, 0, 0.2); }

/* gray */
/* positioning */
/*@mixin position($position: relative, $top: null, $right: null, $bottom: null, $left: null) {
	position: $position;
	top: $top;
	right: $right;
	bottom: $bottom;
	left: $left;
}*/
/* margin-reset */
/* padding-reset */
/* bg-cover */
/* bg-contain */
/* bg-center */
/* position-cover */
/* form reset */
/* colors */
/* font styles */
@font-face {
  font-family: 'Quor';
  src: url("../fonts/quor.eot");
  src: url("../fonts/quor.eot?#iefix") format("embedded-opentype"), url("../fonts/quor.woff2") format("woff2"), url("../fonts/quor.woff") format("woff"), url("../fonts/quor.ttf") format("truetype"), url("../fonts/quor.svg#QuorumStd-Book") format("svg");
  font-weight: normal;
  font-style: normal; }
/* icon vars */
/* icon codes */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?y7kdli");
  src: url("../fonts/icomoon.eot?y7kdli#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?y7kdli") format("woff2"), url("../fonts/icomoon.ttf?y7kdli") format("truetype"), url("../fonts/icomoon.woff?y7kdli") format("woff"), url("../fonts/icomoon.svg?y7kdli#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
.button:after, button:after, .button.button-back:before, button.button-back:before, .grid .pic-left .txt-wrap .top-link:before, .grid .pic-right .txt-wrap .top-link:after, .social li a:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
.foo{
	&:before{
		@extend %icon;
		content: $icon-rocketship;
	}
}
*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter, opacity, filter;
          transition-property: opacity, filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    -webkit-filter: opacity(100%);
            filter: opacity(100%); }

.hamburger-box {
  width: 25px;
  height: 16px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: black;
    border-radius: 0px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
            transition-property: transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px; }
  .hamburger--slider .hamburger-inner::before {
    top: 7px;
    -webkit-transition-property: -webkit-transform, opacity;
            transition-property: transform, opacity;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; }
  .hamburger--slider .hamburger-inner::after {
    top: 14px; }
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-3.5714285714px, -5px, 0);
            transform: rotate(-45deg) translate3d(-3.5714285714px, -5px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
            transform: translate3d(0, -14px, 0) rotate(-90deg); }

/*
@import "types/3dx";
@import "types/3dx-r";
@import "types/3dy";
@import "types/3dy-r";
@import "types/arrow";
@import "types/arrow-r";
@import "types/arrowalt";
@import "types/arrowalt-r";
@import "types/boring";
@import "types/collapse";
@import "types/collapse-r";
@import "types/elastic";
@import "types/elastic-r";
@import "types/emphatic";
@import "types/emphatic-r";
@import "types/slider";
@import "types/slider-r";
@import "types/spring";
@import "types/spring-r";
@import "types/stand";
@import "types/stand-r";
@import "types/spin";
@import "types/spin-r";
@import "types/squeeze";
@import "types/vortex";
@import "types/vortex-r";
*/
/* general */
input[type="text"], input[type="email"], input[type="number"], input[type="password"], textarea, select {
  border: none;
  box-shadow: none;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: auto; }
  input[type="text"].error, input[type="email"].error, input[type="number"].error, input[type="password"].error, textarea.error, select.error {
    border-bottom: 1px solid #ff0050;
    color: #ff0050; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    outline: none;
    /*box-shadow: none;*/ }
    input[type="text"]:focus.error, input[type="email"]:focus.error, input[type="number"]:focus.error, input[type="password"]:focus.error, textarea:focus.error, select:focus.error {
      color: #ff0050; }
  input[type="text"]:-moz-focusring, input[type="email"]:-moz-focusring, input[type="number"]:-moz-focusring, input[type="password"]:-moz-focusring, textarea:-moz-focusring, select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  input[type="text"]::-ms-expand, input[type="email"]::-ms-expand, input[type="number"]::-ms-expand, input[type="password"]::-ms-expand, textarea::-ms-expand, select::-ms-expand {
    display: none; }
  input[type="text"]::-ms-clear, input[type="email"]::-ms-clear, input[type="number"]::-ms-clear, input[type="password"]::-ms-clear, textarea::-ms-clear, select::-ms-clear {
    display: none; }

select::-ms-value {
  color: black;
  background: transparent; }

html, body {
  height: 100%; }

body {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
  color: #4d4d4d;
  background-color: white;
  padding-top: 120px; }
  @media (max-width: 767px) {
    body {
      font-size: 16px;
      padding-top: 100px; } }

ul, ol {
  padding: 0px;
  margin: 0px;
  list-style: none; }

::-moz-selection {
  background-color: #ff0050;
  color: white; }

::selection {
  background-color: #ff0050;
  color: white; }

/* remove firefox dotted border */
a, a:hover, a:active, a:focus, button, button:hover, button:focus, button:active {
  outline: 0 !important;
  box-shadow: none;
  text-decoration: none;
  color: #ff0050; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  margin: 0px 0px 20px 0px;
  color: #ff0050; }

h1 {
  font-size: 38px;
  text-transform: uppercase;
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 32px; } }

h2 {
  font-size: 30px; }

h3 {
  font-size: 26px; }

h4 {
  font-size: 24px;
  text-transform: uppercase; }

h5 {
  font-size: 19px;
  text-transform: uppercase; }

p {
  margin: 0px 0px 20px 0px; }
  p.intro {
    font-family: 'Muli', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 26px;
    line-height: 1.5;
    color: #999999; }
    @media (max-width: 767px) {
      p.intro {
        font-size: 22px; } }
  p.intro-2 {
    font-family: 'Muli', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    color: #999999; }
    @media (max-width: 767px) {
      p.intro-2 {
        font-size: 20px; } }

.button, button {
  display: inline-block;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #212121;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
          transition: transform 200ms ease-in-out; }
  .button:after, button:after {
    content: "";
    display: inline-block;
    font-size: 50px;
    line-height: 0;
    margin-left: 10px;
    vertical-align: bottom;
    position: relative;
    top: -6px;
    -webkit-transition: -webkit-transform 200ms ease-in-out;
            transition: transform 200ms ease-in-out; }
  .button.button-back, button.button-back {
    position: relative;
    z-index: 10;
    color: #999999; }
    .button.button-back:before, button.button-back:before {
      content: "";
      display: inline-block;
      font-size: 50px;
      line-height: 0;
      margin-right: 10px;
      vertical-align: bottom;
      position: relative;
      top: -6px;
      -webkit-transition: -webkit-transform 200ms ease-in-out;
              transition: transform 200ms ease-in-out; }
    .button.button-back:after, button.button-back:after {
      display: none; }
    .button.button-back:hover, button.button-back:hover {
      color: #ff0050; }
      .button.button-back:hover:before, button.button-back:hover:before {
        -webkit-transform: translateX(-20px);
            -ms-transform: translateX(-20px);
                transform: translateX(-20px); }
  .button.button-down, button.button-down {
    position: relative; }
    .button.button-down:after, button.button-down:after {
      position: absolute;
      content: "";
      display: inline-block;
      width: 50px;
      margin-left: -25px;
      margin-top: 35px;
      line-height: 1;
      left: 50%; }
    .button.button-down.active:after, button.button-down.active:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }

/* lazy */
.lazy {
  opacity: 0;
  -webkit-transition: opacity 750ms;
          transition: opacity 750ms; }
  .lazy.checked {
    opacity: 1; }

.badge {
  display: inline-block;
  position: absolute;
  top: 0px;
  z-index: 1; }

.video-wrap {
  display: inline-block;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #ff0050; }
  .video-wrap .video {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px; }
    .video-wrap .video iframe {
      width: 100%;
      height: 100%; }

.container-wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px; }
  @media (max-width: 1023px) {
    .container-wrap {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .container-wrap {
      padding-left: 0px;
      padding-right: 0px; } }

.container {
  width: 100%;
  max-width: 1200px; }

header {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1000;
  /* nav-main */ }
  @media (max-width: 1023px) {
    header {
      height: auto;
      min-height: 100px;
      max-height: 100%; } }
  header.container-wrap {
    padding: 0px;
    text-align: center;
    overflow: visible; }
    @media (max-width: 1023px) {
      header.container-wrap {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; } }
  @media (max-width: 1023px) {
    header .bar-top {
      background-color: rgba(255, 255, 255, 0.95);
      display: block;
      position: fixed;
      top: 0px;
      right: 0px;
      left: 0px;
      height: 100px;
      z-index: 5000; } }
  header .logo {
    display: table;
    padding-top: 20px;
    padding-bottom: 15px;
    margin: 0 auto; }
    header .logo a {
      position: relative;
      z-index: 10;
      display: block; }
      header .logo a img {
        display: block;
        /*width: 100%;*/
        height: auto; }
        @media (max-width: 1023px) {
          header .logo a img {
            max-width: 100%;
            width: 100px; } }
  header .nav-toggle {
    display: none;
    position: absolute;
    top: 51px;
    right: 25px; }
    @media (max-width: 1023px) {
      header .nav-toggle {
        display: block; } }
    @media (max-width: 767px) {
      header .nav-toggle {
        top: 42px;
        right: 20px; } }
  header .nav-main {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 120px;
    padding: 0px 50px;
    z-index: 2;
    /* li */ }
    @media (max-width: 1023px) {
      header .nav-main {
        position: relative;
        z-index: 500;
        height: auto;
        padding: 0px 0px;
        margin-top: 100px; } }
    header .nav-main .left {
      text-align: left; }
      @media (max-width: 1023px) {
        header .nav-main .left {
          text-align: center; } }
      @media (max-width: 1023px) {
        header .nav-main .left > ul {
          margin-top: 25px; } }
    header .nav-main .right {
      text-align: right; }
      @media (max-width: 1023px) {
        header .nav-main .right {
          text-align: center; } }
      @media (max-width: 1023px) {
        header .nav-main .right > ul {
          margin-bottom: 25px; } }
    header .nav-main ul {
      display: block; }
    header .nav-main li {
      position: relative;
      display: inline-block;
      line-height: 120px;
      font-family: 'Oswald', Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      margin: 0px 35px;
      text-transform: uppercase; }
      header .nav-main li:first-child {
        margin-left: 0px; }
      header .nav-main li:last-child {
        margin-right: 0px; }
      @media (max-width: 1023px) {
        header .nav-main li {
          display: block;
          line-height: 50px;
          margin: 0px; } }
      header .nav-main li:hover a:before {
        left: -15px;
        right: -15px; }
      header .nav-main li.active a {
        /* cross line */ }
        header .nav-main li.active a:before {
          left: -15px;
          right: -15px; }
      header .nav-main li a {
        position: relative;
        display: inline-block;
        color: black; }
        header .nav-main li a:before {
          /* cross line */
          content: " ";
          display: inline-block;
          position: absolute;
          top: 59px;
          right: 50%;
          left: 50%;
          height: 2px;
          background-color: #ff0050;
          -webkit-transition: all 300ms ease-in-out;
                  transition: all 300ms ease-in-out; }
          @media (max-width: 1023px) {
            header .nav-main li a:before {
              top: 24px; } }
  header .nav-sub {
    display: none;
    position: absolute;
    top: 80px;
    left: 0px;
    z-index: 20;
    background-color: white;
    margin-left: -20px; }
    @media (max-width: 1023px) {
      header .nav-sub {
        position: relative;
        /*display: block;*/
        top: 0px;
        margin-left: 0px;
        margin-bottom: 20px;
        z-index: 1;
        background-color: transparent; } }
    header .nav-sub ul {
      padding: 20px; }
      @media (max-width: 1023px) {
        header .nav-sub ul {
          padding: 10px 20px;
          display: table;
          margin: 0 auto; } }
      header .nav-sub ul li {
        display: block;
        line-height: 35px;
        white-space: nowrap;
        margin: 0px;
        font-size: 15px;
        border-bottom: 1px solid black; }
        @media (max-width: 767px) {
          header .nav-sub ul li {
            max-width: 280px;
            overflow: hidden; } }
        header .nav-sub ul li:last-child {
          border-bottom: none; }
        header .nav-sub ul li.active a {
          color: #ff0050; }
        header .nav-sub ul li a {
          display: block;
          color: black; }
          header .nav-sub ul li a:before {
            display: none; }
          header .nav-sub ul li a:hover {
            color: #ff0050; }

/* header */
.hero {
  height: 100%;
  margin-bottom: 100px;
  cursor: pointer;
  /*display: none;*/ }
  .hero.loaded .hero-wrap {
    opacity: 1; }
  .hero .container {
    position: relative;
    height: 100%;
    text-align: center; }
  .hero .hero-wrap {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    bottom: 120px;
    opacity: 0;
    -webkit-transition: opacity 250ms;
            transition: opacity 250ms; }
    .hero .hero-wrap .masks-wrap {
      position: absolute;
      top: -1px;
      right: -1px;
      bottom: -1px;
      left: -1px;
      z-index: 5; }
    .hero .hero-wrap .mask-wrap {
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      opacity: 0; }
      .hero .hero-wrap .mask-wrap.active {
        opacity: 1; }
    .hero .hero-wrap .pic-wrap {
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .hero .button-wrap {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100px; }
    .hero .button-wrap .button {
      height: 100px; }
      .hero .button-wrap .button:hover:after {
        -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
                transform: translateY(20px); }

/* hero */
.grid .product {
  display: inline-block;
  margin-bottom: 150px;
  color: #4d4d4d; }
  .grid .product .pic-wrap {
    background-color: #ff0050; }
    .grid .product .pic-wrap img {
      display: block;
      width: 100%;
      height: auto; }
  .grid .product .txt-wrap {
    position: relative;
    /*padding-top: 170px;*/
    padding-top: 0px; }
    @media (max-width: 1023px) {
      .grid .product .txt-wrap {
        padding-top: 40px; } }
    @media (max-width: 767px) {
      .grid .product .txt-wrap {
        padding-left: 15px;
        padding-right: 15px; } }
    .grid .product .txt-wrap .top-link {
      display: inline-block;
      font-family: 'Oswald', Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 15px;
      color: black;
      position: absolute;
      top: 0px; }
      @media (max-width: 1199px) {
        .grid .product .txt-wrap .top-link {
          position: relative;
          margin-bottom: 20px;
          font-size: 14px; } }
      .grid .product .txt-wrap .top-link:hover {
        color: #ff0050; }
        .grid .product .txt-wrap .top-link:hover:before, .grid .product .txt-wrap .top-link:hover:after {
          color: black; }
      .grid .product .txt-wrap .top-link span {
        position: relative;
        top: 1px; }
    .grid .product .txt-wrap .content-wrap {
      /*display: none;*/
      display: block; }
      .grid .product .txt-wrap .content-wrap .content {
        padding-bottom: 70px; }
    .grid .product .txt-wrap h4.price {
      position: relative;
      color: #999999;
      padding-top: 30px;
      margin-top: 40px; }
      .grid .product .txt-wrap h4.price:before {
        content: " ";
        display: inline-block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100px;
        height: 1px;
        background-color: black; }
  .grid .product:hover .button {
    color: #ff0050; }
    .grid .product:hover .button:after {
      -webkit-transform: translateX(20px);
          -ms-transform: translateX(20px);
              transform: translateX(20px); }
.grid .pic-left .txt-wrap {
  /*border: 1px solid red;*/ }
  .grid .pic-left .txt-wrap .top-link {
    left: -8px; }
    .grid .pic-left .txt-wrap .top-link:before {
      content: "";
      font-size: 24px;
      margin-right: 5px; }
  .grid .pic-left .txt-wrap h1 {
    /*@include position((absolute, 90px, null, null, -150px));*/
    /*border: 1px solid green;*/
    position: relative;
    margin-top: 90px;
    margin-left: -150px;
    z-index: 5; }
    @media (max-width: 1023px) {
      .grid .pic-left .txt-wrap h1 {
        position: relative;
        margin-left: -10%;
        margin-top: 0px; } }
    @media (max-width: 767px) {
      .grid .pic-left .txt-wrap h1 {
        margin-left: 0px; } }
.grid .pic-right .pic-wrap {
  float: right; }
.grid .pic-right .txt-wrap {
  text-align: right; }
  .grid .pic-right .txt-wrap .top-link {
    right: -8px; }
    .grid .pic-right .txt-wrap .top-link:after {
      content: "";
      font-size: 24px;
      margin-left: 5px; }
  .grid .pic-right .txt-wrap h1 {
    /*@include position((absolute, 90px, -150px, null, null));*/
    /*border: 1px solid green;*/
    position: relative;
    margin-top: 90px;
    margin-right: -150px;
    z-index: 5; }
    @media (max-width: 1023px) {
      .grid .pic-right .txt-wrap h1 {
        position: relative;
        margin-right: -10%;
        margin-top: 0px; } }
    @media (max-width: 767px) {
      .grid .pic-right .txt-wrap h1 {
        margin-right: 0px; } }
  .grid .pic-right .txt-wrap h4.price:before {
    left: auto;
    right: 0px; }

/* grid */
.home-collections .product:hover .button {
  color: #ff0050; }
  .home-collections .product:hover .button:after {
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px); }
@media (max-width: 1023px) {
  .home-collections .pic-left .txt-wrap h1 {
    left: -125px; } }
@media (max-width: 767px) {
  .home-collections .pic-left .txt-wrap h1 {
    left: 0px; } }
@media (max-width: 1023px) {
  .home-collections .pic-right .txt-wrap h1 {
    right: -125px; } }
@media (max-width: 767px) {
  .home-collections .pic-right .txt-wrap h1 {
    right: 0px; } }

/* home-collections */
.home-about {
  background-color: whitesmoke;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .home-about {
      padding-top: 50px;
      padding-bottom: 0px; } }
  .home-about .left {
    position: relative;
    padding-top: 50px;
    padding-right: 50px; }
    @media (max-width: 1023px) {
      .home-about .left {
        padding-right: 0px; } }
    @media (max-width: 767px) {
      .home-about .left {
        padding-left: 15px;
        padding-right: 15px; } }
    .home-about .left h5 {
      position: relative;
      z-index: 5;
      margin-left: 100px;
      margin-bottom: 50px;
      color: #212121; }
      @media (max-width: 767px) {
        .home-about .left h5 {
          margin-left: 0px; } }
    .home-about .left p {
      font-family: 'Muli', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 23px;
      color: #999999; }
      @media (max-width: 767px) {
        .home-about .left p {
          font-size: 20px; } }
      .home-about .left p:last-of-type {
        margin-bottom: 0px; }
  @media (max-width: 1023px) {
    .home-about .right {
      margin-top: 100px; } }

/* home-about */
.collection-intro {
  padding-top: 150px;
  margin-bottom: 80px; }
  @media (max-width: 1023px) {
    .collection-intro {
      margin-bottom: 100px; } }
  @media (max-width: 767px) {
    .collection-intro {
      padding-top: 120px; } }
  @media (max-width: 767px) {
    .collection-intro .left {
      padding-left: 15px;
      padding-right: 15px; } }
  .collection-intro .left .badge-multiples-intro {
    top: -75px; }
    @media (max-width: 767px) {
      .collection-intro .left .badge-multiples-intro {
        left: -75px; } }
  .collection-intro .left .badge-uniques-intro {
    top: -75px; }
    @media (max-width: 767px) {
      .collection-intro .left .badge-uniques-intro {
        left: -75px; } }
  .collection-intro .left h4 {
    position: relative;
    z-index: 5;
    color: #212121;
    margin-left: 100px;
    margin-bottom: 130px; }
    @media (max-width: 767px) {
      .collection-intro .left h4 {
        margin-left: 0px;
        margin-bottom: 60px; } }
  .collection-intro .left p {
    font-family: 'Muli', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 23px;
    color: #999999; }
    @media (max-width: 767px) {
      .collection-intro .left p {
        font-size: 20px; } }
    .collection-intro .left p:last-of-type {
      margin-bottom: 0px; }
  @media (max-width: 1023px) {
    .collection-intro .right {
      margin-top: 100px; } }
  @media (max-width: 767px) {
    .collection-intro .right {
      margin-top: 50px; } }

/* collection-intro */
.collection-overview {
  background-color: whitesmoke;
  padding-top: 100px; }
  @media (max-width: 767px) {
    .collection-overview {
      padding-top: 0px; } }
  .collection-overview .product {
    margin-bottom: 100px; }
    @media (max-width: 1023px) {
      .collection-overview .product.pic-left .txt-wrap h1 {
        left: 0px;
        margin-left: -50%; } }
    @media (max-width: 767px) {
      .collection-overview .product.pic-left .txt-wrap h1 {
        margin-left: 0px;
        margin-bottom: 10px; } }
    @media (max-width: 1023px) {
      .collection-overview .product.pic-right .txt-wrap h1 {
        right: 0px;
        margin-right: -50%; } }
    @media (max-width: 767px) {
      .collection-overview .product.pic-right .txt-wrap h1 {
        margin-right: 0px;
        margin-bottom: 10px; } }

/* collction-overview */
.detail-intro {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .detail-intro {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 50px; } }
  .detail-intro .content {
    position: relative; }
  .detail-intro .badge-multiples-detail {
    top: -65px;
    left: -150px;
    z-index: -1;
    		/*top: 65px;
    		left: -250px;
    
    		@media(max-width: $screen-xs-max){
    			top: 5px;
    			left: -150px;
    		}*/ }
  .detail-intro .badge-uniques-detail {
    top: -65px;
    left: -75px;
    z-index: -1;
    		/*top: 65px;
    		left: -175px;
    
    		@media(max-width: $screen-xs-max){
    			top: -25px;
    			left: -75px;
    		}*/ }
  .detail-intro .button-wrap {
    margin-bottom: 100px; }
    @media (max-width: 767px) {
      .detail-intro .button-wrap {
        margin-bottom: 50px;
        text-align: right; } }
  .detail-intro p {
    position: relative;
    z-index: 5;
    font-family: 'Muli', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 23px;
    line-height: 1.5;
    color: #999999; }
    @media (max-width: 767px) {
      .detail-intro p {
        font-size: 22px; } }
    .detail-intro p:last-of-type {
      margin-bottom: 0px; }
  .detail-intro h5 {
    position: relative;
    z-index: 5;
    color: #212121;
    margin-left: -100px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .detail-intro h5 {
        margin-bottom: 60px;
        margin-left: 0px; } }
  .detail-intro ul.thumbs {
    display: block;
    padding-bottom: 100px; }
    .detail-intro ul.thumbs li {
      display: inline-block;
      vertical-align: top;
      width: 12.5%;
      border-left: 1px solid white;
      border-bottom: 1px solid white; }
      @media (max-width: 1023px) {
        .detail-intro ul.thumbs li {
          width: 16.6666666666%; } }
      @media (max-width: 767px) {
        .detail-intro ul.thumbs li {
          width: 25%; } }
      .detail-intro ul.thumbs li a {
        display: block;
        width: 100%;
        padding-bottom: 100%;
        background-color: #ff0050;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }

/* detail-intro */
.about-intro {
  padding-bottom: 150px; }

.about-person {
  margin-bottom: 150px; }
  @media (max-width: 767px) {
    .about-person {
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 50px; } }
  .about-person h1 {
    position: relative;
    z-index: 11; }
  @media (max-width: 767px) {
    .about-person .gallery-wrap {
      margin-bottom: 50px; } }
  .about-person .gallery-wrap .mask {
    position: relative;
    z-index: 10;
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto; }
  .about-person .gallery-wrap .pix-wrap {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background-color: #ff0050; }
    .about-person .gallery-wrap .pix-wrap .pic-wrap {
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      opacity: 0;
      -webkit-transition: opacity 1000ms;
              transition: opacity 1000ms; }
      .about-person .gallery-wrap .pix-wrap .pic-wrap.active {
        opacity: 1; }

.about-person-nadine h1 {
  margin-left: -100px; }
  @media (max-width: 767px) {
    .about-person-nadine h1 {
      margin-left: 0px; } }

.about-person-mark .gallery-wrap {
  float: right; }
.about-person-mark .txt-wrap {
  float: right; }
.about-person-mark h1 {
  text-align: right;
  margin-right: -100px; }
  @media (max-width: 767px) {
    .about-person-mark h1 {
      margin-right: 0px;
      text-align: left; } }

/* about-person */
footer {
  font-family: 'Quor', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: black;
  color: white;
  font-size: 18px;
  text-align: center; }
  footer .container {
    padding-top: 50px;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      footer .container {
        padding-left: 15px;
        padding-right: 15px; } }
  footer a {
    color: white;
    text-decoration: underline; }
  footer .social {
    padding-top: 15px; }
  footer .credits {
    text-align: right;
    font-family: 'Muli', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    opacity: .7; }
    @media (max-width: 1023px) {
      footer .credits {
        text-align: center;
        padding-top: 60px; } }
    footer .credits p {
      position: relative;
      display: inline-block;
      top: -25px; }
      @media (max-width: 1023px) {
        footer .credits p {
          top: 0px; } }

/* footer */
.social li {
  display: inline-block;
  margin: 0px 5px; }
  .social li:first-child {
    margin-left: 0px; }
  .social li:last-child {
    margin-right: 0px; }
  .social li.facebook a:before {
    content: ""; }
  .social li.facebook a:hover {
    background-color: #3e5996; }
  .social li.instagram a:before {
    content: ""; }
  .social li.instagram a:hover {
    background-color: #8a5a4e; }
  .social li.youtube a:before {
    content: ""; }
  .social li.youtube a:hover {
    background-color: #ec2027; }
  .social li.vimeo a:before {
    content: ""; }
  .social li.vimeo a:hover {
    background-color: #1ab7ea; }
  .social li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    vertical-align: top; }
    .social li a:before {
      color: #262626;
      line-height: 40px;
      font-size: 20px; }
    .social li a:hover {
      text-decoration: none; }
      .social li a:hover:before {
        color: white; }

/* social */
/* footer */
/* contact */
.contact-intro a:hover {
  text-decoration: underline; }
.contact-intro h5 {
  margin-left: 100px; }
  @media (max-width: 767px) {
    .contact-intro h5 {
      margin-left: 0px; } }
.contact-intro .social {
  padding-top: 35px; }
  .contact-intro .social li a {
    background-color: #f0f0f0; }

.google-maps {
  margin-bottom: 150px; }
  @media (max-width: 767px) {
    .google-maps {
      margin-bottom: 100px; } }
  .google-maps .map {
    display: block;
    padding-bottom: 56.25%;
    background-color: #ff0050; }
    @media (max-width: 767px) {
      .google-maps .map {
        padding-bottom: 100%; } }
  .google-maps .info-window h4 {
    font-size: 18px;
    margin-bottom: 10px; }
  .google-maps .info-window span {
    line-height: 1.5;
    display: block; }

.form {
  padding-bottom: 150px; }
  @media (max-width: 767px) {
    .form {
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 100px; } }
  .form h5 {
    margin-left: 100px;
    margin-bottom: 30px;
    position: relative;
    z-index: 5;
    color: #212121; }
    @media (max-width: 767px) {
      .form h5 {
        margin-left: 0px; } }
  .form button {
    margin-top: 4px; }
    .form button:hover:after {
      -webkit-transform: translateX(20px);
          -ms-transform: translateX(20px);
              transform: translateX(20px); }
  .form .succes {
    display: none; }

/* contact */
/* form elements */
.form-row {
  /*padding-bottom: 0px;*/ }

.form-row:before, .form-row:after {
  content: " ";
  display: table; }

.form-row:after {
  clear: both; }

input[type="text"], input[type="email"], input[type="number"], input[type="password"], textarea, select, .select {
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  width: 100%;
  border-radius: 1px;
  border: 1px solid transparent;
  border-bottom: 1px solid #e6e6e6;
  height: 50px; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  background-clip: content-box; }

textarea {
  height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  resize: none; }

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