/* IMPORTS */
/*!
 * Bootstrap v3.3.5 (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 */
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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
          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;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: #615f63;
  background-color: #fff;
}

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

a {
  color: #efacb9;
  text-decoration: none;
}

a:hover, a:focus {
  color: #e593a3;
  text-decoration: none;
}

a:focus {
  outline: thin dotted #f6cfd7;
  outline: 5px auto #f6cfd7;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 100%;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.625;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #f6f6f6;
}

.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;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: inherit;
  color: #100e12;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #c8c4cd;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 26px;
  margin-bottom: 13px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 13px;
  margin-bottom: 13px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 72px;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 16px;
}

h4, .h4 {
  font-size: 16px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 13px;
}

.lead {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 75%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

.text-center, .no-result {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism, .small-uppercase, .alert, .tags a, footer.footer #footer-top .social-title, footer.footer #footer-bottom, footer.footer #footer-bottom a, #sidebar .panel-heading .panel-title, .pagination-wrapper .pagination > li > a, .pager li, #top-brands ul li, #top-brands ul a, .btn, #page-home #main-slider .slide .seasons, #page-webshop-overview .category, #page-webshop-brands-overview .brand .image-fallback, #page-news-detail #share-and-return a {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #c8c4cd;
}

.text-primary {
  color: #100e12;
}

a.text-primary:hover,
a.text-primary:focus {
  color: black;
}

.text-success {
  color: #fff;
}

a.text-success:hover,
a.text-success:focus {
  color: #e6e6e6;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #fff;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #e6e6e6;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #100e12;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: black;
}

.bg-success {
  background-color: #1ecd86;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #17a169;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f35f65;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #ef3037;
}

.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #f6f6f6;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 13px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 26px;
}

dt,
dd {
  line-height: 1.625;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #c8c4cd;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 20px;
  border-left: 5px solid #f6f6f6;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.625;
  color: #c8c4cd;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f6f6f6;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.625;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 738px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 942px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.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: 15px;
  padding-right: 15px;
}

.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.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .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.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .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.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 26px;
  font-size: 24px;
  line-height: inherit;
  color: #615f63;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #f6cfd7;
  outline: 5px auto #f6cfd7;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.625;
  color: #222222;
}

.form-control {
  display: block;
  width: 100%;
  height: 52px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  color: #222222;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c8c4cd;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #efacb9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(239, 172, 185, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(239, 172, 185, 0.6);
}

.form-control::-moz-placeholder {
  color: #aaa6af;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #aaa6af;
}

.form-control::-webkit-input-placeholder {
  color: #aaa6af;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f6f6f6;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 52px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 42px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 61px;
  }
}

.form-group {
  margin-bottom: 20px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 26px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 42px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 42px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 42px;
  line-height: 42px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-sm .form-control {
  height: 42px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 42px;
  line-height: 42px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 42px;
  min-height: 38px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 61px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 100%;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 61px;
  line-height: 61px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-lg .form-control {
  height: 61px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 100%;
}

.form-group-lg select.form-control {
  height: 61px;
  line-height: 61px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 61px;
  min-height: 46px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 65px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 61px;
  height: 61px;
  line-height: 61px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #fff;
}

.has-success .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}

.has-success .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #1ecd86;
}

.has-success .form-control-feedback {
  color: #fff;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #fff;
}

.has-error .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}

.has-error .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #f35f65;
}

.has-error .form-control-feedback {
  color: #fff;
}

.has-feedback label ~ .form-control-feedback {
  top: 31px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a19fa3;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

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

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted #f6cfd7;
  outline: 5px auto #f6cfd7;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #fff;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #fff;
  background-color: #efacb9;
  border-color: #efacb9;
}

.btn-default:focus, .btn-default.focus {
  color: #fff;
  background-color: #e78195;
  border-color: #da415f;
}

.btn-default:hover {
  color: #fff;
  background-color: #e78195;
  border-color: #e5798e;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #e78195;
  border-color: #e5798e;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #fff;
  background-color: #e1637c;
  border-color: #da415f;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #efacb9;
  border-color: #efacb9;
}

.btn-default .badge {
  color: #efacb9;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #100e12;
  border-color: #030304;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-primary:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #100e12;
  border-color: #030304;
}

.btn-primary .badge {
  color: #100e12;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #efacb9;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #e593a3;
  text-decoration: none;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #c8c4cd;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 100%;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 25px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #222222;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #c8c4cd;
  border-radius: 25px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 100%;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #f6f6f6;
}

.nav > li.disabled > a {
  color: #c8c4cd;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #c8c4cd;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #f6f6f6;
  border-color: #efacb9;
}

.nav .nav-divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.625;
  border: 1px solid transparent;
  border-radius: 25px 25px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #f6f6f6 #f6f6f6 #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #aaa6af;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 25px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #100e12;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 25px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 25px 25px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 26px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 25px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 12px 15px;
  font-size: 20px;
  line-height: 26px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 25px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 26px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -1px;
  margin-bottom: -1px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: -1px;
  margin-bottom: -1px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 4px;
  margin-bottom: 4px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 12px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-default .navbar-brand {
  color: #100e12;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: black;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #100e12;
}

.navbar-default .navbar-nav > li > a {
  color: #100e12;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #aaa6af;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #efacb9;
  background-color: transparent;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #e593a3;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #e593a3;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #efacb9;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #100e12;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #aaa6af;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #efacb9;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #100e12;
}

.navbar-default .navbar-link:hover {
  color: #aaa6af;
}

.navbar-default .btn-link {
  color: #100e12;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #aaa6af;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #efedf0;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #efedf0;
}

.navbar-inverse .navbar-nav > li > a {
  color: #efedf0;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #efedf0;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #efedf0;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #efedf0;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 26px 0;
  border-radius: 25px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.625;
  text-decoration: none;
  color: #100e12;
  background-color: #fff;
  border: 1px solid #fff;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #e593a3;
  background-color: #fff;
  border-color: #e593a3;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #efacb9;
  border-color: #efacb9;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #c8c4cd;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 100%;
  border-top-right-radius: 100%;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 26px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #f6cfd7;
  border-radius: 23px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #e593a3;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #c8c4cd;
  background-color: #fff;
  cursor: not-allowed;
}

.alert {
  padding: 15px 30px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 5px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 15px 30px20;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #1ecd86;
  border-color: #1ecd86;
  color: #fff;
}

.alert-success hr {
  border-top-color: #1bb777;
}

.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f35f65;
  border-color: #f35f65;
  color: #fff;
}

.alert-danger hr {
  border-top-color: #f1474e;
}

.alert-danger .alert-link {
  color: #e6e6e6;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.625px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.625;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.625;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 280px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #100e12;
  border-radius: 25px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #100e12;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #100e12;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #100e12;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #100e12;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #100e12;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #100e12;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #100e12;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #100e12;
}

.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: 991px) {
  .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: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

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

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

@media (min-width: 992px) 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: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

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

@media (min-width: 992px) 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: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) 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;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none !important;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

/* Caption */
.slick-caption {
  position: absolute;
  left: 20%;
  right: 20%;
  padding-bottom: 18px;
  z-index: 10;
  color: #fff;
  text-align: center;
}

.slick-caption .btn {
  text-shadow: none;
}

.slick-caption.top-of-banner {
  bottom: auto;
  top: 5%;
}

.slick-caption.bottom-of-banner {
  bottom: 2%;
}

