@charset "UTF-8";
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}
body,
html {
  height: 100%;
}

html {
  font-family: proxima-nova, sans-serif;
  font-feature-settings: "ss01";
  font-size: 16px;
  ms-text-size-adjust: 100%;
  webkit-text-size-adjust: 100%;
}

body {
  background: white;
  font-size: 16px !important;
  line-height: 180%;
  font-family: proxima-nova, sans-serif !important;
  margin: 0;
  color: black !important;
  position: relative;
}
body img {
  max-width: 100%;
}
body a {
  font-size: 1em;
  color: inherit;
  transition: 0.3s;
}
body a:hover, body a:focus {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}
body ul {
  list-style: none;
  padding: 0;
}

#wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0 auto;
  min-height: 100%;
}

.content {
  flex: 1;
}

.overflow {
  overflow: hidden;
}

.vmiddle {
  position: relative;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.underline {
  text-decoration: underline;
}

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

.tx-center {
  text-align: center;
}

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

input,
select {
  border-radius: 0 !important;
  box-shadow: none;
  -webkit-appearance: none;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

* {
  outline: none !important;
}

.clearfix {
  clear: both;
}

button {
  border-radius: 0;
}

@media only screen and (min-width: 768px) {
  .container-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .container-fluid {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .container-fluid {
    width: 100%;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .container-fluid {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media only screen and (min-width: 1921px) {
  .container-fluid {
    width: 1960px;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    width: 1520px;
  }
}
.container .container {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .container .container {
    max-width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .container .container {
    max-width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .container .container {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1600px) {
  .container .container {
    max-width: 1520px;
  }
}
.container--big {
  width: 100%;
}
@media only screen and (min-width: 1921px) {
  .container--big {
    width: 1640px;
  }
}
.container--bigger {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .container--bigger {
    max-width: 1360px;
    width: 100%;
  }
}

.row-xs-eqheight {
  display: flex;
}
.row-xs-eqheight > div {
  min-height: 100%;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .row-sm-eqheight {
    display: flex;
  }
  .row-sm-eqheight > div {
    min-height: 100%;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .row-md-eqheight {
    display: flex;
  }
  .row-md-eqheight > div {
    min-height: 100%;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) {
  .row-lg-eqheight {
    display: flex;
  }
  .row-lg-eqheight > div {
    min-height: 100%;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1600px) {
  .row-xl-eqheight {
    display: flex;
  }
  .row-xl-eqheight > div {
    min-height: 100%;
    flex-wrap: wrap;
  }
}
_:-webkit-full-screen:not(:root:root),
.row-xs-eqheight {
  height: auto;
}

_:-webkit-full-screen:not(:root:root),
.row-xs-eqheight > div {
  height: auto;
  display: flex;
}

@media only screen and (min-width: 768px) {
  _:-webkit-full-screen:not(:root:root),
.row-sm-eqheight {
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  _:-webkit-full-screen:not(:root:root),
.row-sm-eqheight > div {
    height: auto;
    display: flex;
  }
}

@media only screen and (min-width: 992px) {
  _:-webkit-full-screen:not(:root:root),
.row-md-eqheight {
    height: auto;
  }
}

@media only screen and (min-width: 992px) {
  _:-webkit-full-screen:not(:root:root),
.row-md-eqheight > div {
    height: auto;
    display: flex;
  }
}

@media only screen and (min-width: 1200px) {
  _:-webkit-full-screen:not(:root:root),
.row-lg-eqheight {
    height: auto;
  }
}

@media only screen and (min-width: 1200px) {
  _:-webkit-full-screen:not(:root:root),
.row-lg-eqheight > div {
    height: auto;
    display: flex;
  }
}

@media only screen and (min-width: 1600px) {
  _:-webkit-full-screen:not(:root:root),
.row-xl-eqheight {
    height: auto;
  }
}

@media only screen and (min-width: 1600px) {
  _:-webkit-full-screen:not(:root:root),
.row-xl-eqheight > div {
    height: auto;
    display: flex;
  }
}

.row-xs-default {
  display: initial;
}

@media only screen and (min-width: 768px) {
  .row-sm-default {
    display: initial;
  }
}

@media only screen and (min-width: 992px) {
  .row-md-default {
    display: initial;
  }
}

@media only screen and (min-width: 1200px) {
  .row-lg-default {
    display: initial;
  }
}

@media only screen and (min-width: 1600px) {
  .row-xl-default {
    display: initial;
  }
}

@media only screen and (max-width: 767px) {
  .row-xs-buffer {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-sm-buffer {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row-md-buffer {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row-lg-buffer {
    margin-bottom: 30px;
  }
}

.row--nopadding {
  margin: 0 !important;
}
.row--nopadding > div[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 992px) {
  .row--big {
    margin: 0 -30px;
  }
}
@media only screen and (min-width: 1200px) {
  .row--big {
    margin: 0 -50px;
  }
}
@media only screen and (min-width: 992px) {
  .row--big > div[class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .row--big > div[class*=col-] {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.row--small {
  margin: 0 -7px !important;
}
.row--small > div[class*=col-] {
  padding-right: 7px;
  padding-left: 7px;
}
.row--vcenter > div[class*=col-] {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.row--vbottom > div[class*=col-] {
  display: inline-block;
  float: none;
  vertical-align: bottom;
}

@media only screen and (min-width: 992px) {
  .col-div:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    left: 50%;
    display: block;
    border-left: 3px solid rgba(0, 0, 0, 0.1);
    content: "";
  }
}

.icon--invert {
  display: inline-block;
  transform: scale(-1, 1);
}

.panel-heading > * {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.table {
  display: table;
  width: 100%;
}
.table__row {
  display: table-row;
}
.table__cell {
  display: table-cell;
  vertical-align: top;
}

.site-logo {
  display: block;
  margin: 0 auto;
}
.site-logo img {
  display: block;
  width: 100%;
}
.site-logo svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: inherit;
}

@media only screen and (max-width: 991px) {
  .collapsing {
    transition: none;
  }
}

.pac-container {
  z-index: 10000 !important;
}
.pac-container:after {
  content: none;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

@media print {
  .no-print,
.no-print * {
    display: none !important;
  }
}
.website-alerts {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 9999;
}
.website-alerts.affix, .website-alerts.affix-bottom {
  position: fixed;
  top: 0;
}
@media only screen and (min-width: 992px) {
  .website-alerts.affix, .website-alerts.affix-bottom {
    top: 0 !important;
  }
}
.website-alerts__alert {
  position: relative;
  display: none;
  background: #d4622a;
  color: white;
  text-align: center;
}
.website-alerts__alert .container {
  position: relative;
}
.website-alerts__alert--primary {
  background: #d4622a;
}
.website-alerts__alert--info {
  background: #d4622a;
}
.website-alerts__alert--success {
  background: #d4622a;
}
.website-alerts__alert--warning {
  background: #a40000;
}
.website-alerts__alert--error {
  background: #a40000;
}
.website-alerts__close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: white;
  font-size: 1em;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .website-alerts__close {
    top: 22px;
    transition: 0.2s 0s;
  }
  .website-alerts__close:hover, .website-alerts__close:focus {
    opacity: 0.6;
  }
}
.website-alerts__message {
  padding: 15px 40px 15px 15px;
  line-height: 140%;
  font-size: 0.875em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .website-alerts__message {
    padding: 20px 30px;
    font-size: 1.25em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.website-alerts__message a {
  border-bottom: 1px solid;
  color: inherit;
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 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: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    box-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }

  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img, tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2, h3, p {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td, .table th {
    background-color: #fff !important;
  }

  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-eur:before, .glyphicon-euro:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

* {
  box-sizing: border-box;
}

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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: 500;
  line-height: 1.1;
  color: inherit;
}

.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: 400;
  line-height: 1;
  color: #777;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small, small {
  font-size: 85%;
}

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

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

.text-success {
  color: #3c763d;
}

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

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

.bg-success {
  background-color: #dff0d8;
}

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

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

ol ol, ol ul, ul ol, ul ul {
  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-right: 5px;
  padding-left: 5px;
}

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

dd, dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title], abbr[title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

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

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

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: "— ";
}

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

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

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

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

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

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

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

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

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

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

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

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

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

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

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    line-height: 34px;
  }

  .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
    line-height: 30px;
  }

  .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-sm, textarea.input-sm {
  height: auto;
}

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

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

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

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

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-lg, textarea.input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

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

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

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

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

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

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

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

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

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

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

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

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

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

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

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

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

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

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

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

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

@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 .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0;
  }

  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }

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

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

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

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

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@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: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

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

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

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

.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

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

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

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

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

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  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 > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

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

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  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 > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

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

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  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 > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

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

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  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 > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

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

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

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

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

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

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

.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

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

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

.btn-group-xs > .btn, .btn-xs {
  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=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown, .dropup {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777;
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9 ;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

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

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  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 .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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

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

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

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

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

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

.dropup .btn-lg .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 > .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-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.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-left-radius: 0;
  border-top-right-radius: 0;
}

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

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  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-right: 0;
  padding-left: 0;
}

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

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

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

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

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

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

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn: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: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  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-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-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:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-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:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

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

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

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

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 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.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

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

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

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

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

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

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

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

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

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

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}

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

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

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

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

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

.nav-justified {
  width: 100%;
}

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

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

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

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

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

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

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

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

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

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

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

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

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    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-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    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;
}

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

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    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-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:focus, .navbar-brand:hover {
  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;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

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

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

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

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

@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 .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0;
  }

  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 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: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

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

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

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

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

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

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

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

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

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

.navbar-default .navbar-link {
  color: #777;
}

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

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

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

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

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

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

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

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

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

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

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

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

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

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

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

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  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-link {
  color: #9d9d9d;
}

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

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

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

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

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777;
}

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

.pagination > li {
  display: inline;
}

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

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

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

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

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

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

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

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

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

.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-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

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

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

.pager li {
  display: inline;
}

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

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

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

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

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

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron .h1, .jumbotron h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

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

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

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

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

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

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

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

.alert-success .alert-link {
  color: #2b542c;
}

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

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

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

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

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

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

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

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

.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress-bar.active, .progress.active .progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right, .media > .pull-right {
  padding-left: 10px;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

a.list-group-item, button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

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

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

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

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

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

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

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

.modal-open {
  overflow: hidden;
}

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

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

.modal.in .modal-dialog {
  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;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

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

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

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

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

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

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

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

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

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

.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 {
    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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }

  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

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

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
}
.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-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;
  }

  td.visible-xs, th.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;
  }

  td.visible-sm, th.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;
  }

  td.visible-md, th.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;
  }

  td.visible-lg, th.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;
  }

  td.visible-print, th.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;
  }
}
/*


   Magic Zoom Plus v5.2.2
   Copyright 2017 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magiczoomplus/
   License agreement: https://www.magictoolbox.com/license/


*/
/**
 * Core styles
 */
@font-face {
  font-family: "magictoolbox-thin";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/magictoolbox-thin.eot?#iefix") format("embedded-opentype"), url("data:font/opentype;base64,AAEAAAANAIAAAwBQRkZUTXJLSEgAAAdAAAAAHEdERUYAKQAPAAAHIAAAAB5PUy8yAlYL4QAAAVgAAABWY21hcEAYY70AAAHUAAABSmdhc3D//wADAAAHGAAAAAhnbHlmMMVOJwAAAzQAAAGIaGVhZAmWUYMAAADcAAAANmhoZWEP9QamAAABFAAAACRobXR4L0EAQAAAAbAAAAAkbG9jYQGGAgAAAAMgAAAAFG1heHAAUAAcAAABOAAAACBuYW1l6MPgdAAABLwAAAH1cG9zdLaTuyIAAAa0AAAAZAABAAAAAQAAEWdxz18PPPUACwgAAAAAANDtg/MAAAAA0O2D8wAA/gIInAaeAAAACAACAAAAAAAAAAEAAAae/gIAuAibAAD//wicAAEAAAAAAAAAAAAAAAAAAAAJAAEAAAAJABkABQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQZeAZAABQAIBTMFmQAAAR4FMwWZAAAD1wBmAhIAAAAABQAAAAAAAAAAAAAAAAAAAAACAAAAAAAAUGZFZABAoAGgBgZm/mYAuAaeAf4AAAABAAAAAAAABAAAAAAAAAACqgAACJsAAAOlAAADpQAACJsAAAibAAAHfABAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAACgBv//AAAAAKAB//8AAGACAAEAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqACoAKgBMAGAAdACIAJwAxAAFAAAAAAQABZoAAgAFAAgACwAPAAATEQkBIQE3AREJASEDESERZgFd/uECuP6kPQFd/mYBXP1IpAQABNf77AIK/ZkCC1z99gQU/lICCvrNBZr6ZgABAAD+AgicBp4ACwAACQEHCQEnCQE3CQEXBHEEKyP71fvVIwQr+9UjBCsEKyMCUPvVIwQr+9UjBCsEKyP71QQrIwAAAAEAAP4CA6YGngAFAAARARcJAQcDixv8iQN1GwJQBE4X+8n7yRcAAAABAAD+AgOmBp4ABQAACQEnCQE3A6b8dxsDd/yHGwJQ+7IXBDcENxcAAQAAADcInAPdAAUAACUBNwkBFwRO+7IXBDcENxc3A4oa/IkDeRoAAAEAAAA3CJwD3QAFAAAJAQcJAScETgROF/vJ+8kXA938dxsDd/yHGwACAEAAQAHAAcAADQAYAAAlBycGIyImNDYyFhUUDwEWMzI2NCYiBhUUAcAXcSk3P1lZflkh1yc5OFBQcFBXF3EhWX5ZWT82KQInUHBQUDg5AAAADACWAAEAAAAAAAEAEQAkAAEAAAAAAAIABABAAAEAAAAAAAMALQChAAEAAAAAAAQAEQDzAAEAAAAAAAUACwEdAAEAAAAAAAYAEQFNAAMAAQQJAAEAIgAAAAMAAQQJAAIACAA2AAMAAQQJAAMAWgBFAAMAAQQJAAQAIgDPAAMAAQQJAAUAFgEFAAMAAQQJAAYAIgEpAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAFQAaABpAG4AAFRoaW4AAEYAbwBuAHQARgBvAHIAZwBlACAAMgAuADAAIAA6ACAATQBhAGcAaQBjAFQAbwBvAGwAYgBvAHgALQBUAGgAaQBuACAAOgAgADIANwAtADEALQAyADAAMQA1AABGb250Rm9yZ2UgMi4wIDogTWFnaWNUb29sYm94LVRoaW4gOiAyNy0xLTIwMTUAAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAFYAZQByAHMAaQBvAG4AIAAxAC4AMAAAVmVyc2lvbiAxLjAAAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAAAAAAIAAAAAAAD/mgBmAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAEAAgECAQMBBAEFAQYBBwd1bmlBMDAxB3VuaUEwMDIHdW5pQTAwMwd1bmlBMDA0B3VuaUEwMDUHdW5pQTAwNgAAAAH//wACAAEAAAAMAAAAFgAAAAIAAQADAAgAAQAEAAAAAgAAAAAAAAABAAAAANBwQGEAAAAA0O2D8wAAAADQ7YPz");
}
.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-image-stage > figure .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
  box-sizing: border-box;
}

.MagicZoom,
.mz-figure {
  display: inline-block;
  outline: 0 !important;
  font-size: 0 !important;
  line-height: 100% !important;
  direction: ltr !important;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.MagicZoom {
  -webkit-transform: translate3d(0, 0, 0);
  touch-action: pan-y;
}

figure.mz-figure {
  overflow: hidden;
  margin: 0 !important;
  transform-style: preserve-3d;
}

.MagicZoom img,
.mz-figure img {
  border: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  padding: 0 !important;
}

.MagicZoom > img,
.mz-figure > img {
  width: 100%;
  height: auto;
}

.ie8-magic .MagicZoom > img,
.ie8-magic .mz-figure > img {
  width: 100%;
  max-width: none !important;
}

.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
  cursor: default !important;
}

.mz-figure.mz-active,
.mz-expand {
  touch-action: none;
}

.mz-lens,
.mz-zoom-window {
  position: absolute !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.mz-lens img,
.mz-zoom-window img {
  position: absolute !important;
  max-width: none !important;
  max-height: none !important;
}

.mz-lens img {
  transition: none !important;
}

.mz-zoom-window {
  z-index: 2000000000;
  transform: translate3d(0, 0, 0);
}

.mz-zoom-window.mz-magnifier {
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  -webkit-mask-clip: content;
  cursor: none;
}

.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
  pointer-events: auto !important;
  cursor: inherit !important;
}

.mz-zoom-window.mz-magnifier.mz-expanded {
  z-index: 2147483647;
}

.mz-zoom-window img {
  width: auto;
  height: auto;
  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
  margin: auto !important;
  transition: none !important;
  transform-origin: 50% 50% !important;
}

.mz-zoom-window.mz-preview img {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
  transform: none !important;
}

.lt-ie9-magic .mz-zoom-window img {
  margin: 0 !important;
}

.mz-expand-controls {
  z-index: 2147483647;
}

.mz-fade {
  transition: opacity 0.25s;
}

.mz-hidden {
  opacity: 0;
}

.mz-visible {
  opacity: 1;
}

.mobile-magic .mz-expand .mz-expand-bg {
  transform-style: flat !important;
}

.mobile-magic .mz-expand .mz-image-stage > figure .mz-caption {
  display: none !important;
}

.mobile-magic .mz-expand-controls.mz-fade {
  transition: none !important;
}

.mobile-magic .mz-expand > .mz-zoom-window {
  top: 0 !important;
  left: 0 !important;
}

.mz-expanded-view-open,
.mz-expanded-view-open body {
  overflow: hidden !important;
}

.mz-expanded-view-open body {
  height: auto !important;
}

/**
 * Main figure
 */
.mz-figure.mz-active {
  background: #fff;
}

.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
  cursor: pointer;
  cursor: zoom-in;
}

.mz-figure.mz-active.mz-no-expand {
  cursor: crosshair;
}

.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
  cursor: crosshair;
  cursor: zoom-out;
}

.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
  cursor: none;
}

.mz-figure.mz-magnifier-zoom.mz-active {
  overflow: visible !important;
}

.mz-figure.mz-active > img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/><feComponentTransfer><feFuncA type='linear' slope='0.6'/></feComponentTransfer></filter></svg>#grayscale");
  filter: grayscale(80%) opacity(60%);
}

.no-cssfilters-magic .mz-figure.mz-active > img {
  opacity: 0.6;
}

.lt-ie10-magic .mz-figure.mz-active > img {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6);
}

.mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > img {
  opacity: 0;
}

.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > .mz-zoom-window {
  opacity: 1;
}

.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
  filter: alpha(opacity=0);
}

.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
  background: transparent;
}

/**
 * Zoom lens
 */
.mz-lens {
  border: 1px solid #aaa;
  border-color: rgba(170, 170, 170, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  cursor: none;
  z-index: 10;
  opacity: 0;
}

.mz-figure.mz-active .mz-lens {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s;
}

.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
  border-radius: 50%;
  opacity: 0;
  cursor: none;
}

/**
 * Zoom window
 */
.mz-zoom-window {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.mz-zoom-window.mz-magnifier {
  border-radius: 100%;
  border: 0;
  background: rgba(255, 255, 255, 0.3);
}

.mz-zoom-window.mz-magnifier:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
  border: 1px solid rgba(170, 170, 170, 0.7);
  box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, 0.3);
  background: transparent;
  z-index: 1;
}

.mz-zoom-window.mz-magnifier.mz-square,
.mz-zoom-window.mz-magnifier.mz-square:before {
  border-radius: 0 !important;
}

.lt-ie9-magic .mz-zoom-window {
  border: 1px solid #e5e5e5;
}

.mz-zoom-window.mz-inner {
  border: none;
  box-shadow: none;
}

/* Caption in zoom window */
.mz-zoom-window .mz-caption {
  background: #777;
  color: #fff;
  font-size: 10pt;
  opacity: 0.8;
  position: absolute;
  top: 0;
  z-index: 150;
  padding: 3px;
  width: 100%;
  line-height: normal !important;
  text-align: center !important;
}

.lt-ie9-magic .mz-zoom-window .mz-caption {
  filter: alpha(opacity=80);
}

.mz-zoom-window.caption-bottom .mz-caption {
  top: auto;
  bottom: 0;
}

.mz-zoom-window.mz-expanded > .mz-caption {
  display: none;
}

/* Zoom window animations */
.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.mz-zoom-window.mz-deactivating {
  transition-duration: 0.25s, 0.25s, 0.25s;
}

.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
  opacity: 0;
  z-index: -100;
}

.mz-zoom-window.mz-p-right {
  transform: translate3d(-20%, 0, 0);
}

.mz-zoom-window.mz-p-left {
  transform: translate3d(20%, 0, 0);
}

.mz-zoom-window.mz-p-top {
  transform: translate3d(0, 20%, 0);
}

.mz-zoom-window.mz-p-bottom {
  transform: translate3d(0, -20%, 0);
}

/* Inner mode animation */
.mz-zoom-window > img {
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mz-zoom-window.mz-p-inner.mz-deactivating > img,
.mz-zoom-window.mz-p-inner.mz-activating > img {
  transition: transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
}

/* Magnifier mode animation */
.mz-zoom-window.mz-p-magnifier {
  transform: scale(0.1);
}

/* Preview mode animation */
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
  transition-duration: 0.2s;
}

.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
  opacity: 0;
}

/**
 * Hint & Loading
 */
.mz-hint,
.mz-loading {
  color: #eee;
  background: rgba(49, 51, 61, 0.7);
  font: normal 12px/1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  direction: ltr;
  display: inline-block;
  margin: 0;
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.25s ease;
}

.mz-hint {
  bottom: 8px;
  left: 0;
  right: 0;
  padding: 0 10%;
  background-color: transparent;
  transition: opacity 0.25s ease, z-index 0.25s ease;
}

.mz-hint-message {
  display: inline-block;
  background: rgba(49, 51, 61, 0.7);
  border-radius: 2em;
  padding: 0.7em 1.1em;
}

.mz-hint-message:before {
  content: "⊕";
  font-family: serif;
  font-size: 1.5em;
  speak: none;
  text-align: center;
  vertical-align: -2px;
  margin-right: 6px;
  transition: opacity 0.25s ease;
}

.mobile-magic .mz-hint-message:before {
  display: none;
}

.mz-hint-hidden {
  opacity: 0;
  z-index: -1;
  transition-delay: 0.6s;
}

/* Hint in the expanded view on mobile */
.mz-expand .mz-hint {
  font-size: 18px;
  line-height: 1.1em;
  top: 50%;
  bottom: auto;
  margin: 0;
  transform: translate(0, -50%);
}

.mz-expand .mz-hint-message {
  padding: 1.1em;
}

.mz-expand .mz-hint-message:before {
  display: none;
}

.mz-expand .mz-hint-hidden {
  transition-delay: 1s;
  opacity: 0;
}

/* Loading indicator */
.mz-loading {
  font-size: 0;
  border-radius: 100%;
  opacity: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mz-loading:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  text-indent: -9999em;
  border-radius: 50%;
  border: 2px solid white;
  border-top-color: transparent;
  box-sizing: border-box;
}

.mz-loading.shown {
  opacity: 1;
  z-index: 1;
  transition: opacity 0s;
}

.mz-loading.shown:after {
  animation: spin-loading 0.9s infinite linear;
}
@keyframes spin-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lt-ie10-magic .mz-loading {
  border-radius: 2em;
  font-size: 12px;
  padding: 0.7em 1.1em;
  width: auto;
  height: auto;
}

.lt-ie10-magic .mz-loading:after {
  content: "Loading...";
  text-indent: 0;
  border: none;
  position: relative;
}

.lt-ie9-magic .mz-loading {
  filter: alpha(opacity=0);
  right: 0;
  left: 0;
  width: 126px;
  margin: auto;
}

.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
  background: transparent !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#7c31333D", EndColorStr="#7c31333D");
}

.lt-ie9-magic .mz-hint-hidden {
  filter: alpha(opacity=0);
}

/**
 * Expanded view
 */
.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg {
  width: auto !important;
  height: auto !important;
}

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > svg {
  min-width: 100% !important;
  min-height: 100% !important;
}

.mz-expand {
  background-color: black;
  text-align: center;
  vertical-align: middle;
  display: block;
  overflow: hidden;
  z-index: 2100000000;
  position: fixed;
  width: auto;
  height: auto;
  perspective: 600px;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-overflow-style: none;
}

/* Expanded view background */
.mz-expand .mz-expand-bg {
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  z-index: -100;
  max-width: none !important;
  max-height: none !important;
  transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg);
  perspective: 600px;
  background-repeat: no-repeat;
  background-size: cover;
}

.mz-expand .mz-expand-bg > img {
  margin: auto;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='80' in='SourceGraphic'></feGaussianBlur></filter></svg>#blur");
  filter: blur(20px) brightness(60%);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mz-expand .mz-expand-bg > svg {
  margin: auto;
  opacity: 0.6;
}

[data-magic-ua=edge] .mz-expand .mz-expand-bg,
.lt-ie10-magic .mz-expand .mz-expand-bg {
  display: none !important;
}

.lt-ie9-magic .mz-expand {
  background: #1f1f1f;
}

[data-magic-ua=edge] .mz-expand {
  background-color: rgba(31, 31, 31, 0.96);
}

/** Plain backgrounds: dark-bg, white-bg **/
.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
  display: none !important;
}

.mz-expand.dark-bg {
  background-color: #1f1f1f;
  background-color: rgba(31, 31, 31, 0.96);
}

.mz-expand.white-bg {
  background-color: #fff;
}

/* Expanded view stage */
.mz-expand .mz-expand-stage {
  z-index: 2100000000;
  padding: 0;
}

.mz-expand .mz-expand-stage .mz-image-stage {
  z-index: 50;
  left: 120px;
  right: 120px;
  padding: 20px 0 40px 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  perspective: 600px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
  padding-bottom: 120px;
}

.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
  padding: 0 !important;
  left: 0;
  right: 0;
}

.mz-expand .mz-image-stage > figure:before,
.mz-expand .mz-image-stage:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  font-size: 0;
  line-height: 100%;
  width: 0;
}

.mz-expand .mz-image-stage > figure {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 100%;
  position: relative;
}

.mz-expand .mz-figure {
  overflow: visible;
  max-width: 100% !important;
}

.mz-expand .mz-figure > img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.mz-expand .mz-zoom-in .mz-image-stage > figure,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
  width: 100%;
  height: 100%;
}

.mz-expand .mz-figure {
  cursor: pointer;
  cursor: zoom-in;
}

.mz-expand .mz-figure.mz-active {
  cursor: crosshair;
  cursor: zoom-out;
}

/* When inner zoom is always shown */
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
  z-index: 1;
  position: absolute !important;
  top: -5000px !important;
  bottom: -5000px !important;
  left: -5000px !important;
  right: -5000px !important;
  margin: auto !important;
}

.lt-ie10-magic .mz-zoom-window.mz-expanded img {
  filter: alpha(opacity=100);
}

.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
  overflow: hidden;
  filter: alpha(opacity=100);
}

/* Caption in expanded view */
.mz-expand .mz-caption {
  color: #fff;
  text-shadow: 0px 0px 46px #000;
  padding: 10px 4px;
  font: normal 10pt/1em "Lucida Grande", "Lucida Sans Unicode", Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
}

.mz-expand .mz-caption.mz-show {
  transition: opacity 0.15s ease-out;
  opacity: 1;
}

.mz-expand .mz-caption a {
  color: inherit;
  cursor: pointer;
}

.mz-expand.white-bg .mz-caption {
  color: #555;
  text-shadow: none;
}

.lt-ie9-magic .mz-expand .mz-caption {
  top: 100%;
}

.mz-expand .mz-zoom-window {
  box-shadow: none;
  background: transparent;
}

.lt-ie9-magic .mz-expand .mz-zoom-window {
  border: 0;
}

/* Expanded view on mobile */
.mobile-magic .mz-expand-stage .mz-expand-thumbnails,
.mobile-magic .mz-expand-stage .mz-image-stage {
  left: 0px;
  right: 0px;
}

.mobile-magic .mz-expand .mz-expand-stage.with-thumbs {
  bottom: 0px;
}

.mobile-magic .mz-expand-stage .mz-image-stage {
  padding: 0;
}

.mobile-magic .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
  padding: 5px 0 60px;
}

.mobile-magic .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
  padding-top: 0;
}

.mobile-magic .mz-expand .mz-expand-thumbnails {
  padding: 0;
  height: 60px;
}

/**
 * Buttons & Arrows
 */
.mz-expand-controls,
button.mz-button {
  margin: 0 !important;
  padding: 0 !important;
  outline: 0 !important;
}

button.mz-button {
  color: #b4b4b4 !important;
  font: 900 34px/1 "magictoolbox-thin" !important;
  cursor: pointer;
  z-index: 90 !important;
  background-color: transparent !important;
  border: 1px solid rgba(180, 180, 180, 0) !important;
  border-radius: 100% !important;
  box-shadow: none !important;
  position: absolute !important;
  text-transform: none !important;
  text-align: center;
  speak: none;
  -webkit-font-smoothing: antialiased;
  width: 60px !important;
  height: 60px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
}

button.mz-button:before {
  display: inline;
  position: static;
  color: inherit !important;
  font: inherit !important;
  -webkit-font-smoothing: inherit !important;
}

button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
  margin: auto 10px !important;
  top: 0 !important;
  bottom: 0 !important;
  overflow: hidden !important;
}

button.mz-button.mz-button-prev {
  left: 0 !important;
}

button.mz-button.mz-button-next {
  right: 0 !important;
}

button.mz-button.mz-button-close {
  font-size: 26px !important;
  margin: 10px !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 95 !important;
}

:root:not(.mobile-magic) button.mz-button {
  color: rgba(180, 180, 180, 0.75) !important;
  transform: scale(0.85) !important;
  transition: color 0.25s, border-color 0.25s, transform 0.25s !important;
}

:root:not(.mobile-magic) button.mz-button:hover {
  color: #b4b4b4 !important;
  border-color: rgba(180, 180, 180, 0.6) !important;
  transform: scale(1) !important;
}

.mobile-magic button.mz-button {
  transition: transform 0.1s !important;
}

.mobile-magic button.mz-button:active {
  border-color: rgba(180, 180, 180, 0.6) !important;
  transform: scale(0.95) !important;
}

button.mz-button.mz-button-close:before {
  content: "ꀁ";
}

button.mz-button.mz-button-prev:before {
  content: "ꀂ";
}

button.mz-button.mz-button-next:before {
  content: "ꀃ";
}

@media screen and (max-device-width: 767px) {
  button.mz-button-prev,
button.mz-button-next {
    display: none !important;
  }

  .mobile-magic .mz-expand button.mz-button {
    width: 44px !important;
    height: 44px !important;
    font-size: 18px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    background-color: rgba(49, 51, 61, 0.3) !important;
    border-color: transparent !important;
  }
}
.lt-ie9-magic button.mz-button {
  border: 0;
  filter: alpha(opacity=75);
}

.lt-ie9-magic button.mz-button:hover {
  filter: alpha(opacity=100);
}

/**
 * Thumbnails
 */
/* Thumbnails on the page */
a[data-zoom-id],
.mz-thumb, .mz-thumb:focus {
  display: inline-block;
  line-height: 0;
  outline: none;
}

a[data-zoom-id] img,
.mz-thumb img {
  border: 0;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

.mz-thumb:hover:not(.mz-thumb-selected) img {
  filter: brightness(75%);
}

.mz-thumb-selected img {
  filter: brightness(60%);
}

.no-cssfilters-magic .mz-thumb:hover,
.no-cssfilters-magic .mz-thumb.mz-thumb-selected {
  background: #000;
}

.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.no-cssfilters-magic .mz-thumb-selected img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.ie9-magic .mz-thumb img {
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
}

/* Thumbnails in expanded view */
.mz-expand-thumbnails {
  z-index: 50;
  position: absolute;
  bottom: 0;
  left: 65px;
  right: 65px;
  height: 80px;
  padding: 10px 0;
  box-sizing: border-box;
}

.mz-expand-thumbnails .magic-thumbs .magic-thumb {
  padding: 10px 2px;
}

.mz-expand-thumbnails .magic-thumb > img {
  cursor: pointer;
  height: 40px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}

.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
  filter: brightness(70%);
}