.slick-caption.bottom-of-banner p {
  margin-bottom: 0;
}

.slick-caption.middle-of-banner {
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}

@media screen and (max-width: 991px) {
  .slick-caption {
    left: 15%;
    right: 15%;
  }
}

@media screen and (max-width: 767px) {
  .slick-caption {
    left: 15px;
    right: 15px;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -16px;
  border: none;
  outline: none;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -webkit-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev span,
.slick-next span {
  display: block;
  width: 8px;
  height: 14px;
}

.slick-prev {
  padding: 15px 19px 15px 17px;
  left: 25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 25px;
}

.slick-next {
  padding: 15px 17px 15px 19px;
  right: 25px;
}

[dir="rtl"] .slick-next {
  left: 25px;
  right: auto;
}

/* Dots */
.slick-dots {
  position: absolute;
  right: 40px;
  top: 50%;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background-color: #fff;
  padding: 10px;
  border-radius: 25px;
}

.slick-dots li {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 0;
  margin: 10px 0;
}

.slick-dots li button {
  border: 0;
  display: block;
  height: 6px;
  width: 6px;
  background-color: #100e12;
  border-radius: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.5s background-color;
  -o-transition: 0.5s background-color;
  transition: 0.5s background-color;
  outline: none;
  padding: 4px;
  margin: 0 auto;
  cursor: pointer;
  /*&:hover, &:focus {
                opacity: $slick-opacity-on-hover;
            }*/
}

.slick-dots li.slick-active button {
  background-color: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  border: 2px solid #100e12;
  /*&:hover, &:focus {
                opacity: $slick-opacity-on-hover;
            }*/
}

/**
* Calculates font size in rem
* Parameter ($size): font size in pixels
*/
/**
* Returns a map of operations to apply to the first color ($a) to obtain the second color ($b)
* Parameter $a will be your base color e.g. $brand-primary
* Parameter $b will be your target color which is not defined e.g. #14212a
*
* Log the return value: @debug color-diff($brand-primary, #14212a);
* This will return a map of operations needed to apply to your base color
*
* Apply the values: background-color: adjust_hue(saturate(darken($brand-primary, 7.84314%), 13.91524%), 0deg);
*/
/*
* Set a rem font size with pixel fallback
* @Usage @include font-size(14px);
*/
/*
* Sets letter-spacing based on Photoshop's value
* @Usage @include letter-spacing(50);
*/
/*
* Turn font anti aliasing on or off in Chrome / FF
* @Usage @include font-smoothing(on);
* @Usage on black / dark backgrounds @include font-smoothing(off);
*/
/*
* Outputs vendor-prefixed placeholders for styling. Must be nested in a rule-set.
* @usage:
    input {
      @include placeholder {
        color: red;
      }
    }
*/
/*
* Cross browser opacity
* @Usage @include opacity(0.8);
*/
/*
* Creates a separator
* @Usage @include vr(10px, 1px, -2px, 0, #000);
*/
/*
* Sets selection colors
* @Usage @include selection(#fff, #000);
*/
/*
* Provides cross-browser RGBa background
* @Usage @include rgba-background(rgba(0, 0, 0, .5));
*/
/*
* Cross browser inline-block
* @Usage @include inline-block;
*/
/*
* Creates a parallelogram
* @usage @include parallelogram(600px, 400px, -30deg, #fff);
*/
/*
* Creates a checkbox
* @usage @include checkbox-variant('.checkbox-primary', $brand-primary);
* @usage @include checkbox-variant('.checkbox-danger', $brand-danger);
* @usage @include checkbox-variant('.checkbox-info', $brand-info);
* @usage @include checkbox-variant('.checkbox-warning', $brand-warning);
* @usage @include checkbox-variant('.checkbox-success', $brand-success);
*/
/*
* Creates a radio
* @usage @include checkbox-variant('.checkbox-primary', $brand-primary);
* @usage @include checkbox-variant('.checkbox-danger', $brand-danger);
* @usage @include checkbox-variant('.checkbox-info', $brand-info);
* @usage @include checkbox-variant('.checkbox-warning', $brand-warning);
* @usage @include checkbox-variant('.checkbox-success', $brand-success);
*/
/*
* Vendor-prefixing the CSS3 calc function. It accepts a property and a value.
* @Usage @include calc(width, "100% - 80px");
*/
/*
* Sets base for pseudo
* @Usage @extend %pseudo-base;
*/
body, .title-border, footer.footer #footer-bottom ul > li, #sidebar .panel-heading .panel-title, #sidebar .nav-sidebar li, #top-brands ul li + li, #page-webshop-overview #ms-ladies a, #page-webshop-overview #ms-gents a, #page-webshop-overview #ms-kids a, #page-webshop-brands-overview #brand-image, #page-news-overview .meta-wrapper {
  position: relative;
}

body::before, .title-border::before, footer.footer #footer-bottom ul > li::before, #sidebar .panel-heading .panel-title::before, #sidebar .nav-sidebar li::before, #top-brands ul li + li::before, #page-webshop-overview #ms-ladies a::before, #page-webshop-overview #ms-gents a::before, #page-webshop-overview #ms-kids a::before, #page-webshop-brands-overview #brand-image::before, #page-news-overview .meta-wrapper::before, body::after, .title-border::after, footer.footer #footer-bottom ul > li::after, #sidebar .panel-heading .panel-title::after, #sidebar .nav-sidebar li::after, #top-brands ul li + li::after, #page-webshop-overview #ms-ladies a::after, #page-webshop-overview #ms-gents a::after, #page-webshop-overview #ms-kids a::after, #page-webshop-brands-overview #brand-image::after, #page-news-overview .meta-wrapper::after {
  position: absolute;
  display: block;
  content: '';
}

/*
* Covers an entire block
* @Usage @extend %coverer;
*/
#page-webshop-overview #ms-ladies a::after, #page-webshop-overview #ms-gents a::after, #page-webshop-overview #ms-kids a::after, #page-webshop-brands-overview #brand-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
* Centers block vertically and horizontally
* It works even when: You don't know know how big it is, You don't know how big the container is, either
* @Usage @extend %centerer;
*/
footer.footer #footer-top .icon-wrapper .svg-wrapper, .list-social .icon-wrapper .svg-wrapper, #page-webshop-brands-overview .brand .image-fallback span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*
* Vertical align a block
* @Usage @extend %vertical-align;
*/
/*
* Reflect horizontal
* @Usage @extend %flip-horizontal;
*/
/*
* An easy way to truncate text with an ellipsis. Requires the element to be block or inline-block
* @Usage @extend %text-truncate;
*/
/*
* Provides an easy way for break-word
* @Usage @extend %word-wrap;
*/
/*
* Common CSS rules can be defined here
* @usage @extend .xs-letter-spacing;
*/
.xs-letter-spacing {
  letter-spacing: 0.01em;
}

.sm-letter-spacing, h1,
.h1, .slick-title, .btn {
  letter-spacing: 0.025em;
}

.md-letter-spacing, .small-uppercase, .alert, .tags a, footer.footer #footer-top .social-title, footer.footer #footer-bottom, footer.footer #footer-bottom a, #sidebar .panel-heading .panel-title, .pagination-wrapper .pagination > li > a, .pager li, #top-brands ul li, #top-brands ul a, .btn, #page-home #main-slider .slide .seasons, #page-webshop-overview .category, #page-webshop-brands-overview .brand .image-fallback, #page-news-detail #share-and-return a, h3,
.h3 {
  letter-spacing: 0.05em;
}