.mz-expand-thumbnails .magic-thumb-selected img {
  filter: brightness(50%);
}

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
  box-shadow: none;
}

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button-disabled {
  opacity: 0;
}

.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected) img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb-selected img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/** Hide thumbnails in expanded view with .no-expand-thumbnails class **/
.mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
  padding-bottom: 40px;
}

.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
  display: none;
}

.mobile-magic .mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
  padding: 0;
}

.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

.magic-thumbs {
  direction: ltr;
  overflow: visible;
  z-index: 100;
  position: relative;
  left: 0;
  top: 0;
  padding: 0 30px;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: none;
}

.magic-thumbs {
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.magic-thumbs.no-buttons {
  padding: 0 !important;
}

.magic-thumbs-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.magic-thumbs ul {
  list-style: none;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  position: relative;
  white-space: nowrap;
}

.magic-thumbs.no-buttons ul {
  left: 0 !important;
  padding: 0 !important;
  transition: none !important;
  transform: none !important;
}

.magic-thumbs ul li {
  margin: 0 4px;
  height: 100%;
  width: auto;
  vertical-align: top;
  line-height: 0;
  display: inline-block;
}

.magic-thumbs ul li:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.magic-thumbs ul li > img {
  width: auto;
  height: auto;
  max-width: none !important;
  max-height: 100% !important;
  vertical-align: middle;
}

.ie8-magic .magic-thumbs ul li > img {
  max-width: none !important;
  max-height: none !important;
}

/* vertical */
.magic-thumbs.magic-thumbs-vertical {
  height: 100%;
}

.magic-thumbs-vertical {
  padding: 30px 0;
}

.magic-thumbs-vertical ul {
  height: auto;
  width: 100%;
  white-space: normal;
}

.magic-thumbs-vertical ul li {
  width: 100%;
  height: auto;
}

.magic-thumbs-vertical ul li {
  margin: 4px 0;
}

.magic-thumbs-vertical ul li > img {
  max-width: 100% !important;
  max-height: none !important;
}

.ie8-magic .magic-thumbs-vertical ul li > img {
  width: 100%;
}

/**
 * Buttons
 */
.magic-thumbs button.magic-thumbs-button {
  color: #b4b4b4 !important;
  font: 900 24px/1 "magictoolbox-thin" !important;
  cursor: pointer;
  z-index: 90 !important;
  background-repeat: no-repeat;
  background-color: transparent !important;
  background-image: none;
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  overflow: hidden;
  position: absolute;
  text-transform: none !important;
  speak: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  width: 30px;
  height: 100%;
  top: 0;
  bottom: 0;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
}

.magic-thumbs button.magic-thumbs-button:before {
  display: inline;
  position: static;
  color: inherit !important;
  font: inherit !important;
  -webkit-font-smoothing: inherit !important;
}

.magic-thumbs .magic-thumbs-button-prev {
  left: 0;
}

.magic-thumbs .magic-thumbs-button-next {
  right: 0;
}

.magic-thumbs .magic-thumbs-button-prev:before {
  content: "ꀂ";
}

.magic-thumbs .magic-thumbs-button-next:before {
  content: "ꀃ";
}

:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button {
  color: rgba(180, 180, 180, 0.75) !important;
  transform: scale(0.85) !important;
  transition: color 0.25s, transform 0.25s !important;
}

:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:hover {
  color: #b4b4b4 !important;
  transform: scale(1) !important;
}

/* Vertical buttons */
.magic-thumbs-vertical .magic-thumbs-button {
  width: 100%;
  height: 30px;
  left: 0;
  right: 0;
  top: auto;
  bottom: auto;
}

.magic-thumbs-vertical .magic-thumbs-button-prev {
  top: 0;
}

.magic-thumbs-vertical .magic-thumbs-button-next {
  bottom: 0;
}

.magic-thumbs-vertical .magic-thumbs-button-prev:before {
  content: "ꀅ";
}

.magic-thumbs-vertical .magic-thumbs-button-next:before {
  content: "ꀄ";
}

.magic-thumbs.no-buttons .magic-thumbs-button {
  display: none !important;
}

.magic-thumbs-button-disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/*! Pushy - v1.2.0 - 2019-4-24
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #191918;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
  background: #b8bbb3;
  font-size: 1em;
}
.pushy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pushy ul.pushy-main {
  text-align: center;
  margin-top: 25%;
}
.pushy ul.pushy-main .pushy-main__link {
  color: black;
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 2.5em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  line-height: 100%;
  margin: 0 auto;
  border: 0;
  background: transparent;
}
.pushy ul.pushy-secondary {
  height: auto;
  display: table;
  width: 100%;
  position: absolute;
  bottom: 30px;
  padding: 0 30px;
  text-align: center;
}
.pushy ul.pushy-secondary li {
  padding: 0 5px;
  display: table-cell;
}
.pushy ul.pushy-secondary li:first-child {
  padding-left: 0;
}
.pushy ul.pushy-secondary li:last-child {
  padding-right: 0;
}
.pushy ul.pushy-secondary a {
  width: 100%;
  font-size: 0.75em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 321px) {
  .pushy ul.pushy-secondary a {
    font-size: 0.875em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
}

/* Menu Movement */
.pushy-left {
  transform: translate3d(-100%, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  transform: translate3d(100%, 0, 0);
}

.pushy-right {
  transform: translate3d(100%, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  transform: translate3d(-100%, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}
.pushy-submenu > ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.pushy-submenu > ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
/* Submenu Movement */
.pushy-submenu-closed > ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open > ul {
  max-height: 1000px;
  visibility: visible;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open > a::after,
.pushy-submenu-open > button::after {
  transform: translateY(-50%) rotate(90deg);
}

.pushy-close {
  font-size: 2em;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 99999;
}
.pushy-close:focus, .pushy-close:hover {
  color: black;
}

.section {
  position: relative;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 768px) {
  .section {
    margin: 0 0 50px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section {
    margin: 0 0 90px 0;
  }
}
.section:not(.section--bg):first-child {
  margin-top: 40px;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .section:not(.section--bg):first-child {
    margin-top: 0;
  }
}
.section:not(.section--bg):first-child.section--border, .section:not(.section--bg):first-child.section--bg {
  margin-top: 0;
}
.section:last-child.section--border, .section:last-child.section--bg {
  margin-bottom: 0;
}
.section + .section--border, .section + .section--bg {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section + .section--border, .section + .section--bg {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .section + .section--border, .section + .section--bg {
    margin-top: 90px;
  }
}
.section--border, .section--bg {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .section--border, .section--bg {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section--border, .section--bg {
    padding: 90px 0;
  }
}
.section--border:last-child, .section--bg:last-child {
  margin-bottom: 0;
}
.section--border + .section--border, .section--border + .section--bg, .section--bg + .section--border, .section--bg + .section--bg {
  margin-top: -40px;
}
@media only screen and (min-width: 768px) {
  .section--border + .section--border, .section--border + .section--bg, .section--bg + .section--border, .section--bg + .section--bg {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 992px) {
  .section--border + .section--border, .section--border + .section--bg, .section--bg + .section--border, .section--bg + .section--bg {
    margin-top: -90px;
  }
}
.section--border + .listing--img, .section--bg + .listing--img {
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .section--border + .listing--img, .section--bg + .listing--img {
    margin-top: 0;
  }
}
.section--darkbgimg {
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat;
  position: relative;
}
.section--darkbgimg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 0;
}
.section--darkbgimg .container {
  position: relative;
  z-index: 2;
}
.section--lightbgimg {
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat;
  position: relative;
}
.section--lightbgimg .container {
  position: relative;
  z-index: 2;
}
.section--bigbg {
  padding: 120px 0;
}
@media only screen and (min-width: 992px) {
  .section--bigbg {
    padding: 270px 0;
  }
}
.section--border {
  border-bottom: 1px solid #eee;
}
.section--border:last-of-type {
  border-bottom: none;
}
.section--border + .section--border {
  border-top: 0;
}
.section--dark {
  background: black;
  color: white;
}
.section--light {
  background: white;
  color: inherit;
}
.section--lightbg {
  background: #e4cca9;
}
.section--loading {
  position: relative;
  z-index: 1;
}
.section--loading:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  content: "";
}
.section--min {
  min-height: 40vh;
}
@media only screen and (min-width: 992px) {
  .section--min {
    min-height: 62vh;
  }
}
@media only screen and (min-width: 992px) {
  .section--small {
    padding: 45px 0;
  }
}
.section--viewport {
  box-sizing: border-box;
  min-height: 100vh;
}
.section--no-padding {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .section--no-padding {
    padding: 0;
  }
}
.section--lightbrown {
  background: #e4cca9;
}
.section--palebg {
  background: #f5f2ed;
}
@media only screen and (min-width: 1200px) {
  .section--800w .text-box {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1600px) {
  .section--800w .text-box {
    max-width: 1000px;
  }
}
.section__body {
  padding: 30px 0;
  background: #f6f6f6;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.1), inset 0 -10px 10px -10px rgba(0, 0, 0, 0.1);
}
.section__header {
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .section__header {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .section__header {
    padding-bottom: 90px;
  }
}
.section__header:last-child {
  padding-bottom: 0;
}
.section__header--dropdown {
  cursor: pointer;
}
.section__header--dropdown h1 {
  position: relative;
  padding: 0 20px;
}
@media only screen and (max-width: 991px) {
  .section__header--dropdown h1:before {
    position: absolute;
    top: 40%;
    right: 0;
    width: 7px;
    height: 7px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: black;
    content: "";
    pointer-events: none;
    transform: translate(0, -50%) rotate(135deg);
  }
}
.section__heading {
  display: block;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  line-height: 140%;
  font-size: 0.75em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
.section__main-photo {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .section__photo {
    margin: 30px auto 0 auto;
  }
}
.section__photo--perma {
  margin: 30px auto 40px auto;
}
.section__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: center center no-repeat;
  background-size: cover;
}
.section__bg.visible-xs {
  background: fixed center 0 no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .section__bg.hidden-md {
    display: none;
  }
}
.section__bg--left {
  right: 50%;
}
.section__bg--right {
  left: 50%;
}
.section__div {
  display: block;
  margin: 0;
  margin: 20px 0;
  border: 1px solid #e1e1e1;
  border-width: 0 0 1px 0;
}
@media only screen and (min-width: 992px) {
  .section__div {
    margin: 45px 0;
  }
}
.section__div:first-child {
  margin-top: 0;
}
.section__div:last-child {
  margin-bottom: 0;
}
.header:not(.header--index) + .content > .section .content-header {
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .header:not(.header--index) + .content > .section .content-header {
    padding-top: 50px;
  }
}

.vspace {
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .vspace {
    padding-bottom: 50px;
  }
}
.vspace--small {
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .vspace--small {
    padding-bottom: 30px;
  }
}
.vspace:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .vspace[class*=col-] {
    padding-bottom: 0;
  }
}
.vspace > .heading:last-child {
  margin-bottom: 0;
}

.field {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  padding: 0;
  background: transparent;
  color: black;
  text-align: left;
  cursor: text;
  transition: 0.2s 0s;
}
@media only screen and (min-width: 992px) {
  .field {
    margin: 0 0 20px 0;
  }
}
.field--alert {
  border-color: #a40000;
  color: #a40000;
}
.field--alert:before,
.field--alert .field__text,
.field--alert .request-modal .request-form .field [data-label]:before,
.request-modal .request-form .field .field--alert [data-label]:before {
  color: inherit;
}
.field--success {
  border-color: rgba(92, 184, 92, 0.3);
  color: #5cb85c;
}
.field--success:before,
.field--success .field__text,
.field--success .request-modal .request-form .field [data-label]:before,
.request-modal .request-form .field .field--success [data-label]:before {
  color: inherit;
}
.field--focused {
  border-color: black;
}
.field--inline {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  color: inherit;
}
@media only screen and (min-width: 992px) {
  .field--inline {
    margin-right: 20px;
  }
}
.field--password {
  margin: 0;
}
.field--password .field__input, .field--password .login-area input.text, .login-area .field--password input.text {
  height: 51px;
  background: #e1e1e1;
  font-size: 0.875em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
.field--password .field__input[readonly], .field--password .login-area input[readonly].text, .login-area .field--password input[readonly].text {
  background: white;
}
.field--password .field__after {
  margin-bottom: -51px;
  line-height: 51px;
}
.field--disabled {
  background: #f7f7f7;
}
.field--disabled .field__input, .field--disabled .login-area input.text, .login-area .field--disabled input.text {
  background: none;
}
.field--upload {
  position: relative;
  display: block;
  min-height: 50px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .field--upload:after {
    position: absolute;
    right: 10px;
    bottom: 20%;
    width: 90px;
    background-color: #8f9fab;
    color: white;
    content: "Browse";
    text-align: center;
    text-transform: uppercase;
    line-height: auto;
    font-size: 0.625em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.field--upload:hover {
  cursor: pointer;
}
.field--upload.field--focus {
  display: none;
}
.field--upload .field__input, .field--upload .login-area input.text, .login-area .field--upload input.text {
  opacity: 0;
  max-width: 200px;
}
.field--upload .field__value {
  position: absolute;
  right: 125px;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  width: auto;
  height: auto;
  color: black;
  line-height: auto;
  opacity: 1;
  font-size: 0.75em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .field--upload .field__value {
    font-size: 0.75em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.field--textarea .field__text, .field--textarea .request-modal .request-form .field [data-label]:before, .request-modal .request-form .field .field--textarea [data-label]:before {
  top: 25px !important;
  transform: translate(0, 0);
}
.field--textarea .field__input, .field--textarea .login-area input.text, .login-area .field--textarea input.text {
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 30px;
  max-height: 500px;
  height: 150px;
  line-height: 140%;
  resize: vertical;
  transition: none;
}
@media only screen and (min-width: 992px) {
  .field--textarea .field__input, .field--textarea .login-area input.text, .login-area .field--textarea input.text {
    height: 166px;
  }
}
.field--select:after {
  position: absolute;
  right: 10px;
  bottom: 20px;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .field--select:after {
    right: 15px;
    border-top: 5px solid black;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
}
.field--select .field__input, .field--select .login-area input.text, .login-area .field--select input.text {
  position: relative;
  z-index: 1;
  display: block;
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  appearance: none;
}
.field--select .field__input::-ms-expand, .field--select .login-area input.text::-ms-expand, .login-area .field--select input.text::-ms-expand {
  display: none;
}
.field--select .field__input:before, .field--select .login-area input.text:before, .login-area .field--select input.text:before {
  content: "";
}
.field--select option {
  padding: 2px 15px;
}
.field--radio, .field--checkbox {
  overflow: visible;
  border: none;
  background: none;
  cursor: pointer;
}
.field--radio.field--checked .field__value, .field--radio.field--filled .field__value, .field--checkbox.field--checked .field__value, .field--checkbox.field--filled .field__value {
  opacity: 1;
}
.field--radio .field__text, .field--radio .request-modal .request-form .field [data-label]:before, .request-modal .request-form .field .field--radio [data-label]:before, .field--checkbox .field__text, .field--checkbox .request-modal .request-form .field [data-label]:before, .request-modal .request-form .field .field--checkbox [data-label]:before {
  margin: 0 0 10px 0;
}
.field--radio .field__input, .field--radio .login-area input.text, .login-area .field--radio input.text, .field--checkbox .field__input, .field--checkbox .login-area input.text, .login-area .field--checkbox input.text {
  position: relative;
  width: auto;
  height: auto;
  opacity: 0;
  cursor: pointer;
}
.field--radio .field__value, .field--checkbox .field__value {
  display: inline-block;
  padding: 3px 0 0;
  vertical-align: middle;
  line-height: 120%;
}
.field--radio .field__value a, .field--checkbox .field__value a {
  border-bottom: 1px solid;
  color: black;
}
.field--radio--inline, .field--checkbox--inline {
  display: inline-block;
}
.field--radio {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .field--radio {
    margin-bottom: 10px;
  }
}
.field--radio:before {
  position: absolute;
  margin: 5px 0 0 0;
  width: 14px;
  height: 14px;
  border: 1px solid;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 0 1px #e1e1e1;
  content: "";
  vertical-align: middle;
}
.field--radio.field--checked:before, .field--radio.field--filled:before {
  background: black;
  box-shadow: inset 0 0 0 2px white;
}
.field--radio .field__value {
  padding-left: 20px;
}
.field--checkbox {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .field--checkbox {
    margin-bottom: 20px;
  }
}
.field--checkbox:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid black;
  background: white;
  content: "";
  vertical-align: middle;
  text-align: center;
  font-size: 0.625em;
  font-family: "icomoon";
  line-height: 14px;
}
.field--checkbox.field--checked:before, .field--checkbox.field--filled:before {
  border-color: black;
  background: black;
  box-shadow: 0 0 0 2px inset white;
}
.field--qty {
  overflow: hidden;
  padding: 0;
  height: auto !important;
  border: none;
  background: none;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
}
.field--qty .field__control {
  position: relative;
  width: 20px;
  color: inherit;
  color: #b5b5b5;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  cursor: pointer;
  min-width: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  user-select: none;
}
.field--qty .field__control--minus:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -1px;
  width: 9px;
  height: 2px;
  background: black;
  content: "";
}
.field--qty .field__control--plus:before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  background: black;
  content: "";
}
.field--qty .field__control--plus:after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  margin-top: -5px;
  margin-right: -1px;
  width: 2px;
  height: 10px;
  background: black;
  content: "";
}
.field--qty .field__control .icon {
  vertical-align: middle;
}
.field--qty .field__text, .field--qty .request-modal .request-form .field [data-label]:before, .request-modal .request-form .field .field--qty [data-label]:before {
  width: 100%;
  text-align: center;
}
.field--qty .field__input, .field--qty .login-area input.text, .login-area .field--qty input.text {
  display: inline-block;
  padding: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #e1e1e1;
  background: white;
  color: inherit;
  vertical-align: top;
  text-align: center;
  min-width: 0;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex: 1 1 0%;
}
.field--qty .icon:before {
  font-weight: bold;
}
.field--datepicker {
  position: relative;
}
.field--datepicker:after {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  content: "";
  font-family: icomoon;
  pointer-events: none;
}
.field--big .field__input, .field--big .login-area input.text, .login-area .field--big input.text {
  height: auto10;
  font-size: 1em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .field--big .field__input, .field--big .login-area input.text, .login-area .field--big input.text {
    height: auto20;
    font-size: 2em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.field--flex {
  display: flex;
}
.field--flex .field__text, .field--flex .request-modal .request-form .field [data-label]:before, .request-modal .request-form .field .field--flex [data-label]:before {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  line-height: auto;
}
@media only screen and (min-width: 992px) {
  .field--flex .field__text, .field--flex .request-modal .request-form .field [data-label]:before, .request-modal .request-form .field .field--flex [data-label]:before {
    line-height: auto;
  }
}
.field--flex .field__input, .field--flex .login-area input.text, .login-area .field--flex input.text {
  min-width: 0;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex: 1 1 0%;
}
.field__input, .login-area input.text {
  box-sizing: border-box !important;
  padding: 8px 15px;
  width: 100%;
  height: auto;
  border: 1px solid #c5c5c5;
  background: white;
  box-shadow: none;
  color: black;
  text-align: inherit;
  margin: 5px 0 0;
  font-size: 0.875em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .field__input, .login-area input.text {
    padding: 12px 20px;
    height: auto;
    transition: 0.2s 0s;
    font-size: 1em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.field__input::-webkit-input-placeholder, .login-area input.text::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.field__input--autoresize {
  padding-right: 20px;
  opacity: 0;
}
.field__input--autoresize + .field__input, .login-area .field__input--autoresize + input.text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.field__label, .login-area .field__text, .login-area .request-modal .request-form .field [data-label]:before, .request-modal .request-form .field .login-area [data-label]:before {
  display: block;
  text-transform: uppercase;
  line-height: 120%;
  letter-spacing: 0.1em;
  background: transparent;
  font-size: 0.65em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
.field__label a, .login-area .field__text a, .login-area .request-modal .request-form .field [data-label]:before a, .request-modal .request-form .field .login-area [data-label]:before a {
  color: black;
}
.field__value {
  display: block;
  line-height: 140%;
  font-size: 0.875em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .field__value {
    font-size: 1em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.field__value b {
  font-weight: inherit;
}
.field__after {
  position: relative;
  float: right;
  margin: 0 10px -44px 0;
  line-height: auto;
  font-size: 1em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .field__after {
    margin-right: 20px;
  }
}
.field__after--button {
  margin-right: 0;
  width: 50px;
  color: black;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.field__after .icon {
  display: block;
  color: black;
  font-size: 1.5em;
  line-height: inherit;
}
.field__alert {
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 1;
  display: none;
  padding: 5px 15px;
  width: calc(100% + 2px);
  background: #a40000;
  color: white;
  text-align: left;
  line-height: 120%;
  transform: translate(-50%, 0);
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .field__alert {
    padding: 5px 20px;
    font-size: 0.688em;
    font-weight: 400;
    font-family: "Arial", Helvetica, sans-serif;
  }
}
.field__alert:before {
  position: absolute;
  top: -5px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 5px 5px 5px;
  border-style: solid;
  border-color: transparent transparent #a40000 transparent;
  transform: translate(-50%, 0);
}
.field .field__remove {
  float: right;
  color: black;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}

.fake-field {
  padding: 0 10px;
  height: auto;
  border: 1px solid transparent;
  background: white;
  color: black;
  line-height: auto;
  font-size: 1em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}

.field-tabs__pane {
  margin: -20px 0 20px 0;
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: white;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .field-tabs__pane {
    margin: -40px 0 40px 0;
    padding: 30px;
  }
}
.field-tabs__img {
  float: left;
  margin: 0 15px 5px 0;
}
@media only screen and (min-width: 992px) {
  .field-tabs__img {
    margin: 0 30px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .field-tabs__content {
    overflow: hidden;
  }
}
.field-tabs__content:after {
  display: block;
  clear: both;
  content: "";
}
.field-tabs__content p {
  line-height: 140%;
}
@media only screen and (min-width: 992px) {
  .field-tabs__content p {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Arial", Helvetica, sans-serif;
  }
}

label {
  margin: 0;
}

.button, .btn-cta,
.btn-submit {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 20px;
  border: 1px solid black;
  background: transparent;
  color: black;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 140%;
  font-size: 0.875em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
.button:not(.button--disabled):hover, .btn-cta:not(.button--disabled):hover,
.btn-submit:not(.button--disabled):hover, .button:not(.button--disabled):focus, .btn-cta:not(.button--disabled):focus,
.btn-submit:not(.button--disabled):focus {
  background: black;
  color: white;
  text-decoration: none;
}
.button--white {
  border-color: white;
  color: white;
}
.button--white:not(.button--disabled):hover, .button--white:not(.button--disabled):focus {
  background: white;
  color: black;
}
.button--black {
  background: black !important;
  color: white !important;
}
.button--black:not(.button--disabled):hover, .button--black:not(.button--disabled):focus {
  background: black;
  color: white;
}
.button--submit {
  font-size: 0.875em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .button--submit {
    font-size: 1.125em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .button--submit {
    font-size: 1.25em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.button--submit .icon,
.button--submit .glyphicon {
  float: right;
  margin-top: 3px;
  color: inherit;
}
.button--submit .icon:before,
.button--submit .glyphicon:before {
  color: inherit;
}
.button--small {
  padding: 5px 10px;
  font-size: 0.75em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .button--small {
    padding: 5px 15px;
  }
}
@media only screen and (min-width: 992px) {
  .button--big {
    padding: 15px 45px;
    font-size: 1.125em;
  }
}
.button--block {
  display: block;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.button--disabled {
  opacity: 0.3;
  cursor: default;
}
.button--disabled:hover, .button--disabled:focus {
  opacity: 0.3;
}

.button-box {
  margin-top: 30px;
}
.button-box--center {
  text-align: center;
}
.button-box--right {
  text-align: right;
}
.button-box--inline .button, .button-box--inline .btn-cta,
.button-box--inline .btn-submit {
  display: inline-block;
  margin-bottom: 10px;
}
.button-box--inline .button:not(:last-child), .button-box--inline .btn-cta:not(:last-child),
.button-box--inline .btn-submit:not(:last-child) {
  margin-right: 10px;
}
.button-box .button, .button-box .btn-cta,
.button-box .btn-submit {
  margin-bottom: 10px;
}
.button-box .button:last-child, .button-box .btn-cta:last-child,
.button-box .btn-submit:last-child {
  margin-bottom: 0;
}

.button-link {
  text-decoration: none;
}

.table {
  width: 100%;
}
.table p {
  font-size: 0.813em;
}
@media only screen and (min-width: 992px) {
  .table p {
    font-size: 1em;
  }
}
.table p:last-of-type {
  margin-bottom: 0;
}
.table--big th,
.table--big td {
  padding: 15px 10px !important;
}
@media only screen and (max-width: 991px) {
  .table--big th,
.table--big td {
    width: auto;
    min-width: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .table--big th,
.table--big td {
    padding: 20px 15px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .table--big th,
.table--big td {
    padding: 25px 20px !important;
  }
}
.modal {
  z-index: 1050 !important;
  padding: 0 !important;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .modal {
    text-align: left;
  }
}
@media only screen and (max-width: 991px) {
  .modal .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.modal--fullscreen {
  text-align: left;
}
.modal--fullscreen .modal__helper {
  padding: 0;
  height: 100vh;
  width: 100vw;
}
.modal--fullscreen .modal__content {
  margin: 0;
  min-height: 100%;
  max-width: 100%;
  width: 100%;
  height: auto;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .modal--fullscreen .modal__body {
    padding: 50px;
  }
}
.modal__content {
  position: relative;
  margin: 0 auto;
  padding: 20px 15px 50px 15px;
  background: white;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  color: inherit;
  pointer-events: all;
  max-width: 400px;
}
@media only screen and (max-width: 991px) {
  .modal__content {
    overflow: auto;
  }
}
@media only screen and (min-width: 768px) {
  .modal__content {
    max-width: 600px;
    padding: 50px 35px;
  }
}
@media only screen and (min-width: 992px) {
  .modal__content {
    padding: 80px 50px;
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1200px) {
  .modal__content {
    padding: 100px 200px;
  }
}
@media only screen and (min-width: 992px) {
  .modal__content--w600 {
    max-width: 600px;
  }
}
.modal__content--no-padding {
  padding: 0;
}
.modal__close {
  position: relative;
  z-index: 1;
  display: block;
  float: right;
  background: none;
  color: inherit;
  vertical-align: top;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .modal__close {
    position: absolute;
    top: 15px;
    left: auto;
    right: 15px;
    line-height: 16px;
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 992px) {
  .modal__close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 2.5em;
    transition: 0.2s all;
  }
}
@media only screen and (min-width: 992px) {
  .modal__close .icon {
    margin: 0 0 0 5px;
    font-size: 0.875em;
  }
}
.modal__center {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  pointer-events: none;
}
.modal__helper {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .modal__helper {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .modal__helper {
    padding: 30px 10px;
  }
}
.modal__text {
  display: block;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 991px) {
  .modal__text {
    text-align: center;
  }
}
.modal__text p {
  line-height: 140%;
  font-size: 0.875em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
.modal__header {
  position: relative;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 991px) {
  .modal__header {
    border-bottom: 1px solid #eee;
  }
}
@media only screen and (max-width: 991px) {
  .modal__header .heading {
    margin: 0 0 15px 0;
  }
}
@media only screen and (min-width: 992px) {
  .modal__header .modal__close {
    top: -20px;
    right: -20px;
    width: 60px;
    height: 60px;
    font-size: 1.5em;
    line-height: 64px;
  }
}
.modal__table {
  margin: 30px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .modal__table {
    margin: 50px 0 0 0;
  }
}
.modal__logo {
  display: block;
  margin: 0 auto;
  max-width: 99px;
}
@media only screen and (min-width: 992px) {
  .modal__logo {
    float: left;
    max-width: 156px;
  }
}
.modal__logo img {
  display: block;
  width: 100%;
}

.modal-open .section,
.modal-open .header,
.modal-open .footer {
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
}
.modal-open .section--brochure,
.modal-open .instagram {
  -ms-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}

.modal-backdrop {
  background: white;
  z-index: 99;
}
.modal-backdrop.in {
  opacity: 0.9;
}

@media only screen and (max-width: 991px) {
  .heading br {
    display: none;
  }
}
.heading + .intro {
  margin: 10px 0 0 0;
}
.heading--lv1 {
  line-height: 120%;
  margin: 0 0 20px;
  font-size: 1.5em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .heading--lv1 {
    margin: 0 0 25px;
    font-size: 2.25em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1600px) {
  .heading--lv1 {
    font-size: 2.5em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.heading--lv2 {
  line-height: 120%;
  margin: 0 0 20px;
  letter-spacing: 0.025em;
  font-size: 1.25em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .heading--lv2 {
    margin: 0 0 25px;
    font-size: 1.75em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1600px) {
  .heading--lv2 {
    font-size: 2em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.heading--lv3 {
  margin: 0 0 20px 0;
  line-height: 120%;
  font-size: 1.25em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .heading--lv3 {
    margin: 0 0 25px;
    line-height: 130%;
    font-size: 1.5em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.heading--lv4 {
  margin: 0 0 10px 0;
  line-height: 120%;
  font-size: 1.125em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .heading--lv4 {
    line-height: 130%;
    font-size: 1.25em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.heading--lv5 {
  margin: 0 0 15px 0;
  line-height: 120%;
  font-size: 1em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .heading--lv5 {
    margin: 0 0 30px !important;
    font-size: 1.125em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.heading--lv6 {
  font-size: 1em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .heading--lv6 {
    font-size: 1em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.heading:last-child {
  margin-bottom: 0;
}
.heading--line {
  position: relative;
  overflow: hidden;
}
.heading--line span {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}
.heading--line span:before, .heading--line span:after {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  width: 999em;
  border-color: inherit;
  border-top: 1px solid #e1e1e1;
  content: "";
}
.heading--line span:before {
  right: 100%;
}
.heading--line span:after {
  left: 100%;
}
.heading--center {
  text-align: center;
}
.heading--uppercase {
  text-transform: uppercase;
}
.heading--no-padding {
  margin-bottom: 0;
  padding-bottom: 0;
}
.heading a {
  color: inherit;
}
.heading .icon {
  display: block;
  margin: 0 0 10px 0;
  font-size: 1.25em;
}

@media only screen and (min-width: 992px) {
  .heading-box--center {
    text-align: center;
  }
}

.subheading {
  display: block;
  line-height: 160%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.75em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .subheading {
    margin: 0 0 5px 0;
    font-size: 0.875em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.subheading--lv2 {
  font-size: 0.75em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  color: #999;
}
@media only screen and (min-width: 992px) {
  .subheading--lv2 {
    margin: 0 0 5px 0;
    font-size: 0.75em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}

.text-box {
  text-transform: none;
}
.text-box .heading {
  margin: 0 0 20px 0;
  padding-top: 10px;
}
@media only screen and (min-width: 992px) {
  .text-box .heading {
    margin: 0 0 30px 0;
  }
}
.text-box .heading:first-child {
  padding-top: 0;
}
.text-box .heading:last-child {
  margin-bottom: 0;
}
.text-box .button, .text-box .btn-cta,
.text-box .btn-submit {
  text-decoration: none;
}
.text-box iframe {
  margin: 0 0 30px 0;
  width: 100%;
}
.text-box img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.text-box img.leftAlone {
  margin-right: auto;
  margin-left: 0;
}
.text-box img.rightAlone {
  margin-right: 0;
  margin-left: auto;
}
.text-box img.right {
  float: none;
  margin: 0 0 20px;
}
@media only screen and (min-width: 992px) {
  .text-box img.right {
    float: right;
    margin: 5px 0 10px 10px;
  }
}
.text-box img.left {
  float: none;
  margin: 0 0 20px;
}
@media only screen and (min-width: 992px) {
  .text-box img.left {
    float: left;
    margin: 5px 10px 10px 0;
  }
}
.text-box p {
  padding: 0 0 20px 0;
  color: inherit;
  line-height: 140%;
  letter-spacing: 0.0125em;
  margin: 0;
  font-size: 0.875em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .text-box p {
    font-size: 1em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
@media only screen and (min-width: 992px) {
  .text-box p {
    padding: 0 0 30px 0;
    font-size: 1.125em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1600px) {
  .text-box p {
    padding: 0 0 30px 0;
    font-size: 1.25em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.text-box p:last-child {
  padding: 0;
}
.text-box p em {
  font-size: 0.875em;
  color: #666666;
  font-style: italic;
}
.text-box table {
  width: 100%;
  text-align: left;
}
.text-box tr:nth-child(odd) {
  background: rgba(240, 240, 240, 0.3);
}
.text-box th a,
.text-box td a {
  text-decoration: none;
}
.text-box th a:hover,
.text-box td a:hover {
  text-decoration: none;
}
.text-box th {
  padding: 10px 15px;
  background: #f5f2ed;
  color: #000000;
  line-height: 140%;
  font-size: 0.875em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .text-box th {
    padding: 15px 15px;
    font-size: 1em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.text-box td {
  padding: 10px 15px;
  color: #202020;
  line-height: 140%;
  font-size: 0.875em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .text-box td {
    padding: 15px 15px;
    font-size: 1em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.text-box ul,
.text-box ol {
  padding: 0 0 20px 0;
  list-style: none;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .text-box ul,
.text-box ol {
    padding: 0 0 30px 0;
  }
}
.text-box ul:last-child,
.text-box ol:last-child {
  padding-bottom: 0;
}
.text-box ul li,
.text-box ol li {
  padding: 0 0 10px 25px;
  position: relative;
  line-height: 140%;
  font-size: 0.875em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .text-box ul li,
.text-box ol li {
    font-size: 1em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
@media only screen and (min-width: 992px) {
  .text-box ul li,
.text-box ol li {
    padding: 0 0 10px 30px;
    font-size: 1.125em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1600px) {
  .text-box ul li,
.text-box ol li {
    font-size: 1.25em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.text-box ul li:before,
.text-box ol li:before {
  display: block;
  float: left;
  margin: 10px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: inline-block;
  width: 13px;
  height: 3px;
  content: "";
  background: #d4622a;
}
@media only screen and (min-width: 992px) {
  .text-box ul li:before,
.text-box ol li:before {
    margin: 13px 0 0 0;
  }
}
.text-box ul li:last-child,
.text-box ol li:last-child {
  padding-bottom: 0;
}
.text-box ul li a,
.text-box ol li a {
  opacity: 1;
  transition: 0.3s;
}
.text-box ul li a:hover, .text-box ul li a:focus,
.text-box ol li a:hover,
.text-box ol li a:focus {
  opacity: 0.7;
}
.text-box a {
  color: inherit;
  text-decoration: underline;
  font-size: 1em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .text-box a {
    transition: 0.2s 0s;
  }
  .text-box a:hover, .text-box a:focus {
    text-decoration: underline;
  }
}
.text-box strong,
.text-box b {
  font-weight: 700;
}
.text-box--small p,
.text-box--small ul li,
.text-box--small ol li {
  font-size: 0.75em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .text-box--small p,
.text-box--small ul li,
.text-box--small ol li {
    font-size: 0.875em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.text-box--small p,
.text-box--small ol,
.text-box--small ul {
  padding: 0 0 20px 0;
}
.text-box--small ul li:before, .text-box--small ol li:before {
  margin: 10px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .text-box--small table th,
.text-box--small table td {
    font-size: 0.875em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.text-box--big p,
.text-box--big ul li,
.text-box--big ol li {
  font-size: 0.875em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .text-box--big p,
.text-box--big ul li,
.text-box--big ol li {
    font-size: 1.125em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1600px) {
  .text-box--big p,
.text-box--big ul li,
.text-box--big ol li {
    font-size: 1.5em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1600px) {
  .text-box--big table th,
.text-box--big table td {
    padding: 25px 30px;
    font-size: 1.25em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.text-box--center {
  text-align: center;
}
.text-box--center ul {
  text-align: inherit;
}
.text-box--heading {
  margin: 0 0 30px 0;
  margin-top: -15px;
}
@media only screen and (min-width: 992px) {
  .text-box--heading {
    margin-top: -25px;
  }
}
.text-box .icon {
  display: block;
  margin: 0;
  font-size: 1.125em;
}
@media only screen and (min-width: 992px) {
  .text-box .icon {
    margin: 0;
  }
}

@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/icomoon.eot?#iefixuwynrv) format("embedded-opentype"), url(fonts/icomoon.woff?uwynrv) format("woff"), url(fonts/icomoon.ttf?uwynrv) format("truetype"), url(fonts/icomoon.svg?uwynrv#icomoon) format("svg");
  src: url(fonts/icomoon.eot?uwynrv);
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  moz-osx-font-smoothing: grayscale;
  speak: none;
  text-transform: none;
  webkit-font-smoothing: antialiased;
}

.icon-facebook:before {
  color: #3c599b;
  content: "";
}

.icon-pinterest:before {
  color: #cc2026;
  content: "";
}

.icon-instagram:before {
  color: #d5c9b8;
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

#mainmenu {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  line-height: 100%;
  min-height: 30px;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  #mainmenu {
    padding: 40px 0 0;
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  #mainmenu {
    padding: 0px 0;
    text-align: initial;
  }
}

.menu {
  float: none;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .menu {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu--right {
    float: right;
  }
}
.menu.nav > li {
  display: inline-block;
}
@media only screen and (min-width: 1600px) {
  .menu.nav > li {
    display: inline-block;
  }
}
.menu__item {
  color: black;
  float: none !important;
  text-align: left;
  padding: 0 5px;
}
@media only screen and (min-width: 992px) {
  .menu__item {
    padding: 0 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu__item {
    float: left !important;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 1600px) {
  .menu__item {
    padding: 0 8px;
  }
}
.menu__item:first-child {
  padding-left: 0;
}
.menu__item:first-child a {
  padding-left: 0 !important;
}
.menu__item:last-child {
  padding-right: 0;
}
.menu__item:last-child a {
  padding-right: 0 !important;
}
.menu__item--logo {
  display: none !important;
  margin-top: -10px;
  text-align: center;
  float: none !important;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
  .menu__item--logo {
    display: inline-block !important;
    position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media only screen and (min-width: 1600px) {
  .menu__item--logo {
    top: -15px;
  }
}
.menu__item--logo a {
  display: block;
}
.menu__item--logo img {
  width: 200px;
  transition: 0.3s;
}
@media only screen and (min-width: 1600px) {
  .menu__item--logo img {
    width: 280px;
  }
}
@media only screen and (min-width: 768px) {
  .menu__item--secondary a {
    padding: 0 8px 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .menu__item--secondary a {
    padding: 0 !important;
  }
}
.menu__item--breakpoint:before {
  content: "";
  display: block;
  height: 10px;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) {
  .menu__item--breakpoint:before {
    height: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu__item--breakpoint:before {
    height: auto;
    display: inline-block;
  }
}
@media only screen and (min-width: 1600px) {
  .menu__item--breakpoint:before {
    content: "|";
    margin: 0 10px 0 -5px;
  }
}
.menu__item--active .menu__link {
  border-bottom: 1px solid black;
}
@media only screen and (min-width: 768px) {
  .menu__item--sub:hover .submenu {
    display: block;
  }
}
.menu__link {
  color: inherit !important;
  font-size: 1em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  padding: 0 !important;
  display: inline-block !important;
  margin: 0 0;
}
@media only screen and (max-width: 991px) {
  .menu__link {
    font-size: 0.875em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1200px) {
  .menu__link {
    font-size: 0.75em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1600px) {
  .menu__link {
    font-size: 0.875em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1921px) {
  .menu__link {
    font-size: 1em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.menu span.separator {
  margin: 0 -5px;
}
@media only screen and (min-width: 1200px) {
  .menu span.separator {
    margin: 0 2px;
    font-size: 0.75em;
  }
}
@media only screen and (min-width: 1600px) {
  .menu span.separator {
    font-size: 0.875em;
  }
}

@media only screen and (min-width: 768px) {
  body.home .submenu {
    background: #f5f2ed;
  }
}

.submenu {
  padding: 5px 0 10px 0;
  list-style: none;
  text-align: center;
  background: transparent;
}
@media only screen and (min-width: 768px) {
  .submenu {
    display: none;
    position: absolute;
    top: 100%;
    text-align: left;
    left: -8px;
    padding: 5px 0;
    background: white;
    z-index: 99;
    min-width: 125px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1600px) {
  .submenu {
    left: 8px;
    min-width: 100px;
  }
}
.submenu__item {
  display: block;
  margin: 0 0 10px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .submenu__item {
    margin: 0 0 5px;
  }
}
.submenu__link {
  position: relative;
  color: black;
  font-size: 1.25em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  display: block;
  line-height: 140%;
}
@media only screen and (min-width: 768px) {
  .submenu__link {
    font-size: 0.875em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    transition: 0.2s 0s;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .submenu__link {
    font-size: 0.75em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1600px) {
  .submenu__link {
    margin-left: 0;
    margin-right: 0;
    font-size: 0.875em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1921px) {
  .submenu__link {
    margin-left: 0;
    margin-right: 0;
    font-size: 1em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.submenu__link:hover, .submenu__link:focus {
  color: black;
  text-decoration: none;
}

.toggle-menu {
  display: block;
  border: none;
  background: none;
  color: black;
  text-transform: uppercase;
  font-size: 1em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
.toggle-menu__lines {
  position: absolute;
  top: 45%;
  left: 0;
  width: 40px;
  right: 0;
  display: block;
  height: 2px;
  border: 1px solid;
  border-width: 1px 0 1px 0;
  transition: background 0 0.1s;
}
.toggle-menu__lines:before, .toggle-menu__lines:after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  border-top: 2px solid;
  content: "";
  transition-delay: 0.1s, 0s;
  transition-duration: 0.1s, 0.1s;
}
.header--index .toggle-menu__lines:before, .header--index .toggle-menu__lines:after {
  background: white;
}
.toggle-menu__lines:before {
  top: -10px;
  transition-property: top, transform;
}
.toggle-menu__lines:after {
  bottom: -10px;
  transition-property: bottom, transform;
}

header .navbar-header {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  background: white;
}
header .navbar-header__icons {
  float: right;
  margin-top: 2px;
}
header .navbar-header .navbar-toggle {
  border-radius: 0;
  cursor: pointer;
  float: none;
  margin: 5px 0 0;
  border: 0;
}
header .navbar-header .icon {
  color: black;
  margin: 0 10px;
  font-size: 1.125em;
}
@media only screen and (min-width: 321px) {
  header .navbar-header .icon {
    font-size: 1.5em;
  }
}

.search-modal {
  background: white;
}
.search-modal .modal__content {
  background: rgba(184, 187, 179, 0.4);
}
.search-modal .modal-body {
  display: flex;
  height: 100vh;
  align-items: center;
}
.search-modal .search-form {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.search-modal .search-form input {
  border: none;
  border-bottom: 3px solid black;
  color: black;
  background: transparent;
  width: 100%;
  font-size: 1.125em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .search-modal .search-form input {
    font-size: 2.5em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.search-modal .search-form input:focus, .search-modal .search-form input:active, .search-modal .search-form input:hover {
  outline: none;
  border: none;
  border-bottom: 3px solid black;
}
.search-modal .search-form__submit {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.5em;
  border: 0;
  background: transparent;
}
@media only screen and (min-width: 992px) {
  .search-modal .search-form__submit {
    font-size: 2em;
    bottom: 5px;
  }
}

#searchbarmobile {
  background: #f9f9f9;
  border-top: 1px solid #CCC;
  display: none;
}
#searchbarmobile input {
  background: none;
  border: none;
  padding: 13px;
  width: 100%;
}
#searchbarmobile input:active, #searchbarmobile input:focus {
  outline: 0;
}

.pagination {
  margin: 40px 0 0 0;
  text-align: center;
  width: 100%;
  border-radius: 0;
  padding: 20px 0;
}
.pagination:first-child {
  margin-top: 0;
}
.pagination__container {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.pagination__nav {
  display: inline-block;
  padding: 0;
  border: none;
  background: none;
  color: black;
  text-transform: uppercase;
  line-height: 35px;
  opacity: 0.5;
  font-size: 0.625em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .pagination__nav {
    line-height: 36px;
    font-size: 0.75em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
@media only screen and (min-width: 992px) {
  .pagination__nav:not(:disabled) {
    transition: 0.2s;
  }
  .pagination__nav:not(:disabled):hover, .pagination__nav:not(:disabled):focus {
    opacity: 1;
  }
}
.pagination__nav--prev {
  float: left;
}
.pagination__nav--next {
  float: right;
}
.pagination__pages {
  display: inline-block;
  overflow: hidden;
  margin: 0 20px;
}
@media only screen and (min-width: 992px) {
  .pagination__pages {
    margin: 0 30px;
  }
}
.pagination__item {
  float: left;
  margin: 0 2px;
  padding: 0;
  width: 35px;
  border: none;
  background: none;
  border: 1px solid transparent;
  color: black;
  line-height: 35px;
  opacity: 0.5;
  font-size: 0.75em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .pagination__item {
    margin: 0 7px;
    width: 36px;
    line-height: 36px;
    transition: 0.2s;
  }
  .pagination__item:not(.pagination__item--active):hover, .pagination__item:not(.pagination__item--active):focus {
    opacity: 1;
  }
}
.pagination__item--active {
  border-color: black;
  opacity: 1;
}
#options {
  clear: both;
  color: black;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #options {
    font-size: 0.75em;
  }
}
#options.bottom {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
}
#options p {
  margin: 0;
  padding-top: 6px;
}
#options p a {
  color: #000;
}
#options form {
  float: right;
}
#options form select {
  background: #FFF;
  border: 1px solid #333;
  border-radius: 5px;
  margin: 0 0 0 5px;
  padding: 5px;
  width: auto;
  color: black;
}
@media only screen and (min-width: 992px) {
  #options form select {
    padding: 5px 15px;
  }
}
#options form .field--select:after {
  top: 13px;
}
@media only screen and (min-width: 768px) {
  #options form .field--select:after {
    top: 15px;
  }
}
#options ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#options ul li {
  display: inline-block;
  padding: 0 4px;
}
#options .navigate {
  color: #000;
  display: block;
  text-transform: uppercase;
}
#options .navigate.right {
  text-align: right;
}

.product-grid {
  overflow: hidden;
  margin: -15px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .product-grid.xs-1 .product-grid__item {
    width: 100%;
  }
  .product-grid.xs-2 .product-grid__item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .product-grid.sm-1 .product-grid__item {
    width: 100%;
  }
  .product-grid.sm-2 .product-grid__item {
    width: 50%;
  }
  .product-grid.sm-3 .product-grid__item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 992px) {
  .product-grid.md-2 .product-grid__item {
    width: 50%;
  }
  .product-grid.md-3 .product-grid__item {
    width: 33.33%;
  }
  .product-grid.md-4 .product-grid__item {
    width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .product-grid.lg-2 .product-grid__item {
    width: 50%;
  }
  .product-grid.lg-3 .product-grid__item {
    width: 33.33%;
  }
  .product-grid.lg-4 .product-grid__item {
    width: 25%;
  }
  .product-grid.lg-5 .product-grid__item {
    width: 20%;
  }
}
@media only screen and (min-width: 1600px) {
  .product-grid.xl-3 .product-grid__item {
    width: 33.33%;
  }
  .product-grid.xl-4 .product-grid__item {
    width: 25%;
  }
  .product-grid.xl-5 .product-grid__item {
    width: 20%;
  }
}
.product-grid__item {
  position: relative;
  float: left;
  box-sizing: border-box;
  padding: 15px;
}
.product-grid__link {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: white;
  color: inherit;
  transition: 0.2s 0s;
}
.product-grid__link:after {
  display: block;
  clear: both;
  content: "";
}
.product-grid__photo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 10px;
}
.product-grid__content {
  display: flex;
  flex-direction: column;
  min-height: 110px;
}
.product-grid__title {
  display: block;
  overflow: hidden;
  margin: 0 0 10px 0;
  line-height: 140%;
  font-size: 0.875em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .product-grid__title {
    font-size: 1em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.product-grid__description {
  display: block;
  overflow: hidden;
  margin: 0 0 10px 0;
  line-height: 120%;
  font-size: 0.75em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .product-grid__description {
    font-size: 0.813em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.product-grid__price {
  display: block;
  overflow: hidden;
  margin: 0 0 10px 0;
  line-height: 120%;
  font-size: 0.813em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .product-grid__price {
    font-size: 0.938em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.product-grid__table {
  margin: 0 0 10px 0;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .product-grid__table {
    margin: 0 0 20px 0;
  }
}
.product-grid__table tr {
  border-bottom: 1px dotted #e1e1e1;
}
.product-grid__table td {
  padding: 5px 0;
  font-size: 0.813em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
.product-grid__table td:last-child {
  text-align: right;
}
.product-grid__more {
  margin-top: auto;
}
.product-grid__more:after {
  position: relative;
  top: -1px;
  display: inline-block;
  margin: 0 0 0 10px;
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0 0;
  content: "";
  vertical-align: middle;
  transform: rotate(45deg);
}
@media only screen and (min-width: 992px) {
  .product-grid__more:after {
    width: 8px;
    height: 8px;
  }
}

@media only screen and (min-width: 768px) {
  .product-details {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-details {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-details__heading {
    vertical-align: bottom;
    display: table-row;
  }
}
@media only screen and (min-width: 768px) {
  .product-details__heading .heading {
    display: table-cell;
  }
}
.product-details__title {
  font-size: 1.5em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  line-height: 100%;
}
@media only screen and (min-width: 768px) {
  .product-details__title {
    font-size: 3em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1600px) {
  .product-details__title {
    font-size: 4.375em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.product-details__color {
  font-size: 0.875em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .product-details__color {
    padding-left: 20px;
    font-size: 1.25em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1600px) {
  .product-details__color {
    font-size: 1.5em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.product-details__description {
  margin: 0 0 25px 0;
}
@media only screen and (min-width: 992px) {
  .product-details__description {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-details__description {
    margin: 0 0 45px;
  }
}
@media only screen and (min-width: 992px) {
  .product-details__selection {
    max-width: 480px;
  }
}
.product-details__selection .heading {
  margin: 0 0 5px !important;
}

@media only screen and (max-width: 767px) {
  .product-gallery {
    text-align: center;
  }
}
.product-gallery__link {
  margin-bottom: 15px;
}
.product-gallery__link img {
  box-shadow: none !important;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .product-gallery .expand {
    margin: 15px 0 40px;
  }
}

:root:not(.mobile-magic) button.mz-button {
  color: black !important;
}
:root:not(.mobile-magic) button.mz-button:hover, :root:not(.mobile-magic) button.mz-button:focus {
  color: black !important;
  border-color: black !important;
}

body .mz-expand {
  background-color: white;
  opacity: 1;
}
body .mz-expand-thumbnails .magic-thumbs .magic-thumb {
  padding: 0 5px;
}
body .mz-expand-thumbnails .magic-thumbs .magic-thumb > img {
  box-shadow: none;
  height: 60px;
}

.product-show {
  display: block;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.product-show.loading {
  background: #fff url(../images/loading-spin.svg) no-repeat center;
  color: #000;
}
.product-show .view_entire:active {
  text-decoration: none;
}
.product-show a.view_entire {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #888;
  float: right;
  font-size: 10px;
  margin-bottom: 8px;
  padding: 13px 8px;
  width: 100%;
  height: 45px;
  text-align: center;
  text-transform: uppercase;
  line-height: 10px;
}
.product-show a.view_entire:hover {
  background-color: #aaa;
  border: 1px solid #aaa;
  color: #fff;
  text-decoration: none;
}
.product-show #message p a {
  color: #999;
}
.product-show #message p i {
  margin-right: 8px;
}
.product-show #message p.warning {
  border: 1px #78BDF7 solid;
  border-radius: 1px;
  color: #146E9D;
  display: block;
  font-size: 12px;
  font-weight: 700;
  padding: 4px;
  background-color: #E6F2F7;
}
.product-show #message p.alert {
  border: 1px #78BDF7 solid;
  border-radius: 1px;
  color: #146E9D;
  display: block;
  font-size: 12px;
  font-weight: 700;
  padding: 4px;
  background-color: #E6F2F7;
}
.product-show .table-sizes td,
.product-show .table-sizes th {
  border-top: 0 solid #000;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #fff;
}
.product-show .table-sizes th {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}
.product-show .table-sizes label {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
}
.product-show .table-sizes tr {
  border: 1px solid transparent;
}
.product-show .table-sizes tr:hover {
  border: 1px solid #EEE;
}
.product-show .table-sizes tr.detail-row {
  color: #333;
  background-color: #f5f5f5;
}
.product-show .table-sizes tr.detail-row td.availability {
  border-bottom: 1px solid transparent;
}

.succss-shipping,
.succss-billing {
  font-size: 12px;
  color: #333;
  line-height: 18px;
  border-bottom: 1px solid #D5D5D5;
  min-height: 240px;
  border-top: 1px solid #D5D5D5;
  padding-top: 20px;
  padding-bottom: 20px;
}
.succss-shipping h3,
.succss-billing h3 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mobilenav select {
  background: #FFF;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  margin-left: 5px;
  padding: 5px;
  width: auto;
}

.price-display {
  font-size: 2em;
}
.price-display div {
  display: inline-block;
}
.price-display .sale-price-display {
  color: #de3226;
  font-weight: normal;
}
.price-display .original-price-display {
  display: inline-block;
  text-decoration: line-through;
  color: #999999;
  font-size: 0.75em;
  margin-right: 3px;
}
.price-display .price-difference-display {
  display: inline-block;
  color: black;
  font-size: 0.75em;
}

.size-guide-bloc {
  padding: 20px 15px;
  background: #f9f9f9;
  border: 1px solid #CCC;
  display: none;
  opacity: 0;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) {
  .size-guide-bloc {
    padding: 35px;
  }
}
.size-guide-bloc.active {
  display: block;
  opacity: 1;
}

.size-bloc-spacer {
  border: 1px solid #dedede;
  background-color: #f5f5f5;
  padding: 5px;
}

.size-guide-blocs {
  padding: 15px;
  border: 1px solid #DBDBDB;
}
.size-guide-blocs h3 {
  font-size: 16px;
  margin-top: 0px;
}

.size-selection-container .form-control {
  color: #000;
  font-weight: bold;
}

.try-at-home {
  background: url(../images/bg-tryb4.png) no-repeat !important;
  background-size: cover;
  padding: 25px 15px !important;
  text-align: center;
}

.try-at-home-banner {
  background: url(../images/bg-tryb4.png) no-repeat;
  background-size: cover;
  padding: 20px 15px;
  border: 1px solid #dde5dd;
}
.try-at-home-banner .new-item {
  font-size: 0.75em;
  font-weight: bold;
  color: #489d4e;
  margin: 0 0 0 0;
}
.try-at-home-banner .try-banner-heading {
  color: #489d4e;
  font-size: 1.55em;
  margin: 0 0 10px;
}
.try-at-home-banner .try-banner-heading span {
  border-radius: 50%;
  padding: 10px;
  background: #489d4e;
  color: white;
  margin: 0 0 0 10px;
  font-size: 0.85em;
}
.try-at-home-banner p {
  margin: 0 0 0 0;
  font-size: 0.75em;
  color: #666666;
}
.try-at-home-banner .btn-try-explanation {
  border: 2px solid #489d4e;
}

.btn-try-explanation {
  display: inline-block;
  padding: 10px 20px;
  background: #f7f9f7;
  border: 1px solid #489d4e;
  color: #489d4e;
  font-weight: bold;
  margin: 30px 0;
}
.btn-try-explanation i {
  padding: 10px;
  border-radius: 50%;
  background: #489d4e;
  color: white;
  display: inline-block;
  margin: 0 10px 0 0;
}
.btn-try-explanation:hover, .btn-try-explanation:focus {
  color: #489d4e;
  text-decoration: none;
}

.btn-try {
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
  min-height: 45px;
  font-size: 1.025em;
  font-weight: 700;
  background: #489d4e;
  color: white;
  width: 100%;
}
.btn-try:hover, .btn-try:focus {
  background: #408c45;
}
.btn-try.inactive {
  opacity: 0.4;
}
.btn-try.inactive:hover, .btn-try.inactive:focus {
  background: #489d4e;
  cursor: default;
}
.btn-try span {
  margin: 0 10px 0 0;
}

.btn-try-explanation-mini {
  display: inline-block;
  font-size: 0.75em;
  float: right;
  color: #666666;
  font-style: italic;
  text-decoration: underline;
}
.btn-try-explanation-mini:hover, .btn-try-explanation-mini:focus {
  outline: none;
}

#tryExplanationModal .modal-dialog {
  max-width: 750px;
  width: 100%;
}
#tryExplanationModal img {
  max-width: 100%;
}
#tryExplanationModal p {
  margin: 0 0 30px;
  line-height: 170%;
}
#tryExplanationModal .modal-title {
  color: #489d4e;
  text-transform: uppercase;
  font-size: 2.025em;
}
#tryExplanationModal .modal-title span {
  border-radius: 50%;
  padding: 15px;
  font-size: 1em;
  background: #489d4e;
  color: white;
  margin: 0 20px 0 0;
  display: inline-block;
}
#tryExplanationModal .modal-body {
  padding: 30px;
}

.product {
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .product {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .product {
    margin: 0 0 35px;
  }
}
.product .overlay {
  background: rgba(0, 0, 0, 0.7);
  bottom: 66px;
  display: block;
  left: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  z-index: 2;
  transition: 0.3s;
  opacity: 0;
}
.product .overlay .link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 0;
  margin-top: 0;
  display: block;
}
.product .overlay .pinit {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.product .overlay .pinit img {
  display: block;
  max-width: 100%;
  height: auto;
}
.product .overlay .add-to-favourites2,
.product .overlay .remove-favourites2 {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-radius: 0;
  padding: 1px 4px;
  border: 1px solid black;
}
.product .overlay .add-to-favourites2:hover,
.product .overlay .remove-favourites2:hover {
  color: black;
}
.product:hover {
  background: #FFF;
}
.product:hover .overlay {
  display: block;
  opacity: 1;
}
.product .img-responsive {
  margin-bottom: 5px;
  width: 100%;
}
.product__overlay-content {
  position: absolute !important;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.product__overlay-content .button--white {
  margin-top: 15px;
}
.product__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.product__image img {
  opacity: 0;
}
.product__image__container {
  position: relative;
}
.product__image__container img {
  width: 100%;
}
.product__title {
  color: #000;
  display: block;
  font-size: 1em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  line-height: 130%;
  margin: 0 0 0;
}
@media only screen and (min-width: 992px) {
  .product__title {
    font-size: 1.25em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.product__description {
  opacity: 0.4;
  margin: 0;
  display: block;
  color: black;
  font-size: 0.75em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .product__description {
    font-size: 0.875em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.product .selectedBox {
  background: url(../images/active.png) no-repeat center;
  bottom: -50px;
  display: none;
  height: 20px;
  left: 45%;
  position: absolute;
  width: 36px;
}
.product.selectedProduct {
  background: #FFF;
}
.product.selectedProduct .selectedBox {
  display: block;
  z-index: 1;
}
.product .type {
  height: 67px;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 67px;
}
.product .type.new {
  background: url(../images/product-type-new.png) no-repeat center;
}

.subcategory {
  padding: 0 0 40px;
}
@media only screen and (min-width: 992px) {
  .subcategory {
    padding: 0 0 90px;
  }
}
.subcategory:last-of-type {
  padding-bottom: 0;
}
.subcategory__header {
  margin: 0 0 20px;
}
@media only screen and (min-width: 992px) {
  .subcategory__header {
    margin: 0 0 30px;
  }
}
.subcategory__header .button, .subcategory__header .btn-cta,
.subcategory__header .btn-submit {
  margin-top: 8px;
}
.subcategory__title {
  display: block;
  margin: 0 15px 0 0;
}
@media only screen and (min-width: 1200px) {
  .subcategory__title {
    display: inline-block;
  }
}
.subcategory__additional-text {
  display: block;
  margin: 0;
  font-size: 0.875em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .subcategory__additional-text {
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  .subcategory__additional-text {
    font-size: 1.5em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.subcategory__list {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .subcategory__list {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  body.home header {
    background: #f5f2ed;
  }
}
@media only screen and (min-width: 768px) {
  body.home header.affix {
    background: white;
  }
}

header {
  padding: 0;
  background: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 16;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  header {
    padding: 35px 0;
  }
}
@media only screen and (min-width: 1600px) {
  header {
    padding: 70px 0;
  }
}
header + .content {
  padding-top: 160px;
}
@media only screen and (min-width: 768px) {
  header + .content {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 992px) {
  header + .content {
    padding-top: 220px;
  }
}
@media only screen and (min-width: 1200px) {
  header + .content {
    padding-top: 110px;
  }
}
@media only screen and (min-width: 1600px) {
  header + .content {
    padding-top: 180px;
  }
}
header.affix {
  top: 0;
  width: 100%;
  box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  header.affix {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1200px) {
  header.affix {
    padding: 35px 0 30px;
  }
}
@media only screen and (min-width: 1600px) {
  header.affix {
    padding: 55px 0 30px;
  }
}
header.affix .top-notification {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  header.affix #mainmenu {
    padding: 20px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  header.affix #mainmenu {
    padding: 0px;
  }
}
header.affix #mainmenu .menu__item--logo img {
  width: 150px;
}
@media only screen and (min-width: 1600px) {
  header.affix #mainmenu .menu__item--logo img {
    width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  header.affix #header {
    display: none;
    opacity: 0;
  }
}
@media only screen and (max-width: 1599px) {
  header.affix #header .logo {
    width: 130px;
  }
}
header.affix + .content {
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  header.affix + .content {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 992px) {
  header.affix + .content {
    padding-top: 220px;
  }
}
@media only screen and (min-width: 1200px) {
  header.affix + .content {
    padding-top: 110px;
  }
}
@media only screen and (min-width: 1600px) {
  header.affix + .content {
    padding-top: 180px;
  }
}

#header {
  text-align: center;
  display: block;
  width: 100%;
  opacity: 1;
  transition: 0.3s;
}
#header .logo {
  margin: 30px auto;
  display: inline-block;
  width: 150px;
}
@media only screen and (min-width: 768px) {
  #header .logo {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  #header .logo {
    width: 180px;
  }
}
@media only screen and (min-width: 1200px) {
  #header .logo {
    display: none;
  }
}
#header .logo img {
  margin: 0 auto;
}

.footer {
  font-size: 0.75em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  background: rgba(184, 187, 179, 0.6);
  color: black;
  padding: 30px 0;
}
@media only screen and (min-width: 992px) {
  .footer {
    padding: 60px 0;
    font-size: 1em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.footer ul {
  list-style-type: none;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}
.footer ul li {
  margin: 5px 0 0;
}
@media only screen and (min-width: 768px) {
  .footer__logo {
    margin: 20px 0 0;
  }
}
.footer .heading {
  margin: 0 0 10px;
}
.footer a {
  color: black;
}
.footer a:hover, .footer a:focus {
  color: #b8bbb3;
}

@media only screen and (max-width: 991px) {
  .page-intro--image .page-intro__content {
    margin-top: 20px;
  }
}
.page-intro__content {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .page-intro__content {
    padding: 20px 30px;
    background: #f5f2ed;
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .page-intro__content {
    padding: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .page-intro__content {
    padding: 70px 80px;
  }
}
.page-intro__image {
  background-size: cover;
  width: 100%;
  height: 180px;
  background-position: 50% 50%;
}
@media only screen and (min-width: 768px) {
  .page-intro__image {
    height: 280px;
  }
}
@media only screen and (min-width: 992px) {
  .page-intro__image {
    height: 100%;
    min-height: 350px;
  }
}
.page-intro__bannerimg {
  width: 100%;
  height: auto;
}
.page-intro__bgimage {
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 620px;
  background-position: 50% 50%;
}
@media only screen and (max-width: 991px) {
  .page-intro__bgimage {
    min-height: 200px;
  }
}

@media only screen and (min-width: 1600px) {
  #intro .heading--lv1 {
    font-size: 2.25em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}

.sidebar .heading {
  margin-bottom: 10px;
  line-height: 120%;
}
.sidebar__menu {
  display: block;
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .sidebar__menu {
    column-count: 2;
    column-gap: 10%;
  }
}
.sidebar__item {
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .sidebar__item {
    margin-bottom: 0;
  }
}
.sidebar__item--active a {
  text-decoration: underline;
}
.sidebar__link {
  color: black;
  font-size: 0.875em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .sidebar__link {
    font-size: 1em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
@media only screen and (min-width: 992px) {
  .sidebar__link {
    font-size: 1.125em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1600px) {
  .sidebar__link {
    font-size: 1.5em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}

#my_details .form-control,
#my_details textarea,
#my_details select,
#my_details input[type=email],
#my_details input[type=text] {
  margin-bottom: 15px;
}

.register form input[type=email],
.register form input[type=text],
.register form input[type=password],
.register form textarea,
.register form select {
  margin: 0;
}

.modal.modal-gray .modal-title {
  margin: 0;
  font-size: 20px;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .modal.modal-gray .modal-title {
    font-size: 24px;
  }
}
.modal.modal-gray .modal-content {
  border-radius: 0;
}
.modal.modal-gray .modal-header {
  background: #efefef;
  text-align: center;
  padding: 18px 15px;
}
.modal.modal-gray .modal-body {
  background: #f7f7f7;
}
.modal.modal-gray .btn-default {
  border-radius: 0;
  background: #000;
  padding: 18px 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
.modal.modal-gray .form-margin-top {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .modal.modal-gray .form-margin-top {
    margin-top: 30px;
  }
}
.modal.modal-gray .form-control {
  border-radius: 0;
  color: #999;
  margin: 7px 0;
  padding: 10px 14px;
  width: 100%;
  height: auto;
  background: #fff;
}

.box-item {
  padding: 20px 0;
}
@media only screen and (min-width: 992px) {
  .box-item {
    padding: 30px 0;
  }
}
.box-item--lightbg {
  background: rgba(245, 242, 237, 0.5);
  padding: 20px 15px;
}
@media only screen and (min-width: 992px) {
  .box-item--lightbg {
    padding: 30px 50px;
  }
}

#content .table-cart img {
  width: 50px;
}
#content .table-cart th,
#content .table-cart td {
  border-top: 0 solid #ddd;
  text-align: center;
  vertical-align: middle;
  padding: 10px 10px;
}
@media only screen and (min-width: 992px) {
  #content .table-cart th,
#content .table-cart td {
    padding: 15px 15px;
  }
}
#content .table-cart th:first-child,
#content .table-cart td:first-child {
  text-align: left;
}
#content .table-cart td {
  font-size: 14px;
}
#content .table-cart td.text-left,
#content .table-cart th.text-left {
  text-align: left;
}
#content .table-cart td.text-right,
#content .table-cart th.text-right {
  text-align: right;
}
#content .table-cart td.right,
#content .table-cart th.right {
  border-bottom: 0 solid #ddd !important;
  text-align: right;
}
#content .table-cart .gray {
  color: #999;
  font-size: 0.75em;
}
#content .table-cart .title {
  display: block;
  font-family: proxima-nova, sans-serif;
  text-align: left;
  text-transform: uppercase;
}
#content .table-cart .subtitle {
  color: #999;
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  text-align: left;
}
#content .table-cart .description {
  color: #333;
  display: block;
  font-size: 12px;
  text-align: left;
}

a.cart-remove-btn {
  color: #a40000;
}

.cart-quantity-btn {
  color: #999;
  font-size: 18px;
}
.cart-quantity-btn:hover {
  color: #61abf1;
  text-decoration: none;
}

.cart-quantity-input {
  background: none;
  border: 0;
  font-weight: 700;
  text-align: center;
  width: 50px;
}

.cart-navigation {
  border-bottom: 1px solid #EEE;
  border-top: 1px solid #EEE;
  margin-top: 100px;
}

.cart-navigation-right {
  color: #000;
  float: right;
  font-weight: bold;
}

.cart-navigation-right,
.cart-navigation-left {
  color: #777;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .cart-navigation-right,
.cart-navigation-left {
    float: none;
    text-align: left;
    width: 100%;
  }
}
.cart-navigation-right:hover, .cart-navigation-right:focus,
.cart-navigation-left:hover,
.cart-navigation-left:focus {
  color: #61abf1;
  text-decoration: none;
}

.force-right {
  float: right;
  font-weight: normal;
}

.checkout-steps {
  border-bottom: 1px solid #000;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  position: relative;
  text-align: justify;
}
.checkout-steps:after {
  content: "";
  display: inline-block;
  height: 0;
  line-height: 0;
  position: relative;
  width: 100%;
}
.checkout-steps li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .checkout-steps li {
    font-size: 9px;
    text-align: center;
  }
}
.checkout-steps li.active {
  font-weight: 700;
}
.checkout-steps li.active:before, .checkout-steps li.active:after {
  border: solid transparent;
  bottom: 0;
  content: " ";
  height: 0;
  left: 50%;
  margin-bottom: -21px;
  pointer-events: none;
  position: absolute;
  width: 0;
}
@media only screen and (max-width: 767px) {
  .checkout-steps li.active:before, .checkout-steps li.active:after {
    margin-bottom: -23px;
  }
}
.checkout-steps li.active:before {
  border-color: transparent;
  border-width: 10px;
  margin-left: -10px;
}
.checkout-steps li.active:after {
  border-color: rgba(255, 255, 255, 0);
  border-width: 9px;
  margin-left: -9px;
}

.purchased-color {
  background-color: #f5f5f5;
}

.purchased-top {
  margin-top: 20px;
}

#checkout {
  margin-bottom: 30px;
}
#checkout p {
  margin-bottom: 10px;
  padding: 0;
}
#checkout h2 {
  font-size: 16px;
}
#checkout select,
#checkout input[type=email],
#checkout input[type=text] {
  margin: 0;
}
#checkout label {
  font-size: 13px;
  font-weight: 700;
  padding-left: 0;
}
#checkout .form-group > div {
  padding-left: 0;
  padding-right: 0;
}
#checkout .shipping_label {
  color: #acacac;
  font-size: 16px;
  font-weight: 700;
}
#checkout .shipping_label input {
  margin: 5px;
}
#checkout .cart-edit-address {
  color: #CCC;
  font-size: 11px;
}

.cart-overview {
  border: 1px solid #eee;
  border-radius: 2px;
  moz-border-radius: 2px;
  padding: 10px;
  webkit-border-radius: 2px;
}
.cart-overview h4 {
  border-bottom: 1px solid #EEE;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.cart-overview .start {
  background-color: #f5f5f5;
  padding: 10px;
}
.cart-overview .start p {
  margin: 0;
  padding: 0;
}
.cart-overview .start i,
.cart-overview .start span {
  float: right;
}
.cart-overview .start b {
  font-weight: 700;
}
.cart-overview .start i {
  font-style: italic;
}
.cart-overview .cart-overview-item {
  border-top: 1px solid #EEE;
  margin-top: 10px;
  padding-top: 10px;
}
.cart-overview .cart-overview-item img {
  float: left;
  margin-right: 10px;
}
.cart-overview .cart-overview-item p {
  font-size: 12px;
  line-height: 140%;
  margin: 0;
  padding: 0;
}
.cart-overview .cart-overview-item .title {
  font-weight: 700;
  text-transform: uppercase;
}
.cart-overview .cart-overview-item .quantity {
  color: gray;
}
.cart-overview .cart-overview-item .price {
  font-weight: 700;
}
.cart-overview .cart-overview-item .cart-overview-edit {
  color: #61abf1;
  font-size: 10px;
  text-transform: uppercase;
}

.purchased-color {
  background-color: #f5f5f5;
}

.purchased-top {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .cart-action {
    float: right;
  }
}
.cart-action:after {
  content: "";
  display: table;
  clear: both;
}
.cart-action .btn {
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 15px 15px;
  float: right;
  margin-left: 20px;
  transition: all ease-in-out 200ms;
}
@media only screen and (max-width: 767px) {
  .cart-action .btn {
    float: none;
    display: block;
    text-align: center;
    margin-left: 0;
    width: 100%;
  }
}
.cart-action .btn.btn-black {
  background: #222;
  color: #fff;
}
.cart-action .btn.btn-black:hover, .cart-action .btn.btn-black:focus {
  background: #000;
  box-shadow: none;
  outline: none;
}
.cart-action .btn.btn-plain {
  background: #f0f0f0;
  color: #aaa;
}
.cart-action .btn.btn-plain:hover, .cart-action .btn.btn-plain:focus {
  background: #ddd;
  box-shadow: none;
  outline: none;
  color: #777;
}

.slideshow {
  padding-top: 0 !important;
}
.slideshow .carousel-control {
  background-image: none;
}
.slideshow .carousel-control img {
  position: absolute;
  top: 41%;
}
.slideshow .carousel-control.left img {
  left: 15px;
}
@media only screen and (min-width: 992px) {
  .slideshow .carousel-control.left img {
    left: 60px;
  }
}
.slideshow .carousel-control.right img {
  right: 15px;
}
@media only screen and (min-width: 992px) {
  .slideshow .carousel-control.right img {
    right: 60px;
  }
}
.slideshow .carousel {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .slideshow .carousel {
    padding: 0 30px;
  }
}
.slideshow .carousel .item {
  webkit-transform: translate3d(0, 0, 0);
}
.slideshow .carousel .item img {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.slideshow .carousel .item a {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .slideshow .carousel .carousel-inner {
    width: 150%;
    margin-left: -17.5%;
  }
}
@media only screen and (min-width: 768px) {
  .slideshow .carousel-inner > .item.next,
.slideshow .carousel-inner > .item.active.right {
    transform: translate3d(33%, 0, 0);
  }
}
@media only screen and (min-width: 768px) {
  .slideshow .carousel-inner > .item.prev,
.slideshow .carousel-inner > .item.active.left {
    transform: translate3d(-33%, 0, 0);
  }
}
@media only screen and (max-width: 767px) {
  .slideshow .item__third:first-of-type, .slideshow .item__third:last-of-type {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .slideshow .item__third {
    float: left;
    position: relative;
    /* captions can now be added */
    width: 44%;
    text-align: center;
    opacity: 1;
    transition: 0.3s;
  }
  .slideshow .item__third:first-of-type, .slideshow .item__third:last-of-type {
    width: 23%;
    transform: scale(0.75);
    opacity: 0.2;
  }
  .slideshow .item__third:first-of-type img, .slideshow .item__third:last-of-type img {
    width: 180%;
  }
  .slideshow .item__third:first-of-type img {
    float: right;
  }
  .slideshow .item__third:last-of-type img {
    float: left;
  }
}
.slideshow .text-box {
  padding: 25px 0;
}
@media only screen and (min-width: 768px) {
  .slideshow .text-box {
    padding: 30px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .slideshow .text-box {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .slideshow .text-box .heading {
    max-width: 300px;
    margin: 0 auto;
  }
}
.slideshow .carousel-indicators {
  position: relative;
  margin: 15px auto 0;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0;
}
.slideshow .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid black;
  margin: 0 5px;
}
.slideshow .carousel-indicators li.active {
  background: black;
  width: 15px;
  height: 15px;
}

@media only screen and (min-width: 768px) {
  body.home .slideshow {
    background: #f5f2ed;
  }
}

#happy_customers #gallery-carousel {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 992px) {
  #happy_customers #gallery-carousel {
    margin: 0 0 30px 0;
  }
}
#happy_customers .carousel-control {
  bottom: auto;
  top: auto;
  text-shadow: none;
  opacity: 1;
  color: black;
  font-size: 0.875em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  #happy_customers .carousel-control {
    font-size: 1.125em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1600px) {
  #happy_customers .carousel-control {
    font-size: 1.5em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
#happy_customers .carousel-control .icon {
  top: 18%;
  display: inline-block;
  position: absolute;
}
#happy_customers .carousel-control.left, #happy_customers .carousel-control.right {
  background-image: none;
}
@media only screen and (max-width: 767px) {
  #happy_customers .carousel-control.left {
    left: 15px;
  }
}
#happy_customers .carousel-control.left .icon {
  margin-left: -20px;
}
@media only screen and (max-width: 767px) {
  #happy_customers .carousel-control.right {
    right: 15px;
  }
}
#happy_customers .carousel-control.right .icon {
  margin-left: 5px;
}

.gallery__item {
  width: 33.33%;
  padding: 0 7px 15px 8px;
  float: left;
}
@media only screen and (min-width: 992px) {
  .gallery__item {
    width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery__item {
    width: 20%;
  }
}
.gallery__item img {
  width: 100%;
}

body .fancybox-wrap {
  width: auto;
}
body .fancybox-wrap .fancybox-skin {
  border-radius: 0;
  padding: 0 !important;
}
body .fancybox-wrap .fancybox-title {
  font-size: 1em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  margin-bottom: -50px;
}
body .fancybox-wrap .fancybox-title .child {
  border-radius: 0;
  font-weight: normal;
  line-height: 140%;
  background: transparent;
  text-shadow: none;
  white-space: initial;
}

.fancybox-title a {
  color: #fff;
}

/** ADDITIONAL CSS **/
.crossed {
  display: inline-block;
  text-decoration: line-through;
}

.footnote {
  color: #8f8f8f;
  font-size: 12px;
}

.account {
  overflow: hidden;
  background: white;
}
@media only screen and (min-width: 992px) {
  .account__container {
    padding: 50px 80px 80px 80px;
  }
}

.account-table table {
  width: 100%;
  text-align: left;
}
.account-table th {
  padding: 8px 5px;
  background: #f7f7f7;
  color: #000;
  line-height: 160%;
  font-size: 0.875em;
}
@media only screen and (min-width: 992px) {
  .account-table th {
    padding: 12px 10px;
    font-size: 1em;
  }
}
.account-table td {
  padding: 5px;
  border-top: 1px solid #ddd;
  color: #333;
  line-height: 120%;
  font-size: 0.75em;
}
@media only screen and (min-width: 992px) {
  .account-table td {
    padding: 10px;
    font-size: 0.875em;
  }
}

.account-list__heading {
  background: none;
  cursor: pointer;
  position: relative;
}
.account-list__item {
  margin-bottom: 15px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 991px) {
  .account-list__item {
    border: 1px solid #ddd;
  }
}
.account-list__item .panel-heading {
  color: black;
  background: #f5f2ed;
  border: 0;
  border-radius: 0;
  transition: 0.3s;
}
.account-list__item .panel-heading:hover {
  background: #e4cca9;
}
.account-list__title {
  padding: 0;
  margin: 0;
}
.account-list__content {
  padding: 20px 15px;
}
@media only screen and (min-width: 992px) {
  .account-list__content {
    padding: 45px 30px;
  }
}
.account-list__content form input[type=email],
.account-list__content form input[type=text],
.account-list__content form input[type=password],
.account-list__content select {
  margin: 5px 0;
  font-weight: normal;
  padding: 10px;
}
.account-list__info {
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-style: italic;
}
.account-list__info:hover {
  cursor: pointer;
}

.alert {
  border-radius: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .alert {
    margin-bottom: 30px;
  }
}
.alert--warning {
  background: rgba(245, 242, 237, 0.3);
  color: #de3226;
}
.alert--info {
  background: rgba(184, 187, 179, 0.1);
}

@media only screen and (min-width: 768px) {
  .login-area {
    max-width: 400px;
  }
}
.login-area #ForgotPassword {
  margin-top: 10px;
}
.login-area #ForgotPassword a {
  text-decoration: underline;
  font-size: 0.875em;
}

.blog .page-intro {
  text-align: center;
}

.blog-list__item {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 992px) {
  .blog-list__item {
    padding: 35px 55px;
    border: 1px solid #e1e1e1;
  }
}
.blog-list__item:last-child {
  margin-bottom: 0;
}
.blog-list__date {
  display: block;
  opacity: 0.6;
  font-size: 0.625em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .blog-list__date {
    font-size: 0.75em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.blog-list__title {
  display: inline-block;
  margin: 0 0 15px 0;
  color: black;
}
@media only screen and (min-width: 992px) {
  .blog-list__title {
    margin: 0 0 25px 0;
  }
}
.blog-list__title a {
  color: inherit;
}
.blog-list__description {
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 992px) {
  .blog-list__description {
    margin: 0 0 30px 0;
  }
}

.next-article {
  padding: 20px 0;
  border: 1px solid #e1e1e1;
  border-width: 1px 0 1px 0;
}
@media only screen and (min-width: 992px) {
  .next-article {
    padding: 40px 0;
  }
}
.next-article__title {
  display: block;
  margin: 0 0 15px 0;
  color: #337ab7;
  font-size: 0.875em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .next-article__title {
    margin: 0 0 30px 0;
    font-size: 1.125em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.next-article__title a {
  color: inherit;
}

.blog-post .page-intro {
  text-align: center;
}
.blog-post .breadcrumbs {
  display: inline-block;
}
.blog-post__title {
  margin-bottom: 10px;
}
.blog-post__image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.breadcrumbs {
  overflow: hidden;
  margin: 0 0 5px 0;
  list-style: none;
  color: #b8bbb3;
}
@media only screen and (min-width: 992px) {
  .breadcrumbs {
    margin: 0 0 5px 0;
  }
}
.breadcrumbs .icon {
  font-size: 0.75em;
  padding-top: 3px;
  margin: 0 7px;
  display: block;
  float: left;
}
@media only screen and (min-width: 992px) {
  .breadcrumbs .icon {
    padding-top: 5px;
  }
}
.breadcrumbs__item {
  float: left;
}
.breadcrumbs__item:not(:last-child):after {
  margin: 0 5px 0 0;
  content: ">";
  opacity: 0.65;
  font-size: 0.75em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
.breadcrumbs__link {
  color: inherit;
  float: left;
  font-size: 0.75em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .breadcrumbs__link {
    font-size: 0.875em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    transition: 0.2s 0s;
  }
  .breadcrumbs__link:hover, .breadcrumbs__link:focus {
    opacity: 0.8;
  }
}
.breadcrumbs__link--active {
  opacity: 1;
  font-size: 0.75em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}

.top-notification {
  position: absolute;
  width: 100%;
  top: 0;
  display: none;
  background: #eee;
  color: black;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .top-notification {
    background: white;
  }
}
@media only screen and (min-width: 992px) {
  .top-notification {
    padding: 10px 0 7px;
  }
}
.top-notification__content {
  font-size: 0.625em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .top-notification__content {
    font-size: 0.75em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
  }
}
.top-notification__content > *:last-child {
  margin-bottom: 0;
}
.top-notification__content a {
  text-decoration: underline;
  opacity: 1;
}
.top-notification__content a:hover, .top-notification__content a:focus {
  opacity: 0.6;
}

body.home .top-notification {
  display: block;
}
@media only screen and (min-width: 768px) {
  body.home header + .content:before {
    content: "";
    background: #f5f2ed;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  body.home .affix-top.has-notification {
    padding: 70px 0 35px;
  }
}
@media only screen and (min-width: 1600px) {
  body.home .affix-top.has-notification {
    padding: 105px 0 70px;
  }
}
body.home .affix-top.has-notification + .content {
  padding-top: 195px;
}
@media only screen and (min-width: 768px) {
  body.home .affix-top.has-notification + .content {
    padding-top: 235px;
  }
}
@media only screen and (min-width: 992px) {
  body.home .affix-top.has-notification + .content {
    padding-top: 255px;
  }
}
@media only screen and (min-width: 1200px) {
  body.home .affix-top.has-notification + .content {
    padding-top: 145px;
  }
}
@media only screen and (min-width: 1600px) {
  body.home .affix-top.has-notification + .content {
    padding-top: 215px;
  }
}
@media only screen and (max-width: 767px) {
  body.home .affix-top.has-notification #header .logo {
    margin: 75px auto 20px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  body.home .affix-top.has-notification #header .logo {
    margin: 60px auto 25px;
  }
}

.item-list-block__content {
  margin-bottom: 45px;
}
.item-list-block__title {
  display: block;
  font-size: 1.25em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  color: #333;
  transition: all ease-in-out 150ms;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .item-list-block__title {
    font-size: 1.375em;
  }
}
.item-list-block__link-text {
  display: block;
  font-size: 1em;
  font-weight: 600;
  color: #777;
  transition: all ease-in-out 150ms;
}
.item-list-block__image-container {
  position: relative;
  margin-bottom: 10px;
  transition: all ease-in-out 150ms;
}
.item-list-block__image-container:last-child {
  margin-bottom: 0;
}
.item-list-block__image {
  display: block;
  border-radius: 5px;
}
@media only screen and (min-width: 1200px) {
  .item-list-block__list {
    margin: 0 auto 30px;
    width: 1050px;
    max-width: 100%;
  }
}
.item-list-block__list__item {
  display: block;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) {
  .item-list-block__list__item {
    margin-bottom: 35px;
  }
}
.item-list-block__list__item:hover, .item-list-block__list__item:focus {
  outline: none;
}
.item-list-block__list__item:hover .item-list-block__link-text,
.item-list-block__list__item:hover .item-list-block__title, .item-list-block__list__item:focus .item-list-block__link-text,
.item-list-block__list__item:focus .item-list-block__title {
  color: #357ebd;
}
.item-list-block__list__item:hover .item-list-block__image-container, .item-list-block__list__item:focus .item-list-block__image-container {
  box-shadow: 0 0 30px 0 rgba(20, 30, 40, 0.25);
}

.product-list-block__content {
  margin-bottom: 45px;
}
@media only screen and (min-width: 1200px) {
  .product-list-block__list {
    margin: 0 auto 30px;
    width: 1050px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-list-block__list__item {
    margin-bottom: 50px;
    margin-right: 5%;
    padding: 14px;
    width: 29.5%;
  }
  .product-list-block__list__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .product-list-block__list__item {
    margin-bottom: 50px;
    margin-right: 5%;
    padding: 14px;
    width: 20.85%;
  }
  .product-list-block__list__item:nth-of-type(4n) {
    margin-right: 0;
  }
}

.featured-categories__item {
  padding: 0 0 50px;
}
.featured-categories__item:last-of-type {
  padding-bottom: 0;
}
.featured-categories__image {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .featured-categories .text-box {
    max-width: 610px;
    margin: 0 auto;
    padding: 0 50px;
  }
}

.features {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .features .animated:nth-child(0) {
    animation-delay: 0s;
  }
  .features .animated:nth-child(1) {
    animation-delay: 0.2s;
  }
  .features .animated:nth-child(2) {
    animation-delay: 0.4s;
  }
  .features .animated:nth-child(3) {
    animation-delay: 0.6s;
  }
  .features .animated:nth-child(4) {
    animation-delay: 0.8s;
  }
  .features .animated:nth-child(5) {
    animation-delay: 1s;
  }
  .features .animated:nth-child(6) {
    animation-delay: 1.2s;
  }
  .features .animated:nth-child(7) {
    animation-delay: 1.4s;
  }
  .features .animated:nth-child(8) {
    animation-delay: 1.6s;
  }
  .features .animated:nth-child(9) {
    animation-delay: 1.8s;
  }
  .features .animated:nth-child(10) {
    animation-delay: 2s;
  }
}

.features-list {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .features-list {
    margin: 0 -20px;
  }
}
@media only screen and (min-width: 1200px) {
  .features-list {
    margin: 0 -30px;
  }
}
.features-list--single {
  margin: 0 auto;
  max-width: 850px;
}
@media only screen and (min-width: 992px) {
  .features-list.mobile {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .features-list.mobile .slider__item {
    display: block;
    margin: 0 0 30px 0;
  }
}
.features-list.mobile .slider__item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .features .features-list {
    margin-top: -30px;
  }
}
@media only screen and (min-width: 768px) {
  .features-list__item {
    text-align: left;
    padding: 5px;
  }
}
@media only screen and (min-width: 992px) {
  .features-list__item {
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .features-list__item {
    padding: 0 30px;
    text-align: left;
  }
}
.features-list__item .photo__image {
  width: 100%;
}
.features-list__table {
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .features-list__table {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .features-list__table {
    display: table;
    width: 100%;
  }
}
.features-list__helper {
  display: block;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) {
  .features-list__helper {
    display: table-cell;
  }
}
.features-list__title {
  display: block;
  font-size: 1.125em;
}
@media only screen and (min-width: 992px) {
  .features-list__title {
    font-size: 1.25em;
    min-height: 48px;
  }
}
@media only screen and (min-width: 1200px) {
  .features-list__title {
    font-size: 1.5em;
    min-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .features-list__content {
    min-height: 180px;
    margin-bottom: 30px !important;
  }
}
.features-list__info {
  display: block;
  width: 575px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .features-list__info p {
    font-size: 1.1875em;
  }
}
.features-list__photo {
  margin: 0 0 20px 0;
  max-width: none;
}
.features-list .slider__button {
  position: absolute;
  top: 0;
  height: 125px;
}
@media only screen and (min-width: 992px) {
  .features-list .slider__button {
    width: 210px;
    height: 300px;
  }
}
.features-list .slider__button--prev {
  left: -190px;
}
.features-list .slider__button--next {
  right: -190px;
}
@media only screen and (max-width: 991px) {
  .features-list .slider__dots {
    margin: 0 0 15px 0;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .features-list .slider__dots {
    margin-top: 20px;
  }
}
.features-list .slider__dots ul li {
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .features-list .slider__dots ul li {
    margin: 0 3px;
  }
}
.features-list .slider__dots ul li.slick-active span {
  background: black;
}
.features-list .slider__dots__dot {
  display: block;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 100%;
  border: 1px solid #000;
}
@media only screen and (max-width: 991px) {
  .features-list .slider__dots__dot {
    padding: 5px;
  }
}
.features-list .slider__dots__dot:before {
  margin: 0;
  width: 6px;
  height: 6px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 992px) {
  .features-list .slider__dots__dot:before {
    width: 20px;
    height: 18px;
  }
}
.features-list .slider__box,
.features-list .slider__cycle,
.features-list .slick-track,
.features-list .slick-list {
  height: 100%;
}
.features-list .slick-track {
  display: inline-block;
}

.section-expert {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-expert {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .section-expert {
    margin-top: 90px;
  }
}
.section-expert .enquire-advice-button {
  max-width: 280px;
}
@media only screen and (max-width: 991px) {
  .section-expert .enquire-advice-button {
    max-width: 210px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-expert .enquire-advice-button .icon {
  position: relative;
  left: -10px;
}
@media only screen and (max-width: 991px) {
  .section-expert .enquire-advice-button .icon {
    top: -2px;
  }
}

[data-target="#request-modal"] i {
  display: inline !important;
  position: relative;
  left: 30px;
  top: 5px;
  color: black;
}

.request-modal .modal__content {
  background: rgba(184, 187, 179, 0.4);
  overflow: scroll;
}
.request-modal .modal-body {
  display: flex;
  height: 100vh;
  align-items: flex-start;
}
.request-modal .modal-body .container {
  position: relative;
  padding: 90px;
  background-color: #dfcdac;
  max-width: 720px;
  margin: 40px auto;
}
@media only screen and (max-width: 991px) {
  .request-modal .modal-body .container {
    padding: 60px 40px;
  }
}
.request-modal .modal-body .container .modal__close {
  top: 25px;
  right: 25px;
  font-size: 2em;
  color: #2b2e34;
}
@media only screen and (max-width: 991px) {
  .request-modal .modal-body .container .modal__close {
    font-size: 1.2em;
  }
}
.request-modal .request-form {
  margin-top: 40px;
}
.request-modal .request-form .field {
  text-align: center;
  margin-top: 30px;
}
.request-modal .request-form .field__container {
  max-width: 320px;
  margin: 0 auto;
  margin-top: 13px;
}
.request-modal .request-form .field__container__smaller {
  width: 230px;
}
.request-modal .request-form .field__container__smallest {
  width: 140px;
}
.request-modal .request-form .field [data-label] {
  position: relative;
}
.request-modal .request-form .field [data-label].file_selected:before {
  display: none !important;
}
.request-modal .request-form .field [data-label]:before {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  top: 1px;
  display: inline;
  content: attr(data-label);
  text-transform: uppercase;
  transition-delay: 0s;
  text-align: center;
  padding: 14px;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
  background-color: #dfcdac;
  transition: 0.2s 0s;
}
@media only screen and (max-width: 991px) {
  .request-modal .request-form .field [data-label]:before {
    padding: 8px;
  }
}
.request-modal .request-form .field__text, .request-modal .request-form .field [data-label]:before {
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
  /*@include respond-to(sm) {
    @include font-size(1em, 1, $font-lg);
  }*/
}
.request-modal .request-form .field__input, .request-modal .request-form .login-area input.text, .login-area .request-modal .request-form input.text {
  border: 1px solid black !important;
  color: black;
  background-color: #dfcdac;
  text-align: center;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}
.request-modal .request-form .field__input option, .request-modal .request-form .login-area input.text option, .login-area .request-modal .request-form input.text option {
  text-align: center;
}
.request-modal .request-form .field__input:focus, .request-modal .request-form .login-area input.text:focus, .login-area .request-modal .request-form input.text:focus, .request-modal .request-form .field__input:active, .request-modal .request-form .login-area input.text:active, .login-area .request-modal .request-form input.text:active, .request-modal .request-form .field__input:hover, .request-modal .request-form .login-area input.text:hover, .login-area .request-modal .request-form input.text:hover {
  background-color: #dfcdac;
}
#searchbarmobile {
  background: #f9f9f9;
  border-top: 1px solid #CCC;
  display: none;
}
#searchbarmobile input {
  background: none;
  border: none;
  padding: 13px;
  width: 100%;
}
#searchbarmobile input:active, #searchbarmobile input:focus {
  outline: 0;
}

@media only screen and (min-width: 768px) {
  #newsletter {
    max-width: 500px;
  }
}
@media only screen and (min-width: 992px) {
  #newsletter {
    max-width: 330px;
  }
}
#newsletter input[type=text],
#newsletter input[type=email],
#newsletter input[type=number] {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid black;
  margin: 0 0 15px;
  padding: 0;
  width: 100%;
  background: transparent;
  color: black;
  font-size: 1em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
#newsletter input[type=text]::placeholder, #newsletter input[type=text]:placeholder-shown, #newsletter input[type=text]::-moz-placeholder, #newsletter input[type=text]::-ms-input-placeholder, #newsletter input[type=text]::-webkit-input-placeholder,
#newsletter input[type=email]::placeholder,
#newsletter input[type=email]:placeholder-shown,
#newsletter input[type=email]::-moz-placeholder,
#newsletter input[type=email]::-ms-input-placeholder,
#newsletter input[type=email]::-webkit-input-placeholder,
#newsletter input[type=number]::placeholder,
#newsletter input[type=number]:placeholder-shown,
#newsletter input[type=number]::-moz-placeholder,
#newsletter input[type=number]::-ms-input-placeholder,
#newsletter input[type=number]::-webkit-input-placeholder {
  color: black !important;
  opacity: 1 !important;
}
#newsletter input[type=submit] {
  background: transparent;
  border: 1px solid black;
  color: black;
  padding: 10px 15px;
  margin: 10px 0 0;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .newsletter-form {
    margin: -30px -15px 30px;
    padding: 30px 15px;
    background: #f5f2ed;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-form {
    margin: -30px -15px 30px;
    background: #f5f2ed;
    padding: 30px 50px;
  }
}

.contact-form {
  margin: 20px 0;
}
@media only screen and (min-width: 992px) {
  .contact-form {
    margin: 30px 0;
  }
}

.g-recaptcha {
  margin-bottom: 15px !important;
}

.store-locator__item {
  border-radius: 0 !important;
  box-shadow: none;
  border: 0;
}
.store-locator__heading {
  color: black;
  border-radius: 0 !important;
  background: #f5f2ed !important;
}
@media only screen and (min-width: 1200px) {
  .store-locator__heading {
    padding: 15px 25px;
  }
}
.store-locator__heading a {
  color: black;
  text-decoration: none;
}
.store-locator__content {
  border-top: 0 !important;
  background: #fcfbfa;
}
@media only screen and (min-width: 1200px) {
  .store-locator__content {
    padding: 35px 50px;
  }
}

.color-white {
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .container-fluid.sm-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  .sm-center {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .sm-padding {
    margin: 0 0 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .xs-center {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .xs-padding {
    margin: 0 0 50px 0;
  }
}