.lg-letter-spacing {
  letter-spacing: 0.075em;
}

.xl-letter-spacing {
  letter-spacing: 0.1em;
}

.xxl-letter-spacing {
  letter-spacing: 0.15em;
}

.font-size-tiny {
  font-size: 10px;
  font-size: 1rem;
}

.font-size-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.font-size-large {
  font-size: 20px;
  font-size: 2rem;
}

.small-uppercase, .alert, .tags a, footer.footer #footer-top .social-title, footer.footer #footer-bottom, footer.footer #footer-bottom a, #sidebar .panel-heading .panel-title, .pagination-wrapper .pagination > li > a, .pager li, #top-brands ul li, #top-brands ul a, .btn, #page-home #main-slider .slide .seasons, #page-webshop-overview .category, #page-webshop-brands-overview .brand .image-fallback, #page-news-detail #share-and-return a {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
}

.placeholder {
  font-style: italic;
  font-weight: 400;
}

.no-overflow {
  overflow: hidden;
}

.no-float {
  float: none;
}

.no-border {
  border: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.full-width {
  width: 100%;
}

.shrink-left {
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .shrink-left {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .shrink-left {
    padding-left: 0;
  }
}

.shrink-right {
  padding-right: 20px;
}

@media screen and (max-width: 991px) {
  .shrink-right {
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .shrink-right {
    padding-right: 0;
  }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.row-table {
  display: table;
}

.col-table-cell {
  display: table-cell;
  float: none !important;
  vertical-align: top;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* ::-webkit-selection {
  color: #fff;
  background: #f6cfd7;
}

* ::-moz-selection {
  color: #fff;
  background: #f6cfd7;
}

* ::-o-selection {
  color: #fff;
  background: #f6cfd7;
}

* ::selection {
  color: #fff;
  background: #f6cfd7;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  /* apply a natural box layout model to all elements, but allowing components to change */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding: 30px 0;
  border-left: 30px solid #100e12;
  border-right: 30px solid #100e12;
}

body:before, body:after {
  position: fixed;
  background: #100e12;
  left: 0;
  right: 0;
  height: 30px;
  z-index: 7000;
}

body:before {
  top: 0;
}

body:after {
  bottom: 0;
}

@media screen and (max-width: 991px) {
  body {
    padding: 15px 0;
    border-left: 15px solid #100e12;
    border-right: 15px solid #100e12;
  }
  body:before, body:after {
    height: 15px;
  }
}

@media screen and (max-width: 768px) {
  body {
    border: 0;
    padding: 0;
  }
  body:before, body:after {
    display: none;
  }
}

a, .btn {
  -webkit-transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
}

p {
  margin: 0 0 22px;
}

picture {
  display: block;
}

.alert svg {
  position: relative;
  top: -1px;
  margin-right: 15px;
}

.hr-footer {
  background-color: #c8c4cd;
  margin: 60px 0 0 0;
  border: 0;
  height: 1px;
}

.section h1, .page .widget-image-text + .widget-image-text h1, .section .h1, .page .widget-image-text + .widget-image-text .h1, .inner-padding h1, .inner-padding .h1 {
  margin-top: -22px;
}

@media screen and (max-width: 767px) {
  .section h1, .page .widget-image-text + .widget-image-text h1, .section .h1, .page .widget-image-text + .widget-image-text .h1, .inner-padding h1, .inner-padding .h1 {
    margin-top: -13px;
  }
}

.inner-padding {
  padding: 90px 0;
}

@media screen and (max-width: 767px) {
  .inner-padding {
    padding: 60px 0;
  }
}

.section, .page .widget-image-text + .widget-image-text {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .section, .page .widget-image-text + .widget-image-text {
    margin-top: 60px;
  }
}

.section-sm {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .section-sm {
    margin-top: 30px;
  }
}

.cms-text h1, .cms-text .h1 {
  margin-bottom: 36px;
}

.cms-text a {
  text-decoration: underline;
}

.article h1, .article .h1, .article h2, .article .h2, .article h3, .article .h3 {
  margin-top: 23px;
  margin-bottom: 0;
  text-align: left;
}

.date {
  font-size: 14px;
  font-size: 1.4rem;
}

.tags {
  margin-bottom: 16px;
}

.tags ul {
  margin: 0;
}

.tags li, .tags a {
  color: #100e12;
}

.tags li {
  padding: 0;
}

.tags a:hover {
  color: #e593a3;
}

.no-result {
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
  color: #c8c4cd;
  margin: 50px 0;
}

.shadow-image {
  color: #100e12;
  -webkit-transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.shadow-image .shadow, .shadow-image h2, .shadow-image .h2 {
  -webkit-transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.shadow-image:hover .shadow {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(239, 172, 185, 0.75);
          box-shadow: 0px 0px 25px 0px rgba(239, 172, 185, 0.75);
}

.shadow-image:hover h2, .shadow-image:hover .h2 {
  color: #e593a3;
}

.bg-responsive {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-gray-lighter {
  background-color: #f6f6f6;
}

#ms-container {
  margin-left: -5px;
  margin-right: -5px;
}

#ms-container .ms-item {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.js .slider {
  opacity: 0;
  filter: alpha(opacity=0);
}

@media screen and (max-width: 767px) {
  div[id^=page-].collapsed {
    padding-top: 89px;
  }
}

/**
* Cylburn - Regular
*/
@font-face {
  font-family: 'cylburn';
  src: url("../fonts/cylburn/regular/cylburn-webfont.eot");
  src: url("../fonts/cylburn/regular/cylburn-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/cylburn/regular/cylburn-webfont.woff2") format("woff2"), url("../fonts/cylburn/regular/cylburn-webfont.woff") format("woff"), url("../fonts/cylburn/regular/cylburn-webfont.ttf") format("truetype"), url("../fonts/cylburn/regular/cylburn-webfont.svg#cylburn") format("svg");
  font-weight: normal;
  font-style: normal;
}

h1,
.h1,
h2,
.h2 {
  text-rendering: optimizeLegibility;
}

h1, .h1 {
  font-family: "cylburn", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 0.7777777778;
}

@media screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 66px;
    font-size: 6.6rem;
    line-height: 0.8;
  }
}

@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 0.85;
  }
}

h2, .h2 {
  line-height: 1.35;
}

@media screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
  }
}

h3, .h3 {
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* Title */
.slick-title {
  font-family: "cylburn", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 0.7777777778;
  font-size: 110px;
  font-size: 11rem;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
  .slick-title {
    font-size: 82px;
    font-size: 8.2rem;
  }
}

/* Bow border */
.title-border {
  padding-bottom: 51px;
  margin-bottom: 51px;
  margin-top: 0;
}

.title-border::after {
  content: url("../graphics/svg/bow-line.svg");
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .title-border {
    margin-bottom: 31px;
  }
}

header.header {
  padding-bottom: 32px;
  padding-top: 48px;
}

header.header a:focus {
  outline: none;
}

header.header a::-moz-focus-inner {
  border: 0;
}

header.header .navbar-brand {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: auto;
  padding-top: 0;
  padding-bottom: 10px;
}

header.header .navbar-brand img {
  width: 300px;
  height: auto;
}

@media screen and (max-width: 767px) {
  header.header .navbar-brand {
    float: left !important;
    padding-bottom: 0;
    padding-left: 0;
  }
  header.header .navbar-brand img {
    width: 160px;
    height: auto;
  }
}

header.header .navbar-collapse {
  text-align: center;
  border-top: 0;
}

header.header .navbar-collapse .navbar-nav {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

header.header .navbar-collapse .active {
  padding-left: 15px;
  padding-right: 15px;
}

header.header .navbar-collapse .active a {
  padding-bottom: 3px;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #efacb9;
}

header.header .navbar-collapse .webshop {
  padding-left: 15px;
}

header.header .navbar-collapse .webshop a {
  border-radius: 20px;
  padding-top: 4px;
  padding-bottom: 3px;
  margin-top: 7px;
  color: white;
}

header.header .navbar-collapse .webshop a:hover {
  border-color: #e593a3;
  color: #e593a3;
}

header.header .navbar-collapse .webshop.active {
  padding-right: 0;
}

header.header .navbar-collapse .webshop.active a {
  padding-left: 15px;
  padding-right: 15px;
  border-color: #e593a3;
  background-color: #e593a3;
  color: #fff;
}

@media screen and (max-width: 767px) {
  header.header .navbar-collapse .webshop a {
    border: 0;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0;
  }
  header.header .navbar-collapse .webshop.active {
    padding-left: 15px;
    padding-right: 15px;
  }
  header.header .navbar-collapse .webshop.active a {
    border-color: #e593a3;
    background-color: #e593a3;
    color: #fff;
  }
}

header.header .navbar-toggle {
  border-radius: 100%;
  width: 44px;
  height: 44px;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 20px;
}

header.header .navbar-toggle .icon-bar {
  margin-left: auto;
  margin-right: auto;
  width: 18px;
  height: 2px;
  -webkit-transition: all 350ms cubic-bezier(0.28, 0.55, 0.385, 1.65);
  -o-transition: all 350ms cubic-bezier(0.28, 0.55, 0.385, 1.65);
  transition: all 350ms cubic-bezier(0.28, 0.55, 0.385, 1.65);
  -webkit-transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
       -o-transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
          transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
}

@media screen and (max-width: 767px) {
  header.header {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  header.header.collapsed {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 10000;
    overflow-y: scroll;
  }
  header.header.collapsed .navbar-collapse {
    opacity: 1;
  }
  header.header.collapsed .navbar-toggle {
    background-color: #e593a3;
  }
  header.header.collapsed .navbar-toggle .icon-bar {
    background-color: #fff;
    -webkit-transform: rotate(45deg) translateX(-2px) translateY(-2px);
        -ms-transform: rotate(45deg) translateX(-2px) translateY(-2px);
            transform: rotate(45deg) translateX(-2px) translateY(-2px);
  }
  header.header.collapsed .navbar-toggle .icon-bar:nth-of-type(2) {
    -webkit-transform: rotate(-45deg) translateX(-2px) translateY(2px);
        -ms-transform: rotate(-45deg) translateX(-2px) translateY(2px);
            transform: rotate(-45deg) translateX(-2px) translateY(2px);
  }
  header.header.collapsed .navbar-toggle .icon-bar:nth-of-type(3) {
    display: none;
  }
  header.header .navbar-header {
    margin: 0;
  }
  header.header .navbar-collapse {
    height: auto !important;
    opacity: 0;
    margin: 25px -15px 0 -15px;
    padding: 0;
    -webkit-transition: 1500ms cubic-bezier(0.455, 0, 0.515, 1);
    -o-transition: 1500ms cubic-bezier(0.455, 0, 0.515, 1);
    transition: 1500ms cubic-bezier(0.455, 0, 0.515, 1);
  }
  header.header .navbar-collapse li {
    padding: 0;
  }
  header.header .navbar-nav {
    margin: 0;
    width: 100%;
  }
  header.header .navbar-nav > li > a, header.header .navbar-nav > li.active > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header.header .navbar-nav .active a {
    border: 0;
    background-color: #e593a3;
    color: #fff;
  }
}

footer.footer {
  position: relative;
  background: #fff;
  z-index: 6000;
}

@media screen and (max-width: 767px) {
  footer.footer {
    margin-top: 49px;
  }
}

footer.footer #footer-top a {
  color: #615f63;
}

footer.footer #footer-top a:hover {
  color: #e593a3;
}

footer.footer #footer-top a:hover .icon-wrapper {
  border-color: #f6cfd7;
  background-color: #f6cfd7;
  -webkit-transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
}

footer.footer #footer-top a:hover .icon-wrapper svg {
  fill: #fff;
}

footer.footer #footer-top a:hover .icon-wrapper svg.shape-gift {
  fill: transparent;
  stroke: #fff;
}

footer.footer #footer-top .footer-title {
  margin-bottom: 28px;
  margin-top: 0;
}

footer.footer #footer-top .icon-wrapper {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  border: 1px solid #f6cfd7;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 15px;
}

footer.footer #footer-top ul > li + li {
  margin-top: 10px;
}

footer.footer #footer-top .social-title {
  margin-top: 25px;
}

@media screen and (max-width: 1199px) {
  footer.footer #footer-top .social-media {
    margin-top: 34px;
  }
}

footer.footer #footer-top .social-media .icon-wrapper {
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  footer.footer #footer-top .giftcard, footer.footer #footer-top .social-media {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    margin-top: 36px;
  }
  footer.footer #footer-top .social-media {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  footer.footer #footer-top .giftcard, footer.footer #footer-top .social-media {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  footer.footer #footer-top .social-media {
    padding: 0;
    text-align: center;
  }
}

footer.footer #footer-bottom {
  margin-top: 52px;
  padding: 55px 0 36px 0;
  border-top: 1px solid #f6cfd7;
}

@media screen and (max-width: 991px) {
  footer.footer #footer-bottom {
    margin-top: 32px;
    padding: 35px 0 16px 0;
  }
}

@media screen and (max-width: 767px) {
  footer.footer #footer-bottom {
    margin-top: 27px;
    text-align: center;
  }
  footer.footer #footer-bottom .clearfix {
    display: inline-block;
  }
  footer.footer #footer-bottom .text-right {
    text-align: center;
  }
}

footer.footer #footer-bottom .shape-webatvantage:hover {
  fill: #e593a3;
}

footer.footer #footer-bottom, footer.footer #footer-bottom a {
  color: #aaa6af;
}

footer.footer #footer-bottom ul > li {
  padding-left: 17px;
  margin-left: 19px;
  margin-top: 0 !important;
}

footer.footer #footer-bottom ul > li::before {
  width: 3px;
  height: 3px;
  background-color: #efacb9;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
}

footer.footer #footer-bottom ul > li a:hover {
  color: #e593a3;
}

.list-social li + li {
  margin-top: 0;
  margin-left: 6px;
}

.list-social .icon-wrapper {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  border: 1px solid #f6cfd7;
  position: relative;
  margin-right: 0;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.list-social a:hover .icon-wrapper.facebook {
  border-color: #3b5998;
  background-color: #3b5998;
}

.list-social a:hover .icon-wrapper.instagram {
  border-color: #125688;
  background-color: #125688;
}

.list-social a:hover .icon-wrapper.pinterest {
  border-color: #cb2027;
  background-color: #cb2027;
}

#sidebar .panel {
  position: relative;
  border: 1px solid #aaa6af;
}

#sidebar .panel + .panel {
  margin-top: 44px;
}

#sidebar .panel-heading {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

#sidebar .panel-heading .panel-title {
  z-index: 10;
  top: -15px;
  color: #100e12;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

#sidebar .panel-heading .panel-title::before {
  background-color: #f6f6f6;
  z-index: -1;
  left: -30px;
  top: 0;
  height: 15px;
  width: calc(100% + 60px);
}

#sidebar .panel-body {
  padding: 33px 40px;
}

#sidebar .nav-sidebar {
  margin-bottom: 0;
}

#sidebar .nav-sidebar li, #sidebar .nav-sidebar a {
  color: #615f63;
}

#sidebar .nav-sidebar li {
  padding-left: 20px;
}

#sidebar .nav-sidebar li::before {
  content: '';
  display: block;
  position: absolute;
  height: 5px;
  width: 5px;
  top: 10px;
  left: 0;
  background: #efacb9;
  border-radius: 100%;
}

#sidebar .nav-sidebar .active a {
  color: #efacb9;
  font-weight: 700;
}

#sidebar .nav-sidebar .disabled a {
  color: #c8c4cd;
}

#sidebar .insta-wrapper {
  padding-top: 40px;
  padding-bottom: 30px;
}

#sidebar .insta-wrapper .custom-margin {
  margin-left: -5px;
  margin-right: -5px;
}

#sidebar .insta-wrapper .custom-padding {
  padding-left: 5px;
  padding-right: 5px;
}

#sidebar .insta-wrapper .insta-item {
  margin-bottom: 10px;
}

input,
textarea {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-style: italic;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-style: italic;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  font-style: italic;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-style: italic;
}

textarea, textarea.form-control {
  resize: vertical;
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-control {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 30px;
  padding-right: 30px;
}

.form-control:focus, .form-control:active {
  outline: 0;
  border-color: #efacb9;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(239, 172, 185, 0.25);
          box-shadow: 0px 0px 15px 0px rgba(239, 172, 185, 0.25);
}

.has-error .form-control {
  border-color: #f35f65;
}

.has-error .form-control:focus, .has-error .form-control:active:focus {
  border-color: #f35f65;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(243, 95, 101, 0.25);
          box-shadow: 0px 0px 15px 0px rgba(243, 95, 101, 0.25);
}

.pagination-wrapper {
  border-top: 2px solid #fff;
  margin-top: 51px;
  padding-top: 60px;
  line-height: 1;
}

.pagination-wrapper .pagination {
  margin: 0 -5px;
}

.pagination-wrapper .pagination > li {
  padding: 0 5px;
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .pagination-wrapper .pagination > li {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .pagination-wrapper .pagination > li {
    padding: 0 15px;
  }
}

.pagination-wrapper .pagination > li.active svg {
  stroke: #fff;
}

.pagination-wrapper .pagination > li > a {
  line-height: 44px;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  padding: 0;
}

.pagination-wrapper .pagination > li > a:hover {
  stroke: #e593a3;
}

.pagination-wrapper .pagination > li > a:hover svg {
  stroke: #e593a3;
}

.pagination-wrapper .pagination svg {
  stroke: #100e12;
  stroke-width: 6;
  width: 10px;
  height: 7px;
  position: relative;
  top: -1px;
}

.pager {
  height: 46px;
  margin-bottom: 0;
  overflow: hidden;
}

.pager li {
  border-radius: 100%;
  min-width: 46px;
}

.pager li a {
  display: block;
  width: 46px;
  height: 46px;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  -webkit-transition: background-color 350ms cubic-bezier(0.455, 0, 0.515, 1), border-radius 350ms cubic-bezier(0.455, 0, 0.515, 1), padding 350ms cubic-bezier(0.455, 0, 0.515, 1), width 350ms cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: background-color 350ms cubic-bezier(0.455, 0, 0.515, 1), border-radius 350ms cubic-bezier(0.455, 0, 0.515, 1), padding 350ms cubic-bezier(0.455, 0, 0.515, 1), width 350ms cubic-bezier(0.455, 0, 0.515, 1);
  transition: background-color 350ms cubic-bezier(0.455, 0, 0.515, 1), border-radius 350ms cubic-bezier(0.455, 0, 0.515, 1), padding 350ms cubic-bezier(0.455, 0, 0.515, 1), width 350ms cubic-bezier(0.455, 0, 0.515, 1);
}

.pager li a:focus, .pager li a:active:focus {
  background-color: #e593a3;
}

.pager li a:focus svg, .pager li a:active:focus svg {
  stroke: #fff;
}

.pager li a:hover {
  padding-right: 26px !important;
  padding-left: 26px !important;
  width: 100%;
  border-radius: 23px;
}

.pager li a:hover .pager-text {
  opacity: 1;
  visibility: visible;
}

.pager li a:hover svg {
  stroke: #fff;
}

.pager li.previous, .pager li.next {
  display: block;
}

.pager li.previous {
  float: left;
}

.pager li.previous .pager-text {
  margin-left: 13px;
}

.pager li.previous a {
  padding: 12px 0 0 15px;
}

.pager li.next {
  float: right;
}

.pager li.next .pager-text {
  margin-right: 13px;
  line-height: 0.6;
}

.pager li.next a {
  padding: 18px 15px 0 0;
}

.pager li .pager-text {
  -webkit-transition: 350ms opacity 350ms cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 350ms opacity 350ms cubic-bezier(0.455, 0, 0.515, 1);
  transition: 350ms opacity 350ms cubic-bezier(0.455, 0, 0.515, 1);
  visibility: hidden;
  opacity: 0;
}

.pager li svg {
  stroke: #e593a3;
  stroke-width: 4;
  width: 13px;
  height: 8px;
  position: relative;
  top: -1px;
}

/* Top Brands */
#top-brands .title-border {
  margin-bottom: 36px;
}

#top-brands ul li {
  color: #aaa6af;
  padding-top: 7px;
  padding-bottom: 7px;
}

#top-brands ul li + li {
  padding-left: 17px;
  margin-left: 10px;
}

#top-brands ul li + li::before {
  width: 3px;
  height: 3px;
  background-color: #efacb9;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
}

#top-brands ul a {
  color: #100e12;
}

#top-brands ul a:hover {
  color: #efacb9;
}

.browsehappy {
  background-color: #fff;
  color: #fff;
  text-align: center;
  padding: 50px 0;
  font-size: 18px;
  font-size: 1.8rem;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}

.browsehappy button.close {
  background: transparent;
  font-size: 30px;
  font-size: 3rem;
  line-height: 0;
  top: 3px;
  right: -34px;
  padding: 10px;
}

.browsehappy a {
  text-decoration: underline;
  font-weight: 700;
  color: #fff;
}

.browsehappy a:hover {
  color: #fff;
}

#sticky-social {
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index: 5000;
  margin-bottom: 0;
}

#sticky-social li + li {
  margin-left: 0;
  margin-top: 8px;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
}

.icon.brand-primary {
  fill: #100e12;
}

.icon.body-bg {
  fill: #fff;
}

.icon.shape-angle {
  fill: transparent;
}

.icon.shape-angle.angle-right {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.icon.shape-angle.angle-left {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.icon.shape-arrow {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1.5;
  width: 53px;
  height: 23px;
}

.icon.shape-pin {
  width: 14px;
  height: 18px;
  fill: #f6cfd7;
}

.icon.shape-phone {
  width: 18px;
  height: 18px;
  fill: #f6cfd7;
}

.icon.shape-mail {
  width: 21px;
  height: 14px;
  fill: #f6cfd7;
}

.icon.shape-gift {
  width: 18px;
  height: 18px;
  fill: transparent;
  stroke: #f6cfd7;
  stroke-width: 4.5;
}

.icon.shape-facebook {
  width: 10px;
  height: 19px;
  fill: #f6cfd7;
}

.icon.shape-pinterest {
  width: 13px;
  height: 18px;
  fill: #f6cfd7;
}

.icon.shape-instagram {
  width: 18px;
  height: 18px;
  fill: #f6cfd7;
}

.icon.shape-danger {
  width: 18px;
  height: 16px;
  fill: #fff;
}

.icon.shape-check {
  width: 21px;
  height: 16px;
  fill: #fff;
}

.icon.shape-webatvantage {
  width: 100px;
  height: 19px;
  fill: #aaa6af;
}

.btn {
  /* Base button styling */
  padding: 13px 29px;
}

.btn:focus, .btn:focus:active {
  outline: 0;
  border: 1px solid #e593a3;
}

.btn::-moz-focus-inner {
  border: 0;
}

.btn.btn-default {
  -webkit-box-shadow: 0px 5px 15px rgba(229, 147, 163, 0.7);
          box-shadow: 0px 5px 15px rgba(229, 147, 163, 0.7);
}

.btn.btn-default:hover {
  -webkit-box-shadow: 0px 0px 20px #f6cfd7;
          box-shadow: 0px 0px 20px #f6cfd7;
}

@media screen and (max-width: 767px) {
  .btn[type=submit] {
    width: 100%;
  }
}

button.no-style {
  padding: 0;
  border: 0;
  background-color: transparent;
}

button.no-style:focus, button.no-style:active:focus {
  outline: none;
}

/* Container used for styling the custom select, the buttom class below adds the bg gradient, corners, etc. */
.custom-select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  padding: 0 !important;
  -webkit-overflow-scrolling: touch;
  /* This is the native select, we're making everything but the text invisible so we can see the button styles in the wrapper */
  /* Set options to normal weight */
}

.custom-select .custom-caret {
  background-repeat: no-repeat;
  background-size: 14px 8px;
  background-position: right 20px top 17px;
}

.custom-select select {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: 1px solid transparent;
  outline: none;
  cursor: pointer;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  /* Remove select styling */
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-overflow-scrolling: touch;
  /* Font size must the 16px or larger to prevent iOS page zoom on focus */
  font-size: 1em;
  /* Focus style */
}

@media screen and (max-width: 991px) {
  .custom-select select {
    font-size: 16px !important;
  }
}

.custom-select select:focus {
  outline: none;
  background-color: transparent;
}

.custom-select option {
  font-weight: normal;
  color: #100e12;
  text-shadow: none;
}

/* ------------------------------------  */
/* UGLY BROWSER-SPECIFIC HACKS */
/* ----------------------------------  */
/* OPERA - Pre-Blink nix the custom arrow, go with a native select button to keep it simple. Targeted via this hack http://browserhacks.com/#hack-a3f166304aafed524566bc6814e1d5c7 */
x:-o-prefocus,
.custom-select::after {
  display: none;
}

/* IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance, IE 9 and earlier get a native select - targeting media query hack via http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting */
/* The second rule removes the odd blue bg color behind the text in the select button in IE 10/11 and sets the text color to match the focus style's - fix via http://stackoverflow.com/questions/17553300/change-ie-background-color-on-unopened-focused-select-box */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-select select::-ms-expand {
    display: none;
  }
  .custom-select select:focus::-ms-value {
    background: transparent;
    color: #222;
  }
}

/* FIREFOX won't let us hide the native select arrow, so we have to make it wider than needed and clip it via overflow on the parent container. The percentage width is a fallback since FF 4+ supports calc() so we can just add a fixed amount of extra width to push the native arrow out of view. We're applying this hack across all FF versions because all the previous hacks were too fragile and complex. You might want to consider not using this hack and using the native select arrow in FF. Note this makes the menus wider than the select button because they display at the specified width and aren't clipped. Targeting hack via http://browserhacks.com/#hack-758bff81c5c32351b02e10480b5ed48e */
/* Show only the native arrow */
@-moz-document url-prefix() {
  .custom-select {
    overflow: hidden;
  }
  .custom-select select {
    /*width: 120%;
        width: -moz-calc(100% + 3em);
        width: calc(100% + em);*/
    /* https://gist.github.com/joaocunha/6273016 */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
  }
}

/* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */
.custom-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.pin-parent {
  position: relative;
}

.pin-parent:hover .pin-button {
  opacity: 1;
  z-index: 10;
}

.pin-button {
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: opacity 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  transition: opacity 0.35s cubic-bezier(0.455, 0, 0.515, 1);
}

@media screen and (max-width: 767px) {
  .pin-button {
    opacity: 1;
    z-index: 10;
  }
}

.btn {
  /* Base button styling */
}

.btn:focus, .btn:focus:active {
  outline: 0;
  border: 1px solid #100e12;
}

@media screen and (max-width: 767px) {
  .btn[type=submit] {
    width: 100%;
  }
}

#cookies-notice {
  background-color: white;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 10100;
}

#cookies-notice .text-sm p {
  margin: 7px 0;
}

@media screen and (max-width: 991px) {
  #cookies-notice .text-sm p {
    margin-bottom: 15px;
  }
}

#cookies-notice .btn {
  margin-left: 15px;
}

@media screen and (max-width: 991px) {
  #cookies-notice {
    text-align: center;
  }
  #cookies-notice .btn {
    display: inline-block;
    float: none !important;
  }
}

#page-home {
  /* Carousel */
  /* Brands */
  /* About Mio Sogno */
  /* Latest blog posts */
  /* Newsletter */
}

#page-home #main-slider-wrapper {
  position: relative;
}

#page-home #main-slider .slide {
  height: 733px;
  position: relative;
  background-position: 50% 50%;
}

@media screen and (max-width: 1199px) {
  #page-home #main-slider .slide {
    height: 608px;
  }
}

@media screen and (max-width: 991px) {
  #page-home #main-slider .slide {
    height: 472px;
  }
}

@media screen and (max-width: 767px) {
  #page-home #main-slider .slide {
    height: 400px;
  }
}

#page-home #main-slider .slide .btn.white {
  background-color: #fff;
  border-color: #fff;
  color: #100e12;
}

#page-home #main-slider .slide .btn.black {
  background-color: #100e12;
  border-color: #100e12;
  color: #fff;
}

#page-home #main-slider .slide .btn:hover.black, #page-home #main-slider .slide .btn:hover.white {
  background-color: #e593a3;
  border-color: #e593a3;
  color: #fff;
}

#page-home #main-slider .slide.quote {
  background-image: url(../graphics/pattern_stripes.jpg);
  background-repeat: repeat;
  background-position: 0 0;
}

@media screen and (max-width: 1199px) {
  #page-home #main-slider .slide.quote img {
    max-height: 40px;
  }
}

@media screen and (max-width: 991px) {
  #page-home #main-slider .slide.quote {
    border-top: 15px solid #100e12;
    border-bottom: 15px solid #100e12;
  }
}

#page-home #main-slider .slide.quote .slick-caption {
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1100px;
  padding-bottom: 0;
}

#page-home #main-slider .slide.quote .wrapper {
  background-color: #fff;
  z-index: 2000;
  padding: 40px 80px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  #page-home #main-slider .slide.quote .wrapper {
    padding: 25px 50px;
  }
}

@media screen and (max-width: 767px) {
  #page-home #main-slider .slide.quote .wrapper {
    padding: 15px 30px;
  }
}

#page-home #main-slider .slide.quote .wrapper img {
  width: 100px;
  height: 63px;
  margin-bottom: 4px;
}

#page-home #main-slider .slide.quote .quote-title {
  font-size: 120px;
  font-size: 12rem;
  line-height: 100px;
}

@media screen and (max-width: 1199px) {
  #page-home #main-slider .slide.quote .quote-title {
    font-size: 72px;
    font-size: 7.2rem;
    line-height: 0.9;
  }
}

@media screen and (max-width: 767px) {
  #page-home #main-slider .slide.quote .quote-title {
    font-size: 60px;
    font-size: 6rem;
    line-height: 0.9;
  }
}

#page-home #main-slider .slide .slick-title {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #page-home #main-slider .slide .slick-title {
    margin-bottom: 3px;
  }
}

#page-home #main-slider .slide .slick-title.white {
  color: #fff;
}

#page-home #main-slider .slide .slick-title.black {
  color: #100e12;
}

#page-home #main-slider .slide .seasons {
  position: absolute;
  top: 50%;
  left: 45px;
  -webkit-transform: translateX(-50%) rotate(-90deg);
      -ms-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
  letter-spacing: 0.2em;
}

#page-home #main-slider .slide .seasons.white {
  color: #fff;
}

#page-home #main-slider .slide .seasons.black {
  color: #100e12;
}

#page-home #main-slider .slide .seasons p {
  margin: 0;
}

#page-home .scroll-down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

#page-home .scroll-down.white svg {
  stroke: #fff;
}

#page-home .scroll-down.black svg {
  stroke: #100e12;
}

#page-home .scroll-down:hover svg {
  stroke: #e593a3;
}

#page-home .scroll-down svg {
  stroke-width: 1.5;
  width: 38px;
  height: 19px;
}

#page-home #top-brands {
  margin-bottom: 34px;
}

#page-home #webshop-big {
  margin-bottom: 180px;
}

@media screen and (max-width: 1199px) {
  #page-home #webshop-big {
    margin-bottom: 64px;
  }
}

#page-home #about-us {
  margin-top: 180px;
}

#page-home #about-us .cms-image {
  margin-top: -180px;
}

#page-home #about-us .shrink-left {
  padding-left: 60px;
}

#page-home #about-us .btn {
  margin-top: 39px;
}

@media screen and (max-width: 1199px) {
  #page-home #about-us .cms-image {
    margin-top: 0;
  }
  #page-home #about-us .shrink-left {
    padding-left: 30px;
  }
  #page-home #about-us h1, #page-home #about-us .h1 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 991px) {
  #page-home #about-us .shrink-left {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  #page-home #about-us .shrink-left {
    padding-left: 0;
  }
  #page-home #about-us h1, #page-home #about-us .h1 {
    margin-top: -13px;
  }
}

#page-home #latest-news .custom-margin-left {
  margin-left: 20px;
}

#page-home #latest-news .custom-margin-right {
  margin-right: 20px;
}

#page-home #latest-news .row {
  text-align: center;
}

#page-home #latest-news .col-lg-4 {
  float: none !important;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

@media screen and (max-width: 767px) {
  #page-home #latest-news .news-item + .news-item {
    margin-top: 60px;
  }
}

#page-home #newsletter .container-table {
  padding-right: 30px;
}

#page-home #newsletter .content-wrapper {
  padding: 90px 70px 70px 70px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  #page-home #newsletter .content-wrapper {
    padding: 90px 40px 70px 40px;
  }
}

@media screen and (max-width: 767px) {
  #page-home #newsletter .content-wrapper {
    padding: 60px 30px 40px 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

#page-home #newsletter .content-wrapper .h1 {
  margin-bottom: 36px;
}

#page-home #newsletter .content-wrapper form {
  margin-top: 32px;
  position: relative;
}

#page-home #newsletter .content-wrapper input, #page-home #newsletter .content-wrapper button {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(246, 207, 215, 0.25);
          box-shadow: 0px 0px 15px 0px rgba(246, 207, 215, 0.25);
}

#page-home #newsletter .content-wrapper input {
  width: 100%;
  border-color: #efacb9;
}

#page-home #newsletter .content-wrapper button {
  height: 52px;
  overflow: hidden;
  position: absolute;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  right: 0;
  width: 73px;
  background-color: #efacb9;
}

#page-home #newsletter .content-wrapper button .svg-wrapper {
  -webkit-transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
}

@media screen and (max-width: 767px) {
  #page-home #newsletter .content-wrapper button {
    top: 0;
  }
}

#page-home #newsletter .content-wrapper button .svg-wrapper {
  position: relative;
  -webkit-transform: translateX(-25px);
      -ms-transform: translateX(-25px);
          transform: translateX(-25px);
}

#page-home #newsletter .content-wrapper button:hover .svg-wrapper {
  -webkit-transform: translateX(-15px);
      -ms-transform: translateX(-15px);
          transform: translateX(-15px);
}

#page-home #newsletter .image-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
}

#page-webshop-overview .inner-padding {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #page-webshop-overview .inner-padding {
    padding-bottom: 50px;
  }
}

#page-webshop-overview #images-grid {
  margin-top: 30px;
}

#page-webshop-overview #ms-ladies, #page-webshop-overview #ms-gents, #page-webshop-overview #ms-kids {
  margin-left: -5px;
  margin-right: -5px;
}

#page-webshop-overview #ms-ladies .ms-item, #page-webshop-overview #ms-gents .ms-item, #page-webshop-overview #ms-kids .ms-item {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

#page-webshop-overview #ms-ladies a, #page-webshop-overview #ms-gents a, #page-webshop-overview #ms-kids a {
  display: block;
  position: relative;
}

#page-webshop-overview #ms-ladies a::after, #page-webshop-overview #ms-gents a::after, #page-webshop-overview #ms-kids a::after {
  z-index: 1;
  -webkit-transition: background-color 500ms cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: background-color 500ms cubic-bezier(0.455, 0, 0.515, 1);
  transition: background-color 500ms cubic-bezier(0.455, 0, 0.515, 1);
}

#page-webshop-overview #ms-ladies a:hover::after, #page-webshop-overview #ms-gents a:hover::after, #page-webshop-overview #ms-kids a:hover::after {
  background-color: rgba(0, 0, 0, 0.33);
}

#page-webshop-overview #ms-ladies a:hover .category, #page-webshop-overview #ms-gents a:hover .category, #page-webshop-overview #ms-kids a:hover .category {
  background-color: #e593a3;
}

#page-webshop-overview #ms-gents, #page-webshop-overview #ms-kids {
  margin-top: 20px;
}

#page-webshop-overview .category {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  display: block;
  padding: 10px 15px;
  color: #fff;
  background-color: #100e12;
  z-index: 10;
  -webkit-transition: background-color 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: background-color 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  transition: background-color 0.35s cubic-bezier(0.455, 0, 0.515, 1);
}

#page-webshop-detail .inner-padding {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #page-webshop-detail .inner-padding {
    padding-bottom: 50px;
  }
}

#page-webshop-detail #images-grid {
  margin-top: 30px;
}

#page-webshop-brands-overview #brand-image {
  padding-bottom: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: 600ms cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 600ms cubic-bezier(0.455, 0, 0.515, 1);
  transition: 600ms cubic-bezier(0.455, 0, 0.515, 1);
}

#page-webshop-brands-overview #brand-image:after {
  -webkit-transition: 600ms cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 600ms cubic-bezier(0.455, 0, 0.515, 1);
  transition: 600ms cubic-bezier(0.455, 0, 0.515, 1);
  z-index: 1;
  background-color: #f6f6f6;
}

#page-webshop-brands-overview #brand-image.active:after {
  background-color: rgba(246, 246, 246, 0.75);
}

#page-webshop-brands-overview h1, #page-webshop-brands-overview .h1, #page-webshop-brands-overview .brand {
  z-index: 2;
}

#page-webshop-brands-overview .brand {
  display: block;
  overflow: hidden;
  border: 1px solid #aaa6af;
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: opacity 600ms cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: opacity 600ms cubic-bezier(0.455, 0, 0.515, 1);
  transition: opacity 600ms cubic-bezier(0.455, 0, 0.515, 1);
  /*img {
            @extend %centerer;
        }*/
}

@media screen and (max-width: 767px) {
  #page-webshop-brands-overview .brand {
    margin-left: auto;
    margin-right: auto;
  }
}

#page-webshop-brands-overview .brand.repeat {
  background-repeat: repeat;
}

#page-webshop-brands-overview .brand.inactive {
  opacity: 0.5;
}

#page-webshop-brands-overview .brand .image-fallback {
  margin: 0;
  display: block;
  width: 158px;
  height: 158px;
  position: relative;
  text-align: center;
  color: #100e12;
}

#page-webshop-brands-overview .brand:hover {
  border-color: #efacb9;
}

#page-webshop-brands-detail #brand-info {
  padding: 90px 70px 70px 70px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  #page-webshop-brands-detail #brand-info {
    padding: 70px 40px 50px 40px;
  }
}

@media screen and (max-width: 767px) {
  #page-webshop-brands-detail #brand-info {
    padding: 70px 30px 40px 30px;
  }
}

#page-webshop-brands-detail #brand-info h1 {
  margin-bottom: 36px;
}

#page-webshop-brands-detail #brand-info .pager {
  margin-top: 52px;
}

@media screen and (max-width: 1199px) {
  .page .widget-image-text + .widget-image-text {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .page .widget-image-text + .widget-image-text {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .page .cms-text h2 {
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .page .cms-text h2 {
    margin-top: 26px;
  }
}

#page-news-overview .article + .article {
  margin-top: 51px;
  padding-top: 60px;
  border-top: 1px solid #fff;
}

#page-news-overview .meta-wrapper {
  text-align: right;
  padding-top: 26px;
  margin-right: 20px;
}

#page-news-overview .meta-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0;
  left: 0;
  background: #efacb9;
}

@media screen and (max-width: 991px) {
  #page-news-overview .meta-wrapper {
    margin-right: 0;
  }
  #page-news-overview .meta-wrapper .date, #page-news-overview .meta-wrapper .tags {
    margin-bottom: 23px;
  }
  #page-news-overview .meta-wrapper .date {
    float: left;
  }
  #page-news-overview .meta-wrapper .tags {
    line-height: 1.4;
    float: right;
    max-width: 60%;
  }
}

#page-news-overview .content-wrapper h2 {
  margin-top: 29px;
  -webkit-transition: color 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: color 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  transition: color 0.35s cubic-bezier(0.455, 0, 0.515, 1);
}

#page-news-detail {
  /* Latest blog posts */
}

#page-news-detail .meta-wrapper {
  padding: 30px 0 30px 0;
  margin-bottom: 33px;
  border-bottom: 1px solid #f6cfd7;
}

#page-news-detail .meta-wrapper .tags, #page-news-detail .meta-wrapper ul {
  margin-bottom: 0;
}

#page-news-detail .meta-wrapper .date {
  line-height: 28px;
}

@media screen and (max-width: 991px) {
  #page-news-detail .meta-wrapper {
    margin-right: 0;
    padding-bottom: 0;
  }
  #page-news-detail .meta-wrapper .date, #page-news-detail .meta-wrapper .tags {
    margin-bottom: 23px;
  }
  #page-news-detail .meta-wrapper .date {
    float: left;
  }
  #page-news-detail .meta-wrapper .tags {
    line-height: 1.4;
    float: right;
    max-width: 60%;
  }
}

#page-news-detail #images-grid {
  margin-top: 30px;
  margin-bottom: 13px;
}

#page-news-detail #share-and-return {
  border-top: 1px solid #f6cfd7;
  padding-top: 50px;
  margin-top: 30px;
}

#page-news-detail #share-and-return a {
  color: #100e12;
}

#page-news-detail #share-and-return a:hover {
  color: #e593a3;
}

#page-news-detail #share-and-return a:hover svg {
  stroke: #e593a3;
}

#page-news-detail #share-and-return a svg {
  stroke: #100e12;
  stroke-width: 4;
  width: 12px;
  height: 8px;
  margin-right: 7px;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 767px) {
  #page-news-detail #share-and-return .text-right {
    text-align: center;
  }
}

#page-news-detail #latest-news .custom-margin-left {
  margin-left: 20px;
}

#page-news-detail #latest-news .custom-margin-right {
  margin-right: 20px;
}

#page-news-detail #latest-news .row {
  text-align: center;
}

#page-news-detail #latest-news .col-lg-4 {
  float: none !important;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

@media screen and (max-width: 767px) {
  #page-news-detail #latest-news .news-item + .news-item {
    margin-top: 60px;
  }
}

#page-contact .slide {
  height: 540px;
  position: relative;
  background-position: 50% 50%;
}

@media screen and (max-width: 991px) {
  #page-contact .slide {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  #page-contact .slide {
    height: 50vh;
  }
}

#page-contact #map {
  height: 408px;
  border: 3px solid #fff;
}

@media screen and (max-width: 991px) {
  #page-contact #map {
    height: 240px;
  }
}

@media screen and (max-width: 991px) {
  #page-contact #map {
    height: 180px;
  }
}

#page-contact #store-info h2 {
  margin-top: 7px;
  margin-bottom: 26px;
}

#page-contact #store-info li {
  padding-bottom: 5px;
}

#page-contact #store-info a {
  color: #615f63;
}

#page-contact #store-info a:hover {
  color: #e593a3;
}

#page-contact #store-info .icon-wrapper {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 41px;
}

#page-contact #store-info .days {
  font-weight: 700;
  color: #100e12;
  display: block;
}

#page-contact #store-info .store + .store {
  margin-top: 26px;
}

@media screen and (max-width: 991px) {
  #page-contact #store-info {
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 767px) {
  #page-contact #store-info .ul-hours {
    margin-left: 41px;
  }
}

#page-contact #contact-form form {
  margin-top: 30px;
  margin-bottom: 30px;
}

#page-contact #contact-form form .btn {
  margin-top: 20px;
}

#page-contact #contact-form .privacy-box input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
}

#page-contact #contact-form .privacy-box label {
  margin-left: 15px;
}

#page-contact #contact-form .custom-margin {
  margin-left: -10px;
  margin-right: -10px;
}

#page-contact #contact-form .custom-padding {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 991px) {
  #page-contact #contact-slider + .section-sm {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #page-contact + .hr-footer {
    margin-top: 40px;
  }
}

/**
*
* This file should only contain imports and comments
* http://sass-guidelin.es/#main-file
*
**/
