@charset "UTF-8";
/* IMPORTS */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-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: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    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 th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/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: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

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

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

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

.glyphicon-th:before {
  content: "\e011"; }

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

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

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

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

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

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

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

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

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

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

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

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

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

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

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

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

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

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

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

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

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

.glyphicon-list:before {
  content: "\e056"; }

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

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

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

.glyphicon-picture:before {
  content: "\e060"; }

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

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

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

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

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

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

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

.glyphicon-eject:before {
  content: "\e078"; }

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

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

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

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

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

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

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

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

.glyphicon-screenshot:before {
  content: "\e087"; }

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

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

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

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

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

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

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

.glyphicon-retweet:before {
  content: "\e115"; }

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

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

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

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

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

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

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

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

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

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

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

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

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

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

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

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

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

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

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

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

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

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

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

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

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

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

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

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

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

.glyphicon-flash:before {
  content: "\e162"; }

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

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

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

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

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

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

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

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

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

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

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

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

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

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

.glyphicon-subtitles:before {
  content: "\e188"; }

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-cd:before {
  content: "\e201"; }

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

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

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

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

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

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

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

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

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

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

.glyphicon-education:before {
  content: "\e233"; }

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

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

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

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

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

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

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

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

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

* {
  box-sizing: border-box; }

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

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

body {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
  color: #898989;
  background-color: #FFF; }

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

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

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #f5f5f5; }

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 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: normal;
    line-height: 1;
    color: #ededed; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 18px;
  margin-bottom: 9px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9px;
  margin-bottom: 9px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

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

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

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

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

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

p {
  margin: 0 0 9px; }

.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 19.5px; } }

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

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

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

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

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

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

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

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

.text-uppercase, .initialism, .small-uppercase, #cart-table thead {
  text-transform: uppercase; }

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

.text-muted {
  color: #ededed; }

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

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

.text-success {
  color: #98b56e; }

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #f5f5f5; }

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

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

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

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

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

@media (min-width: 991px) {
  .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[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ededed; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #f5f5f5; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #ededed; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f5f5f5;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.428571429; }

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: 0px; }

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

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #cccccc;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px; }
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    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 > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #FFF; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 13.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

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

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #000000; }

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #000000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  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: #000000;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6); }
  .form-control::-moz-placeholder {
    color: #000000;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #000000; }
  .form-control::-webkit-input-placeholder {
    color: #000000; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #f5f5f5;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

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

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 18px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 31px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

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

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

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

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

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

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

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

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 0px; }

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

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

.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 0px; }

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

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

.form-group-lg .form-control-static {
  height: 45px;
  min-height: 35px;
  padding: 11px 16px;
  font-size: 17px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 40px; }

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

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

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

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

.has-success .form-control {
  border-color: #98b56e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #7f9f51;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c8d7b2; }

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

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

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

.has-warning .form-control {
  border-color: #8a6d3b;
  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;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

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

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #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;
  border-color: #a94442;
  background-color: #f2dede; }

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

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

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

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

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

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

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

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

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

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

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #000000;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

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

.btn-default {
  color: #000000;
  background-color: transparent;
  border-color: transparent; }
  .btn-default:focus, .btn-default.focus {
    color: #000000;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
  .btn-default:hover {
    color: #000000;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #000000;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #000000;
      background-color: rgba(0, 0, 0, 0);
      border-color: rgba(0, 0, 0, 0); }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: transparent;
    border-color: transparent; }
  .btn-default .badge {
    color: transparent;
    background-color: #000000; }

.btn-primary {
  color: #000000;
  background-color: transparent;
  border-color: transparent; }
  .btn-primary:focus, .btn-primary.focus {
    color: #000000;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
  .btn-primary:hover {
    color: #000000;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #000000;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #000000;
      background-color: rgba(0, 0, 0, 0);
      border-color: rgba(0, 0, 0, 0); }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: transparent;
    border-color: transparent; }
  .btn-primary .badge {
    color: transparent;
    background-color: #000000; }

.btn-success {
  color: #fff;
  background-color: #9fb95c;
  border-color: #94b04c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #859e44;
    border-color: #495725; }
  .btn-success:hover {
    color: #fff;
    background-color: #859e44;
    border-color: #708539; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #859e44;
    border-color: #708539; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #708539;
      border-color: #495725; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #9fb95c;
    border-color: #94b04c; }
  .btn-success .badge {
    color: #9fb95c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #9fb95c;
  border-color: #94b04c; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #859e44;
    border-color: #495725; }
  .btn-info:hover {
    color: #fff;
    background-color: #859e44;
    border-color: #708539; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #859e44;
    border-color: #708539; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #708539;
      border-color: #495725; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #9fb95c;
    border-color: #94b04c; }
  .btn-info .badge {
    color: #9fb95c;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #cea021;
  border-color: #b88f1d; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #a27e1a;
    border-color: #4a3a0c; }
  .btn-warning:hover {
    color: #fff;
    background-color: #a27e1a;
    border-color: #836615; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #a27e1a;
    border-color: #836615; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #836615;
      border-color: #4a3a0c; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #cea021;
    border-color: #b88f1d; }
  .btn-warning .badge {
    color: #cea021;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #ab2b34;
  border-color: #97262e; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #822128;
    border-color: #310c0f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #822128;
    border-color: #661a1f; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #822128;
    border-color: #661a1f; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #661a1f;
      border-color: #310c0f; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #ab2b34;
    border-color: #97262e; }
  .btn-danger .badge {
    color: #ab2b34;
    background-color: #fff; }

.btn-link {
  color: #000000;
  font-weight: normal;
  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:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #e62a25;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #ededed;
    text-decoration: none; }

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

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

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

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

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

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

.fade {
  opacity: 0;
  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; }

.dropup,
.dropdown {
  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;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #f0f0f0;
  border: 1px solid transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: transparent; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #000000;
    white-space: nowrap; }

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

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

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle {
  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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #000000;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 0px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #f5f5f5; }
    .nav > li.disabled > a {
      color: #ededed; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #ededed;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #f5f5f5;
    border-color: #000000; }
  .nav .nav-divider {
    height: 1px;
    margin: 8px 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.428571429;
      border: 1px solid transparent;
      border-radius: 0px 0px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #f5f5f5 #f5f5f5 #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #898989;
      background-color: #FFF;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

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

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

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 991px) {
    .navbar {
      border-radius: 0px; } }

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

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 991px) {
    .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-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

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

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

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 991px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 991px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

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

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

.navbar-brand {
  float: left;
  padding: 16px 15px;
  font-size: 17px;
  line-height: 18px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 991px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px; }
  .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: 991px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 8px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px; }
  @media (max-width: 990px) {
    .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 > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 18px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 991px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 16px;
          padding-bottom: 16px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 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: 9px;
  margin-bottom: 9px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 990px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 991px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

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

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

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

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

@media (min-width: 991px) {
  .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:hover, .navbar-default .navbar-brand:focus {
      color: #5e5d5d;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      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-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 990px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090808; }
  .navbar-inverse .navbar-brand {
    color: white; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: white; }
  .navbar-inverse .navbar-nav > li > a {
    color: white; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090808; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090808;
    color: #fff; }
  @media (max-width: 990px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: white; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: white; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: white; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: " ";
      padding: 0 5px;
      color: #898989; }
  .breadcrumb > .active {
    color: #e62a25; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 0px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #000000;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 3;
    color: #e62a25;
    background-color: #f5f5f5;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #ededed;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

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

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

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

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

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

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

.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #f5f5f5; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #ededed;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: transparent; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: rgba(0, 0, 0, 0); }

.label-primary {
  background-color: transparent; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: rgba(0, 0, 0, 0); }

.label-success {
  background-color: transparent; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: rgba(0, 0, 0, 0); }

.label-info {
  background-color: transparent; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: rgba(0, 0, 0, 0); }

.label-warning {
  background-color: transparent; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: rgba(0, 0, 0, 0); }

.label-danger {
  background-color: transparent; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: rgba(0, 0, 0, 0); }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #ededed;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #000000;
    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; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f5f5f5; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #dcdbdb; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 0px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 59px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.428571429;
  background-color: #FFF;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #898989; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #000000; }

.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 0px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #98b56e; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #7f9f51; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .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 {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 0px;
  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: 18px;
  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-striped .progress-bar,
.progress-bar-striped {
  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.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #9fb95c; }
  .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: #9fb95c; }
  .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: #cea021; }
  .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: #ab2b34; }
  .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 {
  zoom: 1;
  overflow: hidden; }

.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-left,
.media-right,
.media-body {
  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 {
  margin-bottom: 20px;
  padding-left: 0; }

.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-right-radius: 0px;
    border-top-left-radius: 0px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }

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:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #f5f5f5;
  color: #ededed;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #ededed; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  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: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, .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 {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #98b56e;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #98b56e; }
  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:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #98b56e;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #98b56e;
    border-color: #98b56e; }

.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:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    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:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    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:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    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: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }

.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-right-radius: -1px;
    border-top-left-radius: -1px; }
  .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: -1px;
    border-bottom-left-radius: -1px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .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-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1px;
    border-top-right-radius: -1px; }
    .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,
    .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-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-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 {
      border-top-left-radius: -1px; }
    .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,
    .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-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-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 {
      border-top-right-radius: -1px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .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 {
    border-bottom-left-radius: -1px;
    border-bottom-right-radius: -1px; }
    .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,
    .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 {
      border-bottom-left-radius: -1px; }
    .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,
    .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 {
      border-bottom-right-radius: -1px; }

.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 th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .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,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > 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 {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 18px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      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: #cccccc;
    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: #cccccc; }
  .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: #98b56e;
    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: #98b56e; }
  .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 iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  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: 0px; }

.well-sm {
  padding: 9px;
  border-radius: 0px; }

.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    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: "open-sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px; }

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

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

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  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; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  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-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    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: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      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.next, .carousel-inner > .item.active.right {
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

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

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Caption */
.slick-caption {
  position: absolute;
  bottom: 50%;
  left: 20%;
  right: 20%;
  padding-bottom: 18px;
  -ms-transform: translateY(50%);
      transform: translateY(50%);
  z-index: 10;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .slick-caption .btn {
    text-shadow: none; }
  @media screen and (max-width: 991px) {
    .slick-caption {
      left: 15%;
      right: 15%; } }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -16px;
  border: none;
  outline: none;
  opacity: 0.85;
  filter: alpha(opacity=85);
  transition: opacity 250ms; }
  .slick-prev:hover,
  .slick-next:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev span,
  .slick-next span {
    display: block;
    width: 8px;
    height: 14px; }

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

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

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 0; }
    .slick-dots li button {
      border: 0;
      display: block;
      height: 8px;
      width: 8px;
      background-color: #000000;
      border-radius: 100%;
      opacity: 0.25;
      filter: alpha(opacity=25);
      transition: 0.35s;
      outline: none;
      padding: 4px;
      margin: 0 2.5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        opacity: 1; }
    .slick-dots li.slick-active button {
      background-color: #000000;
      opacity: 0.75;
      filter: alpha(opacity=75); }
      .slick-dots li.slick-active button:hover, .slick-dots li.slick-active button:focus {
        opacity: 1; }
  @media screen and (max-width: 767px) {
    .slick-dots {
      bottom: 15px; } }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix {
  min-height: 0; }
  .ui-helper-clearfix:after {
    clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-slider {
  position: relative;
  text-align: left; }
  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none; }
  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0; }
  .ui-slider.ui-state-disabled .ui-slider-handle {
    filter: inherit; }
  .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }
  .ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em; }
  .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  .ui-slider-horizontal .ui-slider-range-min {
    left: 0; }
  .ui-slider-horizontal .ui-slider-range-max {
    right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }
  .ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em; }
  .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%; }
  .ui-slider-vertical .ui-slider-range-min {
    bottom: 0; }
  .ui-slider-vertical .ui-slider-range-max {
    top: 0; }

.ui-slider {
  height: 3px;
  background-color: #f5f5f5;
  border-radius: 3px; }
  .ui-slider .ui-slider-range {
    background: #ab2b34; }
  .ui-slider .ui-slider-handle {
    border-radius: 100%;
    transition: .35s;
    top: -6px;
    width: 15px;
    height: 15px;
    border: 3px solid #ab2b34;
    background-color: #FFF;
    cursor: pointer; }
    .ui-slider .ui-slider-handle:active, .ui-slider .ui-slider-handle:focus {
      outline: none; }
    .ui-slider .ui-slider-handle:active {
      border-width: 4px; }

/*! jQuery UI - v1.11.4 - 2016-05-27
* http://jqueryui.com
* Includes: core.css, datepicker.css, slider.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
  background-color: #fff;
  border: 1px solid #cccccc; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 1.8em;
  height: 1.8em;
  cursor: pointer; }
  .ui-datepicker .ui-datepicker-prev::before,
  .ui-datepicker .ui-datepicker-next::before {
    content: url("../graphics/svg/caret.svg");
    position: absolute;
    top: 2px;
    width: 10px;
    height: 10px; }
  .ui-datepicker .ui-datepicker-prev span,
  .ui-datepicker .ui-datepicker-next span {
    display: none; }

.ui-datepicker .ui-datepicker-prev {
  left: 10px; }
  .ui-datepicker .ui-datepicker-prev::before {
    left: 0;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg); }

.ui-datepicker .ui-datepicker-next {
  right: 10px; }
  .ui-datepicker .ui-datepicker-next::before {
    right: 0;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }

.ui-datepicker {
  border: solid 1px #000000;
  margin-top: -1px;
  padding: 0 15px;
  max-width: 270px;
  width: 261px; }

.ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  text-align: center;
  color: #e62a25;
  font-weight: 700;
  padding: 10px 0;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 10px; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0px 0 15px; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  color: #000000; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }
  .ui-datepicker td a {
    text-align: center; }
  .ui-datepicker td.ui-datepicker-today {
    background-color: #e62a25;
    font-weight: 700; }
    .ui-datepicker td.ui-datepicker-today a {
      color: #FFF;
      text-align: center; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-decoration: none;
  text-align: center; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.4.2
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(255, 255, 255, 0.8);
  transition: opacity .5s ease; }
  #baguetteBox-overlay.visible {
    opacity: 1; }
  #baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center; }
    #baguetteBox-overlay .full-image figure {
      display: inline;
      margin: 0;
      height: 100%; }
    #baguetteBox-overlay .full-image img {
      display: inline-block;
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      vertical-align: middle;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
    #baguetteBox-overlay .full-image figcaption {
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      line-height: 1.8;
      white-space: normal;
      color: #ccc;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.6);
      font-family: sans-serif; }
    #baguetteBox-overlay .full-image:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left .4s ease, transform .4s ease; }
  #baguetteBox-slider.bounce-from-right {
    animation: bounceFromRight .4s ease-out; }
  #baguetteBox-slider.bounce-from-left {
    animation: bounceFromLeft .4s ease-out; }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: transparent;
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color .4s ease; }
  .baguetteBox-button#next-button {
    right: 2%; }
  .baguetteBox-button#previous-button {
    left: 2%; }
  .baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px; }
  .baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0; }
    .baguetteBox-button svg line, .baguetteBox-button svg polyline {
      stroke: #e62a25 !important;
      stroke-width: 3px; }

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  animation-delay: -1.0s; }

@keyframes bounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0; }

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word; }

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold; }

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important; }

/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  /* Overlap .qtip-tip */
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent; }

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px; }

* html .qtip-titlebar .qtip-close {
  top: 16px; }

/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr; }

.qtip-icon, .qtip-icon .ui-icon {
  border-radius: 3px;
  text-decoration: none; }

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em; }

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border: 1px solid #e62a25 !important;
  background-color: #FFF;
  color: #e62a25; }
  .qtip-default .qtip-tip {
    display: none !important; }
  .qtip-default .qtip-content {
    padding: 10px;
    font-size: 13px;
    line-height: 18px; }

.qtip-default .qtip-titlebar {
  background-color: #FFF; }

.qtip-default .qtip-icon {
  display: none !important; }

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111; }

/*! Light tooltip style */
.qtip-light {
  background-color: white;
  border-color: #E2E2E2;
  color: #454545; }

.qtip-light .qtip-titlebar {
  background-color: #f1f1f1; }

/*! Dark tooltip style */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3; }

.qtip-dark .qtip-titlebar {
  background-color: #404040; }

.qtip-dark .qtip-icon {
  border-color: #444; }

.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/*! Cream tooltip style */
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35; }

.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D; }

.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0; }

/*! Red tooltip style */
.qtip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323; }

.qtip-red .qtip-titlebar {
  background-color: #F06D65; }

.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0; }

.qtip-red .qtip-icon {
  border-color: #D95252; }

.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252; }

/*! Green tooltip style */
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219; }

.qtip-green .qtip-titlebar {
  background-color: #B0DE78; }

.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0; }

/*! Blue tooltip style */
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD; }

.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5; }

.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0; }

.qtipmodal-ie6fix {
  position: absolute !important; }

.fc {
  direction: ltr;
  text-align: left; }

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

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed .fc-today {
  background: #fcf8e3; }

.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */ }

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */ }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 4px 2px 0;
  padding: 0 1px;
  height: 5px;
  overflow: hidden; }
  .fc-day-grid-event:hover {
    background-color: #e62a25 !important;
    border-color: #e62a25 !important;
    color: #e62a25 !important;
    cursor: pointer !important; }
  .fc-day-grid-event.my-highlight {
    background-color: #e62a25 !important;
    border-color: #e62a25 !important;
    color: #e62a25 !important;
    cursor: pointer !important; }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */ }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
  margin-bottom: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px; }

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 2px;
  padding-bottom: 2px; }

.fc-basic-view .fc-week-number {
  text-align: center; }

.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right; }

.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left; }

.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */ }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */ }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */ }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

@media screen and (max-width: 991px) {
  #close-sidebar {
    margin-bottom: 15px;
    margin-left: 15px; }
  .offcanvas-stop-scrolling {
    height: 100%;
    overflow: hidden; }
  .navbar-default .navbar-offcanvas {
    background-color: #f8f8f8; }
  .navbar-inverse .navbar-offcanvas {
    background-color: #222; }
  .navbar-offcanvas {
    position: fixed;
    width: 100%;
    max-width: 250px;
    left: -250px;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1000;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: white;
    padding-top: 20px;
    transition: all 0.15s ease-in; }
    .navbar-offcanvas.in {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
    .navbar-offcanvas.navbar-offcanvas-fade {
      opacity: 0; }
      .navbar-offcanvas.navbar-offcanvas-fade.in {
        opacity: 1; }
    .navbar-offcanvas.offcanvas-transform.in {
      -ms-transform: translateX(250px);
          transform: translateX(250px); }
    .navbar-offcanvas.offcanvas-position.in {
      left: 0; }
    .navbar-offcanvas.navbar-offcanvas-right {
      left: auto;
      right: -250px; }
      .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
        -ms-transform: translateX(-250px);
            transform: translateX(-250px); }
      .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
        left: auto;
        right: 0; }
    .navbar-offcanvas .dropdown.active .caret {
      border-top: 0;
      border-bottom: 4px solid; }
    .navbar-offcanvas .dropdown-menu {
      position: relative;
      width: 100%;
      border: inherit;
      box-shadow: none;
      transition: height 0.15s ease-in; }
      .navbar-offcanvas .dropdown-menu.shown {
        display: block;
        margin-bottom: 10px; } }

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

/*
* Covers an entire block
* @Usage @extend %coverer;
*/
.loader, #page-testament .img-cover .bg-responsive, #page-testament .banner-text .bg-responsive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
* Centers block vertically and horizontally
* It works even when: You don't know know how big it is, You don't know how big the container is, either
* @Usage @extend %centerer;
*/
.loader .center {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

/*
* Vertical align a block
* @Usage @extend %vertical-align;
*/
/*
* Reflect horizontal
* @Usage @extend %flip-horizontal;
*/
.btn.btn-arrow.left .icon, .btn.btn-arrow-red.left .icon, .btn.btn-border.left .icon {
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

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

.sm-letter-spacing {
  letter-spacing: 0.025em; }

.md-letter-spacing, .small-uppercase, #cart-table thead {
  letter-spacing: 0.05em; }

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

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

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

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

.font-size-small, .small-uppercase, #cart-table thead {
  font-size: 12px;
  font-size: 1.2rem; }

.font-size-large {
  font-size: 17px;
  font-size: 1.7rem; }

.small-uppercase, #cart-table thead {
  font-weight: 700; }

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

.no-overflow {
  overflow: hidden; }

.hidden {
  display: none; }

.no-float {
  float: none; }

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

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

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

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

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

.full-width {
  width: 100%; }

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

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

.d-flex {
  display: -ms-flexbox;
  display: flex; }

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

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

.full-height {
  height: 100%; }

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

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

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

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

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

.row-table {
  display: table; }

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

.eq-row-flex {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .eq-row-flex {
      display: block; } }

.eq-col-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .eq-col-flex > * {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .eq-col-flex {
      display: block; } }

.flex-row {
  -ms-flex-direction: row;
      flex-direction: row; }

.flex-column {
  -ms-flex-direction: column;
      flex-direction: column; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; }

.flex-fill {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.justify-content-start {
  -ms-flex-pack: start;
      justify-content: flex-start; }

.justify-content-end {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.justify-content-center {
  -ms-flex-pack: center;
      justify-content: center; }

.justify-content-between {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.align-items-start {
  -ms-flex-align: start;
      align-items: flex-start; }

.align-items-end {
  -ms-flex-align: end;
      align-items: flex-end; }

.align-items-center {
  -ms-flex-align: center;
      align-items: center; }

.align-items-baseline {
  -ms-flex-align: baseline;
      align-items: baseline; }

.align-items-stretch {
  -ms-flex-align: stretch;
      align-items: stretch; }

.align-content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start; }

.align-content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end; }

.align-content-center {
  -ms-flex-line-pack: center;
      align-content: center; }

.align-content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between; }

.align-content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around; }

.align-content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch; }

.align-self-auto {
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto; }

.align-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.align-self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

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

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 10px !important; }

.mt-1,
.my-1 {
  margin-top: 10px !important; }

.mr-1,
.mx-1 {
  margin-right: 10px !important; }

.mb-1,
.my-1 {
  margin-bottom: 10px !important; }

.ml-1,
.mx-1 {
  margin-left: 10px !important; }

.m-2 {
  margin: 20px !important; }

.mt-2,
.my-2 {
  margin-top: 20px !important; }

.mr-2,
.mx-2 {
  margin-right: 20px !important; }

.mb-2,
.my-2 {
  margin-bottom: 20px !important; }

.ml-2,
.mx-2 {
  margin-left: 20px !important; }

.m-3 {
  margin: 30px !important; }

.mt-3,
.my-3 {
  margin-top: 30px !important; }

.mr-3,
.mx-3 {
  margin-right: 30px !important; }

.mb-3,
.my-3 {
  margin-bottom: 30px !important; }

.ml-3,
.mx-3 {
  margin-left: 30px !important; }

.m-4 {
  margin: 40px !important; }

.mt-4,
.my-4 {
  margin-top: 40px !important; }

.mr-4,
.mx-4 {
  margin-right: 40px !important; }

.mb-4,
.my-4 {
  margin-bottom: 40px !important; }

.ml-4,
.mx-4 {
  margin-left: 40px !important; }

.m-5 {
  margin: 50px !important; }

.mt-5,
.my-5 {
  margin-top: 50px !important; }

.mr-5,
.mx-5 {
  margin-right: 50px !important; }

.mb-5,
.my-5 {
  margin-bottom: 50px !important; }

.ml-5,
.mx-5 {
  margin-left: 50px !important; }

.m-6 {
  margin: 60px !important; }

.mt-6,
.my-6 {
  margin-top: 60px !important; }

.mr-6,
.mx-6 {
  margin-right: 60px !important; }

.mb-6,
.my-6 {
  margin-bottom: 60px !important; }

.ml-6,
.mx-6 {
  margin-left: 60px !important; }

.m-7 {
  margin: 70px !important; }

.mt-7,
.my-7 {
  margin-top: 70px !important; }

.mr-7,
.mx-7 {
  margin-right: 70px !important; }

.mb-7,
.my-7 {
  margin-bottom: 70px !important; }

.ml-7,
.mx-7 {
  margin-left: 70px !important; }

.m-8 {
  margin: 80px !important; }

.mt-8,
.my-8 {
  margin-top: 80px !important; }

.mr-8,
.mx-8 {
  margin-right: 80px !important; }

.mb-8,
.my-8 {
  margin-bottom: 80px !important; }

.ml-8,
.mx-8 {
  margin-left: 80px !important; }

.m-9 {
  margin: 90px !important; }

.mt-9,
.my-9 {
  margin-top: 90px !important; }

.mr-9,
.mx-9 {
  margin-right: 90px !important; }

.mb-9,
.my-9 {
  margin-bottom: 90px !important; }

.ml-9,
.mx-9 {
  margin-left: 90px !important; }

.m-10 {
  margin: 100px !important; }

.mt-10,
.my-10 {
  margin-top: 100px !important; }

.mr-10,
.mx-10 {
  margin-right: 100px !important; }

.mb-10,
.my-10 {
  margin-bottom: 100px !important; }

.ml-10,
.mx-10 {
  margin-left: 100px !important; }

.m-11 {
  margin: 110px !important; }

.mt-11,
.my-11 {
  margin-top: 110px !important; }

.mr-11,
.mx-11 {
  margin-right: 110px !important; }

.mb-11,
.my-11 {
  margin-bottom: 110px !important; }

.ml-11,
.mx-11 {
  margin-left: 110px !important; }

.m-12 {
  margin: 120px !important; }

.mt-12,
.my-12 {
  margin-top: 120px !important; }

.mr-12,
.mx-12 {
  margin-right: 120px !important; }

.mb-12,
.my-12 {
  margin-bottom: 120px !important; }

.ml-12,
.mx-12 {
  margin-left: 120px !important; }

.m-13 {
  margin: 130px !important; }

.mt-13,
.my-13 {
  margin-top: 130px !important; }

.mr-13,
.mx-13 {
  margin-right: 130px !important; }

.mb-13,
.my-13 {
  margin-bottom: 130px !important; }

.ml-13,
.mx-13 {
  margin-left: 130px !important; }

.m-14 {
  margin: 140px !important; }

.mt-14,
.my-14 {
  margin-top: 140px !important; }

.mr-14,
.mx-14 {
  margin-right: 140px !important; }

.mb-14,
.my-14 {
  margin-bottom: 140px !important; }

.ml-14,
.mx-14 {
  margin-left: 140px !important; }

.m-15 {
  margin: 150px !important; }

.mt-15,
.my-15 {
  margin-top: 150px !important; }

.mr-15,
.mx-15 {
  margin-right: 150px !important; }

.mb-15,
.my-15 {
  margin-bottom: 150px !important; }

.ml-15,
.mx-15 {
  margin-left: 150px !important; }

.m-20 {
  margin: 200px !important; }

.mt-20,
.my-20 {
  margin-top: 200px !important; }

.mr-20,
.mx-20 {
  margin-right: 200px !important; }

.mb-20,
.my-20 {
  margin-bottom: 200px !important; }

.ml-20,
.mx-20 {
  margin-left: 200px !important; }

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

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 10px !important; }

.pt-1,
.py-1 {
  padding-top: 10px !important; }

.pr-1,
.px-1 {
  padding-right: 10px !important; }

.pb-1,
.py-1 {
  padding-bottom: 10px !important; }

.pl-1,
.px-1 {
  padding-left: 10px !important; }

.p-2 {
  padding: 20px !important; }

.pt-2,
.py-2 {
  padding-top: 20px !important; }

.pr-2,
.px-2 {
  padding-right: 20px !important; }

.pb-2,
.py-2 {
  padding-bottom: 20px !important; }

.pl-2,
.px-2 {
  padding-left: 20px !important; }

.p-3 {
  padding: 30px !important; }

.pt-3,
.py-3 {
  padding-top: 30px !important; }

.pr-3,
.px-3 {
  padding-right: 30px !important; }

.pb-3,
.py-3 {
  padding-bottom: 30px !important; }

.pl-3,
.px-3 {
  padding-left: 30px !important; }

.p-4 {
  padding: 40px !important; }

.pt-4,
.py-4 {
  padding-top: 40px !important; }

.pr-4,
.px-4 {
  padding-right: 40px !important; }

.pb-4,
.py-4 {
  padding-bottom: 40px !important; }

.pl-4,
.px-4 {
  padding-left: 40px !important; }

.p-5 {
  padding: 50px !important; }

.pt-5,
.py-5 {
  padding-top: 50px !important; }

.pr-5,
.px-5 {
  padding-right: 50px !important; }

.pb-5,
.py-5 {
  padding-bottom: 50px !important; }

.pl-5,
.px-5 {
  padding-left: 50px !important; }

.p-6 {
  padding: 60px !important; }

.pt-6,
.py-6 {
  padding-top: 60px !important; }

.pr-6,
.px-6 {
  padding-right: 60px !important; }

.pb-6,
.py-6 {
  padding-bottom: 60px !important; }

.pl-6,
.px-6 {
  padding-left: 60px !important; }

.p-7 {
  padding: 70px !important; }

.pt-7,
.py-7 {
  padding-top: 70px !important; }

.pr-7,
.px-7 {
  padding-right: 70px !important; }

.pb-7,
.py-7 {
  padding-bottom: 70px !important; }

.pl-7,
.px-7 {
  padding-left: 70px !important; }

.p-8 {
  padding: 80px !important; }

.pt-8,
.py-8 {
  padding-top: 80px !important; }

.pr-8,
.px-8 {
  padding-right: 80px !important; }

.pb-8,
.py-8 {
  padding-bottom: 80px !important; }

.pl-8,
.px-8 {
  padding-left: 80px !important; }

.p-9 {
  padding: 90px !important; }

.pt-9,
.py-9 {
  padding-top: 90px !important; }

.pr-9,
.px-9 {
  padding-right: 90px !important; }

.pb-9,
.py-9 {
  padding-bottom: 90px !important; }

.pl-9,
.px-9 {
  padding-left: 90px !important; }

.p-10 {
  padding: 100px !important; }

.pt-10,
.py-10 {
  padding-top: 100px !important; }

.pr-10,
.px-10 {
  padding-right: 100px !important; }

.pb-10,
.py-10 {
  padding-bottom: 100px !important; }

.pl-10,
.px-10 {
  padding-left: 100px !important; }

.p-11 {
  padding: 110px !important; }

.pt-11,
.py-11 {
  padding-top: 110px !important; }

.pr-11,
.px-11 {
  padding-right: 110px !important; }

.pb-11,
.py-11 {
  padding-bottom: 110px !important; }

.pl-11,
.px-11 {
  padding-left: 110px !important; }

.p-12 {
  padding: 120px !important; }

.pt-12,
.py-12 {
  padding-top: 120px !important; }

.pr-12,
.px-12 {
  padding-right: 120px !important; }

.pb-12,
.py-12 {
  padding-bottom: 120px !important; }

.pl-12,
.px-12 {
  padding-left: 120px !important; }

.p-13 {
  padding: 130px !important; }

.pt-13,
.py-13 {
  padding-top: 130px !important; }

.pr-13,
.px-13 {
  padding-right: 130px !important; }

.pb-13,
.py-13 {
  padding-bottom: 130px !important; }

.pl-13,
.px-13 {
  padding-left: 130px !important; }

.p-14 {
  padding: 140px !important; }

.pt-14,
.py-14 {
  padding-top: 140px !important; }

.pr-14,
.px-14 {
  padding-right: 140px !important; }

.pb-14,
.py-14 {
  padding-bottom: 140px !important; }

.pl-14,
.px-14 {
  padding-left: 140px !important; }

.p-15 {
  padding: 150px !important; }

.pt-15,
.py-15 {
  padding-top: 150px !important; }

.pr-15,
.px-15 {
  padding-right: 150px !important; }

.pb-15,
.py-15 {
  padding-bottom: 150px !important; }

.pl-15,
.px-15 {
  padding-left: 150px !important; }

.p-20 {
  padding: 200px !important; }

.pt-20,
.py-20 {
  padding-top: 200px !important; }

.pr-20,
.px-20 {
  padding-right: 200px !important; }

.pb-20,
.py-20 {
  padding-bottom: 200px !important; }

.pl-20,
.px-20 {
  padding-left: 200px !important; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .m-0-sm {
    margin: 0 !important; }
  .mt-0-sm,
  .my-0-sm {
    margin-top: 0 !important; }
  .mr-0-sm,
  .mx-0-sm {
    margin-right: 0 !important; }
  .mb-0-sm,
  .my-0-sm {
    margin-bottom: 0 !important; }
  .ml-0-sm,
  .mx-0-sm {
    margin-left: 0 !important; }
  .m-1-sm {
    margin: 10px !important; }
  .mt-1-sm,
  .my-1-sm {
    margin-top: 10px !important; }
  .mr-1-sm,
  .mx-1-sm {
    margin-right: 10px !important; }
  .mb-1-sm,
  .my-1-sm {
    margin-bottom: 10px !important; }
  .ml-1-sm,
  .mx-1-sm {
    margin-left: 10px !important; }
  .m-2-sm {
    margin: 20px !important; }
  .mt-2-sm,
  .my-2-sm {
    margin-top: 20px !important; }
  .mr-2-sm,
  .mx-2-sm {
    margin-right: 20px !important; }
  .mb-2-sm,
  .my-2-sm {
    margin-bottom: 20px !important; }
  .ml-2-sm,
  .mx-2-sm {
    margin-left: 20px !important; }
  .m-3-sm {
    margin: 30px !important; }
  .mt-3-sm,
  .my-3-sm {
    margin-top: 30px !important; }
  .mr-3-sm,
  .mx-3-sm {
    margin-right: 30px !important; }
  .mb-3-sm,
  .my-3-sm {
    margin-bottom: 30px !important; }
  .ml-3-sm,
  .mx-3-sm {
    margin-left: 30px !important; }
  .m-4-sm {
    margin: 40px !important; }
  .mt-4-sm,
  .my-4-sm {
    margin-top: 40px !important; }
  .mr-4-sm,
  .mx-4-sm {
    margin-right: 40px !important; }
  .mb-4-sm,
  .my-4-sm {
    margin-bottom: 40px !important; }
  .ml-4-sm,
  .mx-4-sm {
    margin-left: 40px !important; }
  .m-5-sm {
    margin: 50px !important; }
  .mt-5-sm,
  .my-5-sm {
    margin-top: 50px !important; }
  .mr-5-sm,
  .mx-5-sm {
    margin-right: 50px !important; }
  .mb-5-sm,
  .my-5-sm {
    margin-bottom: 50px !important; }
  .ml-5-sm,
  .mx-5-sm {
    margin-left: 50px !important; }
  .m-6-sm {
    margin: 60px !important; }
  .mt-6-sm,
  .my-6-sm {
    margin-top: 60px !important; }
  .mr-6-sm,
  .mx-6-sm {
    margin-right: 60px !important; }
  .mb-6-sm,
  .my-6-sm {
    margin-bottom: 60px !important; }
  .ml-6-sm,
  .mx-6-sm {
    margin-left: 60px !important; }
  .m-7-sm {
    margin: 70px !important; }
  .mt-7-sm,
  .my-7-sm {
    margin-top: 70px !important; }
  .mr-7-sm,
  .mx-7-sm {
    margin-right: 70px !important; }
  .mb-7-sm,
  .my-7-sm {
    margin-bottom: 70px !important; }
  .ml-7-sm,
  .mx-7-sm {
    margin-left: 70px !important; }
  .m-8-sm {
    margin: 80px !important; }
  .mt-8-sm,
  .my-8-sm {
    margin-top: 80px !important; }
  .mr-8-sm,
  .mx-8-sm {
    margin-right: 80px !important; }
  .mb-8-sm,
  .my-8-sm {
    margin-bottom: 80px !important; }
  .ml-8-sm,
  .mx-8-sm {
    margin-left: 80px !important; }
  .m-9-sm {
    margin: 90px !important; }
  .mt-9-sm,
  .my-9-sm {
    margin-top: 90px !important; }
  .mr-9-sm,
  .mx-9-sm {
    margin-right: 90px !important; }
  .mb-9-sm,
  .my-9-sm {
    margin-bottom: 90px !important; }
  .ml-9-sm,
  .mx-9-sm {
    margin-left: 90px !important; }
  .m-10-sm {
    margin: 100px !important; }
  .mt-10-sm,
  .my-10-sm {
    margin-top: 100px !important; }
  .mr-10-sm,
  .mx-10-sm {
    margin-right: 100px !important; }
  .mb-10-sm,
  .my-10-sm {
    margin-bottom: 100px !important; }
  .ml-10-sm,
  .mx-10-sm {
    margin-left: 100px !important; }
  .m-11-sm {
    margin: 110px !important; }
  .mt-11-sm,
  .my-11-sm {
    margin-top: 110px !important; }
  .mr-11-sm,
  .mx-11-sm {
    margin-right: 110px !important; }
  .mb-11-sm,
  .my-11-sm {
    margin-bottom: 110px !important; }
  .ml-11-sm,
  .mx-11-sm {
    margin-left: 110px !important; }
  .m-12-sm {
    margin: 120px !important; }
  .mt-12-sm,
  .my-12-sm {
    margin-top: 120px !important; }
  .mr-12-sm,
  .mx-12-sm {
    margin-right: 120px !important; }
  .mb-12-sm,
  .my-12-sm {
    margin-bottom: 120px !important; }
  .ml-12-sm,
  .mx-12-sm {
    margin-left: 120px !important; }
  .m-13-sm {
    margin: 130px !important; }
  .mt-13-sm,
  .my-13-sm {
    margin-top: 130px !important; }
  .mr-13-sm,
  .mx-13-sm {
    margin-right: 130px !important; }
  .mb-13-sm,
  .my-13-sm {
    margin-bottom: 130px !important; }
  .ml-13-sm,
  .mx-13-sm {
    margin-left: 130px !important; }
  .m-14-sm {
    margin: 140px !important; }
  .mt-14-sm,
  .my-14-sm {
    margin-top: 140px !important; }
  .mr-14-sm,
  .mx-14-sm {
    margin-right: 140px !important; }
  .mb-14-sm,
  .my-14-sm {
    margin-bottom: 140px !important; }
  .ml-14-sm,
  .mx-14-sm {
    margin-left: 140px !important; }
  .m-15-sm {
    margin: 150px !important; }
  .mt-15-sm,
  .my-15-sm {
    margin-top: 150px !important; }
  .mr-15-sm,
  .mx-15-sm {
    margin-right: 150px !important; }
  .mb-15-sm,
  .my-15-sm {
    margin-bottom: 150px !important; }
  .ml-15-sm,
  .mx-15-sm {
    margin-left: 150px !important; }
  .m-20-sm {
    margin: 200px !important; }
  .mt-20-sm,
  .my-20-sm {
    margin-top: 200px !important; }
  .mr-20-sm,
  .mx-20-sm {
    margin-right: 200px !important; }
  .mb-20-sm,
  .my-20-sm {
    margin-bottom: 200px !important; }
  .ml-20-sm,
  .mx-20-sm {
    margin-left: 200px !important; }
  .p-0-sm {
    padding: 0 !important; }
  .pt-0-sm,
  .py-0-sm {
    padding-top: 0 !important; }
  .pr-0-sm,
  .px-0-sm {
    padding-right: 0 !important; }
  .pb-0-sm,
  .py-0-sm {
    padding-bottom: 0 !important; }
  .pl-0-sm,
  .px-0-sm {
    padding-left: 0 !important; }
  .p-1-sm {
    padding: 10px !important; }
  .pt-1-sm,
  .py-1-sm {
    padding-top: 10px !important; }
  .pr-1-sm,
  .px-1-sm {
    padding-right: 10px !important; }
  .pb-1-sm,
  .py-1-sm {
    padding-bottom: 10px !important; }
  .pl-1-sm,
  .px-1-sm {
    padding-left: 10px !important; }
  .p-2-sm {
    padding: 20px !important; }
  .pt-2-sm,
  .py-2-sm {
    padding-top: 20px !important; }
  .pr-2-sm,
  .px-2-sm {
    padding-right: 20px !important; }
  .pb-2-sm,
  .py-2-sm {
    padding-bottom: 20px !important; }
  .pl-2-sm,
  .px-2-sm {
    padding-left: 20px !important; }
  .p-3-sm {
    padding: 30px !important; }
  .pt-3-sm,
  .py-3-sm {
    padding-top: 30px !important; }
  .pr-3-sm,
  .px-3-sm {
    padding-right: 30px !important; }
  .pb-3-sm,
  .py-3-sm {
    padding-bottom: 30px !important; }
  .pl-3-sm,
  .px-3-sm {
    padding-left: 30px !important; }
  .p-4-sm {
    padding: 40px !important; }
  .pt-4-sm,
  .py-4-sm {
    padding-top: 40px !important; }
  .pr-4-sm,
  .px-4-sm {
    padding-right: 40px !important; }
  .pb-4-sm,
  .py-4-sm {
    padding-bottom: 40px !important; }
  .pl-4-sm,
  .px-4-sm {
    padding-left: 40px !important; }
  .p-5-sm {
    padding: 50px !important; }
  .pt-5-sm,
  .py-5-sm {
    padding-top: 50px !important; }
  .pr-5-sm,
  .px-5-sm {
    padding-right: 50px !important; }
  .pb-5-sm,
  .py-5-sm {
    padding-bottom: 50px !important; }
  .pl-5-sm,
  .px-5-sm {
    padding-left: 50px !important; }
  .p-6-sm {
    padding: 60px !important; }
  .pt-6-sm,
  .py-6-sm {
    padding-top: 60px !important; }
  .pr-6-sm,
  .px-6-sm {
    padding-right: 60px !important; }
  .pb-6-sm,
  .py-6-sm {
    padding-bottom: 60px !important; }
  .pl-6-sm,
  .px-6-sm {
    padding-left: 60px !important; }
  .p-7-sm {
    padding: 70px !important; }
  .pt-7-sm,
  .py-7-sm {
    padding-top: 70px !important; }
  .pr-7-sm,
  .px-7-sm {
    padding-right: 70px !important; }
  .pb-7-sm,
  .py-7-sm {
    padding-bottom: 70px !important; }
  .pl-7-sm,
  .px-7-sm {
    padding-left: 70px !important; }
  .p-8-sm {
    padding: 80px !important; }
  .pt-8-sm,
  .py-8-sm {
    padding-top: 80px !important; }
  .pr-8-sm,
  .px-8-sm {
    padding-right: 80px !important; }
  .pb-8-sm,
  .py-8-sm {
    padding-bottom: 80px !important; }
  .pl-8-sm,
  .px-8-sm {
    padding-left: 80px !important; }
  .p-9-sm {
    padding: 90px !important; }
  .pt-9-sm,
  .py-9-sm {
    padding-top: 90px !important; }
  .pr-9-sm,
  .px-9-sm {
    padding-right: 90px !important; }
  .pb-9-sm,
  .py-9-sm {
    padding-bottom: 90px !important; }
  .pl-9-sm,
  .px-9-sm {
    padding-left: 90px !important; }
  .p-10-sm {
    padding: 100px !important; }
  .pt-10-sm,
  .py-10-sm {
    padding-top: 100px !important; }
  .pr-10-sm,
  .px-10-sm {
    padding-right: 100px !important; }
  .pb-10-sm,
  .py-10-sm {
    padding-bottom: 100px !important; }
  .pl-10-sm,
  .px-10-sm {
    padding-left: 100px !important; }
  .p-11-sm {
    padding: 110px !important; }
  .pt-11-sm,
  .py-11-sm {
    padding-top: 110px !important; }
  .pr-11-sm,
  .px-11-sm {
    padding-right: 110px !important; }
  .pb-11-sm,
  .py-11-sm {
    padding-bottom: 110px !important; }
  .pl-11-sm,
  .px-11-sm {
    padding-left: 110px !important; }
  .p-12-sm {
    padding: 120px !important; }
  .pt-12-sm,
  .py-12-sm {
    padding-top: 120px !important; }
  .pr-12-sm,
  .px-12-sm {
    padding-right: 120px !important; }
  .pb-12-sm,
  .py-12-sm {
    padding-bottom: 120px !important; }
  .pl-12-sm,
  .px-12-sm {
    padding-left: 120px !important; }
  .p-13-sm {
    padding: 130px !important; }
  .pt-13-sm,
  .py-13-sm {
    padding-top: 130px !important; }
  .pr-13-sm,
  .px-13-sm {
    padding-right: 130px !important; }
  .pb-13-sm,
  .py-13-sm {
    padding-bottom: 130px !important; }
  .pl-13-sm,
  .px-13-sm {
    padding-left: 130px !important; }
  .p-14-sm {
    padding: 140px !important; }
  .pt-14-sm,
  .py-14-sm {
    padding-top: 140px !important; }
  .pr-14-sm,
  .px-14-sm {
    padding-right: 140px !important; }
  .pb-14-sm,
  .py-14-sm {
    padding-bottom: 140px !important; }
  .pl-14-sm,
  .px-14-sm {
    padding-left: 140px !important; }
  .p-15-sm {
    padding: 150px !important; }
  .pt-15-sm,
  .py-15-sm {
    padding-top: 150px !important; }
  .pr-15-sm,
  .px-15-sm {
    padding-right: 150px !important; }
  .pb-15-sm,
  .py-15-sm {
    padding-bottom: 150px !important; }
  .pl-15-sm,
  .px-15-sm {
    padding-left: 150px !important; }
  .p-20-sm {
    padding: 200px !important; }
  .pt-20-sm,
  .py-20-sm {
    padding-top: 200px !important; }
  .pr-20-sm,
  .px-20-sm {
    padding-right: 200px !important; }
  .pb-20-sm,
  .py-20-sm {
    padding-bottom: 200px !important; }
  .pl-20-sm,
  .px-20-sm {
    padding-left: 200px !important; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .m-0-md {
    margin: 0 !important; }
  .mt-0-md,
  .my-0-md {
    margin-top: 0 !important; }
  .mr-0-md,
  .mx-0-md {
    margin-right: 0 !important; }
  .mb-0-md,
  .my-0-md {
    margin-bottom: 0 !important; }
  .ml-0-md,
  .mx-0-md {
    margin-left: 0 !important; }
  .m-1-md {
    margin: 10px !important; }
  .mt-1-md,
  .my-1-md {
    margin-top: 10px !important; }
  .mr-1-md,
  .mx-1-md {
    margin-right: 10px !important; }
  .mb-1-md,
  .my-1-md {
    margin-bottom: 10px !important; }
  .ml-1-md,
  .mx-1-md {
    margin-left: 10px !important; }
  .m-2-md {
    margin: 20px !important; }
  .mt-2-md,
  .my-2-md {
    margin-top: 20px !important; }
  .mr-2-md,
  .mx-2-md {
    margin-right: 20px !important; }
  .mb-2-md,
  .my-2-md {
    margin-bottom: 20px !important; }
  .ml-2-md,
  .mx-2-md {
    margin-left: 20px !important; }
  .m-3-md {
    margin: 30px !important; }
  .mt-3-md,
  .my-3-md {
    margin-top: 30px !important; }
  .mr-3-md,
  .mx-3-md {
    margin-right: 30px !important; }
  .mb-3-md,
  .my-3-md {
    margin-bottom: 30px !important; }
  .ml-3-md,
  .mx-3-md {
    margin-left: 30px !important; }
  .m-4-md {
    margin: 40px !important; }
  .mt-4-md,
  .my-4-md {
    margin-top: 40px !important; }
  .mr-4-md,
  .mx-4-md {
    margin-right: 40px !important; }
  .mb-4-md,
  .my-4-md {
    margin-bottom: 40px !important; }
  .ml-4-md,
  .mx-4-md {
    margin-left: 40px !important; }
  .m-5-md {
    margin: 50px !important; }
  .mt-5-md,
  .my-5-md {
    margin-top: 50px !important; }
  .mr-5-md,
  .mx-5-md {
    margin-right: 50px !important; }
  .mb-5-md,
  .my-5-md {
    margin-bottom: 50px !important; }
  .ml-5-md,
  .mx-5-md {
    margin-left: 50px !important; }
  .m-6-md {
    margin: 60px !important; }
  .mt-6-md,
  .my-6-md {
    margin-top: 60px !important; }
  .mr-6-md,
  .mx-6-md {
    margin-right: 60px !important; }
  .mb-6-md,
  .my-6-md {
    margin-bottom: 60px !important; }
  .ml-6-md,
  .mx-6-md {
    margin-left: 60px !important; }
  .m-7-md {
    margin: 70px !important; }
  .mt-7-md,
  .my-7-md {
    margin-top: 70px !important; }
  .mr-7-md,
  .mx-7-md {
    margin-right: 70px !important; }
  .mb-7-md,
  .my-7-md {
    margin-bottom: 70px !important; }
  .ml-7-md,
  .mx-7-md {
    margin-left: 70px !important; }
  .m-8-md {
    margin: 80px !important; }
  .mt-8-md,
  .my-8-md {
    margin-top: 80px !important; }
  .mr-8-md,
  .mx-8-md {
    margin-right: 80px !important; }
  .mb-8-md,
  .my-8-md {
    margin-bottom: 80px !important; }
  .ml-8-md,
  .mx-8-md {
    margin-left: 80px !important; }
  .m-9-md {
    margin: 90px !important; }
  .mt-9-md,
  .my-9-md {
    margin-top: 90px !important; }
  .mr-9-md,
  .mx-9-md {
    margin-right: 90px !important; }
  .mb-9-md,
  .my-9-md {
    margin-bottom: 90px !important; }
  .ml-9-md,
  .mx-9-md {
    margin-left: 90px !important; }
  .m-10-md {
    margin: 100px !important; }
  .mt-10-md,
  .my-10-md {
    margin-top: 100px !important; }
  .mr-10-md,
  .mx-10-md {
    margin-right: 100px !important; }
  .mb-10-md,
  .my-10-md {
    margin-bottom: 100px !important; }
  .ml-10-md,
  .mx-10-md {
    margin-left: 100px !important; }
  .m-11-md {
    margin: 110px !important; }
  .mt-11-md,
  .my-11-md {
    margin-top: 110px !important; }
  .mr-11-md,
  .mx-11-md {
    margin-right: 110px !important; }
  .mb-11-md,
  .my-11-md {
    margin-bottom: 110px !important; }
  .ml-11-md,
  .mx-11-md {
    margin-left: 110px !important; }
  .m-12-md {
    margin: 120px !important; }
  .mt-12-md,
  .my-12-md {
    margin-top: 120px !important; }
  .mr-12-md,
  .mx-12-md {
    margin-right: 120px !important; }
  .mb-12-md,
  .my-12-md {
    margin-bottom: 120px !important; }
  .ml-12-md,
  .mx-12-md {
    margin-left: 120px !important; }
  .m-13-md {
    margin: 130px !important; }
  .mt-13-md,
  .my-13-md {
    margin-top: 130px !important; }
  .mr-13-md,
  .mx-13-md {
    margin-right: 130px !important; }
  .mb-13-md,
  .my-13-md {
    margin-bottom: 130px !important; }
  .ml-13-md,
  .mx-13-md {
    margin-left: 130px !important; }
  .m-14-md {
    margin: 140px !important; }
  .mt-14-md,
  .my-14-md {
    margin-top: 140px !important; }
  .mr-14-md,
  .mx-14-md {
    margin-right: 140px !important; }
  .mb-14-md,
  .my-14-md {
    margin-bottom: 140px !important; }
  .ml-14-md,
  .mx-14-md {
    margin-left: 140px !important; }
  .m-15-md {
    margin: 150px !important; }
  .mt-15-md,
  .my-15-md {
    margin-top: 150px !important; }
  .mr-15-md,
  .mx-15-md {
    margin-right: 150px !important; }
  .mb-15-md,
  .my-15-md {
    margin-bottom: 150px !important; }
  .ml-15-md,
  .mx-15-md {
    margin-left: 150px !important; }
  .m-20-md {
    margin: 200px !important; }
  .mt-20-md,
  .my-20-md {
    margin-top: 200px !important; }
  .mr-20-md,
  .mx-20-md {
    margin-right: 200px !important; }
  .mb-20-md,
  .my-20-md {
    margin-bottom: 200px !important; }
  .ml-20-md,
  .mx-20-md {
    margin-left: 200px !important; }
  .p-0-md {
    padding: 0 !important; }
  .pt-0-md,
  .py-0-md {
    padding-top: 0 !important; }
  .pr-0-md,
  .px-0-md {
    padding-right: 0 !important; }
  .pb-0-md,
  .py-0-md {
    padding-bottom: 0 !important; }
  .pl-0-md,
  .px-0-md {
    padding-left: 0 !important; }
  .p-1-md {
    padding: 10px !important; }
  .pt-1-md,
  .py-1-md {
    padding-top: 10px !important; }
  .pr-1-md,
  .px-1-md {
    padding-right: 10px !important; }
  .pb-1-md,
  .py-1-md {
    padding-bottom: 10px !important; }
  .pl-1-md,
  .px-1-md {
    padding-left: 10px !important; }
  .p-2-md {
    padding: 20px !important; }
  .pt-2-md,
  .py-2-md {
    padding-top: 20px !important; }
  .pr-2-md,
  .px-2-md {
    padding-right: 20px !important; }
  .pb-2-md,
  .py-2-md {
    padding-bottom: 20px !important; }
  .pl-2-md,
  .px-2-md {
    padding-left: 20px !important; }
  .p-3-md {
    padding: 30px !important; }
  .pt-3-md,
  .py-3-md {
    padding-top: 30px !important; }
  .pr-3-md,
  .px-3-md {
    padding-right: 30px !important; }
  .pb-3-md,
  .py-3-md {
    padding-bottom: 30px !important; }
  .pl-3-md,
  .px-3-md {
    padding-left: 30px !important; }
  .p-4-md {
    padding: 40px !important; }
  .pt-4-md,
  .py-4-md {
    padding-top: 40px !important; }
  .pr-4-md,
  .px-4-md {
    padding-right: 40px !important; }
  .pb-4-md,
  .py-4-md {
    padding-bottom: 40px !important; }
  .pl-4-md,
  .px-4-md {
    padding-left: 40px !important; }
  .p-5-md {
    padding: 50px !important; }
  .pt-5-md,
  .py-5-md {
    padding-top: 50px !important; }
  .pr-5-md,
  .px-5-md {
    padding-right: 50px !important; }
  .pb-5-md,
  .py-5-md {
    padding-bottom: 50px !important; }
  .pl-5-md,
  .px-5-md {
    padding-left: 50px !important; }
  .p-6-md {
    padding: 60px !important; }
  .pt-6-md,
  .py-6-md {
    padding-top: 60px !important; }
  .pr-6-md,
  .px-6-md {
    padding-right: 60px !important; }
  .pb-6-md,
  .py-6-md {
    padding-bottom: 60px !important; }
  .pl-6-md,
  .px-6-md {
    padding-left: 60px !important; }
  .p-7-md {
    padding: 70px !important; }
  .pt-7-md,
  .py-7-md {
    padding-top: 70px !important; }
  .pr-7-md,
  .px-7-md {
    padding-right: 70px !important; }
  .pb-7-md,
  .py-7-md {
    padding-bottom: 70px !important; }
  .pl-7-md,
  .px-7-md {
    padding-left: 70px !important; }
  .p-8-md {
    padding: 80px !important; }
  .pt-8-md,
  .py-8-md {
    padding-top: 80px !important; }
  .pr-8-md,
  .px-8-md {
    padding-right: 80px !important; }
  .pb-8-md,
  .py-8-md {
    padding-bottom: 80px !important; }
  .pl-8-md,
  .px-8-md {
    padding-left: 80px !important; }
  .p-9-md {
    padding: 90px !important; }
  .pt-9-md,
  .py-9-md {
    padding-top: 90px !important; }
  .pr-9-md,
  .px-9-md {
    padding-right: 90px !important; }
  .pb-9-md,
  .py-9-md {
    padding-bottom: 90px !important; }
  .pl-9-md,
  .px-9-md {
    padding-left: 90px !important; }
  .p-10-md {
    padding: 100px !important; }
  .pt-10-md,
  .py-10-md {
    padding-top: 100px !important; }
  .pr-10-md,
  .px-10-md {
    padding-right: 100px !important; }
  .pb-10-md,
  .py-10-md {
    padding-bottom: 100px !important; }
  .pl-10-md,
  .px-10-md {
    padding-left: 100px !important; }
  .p-11-md {
    padding: 110px !important; }
  .pt-11-md,
  .py-11-md {
    padding-top: 110px !important; }
  .pr-11-md,
  .px-11-md {
    padding-right: 110px !important; }
  .pb-11-md,
  .py-11-md {
    padding-bottom: 110px !important; }
  .pl-11-md,
  .px-11-md {
    padding-left: 110px !important; }
  .p-12-md {
    padding: 120px !important; }
  .pt-12-md,
  .py-12-md {
    padding-top: 120px !important; }
  .pr-12-md,
  .px-12-md {
    padding-right: 120px !important; }
  .pb-12-md,
  .py-12-md {
    padding-bottom: 120px !important; }
  .pl-12-md,
  .px-12-md {
    padding-left: 120px !important; }
  .p-13-md {
    padding: 130px !important; }
  .pt-13-md,
  .py-13-md {
    padding-top: 130px !important; }
  .pr-13-md,
  .px-13-md {
    padding-right: 130px !important; }
  .pb-13-md,
  .py-13-md {
    padding-bottom: 130px !important; }
  .pl-13-md,
  .px-13-md {
    padding-left: 130px !important; }
  .p-14-md {
    padding: 140px !important; }
  .pt-14-md,
  .py-14-md {
    padding-top: 140px !important; }
  .pr-14-md,
  .px-14-md {
    padding-right: 140px !important; }
  .pb-14-md,
  .py-14-md {
    padding-bottom: 140px !important; }
  .pl-14-md,
  .px-14-md {
    padding-left: 140px !important; }
  .p-15-md {
    padding: 150px !important; }
  .pt-15-md,
  .py-15-md {
    padding-top: 150px !important; }
  .pr-15-md,
  .px-15-md {
    padding-right: 150px !important; }
  .pb-15-md,
  .py-15-md {
    padding-bottom: 150px !important; }
  .pl-15-md,
  .px-15-md {
    padding-left: 150px !important; }
  .p-20-md {
    padding: 200px !important; }
  .pt-20-md,
  .py-20-md {
    padding-top: 200px !important; }
  .pr-20-md,
  .px-20-md {
    padding-right: 200px !important; }
  .pb-20-md,
  .py-20-md {
    padding-bottom: 200px !important; }
  .pl-20-md,
  .px-20-md {
    padding-left: 200px !important; } }

@media screen and (min-width: 1200px) {
  .m-0-lg {
    margin: 0 !important; }
  .mt-0-lg,
  .my-0-lg {
    margin-top: 0 !important; }
  .mr-0-lg,
  .mx-0-lg {
    margin-right: 0 !important; }
  .mb-0-lg,
  .my-0-lg {
    margin-bottom: 0 !important; }
  .ml-0-lg,
  .mx-0-lg {
    margin-left: 0 !important; }
  .m-1-lg {
    margin: 10px !important; }
  .mt-1-lg,
  .my-1-lg {
    margin-top: 10px !important; }
  .mr-1-lg,
  .mx-1-lg {
    margin-right: 10px !important; }
  .mb-1-lg,
  .my-1-lg {
    margin-bottom: 10px !important; }
  .ml-1-lg,
  .mx-1-lg {
    margin-left: 10px !important; }
  .m-2-lg {
    margin: 20px !important; }
  .mt-2-lg,
  .my-2-lg {
    margin-top: 20px !important; }
  .mr-2-lg,
  .mx-2-lg {
    margin-right: 20px !important; }
  .mb-2-lg,
  .my-2-lg {
    margin-bottom: 20px !important; }
  .ml-2-lg,
  .mx-2-lg {
    margin-left: 20px !important; }
  .m-3-lg {
    margin: 30px !important; }
  .mt-3-lg,
  .my-3-lg {
    margin-top: 30px !important; }
  .mr-3-lg,
  .mx-3-lg {
    margin-right: 30px !important; }
  .mb-3-lg,
  .my-3-lg {
    margin-bottom: 30px !important; }
  .ml-3-lg,
  .mx-3-lg {
    margin-left: 30px !important; }
  .m-4-lg {
    margin: 40px !important; }
  .mt-4-lg,
  .my-4-lg {
    margin-top: 40px !important; }
  .mr-4-lg,
  .mx-4-lg {
    margin-right: 40px !important; }
  .mb-4-lg,
  .my-4-lg {
    margin-bottom: 40px !important; }
  .ml-4-lg,
  .mx-4-lg {
    margin-left: 40px !important; }
  .m-5-lg {
    margin: 50px !important; }
  .mt-5-lg,
  .my-5-lg {
    margin-top: 50px !important; }
  .mr-5-lg,
  .mx-5-lg {
    margin-right: 50px !important; }
  .mb-5-lg,
  .my-5-lg {
    margin-bottom: 50px !important; }
  .ml-5-lg,
  .mx-5-lg {
    margin-left: 50px !important; }
  .m-6-lg {
    margin: 60px !important; }
  .mt-6-lg,
  .my-6-lg {
    margin-top: 60px !important; }
  .mr-6-lg,
  .mx-6-lg {
    margin-right: 60px !important; }
  .mb-6-lg,
  .my-6-lg {
    margin-bottom: 60px !important; }
  .ml-6-lg,
  .mx-6-lg {
    margin-left: 60px !important; }
  .m-7-lg {
    margin: 70px !important; }
  .mt-7-lg,
  .my-7-lg {
    margin-top: 70px !important; }
  .mr-7-lg,
  .mx-7-lg {
    margin-right: 70px !important; }
  .mb-7-lg,
  .my-7-lg {
    margin-bottom: 70px !important; }
  .ml-7-lg,
  .mx-7-lg {
    margin-left: 70px !important; }
  .m-8-lg {
    margin: 80px !important; }
  .mt-8-lg,
  .my-8-lg {
    margin-top: 80px !important; }
  .mr-8-lg,
  .mx-8-lg {
    margin-right: 80px !important; }
  .mb-8-lg,
  .my-8-lg {
    margin-bottom: 80px !important; }
  .ml-8-lg,
  .mx-8-lg {
    margin-left: 80px !important; }
  .m-9-lg {
    margin: 90px !important; }
  .mt-9-lg,
  .my-9-lg {
    margin-top: 90px !important; }
  .mr-9-lg,
  .mx-9-lg {
    margin-right: 90px !important; }
  .mb-9-lg,
  .my-9-lg {
    margin-bottom: 90px !important; }
  .ml-9-lg,
  .mx-9-lg {
    margin-left: 90px !important; }
  .m-10-lg {
    margin: 100px !important; }
  .mt-10-lg,
  .my-10-lg {
    margin-top: 100px !important; }
  .mr-10-lg,
  .mx-10-lg {
    margin-right: 100px !important; }
  .mb-10-lg,
  .my-10-lg {
    margin-bottom: 100px !important; }
  .ml-10-lg,
  .mx-10-lg {
    margin-left: 100px !important; }
  .m-11-lg {
    margin: 110px !important; }
  .mt-11-lg,
  .my-11-lg {
    margin-top: 110px !important; }
  .mr-11-lg,
  .mx-11-lg {
    margin-right: 110px !important; }
  .mb-11-lg,
  .my-11-lg {
    margin-bottom: 110px !important; }
  .ml-11-lg,
  .mx-11-lg {
    margin-left: 110px !important; }
  .m-12-lg {
    margin: 120px !important; }
  .mt-12-lg,
  .my-12-lg {
    margin-top: 120px !important; }
  .mr-12-lg,
  .mx-12-lg {
    margin-right: 120px !important; }
  .mb-12-lg,
  .my-12-lg {
    margin-bottom: 120px !important; }
  .ml-12-lg,
  .mx-12-lg {
    margin-left: 120px !important; }
  .m-13-lg {
    margin: 130px !important; }
  .mt-13-lg,
  .my-13-lg {
    margin-top: 130px !important; }
  .mr-13-lg,
  .mx-13-lg {
    margin-right: 130px !important; }
  .mb-13-lg,
  .my-13-lg {
    margin-bottom: 130px !important; }
  .ml-13-lg,
  .mx-13-lg {
    margin-left: 130px !important; }
  .m-14-lg {
    margin: 140px !important; }
  .mt-14-lg,
  .my-14-lg {
    margin-top: 140px !important; }
  .mr-14-lg,
  .mx-14-lg {
    margin-right: 140px !important; }
  .mb-14-lg,
  .my-14-lg {
    margin-bottom: 140px !important; }
  .ml-14-lg,
  .mx-14-lg {
    margin-left: 140px !important; }
  .m-15-lg {
    margin: 150px !important; }
  .mt-15-lg,
  .my-15-lg {
    margin-top: 150px !important; }
  .mr-15-lg,
  .mx-15-lg {
    margin-right: 150px !important; }
  .mb-15-lg,
  .my-15-lg {
    margin-bottom: 150px !important; }
  .ml-15-lg,
  .mx-15-lg {
    margin-left: 150px !important; }
  .m-20-lg {
    margin: 200px !important; }
  .mt-20-lg,
  .my-20-lg {
    margin-top: 200px !important; }
  .mr-20-lg,
  .mx-20-lg {
    margin-right: 200px !important; }
  .mb-20-lg,
  .my-20-lg {
    margin-bottom: 200px !important; }
  .ml-20-lg,
  .mx-20-lg {
    margin-left: 200px !important; }
  .p-0-lg {
    padding: 0 !important; }
  .pt-0-lg,
  .py-0-lg {
    padding-top: 0 !important; }
  .pr-0-lg,
  .px-0-lg {
    padding-right: 0 !important; }
  .pb-0-lg,
  .py-0-lg {
    padding-bottom: 0 !important; }
  .pl-0-lg,
  .px-0-lg {
    padding-left: 0 !important; }
  .p-1-lg {
    padding: 10px !important; }
  .pt-1-lg,
  .py-1-lg {
    padding-top: 10px !important; }
  .pr-1-lg,
  .px-1-lg {
    padding-right: 10px !important; }
  .pb-1-lg,
  .py-1-lg {
    padding-bottom: 10px !important; }
  .pl-1-lg,
  .px-1-lg {
    padding-left: 10px !important; }
  .p-2-lg {
    padding: 20px !important; }
  .pt-2-lg,
  .py-2-lg {
    padding-top: 20px !important; }
  .pr-2-lg,
  .px-2-lg {
    padding-right: 20px !important; }
  .pb-2-lg,
  .py-2-lg {
    padding-bottom: 20px !important; }
  .pl-2-lg,
  .px-2-lg {
    padding-left: 20px !important; }
  .p-3-lg {
    padding: 30px !important; }
  .pt-3-lg,
  .py-3-lg {
    padding-top: 30px !important; }
  .pr-3-lg,
  .px-3-lg {
    padding-right: 30px !important; }
  .pb-3-lg,
  .py-3-lg {
    padding-bottom: 30px !important; }
  .pl-3-lg,
  .px-3-lg {
    padding-left: 30px !important; }
  .p-4-lg {
    padding: 40px !important; }
  .pt-4-lg,
  .py-4-lg {
    padding-top: 40px !important; }
  .pr-4-lg,
  .px-4-lg {
    padding-right: 40px !important; }
  .pb-4-lg,
  .py-4-lg {
    padding-bottom: 40px !important; }
  .pl-4-lg,
  .px-4-lg {
    padding-left: 40px !important; }
  .p-5-lg {
    padding: 50px !important; }
  .pt-5-lg,
  .py-5-lg {
    padding-top: 50px !important; }
  .pr-5-lg,
  .px-5-lg {
    padding-right: 50px !important; }
  .pb-5-lg,
  .py-5-lg {
    padding-bottom: 50px !important; }
  .pl-5-lg,
  .px-5-lg {
    padding-left: 50px !important; }
  .p-6-lg {
    padding: 60px !important; }
  .pt-6-lg,
  .py-6-lg {
    padding-top: 60px !important; }
  .pr-6-lg,
  .px-6-lg {
    padding-right: 60px !important; }
  .pb-6-lg,
  .py-6-lg {
    padding-bottom: 60px !important; }
  .pl-6-lg,
  .px-6-lg {
    padding-left: 60px !important; }
  .p-7-lg {
    padding: 70px !important; }
  .pt-7-lg,
  .py-7-lg {
    padding-top: 70px !important; }
  .pr-7-lg,
  .px-7-lg {
    padding-right: 70px !important; }
  .pb-7-lg,
  .py-7-lg {
    padding-bottom: 70px !important; }
  .pl-7-lg,
  .px-7-lg {
    padding-left: 70px !important; }
  .p-8-lg {
    padding: 80px !important; }
  .pt-8-lg,
  .py-8-lg {
    padding-top: 80px !important; }
  .pr-8-lg,
  .px-8-lg {
    padding-right: 80px !important; }
  .pb-8-lg,
  .py-8-lg {
    padding-bottom: 80px !important; }
  .pl-8-lg,
  .px-8-lg {
    padding-left: 80px !important; }
  .p-9-lg {
    padding: 90px !important; }
  .pt-9-lg,
  .py-9-lg {
    padding-top: 90px !important; }
  .pr-9-lg,
  .px-9-lg {
    padding-right: 90px !important; }
  .pb-9-lg,
  .py-9-lg {
    padding-bottom: 90px !important; }
  .pl-9-lg,
  .px-9-lg {
    padding-left: 90px !important; }
  .p-10-lg {
    padding: 100px !important; }
  .pt-10-lg,
  .py-10-lg {
    padding-top: 100px !important; }
  .pr-10-lg,
  .px-10-lg {
    padding-right: 100px !important; }
  .pb-10-lg,
  .py-10-lg {
    padding-bottom: 100px !important; }
  .pl-10-lg,
  .px-10-lg {
    padding-left: 100px !important; }
  .p-11-lg {
    padding: 110px !important; }
  .pt-11-lg,
  .py-11-lg {
    padding-top: 110px !important; }
  .pr-11-lg,
  .px-11-lg {
    padding-right: 110px !important; }
  .pb-11-lg,
  .py-11-lg {
    padding-bottom: 110px !important; }
  .pl-11-lg,
  .px-11-lg {
    padding-left: 110px !important; }
  .p-12-lg {
    padding: 120px !important; }
  .pt-12-lg,
  .py-12-lg {
    padding-top: 120px !important; }
  .pr-12-lg,
  .px-12-lg {
    padding-right: 120px !important; }
  .pb-12-lg,
  .py-12-lg {
    padding-bottom: 120px !important; }
  .pl-12-lg,
  .px-12-lg {
    padding-left: 120px !important; }
  .p-13-lg {
    padding: 130px !important; }
  .pt-13-lg,
  .py-13-lg {
    padding-top: 130px !important; }
  .pr-13-lg,
  .px-13-lg {
    padding-right: 130px !important; }
  .pb-13-lg,
  .py-13-lg {
    padding-bottom: 130px !important; }
  .pl-13-lg,
  .px-13-lg {
    padding-left: 130px !important; }
  .p-14-lg {
    padding: 140px !important; }
  .pt-14-lg,
  .py-14-lg {
    padding-top: 140px !important; }
  .pr-14-lg,
  .px-14-lg {
    padding-right: 140px !important; }
  .pb-14-lg,
  .py-14-lg {
    padding-bottom: 140px !important; }
  .pl-14-lg,
  .px-14-lg {
    padding-left: 140px !important; }
  .p-15-lg {
    padding: 150px !important; }
  .pt-15-lg,
  .py-15-lg {
    padding-top: 150px !important; }
  .pr-15-lg,
  .px-15-lg {
    padding-right: 150px !important; }
  .pb-15-lg,
  .py-15-lg {
    padding-bottom: 150px !important; }
  .pl-15-lg,
  .px-15-lg {
    padding-left: 150px !important; }
  .p-20-lg {
    padding: 200px !important; }
  .pt-20-lg,
  .py-20-lg {
    padding-top: 200px !important; }
  .pr-20-lg,
  .px-20-lg {
    padding-right: 200px !important; }
  .pb-20-lg,
  .py-20-lg {
    padding-bottom: 200px !important; }
  .pl-20-lg,
  .px-20-lg {
    padding-left: 200px !important; } }

.m-n1 {
  margin: -10px !important; }

.mt-n1,
.my-n1 {
  margin-top: -10px !important; }

.mr-n1,
.mx-n1 {
  margin-right: -10px !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -10px !important; }

.ml-n1,
.mx-n1 {
  margin-left: -10px !important; }

.m-n2 {
  margin: -20px !important; }

.mt-n2,
.my-n2 {
  margin-top: -20px !important; }

.mr-n2,
.mx-n2 {
  margin-right: -20px !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -20px !important; }

.ml-n2,
.mx-n2 {
  margin-left: -20px !important; }

.m-n3 {
  margin: -30px !important; }

.mt-n3,
.my-n3 {
  margin-top: -30px !important; }

.mr-n3,
.mx-n3 {
  margin-right: -30px !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -30px !important; }

.ml-n3,
.mx-n3 {
  margin-left: -30px !important; }

.m-n4 {
  margin: -40px !important; }

.mt-n4,
.my-n4 {
  margin-top: -40px !important; }

.mr-n4,
.mx-n4 {
  margin-right: -40px !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -40px !important; }

.ml-n4,
.mx-n4 {
  margin-left: -40px !important; }

.m-n5 {
  margin: -50px !important; }

.mt-n5,
.my-n5 {
  margin-top: -50px !important; }

.mr-n5,
.mx-n5 {
  margin-right: -50px !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -50px !important; }

.ml-n5,
.mx-n5 {
  margin-left: -50px !important; }

.m-n6 {
  margin: -60px !important; }

.mt-n6,
.my-n6 {
  margin-top: -60px !important; }

.mr-n6,
.mx-n6 {
  margin-right: -60px !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -60px !important; }

.ml-n6,
.mx-n6 {
  margin-left: -60px !important; }

.m-n7 {
  margin: -70px !important; }

.mt-n7,
.my-n7 {
  margin-top: -70px !important; }

.mr-n7,
.mx-n7 {
  margin-right: -70px !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -70px !important; }

.ml-n7,
.mx-n7 {
  margin-left: -70px !important; }

.m-n8 {
  margin: -80px !important; }

.mt-n8,
.my-n8 {
  margin-top: -80px !important; }

.mr-n8,
.mx-n8 {
  margin-right: -80px !important; }

.mb-n8,
.my-n8 {
  margin-bottom: -80px !important; }

.ml-n8,
.mx-n8 {
  margin-left: -80px !important; }

.m-n9 {
  margin: -90px !important; }

.mt-n9,
.my-n9 {
  margin-top: -90px !important; }

.mr-n9,
.mx-n9 {
  margin-right: -90px !important; }

.mb-n9,
.my-n9 {
  margin-bottom: -90px !important; }

.ml-n9,
.mx-n9 {
  margin-left: -90px !important; }

.m-n10 {
  margin: -100px !important; }

.mt-n10,
.my-n10 {
  margin-top: -100px !important; }

.mr-n10,
.mx-n10 {
  margin-right: -100px !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -100px !important; }

.ml-n10,
.mx-n10 {
  margin-left: -100px !important; }

.m-n11 {
  margin: -110px !important; }

.mt-n11,
.my-n11 {
  margin-top: -110px !important; }

.mr-n11,
.mx-n11 {
  margin-right: -110px !important; }

.mb-n11,
.my-n11 {
  margin-bottom: -110px !important; }

.ml-n11,
.mx-n11 {
  margin-left: -110px !important; }

.m-n12 {
  margin: -120px !important; }

.mt-n12,
.my-n12 {
  margin-top: -120px !important; }

.mr-n12,
.mx-n12 {
  margin-right: -120px !important; }

.mb-n12,
.my-n12 {
  margin-bottom: -120px !important; }

.ml-n12,
.mx-n12 {
  margin-left: -120px !important; }

.m-n13 {
  margin: -130px !important; }

.mt-n13,
.my-n13 {
  margin-top: -130px !important; }

.mr-n13,
.mx-n13 {
  margin-right: -130px !important; }

.mb-n13,
.my-n13 {
  margin-bottom: -130px !important; }

.ml-n13,
.mx-n13 {
  margin-left: -130px !important; }

.m-n14 {
  margin: -140px !important; }

.mt-n14,
.my-n14 {
  margin-top: -140px !important; }

.mr-n14,
.mx-n14 {
  margin-right: -140px !important; }

.mb-n14,
.my-n14 {
  margin-bottom: -140px !important; }

.ml-n14,
.mx-n14 {
  margin-left: -140px !important; }

.m-n15 {
  margin: -150px !important; }

.mt-n15,
.my-n15 {
  margin-top: -150px !important; }

.mr-n15,
.mx-n15 {
  margin-right: -150px !important; }

.mb-n15,
.my-n15 {
  margin-bottom: -150px !important; }

.ml-n15,
.mx-n15 {
  margin-left: -150px !important; }

.m-n20 {
  margin: -200px !important; }

.mt-n20,
.my-n20 {
  margin-top: -200px !important; }

.mr-n20,
.mx-n20 {
  margin-right: -200px !important; }

.mb-n20,
.my-n20 {
  margin-bottom: -200px !important; }

.ml-n20,
.mx-n20 {
  margin-left: -200px !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  * ::-webkit-selection {
    color: #FFF;
    background: #5094ce; }
  * ::-moz-selection {
    color: #FFF;
    background: #5094ce; }
  * ::-o-selection {
    color: #FFF;
    background: #5094ce; }
  * ::selection {
    color: #FFF;
    background: #5094ce; }

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

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

body {
  margin-bottom: 497px; }
  @media screen and (max-width: 1200px) {
    body {
      margin-bottom: 0px; } }

a, .btn {
  transition: color 0.5s cubic-bezier(0.455, 0, 0.515, 1), background-color 0.5s cubic-bezier(0.455, 0, 0.515, 1), background 0.5s cubic-bezier(0.455, 0, 0.515, 1); }
  a:focus, .btn:focus {
    outline: 0;
    border: 0; }

em {
  font-style: italic !important; }

picture {
  display: block; }

::-moz-selection {
  background: #e62a25;
  color: #FFF; }

::selection {
  background: #e62a25;
  color: #FFF; }

::-moz-selection {
  background: #e62a25;
  color: #FFF; }

.no-result {
  font-size: 17px;
  font-size: 1.7rem;
  font-style: italic;
  color: #ededed;
  margin: 50px 0; }

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

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

.section {
  margin-bottom: 30px; }

.section-bottom {
  padding-bottom: 60px; }

.page-section {
  padding-bottom: 70px; }
  @media screen and (max-width: 700px) {
    .page-section {
      padding-bottom: 50px; } }

.pointer {
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-size: 600px 300px;
  margin-top: 60px; }
  .pointer.top {
    background-image: url("../graphics/svg/pointer-top.svg");
    background-position: 102% 0%; }
  .pointer.bottom {
    background-image: url("../graphics/svg/pointer-bottom.svg");
    background-position: -2% 100%; }
  @media screen and (max-width: 1200px) {
    .pointer.top {
      background-position: 170% 0%; }
    .pointer.bottom {
      background-position: -72% 100%; } }
  @media screen and (max-width: 992px) {
    .pointer.top {
      background-position: 280% 0%; }
    .pointer.bottom {
      background-position: -182% 100%; } }
  @media screen and (max-width: 700px) {
    .pointer.top {
      background-position: 560% 0%; }
    .pointer.bottom {
      background-position: -452% 100%; } }
  @media screen and (max-width: 480px) {
    .pointer.top {
      background-position: -30% 0%; }
    .pointer.bottom {
      background-position: 130% 100%; } }

.gray-border {
  border: solid 1px #cccccc; }

.red-border {
  border: solid 2px #e62a25; }

.box-hover {
  box-shadow: none;
  transition: all 0.4s ease-in; }
  .box-hover:after {
    -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    transition: all 0.4s ease-in; }
  .box-hover:hover {
    border: solid 1px #cccccc !important;
    box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.2); }
    .box-hover:hover:after {
      height: 2px;
      background-color: #e62a25;
      bottom: 0px;
      left: 0;
      right: 0;
      -ms-transform: scale(1, 1);
          transform: scale(1, 1); }

.alert {
  background-color: #FFF;
  padding: 30px 20px;
  border: solid 1px #cccccc;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  font-size: 1.3rem; }
  .alert .cms-text {
    margin-bottom: 0; }
  .alert.alert-danger {
    border: solid 1px #e62a25;
    color: #e62a25;
    text-align: center; }
    .alert.alert-danger a {
      color: #e62a25; }
  .alert.alert-warning, .alert.alert-info {
    border: solid 1px #cea021;
    color: #cea021;
    text-align: center; }
    .alert.alert-warning a, .alert.alert-info a {
      color: #cea021; }
  .alert.alert-success {
    border: solid 1px #98b56e;
    color: #98b56e;
    text-align: center; }
    .alert.alert-success a {
      color: #98b56e; }
  .alert a {
    text-decoration: underline; }

.divider {
  margin-top: 20px; }

.content-padding {
  padding: 70px; }

#intro-section {
  margin-bottom: 60px; }
  #intro-section .intro-tile {
    border: solid 2px #e62a25; }
    #intro-section .intro-tile h1, #intro-section .intro-tile .h1 {
      margin-bottom: 30px; }
      @media screen and (max-width: 340px) {
        #intro-section .intro-tile h1, #intro-section .intro-tile .h1 {
          font-size: 17px;
          font-size: 1.7rem; } }
    #intro-section .intro-tile .cms-text {
      margin-bottom: 0; }
    #intro-section .intro-tile .btn-arrow {
      margin-top: 24px; }
    #intro-section .intro-tile form {
      margin-top: 0; }
    #intro-section .intro-tile.right {
      border: solid 1px #cccccc; }
      @media screen and (max-width: 991px) {
        #intro-section .intro-tile.right {
          margin: 30px 0 0 0; } }
  #intro-section .intro-tile, #intro-section .intro-patch {
    height: 100%; }
  #intro-section .intro-patch .patch {
    display: block;
    min-height: 350px;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
    background-size: cover;
    position: relative; }
    #intro-section .intro-patch .patch .title-overlay {
      max-width: 70%;
      position: absolute;
      top: auto;
      left: 20px;
      bottom: 20px; }
      #intro-section .intro-patch .patch .title-overlay .overlay {
        position: absolute;
        width: calc(100%);
        height: calc(100%);
        background-color: #e62a25;
        opacity: 0.9;
        filter: alpha(opacity=90); }
      #intro-section .intro-patch .patch .title-overlay .text {
        position: relative;
        padding: 15px 20px; }
        #intro-section .intro-patch .patch .title-overlay .text span {
          font-weight: 400;
          font-style: italic;
          color: #FFF;
          display: block;
          margin-top: 5px;
          font-size: 13px;
          font-size: 1.3rem;
          letter-spacing: 0.075em; }
        #intro-section .intro-patch .patch .title-overlay .text h2, #intro-section .intro-patch .patch .title-overlay .text .h2 {
          text-transform: uppercase;
          color: #FFF;
          margin: 0;
          font-weight: 700;
          line-height: 24px;
          font-family: "open-sans", Helvetica, Arial, sans-serif;
          font-weight: 700;
          font-size: 16px;
          font-size: 1.6rem;
          letter-spacing: 0.05em; }
        #intro-section .intro-patch .patch .title-overlay .text svg {
          position: relative;
          bottom: 2px;
          margin-left: 6px;
          stroke: #FFF; }
  #intro-section .intro-patch .cms-text {
    margin-bottom: 0; }
  #intro-section .intro-patch.style1 .overlay {
    background-color: #cea021 !important; }
  #intro-section .intro-patch.style2 .overlay {
    background-color: #009ad8 !important; }
  #intro-section .intro-patch.style3 .overlay {
    background-color: #9fb95c !important; }
  #intro-section .radio .radio-wrap.active label {
    color: #e62a25; }
    #intro-section .radio .radio-wrap.active label:after {
      -ms-transform: scale(1, 1);
          transform: scale(1, 1); }
  #intro-section .cms-text:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 992px) {
    #intro-section {
      margin-bottom: 0; }
      #intro-section .intro-tile {
        margin-bottom: 0; } }
  @media screen and (max-width: 700px) {
    #intro-section {
      margin-bottom: 0px; }
      #intro-section .intro-tile {
        padding: 40px; } }

@media screen and (max-width: 700px) {
  .equal-col {
    height: auto !important; } }

/**
* Intro - Black
*/
/**
 * @license
 * MyFonts Webfont Build ID 3248848, 2016-07-12T02:31:29-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: IntroBlack by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/intro/black/
 * Copyright: Copyright (c) 2012 by Fontfabric LLC. All rights reserved.
 * Licensed pageviews: 200,000
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3248848
 *
 * © 2016 MyFonts Inc
*/
@font-face {
  font-family: 'IntroBlack';
  src: url("../fonts/intro/black/3192D0_0_0.eot");
  src: url("../fonts/intro/black/3192D0_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/intro/black/3192D0_0_0.woff2") format("woff2"), url("../fonts/intro/black/3192D0_0_0.woff") format("woff"), url("../fonts/intro/black/3192D0_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

h1, .h1, h2, .h2 {
  text-rendering: optimizeLegibility;
  font-family: "IntroBlack", "Times New Roman", Times, serif; }

h1, .h1 {
  color: #e62a25;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
  line-height: 28px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.075em; }
  @media (max-width: 1200px) {
    h1, .h1 {
      padding-right: 0; } }

h2, .h2 {
  color: #e62a25;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 24px;
  line-height: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.075em; }
  h2 a, .h2 a {
    color: inherit; }

h3, .h3 {
  line-height: 22px; }

.cms-text {
  margin-bottom: 20px; }
  .cms-text p, .cms-text em, .cms-text div {
    color: #898989;
    line-height: 21px;
    margin-bottom: 10px;
    font-style: normal;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.075em; }
    .cms-text p:last-child, .cms-text em:last-child, .cms-text div:last-child {
      margin-bottom: 0; }
  .cms-text strong, .cms-text b {
    color: #e62a25;
    font-weight: 700; }
  .cms-text div strong, .cms-text div b {
    color: #000000; }
  .cms-text a {
    color: #000000;
    font-weight: 700; }
  .cms-text ul {
    margin: 20px 0;
    font-size: 13px;
    font-size: 1.3rem; }
    .cms-text ul li {
      list-style-type: circle;
      padding: 3px 0;
      list-style-position: outside;
      margin-left: 1.3em; }
    .cms-text ul:last-child {
      margin-bottom: 0; }
  .cms-text h2 {
    font-family: "open-sans", Helvetica, Arial, sans-serif;
    text-transform: inherit;
    font-weight: 700;
    margin: 22px 0 20px 0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.075em; }
    .cms-text h2 strong {
      color: #e62a25; }
  .cms-text h3 {
    font-family: "open-sans", Helvetica, Arial, sans-serif;
    text-transform: inherit;
    font-weight: 700;
    margin: 22px 0 20px 0;
    color: #000000;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.075em; }
    .cms-text h3 strong {
      color: #e62a25; }

.brand-primary {
  fill: #337ab7; }

.link-hover-color {
  fill: #e62a25; }

.body-bg {
  fill: #FFF; }

.gray-darker {
  fill: #222222; }

.gray {
  fill: #898989; }

.color-gray-base {
  color: #000 !important; }

header.header .header-wishlist svg, header.header .header-cart svg {
  margin-right: 10px; }

header.header .header-wishlist .badge, header.header .header-cart .badge {
  margin-left: 10px; }
  header.header .header-wishlist .badge + .badge, header.header .header-cart .badge + .badge {
    margin-left: 5px; }

header.header .container {
  position: relative; }
  header.header .container #summary-dropout {
    z-index: 3000;
    right: 15px;
    padding: 15px;
    position: absolute;
    background-color: white; }
  header.header .container a {
    display: block; }

header.header #navbar-bottom {
  background-color: #FFF;
  padding: 55px 0 25px; }
  header.header #navbar-bottom h1 {
    width: 165px;
    height: 156px; }
    @media screen and (max-width: 992px) {
      header.header #navbar-bottom h1 {
        background-size: 135px 127px;
        width: 135px;
        height: 127px; } }
    @media screen and (max-width: 700px) {
      header.header #navbar-bottom h1 {
        background: url("../graphics/svg/bzn-logo-small.svg") no-repeat;
        background-size: 140px 80px;
        width: 140px;
        height: 80px; } }
  header.header #navbar-bottom .navbar-brand {
    background: url("../graphics/svg/bzn-logo.svg") no-repeat;
    background-size: 165px 156px;
    width: 165px;
    height: 156px;
    padding: 0; }
    @media screen and (max-width: 992px) {
      header.header #navbar-bottom .navbar-brand {
        background-size: 135px 127px;
        width: 135px;
        height: 127px; } }
    @media screen and (max-width: 700px) {
      header.header #navbar-bottom .navbar-brand {
        background: url("../graphics/svg/bzn-logo-small.svg") no-repeat;
        background-size: 140px 80px;
        width: 140px;
        height: 80px; } }
  header.header #navbar-bottom .navbar-right {
    margin-right: 0px;
    margin-top: 26px;
    max-width: 750px; }
    header.header #navbar-bottom .navbar-right #topbar {
      margin-top: 11px;
      height: 24px; }
      header.header #navbar-bottom .navbar-right #topbar ul {
        margin: 0;
        padding: 0;
        list-style-position: inside; }
        header.header #navbar-bottom .navbar-right #topbar ul li {
          height: 24px;
          list-style: none;
          float: left;
          padding-left: 24px; }
          header.header #navbar-bottom .navbar-right #topbar ul li a, header.header #navbar-bottom .navbar-right #topbar ul li button {
            padding: 0;
            margin: 0;
            border: 0;
            font-size: 12px;
            font-size: 1.2rem;
            letter-spacing: 0.07em; }
          header.header #navbar-bottom .navbar-right #topbar ul li:first-child {
            margin-left: 0; }
          header.header #navbar-bottom .navbar-right #topbar ul li.header-cart svg {
            margin-right: 0; }
          header.header #navbar-bottom .navbar-right #topbar ul li.header-cart span.amount {
            background-color: #FFF;
            color: #000000;
            margin: 0;
            padding: 5px !important;
            font-weight: 400; }
      header.header #navbar-bottom .navbar-right #topbar #btn-search {
        height: 100%;
        margin: 0;
        width: 100px; }
        header.header #navbar-bottom .navbar-right #topbar #btn-search svg {
          margin-bottom: 3px; }
        header.header #navbar-bottom .navbar-right #topbar #btn-search span {
          padding-left: 16px;
          display: inline-block;
          padding-top: 3px;
          margin-top: 1px; }
      header.header #navbar-bottom .navbar-right #topbar #btn-shop {
        width: 160px; }
      header.header #navbar-bottom .navbar-right #topbar #btn-shop, header.header #navbar-bottom .navbar-right #topbar #btn-profile {
        height: 100%; }
        header.header #navbar-bottom .navbar-right #topbar #btn-shop svg, header.header #navbar-bottom .navbar-right #topbar #btn-profile svg {
          margin-bottom: 3px; }
        header.header #navbar-bottom .navbar-right #topbar #btn-shop span, header.header #navbar-bottom .navbar-right #topbar #btn-profile span {
          padding-left: 16px;
          display: inline-block;
          padding-top: 3px;
          margin-top: 1px; }
      header.header #navbar-bottom .navbar-right #topbar #navbar-language {
        border-left: solid 2px #e62a25;
        padding-left: 24px;
        height: 100%;
        font-weight: 600; }
        header.header #navbar-bottom .navbar-right #topbar #navbar-language .dropdown {
          margin-top: 3px; }
        header.header #navbar-bottom .navbar-right #topbar #navbar-language .dropdown-language-items {
          background-color: #FFF;
          border-bottom: solid 2px #e62a25;
          padding: 6px 0;
          min-width: 10px;
          width: 120px; }
          header.header #navbar-bottom .navbar-right #topbar #navbar-language .dropdown-language-items li {
            float: none;
            margin-left: 0;
            height: auto;
            padding-left: 0; }
            header.header #navbar-bottom .navbar-right #topbar #navbar-language .dropdown-language-items li a {
              color: #898989;
              display: block;
              padding: 8px 15px; }
              header.header #navbar-bottom .navbar-right #topbar #navbar-language .dropdown-language-items li a:hover {
                color: #e62a25;
                font-weight: 700; }
        header.header #navbar-bottom .navbar-right #topbar #navbar-language button {
          background: none;
          border: none;
          color: #e62a25;
          height: 100%; }
          header.header #navbar-bottom .navbar-right #topbar #navbar-language button .caret {
            margin-left: 20px;
            border: 0;
            background-image: url("../graphics/svg/caret-down.svg");
            background-repeat: no-repeat;
            background-position: 0% 0%;
            background-size: 12px 6px;
            width: 12px;
            height: 6px; }
    header.header #navbar-bottom .navbar-right #main-nav ul li {
      padding-left: 34px; }
      header.header #navbar-bottom .navbar-right #main-nav ul li a {
        color: #e62a25;
        padding: 25px 0;
        font-weight: 700;
        text-transform: uppercase;
        border-bottom: solid 2px #FFF;
        font-size: 13px;
        font-size: 1.3rem;
        letter-spacing: 0.07em; }
      header.header #navbar-bottom .navbar-right #main-nav ul li.active a, header.header #navbar-bottom .navbar-right #main-nav ul li:hover a {
        background-color: #FFF;
        border-bottom: solid 2px #e62a25; }
    header.header #navbar-bottom .navbar-right #main-nav ul .navbar-toggle {
      display: block;
      border: 0;
      padding: 0px;
      margin: 0px;
      margin-top: 14px; }
      header.header #navbar-bottom .navbar-right #main-nav ul .navbar-toggle .icon-bar {
        background-color: #e62a25;
        display: block;
        width: 30px;
        height: 2px;
        margin: 8px 0; }
      header.header #navbar-bottom .navbar-right #main-nav ul .navbar-toggle:hover, header.header #navbar-bottom .navbar-right #main-nav ul .navbar-toggle:focus, header.header #navbar-bottom .navbar-right #main-nav ul .navbar-toggle:active, header.header #navbar-bottom .navbar-right #main-nav ul .navbar-toggle:visited {
        background-color: #FFF; }
    header.header #navbar-bottom .navbar-right #main-nav .navbar-nav .open a:focus {
      background-color: #FFF; }
    header.header #navbar-bottom .navbar-right #main-nav #menu-toggle {
      margin-left: 10px; }
    @media screen and (max-width: 1200px) {
      header.header #navbar-bottom .navbar-right #main-nav ul li {
        padding-left: 30px; } }
  header.header #navbar-bottom #sub-navigation {
    position: relative;
    padding-top: 30px; }
    header.header #navbar-bottom #sub-navigation .icon {
      display: none;
      position: absolute;
      top: 19px; }
    header.header #navbar-bottom #sub-navigation .subnav-wrapper {
      background-color: #ededed; }
      header.header #navbar-bottom #sub-navigation .subnav-wrapper .subnav {
        margin: 0;
        padding: 20px; }
        header.header #navbar-bottom #sub-navigation .subnav-wrapper .subnav li {
          list-style: none;
          display: inline-block; }
          header.header #navbar-bottom #sub-navigation .subnav-wrapper .subnav li a {
            display: block;
            padding: 14px;
            color: #000000;
            font-weight: 700;
            font-size: 13px;
            font-size: 1.3rem;
            letter-spacing: 0.075em; }
          header.header #navbar-bottom #sub-navigation .subnav-wrapper .subnav li.active a, header.header #navbar-bottom #sub-navigation .subnav-wrapper .subnav li:hover a {
            color: #e62a25; }
  @media screen and (max-width: 1200px) {
    header.header #navbar-bottom .navbar-header {
      margin: 0; } }
  @media screen and (max-width: 992px) {
    header.header #navbar-bottom {
      padding: 35px 0 9px 0; }
      header.header #navbar-bottom .navbar-header.pull-left {
        float: none !important; }
      header.header #navbar-bottom .navbar-right #main-nav {
        width: 100%;
        border: 0;
        background-color: #ededed;
        padding: 0;
        padding-top: 10px; }
        header.header #navbar-bottom .navbar-right #main-nav ul {
          margin: 0; }
          header.header #navbar-bottom .navbar-right #main-nav ul li {
            padding-left: 0; }
            header.header #navbar-bottom .navbar-right #main-nav ul li a {
              text-align: center;
              color: #000000; }
            header.header #navbar-bottom .navbar-right #main-nav ul li.active a {
              background: 0;
              border: 0; }
            header.header #navbar-bottom .navbar-right #main-nav ul li:hover a {
              background-color: #ededed;
              border: 0; }
          header.header #navbar-bottom .navbar-right #main-nav ul ul li {
            list-style: none; }
            header.header #navbar-bottom .navbar-right #main-nav ul ul li a {
              background: #FFF !important;
              color: #e62a25 !important; }
            header.header #navbar-bottom .navbar-right #main-nav ul ul li:hover {
              border: 0; }
        header.header #navbar-bottom .navbar-right #main-nav .language-small {
          background-color: #FFF;
          border: 0;
          border: solid 1px #ededed;
          margin-top: 10px; }
          header.header #navbar-bottom .navbar-right #main-nav .language-small span {
            display: block;
            text-align: center;
            padding: 20px;
            color: #898989;
            font-weight: 700;
            text-transform: uppercase;
            border: solid 1px #ededed;
            font-size: 13px;
            font-size: 1.3rem; }
          header.header #navbar-bottom .navbar-right #main-nav .language-small a {
            margin-top: 0px !important;
            background-color: #FFF !important;
            display: inline-block;
            width: 50%;
            text-align: center;
            font-weight: 700;
            color: #FFF;
            padding-top: 20px !important;
            padding-bottom: 20px !important;
            text-transform: uppercase;
            color: #000000;
            border: solid 1px #ededed;
            font-size: 14px;
            font-size: 1.4rem; }
            header.header #navbar-bottom .navbar-right #main-nav .language-small a.active {
              color: #e62a25; }
      header.header #navbar-bottom #sub-navigation {
        display: none !important; } }
  @media screen and (max-width: 768px) {
    header.header #navbar-bottom .navbar-right #main-nav ul li a {
      border-bottom: 0; }
    header.header #navbar-bottom .navbar-right #main-nav.in {
      margin-bottom: 30px; } }

footer.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 497px;
  display: block; }
  footer.footer .top {
    padding: 80px 0 50px 0;
    background-color: #FFF;
    border-top: solid 1px #f5f5f5; }
    footer.footer .top .content-block {
      margin-bottom: 30px;
      color: #898989;
      line-height: 21px;
      letter-spacing: 0.08em; }
      footer.footer .top .content-block p {
        margin: 0; }
      footer.footer .top .content-block ul li {
        padding-bottom: 4px;
        font-size: 12px;
        font-size: 1.2rem; }
      footer.footer .top .content-block a {
        color: #898989;
        font-size: 12px;
        font-size: 1.2rem; }
        footer.footer .top .content-block a:hover {
          color: #e62a25;
          font-weight: 700; }
      footer.footer .top .content-block address {
        line-height: 21px; }
      footer.footer .top .content-block form {
        margin-top: 30px; }
        footer.footer .top .content-block form .form-control {
          border: solid 1px #e62a25; }
        footer.footer .top .content-block form .form-group {
          position: relative; }
        footer.footer .top .content-block form .btn {
          background-color: #FFF;
          position: absolute;
          padding: 0;
          top: 0px;
          right: 0;
          height: 38px;
          width: 38px;
          border: solid 1px #e62a25;
          border-left: none; }
          footer.footer .top .content-block form .btn:focus, footer.footer .top .content-block form .btn:active {
            border: solid 1px #e62a25 !important;
            border-left: 0; }
          footer.footer .top .content-block form .btn:hover {
            border: solid 1px #e62a25;
            background-color: #e62a25;
            border-left: 0; }
            footer.footer .top .content-block form .btn:hover .icon.shape-pointer {
              fill: #FFF; }
      footer.footer .top .content-block .footer-title {
        color: #e62a25;
        font-family: "IntroBlack", "Times New Roman", Times, serif;
        text-transform: uppercase;
        padding: 0;
        margin: 0px;
        margin-bottom: 17px;
        font-size: 15px;
        font-size: 1.5rem;
        letter-spacing: 0.08em; }
      footer.footer .top .content-block .subtitle {
        color: #000000;
        font-weight: 700;
        font-size: 12px;
        font-size: 1.2rem; }
      footer.footer .top .content-block .faq-list li {
        padding-bottom: 7px; }
    footer.footer .top .payment-methods {
      margin-bottom: 0; }
      footer.footer .top .payment-methods img {
        height: 20px; }
    footer.footer .top #footer-contact, footer.footer .top #footer-support {
      margin-left: 60px; }
    footer.footer .top #footer-socials {
      margin-top: 30px; }
    footer.footer .top #footer-support li {
      padding: 10px 0; }
      footer.footer .top #footer-support li a {
        display: block; }
    @media screen and (max-width: 1200px) {
      footer.footer .top {
        padding: 60px 0 30px 0; }
        footer.footer .top #footer-contact {
          margin-left: 10px; }
        footer.footer .top #footer-support {
          margin-left: 20px; }
        footer.footer .top .payment-methods {
          margin-top: 20px; } }
    @media screen and (max-width: 768px) {
      footer.footer .top {
        padding: 60px 0 40px 0; }
        footer.footer .top #footer-support, footer.footer .top #footer-contact {
          margin-left: 50px; } }
    @media screen and (max-width: 700px) {
      footer.footer .top {
        text-align: center;
        padding: 60px 0 20px 0; }
        footer.footer .top .content-block {
          padding: 0 20px; }
          footer.footer .top .content-block form .btn {
            width: 44px;
            height: 44px; }
          footer.footer .top .content-block form .form-control {
            height: 44px; }
        footer.footer .top .mobile-contact {
          margin: 0;
          margin-bottom: 30px;
          color: #e62a25 !important;
          font-weight: 700;
          width: auto !important; }
        footer.footer .top #footer-contact, footer.footer .top #footer-support {
          margin-left: 0;
          text-align: center; }
        footer.footer .top #footer-contact {
          margin-bottom: 50px; }
        footer.footer .top #footer-support {
          margin-top: 50px; } }
  footer.footer .bottom {
    height: 50px;
    background-color: #e62a25;
    color: #FFF;
    font-weight: 400;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.07em; }
    footer.footer .bottom a {
      color: #FFF;
      font-weight: 400; }
    footer.footer .bottom .copyright {
      margin: 0;
      margin-top: 15px;
      text-align: left;
      font-size: 11px; }
    footer.footer .bottom .author p {
      margin: 0px;
      margin-top: 14px;
      text-align: right; }
    @media screen and (max-width: 1200px) {
      footer.footer .bottom {
        height: 70px; }
        footer.footer .bottom .author p {
          margin-top: 24px; }
        footer.footer .bottom .copyright {
          margin-top: 14px;
          line-height: 20px; } }
    @media screen and (max-width: 768px) {
      footer.footer .bottom {
        height: 124px; }
        footer.footer .bottom .copyright {
          text-align: center; }
        footer.footer .bottom .author p {
          text-align: center;
          margin-bottom: 24px; } }
    @media screen and (max-width: 700px) {
      footer.footer .bottom {
        height: 70px; } }
    @media screen and (max-width: 480px) {
      footer.footer .bottom {
        height: auto; }
        footer.footer .bottom .copyright {
          margin-top: 30px; } }
  footer.footer.webshop #footer-contact {
    margin-left: 40px; }
    @media screen and (max-width: 1200px) {
      footer.footer.webshop #footer-contact {
        margin-bottom: 0;
        margin-left: 0; } }
    @media screen and (max-width: 700px) {
      footer.footer.webshop #footer-contact {
        margin-bottom: 40px; } }
  @media screen and (max-width: 768px) {
    footer.footer.webshop .top {
      padding: 60px 0 40px 0; } }
  @media screen and (max-width: 700px) {
    footer.footer.webshop .top {
      padding: 60px 0 30px 0; } }
  footer.footer.modal-open {
    position: relative;
    top: auto; }
  @media screen and (max-width: 1200px) {
    footer.footer {
      position: relative;
      height: 484px; } }

@media screen and (max-width: 992px) {
  .navbar-offcanvas {
    padding: 0; }
    .navbar-offcanvas .close-sidebar {
      width: 100%;
      border: 0;
      background-color: #e62a25;
      color: #FFF;
      padding: 20px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 0; }
      .navbar-offcanvas .close-sidebar .icon {
        stroke: #FFF;
        width: 10px;
        height: 10px;
        margin-left: 10px; }
    .navbar-offcanvas .sidebar-block {
      padding: 30px 15px; }
      .navbar-offcanvas .sidebar-block.profile-menu {
        padding: 0; } }

input, textarea {
  -webkit-appearance: none; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 12px;
    font-size: 1.2rem; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 12px;
    font-size: 1.2rem; }
  input:-moz-placeholder, textarea:-moz-placeholder {
    font-size: 12px;
    font-size: 1.2rem; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 12px;
    font-size: 1.2rem; }

textarea {
  resize: none; }

.web-form {
  border: solid 2px #e62a25;
  height: auto; }
  .web-form h1 {
    padding-right: 0; }
  .web-form button {
    margin-top: 40px; }
  .web-form .cms-text {
    margin-bottom: 20px; }
  .web-form .custom-select {
    margin-bottom: 10px; }
  @media screen and (max-width: 700px) {
    .web-form.form-wrapper {
      margin-bottom: 0 !important; } }

.hasDatepicker {
  background: url("../graphics/svg/calendar-icon.svg") no-repeat 97% center;
  background-size: 20px 20px; }

.default-address {
  margin-bottom: 20px; }
  .default-address input {
    margin-bottom: 10px; }
  .default-address .default-address-street {
    margin-bottom: 20px; }

.subtitle {
  color: #e62a25;
  font-weight: 700;
  line-height: 23px;
  padding-top: 10px;
  margin-bottom: 20px;
  letter-spacing: 0.08em; }

.title {
  color: #e62a25;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.08em; }
  .title + .subtitle {
    margin-top: 0px; }
  .title + .form-group {
    margin-top: 30px; }

.subtitle {
  line-height: 23px; }

.form-group + .subtitle {
  margin-top: 30px;
  margin-bottom: 26px; }

.checkbox-wrap,
.radio-wrap {
  margin-bottom: 5px; }
  .checkbox-wrap label,
  .radio-wrap label {
    padding-top: 5px;
    color: #000000;
    font-size: 13px;
    font-size: 1.3rem; }

.checkbox-group {
  margin: 30px 0 30px 0; }

.checkbox + .form-group {
  margin-top: 20px; }

.comment {
  font-style: italic;
  margin: 0;
  margin-bottom: 25px;
  margin-top: 7px; }

.form-control {
  outline: 0;
  box-shadow: none;
  height: 38px;
  padding: 10px; }
  .form-control:focus, .form-control:active {
    outline: 0;
    box-shadow: none; }

.form-group.has-error .radio {
  color: #000; }

.form-group.has-error .control-label,
.form-group.has-error .small-title {
  color: #e62a25; }

.form-group.has-error .form-control {
  box-shadow: none;
  border-color: #e62a25;
  color: #e62a25; }
  .form-group.has-error .form-control::-webkit-input-placeholder {
    color: #e62a25; }
  .form-group.has-error .form-control::-moz-placeholder {
    color: #e62a25; }
  .form-group.has-error .form-control:-moz-placeholder {
    color: #e62a25; }
  .form-group.has-error .form-control:-ms-input-placeholder {
    color: #e62a25; }
  .form-group.has-error .form-control:focus {
    border-color: #e62a25;
    box-shadow: none;
    color: #e62a25; }

.form-group.has-error .checkbox label,
.form-group.has-error .checkbox a {
  color: #e62a25; }

.form-group.has-error .checkbox label::before {
  border-color: #e62a25; }

.form-group.has-error .checkbox input[type="checkbox"]:checked + label::after {
  background-color: #e62a25; }

.form-group.required {
  /*.checkbox-wrap {
            label {
                padding-right: 15px;
                background-position: right center;
                background-size: 7px 7px;
            }
        }*/ }
  .form-group.required input, .form-group.required textarea, .form-group.required .checkbox {
    background-image: url("../graphics/svg/star.svg");
    background-repeat: no-repeat; }
  .form-group.required .not-required .checkbox {
    background-image: none; }
  .form-group.required input, .form-group.required textarea, .form-group.required .checkbox {
    background-position: 98% 8px;
    background-size: 7px 7px; }
  .form-group.required.has-error input, .form-group.required.has-error textarea, .form-group.required.has-error .checkbox {
    background-image: url("../graphics/svg/star_red.svg"); }
  .form-group.required.has-error .checkbox-wrap label {
    color: #e62a25 !important; }

.help-block.with-errors {
  display: none; }

.form-summary {
  font-size: 14px;
  font-size: 1.4rem; }
  .form-summary strong {
    color: #000000; }
  .form-summary p {
    margin-bottom: 0; }
  .form-summary ul {
    list-style: none; }
  .form-summary .summary-item {
    margin-bottom: 15px; }

button.submit_autoform:after {
  content: '';
  background-image: url("../graphics/svg/arrow-right.svg");
  background-size: 14px 10px;
  background-repeat: no-repeat;
  width: 14px;
  height: 10px;
  display: block;
  display: inline-block;
  margin-left: 10px; }

#breadcrumbs {
  margin-bottom: 60px; }
  #breadcrumbs .breadcrumb {
    padding: 0;
    margin: 0; }
    #breadcrumbs .breadcrumb li:first-child {
      color: #e62a25;
      padding-right: 8px;
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: 0.075em; }
    #breadcrumbs .breadcrumb li:last-child:after {
      display: none; }
    #breadcrumbs .breadcrumb li + li a {
      color: #898989; }
    #breadcrumbs .breadcrumb li + li:before {
      display: none; }
    #breadcrumbs .breadcrumb li + li:after {
      content: '';
      background-image: url("../graphics/svg/arrow-right.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 10px 8px;
      width: 10px;
      height: 8px;
      display: inline-block;
      margin: 0px 10px; }
    #breadcrumbs .breadcrumb li.active a {
      color: #e62a25;
      font-weight: 700; }
  @media screen and (max-width: 1200px) {
    #breadcrumbs {
      margin-bottom: 40px; } }
  @media screen and (max-width: 992px) {
    #breadcrumbs {
      margin-bottom: 60px; } }
  @media screen and (max-width: 768px) {
    #breadcrumbs {
      margin-bottom: 30px; } }

.product {
  margin: 20px 0;
  position: relative;
  padding: 0;
  overflow: hidden; }
  .product .labels-wrapper {
    position: absolute;
    top: 15px;
    left: 12px;
    height: 25px;
    pointer-events: none; }
    .product .labels-wrapper .label {
      background-color: #e62a25;
      color: #FFF;
      border-radius: 0;
      font-weight: 600;
      padding: 4px 6px 4px 6px;
      height: 100%;
      letter-spacing: 0.07em;
      font-size: 12px;
      font-size: 1.2rem; }
    .product .labels-wrapper .label + .label {
      margin-left: 5px; }
    .product .labels-wrapper.right {
      width: 200px;
      height: 200px;
      left: auto;
      right: 0;
      top: 0;
      overflow: hidden; }
      .product .labels-wrapper.right .label {
        position: absolute;
        width: 160px;
        white-space: normal;
        padding: 10px;
        transform: rotate(45deg) translate3d(0, 0, 0);
        -ms-transform-origin: right center;
            transform-origin: right center;
        right: -16px;
        top: 74px;
        height: auto;
        font-size: 13px;
        font-size: 1.3rem; }
  .product .img-container {
    padding: 15px; }
    .product .img-container a {
      display: block; }
      .product .img-container a img {
        margin: auto; }
  .product .caption {
    padding: 0px 0px 12px 15px;
    width: 80%; }
    .product .caption a {
      display: block; }
    .product .caption h3, .product .caption p {
      margin: 0; }
    .product .caption .name {
      color: #000000;
      line-height: 20px;
      padding-right: 30px;
      font-size: 13px;
      font-size: 1.3rem;
      letter-spacing: 0.05em; }
    .product .caption .price {
      color: #e62a25;
      font-weight: 700;
      margin-top: 7px;
      font-size: 13px;
      font-size: 1.3rem;
      letter-spacing: 0.05em; }
      .product .caption .price .old {
        padding-right: 5px;
        text-decoration: line-through; }
  .product .btn-shop {
    display: block;
    width: 20%;
    padding: 0;
    height: 30px;
    text-align: right;
    padding: 8px 15px 0 0;
    background-color: #FFF; }
    .product .btn-shop .icon.shape-basket {
      width: 18px;
      height: 18px;
      stroke-width: 2; }
    .product .btn-shop.added .icon.shape-basket {
      width: 18px;
      height: 18px;
      stroke-width: 2;
      stroke: #e62a25; }
  .product .alert {
    position: absolute;
    margin: 0;
    color: #FFF;
    padding: 5px;
    border: 0;
    top: -40px;
    right: 12px;
    left: 12px;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s ease-in; }
    .product .alert.alert-danger {
      background: #e62a25; }
    .product .alert.animated {
      top: 12px;
      opacity: 1;
      filter: alpha(opacity=100); }
  .product.product-video, .product.product-video.box-hover {
    border: solid 1px #e62a25; }
    .product.product-video .label-video, .product.product-video.box-hover .label-video {
      position: absolute;
      top: 18px;
      right: 15px; }
      .product.product-video .label-video .icon, .product.product-video.box-hover .label-video .icon {
        fill: #e62a25;
        width: 31px;
        height: 21px; }
    .product.product-video:hover, .product.product-video.box-hover:hover {
      border: solid 1px #e62a25 !important; }

#pagination {
  margin-top: 30px;
  margin-bottom: 60px; }
  #pagination .btn-arrow {
    width: 100%; }
    #pagination .btn-arrow.left span {
      padding-right: 0px;
      padding-left: 6px; }
    #pagination .btn-arrow.left .icon {
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
      margin-left: 0px;
      margin-right: 5px; }
    #pagination .btn-arrow.right {
      text-align: right; }
  #pagination .pagination-wrapper .pagination {
    margin: 0;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    #pagination .pagination-wrapper .pagination li a {
      padding: 10px 3px;
      margin: 0px 14px;
      border: 0;
      border-radius: 0;
      font-size: 14px;
      font-size: 1.4rem; }
      #pagination .pagination-wrapper .pagination li a:hover {
        background-color: #FFF;
        border-bottom: solid 2px #e62a25;
        color: #e62a25;
        font-weight: 700; }
      #pagination .pagination-wrapper .pagination li a:focus {
        background-color: #FFF; }
    #pagination .pagination-wrapper .pagination li.active a {
      background-color: #FFF;
      border-bottom: solid 2px #e62a25;
      color: #e62a25;
      font-weight: 700; }
  @media screen and (max-width: 700px) {
    #pagination .pagination-wrapper {
      display: block; } }

.nav-wizard > li {
  float: left; }
  .nav-wizard > li > a {
    position: relative;
    background-color: #f8f8f8; }
    .nav-wizard > li > a .badge {
      margin-left: 3px;
      color: #f8f8f8;
      background-color: #337ab7; }
  .nav-wizard > li:not(:first-child) > a {
    padding-left: 34px; }
    .nav-wizard > li:not(:first-child) > a:before {
      width: 0px;
      height: 0px;
      border-top: 20px inset transparent;
      border-bottom: 20px inset transparent;
      border-left: 20px solid #FFF;
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      transition: 0.5s cubic-bezier(0.455, 0, 0.515, 1); }
  .nav-wizard > li:not(:last-child) > a {
    margin-right: 6px; }
    .nav-wizard > li:not(:last-child) > a:after {
      width: 0px;
      height: 0px;
      border-top: 20px inset transparent;
      border-bottom: 20px inset transparent;
      border-left: 20px solid #f8f8f8;
      position: absolute;
      content: "";
      top: 0;
      right: -20px;
      z-index: 2;
      transition: 0.5s cubic-bezier(0.455, 0, 0.515, 1); }
  .nav-wizard > li:first-child > a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .nav-wizard > li:last-child > a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .nav-wizard > li.complete > a {
    background-color: #dbe9f5; }
    .nav-wizard > li.complete > a::before {
      border-right-color: #dbe9f5; }
    .nav-wizard > li.complete > a::after {
      border-left-color: #dbe9f5; }
  .nav-wizard > li.complete:hover > a, .nav-wizard > li:hover > a {
    background-color: #337ab7;
    color: #FFF; }
  .nav-wizard > li.complete:hover > a:before, .nav-wizard > li:hover > a:before {
    border-right-color: #337ab7; }
  .nav-wizard > li.complete:hover > a:after, .nav-wizard > li:hover > a:after {
    border-left-color: #337ab7; }
  .nav-wizard > li.active > a {
    color: #FFF;
    background-color: #337ab7; }
    .nav-wizard > li.active > a:hover, .nav-wizard > li.active > a:focus {
      color: #FFF;
      background-color: #337ab7; }
    .nav-wizard > li.active > a:after {
      border-left-color: #337ab7; }
    .nav-wizard > li.active > a .badge {
      color: #337ab7;
      background-color: #FFF; }
  .nav-wizard > li.disabled > a {
    color: #777; }
    .nav-wizard > li.disabled > a:hover, .nav-wizard > li.disabled > a:focus {
      color: #777;
      text-decoration: none;
      background-color: #f8f8f8;
      cursor: default; }
    .nav-wizard > li.disabled > a:before {
      border-right-color: #f8f8f8; }
    .nav-wizard > li.disabled > a:after {
      border-left-color: #f8f8f8; }

.nav-wizard.nav-justified > li {
  float: none; }
  .nav-wizard.nav-justified > li > a {
    padding: 10px 15px 10px 36px; }

@media screen and (max-width: 767px) {
  .nav-wizard.nav-justified > li > a {
    border-radius: 4px;
    margin-right: 0; }
    .nav-wizard.nav-justified > li > a:before, .nav-wizard.nav-justified > li > a:after {
      border: none !important; } }

@media screen and (max-width: 767px) {
  .table.table-responsive thead {
    display: none; }
  .table.table-responsive tbody tr:last-child {
    display: none !important; }
  .table.table-responsive tbody th, .table.table-responsive tbody td {
    display: block;
    padding: 10px 15px 10px 30%;
    width: 100%;
    text-align: right;
    background: none; }
    .table.table-responsive tbody th::before, .table.table-responsive tbody td::before {
      float: left;
      text-align: left;
      content: attr(data-th);
      font-weight: 700;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      width: 30%;
      left: 15px;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .table.table-responsive .spacer {
    background-color: #FFF; } }

#cart-table {
  border-bottom: 2px solid #ddd; }
  #cart-table td {
    vertical-align: middle; }
  #cart-table img {
    line-height: 1; }
  @media screen and (max-width: 767px) {
    #cart-table {
      margin-bottom: 0; }
      #cart-table tbody td {
        border: 0; }
      #cart-table tbody td[class*="text-"] {
        border-top: 1px solid #ddd;
        vertical-align: middle; }
      #cart-table .td-thumb {
        background-color: #FFF; }
        #cart-table .td-thumb img {
          margin: 0 auto; }
      #cart-table .visible-xs, #cart-table .btn {
        width: 100%; }
      #cart-table .visible-xs:not(.spacer) td {
        padding: 0; }
      #cart-table .tr-remove-mobile td, #cart-table .td-product, #cart-table .td-thumb {
        text-align: center;
        padding-left: 15px; }
      #cart-table .tr-remove-mobile {
        background-color: #f2dede; }
        #cart-table .tr-remove-mobile .btn-cart-remove {
          padding: 15px;
          color: #a94442; } }

#webshop-slider, #webshop-slider-home {
  background-color: #FFF;
  margin: 60px 0;
  padding: 60px 0 50px 0;
  border-bottom: solid 2px #e62a25; }
  #webshop-slider .h2, #webshop-slider-home .h2 {
    font-size: 18px;
    font-size: 1.8rem; }
  #webshop-slider .content, #webshop-slider-home .content {
    padding: 0px 110px 0px 60px; }
  #webshop-slider #products-slider, #webshop-slider #products-slider-home, #webshop-slider-home #products-slider, #webshop-slider-home #products-slider-home {
    margin: 0px -15px; }
    #webshop-slider #products-slider .slide, #webshop-slider #products-slider-home .slide, #webshop-slider-home #products-slider .slide, #webshop-slider-home #products-slider-home .slide {
      padding: 0px 15px !important; }
      #webshop-slider #products-slider .slide:focus, #webshop-slider #products-slider .slide:visited, #webshop-slider #products-slider .slide:active, #webshop-slider #products-slider-home .slide:focus, #webshop-slider #products-slider-home .slide:visited, #webshop-slider #products-slider-home .slide:active, #webshop-slider-home #products-slider .slide:focus, #webshop-slider-home #products-slider .slide:visited, #webshop-slider-home #products-slider .slide:active, #webshop-slider-home #products-slider-home .slide:focus, #webshop-slider-home #products-slider-home .slide:visited, #webshop-slider-home #products-slider-home .slide:active {
        outline: 0px; }
  @media screen and (max-width: 1200px) {
    #webshop-slider .content, #webshop-slider-home .content {
      padding: 0px 60px 0px 60px; } }
  @media screen and (max-width: 992px) {
    #webshop-slider #products-slider, #webshop-slider #products-slider-home, #webshop-slider-home #products-slider, #webshop-slider-home #products-slider-home {
      margin: 0 48px; }
    #webshop-slider #products-slider .slick-dots, #webshop-slider-home #products-slider .slick-dots {
      bottom: -20px; }
    #webshop-slider #products-slider-home, #webshop-slider-home #products-slider-home {
      margin: 40px 40px 30px 40px; }
      #webshop-slider #products-slider-home .slick-dots, #webshop-slider-home #products-slider-home .slick-dots {
        bottom: -36px; } }
  @media screen and (max-width: 768px) {
    #webshop-slider .h2, #webshop-slider-home .h2 {
      padding: 0px 59px; } }
  @media screen and (max-width: 700px) {
    #webshop-slider, #webshop-slider-home {
      padding: 60px 0 0 0; }
      #webshop-slider .h2, #webshop-slider-home .h2 {
        padding: 0;
        text-align: center;
        padding: 0 30px;
        line-height: 23px; }
      #webshop-slider .content, #webshop-slider-home .content {
        padding: 0 40px; }
      #webshop-slider #products-slider-home, #webshop-slider-home #products-slider-home {
        margin: 40px; }
        #webshop-slider #products-slider-home .slick-arrow.slick-next, #webshop-slider-home #products-slider-home .slick-arrow.slick-next {
          left: auto;
          right: -50px; }
        #webshop-slider #products-slider-home .slick-arrow.slick-prev, #webshop-slider-home #products-slider-home .slick-arrow.slick-prev {
          right: auto;
          left: -35px; } }

#webshop-slider h2, #webshop-slider .h2 {
  margin-bottom: 30px; }

#webshop-slider .product {
  margin: 0;
  height: 100%; }
  #webshop-slider .product .caption {
    width: 70%; }
    #webshop-slider .product .caption a {
      display: block; }
    #webshop-slider .product .caption .price {
      margin-top: 7px; }
  #webshop-slider .product .btn-shop {
    width: 20%;
    margin-right: 1px; }

@media screen and (max-width: 700px) {
  #webshop-slider {
    padding: 60px 0 60px 0; }
    #webshop-slider .h2 {
      padding: 0;
      text-align: center;
      padding: 0 30px;
      line-height: 23px; }
    #webshop-slider #products-slider .slick-dots {
      bottom: -25px; } }

#webshop-slider-home {
  margin: 0;
  border: solid 1px #cccccc;
  border-bottom: solid 2px #e62a25; }
  #webshop-slider-home h2 {
    font-size: 20px;
    font-size: 2rem; }
  #webshop-slider-home .cms-text {
    margin-bottom: 20px; }
  #webshop-slider-home .content {
    padding: 0px 60px 0px 60px; }
  #webshop-slider-home .product {
    margin: 0;
    height: 100%; }
    #webshop-slider-home .product .img-container {
      margin: 0;
      padding: 20px; }
    #webshop-slider-home .product .caption {
      width: 80%; }
      #webshop-slider-home .product .caption .name {
        padding-right: 20px; }
      #webshop-slider-home .product .caption .price {
        margin-top: 7px; }
    #webshop-slider-home .product .btn-shop {
      width: 20%; }

#testimonials-overview {
  background-color: #FFF;
  padding: 60px 0 80px 0;
  margin: 60px 0; }
  #testimonials-overview .h2 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 20px;
    font-size: 2rem; }
  #testimonials-overview .testimonial {
    padding: 0px 20px; }
    #testimonials-overview .testimonial .intro {
      padding: 0 20px; }
    #testimonials-overview .testimonial .quote {
      border: 0;
      padding: 0;
      font-size: 13px;
      font-size: 1.3rem; }
  #testimonials-overview .slick-arrow.slick-prev, #testimonials-overview .slick-arrow.slick-next {
    z-index: 1000; }
  @media screen and (max-width: 1200px) {
    #testimonials-overview #testimonial-slider .slick-dots {
      bottom: -40px; } }
  @media screen and (max-width: 1200px) {
    #testimonials-overview .slick-arrow.slick-next {
      left: auto;
      right: 0px;
      top: 70px; }
    #testimonials-overview .slick-arrow.slick-prev {
      left: auto;
      right: auto;
      top: 70px;
      left: 20px; } }
  @media screen and (max-width: 700px) {
    #testimonials-overview .slick-arrow.slick-next {
      right: 0;
      top: 70px; }
    #testimonials-overview .slick-arrow.slick-prev {
      top: 70px;
      right: auto;
      left: 20px; } }
  @media screen and (max-width: 480px) {
    #testimonials-overview .h2 {
      padding: 0 20px;
      line-height: 24px; } }

.testimonial {
  text-align: center;
  padding: 40px 70px; }
  .testimonial .img-circle {
    width: 140px;
    height: auto;
    margin: 0 auto 30px auto;
    margin-bottom: 20px; }
    .testimonial .img-circle img {
      border: solid 2px #e62a25;
      border-radius: 200px;
      margin: auto; }
  .testimonial .quote {
    color: #e62a25;
    font-weight: 700;
    padding: 0px 20px;
    margin-bottom: 15px;
    line-height: 21px;
    font-size: 14px;
    font-size: 1.4rem; }
  .testimonial .intro {
    color: #898989;
    line-height: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem; }
  .testimonial .btn-arrow {
    text-align: center;
    display: inline !important; }
  .testimonial.style1 .quote {
    color: #cea021; }
  .testimonial.style1 .img-circle img {
    border-color: #cea021; }
  .testimonial.style3 .quote {
    color: #9fb95c; }
  .testimonial.style3 .img-circle img {
    border-color: #9fb95c; }
  .testimonial.style2 .quote {
    color: #009ad8; }
  .testimonial.style2 .img-circle img {
    border-color: #009ad8; }

.tile-wrapper {
  margin-bottom: 30px; }
  @media screen and (max-width: 992px) {
    .tile-wrapper .row .equal-col:first-child {
      margin-bottom: 30px; }
    .tile-wrapper .row.full-row .equal-col:first-child {
      margin-bottom: 0px; } }

.tile {
  border: solid 1px #cccccc;
  height: 100%;
  position: relative; }
  .tile.top-content .content {
    top: 3px; }
  .tile .content {
    padding: 70px; }
  .tile .subtitle {
    color: #000;
    font-weight: 600;
    padding: 0;
    display: block;
    margin-bottom: 4px; }
  .tile .cms-text {
    margin-bottom: 0; }
    .tile .cms-text a, .tile .cms-text strong {
      color: #e62a25;
      font-weight: 600; }
    .tile .cms-text ul li {
      padding: 4px 0; }
    .tile .cms-text p {
      margin: 10px 0; }
    .tile .cms-text > div {
      line-height: 21px; }
    .tile .cms-text p + p {
      margin-top: 20px; }
    .tile .cms-text + .h2,
    .tile .cms-text + h2 {
      margin-top: 30px; }
  .tile .result-donation-projects {
    margin-top: 20px; }
    .tile .result-donation-projects h3,
    .tile .result-donation-projects .h3 {
      color: #000;
      font-size: 18px;
      font-size: 1.8rem; }
    .tile .result-donation-projects .result-donation-project {
      background-color: #f5f5f5;
      padding: 30px 30px 20px 30px;
      margin-top: 30px; }
      .tile .result-donation-projects .result-donation-project .h2 {
        margin-bottom: 15px; }
      .tile .result-donation-projects .result-donation-project .btn.btn-arrow {
        margin-top: 0 !important; }
      .tile .result-donation-projects .result-donation-project .cms-text p:last-child {
        margin-bottom: 0; }
      .tile .result-donation-projects .result-donation-project .progress-wrapper {
        margin: 15px 0; }
      .tile .result-donation-projects .result-donation-project .progress {
        height: 20px; }
  .tile .btn-arrow {
    margin-top: 24px !important; }
  .tile.no-image .content {
    padding: 100px 70px 70px 70px;
    position: absolute;
    bottom: 2px; }
  .tile.testimonial {
    position: relative; }
    .tile.testimonial .testimonial-wrapper {
      position: relative;
      top: 50%;
      left: 0px;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      padding: 0px; }
    .tile.testimonial .author {
      font-weight: 700;
      letter-spacing: 0.015pxem; }
    .tile.testimonial .quote {
      color: #898989;
      font-weight: 400;
      padding: 0 70px;
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: 0.08em; }
    .tile.testimonial.style1 {
      border: solid 2px #cea021; }
      .tile.testimonial.style1 .author {
        color: #cea021; }
    .tile.testimonial.style2 {
      border: solid 2px #009ad8; }
      .tile.testimonial.style2 .author {
        color: #009ad8; }
    .tile.testimonial.style3 {
      border: solid 2px #9fb95c; }
      .tile.testimonial.style3 .author {
        color: #9fb95c; }
  .tile.no-content {
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    min-height: 350px; }
    .tile.no-content.style1 .title-overlay {
      max-width: 80%; }
      .tile.no-content.style1 .title-overlay .overlay-wrapper div {
        background-color: #cea021; }
    .tile.no-content.style3 .title-overlay .overlay-wrapper div {
      background-color: #9fb95c; }
    .tile.no-content.style2 .title-overlay .overlay-wrapper div {
      background-color: #009ad8; }
  .tile.link {
    background-image: url("../graphics/svg/rose.svg");
    background-repeat: no-repeat;
    background-position: 90% 20%;
    background-size: 40px 40px;
    display: block;
    border: solid 2px #e62a25;
    color: #e62a25;
    text-transform: uppercase;
    font-family: "IntroBlack", "Times New Roman", Times, serif;
    padding: 240px 30px 30px 40px; }
    .tile.link h3 {
      font-weight: 100 !important;
      line-height: 30px;
      margin: 0px;
      position: absolute;
      width: 100%;
      bottom: 40px;
      display: block;
      max-width: 70%;
      font-size: 20px;
      font-size: 2rem;
      letter-spacing: 0.1em; }
    .tile.link .icon.shape-arrow-right {
      width: 18px;
      height: 18px;
      stroke-width: 1.8;
      vertical-align: middle;
      position: relative;
      top: -2px;
      margin-left: 8px;
      transition: all 0.4s ease-in; }
    .tile.link:hover .icon.shape-arrow-right {
      margin-left: 16px; }
  .tile .title-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px; }
    .tile .title-overlay .overlay-wrapper {
      display: inline-block;
      position: relative; }
      .tile .title-overlay .overlay-wrapper h2 {
        color: #FFF;
        font-family: "IntroBlack", "Times New Roman", Times, serif;
        margin: 0px;
        display: inline-block;
        position: relative;
        padding: 12px 10px 12px 10px;
        font-size: 15px;
        font-size: 1.5rem; }
      .tile .title-overlay .overlay-wrapper div {
        background-color: #e62a25;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        opacity: 0.8;
        filter: alpha(opacity=80); }
    @media screen and (max-width: 767px) {
      .tile .title-overlay {
        display: none; } }
  .tile .progress-wrapper {
    margin: 40px 0;
    width: 100%; }
    .tile .progress-wrapper p {
      margin-bottom: 14px;
      color: #000;
      font-weight: 700;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.075em; }
      .tile .progress-wrapper p span {
        color: #e62a25;
        font-size: 20px;
        font-size: 2rem; }
      .tile .progress-wrapper p.ratio {
        margin-bottom: 0;
        display: block;
        margin-top: 7px; }
    .tile .progress-wrapper.complete .progress .icon {
      fill: #FFF; }
  @media screen and (max-width: 991px) {
    .tile.no-image .content {
      position: relative; }
    .tile.testimonial .testimonial-wrapper {
      top: 0;
      left: 0;
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
    .tile.no-content {
      min-height: 300px; } }
  @media screen and (max-width: 700px) {
    .tile.testimonial {
      padding: 60px 0px; }
    .tile .content {
      padding: 40px 40px 30px 40px; }
    .tile.no-image {
      background-position: 90% 30px; }
      .tile.no-image .content {
        padding: 40px; }
    .tile.link h3 {
      max-width: 70%; } }

.full-row .bg-image {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 1px #cccccc;
  border-right: 0; }

.full-row .tile {
  border-left: 0; }

.full-row.no-image .tile {
  border: solid 1px #cccccc; }

.full-row.no-image .no-padding-left {
  padding-left: 15px !important; }

@media screen and (max-width: 992px) {
  .full-row .bg-image {
    background-image: none !important;
    height: 300px; }
    .full-row .bg-image .img-wrapper {
      height: 100%; }
  .full-row .no-padding-left {
    padding-left: 15px !important; }
  .full-row .no-padding-right {
    padding-right: 15px !important; }
  .full-row .tile {
    border: solid 1px #cccccc;
    border-top: 0;
    margin-bottom: 0; } }

@media screen and (max-width: 700px) {
  .full-row .bg-image {
    height: 100%; } }

@media screen and (max-width: 480px) {
  .full-row .bg-image {
    height: 230px; } }

.equal-type .tile.no-image .content {
  position: relative; }

.tile-rose {
  width: 40px;
  height: 40px;
  float: right;
  margin: 40px;
  width: auto !important; }

@media screen and (max-width: 991px) {
  .tile-wrapper .equal-col {
    height: auto !important; }
  .tile.no-image .content {
    bottom: auto; } }

.browsehappy {
  background-color: #a94442;
  color: #FFF;
  text-align: center;
  padding: 50px 0;
  font-size: 18px;
  font-size: 1.8rem;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%; }
  .browsehappy button.close {
    background: transparent;
    font-size: 30px;
    font-size: 3rem;
    line-height: 0;
    top: 3px;
    right: -34px;
    padding: 10px; }
  .browsehappy a {
    text-decoration: underline;
    font-weight: 700;
    color: #FFF; }
    .browsehappy a:hover {
      color: #FFF; }

.events-box {
  height: 100%;
  border: solid 1px #cccccc;
  padding: 70px 80px 50px 80px; }
  .events-box #events-overview {
    margin-top: 60px; }
    .events-box #events-overview .h2 {
      margin-bottom: 32px;
      font-size: 20px;
      font-size: 2rem; }
  .events-box #events-slider .event {
    padding-right: 0; }
  .events-box #events-slider .slick-dots {
    margin-top: 20px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto; }
  @media screen and (max-width: 1200px) {
    .events-box #events-overview .h2 {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media screen and (max-width: 768px) {
    .events-box {
      padding: 65px 70px 65px 70px;
      margin-top: 30px; }
      .events-box #events-overview {
        margin-top: 0; }
        .events-box #events-overview .h2 {
          text-align: center; } }
  @media screen and (max-width: 700px) {
    .events-box {
      margin-top: 30px;
      padding: 40px 20px; }
      .events-box #events-overview {
        margin: 0; }
        .events-box #events-overview .h2 {
          text-align: center;
          padding: 0 20px;
          line-height: 24px; }
        .events-box #events-overview #events-slider {
          padding: 0 20px; }
          .events-box #events-overview #events-slider .event .date {
            display: block;
            margin-top: 3px; }
          .events-box #events-overview #events-slider .slick-dots {
            position: relative; } }

#intro-banner {
  position: relative;
  margin-bottom: 60px;
  min-height: 120px; }
  #intro-banner .label {
    background-color: #FFF;
    position: absolute;
    bottom: 30px;
    border-radius: 0;
    padding: 15px 15px 14px 30px;
    overflow: hidden;
    transition: opacity 0.4s ease-in; }
    #intro-banner .label h1, #intro-banner .label .h1 {
      padding-right: 0;
      font-weight: 400;
      color: #e62a25;
      font-family: "IntroBlack", "Times New Roman", Times, serif;
      text-transform: uppercase;
      margin: 0;
      white-space: normal !important;
      font-size: 18px;
      font-size: 1.8rem;
      letter-spacing: 0.1em; }
    #intro-banner .label svg {
      width: 30px;
      height: 30px;
      position: absolute;
      bottom: 13px;
      left: -15px; }
  #intro-banner .title-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #e62a25;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  #intro-banner.style1 .title-overlay {
    background-color: #cea021; }
  #intro-banner.style1 .label h1, #intro-banner.style1 .label .h1 {
    color: #cea021; }
  #intro-banner.style1 .label svg {
    fill: #cea021; }
  #intro-banner.style3 .title-overlay {
    background-color: #9fb95c; }
  #intro-banner.style3 .label h1, #intro-banner.style3 .label .h1 {
    color: #9fb95c; }
  #intro-banner.style3 .label svg {
    fill: #9fb95c; }
  #intro-banner.style2 .title-overlay {
    background-color: #009ad8; }
  #intro-banner.style2 .label h1, #intro-banner.style2 .label .h1 {
    color: #009ad8; }
  #intro-banner.style2 .label svg {
    fill: #009ad8; }
  @media screen and (max-width: 1200px) {
    #intro-banner {
      margin-bottom: 60px; } }
  @media screen and (max-width: 992px) {
    #intro-banner {
      min-height: 130px; } }
  @media screen and (max-width: 700px) {
    #intro-banner {
      margin-bottom: 40px;
      min-height: 50px; }
      #intro-banner .label {
        background-color: #e62a25;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        display: block;
        text-align: left; }
        #intro-banner .label h1, #intro-banner .label .h1 {
          line-height: 22px;
          color: #FFF !important;
          font-size: 14px;
          font-size: 1.4rem; }
        #intro-banner .label svg {
          fill: #FFF !important; }
      #intro-banner.style1 .label {
        background-color: #cea021; }
      #intro-banner.style3 .label {
        background-color: #9fb95c; }
      #intro-banner.style2 .label {
        background-color: #009ad8; } }

.job-overview-item {
  border: solid 1px #cccccc;
  padding: 45px;
  margin-bottom: 30px; }
  .job-overview-item address {
    color: #898989;
    line-height: 21px;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.05em; }
    .job-overview-item address a {
      color: #898989; }
  .job-overview-item .btn {
    margin-top: 24px; }
  .job-overview-item .category {
    font-weight: 700;
    margin-bottom: 20px;
    display: block; }
  .job-overview-item:hover {
    box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.2); }
  .job-overview-item.style1 h2, .job-overview-item.style1 .category {
    color: #cea021; }
  .job-overview-item.style2 h2, .job-overview-item.style2 .category {
    color: #009ad8; }
  .job-overview-item.style3 h2, .job-overview-item.style3 .category {
    color: #9fb95c; }

.shop-item {
  border: solid 1px #cccccc;
  padding: 45px;
  margin-bottom: 30px; }
  .shop-item address {
    color: #898989;
    line-height: 21px;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.05em; }
    .shop-item address a {
      color: #898989; }
  .shop-item ul {
    color: #e62a25;
    font-width: 600; }
    .shop-item ul li {
      padding: 4px 0;
      line-height: 20px;
      text-indent: -28px;
      padding-left: 28px;
      font-size: 13px;
      font-size: 1.3rem; }
  .shop-item .btn {
    margin-top: 24px !important; }
  .shop-item:hover {
    box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.2); }

.money-icon:before, .calendar-icon:before {
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block;
  padding-top: 23px;
  position: relative;
  top: 7px;
  margin-right: 8px; }

.money-icon:before {
  background-image: url("../graphics/svg/money-icon.svg");
  background-size: 20px 20px; }

.calendar-icon:before {
  background-image: url("../graphics/svg/calendar-icon.svg");
  background-size: 16px 16px; }

@media screen and (min-width: 1200px) {
  .widget.widget-gallery {
    padding: 0 80px; } }

.widget.widget-gallery .mt-3 {
  margin-top: 30px; }

.widget.widget-gallery .thumbnail {
  border: 0;
  padding: 0; }
  .widget.widget-gallery .thumbnail img + p {
    margin: 30px 0 0 0; }

.widget.widget-gallery a.thumbnail {
  transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.5s; }
  .widget.widget-gallery a.thumbnail:hover {
    text-decoration: none; }
    .widget.widget-gallery a.thumbnail:hover .h2 {
      color: #000; }

@media screen and (min-width: 768px) {
  .widget.widget-gallery .d-flex-row {
    display: -ms-flexbox;
    display: flex; }
    .widget.widget-gallery .d-flex-row:before, .widget.widget-gallery .d-flex-row:after {
      display: block; } }

.widget.widget-carousel .slider {
  margin: 30px 0 0 0; }
  .widget.widget-carousel .slider .slide {
    padding: 0 30px; }

#intro-quote {
  color: #e62a25;
  border: solid 2px #e62a25;
  padding: 30px;
  font-weight: 400;
  line-height: 20px;
  height: 100%;
  position: relative; }
  #intro-quote .hashtag {
    font-family: "IntroBlack", "Times New Roman", Times, serif;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.1em; }
  #intro-quote .content {
    text-align: center;
    padding: 0 50px;
    margin: 50px 0; }
    #intro-quote .content .streamer {
      font-weight: 700;
      line-height: 26px;
      margin: 0;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.075em; }
    #intro-quote .content .author {
      font-weight: 400;
      font-style: italic;
      margin: 0;
      margin-top: 20px;
      font-size: 14px;
      font-size: 1.4rem; }
  #intro-quote .social {
    margin: 0;
    height: 34px;
    position: absolute;
    bottom: 30px; }
    #intro-quote .social li {
      margin-right: 10px; }
  @media screen and (max-width: 700px) {
    #intro-quote .hashtag {
      width: 100%;
      display: block;
      text-align: center; }
    #intro-quote .content {
      padding: 0;
      margin: 30px 0 24px 0; }
    #intro-quote .social {
      position: relative;
      bottom: auto;
      text-align: center; } }

.icon {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  transition: 0.5s cubic-bezier(0.455, 0, 0.515, 1); }
  .icon.shape-basket {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #000000;
    stroke-width: 1.7; }
  .icon.shape-search, .icon.shape-calendar {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: #000000;
    stroke-width: 1.7; }
  .icon.shape-calendar {
    stroke-width: 1.2;
    width: 22px;
    height: 23px;
    top: -1px; }
  .icon.shape-contact, .icon.shape-partner {
    width: 25px;
    height: 24px;
    fill: none;
    stroke: #000000;
    stroke-width: 1.2; }
  .icon.shape-partner {
    width: 36px; }
  .icon.shape-login {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #000000;
    stroke-width: 1.7; }
  .icon.shape-webatvantage {
    height: 18px;
    width: 110px;
    fill: #FFF;
    vertical-align: middle; }
  .icon.shape-pointer {
    height: 32px;
    width: 21px;
    fill: #000000;
    vertical-align: middle; }
  .icon.shape-movie {
    height: 22px;
    width: 22px;
    fill: #e62a25;
    vertical-align: middle; }
  .icon.shape-arrow-right {
    width: 14px;
    height: 10px;
    fill: none;
    stroke: #000000;
    stroke-width: 2px;
    stroke-linecap: round;
    vertical-align: middle; }
  .icon.shape-stripe {
    width: 8px;
    height: 10px;
    fill: none;
    stroke: #e62a25;
    stroke-width: 6px;
    stroke-linecap: round;
    vertical-align: middle; }
  .icon.shape-triangle {
    width: 13px;
    height: 11px;
    fill: #ededed;
    vertical-align: middle; }
  .icon.shape-close {
    width: 12px;
    height: 12px;
    stroke-width: 1.5;
    stroke: #000000;
    position: relative;
    top: -1px; }
  .icon.shape-pencil {
    width: 14px;
    height: 14px;
    position: relative;
    top: -1px; }
  .icon.shape-check {
    width: 14px;
    height: 11px;
    position: relative;
    top: -1px; }
  .icon.shape-birthday-gift {
    width: 30px;
    height: 30px;
    position: relative;
    top: -1px;
    fill: none;
    stroke-width: 2;
    stroke: #e62a25; }
  .icon.shape-heart {
    width: 20px;
    height: 16px;
    position: relative;
    top: -1px;
    fill: #ededed; }
  .icon.shape-thumbs-up {
    width: 22px;
    height: 25px;
    fill: none;
    stroke: #e62a25;
    stroke-width: 2.3; }
  .icon.shape-thumbs-down {
    width: 22px;
    height: 25px;
    fill: none;
    stroke: #e62a25;
    stroke-width: 2.3; }

.fill-brand-primary {
  fill: #337ab7; }

.fill-brand-danger {
  fill: #ab2b34; }

.fill-link-color {
  fill: #000000; }

.fill-link-hover-color {
  fill: #e62a25; }

.fill-body-bg {
  fill: #FFF; }

.fill-gray-darker {
  fill: #222222; }

.stroke-brand-primary {
  stroke: #337ab7;
  fill: transparent; }

.stroke-brand-danger {
  stroke: #ab2b34;
  fill: transparent; }

.stroke-link-color {
  stroke: #000000;
  fill: transparent; }

.stroke-link-hover-color {
  stroke: #e62a25;
  fill: transparent; }

.stroke-body-bg {
  stroke: #FFF;
  fill: transparent; }

.stroke-gray-darker {
  stroke: #222222;
  fill: transparent; }

.btn:focus, .btn:focus:active, .btn:active, .btn:visited {
  outline: 0;
  box-shadow: none !important;
  border: solid 1px #FFF !important; }

.btn.btn-arrow, .btn.btn-arrow-red {
  background: none;
  display: block;
  padding: 0px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
  width: 100%;
  transition: all 0.4s ease-in;
  padding: 10px 0;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-size: 1.2rem; }
  .btn.btn-arrow span, .btn.btn-arrow-red span {
    padding-right: 6px;
    white-space: normal; }
    .btn.btn-arrow span span, .btn.btn-arrow-red span span {
      paddign-right: 0; }
  .btn.btn-arrow .icon, .btn.btn-arrow-red .icon {
    position: relative;
    left: 0px;
    top: -2px;
    margin-left: 5px; }
  .btn.btn-arrow:hover .icon, .btn.btn-arrow-red:hover .icon {
    left: 10px; }
  .btn.btn-arrow.left span, .btn.btn-arrow-red.left span {
    padding-right: 0;
    padding-left: 6px; }
    .btn.btn-arrow.left span span, .btn.btn-arrow-red.left span span {
      padding-left: 0; }
  .btn.btn-arrow.left .icon, .btn.btn-arrow-red.left .icon {
    position: relative;
    left: 0px;
    top: -2px;
    margin-right: 5px; }
  .btn.btn-arrow.left:hover .icon, .btn.btn-arrow-red.left:hover .icon {
    right: auto;
    left: -10px; }

.btn.btn-arrow-red {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-align: center;
      align-items: center;
  color: #FFF; }
  .btn.btn-arrow-red span {
    display: inline-block;
    padding: 10px;
    background-color: #e62a25;
    border-radius: 5px 0 0 5px; }
    .btn.btn-arrow-red span + span {
      padding-left: 0;
      border-radius: 0 5px 5px 0; }
  .btn.btn-arrow-red .icon {
    position: relative;
    left: 0;
    top: -2px;
    margin-left: 0;
    stroke: #FFF; }
  .btn.btn-arrow-red:hover .icon {
    right: auto;
    left: 0; }

.btn.btn-fill-arrow {
  background-color: #e62a25;
  color: #FFF !important;
  height: 38px;
  width: 100%;
  font-weight: 600;
  text-align: left;
  position: relative;
  overflow: hidden;
  padding: 8px 0 4px 12px;
  font-size: 13px;
  font-size: 1.3rem; }
  .btn.btn-fill-arrow .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    stroke: #FFF;
    width: 18px;
    height: 13px; }
  .btn.btn-fill-arrow:hover .icon {
    right: -50px; }

.btn.btn-close {
  font-weight: 600;
  font-size: 13px;
  font-size: 1.3rem;
  opacity: 1;
  filter: alpha(opacity=100); }
  .btn.btn-close svg {
    stroke: #000000;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    stroke-width: 1;
    transition: all 0.3s ease-in; }
  .btn.btn-close span {
    color: #000000; }
  .btn.btn-close:hover {
    color: #000000; }
    .btn.btn-close:hover svg {
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
  @media screen and (max-width: 700px) {
    .btn.btn-close {
      text-align: center;
      width: 100%;
      margin: 20px 0;
      border: solid 1px #000000;
      padding: 13px;
      border: solid 1px #000000 !important; } }

.btn.btn-border {
  border: solid 1px #e62a25 !important;
  padding: 10px;
  margin-top: 10px;
  position: relative; }
  .btn.btn-border span {
    padding-right: 6px; }
  .btn.btn-border .icon {
    position: relative;
    left: 0px;
    top: -2px;
    margin-left: 5px; }
  .btn.btn-border.left span {
    padding-right: 0;
    padding-left: 2px; }
  .btn.btn-border.left .icon {
    position: relative;
    left: 0px;
    top: -2px;
    margin-left: 0;
    margin-right: 5px; }
  .btn.btn-border:hover {
    color: #FFF;
    background-color: #e62a25; }
    .btn.btn-border:hover .icon {
      stroke: #FFF; }
  @media screen and (max-width: 700px) {
    .btn.btn-border {
      width: 100%; }
      .btn.btn-border .icon {
        position: absolute;
        right: 10px;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
      .btn.btn-border.left .icon {
        position: absolute;
        right: auto;
        left: 10px;
        top: 50%;
        -ms-transform: translateY(-50%) rotate(180deg) !important;
            transform: translateY(-50%) rotate(180deg) !important; } }

.btn.btn-submit {
  width: auto !important; }

.btn.btn-modal {
  padding: 0;
  color: #e62a25;
  background-color: #FFF; }
  .btn.btn-modal:hover {
    text-decoration: underline; }

.btn.btn-shop-full {
  min-width: 130px;
  margin-left: 14px;
  background-color: #e62a25;
  color: #FFF;
  text-align: left;
  font-weight: 600;
  padding: 9px 10px 10px 14px;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.07em; }
  .btn.btn-shop-full .icon {
    stroke: #FFF;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    right: 10px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.btn.btn-red {
  min-width: 130px;
  background-color: #e62a25;
  color: #FFF;
  text-align: left;
  font-weight: 600;
  padding: 9px 10px 10px 14px;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.07em; }
  .btn.btn-red .icon {
    stroke: #FFF;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    right: 10px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.btn.input-arrow {
  font-weight: 700;
  background-color: #FFF;
  background-image: url("../graphics/svg/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 14px 10px;
  padding-right: 22px;
  padding-left: 0;
  color: #000000;
  margin-top: 10px;
  text-align: left;
  width: auto; }
  .btn.input-arrow:hover {
    background-position: 110% 50%; }

.btn.btn-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px;
  background-color: #e62a25;
  color: #FFF;
  border-radius: 50px;
  border: solid 1px #FFF; }
  .btn.btn-icon span {
    font-family: "open-sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left; }
  .btn.btn-icon .icon {
    top: 0;
    margin: 0 10px 0 0; }
  .btn.btn-icon:hover, .btn.btn-icon:focus, .btn.btn-icon:active, .btn.btn-icon:visited {
    background-color: #e62a25; }
  .btn.btn-icon:hover {
    background-color: #ab2b34; }

.btn.btn-sticky {
  position: fixed;
  bottom: 30px;
  right: 30px;
  margin-left: 30px;
  z-index: 8000; }

@media screen and (max-width: 700px) {
  .btn {
    white-space: normal; }
    .btn[type=submit] {
      width: 100%; } }

.slide-in {
  padding-left: 0;
  transition: all 0.2s ease-in; }
  .slide-in:hover {
    padding-left: 4px !important; }

@media screen and (max-width: 1200px) {
  #btn-sidebar-offcanvas, #btn-sidebar-offcanvas, #btn-cart-offcanvas {
    border: solid 1px #e62a25;
    padding: 15px;
    color: #e62a25;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px; }
    #btn-sidebar-offcanvas:focus, #btn-sidebar-offcanvas:focus, #btn-cart-offcanvas:focus {
      border: solid 1px #e62a25 !important;
      box-shadow: none; } }

@media screen and (max-width: 700px) {
  #btn-sidebar-offcanvas, #btn-sidebar-offcanvas, #btn-cart-offcanvas {
    margin-bottom: 30px; } }

/* Container used for styling the custom select, the buttom class below adds the bg gradient, corners, etc. */
.custom-select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  padding: 0 !important;
  width: 100%;
  height: 38px;
  background-image: url("../graphics/svg/caret-down.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px 6px;
  background-color: #FFF;
  -webkit-overflow-scrolling: touch;
  /* This is the native select, we're making everything but the text invisible so we can see the button styles in the wrapper */ }
  .custom-select:hover, .custom-select:focus, .custom-select:active {
    border-color: #000000; }
  .custom-select select {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0 25px 0 12px;
    background: none;
    border: 1px solid #cccccc;
    outline: none;
    cursor: pointer;
    color: #000000;
    /* Remove select styling */
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    -webkit-overflow-scrolling: touch;
    font-size: 1em;
    /* Focus style */ }
    .custom-select select:focus {
      outline: none;
      background-color: transparent; }
    .custom-select select:hover, .custom-select select:focus, .custom-select select:active {
      border: 1px solid #000000; }
  .custom-select option {
    font-weight: normal;
    text-shadow: none;
    color: #000000;
    padding: 4px; }
  .custom-select .form-control {
    padding: 0;
    padding-left: 12px; }

/* ------------------------------------  */
/* UGLY BROWSER-SPECIFIC HACKS */
/* ----------------------------------  */
/* OPERA - Pre-Blink nix the custom arrow, go with a native select button to keep it simple. Targeted via this hack http://browserhacks.com/#hack-a3f166304aafed524566bc6814e1d5c7 */
x:-o-prefocus,
.custom-select::after {
  display: none; }

/* IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance, IE 9 and earlier get a native select - targeting media query hack via http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting */
/* The second rule removes the odd blue bg color behind the text in the select button in IE 10/11 and sets the text color to match the focus style's - fix via http://stackoverflow.com/questions/17553300/change-ie-background-color-on-unopened-focused-select-box */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-select select::-ms-expand {
    display: none; }
  .custom-select select:focus::-ms-value {
    background: transparent;
    color: #222; } }

/* FIREFOX won't let us hide the native select arrow, so we have to make it wider than needed and clip it via overflow on the parent container. The percentage width is a fallback since FF 4+ supports calc() so we can just add a fixed amount of extra width to push the native arrow out of view. We're applying this hack across all FF versions because all the previous hacks were too fragile and complex. You might want to consider not using this hack and using the native select arrow in FF. Note this makes the menus wider than the select button because they display at the specified width and aren't clipped. Targeting hack via http://browserhacks.com/#hack-758bff81c5c32351b02e10480b5ed48e */
/* Show only the native arrow */
@-moz-document url-prefix() {
  .custom-select {
    overflow: hidden; }
  .custom-select select {
    /*width: 120%;
        width: -moz-calc(100% + 3em);
        width: calc(100% + em);*/
    /* https://gist.github.com/joaocunha/6273016 */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ''; } }

/* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */
.custom-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

.checkbox {
  padding-left: 20px; }
  .checkbox a {
    color: #000000;
    font-weight: 700;
    text-decoration: underline; }
  .checkbox label {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
    padding-left: 15px;
    line-height: 29px;
    color: #000000;
    letter-spacing: 0.06em; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      position: absolute;
      width: 20px;
      height: 20px;
      left: 0;
      top: 5px;
      margin-left: -20px;
      border: 1px solid #cccccc;
      background-color: #FFF;
      transition: border 0.5s cubic-bezier(0.455, 0, 0.515, 1), color 0.5s cubic-bezier(0.455, 0, 0.515, 1); }
    .checkbox label::after {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      color: #000000; }
  .checkbox input[type="checkbox"] {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1; }
    .checkbox input[type="checkbox"]:checked + label::after {
      background-color: #e62a25;
      border-color: #e62a25;
      width: 12px;
      height: 12px;
      top: 9px;
      left: 4px;
      content: ''; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65;
      filter: alpha(opacity=65); }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #f5f5f5;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

/*
@include checkbox-variant('.checkbox-primary', $brand-primary);
@include checkbox-variant('.checkbox-danger', $brand-danger);
@include checkbox-variant('.checkbox-info', $brand-info);
@include checkbox-variant('.checkbox-warning', $brand-warning);
@include checkbox-variant('.checkbox-success', $brand-success);
*/
.radio {
  padding-left: 20px;
  margin: 15px 0;
  color: #000000; }
  .radio label {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
    padding-left: 15px; }
    .radio label::before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      position: absolute;
      width: 20px;
      height: 20px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #FFF;
      transition: border 0.5s cubic-bezier(0.455, 0, 0.515, 1); }
    .radio label::after {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      position: absolute;
      content: " ";
      width: 12px;
      height: 12px;
      left: 4px;
      top: 9px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #e62a25;
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1; }
    .radio input[type="radio"]:checked + label::after {
      -ms-transform: scale(1, 1);
          transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65;
      filter: alpha(opacity=65); }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

/*
@include radio-variant('.radio-primary', $brand-primary);
@include radio-variant('.radio-danger', $brand-danger);
@include radio-variant('.radio-info', $brand-info);
@include radio-variant('.radio-warning', $brand-warning);
@include radio-variant('.radio-success', $brand-success);
*/
.btn {
  /* Base button styling */ }
  .btn:focus, .btn:focus:active {
    outline: 0;
    border: 1px solid #337ab7; }
  @media screen and (max-width: 767px) {
    .btn[type=submit] {
      width: 100%; } }

.social li {
  width: 34px;
  height: 34px;
  display: inline-block;
  margin-right: 9px; }
  .social li a {
    display: block;
    height: 100%;
    width: 100%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: left center; }
  .social li.facebook a {
    background-image: url("../graphics/svg/social/facebook.svg"); }
  .social li.twitter a {
    background-image: url("../graphics/svg/social/twitter.svg"); }
  .social li.pinterest a {
    background-image: url("../graphics/svg/social/pinterest.svg"); }
  .social li.linkedin a {
    background-image: url("../graphics/svg/social/linkedin.svg"); }
  .social li.instagram a {
    background-image: url("../graphics/svg/social/instagram.svg"); }

.calendar .fc-content .fc-day, .calendar .fc-content .fc-day-number, .calendar .fc-view-container .fc-day, .calendar .fc-view-container .fc-day-number {
  width: 40px;
  height: 40px;
  padding: 0 !important;
  vertical-align: middle; }

.fc-day-grid-container {
  overflow-y: visible !important;
  height: auto !important; }

.calendar {
  position: relative; }
  .calendar button:focus, .calendar button:visited, .calendar button:active {
    outline: 0; }
  .calendar .fc-header, .calendar .fc-toolbar {
    margin-bottom: 40px; }
    .calendar .fc-header .fc-header-left, .calendar .fc-header .fc-header-right, .calendar .fc-header .fc-left, .calendar .fc-header .fc-right, .calendar .fc-toolbar .fc-header-left, .calendar .fc-toolbar .fc-header-right, .calendar .fc-toolbar .fc-left, .calendar .fc-toolbar .fc-right {
      width: 25%;
      vertical-align: bottom; }
      .calendar .fc-header .fc-header-left button, .calendar .fc-header .fc-header-left .fc-button, .calendar .fc-header .fc-header-right button, .calendar .fc-header .fc-header-right .fc-button, .calendar .fc-header .fc-left button, .calendar .fc-header .fc-left .fc-button, .calendar .fc-header .fc-right button, .calendar .fc-header .fc-right .fc-button, .calendar .fc-toolbar .fc-header-left button, .calendar .fc-toolbar .fc-header-left .fc-button, .calendar .fc-toolbar .fc-header-right button, .calendar .fc-toolbar .fc-header-right .fc-button, .calendar .fc-toolbar .fc-left button, .calendar .fc-toolbar .fc-left .fc-button, .calendar .fc-toolbar .fc-right button, .calendar .fc-toolbar .fc-right .fc-button {
        border: none;
        background: none;
        box-shadow: none;
        text-transform: uppercase;
        color: #cccccc;
        font-family: "IntroBlack", "Times New Roman", Times, serif;
        font-size: 12px;
        font-size: 1.2rem;
        padding: 0; }
    .calendar .fc-header .fc-header-left, .calendar .fc-header .fc-right, .calendar .fc-toolbar .fc-header-left, .calendar .fc-toolbar .fc-right {
      text-align: right;
      width: 18% !important; }
    .calendar .fc-header .fc-header-right, .calendar .fc-header .fc-left, .calendar .fc-toolbar .fc-header-right, .calendar .fc-toolbar .fc-left {
      text-align: left;
      padding-right: 0;
      width: 13% !important; }
    .calendar .fc-header .fc-day-header, .calendar .fc-toolbar .fc-day-header {
      width: 14% !important;
      height: 25px !important;
      vertical-align: top; }
    .calendar .fc-header .fc-center, .calendar .fc-toolbar .fc-center {
      width: 69%;
      text-align: center; }
      .calendar .fc-header .fc-center h2, .calendar .fc-toolbar .fc-center h2 {
        width: 100%;
        text-align: center; }
    .calendar .fc-header h2, .calendar .fc-toolbar h2 {
      margin: 0;
      font-size: 18px;
      font-size: 1.8rem; }
  .calendar .fc-content table, .calendar .fc-content table *, .calendar .fc-view-container table, .calendar .fc-view-container table * {
    border: none !important; }
  .calendar .fc-content thead, .calendar .fc-view-container thead {
    margin-bottom: 20px; }
  .calendar .fc-content .fc-today, .calendar .fc-view-container .fc-today {
    background: none; }
  .calendar .fc-content .fc-day-header, .calendar .fc-view-container .fc-day-header {
    font-family: "IntroBlack", "Times New Roman", Times, serif;
    text-align: center;
    text-transform: uppercase;
    color: #e62a25;
    width: 14%;
    height: 25px;
    vertical-align: top;
    letter-spacing: 0.025em;
    font-size: 12px;
    font-size: 1.2rem; }
  .calendar .fc-content .fc-day-number, .calendar .fc-content .fc-day-number.fc-today, .calendar .fc-view-container .fc-day-number, .calendar .fc-view-container .fc-day-number.fc-today {
    font-weight: 400;
    border-radius: 20px;
    padding: 7px 0 8px 0px; }
  .calendar .fc-content .fc-day-number.fc-today, .calendar .fc-view-container .fc-day-number.fc-today {
    width: 30px;
    height: 40px;
    padding: 0;
    vertical-align: middle;
    color: #fff;
    background-color: #e62a25;
    font-weight: 700; }
  .calendar .fc-content .fc-day, .calendar .fc-content .fc-day-number, .calendar .fc-view-container .fc-day, .calendar .fc-view-container .fc-day-number {
    text-align: center;
    color: #898989;
    font-size: 13px;
    font-size: 1.3rem; }
    .calendar .fc-content .fc-day.fc-other-month, .calendar .fc-content .fc-day-number.fc-other-month, .calendar .fc-view-container .fc-day.fc-other-month, .calendar .fc-view-container .fc-day-number.fc-other-month {
      color: #cccccc;
      opacity: 1; }
  .calendar .fc-content .fc-bgevent, .calendar .fc-view-container .fc-bgevent {
    opacity: 1 !important; }
  .calendar .calendar-arrow {
    display: block;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 50% 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 55%;
    padding: 20px; }
    .calendar .calendar-arrow.calendar-next {
      background-image: url("../graphics/svg/caret-down.svg");
      -ms-transform: rotate(-90deg) translateY(-50%);
          transform: rotate(-90deg) translateY(-50%);
      right: -71px; }
    .calendar .calendar-arrow.calendar-prev {
      background-image: url("../graphics/svg/caret-down.svg");
      display: block;
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
      left: -55px; }
  .calendar .fc-content-skeleton table tbody tr td.fc-day-top {
    text-align: center !important; }
  @media screen and (max-width: 992px) {
    .calendar {
      padding: 20px 90px; } }

#events-slider .event, #events-slider-search .event {
  margin-bottom: 30px;
  color: #000000; }
  #events-slider .event .title, #events-slider-search .event .title {
    color: #e62a25;
    font-weight: 700;
    margin-bottom: 0;
    padding-right: 4px;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.075em; }
  #events-slider .event .date, #events-slider-search .event .date {
    color: #000000;
    font-weight: 400;
    padding-left: 4px;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.075em; }
  #events-slider .event .description, #events-slider-search .event .description {
    color: #898989;
    line-height: 20px;
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.075em; }
  #events-slider .event .btn, #events-slider-search .event .btn {
    margin-top: 15px;
    font-weight: 600;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.075em; }
    #events-slider .event .btn .icon, #events-slider-search .event .btn .icon {
      top: -1px; }
  #events-slider .event:last-child, #events-slider-search .event:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 992px) {
  #events-slider .event .date, #events-slider-search .event .date {
    display: block;
    margin-top: 6px; } }

@media screen and (max-width: 768px) {
  #events-slider .event, #events-slider-search .event {
    text-align: center;
    padding-right: 0; }
    #events-slider .event .btn-arrow, #events-slider-search .event .btn-arrow {
      text-align: center; } }

.slide:focus, .slide:active, .slide:visited {
  outline: 0;
  border: 0; }

.slick-dots {
  margin: 0px; }
  .slick-dots li {
    padding: 0px 2px; }
    .slick-dots li button {
      width: 10px;
      height: 10px;
      background-color: #ededed;
      opacity: 1;
      filter: alpha(opacity=100); }
    .slick-dots li.slick-active button {
      background-color: #e62a25;
      opacity: 1;
      filter: alpha(opacity=100); }

.slick-slide {
  outline: 0;
  border: 0; }

.slick-arrow {
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 50% 50%;
  width: 8px;
  height: 16px;
  background-color: #FFF;
  top: 50%;
  position: absolute; }
  .slick-arrow.slick-next {
    background-image: url("../graphics/svg/caret-down.svg");
    right: -53px;
    -ms-transform: rotate(-90deg) translateY(-50%);
        transform: rotate(-90deg) translateY(-50%); }
  .slick-arrow.slick-prev {
    background-image: url("../graphics/svg/caret-down.svg");
    display: block;
    left: -38px;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg); }

.gallery {
  overflow: hidden; }
  .gallery .gallery-picture {
    display: block;
    float: left;
    width: 25%;
    height: auto;
    padding-right: 3px;
    height: auto;
    max-height: 136px;
    padding-right: 3px;
    margin-bottom: 3px;
    overflow: hidden; }
    .gallery .gallery-picture:nth-child(4n+4) {
      padding-right: 0px; }
      .gallery .gallery-picture:nth-child(4n+4) img {
        padding-bottom: 3px; }
  .gallery.horizontal {
    margin: 60px 0; }
    .gallery.horizontal .gallery-picture {
      width: 12.5%;
      max-height: 140px;
      padding-right: 3px; }
      .gallery.horizontal .gallery-picture:nth-child(8n+8) {
        padding-right: 0px; }
    @media screen and (max-width: 1200px) {
      .gallery.horizontal .gallery-picture {
        max-height: 114px; }
        .gallery.horizontal .gallery-picture:nth-child(8n+8) {
          padding-right: 0; } }
    @media screen and (max-width: 768px) {
      .gallery.horizontal .gallery-picture {
        width: 20%; }
        .gallery.horizontal .gallery-picture:nth-child(8n+8) {
          padding-right: 3px; }
        .gallery.horizontal .gallery-picture:nth-child(5n+5) {
          padding-right: 0; } }
    @media screen and (max-width: 480px) {
      .gallery.horizontal .gallery-picture {
        width: 25%;
        max-height: 83px; }
        .gallery.horizontal .gallery-picture:nth-child(8n+8) {
          padding-right: 3px; }
        .gallery.horizontal .gallery-picture:nth-child(5n+5) {
          padding-right: 3px; }
        .gallery.horizontal .gallery-picture:nth-child(4n+4) {
          padding-right: 0; } }

@media screen and (max-width: 1200px) {
  .gallery .gallery-picture {
    max-height: 111px; } }

.modal, .test {
  text-align: center;
  padding: 0 !important; }
  .modal.small .modal-content, .test.small .modal-content {
    box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.2);
    border: solid 1px #cccccc; }
  .modal.small .modal-header, .test.small .modal-header {
    border-bottom: 0;
    padding: 30px;
    padding-bottom: 0; }
    .modal.small .modal-header .btn-close, .test.small .modal-header .btn-close {
      margin: 0; }
  .modal.small .modal-body, .test.small .modal-body {
    padding: 40px; }
    .modal.small .modal-body h2, .test.small .modal-body h2 {
      line-height: 22px;
      margin-bottom: 20px;
      font-size: 18px;
      font-size: 1.8rem; }
    .modal.small .modal-body .cms-text, .test.small .modal-body .cms-text {
      margin-bottom: 0; }
    .modal.small .modal-body .radio label:after, .test.small .modal-body .radio label:after {
      top: 4px; }
  .modal.small .modal-footer, .test.small .modal-footer {
    border-top: 0;
    padding: 40px;
    padding-top: 0; }
    .modal.small .modal-footer .btn-close, .test.small .modal-footer .btn-close {
      color: #000000;
      margin-right: 10px; }
    .modal.small .modal-footer .btn.btn-close, .test.small .modal-footer .btn.btn-close {
      margin-right: 0;
      padding: 10px;
      background-color: #FFF;
      margin-left: 20px; }
    .modal.small .modal-footer #detail-order-form,
    .modal.small .modal-footer #detail-order-form-no-add, .test.small .modal-footer #detail-order-form,
    .test.small .modal-footer #detail-order-form-no-add {
      display: inline-block; }
      .modal.small .modal-footer #detail-order-form .btn.btn-shop-full,
      .modal.small .modal-footer #detail-order-form-no-add .btn.btn-shop-full, .test.small .modal-footer #detail-order-form .btn.btn-shop-full,
      .test.small .modal-footer #detail-order-form-no-add .btn.btn-shop-full {
        margin-left: 0 !important; }
    .modal.small .modal-footer #detail-order-bon-form-no-add .btn.btn-close, .test.small .modal-footer #detail-order-bon-form-no-add .btn.btn-close {
      margin-left: 0; }
    .modal.small .modal-footer #detail-order-bon-form-no-add .btn.btn-close, .test.small .modal-footer #detail-order-bon-form-no-add .btn.btn-close {
      width: 100%;
      margin-top: 20px; }
    .modal.small .modal-footer #detail-order-bon-form-1 .btn-shop-full,
    .modal.small .modal-footer #detail-order-bon-form-2 .btn-shop-full, .test.small .modal-footer #detail-order-bon-form-1 .btn-shop-full,
    .test.small .modal-footer #detail-order-bon-form-2 .btn-shop-full {
      width: 100%;
      margin: 0; }
    .modal.small .modal-footer #detail-order-bon-form-2 .btn.btn-shop-full, .test.small .modal-footer #detail-order-bon-form-2 .btn.btn-shop-full {
      margin-top: 20px; }
    .modal.small .modal-footer #submit-contribution, .test.small .modal-footer #submit-contribution {
      text-align: center;
      margin: 0;
      min-width: 1px; }
  .modal.small .modal-dialog.tiny, .test.small .modal-dialog.tiny {
    width: 480px; }
  .modal.small .modal-wrapper + .modal-wrapper, .test.small .modal-wrapper + .modal-wrapper {
    margin-top: 40px; }
  .modal.fullscreen, .test.fullscreen {
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: 600px 300px;
    background-image: url("../graphics/svg/pointer-bottom.svg");
    background-position: -15% 100%; }
    .modal.fullscreen .modal-dialog, .test.fullscreen .modal-dialog {
      width: 1170px; }
    .modal.fullscreen .modal-content, .test.fullscreen .modal-content {
      box-shadow: none;
      border: 0;
      background: none; }
    .modal.fullscreen .content-block .footer-title, .test.fullscreen .content-block .footer-title {
      color: #e62a25;
      text-transform: uppercase;
      font-weight: 100;
      font-family: "IntroBlack", "Times New Roman", Times, serif;
      margin-bottom: 20px;
      font-size: 16px;
      font-size: 1.6rem; }
    .modal.fullscreen .content-block ul li a, .test.fullscreen .content-block ul li a {
      display: block;
      padding: 7px 0;
      color: #898989;
      font-size: 14px;
      font-size: 1.4rem; }
      .modal.fullscreen .content-block ul li a:hover, .test.fullscreen .content-block ul li a:hover {
        color: #e62a25;
        font-weight: 700; }
    .modal.fullscreen .btn-close, .test.fullscreen .btn-close {
      position: absolute;
      right: 40px;
      top: 40px; }
      .modal.fullscreen .btn-close svg, .test.fullscreen .btn-close svg {
        width: 30px;
        height: 30px;
        stroke-width: 0.5;
        margin-left: 20px; }
    .modal.fullscreen .popup-search, .test.fullscreen .popup-search {
      position: relative;
      margin-bottom: 110px; }
      .modal.fullscreen .popup-search form, .test.fullscreen .popup-search form {
        position: relative; }
      .modal.fullscreen .popup-search .form-control, .test.fullscreen .popup-search .form-control {
        border: none;
        border-bottom: solid 1px #cccccc;
        color: #e62a25 !important;
        padding: 0 80px;
        font-size: 22px;
        font-size: 2.2rem; }
        .modal.fullscreen .popup-search .form-control::-webkit-input-placeholder, .test.fullscreen .popup-search .form-control::-webkit-input-placeholder {
          color: #cccccc;
          font-size: 22px;
          font-size: 2.2rem; }
        .modal.fullscreen .popup-search .form-control::-moz-placeholder, .test.fullscreen .popup-search .form-control::-moz-placeholder {
          color: #cccccc;
          font-size: 22px;
          font-size: 2.2rem; }
        .modal.fullscreen .popup-search .form-control:-moz-placeholder, .test.fullscreen .popup-search .form-control:-moz-placeholder {
          color: #cccccc;
          font-size: 22px;
          font-size: 2.2rem; }
        .modal.fullscreen .popup-search .form-control:-ms-input-placeholder, .test.fullscreen .popup-search .form-control:-ms-input-placeholder {
          color: #cccccc;
          font-size: 22px;
          font-size: 2.2rem; }
      .modal.fullscreen .popup-search .btn-search, .modal.fullscreen .popup-search .btn-delete, .test.fullscreen .popup-search .btn-search, .test.fullscreen .popup-search .btn-delete {
        margin-bottom: 10px;
        position: absolute;
        bottom: 0;
        background-color: #FFF; }
      .modal.fullscreen .popup-search .btn-search, .test.fullscreen .popup-search .btn-search {
        left: 0px; }
        .modal.fullscreen .popup-search .btn-search svg, .test.fullscreen .popup-search .btn-search svg {
          width: 40px;
          height: 40px;
          fill: none;
          stroke: #e62a25;
          stroke-width: 1; }
      .modal.fullscreen .popup-search .btn-delete, .test.fullscreen .popup-search .btn-delete {
        width: 66px;
        height: 54px;
        display: block;
        padding: 20px;
        right: 0; }
        .modal.fullscreen .popup-search .btn-delete .icon, .test.fullscreen .popup-search .btn-delete .icon {
          width: 20px;
          height: 20px;
          stroke-width: 0.8;
          stroke: #cccccc; }
        .modal.fullscreen .popup-search .btn-delete:hover .icon, .test.fullscreen .popup-search .btn-delete:hover .icon {
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
      .modal.fullscreen .popup-search #search-input, .test.fullscreen .popup-search #search-input {
        height: 80px; }
  .modal:before, .test:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }
  .modal .modal-dialog, .test .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
  .modal .button-spacer, .test .button-spacer {
    display: block;
    padding: 10px 20px 10px 0;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem; }
  @media screen and (max-width: 1200px) {
    .modal.fullscreen .modal-dialog, .test.fullscreen .modal-dialog {
      width: 940px; } }
  @media screen and (max-width: 992px) {
    .modal.small .modal-body, .test.small .modal-body {
      padding: 20px 40px 40px 40px; } }
  @media screen and (max-width: 700px) {
    .modal.small .modal-header .btn.btn-close, .test.small .modal-header .btn.btn-close {
      border: 0 !important;
      text-align: right !important; }
    .modal.small .modal-footer .btn.btn-close, .test.small .modal-footer .btn.btn-close {
      border: 0 !important;
      margin: 0;
      margin-top: 20px; }
    .modal.small .modal-footer .btn + .btn, .test.small .modal-footer .btn + .btn {
      margin-left: 0 !important; }
    .modal.small .modal-footer #detail-order-form,
    .modal.small .modal-footer #detail-order-form-no-add, .test.small .modal-footer #detail-order-form,
    .test.small .modal-footer #detail-order-form-no-add {
      display: block; }
      .modal.small .modal-footer #detail-order-form .btn.btn-close, .modal.small .modal-footer #detail-order-form-no-add .btn.btn-close, .test.small .modal-footer #detail-order-form .btn.btn-close, .test.small .modal-footer #detail-order-form-no-add .btn.btn-close {
        margin-left: 0; } }

.modal-center {
  text-align: center;
  padding: 0 !important; }
  .modal-center.in .modal-dialog {
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    top: 50%; }

.video-modal .close {
  position: absolute;
  bottom: calc(100% + 20px);
  right: 0;
  background-color: #FFF;
  width: 22.5px;
  height: 22.5px;
  border-radius: 15px;
  opacity: 1;
  filter: alpha(opacity=100); }
  .video-modal .close .icon {
    stroke: #222222;
    width: 12px;
    height: 12px;
    stroke-width: 1.2; }

.modal-backdrop {
  background-color: #FFF; }
  .modal-backdrop.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }

body.modal-open {
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%; }

* {
  margin: 0;
  padding: 0; }

#nav-icon {
  width: 30px;
  height: 30px;
  position: relative;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  border: none;
  position: absolute;
  right: 20px;
  top: 0px; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  background: #e62a25;
  opacity: 1;
  right: 0;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: .25s ease-in-out; }

#nav-icon span:nth-child(1) {
  top: 0px; }

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 9px; }

#nav-icon span:nth-child(4) {
  top: 18px; }

#nav-icon.active span:nth-child(1) {
  top: 9px;
  width: 0%;
  right: 50%; }

#nav-icon.active span:nth-child(2) {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  background-color: #e62a25; }

#nav-icon.active span:nth-child(3) {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  background-color: #e62a25; }

#nav-icon.active span:nth-child(4) {
  top: 18px;
  width: 0%;
  right: 50%; }

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

.loader {
  z-index: 20000;
  position: fixed;
  background-color: #FFF;
  z-index: 10000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-transform: none !important;
      transform: none !important; }
  .loader .center {
    z-index: 10000;
    width: 200px;
    height: 120px; }
  .loader .rose {
    width: 60px;
    height: 60px;
    position: relative;
    left: 36%;
    animation: pulsate 3s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    filter: alpha(opacity=0); }
  .loader p {
    color: #e62a25;
    font-family: "IntroBlack", "Times New Roman", Times, serif;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    margin-top: 30px; }

@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
    filter: alpha(opacity=0); } }

.gm-style-iw {
  padding: 20px 20px 10px 20px; }
  .gm-style-iw ul .money-icon:before, .gm-style-iw ul .calendar-icon:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding-top: 23px;
    position: relative;
    top: 7px;
    margin-right: 8px; }
  .gm-style-iw ul .money-icon:before {
    background-image: url("../graphics/svg/money-icon.svg");
    background-size: 20px 20px; }
  .gm-style-iw ul .calendar-icon:before {
    background-image: url("../graphics/svg/calendar-icon.svg");
    background-size: 16px 16px; }
  .gm-style-iw ul li {
    padding: 4px 0;
    line-height: 20px;
    text-indent: -28px;
    padding-left: 28px;
    color: #e62a25;
    font-size: 13px;
    font-size: 1.3rem; }
  .gm-style-iw .btn {
    margin-top: 20px; }

.progress {
  width: 100%;
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 25px;
  background-color: #FFF;
  height: 40px;
  border: solid 1px #e62a25;
  border-radius: 25px;
  padding: 4px;
  position: relative; }
  .progress .progress-bar {
    position: relative;
    background-color: #e62a25;
    box-shadow: none;
    border-radius: 25px; }
    .progress .progress-bar span {
      font-weight: 700;
      position: absolute;
      left: 15px;
      top: 6px;
      text-align: left;
      font-size: 14px;
      font-size: 1.4rem; }
  .progress .icon {
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .progress.small {
    height: 20px; }
    .progress.small .icon.shape-heart {
      display: none; }

#cookies-notice {
  background-color: white;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 8001; }
  #cookies-notice .text-sm p {
    margin: 9px 0; }
    @media screen and (max-width: 991px) {
      #cookies-notice .text-sm p {
        margin-bottom: 15px; } }
  #cookies-notice .btn {
    margin-left: 15px;
    min-width: 0;
    margin-top: 0; }
  @media screen and (max-width: 767px) {
    #cookies-notice .btn-shop-full, #cookies-notice .btn-border {
      margin-left: 0;
      width: 100%;
      text-align: center; } }
  @media screen and (max-width: 991px) {
    #cookies-notice {
      text-align: center; }
      #cookies-notice .btn {
        display: inline-block;
        float: none !important; } }

#cookie-customizer-modal .modal-body {
  padding: 25px;
  padding-bottom: 0; }
  @media screen and (max-height: 800px) {
    #cookie-customizer-modal .modal-body {
      height: 450px;
      overflow: scroll; } }

#cookie-customizer-modal .h2 {
  margin-top: 0; }
  #cookie-customizer-modal .h2 + p {
    margin-bottom: 0; }

#cookie-customizer-modal .close {
  margin: 10px 15px;
  position: relative;
  z-index: 100000; }

#cookie-customizer-modal .cookie-group {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  #cookie-customizer-modal .cookie-group .checkbox strong {
    margin-top: -2px;
    display: block; }
  #cookie-customizer-modal .cookie-group .checkbox label:before {
    top: 2px; }
  #cookie-customizer-modal .cookie-group .checkbox label:after {
    top: 6px; }
  #cookie-customizer-modal .cookie-group p {
    padding: 5px;
    padding-left: 35px;
    margin-bottom: 0; }
    #cookie-customizer-modal .cookie-group p.h6 {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      margin-bottom: 0px; }
  #cookie-customizer-modal .cookie-group:last-child {
    border-bottom: none; }

.alert.alert-pointer,
.alert-header.alert-pointer {
  border: solid 1px #e62a25;
  background-color: #FFF;
  padding: 20px;
  transition: background-color cubic-bezier(0.455, 0, 0.515, 1) 0.5s; }
  .alert.alert-pointer p,
  .alert-header.alert-pointer p {
    margin: 0;
    text-align: left;
    color: #e62a25;
    font-weight: 700;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    transition: color cubic-bezier(0.455, 0, 0.515, 1) 0.5s; }
    .alert.alert-pointer p strong,
    .alert-header.alert-pointer p strong {
      color: #000;
      transition: color cubic-bezier(0.455, 0, 0.515, 1) 0.5s; }
    .alert.alert-pointer p + p,
    .alert-header.alert-pointer p + p {
      margin: 20px 0 0 0; }
  .alert.alert-pointer .icon.shape-pointer,
  .alert-header.alert-pointer .icon.shape-pointer {
    width: 30px;
    height: 30px;
    fill: #e62a25;
    transition: fill cubic-bezier(0.455, 0, 0.515, 1) 0.5s; }

.alert.alert-announcement,
.alert-header.alert-announcement {
  background-color: #f5f5f5;
  border: 0;
  margin: 0;
  padding: 15px 0; }
  @media screen and (max-width: 767px) {
    .alert.alert-announcement .h2,
    .alert-header.alert-announcement .h2 {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.2; } }
  @media screen and (min-width: 768px) {
    .alert.alert-announcement .h2,
    .alert-header.alert-announcement .h2 {
      padding-right: 30px; } }
  .alert.alert-announcement .btn.btn-primary,
  .alert.alert-announcement .btn.btn-link,
  .alert-header.alert-announcement .btn.btn-primary,
  .alert-header.alert-announcement .btn.btn-link {
    display: inline-block;
    width: auto;
    border: solid 2px #000 !important;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-size: 1.2rem; }
  .alert.alert-announcement .btn.btn-link,
  .alert-header.alert-announcement .btn.btn-link {
    padding: 0;
    border: 0 !important;
    display: block;
    text-align: left;
    margin: 10px 0 0 0; }
  .alert.alert-announcement .d-flex-row:not(.row),
  .alert-header.alert-announcement .d-flex-row:not(.row) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center; }
    .alert.alert-announcement .d-flex-row:not(.row) img,
    .alert-header.alert-announcement .d-flex-row:not(.row) img {
      max-width: 75px;
      height: auto;
      margin: 0 20px 0 0; }
      @media screen and (min-width: 768px) {
        .alert.alert-announcement .d-flex-row:not(.row) img,
        .alert-header.alert-announcement .d-flex-row:not(.row) img {
          margin: 0 30px 0 0;
          max-width: 100px; } }
  @media screen and (min-width: 768px) {
    .alert.alert-announcement .row.d-flex-row,
    .alert-header.alert-announcement .row.d-flex-row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .alert.alert-announcement .row.d-flex-row:before, .alert.alert-announcement .row.d-flex-row:after,
      .alert-header.alert-announcement .row.d-flex-row:before,
      .alert-header.alert-announcement .row.d-flex-row:after {
        display: block; } }

button.alert-pointer:hover,
.btn.alert-pointer:hover {
  background-color: #e62a25; }
  button.alert-pointer:hover p, button.alert-pointer:hover p strong,
  .btn.alert-pointer:hover p,
  .btn.alert-pointer:hover p strong {
    color: #FFF; }
  button.alert-pointer:hover .icon.shape-pointer,
  .btn.alert-pointer:hover .icon.shape-pointer {
    fill: #FFF; }

button.alert-pointer:focus,
.btn.alert-pointer:focus {
  outline: 0; }

#page-home #grid-box #project-small .row {
  width: calc(100% + 30px);
  height: 100%; }

#page-home #grid-box .project {
  display: block; }
  #page-home #grid-box .project.big .title-overlay, #page-home #grid-box .project.small .title-overlay {
    position: absolute;
    top: auto;
    left: 30px;
    bottom: 30px; }
    #page-home #grid-box .project.big .title-overlay p, #page-home #grid-box .project.small .title-overlay p {
      color: #FFF;
      font-family: "IntroBlack", "Times New Roman", Times, serif;
      text-transform: uppercase;
      margin: 0;
      position: relative;
      padding: 15px; }
    #page-home #grid-box .project.big .title-overlay div, #page-home #grid-box .project.small .title-overlay div {
      position: absolute;
      width: calc(100%);
      height: calc(100%);
      opacity: 0.9;
      filter: alpha(opacity=90); }
  @media screen and (min-width: 768px) {
    #page-home #grid-box .project.big.label-bottom-right .title-overlay, #page-home #grid-box .project.small.label-bottom-right .title-overlay {
      left: auto;
      bottom: 30px;
      top: auto;
      right: 30px; } }
  @media screen and (min-width: 768px) {
    #page-home #grid-box .project.big.label-top-right .title-overlay, #page-home #grid-box .project.small.label-top-right .title-overlay {
      top: 30px;
      right: 30px;
      bottom: auto;
      left: auto; } }
  @media screen and (min-width: 768px) {
    #page-home #grid-box .project.big.label-top-left .title-overlay, #page-home #grid-box .project.small.label-top-left .title-overlay {
      left: 30px;
      right: auto;
      top: 30px;
      bottom: auto; } }
  #page-home #grid-box .project.big {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: 350px;
    height: 100%;
    position: relative; }
    #page-home #grid-box .project.big .title-overlay {
      width: 50%; }
      #page-home #grid-box .project.big .title-overlay p {
        line-height: 26px;
        font-size: 18px;
        font-size: 1.8rem; }
  #page-home #grid-box .project.small {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: 289px;
    position: relative;
    margin-top: 30px; }
    #page-home #grid-box .project.small .title-overlay {
      width: 65%;
      transition: left 0.3s ease-in;
      transition: bottom 0.3s ease-in; }
      #page-home #grid-box .project.small .title-overlay p {
        line-height: 26px;
        font-size: 18px;
        font-size: 1.8rem; }
    #page-home #grid-box .project.small .small {
      margin-top: 0; }
  #page-home #grid-box .project .label {
    background-color: #FFF;
    position: absolute;
    top: 30px;
    border-radius: 0;
    font-family: "IntroBlack", "Times New Roman", Times, serif;
    text-transform: uppercase;
    padding: 15px 15px 14px 30px;
    overflow: hidden;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.4s ease-in; }
    #page-home #grid-box .project .label .svg-wrapper {
      width: 30px;
      height: 30px;
      position: absolute;
      left: -13px;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      #page-home #grid-box .project .label .svg-wrapper svg {
        width: 30px;
        height: 30px; }
  #page-home #grid-box .project.style1 .title-overlay div {
    background-color: #cea021; }
  #page-home #grid-box .project.style1 .testimonial img {
    border: solid 2px #cea021; }
  #page-home #grid-box .project.style1 .testimonial .author {
    color: #cea021; }
  #page-home #grid-box .project.style1 .label {
    color: #cea021; }
    #page-home #grid-box .project.style1 .label svg {
      fill: #cea021; }
  #page-home #grid-box .project.style3 .title-overlay div {
    background-color: #9fb95c; }
  #page-home #grid-box .project.style3 .testimonial img {
    border: solid 2px #9fb95c; }
  #page-home #grid-box .project.style3 .testimonial .author {
    color: #9fb95c; }
  #page-home #grid-box .project.style3 .label {
    color: #9fb95c; }
    #page-home #grid-box .project.style3 .label svg {
      fill: #9fb95c; }
  #page-home #grid-box .project.style2 .title-overlay div {
    background-color: #009ad8; }
  #page-home #grid-box .project.style2 .testimonial img {
    border: solid 2px #009ad8; }
  #page-home #grid-box .project.style2 .testimonial .author {
    color: #009ad8; }
  #page-home #grid-box .project.style2 .label {
    color: #009ad8; }
    #page-home #grid-box .project.style2 .label svg {
      fill: #009ad8; }
  #page-home #grid-box .project.style4 .title-overlay div {
    background-color: #ab2b34; }
  #page-home #grid-box .project.style4 .testimonial img {
    border: solid 2px #ab2b34; }
  #page-home #grid-box .project.style4 .testimonial .author {
    color: #ab2b34; }
  #page-home #grid-box .project.style4 .label {
    color: #ab2b34; }
    #page-home #grid-box .project.style4 .label svg {
      fill: #ab2b34; }
  #page-home #grid-box .project .testimonial {
    text-align: center;
    padding: 20px 0;
    display: block; }
    #page-home #grid-box .project .testimonial img {
      border-radius: 100%;
      margin: auto; }
    #page-home #grid-box .project .testimonial p {
      margin: 0;
      padding: 0;
      border: 0; }
    #page-home #grid-box .project .testimonial .quote {
      color: #898989;
      margin-top: 20px;
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: 0.075em; }
    #page-home #grid-box .project .testimonial .author {
      font-weight: 700;
      margin-top: 15px;
      font-size: 12px;
      font-size: 1.2rem; }
  #page-home #grid-box .project:hover .label {
    opacity: 1;
    filter: alpha(opacity=100); }
  #page-home #grid-box .project:hover .title-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    #page-home #grid-box .project:hover .title-overlay p {
      position: absolute;
      bottom: 0px;
      left: 0px;
      padding: 30px;
      max-width: 75%; }
  #page-home #grid-box .project:hover.label-top-left .title-overlay, #page-home #grid-box .project:hover.label-top-right .title-overlay, #page-home #grid-box .project:hover.label-bottom-right .title-overlay, #page-home #grid-box .project:hover.label-bottom-left .title-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

#page-home #grid-box.section {
  margin-bottom: 60px !important; }

@media screen and (max-width: 1200px) {
  #page-home #grid-box .project.big .title-overlay {
    width: 60%; }
  #page-home #grid-box .project.big:hover .title-overlay {
    width: 100%; } }

@media screen and (max-width: 992px) {
  #page-home #grid-box .project.big .title-overlay, #page-home #grid-box .project.small .title-overlay {
    width: 80%; }
    #page-home #grid-box .project.big .title-overlay p, #page-home #grid-box .project.small .title-overlay p {
      line-height: 22px;
      font-size: 16px;
      font-size: 1.6rem; } }

@media screen and (max-width: 700px) {
  #page-home #grid-box .project.big, #page-home #grid-box .project.small {
    min-height: 200px;
    margin-bottom: 30px;
    background-image: none !important; }
    #page-home #grid-box .project.big .title-overlay, #page-home #grid-box .project.small .title-overlay {
      position: relative;
      left: 0px;
      width: 100%;
      top: 0px; }
  #page-home #grid-box .project.big {
    margin-bottom: 0; }
  #page-home #grid-box .project.small {
    margin-bottom: 0; }
  #page-home #grid-box .project .label {
    opacity: 1;
    filter: alpha(opacity=100); }
  #page-home #grid-box .project:hover .title-overlay {
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%; }
    #page-home #grid-box .project:hover .title-overlay p {
      position: relative;
      bottom: 0px;
      left: 0px;
      padding: 15px;
      max-width: 100%; }
  #page-home #grid-box.section {
    margin-bottom: 30px !important; } }

#page-home #cta-box .streamer {
  background-color: #FFF;
  color: #e62a25;
  font-family: "IntroBlack", "Times New Roman", Times, serif;
  line-height: 24px;
  text-transform: uppercase;
  width: 50%;
  position: absolute;
  top: auto;
  bottom: 20px;
  font-size: 17px;
  font-size: 1.7rem; }
  #page-home #cta-box .streamer p {
    margin: 0; }

#page-home #cta-box .img-container {
  position: relative; }

#page-home #cta-box .cms-text {
  margin-bottom: 20px; }

#page-home #cta-box .cta {
  padding: 30px 0; }
  #page-home #cta-box .cta h2 {
    font-size: 20px;
    font-size: 2rem; }
  #page-home #cta-box .cta .progress-wrapper {
    margin-bottom: 20px; }
    #page-home #cta-box .cta .progress-wrapper p {
      color: #000; }
      #page-home #cta-box .cta .progress-wrapper p span {
        color: #e62a25; }
  #page-home #cta-box .cta.uneven .img-container img {
    margin-left: auto;
    margin-right: 0; }
  #page-home #cta-box .cta.uneven .streamer {
    text-align: right;
    left: 0;
    padding: 15px 15px 15px 0; }
  #page-home #cta-box .cta.uneven .content-container {
    padding: 20px 30px 0 30px; }
  #page-home #cta-box .cta.even .img-container img {
    margin-left: 0;
    margin-right: auto; }
  #page-home #cta-box .cta.even .streamer {
    text-align: left;
    right: 0;
    padding: 15px 0 15px 15px; }
  #page-home #cta-box .cta.even .content-container {
    padding-top: 20px; }

@media screen and (max-width: 1200px) {
  #page-home #cta-box .cta.uneven .img-container {
    padding-right: 30px; }
  #page-home #cta-box .cta.even .img-container {
    padding-left: 30px; } }

@media screen and (max-width: 992px) {
  #page-home #cta-box .cta.uneven .img-container {
    padding-right: 0px; }
  #page-home #cta-box .cta.uneven .content-container {
    padding: 0px 30px 0 30px; }
  #page-home #cta-box .cta.even .img-container {
    padding-left: 0px; }
  #page-home #cta-box .cta.even .content-container {
    padding-top: 0; } }

@media screen and (max-width: 700px) {
  #page-home #cta-box .cta.uneven, #page-home #cta-box .cta.even {
    padding: 30px 0 10px 0; }
    #page-home #cta-box .cta.uneven .content-container, #page-home #cta-box .cta.even .content-container {
      padding: 40px 20px 0 20px; }
      #page-home #cta-box .cta.uneven .content-container .btn, #page-home #cta-box .cta.even .content-container .btn {
        width: 100%; } }

#page-home #patch-box.section {
  padding-bottom: 30px !important; }

#page-home #patch-box .patch {
  display: block;
  min-height: 250px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }
  #page-home #patch-box .patch .title-overlay {
    width: 70%;
    position: absolute;
    top: auto;
    left: 10px;
    bottom: 10px; }
    #page-home #patch-box .patch .title-overlay > div {
      position: absolute;
      width: calc(100%);
      height: calc(100%);
      opacity: 0.9;
      filter: alpha(opacity=90); }
    #page-home #patch-box .patch .title-overlay h3 {
      color: #FFF;
      font-family: "IntroBlack", "Times New Roman", Times, serif;
      text-transform: uppercase;
      margin: 0;
      position: relative;
      padding: 15px 15px 12px 15px;
      line-height: 24px;
      font-size: 15px;
      font-size: 1.5rem;
      letter-spacing: 0.05em; }
  @media screen and (max-width: 767px) {
    #page-home #patch-box .patch.style0 {
      min-height: auto; }
      #page-home #patch-box .patch.style0 .img-container {
        display: none !important; }
      #page-home #patch-box .patch.style0 .title-overlay {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        background-color: #9fb95c; } }
  #page-home #patch-box .patch.style1 .title-overlay div {
    background-color: #cea021; }
  #page-home #patch-box .patch.style3 .title-overlay div {
    background-color: #9fb95c; }
  #page-home #patch-box .patch.style2 .title-overlay div {
    background-color: #009ad8; }
  #page-home #patch-box .patch.style4 .title-overlay div {
    background-color: #e62a25; }
  @media screen and (min-width: 768px) {
    #page-home #patch-box .patch.label-top-left .title-overlay {
      top: 10px;
      right: auto;
      bottom: auto;
      left: 10px; } }
  @media screen and (min-width: 768px) {
    #page-home #patch-box .patch.label-top-right .title-overlay {
      top: 10px;
      right: 10px;
      bottom: auto;
      left: auto; } }
  @media screen and (min-width: 768px) {
    #page-home #patch-box .patch.label-bottom-right .title-overlay {
      top: auto;
      right: 10px;
      bottom: 10px;
      left: auto; } }

@media screen and (max-width: 700px) {
  #page-home #patch-box {
    margin-bottom: 0 !important; }
    #page-home #patch-box .patch {
      background-image: none !important;
      margin-bottom: 30px; }
      #page-home #patch-box .patch .title-overlay {
        position: relative;
        left: 0px;
        width: 100%;
        top: 0px; } }

#page-home #webshop-slider-home {
  margin: 60px 0;
  border: 0;
  border-bottom: solid 2px #e62a25; }

#page-home #banner {
  border: solid 1px #cccccc;
  text-align: center;
  padding: 50px;
  margin-bottom: 60px; }
  #page-home #banner a {
    text-align: center; }

#page-home .pointer {
  margin-top: 0px; }

#page-home .quote {
  color: #e62a25;
  border: solid 2px #e62a25;
  padding: 30px;
  font-weight: 400;
  line-height: 20px;
  height: 100%;
  position: relative; }
  #page-home .quote .hashtag {
    font-family: "IntroBlack", "Times New Roman", Times, serif;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.1em; }
  #page-home .quote .content {
    text-align: center;
    padding: 0 50px;
    margin: 50px 0; }
    #page-home .quote .content .streamer {
      font-weight: 700;
      line-height: 26px;
      margin: 0;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.075em; }
    #page-home .quote .content .author {
      font-weight: 400;
      font-style: italic;
      margin: 0;
      margin-top: 20px;
      font-size: 14px;
      font-size: 1.4rem; }
  #page-home .quote .social {
    margin: 0;
    height: 34px;
    position: absolute;
    bottom: 30px; }
    #page-home .quote .social li {
      margin-right: 10px; }

#page-home .donation-tile {
  margin: 30px 0 0 0;
  padding: 40px;
  font-weight: 400;
  line-height: 20px;
  height: 100%;
  position: relative;
  border: solid 2px #e62a25;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  #page-home .donation-tile h3 {
    margin: 0;
    font-family: "IntroBlack", "Times New Roman", Times, serif;
    color: #e62a25;
    text-transform: uppercase;
    font-size: 17px;
    font-size: 1.7rem; }
  #page-home .donation-tile .progress-wrapper strong {
    color: #000; }
    #page-home .donation-tile .progress-wrapper strong span {
      font-size: 20px;
      font-size: 2rem;
      color: #e62a25; }
  #page-home .donation-tile .cms-text strong {
    color: #000; }
  #page-home .donation-tile .cms-text,
  #page-home .donation-tile .btn,
  #page-home .donation-tile .progress-wrapper {
    margin: 20px 0 0 0; }
  @media screen and (min-width: 768px) {
    #page-home .donation-tile {
      margin-top: 0; } }

#page-home #events-box {
  background-color: #FFF;
  margin: 60px 0;
  padding: 60px 0 44px 0;
  border-bottom: solid 2px #e62a25;
  position: relative; }
  #page-home #events-box hr {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    background-color: #cccccc;
    margin: 0;
    padding-bottom: 1px; }
  #page-home #events-box .h2 {
    margin-bottom: 32px;
    font-size: 20px;
    font-size: 2rem; }
  #page-home #events-box #events-overview {
    padding: 0 50px;
    height: 360px; }
    #page-home #events-box #events-overview #events-slider {
      min-height: 300px; }
      #page-home #events-box #events-overview #events-slider .slick-dots {
        position: absolute;
        bottom: 0px; }
  @media screen and (max-width: 1200px) {
    #page-home #events-box {
      padding: 60px 0 60px 0; }
      #page-home #events-box #events-overview #events-slider {
        min-height: 330px; } }
  @media screen and (max-width: 992px) {
    #page-home #events-box {
      padding: 60px 0 40px 0; }
      #page-home #events-box .h2 {
        text-align: center;
        margin-bottom: 50px; }
      #page-home #events-box hr {
        display: none; }
      #page-home #events-box #events-overview {
        padding: 0px 100px;
        margin-top: 40px;
        margin-bottom: 30px; }
        #page-home #events-box #events-overview #events-slider {
          min-height: 100px; }
          #page-home #events-box #events-overview #events-slider .slick-dots {
            position: relative;
            bottom: auto;
            margin-top: 40px; } }
  @media screen and (max-width: 768px) {
    #page-home #events-box .h2 {
      margin-bottom: 30px;
      line-height: 24px; }
    #page-home #events-box #events-overview {
      padding: 0 40px;
      margin: 0;
      height: auto; }
      #page-home #events-box #events-overview #events-slider {
        min-height: 100px; } }

@media screen and (max-width: 700px) {
  #page-home .quote {
    margin-bottom: 60px; }
    #page-home .quote .hashtag {
      width: 100%;
      display: block;
      text-align: center; }
    #page-home .quote .content {
      padding: 0;
      margin: 30px 0 24px 0; }
    #page-home .quote .social {
      position: relative;
      bottom: auto;
      text-align: center; } }

#page-webshop-overview #sidebar {
  margin-right: 50px; }
  #page-webshop-overview #sidebar #webshop-search {
    margin-top: 0;
    margin-bottom: 50px;
    position: relative; }
    #page-webshop-overview #sidebar #webshop-search .form-control {
      height: 46px;
      padding: 15px; }
    #page-webshop-overview #sidebar #webshop-search .btn {
      position: absolute;
      padding: 10px;
      top: 0;
      right: 6px;
      border: 0 !important; }
      #page-webshop-overview #sidebar #webshop-search .btn:focus, #page-webshop-overview #sidebar #webshop-search .btn:active {
        border: 0 !important; }
    #page-webshop-overview #sidebar #webshop-search svg {
      stroke: #e62a25; }
  #page-webshop-overview #sidebar #collapseVariantTypes ul, #page-webshop-overview #sidebar .collapseVariantTypes ul {
    margin-top: 10px; }
    #page-webshop-overview #sidebar #collapseVariantTypes ul li, #page-webshop-overview #sidebar .collapseVariantTypes ul li {
      width: 22px;
      height: 22px;
      display: inline-block;
      border: solid 1px #cccccc;
      border-radius: 20px;
      padding: 3px;
      margin: 0px 12px 12px 0; }
      #page-webshop-overview #sidebar #collapseVariantTypes ul li a, #page-webshop-overview #sidebar .collapseVariantTypes ul li a {
        border-radius: 20px;
        display: block;
        width: 100%;
        height: 100%;
        position: relative; }
        #page-webshop-overview #sidebar #collapseVariantTypes ul li a svg, #page-webshop-overview #sidebar .collapseVariantTypes ul li a svg {
          position: absolute;
          left: 50%;
          top: 50%;
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      #page-webshop-overview #sidebar #collapseVariantTypes ul li.active, #page-webshop-overview #sidebar .collapseVariantTypes ul li.active {
        border: solid 1px #e62a25; }
  #page-webshop-overview #sidebar #collapsePrice .form-group {
    width: 40%; }
  #page-webshop-overview #sidebar #collapsePrice .price-wrapper {
    position: relative;
    height: 38px; }
    #page-webshop-overview #sidebar #collapsePrice .price-wrapper .divider {
      display: block;
      width: 14px;
      height: 2px;
      background-color: #e62a25;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 10000;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  #page-webshop-overview #sidebar .panel {
    border: 0;
    box-shadow: none;
    margin-bottom: 20px; }
    #page-webshop-overview #sidebar .panel .panel-heading {
      background-color: #FFF;
      color: #e62a25;
      text-transform: uppercase;
      border: 0;
      padding: 0;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.08em; }
      #page-webshop-overview #sidebar .panel .panel-heading a {
        display: block;
        font-family: "IntroBlack", "Times New Roman", Times, serif;
        font-weight: 100;
        padding: 0 0 15px 0; }
    #page-webshop-overview #sidebar .panel .panel-body {
      border: 0;
      padding: 0;
      padding-bottom: 30px; }
    #page-webshop-overview #sidebar .panel ul {
      padding: 0;
      list-style-position: inside;
      margin-bottom: 0; }
      #page-webshop-overview #sidebar .panel ul li {
        list-style: none; }
        #page-webshop-overview #sidebar .panel ul li a {
          display: block;
          padding: 6px 0;
          color: #898989;
          font-size: 13px;
          font-size: 1.3rem;
          letter-spacing: 0.05em;
          transition: all 0.2s ease-in; }
          #page-webshop-overview #sidebar .panel ul li a:hover {
            color: #e62a25;
            font-weight: 700;
            padding-left: 4px; }
        #page-webshop-overview #sidebar .panel ul li.active a {
          color: #e62a25;
          font-weight: 700;
          padding-left: 4px; }
      #page-webshop-overview #sidebar .panel ul ul {
        padding-left: 10px; }
  #page-webshop-overview #sidebar .testimonial {
    border: solid 1px #cccccc;
    padding: 30px 10px; }
    #page-webshop-overview #sidebar .testimonial .quote {
      line-height: 19px;
      padding: 0;
      font-size: 13px;
      font-size: 1.3rem; }
  @media screen and (max-width: 1200px) {
    #page-webshop-overview #sidebar {
      margin-right: 30px; }
      #page-webshop-overview #sidebar .testimonial {
        padding: 30px 20px; } }
  @media screen and (max-width: 992px) {
    #page-webshop-overview #sidebar {
      margin-right: 0; } }
  @media screen and (max-width: 700px) {
    #page-webshop-overview #sidebar #webshop-search .btn {
      width: auto; }
    #page-webshop-overview #sidebar .panel .panel-body {
      padding-bottom: 10px; } }

#page-webshop-overview .products-container .product {
  margin-top: 0; }

@media screen and (min-width: 992px) {
  #page-webshop-overview .products-container .d-flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #page-webshop-overview .products-container .d-flex-row:before, #page-webshop-overview .products-container .d-flex-row:after {
      display: block; }
    #page-webshop-overview .products-container .d-flex-row .product {
      height: 100% !important;
      margin: 0; }
    #page-webshop-overview .products-container .d-flex-row .d-flex-child {
      margin-bottom: 30px; } }

#page-webshop-overview .active-filters-list span, #page-webshop-overview #active-filters span {
  color: #000000;
  float: left;
  margin-top: 13px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.07em; }

#page-webshop-overview .active-filters-list ul, #page-webshop-overview #active-filters ul {
  width: 88%;
  float: right;
  margin-bottom: 50px !important; }
  #page-webshop-overview .active-filters-list ul li, #page-webshop-overview #active-filters ul li {
    padding: 0;
    margin-right: 20px; }
    #page-webshop-overview .active-filters-list ul li button, #page-webshop-overview #active-filters ul li button {
      border: solid 1px #e62a25;
      color: #e62a25;
      font-weight: 700;
      text-align: left;
      padding: 13px 50px 12px 16px;
      background-image: url("../graphics/svg/close.svg");
      background-repeat: no-repeat;
      background-position: 90% 50%;
      background-size: 15px 15px;
      font-size: 13px;
      font-size: 1.3rem;
      letter-spacing: 0.08em; }

#page-webshop-overview .patch {
  display: block;
  min-height: 340px;
  position: relative;
  background-position: 50% 50%;
  border: solid 6px #FFF;
  margin: 60px 0; }
  #page-webshop-overview .patch .title-overlay {
    position: absolute;
    max-width: 70%;
    position: absolute;
    top: auto;
    left: 20px;
    bottom: 20px; }
    #page-webshop-overview .patch .title-overlay .overlay {
      position: absolute;
      width: calc(100%);
      height: calc(100%);
      background-color: #e62a25;
      opacity: 0.9;
      filter: alpha(opacity=90); }
    #page-webshop-overview .patch .title-overlay .text {
      position: relative;
      padding: 15px 20px; }
      #page-webshop-overview .patch .title-overlay .text span {
        font-weight: 400;
        font-style: italic;
        color: #FFF;
        display: block;
        margin-bottom: 5px;
        font-size: 13px;
        font-size: 1.3rem;
        letter-spacing: 0.075em; }
      #page-webshop-overview .patch .title-overlay .text h3 {
        text-transform: uppercase;
        color: #FFF;
        margin: 0;
        font-weight: 700;
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0.05em; }
        #page-webshop-overview .patch .title-overlay .text h3 svg {
          position: relative;
          bottom: 2px;
          margin-left: 6px;
          stroke: #FFF; }

@media screen and (max-width: 1200px) {
  #page-webshop-overview .patch {
    min-height: 270px; }
    #page-webshop-overview .patch .title-overlay {
      max-width: 90%; } }

@media screen and (max-width: 992px) {
  #page-webshop-overview #sidebar #webshop-search {
    margin-bottom: 30px; }
  #page-webshop-overview #sidebar .panel {
    margin-bottom: 0; }
  #page-webshop-overview #pagination {
    margin: 0;
    margin-top: 20px; }
  #page-webshop-overview .patch .title-overlay {
    max-width: 70%; } }

@media screen and (max-width: 700px) {
  #page-webshop-overview .active-filters-list span, #page-webshop-overview #active-filters span {
    text-align: center;
    width: 100%;
    margin-bottom: 20px; }
  #page-webshop-overview .active-filters-list ul, #page-webshop-overview #active-filters ul {
    margin-bottom: 0 !important;
    width: 100%;
    float: none; }
    #page-webshop-overview .active-filters-list ul li, #page-webshop-overview #active-filters ul li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
      #page-webshop-overview .active-filters-list ul li button, #page-webshop-overview #active-filters ul li button {
        width: 100%;
        background-position: 95% 50%; }
  #page-webshop-overview .products-container {
    margin-top: 30px; }
    #page-webshop-overview .products-container .product .btn-shop {
      display: none; }
  #page-webshop-overview .pointer .container {
    padding: 30px 15px; }
  #page-webshop-overview .patch {
    margin: 30px 0; }
  #page-webshop-overview #pagination {
    margin: 0; } }

@media screen and (max-width: 480px) {
  #page-webshop-overview .patch .title-overlay {
    max-width: 65%; }
    #page-webshop-overview .patch .title-overlay .text span {
      margin-bottom: 10px; }
  #page-webshop-overview .products-container .product .caption {
    width: 100%;
    padding: 0 15px 15px 15px; }
    #page-webshop-overview .products-container .product .caption .name {
      padding-right: 0; } }

#page-webshop-detail #product-detail .alert.alert-pointer {
  width: 100%; }

#page-webshop-detail #product-detail .product-image {
  border: solid 1px #cccccc;
  padding: 20px 0 40px 0;
  position: relative; }
  #page-webshop-detail #product-detail .product-image #products-detail-slider {
    margin: 20px; }
  #page-webshop-detail #product-detail .product-image #products-detail-slider img, #page-webshop-detail #product-detail .product-image #products-detail-slider-small img {
    margin: auto; }
  #page-webshop-detail #product-detail .product-image #products-detail-slider-small {
    margin: 30px 80px 0px 80px; }
    #page-webshop-detail #product-detail .product-image #products-detail-slider-small .slide {
      cursor: pointer; }
  #page-webshop-detail #product-detail .product-image .labels-wrapper {
    position: absolute;
    top: 30px;
    left: 20px; }
    #page-webshop-detail #product-detail .product-image .labels-wrapper .label {
      background-color: #e62a25;
      color: #FFF;
      border-radius: 0;
      font-weight: 600;
      padding: 6px 9px 7px 9px;
      display: inline-block;
      letter-spacing: 0.07em;
      font-size: 14px;
      font-size: 1.4rem; }
    #page-webshop-detail #product-detail .product-image .labels-wrapper .label + .label {
      margin-left: 5px; }
    #page-webshop-detail #product-detail .product-image .labels-wrapper.right {
      width: 200px;
      height: 200px;
      left: auto;
      right: 0;
      top: 0;
      overflow: hidden; }
      #page-webshop-detail #product-detail .product-image .labels-wrapper.right .label {
        position: absolute;
        width: 160px;
        white-space: normal;
        padding: 10px;
        transform: rotate(45deg) translate3d(0, 0, 0);
        -ms-transform-origin: right center;
            transform-origin: right center;
        right: -16px;
        top: 74px;
        font-size: 13px;
        font-size: 1.3rem; }

#page-webshop-detail #product-detail .product-video {
  border: solid 1px #cccccc;
  padding: 60px;
  margin-top: 30px; }

#page-webshop-detail #product-detail .product-navigation {
  margin-top: 40px; }
  #page-webshop-detail #product-detail .product-navigation a {
    padding: 0 !important;
    position: relative; }
    #page-webshop-detail #product-detail .product-navigation a span {
      color: #cccccc;
      text-transform: uppercase;
      font-weight: 700;
      white-space: normal;
      font-size: 13px;
      font-size: 1.3rem; }
    #page-webshop-detail #product-detail .product-navigation a .icon {
      stroke: #cccccc; }
    #page-webshop-detail #product-detail .product-navigation a .media-object {
      vertical-align: middle; }
    #page-webshop-detail #product-detail .product-navigation a .media-body {
      vertical-align: middle;
      position: relative; }
    #page-webshop-detail #product-detail .product-navigation a .media-right {
      padding-right: 10px; }
    #page-webshop-detail #product-detail .product-navigation a.prev .media-body {
      text-align: right;
      padding-left: 30px; }
      #page-webshop-detail #product-detail .product-navigation a.prev .media-body .icon {
        position: absolute;
        left: 0px;
        top: 50%;
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
    #page-webshop-detail #product-detail .product-navigation a.next .media-body {
      text-align: left;
      padding-right: 30px; }
      #page-webshop-detail #product-detail .product-navigation a.next .media-body .icon {
        position: absolute;
        right: 0px;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    #page-webshop-detail #product-detail .product-navigation a:hover span {
      color: #e62a25; }
    #page-webshop-detail #product-detail .product-navigation a:hover .icon {
      stroke: #e62a25; }

#page-webshop-detail #product-detail .product-info {
  margin-left: 20px;
  position: relative; }
  #page-webshop-detail #product-detail .product-info h1 {
    padding: 0;
    margin: 0 0 10px 0; }
  #page-webshop-detail #product-detail .product-info .article-code, #page-webshop-detail #product-detail .product-info .product-title {
    color: #000000;
    font-weight: 700;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.07em; }
  #page-webshop-detail #product-detail .product-info .product-title {
    color: #e62a25;
    margin-top: 30px; }
  #page-webshop-detail #product-detail .product-info .price {
    margin: 40px 0 20px; }
    #page-webshop-detail #product-detail .product-info .price .price {
      color: #e62a25;
      font-weight: 700;
      font-size: 15px;
      font-size: 1.5rem;
      letter-spacing: 0.075em; }
      #page-webshop-detail #product-detail .product-info .price .price .regular, #page-webshop-detail #product-detail .product-info .price .price .new {
        font-size: 20px;
        font-size: 2rem;
        letter-spacing: 0.075em; }
      #page-webshop-detail #product-detail .product-info .price .price .old {
        text-decoration: line-through;
        margin-right: 14px; }
  #page-webshop-detail #product-detail .product-info .video-link {
    margin-top: 30px; }
    #page-webshop-detail #product-detail .product-info .video-link.top {
      margin-top: 10px;
      margin-bottom: 15px;
      display: block; }
    #page-webshop-detail #product-detail .product-info .video-link a,
    #page-webshop-detail #product-detail .product-info .video-link button {
      padding: 0;
      border: 0;
      background-color: transparent; }
      #page-webshop-detail #product-detail .product-info .video-link a span,
      #page-webshop-detail #product-detail .product-info .video-link button span {
        display: inline-block;
        margin-left: 14px;
        color: #000000;
        font-weight: 700;
        font-size: 13px;
        font-size: 1.3rem;
        letter-spacing: 0.07em; }
      #page-webshop-detail #product-detail .product-info .video-link a .icon,
      #page-webshop-detail #product-detail .product-info .video-link button .icon {
        fill: #000000;
        height: 21px;
        width: 32px; }
      #page-webshop-detail #product-detail .product-info .video-link a:focus, #page-webshop-detail #product-detail .product-info .video-link a:active, #page-webshop-detail #product-detail .product-info .video-link a:visited,
      #page-webshop-detail #product-detail .product-info .video-link button:focus,
      #page-webshop-detail #product-detail .product-info .video-link button:active,
      #page-webshop-detail #product-detail .product-info .video-link button:visited {
        outline: 0; }
  #page-webshop-detail #product-detail .product-info .btn.flowers {
    width: 140px; }
  #page-webshop-detail #product-detail .product-info #detail-order-form .form-group, #page-webshop-detail #product-detail .product-info #detail-order-form .btn-default {
    height: 38px; }
  #page-webshop-detail #product-detail .product-info #detail-order-form .form-group {
    width: 60%;
    margin-bottom: 0 !important; }
  #page-webshop-detail #product-detail .product-info #detail-order-form .btn-default {
    width: 35%;
    margin-left: 14px;
    background-color: #e62a25;
    color: #FFF;
    text-align: left;
    font-weight: 600;
    padding: 9px 10px 10px 14px;
    position: relative;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.07em; }
    #page-webshop-detail #product-detail .product-info #detail-order-form .btn-default .icon {
      stroke: #FFF;
      position: absolute;
      width: 22px;
      height: 22px;
      top: 50%;
      right: 10px;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

#page-webshop-detail #product-detail .btn-pointer {
  background-color: #FFF;
  color: #ab2b34;
  text-align: right;
  letter-spacing: 0.07em;
  font-size: 13px;
  font-size: 1.3rem; }
  #page-webshop-detail #product-detail .btn-pointer .icon {
    margin-left: 20px;
    width: 36px;
    height: 36px;
    fill: #e62a25; }
  #page-webshop-detail #product-detail .btn-pointer:focus {
    box-shadow: none; }

#page-webshop-detail #product-detail .product-announcement {
  margin-top: 30px;
  border: solid 1px #cccccc;
  padding: 30px; }
  #page-webshop-detail #product-detail .product-announcement .product-title {
    margin-top: 0; }
  #page-webshop-detail #product-detail .product-announcement .alert {
    margin: 20px 0; }
  #page-webshop-detail #product-detail .product-announcement form {
    margin: 10px 0; }
    #page-webshop-detail #product-detail .product-announcement form .form-group {
      width: 80%; }
    #page-webshop-detail #product-detail .product-announcement form .btn {
      background-color: #e62a25;
      height: 38px;
      width: 15%;
      padding: 0;
      position: relative;
      float: right !important; }
      #page-webshop-detail #product-detail .product-announcement form .btn .icon {
        stroke: #FFF;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

#page-webshop-detail #product-detail .share {
  margin-top: 30px; }
  #page-webshop-detail #product-detail .share .product-title {
    margin-top: 0; }
  #page-webshop-detail #product-detail .share .fb-share-button, #page-webshop-detail #product-detail .share .fb-like, #page-webshop-detail #product-detail .share .pinterest, #page-webshop-detail #product-detail .share .twitter {
    height: 20px;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-top: 12px; }
  #page-webshop-detail #product-detail .share .twitter {
    width: 70px; }

@media screen and (max-width: 1200px) {
  #page-webshop-detail #product-detail .product-image,
  #page-webshop-detail #product-detail .product-navigation {
    margin-right: 30px; }
  #page-webshop-detail #product-detail .product-navigation {
    margin-top: 20px; }
    #page-webshop-detail #product-detail .product-navigation a.btn .media-body {
      width: 10px; }
      #page-webshop-detail #product-detail .product-navigation a.btn .media-body span {
        display: none; }
    #page-webshop-detail #product-detail .product-navigation a.btn.next {
      float: right; }
  #page-webshop-detail #product-detail .product-info {
    margin-right: 0; }
  #page-webshop-detail #product-detail .product-image,
  #page-webshop-detail #product-detail .product-video {
    margin-right: 20px; }
  #page-webshop-detail #product-detail .product-video {
    padding: 30px; }
  #page-webshop-detail #product-detail .product-announcement form .form-group {
    width: 240px; } }

@media screen and (max-width: 992px) {
  #page-webshop-detail #product-detail .product-image {
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 10px; }
    #page-webshop-detail #product-detail .product-image #products-detail-slider .slick-arrow.slick-next {
      right: -23px; }
    #page-webshop-detail #product-detail .product-image #products-detail-slider .slick-arrow.slick-prev {
      left: -8px;
      z-index: 100; }
  #page-webshop-detail #product-detail .product-video {
    margin-right: 0; }
  #page-webshop-detail #product-detail .product-info h1 {
    margin-top: 0; }
  #page-webshop-detail #product-detail .product-announcement form .form-group {
    width: 211px; }
  #page-webshop-detail #product-detail .btn-pointer {
    width: 100%;
    text-align: left;
    margin-bottom: 19px;
    padding: 0; }
    #page-webshop-detail #product-detail .btn-pointer .icon.shape-pointer {
      fill: #e62a25 !important; } }

@media screen and (max-width: 700px) {
  #page-webshop-detail #product-detail .product-image #products-detail-slider {
    margin-top: 30px; }
    #page-webshop-detail #product-detail .product-image #products-detail-slider .slick-arrow {
      z-index: 1000; }
      #page-webshop-detail #product-detail .product-image #products-detail-slider .slick-arrow.slick-next {
        left: auto;
        right: -30px; }
      #page-webshop-detail #product-detail .product-image #products-detail-slider .slick-arrow.slick-prev {
        right: auto;
        left: 0; }
  #page-webshop-detail #product-detail .product-info {
    margin-left: 0;
    margin-top: 30px; }
  #page-webshop-detail #product-detail .product-announcement form .form-group {
    width: 340px; } }

@media screen and (max-width: 480px) {
  #page-webshop-detail #product-detail .product-announcement form .form-group {
    width: 231px; } }

#page-webshop-detail #product-reactions {
  margin: 60px 0;
  border: solid 1px #cccccc;
  padding: 60px 0 50px 0; }
  #page-webshop-detail #product-reactions #reactions-form {
    margin: 0 60px 0 70px; }
    @media screen and (max-width: 1200px) {
      #page-webshop-detail #product-reactions #reactions-form {
        margin: 0 20px 0 70px; } }
    @media screen and (max-width: 992px) {
      #page-webshop-detail #product-reactions #reactions-form {
        margin: 10px 70px 20px 70px; } }
    @media screen and (max-width: 768px) {
      #page-webshop-detail #product-reactions #reactions-form {
        margin: 0;
        margin-top: 40px; } }
    @media screen and (max-width: 700px) {
      #page-webshop-detail #product-reactions #reactions-form {
        margin-top: 20px; } }
  #page-webshop-detail #product-reactions #reactions-slider {
    margin-right: 70px; }
    #page-webshop-detail #product-reactions #reactions-slider .slide {
      padding: 0 10px; }
    #page-webshop-detail #product-reactions #reactions-slider .reaction {
      border: solid 1px #cccccc;
      margin-bottom: 20px;
      padding: 27px 30px 19px 30px; }
      #page-webshop-detail #product-reactions #reactions-slider .reaction .author, #page-webshop-detail #product-reactions #reactions-slider .reaction .date {
        color: #000000;
        font-size: 13px;
        font-size: 1.3rem; }
      #page-webshop-detail #product-reactions #reactions-slider .reaction .author {
        font-style: italic;
        letter-spacing: 0.05em; }
      #page-webshop-detail #product-reactions #reactions-slider .reaction .date {
        font-weight: 700; }
      #page-webshop-detail #product-reactions #reactions-slider .reaction .quote {
        margin-top: 4px;
        color: #e62a25;
        font-weight: 700;
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0.07em; }
    #page-webshop-detail #product-reactions #reactions-slider .slick-dots {
      bottom: -20px; }
    @media screen and (max-width: 992px) {
      #page-webshop-detail #product-reactions #reactions-slider {
        margin: 0px 60px 90px 62px; }
        #page-webshop-detail #product-reactions #reactions-slider .slick-dots {
          bottom: -40px; } }
    @media screen and (max-width: 768px) {
      #page-webshop-detail #product-reactions #reactions-slider {
        margin: 0; }
        #page-webshop-detail #product-reactions #reactions-slider .slick-dots {
          bottom: -20px; }
        #page-webshop-detail #product-reactions #reactions-slider .slide {
          padding: 0; } }
  @media screen and (max-width: 992px) {
    #page-webshop-detail #product-reactions {
      padding: 70px 0 50px 0; } }
  @media screen and (max-width: 768px) {
    #page-webshop-detail #product-reactions {
      padding: 0;
      border: 0; } }

#page-webshop-detail .birthday-notification .icon {
  margin-bottom: 10px; }

#page-webshop-detail .birthday-notification .cms-text {
  margin-top: 15px; }

#page-webshop-detail .pointer {
  margin-top: 0; }

#page-webshop-intro #intro-section .h1 {
  padding-right: 0; }

#page-webshop-intro #intro-section .content-block {
  width: 45%;
  float: left; }
  #page-webshop-intro #intro-section .content-block .title {
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-size: 13px;
    font-size: 1.3rem; }
  #page-webshop-intro #intro-section .content-block ul {
    padding: 0px;
    list-style: none;
    margin: 0; }
    #page-webshop-intro #intro-section .content-block ul li a {
      display: block;
      padding: 9px 0; }
      #page-webshop-intro #intro-section .content-block ul li a h2 {
        text-transform: none;
        color: #898989;
        font-weight: 400;
        font-family: "open-sans", Helvetica, Arial, sans-serif;
        margin: 0;
        padding: 0;
        font-size: 12px;
        font-size: 1.2rem;
        @inlude letter-spacing(50); }
      #page-webshop-intro #intro-section .content-block ul li a:hover h2 {
        color: #e62a25;
        font-weight: 700; }
  #page-webshop-intro #intro-section .content-block.last {
    margin-left: 30px; }

#page-webshop-intro #intro-section .intro-patch {
  border: solid 1px #cccccc;
  padding: 70px; }
  #page-webshop-intro #intro-section .intro-patch h1 {
    margin-bottom: 30px; }
  #page-webshop-intro #intro-section .intro-patch .btn {
    margin-top: 30px; }

#page-webshop-intro #intro-section .intro-tile .content-block ul li a {
  padding: 6px 0; }

@media screen and (max-width: 1200px) {
  #page-webshop-intro #intro-section .intro-patch h1 {
    padding-right: 0; } }

@media screen and (max-width: 992px) {
  #page-webshop-intro #intro-section {
    margin-bottom: 30px; } }

@media screen and (max-width: 700px) {
  #page-webshop-intro #intro-section {
    margin-bottom: 0; }
    #page-webshop-intro #intro-section .intro-patch {
      padding: 50px; } }

#page-webshop-intro #testimonial-section {
  margin-bottom: 0px; }
  #page-webshop-intro #testimonial-section .patch {
    height: 100%; }
  #page-webshop-intro #testimonial-section .product-testimonial {
    border: solid 1px #cccccc; }
    #page-webshop-intro #testimonial-section .product-testimonial .product {
      margin: 0px;
      border: 0;
      height: 100%;
      position: relative; }
      #page-webshop-intro #testimonial-section .product-testimonial .product .labels-wrapper {
        top: 25px;
        left: 22px; }
      #page-webshop-intro #testimonial-section .product-testimonial .product .img-container {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
      #page-webshop-intro #testimonial-section .product-testimonial .product .caption {
        position: absolute;
        left: 10px;
        bottom: 10px; }
        #page-webshop-intro #testimonial-section .product-testimonial .product .caption h3 {
          font-size: 14px;
          font-size: 1.4rem; }
        #page-webshop-intro #testimonial-section .product-testimonial .product .caption .price {
          margin-top: 4px; }
          #page-webshop-intro #testimonial-section .product-testimonial .product .caption .price .old, #page-webshop-intro #testimonial-section .product-testimonial .product .caption .price .new {
            font-size: 14px;
            font-size: 1.4rem; }
      #page-webshop-intro #testimonial-section .product-testimonial .product .btn-shop {
        position: absolute;
        bottom: 20px;
        right: 10px; }
      #page-webshop-intro #testimonial-section .product-testimonial .product:hover {
        box-shadow: none;
        border: 0 !important; }
    #page-webshop-intro #testimonial-section .product-testimonial .testimonial-wrapper {
      height: 100%;
      background-color: #ededed; }
      #page-webshop-intro #testimonial-section .product-testimonial .testimonial-wrapper .testimonial {
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
        #page-webshop-intro #testimonial-section .product-testimonial .testimonial-wrapper .testimonial .img-circle {
          width: 100px;
          height: 100px;
          margin: 0px auto 30px auto; }
  @media screen and (max-width: 1200px) {
    #page-webshop-intro #testimonial-section {
      margin-bottom: 0; } }
  @media screen and (max-width: 768px) {
    #page-webshop-intro #testimonial-section .product-testimonial .testimonial-wrapper .testimonial {
      position: relative;
      top: 0px;
      -ms-transform: translate(0px);
          transform: translate(0px); } }
  @media screen and (max-width: 700px) {
    #page-webshop-intro #testimonial-section .patch {
      margin-top: 0; } }

@media screen and (max-width: 992px) {
  #page-webshop-intro #patches-section {
    margin-top: 30px; } }

@media screen and (max-width: 768px) {
  #page-webshop-intro #patches-section {
    margin-top: 0; } }

#page-webshop-intro .patch {
  display: block;
  min-height: 340px;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  #page-webshop-intro .patch .title-overlay {
    position: absolute;
    max-width: 70%;
    position: absolute;
    top: auto;
    left: 20px;
    bottom: 20px; }
    #page-webshop-intro .patch .title-overlay .overlay {
      position: absolute;
      width: calc(100%);
      height: calc(100%);
      background-color: #e62a25;
      opacity: 0.9;
      filter: alpha(opacity=90); }
    #page-webshop-intro .patch .title-overlay .text {
      position: relative;
      padding: 15px 20px; }
      #page-webshop-intro .patch .title-overlay .text span {
        font-weight: 400;
        font-style: italic;
        color: #FFF;
        display: block;
        margin-bottom: 5px;
        font-size: 13px;
        font-size: 1.3rem;
        letter-spacing: 0.075em; }
      #page-webshop-intro .patch .title-overlay .text h3 {
        text-transform: uppercase;
        color: #FFF;
        margin: 0;
        font-weight: 700;
        line-height: 23px;
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0.05em; }
        #page-webshop-intro .patch .title-overlay .text h3 svg {
          position: relative;
          bottom: 2px;
          margin-left: 6px;
          stroke: #FFF; }
  @media screen and (max-width: 1200px) {
    #page-webshop-intro .patch .title-overlay {
      max-width: 80%; } }
  @media screen and (max-width: 700px) {
    #page-webshop-intro .patch {
      margin-bottom: 0px;
      margin-top: 30px; } }

#page-webshop-intro .pointer.section {
  margin-bottom: 0; }

#page-separate .cookie-group {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  #page-separate .cookie-group .h6 {
    font-size: 13px;
    font-weight: bold; }
  #page-separate .cookie-group.disabled {
    padding-left: 36px; }
  #page-separate .cookie-group .checkbox + p {
    margin-left: 36px; }
  #page-separate .cookie-group:last-child {
    border-bottom: 0; }

@media screen and (max-width: 991px) {
  #page-separate .btn-shop {
    text-align: center; } }

#page-separate .cms-text {
  margin-bottom: 0; }
  #page-separate .cms-text a {
    color: #e62a25;
    font-weight: 600; }
  #page-separate .cms-text ul li {
    padding: 4px 0; }
  #page-separate .cms-text p {
    margin: 10px 0; }
  #page-separate .cms-text > div {
    line-height: 21px; }
  #page-separate .cms-text p + p {
    margin-top: 20px; }

#page-separate.seo .cms-text {
  margin-bottom: 0; }

#page-separate.seo .content-right .btn {
  color: #e62a25; }
  #page-separate.seo .content-right .btn:hover {
    color: #FFF; }

#page-separate .content-text {
  border: solid 1px #cccccc;
  padding: 65px 70px 50px 70px; }
  #page-separate .content-text .cms_inline_photo {
    text-align: center; }
    #page-separate .content-text .cms_inline_photo img {
      margin: 20px 0;
      max-width: 460px; }
  #page-separate .content-text p.cms_inline_photo {
    margin-top: 20px; }
  #page-separate .content-text .cms_inline_photo + p {
    margin-top: 20px; }

#page-separate .content-links {
  margin-top: 40px; }

#page-separate #widget-container .widget {
  margin: 0; }
  #page-separate #widget-container .widget + .widget {
    margin-top: 30px; }
    @media screen and (min-width: 768px) {
      #page-separate #widget-container .widget + .widget {
        margin-top: 60px; } }

#page-separate #widget-container .widget-image-first img,
#page-separate #widget-container .widget-text-first img {
  width: 100%; }
  @media screen and (min-width: 768px) {
    #page-separate #widget-container .widget-image-first img,
    #page-separate #widget-container .widget-text-first img {
      padding: 0; } }

#page-separate #widget-container .widget-image-first .content,
#page-separate #widget-container .widget-text-first .content {
  margin-top: 30px;
  padding: 0; }
  @media screen and (min-width: 768px) {
    #page-separate #widget-container .widget-image-first .content,
    #page-separate #widget-container .widget-text-first .content {
      margin-top: 0; } }

@media screen and (min-width: 768px) {
  #page-separate #widget-container .widget-image-first .content {
    padding-left: 30px; } }

@media screen and (min-width: 768px) {
  #page-separate #widget-container .widget-text-first .content {
    padding-right: 30px; } }

#page-separate #widget-container .widget-text .content {
  padding: 0; }

#page-separate #cart-complete h1 {
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }

#page-separate #cart-complete .h1 {
  padding-bottom: 0; }

#page-separate #cart-complete .btn-arrow {
  margin-top: 30px;
  text-align: center; }

@media screen and (max-width: 992px) {
  #page-separate .content-text .cms_inline_photo img {
    max-width: 320px; } }

@media screen and (max-width: 700px) {
  #page-separate .content-text {
    padding: 40px; }
    #page-separate .content-text .cms_inline_photo img {
      max-width: 260px; } }

#page-about #intro-section .intro-patch a {
  min-height: 240px !important; }

#page-about #intro-section .intro-patch .title-overlay {
  width: 65%; }

#page-about #organisation {
  background-color: #FFF;
  padding: 0;
  margin: 60px 0;
  overflow: hidden; }

@media screen and (max-width: 992px) {
  #page-about #organisation {
    height: auto !important; }
    #page-about #organisation .tile {
      padding: 60px 70px 50px 70px; } }

@media screen and (max-width: 700px) {
  #page-about #organisation .tile {
    padding: 40px; } }

@media screen and (max-width: 992px) {
  #page-about .content-tiles .equal-col {
    height: auto !important; } }

#page-about .picture-grid .tile {
  border: 0;
  padding: 100px 0 20px 0; }
  #page-about .picture-grid .tile .content {
    padding: 0; }

#page-about .picture-grid .grid-wrapper {
  padding-left: 15px; }
  #page-about .picture-grid .grid-wrapper .grid-tile a {
    display: block;
    border-right: solid 3px #FFF;
    position: relative; }
    #page-about .picture-grid .grid-wrapper .grid-tile a .overlay {
      position: absolute;
      height: calc(100%);
      width: calc(100%);
      top: 0px;
      left: 0px; }
      #page-about .picture-grid .grid-wrapper .grid-tile a .overlay .overlay {
        width: 100%;
        height: 100%;
        background-color: #e62a25;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all 0.3s ease-in; }
      #page-about .picture-grid .grid-wrapper .grid-tile a .overlay .text {
        color: #FFF;
        text-align: left;
        z-index: 1000;
        position: absolute;
        bottom: 14px;
        left: 0px;
        width: 60%;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all 0.3s ease-in; }
        #page-about .picture-grid .grid-wrapper .grid-tile a .overlay .text span {
          display: block; }
        #page-about .picture-grid .grid-wrapper .grid-tile a .overlay .text .quote {
          font-weight: 700;
          line-height: 19px;
          font-size: 13px;
          font-size: 1.3rem; }
        #page-about .picture-grid .grid-wrapper .grid-tile a .overlay .text .author {
          margin-top: 5px;
          font-weight: 400;
          font-style: italic;
          font-size: 14px;
          font-size: 1.4rem; }
    #page-about .picture-grid .grid-wrapper .grid-tile a:hover .overlay {
      opacity: 0.9;
      filter: alpha(opacity=90); }
    #page-about .picture-grid .grid-wrapper .grid-tile a:hover .text {
      opacity: 1;
      filter: alpha(opacity=100);
      left: 14px; }
    #page-about .picture-grid .grid-wrapper .grid-tile a.style1:hover .overlay {
      background-color: #cea021; }
    #page-about .picture-grid .grid-wrapper .grid-tile a.style2:hover .overlay {
      background-color: #009ad8; }
    #page-about .picture-grid .grid-wrapper .grid-tile a.style3:hover .overlay {
      background-color: #9fb95c; }
  #page-about .picture-grid .grid-wrapper .grid-tile:nth-child(n+3) a {
    border-top: solid 3px #FFF; }

#page-about .picture-grid.vertical {
  height: 100%; }

@media screen and (max-width: 992px) {
  #page-about .picture-grid .grid-wrapper .grid-tile:nth-child(n+3) a {
    border-top: 0; }
  #page-about .picture-grid .grid-wrapper .grid-tile:nth-child(n+5) a {
    border-top: solid 2px #FFF; } }

#page-about .pointer {
  margin-top: 30px; }

#page-separate .quote {
  color: #e62a25;
  font-family: "IntroBlack", "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem; }

#page-separate aside .grid .row {
  margin-left: -5px;
  margin-right: -5px; }
  #page-separate aside .grid .row > div {
    padding: 5px; }
    #page-separate aside .grid .row > div .thumbnail {
      margin-bottom: 5px; }

#page-separate form h1 {
  display: none; }

#page-blog-detail .comment img {
  float: left; }

#page-blog-detail #comment-form .block .item, #page-blog-detail #comment-form textarea {
  width: 100%; }
  #page-blog-detail #comment-form .block .item input, #page-blog-detail #comment-form textarea input {
    width: 100%; }

#page-domain-overview #organisation {
  background-color: #FFF;
  padding: 0;
  margin: 60px 0;
  overflow: hidden; }

@media screen and (max-width: 992px) {
  #page-domain-overview #organisation {
    height: auto !important; }
    #page-domain-overview #organisation .tile {
      padding: 60px 70px 50px 70px; } }

@media screen and (max-width: 700px) {
  #page-domain-overview #organisation .tile {
    padding: 40px; } }

@media screen and (max-width: 992px) {
  #page-domain-overview .content-tiles .equal-col {
    height: auto !important; } }

#page-domain-overview .picture-grid .tile {
  border: 0;
  padding: 100px 0 20px 0; }
  #page-domain-overview .picture-grid .tile .content {
    padding: 0; }

#page-domain-overview .picture-grid .grid-wrapper {
  padding-left: 15px; }
  #page-domain-overview .picture-grid .grid-wrapper .grid-tile a {
    display: block;
    border-right: solid 5px #FFF;
    position: relative;
    overflow: hidden;
    width: 184px;
    height: 181px; }
    #page-domain-overview .picture-grid .grid-wrapper .grid-tile a .overlay {
      position: absolute;
      top: 0px;
      left: 0px;
      bottom: 0;
      right: 0; }
      #page-domain-overview .picture-grid .grid-wrapper .grid-tile a .overlay .overlay {
        width: 100%;
        height: 100%;
        background-color: #e62a25;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all 0.3s ease-in; }
      #page-domain-overview .picture-grid .grid-wrapper .grid-tile a .overlay .text {
        color: #FFF;
        text-align: left;
        z-index: 1000;
        position: absolute;
        bottom: 14px;
        left: 0px;
        width: 60%;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all 0.3s ease-in; }
        #page-domain-overview .picture-grid .grid-wrapper .grid-tile a .overlay .text span {
          display: block; }
        #page-domain-overview .picture-grid .grid-wrapper .grid-tile a .overlay .text .quote {
          font-weight: 700;
          line-height: 19px;
          font-size: 13px;
          font-size: 1.3rem; }
        #page-domain-overview .picture-grid .grid-wrapper .grid-tile a .overlay .text .author {
          margin-top: 5px;
          font-weight: 400;
          font-style: italic;
          font-size: 14px;
          font-size: 1.4rem; }
    #page-domain-overview .picture-grid .grid-wrapper .grid-tile a:hover .overlay {
      opacity: 0.9;
      filter: alpha(opacity=90); }
    #page-domain-overview .picture-grid .grid-wrapper .grid-tile a:hover .text {
      opacity: 1;
      filter: alpha(opacity=100);
      left: 14px; }
    #page-domain-overview .picture-grid .grid-wrapper .grid-tile a.style1:hover .overlay {
      background-color: #cea021; }
    #page-domain-overview .picture-grid .grid-wrapper .grid-tile a.style2:hover .overlay {
      background-color: #009ad8; }
    #page-domain-overview .picture-grid .grid-wrapper .grid-tile a.style3:hover .overlay {
      background-color: #9fb95c; }
  #page-domain-overview .picture-grid .grid-wrapper .grid-tile:nth-child(n+3) a {
    border-top: solid 6px #FFF; }

#page-domain-overview .picture-grid.vertical {
  height: 100%; }

@media screen and (max-width: 1199px) {
  #page-domain-overview .picture-grid .grid-wrapper .grid-tile a {
    width: 150px;
    height: 149px; }
  #page-domain-overview .picture-grid .grid-wrapper .grid-tile:nth-child(n+3) a {
    border-top: 0; }
  #page-domain-overview .picture-grid .grid-wrapper .grid-tile:nth-child(n+5) a {
    border-top: solid 6px #FFF; } }

@media screen and (max-width: 991px) {
  #page-domain-overview .picture-grid .grid-wrapper .grid-tile a {
    width: 174px;
    height: 178px; } }

#page-domain-overview #phrase-section {
  margin-bottom: 30px; }
  #page-domain-overview #phrase-section #montly-phrase {
    border: solid 1px #cccccc;
    height: 100%;
    margin-bottom: 30px; }
    @media screen and (min-width: 992px) {
      #page-domain-overview #phrase-section #montly-phrase {
        margin-bottom: 0; } }
    #page-domain-overview #phrase-section #montly-phrase .label {
      background-color: #FFF;
      position: absolute;
      bottom: 0;
      border-radius: 0;
      font-family: "IntroBlack", "Times New Roman", Times, serif;
      text-transform: uppercase;
      padding: 20px 20px 20px 40px;
      overflow: hidden;
      font-weight: 400;
      font-size: 20px;
      font-size: 2rem;
      letter-spacing: 0.1em; }
      #page-domain-overview #phrase-section #montly-phrase .label svg {
        width: 40px;
        height: 40px;
        position: absolute;
        left: -20px;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
        #page-domain-overview #phrase-section #montly-phrase .label svg use {
          -ms-transform: translateY(50%);
              transform: translateY(50%); }
      #page-domain-overview #phrase-section #montly-phrase .label.top {
        display: none; }
    #page-domain-overview #phrase-section #montly-phrase:hover .label.top {
      display: block; }
    #page-domain-overview #phrase-section #montly-phrase.style2 .label {
      color: #009ad8; }
      #page-domain-overview #phrase-section #montly-phrase.style2 .label svg {
        fill: #009ad8; }
    #page-domain-overview #phrase-section #montly-phrase.style1 .label {
      color: #cea021; }
      #page-domain-overview #phrase-section #montly-phrase.style1 .label svg {
        fill: #cea021; }
    #page-domain-overview #phrase-section #montly-phrase.style3 .label {
      color: #9fb95c; }
      #page-domain-overview #phrase-section #montly-phrase.style3 .label svg {
        fill: #9fb95c; }
    #page-domain-overview #phrase-section #montly-phrase .actions {
      border-top: solid 1px #cccccc; }
      #page-domain-overview #phrase-section #montly-phrase .actions p {
        font-family: "IntroBlack", "Times New Roman", Times, serif;
        text-transform: uppercase;
        color: #cccccc;
        margin: 0;
        letter-spacing: 0.1em;
        font-size: 13px;
        font-size: 1.3rem;
        text-align: center; }
        @media screen and (min-width: 768px) {
          #page-domain-overview #phrase-section #montly-phrase .actions p {
            text-align: left; } }
      #page-domain-overview #phrase-section #montly-phrase .actions .download {
        padding: 30px 24px; }
        #page-domain-overview #phrase-section #montly-phrase .actions .download p {
          margin-left: 6px !important; }
      #page-domain-overview #phrase-section #montly-phrase .actions .share {
        border-top: solid 1px #cccccc;
        padding: 15px 30px; }
        #page-domain-overview #phrase-section #montly-phrase .actions .share .d-flex-row {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; }
        #page-domain-overview #phrase-section #montly-phrase .actions .share p {
          margin: 0 24px 0 0;
          display: inline-block;
          color: #e62a25 !important; }
    #page-domain-overview #phrase-section #montly-phrase .downloads {
      margin: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #page-domain-overview #phrase-section #montly-phrase .downloads li {
        display: inline-block;
        height: 50px;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
        margin-top: 30px;
        margin-bottom: 0 !important; }
        #page-domain-overview #phrase-section #montly-phrase .downloads li a {
          display: block;
          height: 100%;
          position: relative;
          text-align: center;
          background-repeat: no-repeat;
          color: #898989;
          background-position: 50% 0%; }
          #page-domain-overview #phrase-section #montly-phrase .downloads li a:hover {
            color: #e62a25;
            font-weight: 600; }
        #page-domain-overview #phrase-section #montly-phrase .downloads li span {
          position: absolute;
          bottom: 0px;
          left: 50%;
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
          width: 100%; }
        #page-domain-overview #phrase-section #montly-phrase .downloads li.screensaver a {
          background-size: 28px 24px;
          background-image: url("../graphics/svg/screensaver.svg"); }
        #page-domain-overview #phrase-section #montly-phrase .downloads li.banner a {
          background-size: 33px 24px;
          background-image: url("../graphics/svg/banner.svg"); }
        #page-domain-overview #phrase-section #montly-phrase .downloads li.signature a {
          background-size: 38px 25px;
          background-image: url("../graphics/svg/signature.svg"); }
        #page-domain-overview #phrase-section #montly-phrase .downloads li.comment a {
          font-style: normal;
          background-size: 36px 24px;
          background-image: url("../graphics/svg/comment.svg"); }
        #page-domain-overview #phrase-section #montly-phrase .downloads li.printA3 a {
          font-style: normal;
          background-size: 20px 24px;
          background-image: url("../graphics/svg/printA3.svg"); }
        @media screen and (min-width: 768px) {
          #page-domain-overview #phrase-section #montly-phrase .downloads li {
            -ms-flex: 0 0 20%;
                flex: 0 0 20%; } }
    #page-domain-overview #phrase-section #montly-phrase .social {
      margin-top: 28px; }
    #page-domain-overview #phrase-section #montly-phrase #phrase {
      position: relative;
      display: block;
      min-height: 200px; }
  @media screen and (max-width: 1200px) {
    #page-domain-overview #phrase-section .equal-col {
      height: auto !important; } }

#page-domain-overview #phrase-search.tile .content {
  padding: 57px 63px 60px 63px; }

#page-domain-overview #phrase-search.tile.no-image .content {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto; }
  #page-domain-overview #phrase-search.tile.no-image .content .tile-rose {
    margin: 0;
    margin-bottom: 40px; }

#page-domain-overview #phrase-search form {
  margin-top: 30px; }
  #page-domain-overview #phrase-search form .form-group {
    position: relative; }
    #page-domain-overview #phrase-search form .form-group .icon {
      position: absolute;
      right: 10px;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      stroke: #cccccc;
      height: 20px;
      width: 20px;
      opacity: 1;
      filter: alpha(opacity=100);
      transition: all 0.3s ease-in; }
  #page-domain-overview #phrase-search form #search-input:hover .icon {
    right: -10px;
    opacity: 0;
    filter: alpha(opacity=0); }

@media screen and (max-width: 700px) {
  #page-domain-overview #phrase-search.tile .content {
    position: relative !important;
    padding: 40px 40px 40px 40px; } }

#page-domain-overview #phrase-results {
  margin-bottom: 30px;
  margin-top: 40px; }
  #page-domain-overview #phrase-results .title {
    color: #e62a25;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    letter-spacing: 0.08em;
    font-size: 14px;
    font-size: 1.4rem; }
  #page-domain-overview #phrase-results .results-overview {
    margin-top: 30px; }
  #page-domain-overview #phrase-results .phrase-item .card {
    display: block;
    margin-bottom: 15px;
    border: solid 1px #cccccc;
    position: relative; }
    #page-domain-overview #phrase-results .phrase-item .card .overlay {
      background-color: #FFF;
      color: #e62a25;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: calc(100%);
      opacity: 0;
      filter: alpha(opacity=0); }
      #page-domain-overview #phrase-results .phrase-item .card .overlay .text-wrapper {
        position: absolute;
        bottom: 16px;
        left: 0px;
        max-width: 80%;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all 0.4s ease-in; }
      #page-domain-overview #phrase-results .phrase-item .card .overlay p, #page-domain-overview #phrase-results .phrase-item .card .overlay span {
        margin: 0; }
      #page-domain-overview #phrase-results .phrase-item .card .overlay span {
        text-transform: uppercase;
        font-weight: 700; }
      #page-domain-overview #phrase-results .phrase-item .card .overlay p {
        font-style: italic;
        line-height: 18px;
        margin-top: 5px; }
    #page-domain-overview #phrase-results .phrase-item .card:hover .overlay {
      opacity: 1;
      filter: alpha(opacity=100); }
      #page-domain-overview #phrase-results .phrase-item .card:hover .overlay .text-wrapper {
        opacity: 1;
        filter: alpha(opacity=100);
        left: 20px; }
    @media screen and (max-width: 700px) {
      #page-domain-overview #phrase-results .phrase-item .card .title {
        text-align: center; } }
  #page-domain-overview #phrase-results .phrase-item .phrase-item-actions {
    margin-bottom: 30px; }
    #page-domain-overview #phrase-results .phrase-item .phrase-item-actions a {
      color: #898989;
      display: block;
      width: 100%;
      font-weight: 600;
      letter-spacing: 0.08em;
      font-size: 12px;
      font-size: 1.2rem; }
      #page-domain-overview #phrase-results .phrase-item .phrase-item-actions a:hover {
        color: #e62a25; }
      @media screen and (max-width: 767px) {
        #page-domain-overview #phrase-results .phrase-item .phrase-item-actions a {
          text-align: center;
          padding: 5px 10px;
          color: #000; } }
  @media screen and (max-width: 991px) {
    #page-domain-overview #phrase-results .phrase-item {
      margin: 0 0 30px 0; } }
  @media screen and (max-width: 767px) {
    #page-domain-overview #phrase-results .phrase-item {
      margin: 0 0 10px 0; } }
  @media screen and (max-width: 700px) {
    #page-domain-overview #phrase-results #pagination {
      margin-top: 10px;
      margin-bottom: 40px; } }

#page-domain-overview #ecard-section {
  margin-bottom: 30px; }
  #page-domain-overview #ecard-section #ecards .title {
    margin-top: 30px;
    font-size: 13px;
    font-size: 1.3rem; }
  #page-domain-overview #ecard-section #ecards #ecards-slider {
    padding: 0 20px;
    margin-top: 50px;
    height: 290px; }
    #page-domain-overview #ecard-section #ecards #ecards-slider .slide {
      height: 120px;
      margin-top: 10px;
      margin-bottom: 10px; }
      #page-domain-overview #ecard-section #ecards #ecards-slider .slide img {
        margin: 0 auto; }
      #page-domain-overview #ecard-section #ecards #ecards-slider .slide a {
        display: block; }
    #page-domain-overview #ecard-section #ecards #ecards-slider .slick-prev {
      left: -14px; }
    #page-domain-overview #ecard-section #ecards #ecards-slider .slick-next {
      right: -30px; }
  #page-domain-overview #ecard-section #ecards .btn-fill-arrow {
    width: 230px;
    margin-top: 17px; }
  @media screen and (max-width: 992px) {
    #page-domain-overview #ecard-section #ecards {
      margin-bottom: 30px; } }
  @media screen and (max-width: 700px) {
    #page-domain-overview #ecard-section #ecards .content {
      padding: 40px !important; }
    #page-domain-overview #ecard-section #ecards .btn-fill-arrow {
      width: 100%; } }
  #page-domain-overview #ecard-section #phrase-suggestion {
    padding: 60px 63px 60px 63px; }
    #page-domain-overview #ecard-section #phrase-suggestion form {
      margin-top: 30px; }
      #page-domain-overview #ecard-section #phrase-suggestion form textarea {
        height: 150px; }
      #page-domain-overview #ecard-section #phrase-suggestion form .btn-fill-arrow {
        padding: 2px 0 4px 12px; }
    @media screen and (max-width: 1200px) {
      #page-domain-overview #ecard-section #phrase-suggestion .wrapper {
        position: absolute;
        bottom: 50px;
        left: 50px;
        right: 50px; } }
    @media screen and (max-width: 992px) {
      #page-domain-overview #ecard-section #phrase-suggestion {
        background-image: none; }
        #page-domain-overview #ecard-section #phrase-suggestion .wrapper {
          position: relative;
          top: auto;
          left: auto;
          right: auto;
          bottom: auto; } }
    @media screen and (max-width: 700px) {
      #page-domain-overview #ecard-section #phrase-suggestion {
        padding: 40px; } }
  @media screen and (max-width: 992px) {
    #page-domain-overview #ecard-section .equal-col {
      height: 0;
      height: auto !important; } }

#page-domain-overview #widgets {
  margin-bottom: 60px; }
  #page-domain-overview #widgets .widget-image-full-width {
    margin-bottom: 30px;
    border: solid 1px #cccccc; }
    #page-domain-overview #widgets .widget-image-full-width > a {
      display: block; }
  #page-domain-overview #widgets .widget-title-button {
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      #page-domain-overview #widgets .widget-title-button {
        margin-bottom: 30px; } }
    @media screen and (min-width: 768px) {
      #page-domain-overview #widgets .widget-title-button h2 {
        -ms-flex: 1;
            flex: 1;
        margin: 0;
        padding-right: 20px; } }
    #page-domain-overview #widgets .widget-title-button .d-flex {
      display: block; }
      @media screen and (min-width: 768px) {
        #page-domain-overview #widgets .widget-title-button .d-flex {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; } }
  @media screen and (max-width: 992px) {
    #page-domain-overview #widgets {
      margin-bottom: 0; } }
  @media screen and (max-width: 700px) {
    #page-domain-overview #widgets {
      margin-bottom: 0; } }

#page-domain-overview #shop-locator {
  margin-bottom: 30px;
  border: solid 1px #cccccc; }
  #page-domain-overview #shop-locator .shop-form form {
    margin-top: 34px; }
  #page-domain-overview #shop-locator .shop-form .geolocation {
    margin-bottom: 10px; }
    #page-domain-overview #shop-locator .shop-form .geolocation span {
      display: inline-block;
      width: 7%;
      color: #000000; }
    #page-domain-overview #shop-locator .shop-form .geolocation .btn-geo {
      display: inline-block;
      height: 38px;
      width: 91%;
      border: solid 1px #e62a25;
      text-align: left;
      padding-top: 10px;
      color: #e62a25;
      font-weight: 600;
      margin-bottom: 3px;
      background-image: url("../graphics/svg/location-icon.svg");
      background-repeat: no-repeat;
      background-position: 97% 50%;
      background-size: 20px 20px; }
  #page-domain-overview #shop-locator #map {
    height: 100%; }
  @media screen and (max-width: 992px) {
    #page-domain-overview #shop-locator .no-padding-left {
      padding-left: 15px !important; }
    #page-domain-overview #shop-locator .no-padding-right {
      padding-right: 15px !important; } }
  @media screen and (max-width: 700px) {
    #page-domain-overview #shop-locator .shop-form {
      padding: 40px; } }

#page-domain-overview #shop-results {
  margin-top: 60px; }
  #page-domain-overview #shop-results .title {
    color: #e62a25;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    padding-top: 7px;
    letter-spacing: 0.08em;
    font-size: 14px;
    font-size: 1.4rem; }
  #page-domain-overview #shop-results .results-overview {
    margin-top: 30px; }
  @media screen and (max-width: 700px) {
    #page-domain-overview #shop-results {
      margin-top: 30px; }
      #page-domain-overview #shop-results .title {
        width: 100%;
        text-align: center; }
      #page-domain-overview #shop-results .btn-close {
        margin-top: 0px; }
      #page-domain-overview #shop-results .shop-item {
        height: auto !important; } }

#page-domain-overview #content-tiles {
  margin-top: 30px; }
  @media screen and (max-width: 992px) {
    #page-domain-overview #content-tiles .tile-wrapper .equal-col {
      height: auto !important; } }

#page-domain-overview #webshop-slider-home {
  margin-top: 30px; }

#page-domain-overview .pointer {
  margin-top: 60px; }

@media screen and (max-width: 992px) {
  #page-domain-overview .equal-col {
    height: auto !important; } }

#page-domain-overview #events-box {
  background-color: #FFF;
  margin: 60px 0;
  padding: 60px 0 44px 0;
  border-bottom: solid 2px #e62a25;
  position: relative; }
  #page-domain-overview #events-box hr {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    background-color: #cccccc;
    margin: 0;
    padding-bottom: 1px; }
  #page-domain-overview #events-box .h2 {
    margin-bottom: 32px;
    font-size: 20px;
    font-size: 2rem; }
  #page-domain-overview #events-box #events-overview {
    padding: 0 50px;
    height: 360px; }
    #page-domain-overview #events-box #events-overview #events-slider {
      min-height: 300px; }
      #page-domain-overview #events-box #events-overview #events-slider .slick-dots {
        position: absolute;
        bottom: 0px; }
  @media screen and (max-width: 1200px) {
    #page-domain-overview #events-box {
      padding: 60px 0 60px 0; }
      #page-domain-overview #events-box #events-overview #events-slider {
        min-height: 330px; } }
  @media screen and (max-width: 992px) {
    #page-domain-overview #events-box {
      padding: 60px 0 40px 0; }
      #page-domain-overview #events-box .h2 {
        text-align: center;
        margin-bottom: 50px; }
      #page-domain-overview #events-box hr {
        display: none; }
      #page-domain-overview #events-box #events-overview {
        padding: 0px 100px;
        margin-top: 40px;
        margin-bottom: 30px; }
        #page-domain-overview #events-box #events-overview #events-slider {
          min-height: 100px; }
          #page-domain-overview #events-box #events-overview #events-slider .slick-dots {
            position: relative;
            bottom: auto;
            margin-top: 40px; } }
  @media screen and (max-width: 768px) {
    #page-domain-overview #events-box .h2 {
      margin-bottom: 30px;
      line-height: 24px; }
    #page-domain-overview #events-box #events-overview {
      padding: 0 40px;
      margin: 0;
      height: auto; }
      #page-domain-overview #events-box #events-overview #events-slider {
        min-height: 100px; } }

#page-walkie-talkies #organisation {
  background-color: #FFF;
  padding: 0;
  margin: 60px 0;
  overflow: hidden; }

@media screen and (max-width: 992px) {
  #page-walkie-talkies #organisation {
    height: auto !important; }
    #page-walkie-talkies #organisation .tile {
      padding: 60px 70px 50px 70px; } }

@media screen and (max-width: 700px) {
  #page-walkie-talkies #organisation .tile {
    padding: 40px; } }

@media screen and (max-width: 992px) {
  #page-walkie-talkies .content-tiles .equal-col {
    height: auto !important; } }

#page-walkie-talkies #walkie-talkie-locator {
  margin-bottom: 30px;
  border: solid 1px #cccccc; }
  #page-walkie-talkies #walkie-talkie-locator .shop-form form {
    margin-top: 34px; }
  #page-walkie-talkies #walkie-talkie-locator .shop-form .geolocation {
    margin-bottom: 10px; }
    #page-walkie-talkies #walkie-talkie-locator .shop-form .geolocation span {
      display: inline-block;
      width: 7%;
      color: #000000; }
    #page-walkie-talkies #walkie-talkie-locator .shop-form .geolocation .btn-geo {
      display: inline-block;
      height: 38px;
      width: 91%;
      border: solid 1px #e62a25;
      text-align: left;
      padding-top: 10px;
      color: #e62a25;
      font-weight: 600;
      margin-bottom: 3px;
      background-image: url("../graphics/svg/location-icon.svg");
      background-repeat: no-repeat;
      background-position: 97% 50%;
      background-size: 20px 20px; }
  #page-walkie-talkies #walkie-talkie-locator #map {
    height: 100%; }
  @media screen and (max-width: 992px) {
    #page-walkie-talkies #walkie-talkie-locator .no-padding-left {
      padding-left: 15px !important; }
    #page-walkie-talkies #walkie-talkie-locator .no-padding-right {
      padding-right: 15px !important; } }
  @media screen and (max-width: 700px) {
    #page-walkie-talkies #walkie-talkie-locator .shop-form {
      padding: 40px; } }

#page-walkie-talkies #walkie-talkie-results {
  margin-top: 60px; }
  #page-walkie-talkies #walkie-talkie-results .shop-item {
    padding: 35px; }
    #page-walkie-talkies #walkie-talkie-results .shop-item ul:not(.list-unstyled) {
      padding-left: 40px; }
      #page-walkie-talkies #walkie-talkie-results .shop-item ul:not(.list-unstyled) li {
        padding-left: 0px;
        color: gray; }
  #page-walkie-talkies #walkie-talkie-results .title {
    color: #e62a25;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    padding-top: 7px;
    letter-spacing: 0.08em;
    font-size: 14px;
    font-size: 1.4rem; }
  #page-walkie-talkies #walkie-talkie-results .results-overview {
    margin-top: 30px; }
  @media screen and (max-width: 700px) {
    #page-walkie-talkies #walkie-talkie-results {
      margin-top: 30px; }
      #page-walkie-talkies #walkie-talkie-results .title {
        width: 100%;
        text-align: center; }
      #page-walkie-talkies #walkie-talkie-results .btn-close {
        margin-top: 0px; }
      #page-walkie-talkies #walkie-talkie-results .shop-item {
        height: auto !important; } }

#page-walkie-talkies #content-tiles {
  margin-top: 30px; }
  @media screen and (max-width: 992px) {
    #page-walkie-talkies #content-tiles .tile-wrapper .equal-col {
      height: auto !important; } }

#page-walkie-talkies #webshop-slider-home {
  margin-top: 30px; }

#page-walkie-talkies .pointer {
  margin-top: 60px; }

@media screen and (max-width: 992px) {
  #page-walkie-talkies .equal-col {
    height: auto !important; } }

#page-workshops form .cms-text,
#page-workshop-detail form .cms-text {
  margin-bottom: 20px; }

#page-workshops form .geolocation,
#page-workshop-detail form .geolocation {
  margin-bottom: 10px; }
  #page-workshops form .geolocation span,
  #page-workshop-detail form .geolocation span {
    display: inline-block;
    width: 7%;
    color: #000000; }
  #page-workshops form .geolocation .btn-geo,
  #page-workshop-detail form .geolocation .btn-geo {
    display: inline-block;
    height: 38px;
    width: 91%;
    border: solid 1px #e62a25;
    text-align: left;
    padding-top: 10px;
    color: #e62a25;
    font-weight: 600;
    margin-bottom: 3px;
    background-image: url("../graphics/svg/location-icon.svg");
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 20px 20px; }
    #page-workshops form .geolocation .btn-geo:focus, #page-workshops form .geolocation .btn-geo:active,
    #page-workshop-detail form .geolocation .btn-geo:focus,
    #page-workshop-detail form .geolocation .btn-geo:active {
      border: solid 1px #e62a25 !important; }

#page-workshops form .form-group:last-child,
#page-workshop-detail form .form-group:last-child {
  margin-bottom: 0; }

#page-workshops .badge,
#page-workshop-detail .badge {
  border: solid 1px #e62a25;
  margin: 0 0 30px 0;
  display: inline-block;
  background-color: #e62a25;
  color: #FFF;
  border-radius: 0;
  padding: 12px 12px 10px 12px;
  text-transform: uppercase; }
  #page-workshops .badge.inverted,
  #page-workshop-detail .badge.inverted {
    border: solid 1px #000;
    background-color: #FFF;
    color: #000; }
  #page-workshops .badge + .badge,
  #page-workshop-detail .badge + .badge {
    margin: 0 0 30px 20px; }

#page-workshops .workshop-group + .workshop-group,
#page-workshop-detail .workshop-group + .workshop-group {
  margin: 30px 0 0 0; }

@media screen and (max-width: 991px) {
  #page-workshops .workshop-group,
  #page-workshop-detail .workshop-group {
    margin: 30px 0 0 0; } }

#page-workshops .workshop-item,
#page-workshop-detail .workshop-item {
  margin: 30px 0 0 0; }
  #page-workshops .workshop-item ul,
  #page-workshop-detail .workshop-item ul {
    color: #898989; }
    #page-workshops .workshop-item ul li,
    #page-workshop-detail .workshop-item ul li {
      list-style: none;
      margin-left: 0;
      padding-left: 0;
      text-indent: 0; }
      #page-workshops .workshop-item ul li span,
      #page-workshop-detail .workshop-item ul li span {
        display: block;
        font-weight: 600;
        color: #e62a25;
        margin: 0 0 5px 0; }
  @media screen and (max-width: 767px) {
    #page-workshops .workshop-item,
    #page-workshop-detail .workshop-item {
      height: auto !important; }
      #page-workshops .workshop-item .badge,
      #page-workshop-detail .workshop-item .badge {
        padding: 8px 8px 6px 8px;
        margin: 0 9px 30px 0; } }

#page-workshops #workshop-locator,
#page-workshop-detail #workshop-locator {
  margin-bottom: 30px;
  border: solid 1px #cccccc; }
  #page-workshops #workshop-locator #map,
  #page-workshop-detail #workshop-locator #map {
    height: 100%; }
  @media screen and (max-width: 991px) {
    #page-workshops #workshop-locator,
    #page-workshop-detail #workshop-locator {
      margin: 30px 0 0 0; }
      #page-workshops #workshop-locator .equal-col,
      #page-workshop-detail #workshop-locator .equal-col {
        height: auto !important; }
      #page-workshops #workshop-locator .no-padding-left,
      #page-workshop-detail #workshop-locator .no-padding-left {
        padding-left: 15px !important; } }
  @media screen and (max-width: 767px) {
    #page-workshops #workshop-locator .content-padding,
    #page-workshop-detail #workshop-locator .content-padding {
      padding: 40px; }
    #page-workshops #workshop-locator .no-padding-right,
    #page-workshop-detail #workshop-locator .no-padding-right {
      padding-right: 15px !important; } }

#page-workshops #intro-section .intro-tile ul,
#page-workshop-detail #intro-section .intro-tile ul {
  color: #898989; }
  #page-workshops #intro-section .intro-tile ul li,
  #page-workshop-detail #intro-section .intro-tile ul li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    text-indent: 0; }
    #page-workshops #intro-section .intro-tile ul li span,
    #page-workshop-detail #intro-section .intro-tile ul li span {
      display: block;
      font-weight: 600;
      color: #000;
      margin: 0 0 5px 0; }
    #page-workshops #intro-section .intro-tile ul li + li,
    #page-workshop-detail #intro-section .intro-tile ul li + li {
      padding: 15px 0 0 0; }

#page-workshops #intro-section .intro-tile .h2,
#page-workshop-detail #intro-section .intro-tile .h2 {
  margin: 0; }
  #page-workshops #intro-section .intro-tile .h2 + .btn,
  #page-workshop-detail #intro-section .intro-tile .h2 + .btn {
    margin: 10px 0 0 0;
    padding: 0; }

#page-workshops #intro-section .intro-tile .cms-text,
#page-workshop-detail #intro-section .intro-tile .cms-text {
  margin: 0 0 30px 0; }
  #page-workshops #intro-section .intro-tile .cms-text:last-child,
  #page-workshop-detail #intro-section .intro-tile .cms-text:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 991px) {
  #page-workshops #intro-section .equal-col,
  #page-workshop-detail #intro-section .equal-col {
    height: auto !important; } }

#page-workshops #payments-container,
#page-workshop-detail #payments-container {
  margin: 0 0 30px 0; }
  #page-workshops #payments-container .radio,
  #page-workshop-detail #payments-container .radio {
    margin: 20px 0 0 0; }
  #page-workshops #payments-container img,
  #page-workshop-detail #payments-container img {
    height: 20px;
    width: auto; }
    #page-workshops #payments-container img + span,
    #page-workshop-detail #payments-container img + span {
      display: block;
      margin: 10px 0 0 0;
      color: #898989; }

#page-workshop-detail form .alert-title {
  display: inline-block;
  color: #e62a25;
  margin: 0 0 20px 0;
  font-size: 14px;
  font-size: 1.4rem; }

#page-workshop-detail form .small-title {
  color: #000;
  margin: 0 0 30px 0; }

#page-workshop-detail form .form-column-left {
  padding-right: 40px; }

#page-workshop-detail form .form-column-right {
  padding-left: 40px; }

#page-workshop-detail form .radio-container + .radio-container {
  margin: 15px 0 0 0; }

#page-workshop-detail form .radio {
  margin: 0; }
  #page-workshop-detail form .radio label:after {
    top: 4px; }

#page-workshop-detail form .sub-form-group {
  margin: 20px 0 20px 0; }

#page-workshop-detail form .has-error .small-title {
  color: #e62a25; }

@media screen and (max-width: 1199px) {
  #page-workshop-detail form .form-column-left {
    padding-right: 30px; }
  #page-workshop-detail form .form-column-right {
    padding-left: 30px; } }

@media screen and (max-width: 991px) {
  #page-workshop-detail form .form-column-left,
  #page-workshop-detail form .form-column-right {
    padding: 0; } }

#page-workshop-detail #workshop-registration {
  border: solid 1px #cccccc;
  padding: 70px 70px 50px 70px; }
  #page-workshop-detail #workshop-registration ul {
    color: #898989; }
    #page-workshop-detail #workshop-registration ul li {
      list-style: none;
      margin-left: 0;
      padding-left: 0;
      text-indent: 0; }
      #page-workshop-detail #workshop-registration ul li span {
        display: block;
        font-weight: 600;
        color: #000;
        margin: 0 0 5px 0; }
      #page-workshop-detail #workshop-registration ul li + li {
        padding: 15px 0 0 0; }
  @media screen and (max-width: 991px) {
    #page-workshop-detail #workshop-registration {
      margin: 30px 0 0 0; } }
  @media screen and (max-width: 767px) {
    #page-workshop-detail #workshop-registration {
      padding: 40px; } }

#page-ecards-overview #intro-section {
  /*.radio {
			margin: 0;
			padding: 0;
			label {
				padding: 0;
				&:before {
					display: none;
				}
			}
		}
		.radio-wrap {
			margin: 0;
			padding: 0;
			border: solid 1px $gray-dark;
			background-color: #FFF;
			display: inline-block;
			margin-right: 10px;
			margin-bottom: 10px;
			padding: 7px 10px;
			label {
				margin: 0;
				padding: 0;
				text-transform: none;
				color: $sec-color;
				font-style: normal;
				@include font-size(13px);
			}
			&:hover {
				border: solid 1px $prim-color;
				background-color: $prim-color;
				label {
					color: #FFF;
				}
			}
			&.active {
				border: solid 1px $prim-color;
				label {
					color: $prim-color;
					font-weight: 700;
				}
			}
		}*/ }
  #page-ecards-overview #intro-section .h1 {
    padding-right: 0; }
  #page-ecards-overview #intro-section .content-block .title {
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-size: 13px;
    font-size: 1.3rem; }
  #page-ecards-overview #intro-section .intro-patch {
    border: solid 1px #cccccc;
    padding: 65px 70px 60px 70px; }
    #page-ecards-overview #intro-section .intro-patch h1 {
      margin-bottom: 30px; }
  #page-ecards-overview #intro-section .intro-tile .content-block ul li a {
    padding: 6px 0; }
  @media screen and (max-width: 1200px) {
    #page-ecards-overview #intro-section .intro-patch h1 {
      padding-right: 0; } }
  @media screen and (max-width: 700px) {
    #page-ecards-overview #intro-section {
      margin-bottom: 0; }
      #page-ecards-overview #intro-section .intro-tile {
        padding: 50px; }
      #page-ecards-overview #intro-section .intro-patch {
        padding: 50px;
        margin-bottom: 30px; } }

#page-ecards-overview #ecards-wrapper {
  margin-top: 60px; }
  #page-ecards-overview #ecards-wrapper .title {
    color: #e62a25;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    padding-top: 7px;
    letter-spacing: 0.08em;
    font-size: 14px;
    font-size: 1.4rem; }
  #page-ecards-overview #ecards-wrapper #ecards-results a {
    display: block;
    margin-bottom: 30px; }
    #page-ecards-overview #ecards-wrapper #ecards-results a img {
      margin: auto; }
  @media screen and (max-width: 700px) {
    #page-ecards-overview #ecards-wrapper {
      margin-top: 30px; }
      #page-ecards-overview #ecards-wrapper .title {
        width: 100%;
        text-align: center; } }

#page-ecards-detail .tile.no-image {
  background-position: 90% 5%; }
  #page-ecards-detail .tile.no-image .content {
    position: relative;
    top: auto;
    bottom: auto;
    padding: 70px; }
    #page-ecards-detail .tile.no-image .content form .comment {
      margin: 0;
      margin-bottom: 20px; }
    #page-ecards-detail .tile.no-image .content form .title {
      margin: 0;
      margin-top: 30px;
      margin-bottom: 20px; }
      #page-ecards-detail .tile.no-image .content form .title + .form-group {
        margin-top: 10px; }
    #page-ecards-detail .tile.no-image .content form .form-control[readonly] {
      background-color: #ffffff !important; }
    #page-ecards-detail .tile.no-image .content .subtitle {
      color: #e62a25;
      padding: 0;
      margin: 0;
      font-size: 13px;
      font-size: 1.3rem; }
      #page-ecards-detail .tile.no-image .content .subtitle span {
        display: block; }
    #page-ecards-detail .tile.no-image .content .cms-text {
      margin-top: 30px; }
      #page-ecards-detail .tile.no-image .content .cms-text .subtitle {
        color: #000000; }

#page-ecards-detail .share {
  margin: 0;
  margin-bottom: 50px; }
  #page-ecards-detail .share .product-title {
    margin-top: 0; }
  #page-ecards-detail .share .fb-share-button, #page-ecards-detail .share .fb-like, #page-ecards-detail .share .pinterest, #page-ecards-detail .share .twitter {
    height: 20px;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-top: 12px; }
  #page-ecards-detail .share .twitter {
    width: 70px; }

#page-ecards-detail #ecard-big {
  margin-bottom: 60px; }
  #page-ecards-detail #ecard-big img {
    width: 100%;
    margin: auto; }

#page-ecards-detail #ecards-slider {
  padding: 0 30px; }
  #page-ecards-detail #ecards-slider .slide a {
    display: block;
    padding: 0 10px; }
  #page-ecards-detail #ecards-slider .slick-arrow.slick-prev {
    left: 0px;
    background-position: 50% 100%; }
  #page-ecards-detail #ecards-slider .slick-arrow.slick-next {
    left: auto;
    right: 0;
    -ms-transform: rotate(-90deg) translateY(0);
        transform: rotate(-90deg) translateY(0);
    background-position: 50% 100%; }
  @media screen and (max-width: 992px) {
    #page-ecards-detail #ecards-slider {
      margin-bottom: 60px; } }

#page-ecards-detail #cards-overview a {
  display: block;
  margin-bottom: 30px; }

#page-ecards-detail #ecard-message {
  margin-bottom: 60px; }
  #page-ecards-detail #ecard-message .tile {
    min-height: 372px; }
    #page-ecards-detail #ecard-message .tile.no-image {
      background-position: 90% 15%; }

@media screen and (max-width: 700px) {
  #page-ecards-detail .tile.no-image .content {
    padding: 120px 40px 40px 40px; } }

#page-form #locations-section {
  margin: 60px 0; }
  #page-form #locations-section .location-item {
    height: 100%;
    background-color: #FFF;
    border: solid 1px #cccccc; }
    #page-form #locations-section .location-item .content {
      padding: 40px 40px 36px 40px;
      color: #898989;
      font-size: 13px;
      font-size: 1.3rem; }
      #page-form #locations-section .location-item .content address {
        line-height: 22px; }
      #page-form #locations-section .location-item .content a {
        color: #898989; }
      #page-form #locations-section .location-item .content .subtitle {
        color: #e62a25;
        font-weight: 700;
        letter-spacing: 0.08em; }
    #page-form #locations-section .location-item a.btn-arrow {
      margin-top: 30px;
      color: #000000; }
    #page-form #locations-section .location-item.style1 .subtitle, #page-form #locations-section .location-item.style1 h2 {
      color: #cea021; }
    #page-form #locations-section .location-item.style3 .subtitle, #page-form #locations-section .location-item.style3 h2 {
      color: #9fb95c; }
    #page-form #locations-section .location-item.style2 .subtitle, #page-form #locations-section .location-item.style2 h2 {
      color: #009ad8; }
  @media screen and (max-width: 1200px) {
    #page-form #locations-section .location-item .content {
      padding: 40px 26px 26px 26px; } }
  @media screen and (max-width: 992px) {
    #page-form #locations-section .equal-col {
      height: auto !important; }
    #page-form #locations-section .location-item {
      margin-bottom: 30px; }
      #page-form #locations-section .location-item .content {
        padding: 40px 26px 26px 26px;
        text-align: center; }
        #page-form #locations-section .location-item .content a {
          text-align: center; } }

#page-form #form-section {
  margin-bottom: 60px; }
  #page-form #form-section .form-wrapper form .btn-arrow {
    margin-top: 20px !important; }
  @media screen and (max-width: 992px) {
    #page-form #form-section .equal-row .equal-col {
      height: auto !important; } }
  @media screen and (max-width: 700px) {
    #page-form #form-section .content-padding {
      padding: 40px; }
    #page-form #form-section .form-wrapper {
      padding: 40px;
      margin-bottom: 30px; } }

#page-form .web-form {
  height: 100%; }

#page-form .pointer {
  margin-top: 0; }

#page-separate #sidebar, #page-quote #sidebar {
  margin-bottom: 60px;
  border-right: solid 1px #cccccc; }
  #page-separate #sidebar ul, #page-quote #sidebar ul {
    padding-right: 20px; }
    #page-separate #sidebar ul li a, #page-quote #sidebar ul li a {
      color: #898989;
      display: block;
      padding: 7px 0;
      transition: all 0.2s ease-in; }
      #page-separate #sidebar ul li a h2, #page-separate #sidebar ul li a h3, #page-quote #sidebar ul li a h2, #page-quote #sidebar ul li a h3 {
        margin: 0;
        line-height: 17px;
        font-size: 13px;
        font-size: 1.3rem;
        letter-spacing: 0.075em; }
    #page-separate #sidebar ul li:last-child a, #page-quote #sidebar ul li:last-child a {
      padding-bottom: 0; }
    #page-separate #sidebar ul li.active a, #page-separate #sidebar ul li:hover a, #page-quote #sidebar ul li.active a, #page-quote #sidebar ul li:hover a {
      color: #e62a25;
      font-weight: 700;
      padding-left: 4px; }
      #page-separate #sidebar ul li.active a h3, #page-separate #sidebar ul li:hover a h3, #page-quote #sidebar ul li.active a h3, #page-quote #sidebar ul li:hover a h3 {
        font-weight: 700; }
    #page-separate #sidebar ul li:first-child a, #page-quote #sidebar ul li:first-child a {
      padding-top: 0; }
  @media screen and (max-width: 992px) {
    #page-separate #sidebar, #page-quote #sidebar {
      border-right: 0;
      text-align: center; }
      #page-separate #sidebar ul, #page-quote #sidebar ul {
        padding-right: 0; }
        #page-separate #sidebar ul li, #page-quote #sidebar ul li {
          border: solid 1px #cccccc;
          border-top: 0;
          border-bottom: 0; }
          #page-separate #sidebar ul li a, #page-quote #sidebar ul li a {
            display: block;
            padding: 30px 15px 5px 15px; }
            #page-separate #sidebar ul li a h2, #page-quote #sidebar ul li a h2 {
              margin-bottom: 0;
              color: #FFF; }
          #page-separate #sidebar ul li:first-child, #page-quote #sidebar ul li:first-child {
            background-color: #e62a25; }
            #page-separate #sidebar ul li:first-child a, #page-quote #sidebar ul li:first-child a {
              padding: 15px; }
          #page-separate #sidebar ul li:last-child, #page-quote #sidebar ul li:last-child {
            border-bottom: solid 1px #cccccc; }
            #page-separate #sidebar ul li:last-child a, #page-quote #sidebar ul li:last-child a {
              padding: 30px 15px 30px 15px; } }

#page-separate #webshop-slider-home, #page-quote #webshop-slider-home {
  margin-bottom: 60px; }

#page-separate #content-wrapper .cms-text p strong, #page-separate #content-wrapper .cms-text p b, #page-quote #content-wrapper .cms-text p strong, #page-quote #content-wrapper .cms-text p b {
  color: #000000; }

#page-separate #content-wrapper .cms-text div strong, #page-separate #content-wrapper .cms-text div b, #page-quote #content-wrapper .cms-text div strong, #page-quote #content-wrapper .cms-text div b {
  color: #000000; }

#page-separate #content-wrapper .cms-text div + strong, #page-quote #content-wrapper .cms-text div + strong {
  text-decoration: underline; }

#page-separate .quote-sidebar, #page-quote .quote-sidebar {
  margin-right: 40px; }
  #page-separate .quote-sidebar .quote-video, #page-quote .quote-sidebar .quote-video {
    margin-bottom: 30px; }
  #page-separate .quote-sidebar .quote-images, #page-quote .quote-sidebar .quote-images {
    margin-bottom: 30px; }
    #page-separate .quote-sidebar .quote-images .image, #page-quote .quote-sidebar .quote-images .image {
      margin-bottom: 30px; }
      #page-separate .quote-sidebar .quote-images .image img, #page-quote .quote-sidebar .quote-images .image img {
        width: 100%; }

#page-separate .widget, #page-quote .widget {
  margin-bottom: 70px; }
  #page-separate .widget h2, #page-quote .widget h2 {
    text-transform: uppercase;
    font-family: "IntroBlack", "Times New Roman", Times, serif;
    font-weight: 100;
    margin-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1em; }
  #page-separate .widget.widget-image-first img, #page-quote .widget.widget-image-first img {
    padding-right: 20px; }
  #page-separate .widget.widget-image-first .content, #page-quote .widget.widget-image-first .content {
    padding-left: 20px; }
  @media screen and (max-width: 1200px) {
    #page-separate .widget.widget-image-first img, #page-quote .widget.widget-image-first img {
      padding-right: 0; } }
  @media screen and (max-width: 992px) {
    #page-separate .widget.widget-image-first .content, #page-quote .widget.widget-image-first .content {
      padding-left: 10px; } }
  @media screen and (max-width: 700px) {
    #page-separate .widget.widget-image-first .content, #page-quote .widget.widget-image-first .content {
      margin-top: 40px;
      padding-left: 0; } }
  #page-separate .widget.call-to-action .testimonial, #page-quote .widget.call-to-action .testimonial {
    display: block;
    border: solid 1px #cccccc;
    padding: 60px 40px;
    height: 100%; }
    #page-separate .widget.call-to-action .testimonial .quote, #page-quote .widget.call-to-action .testimonial .quote {
      padding: 0 10px;
      margin-bottom: 20px; }
    #page-separate .widget.call-to-action .testimonial .description, #page-quote .widget.call-to-action .testimonial .description {
      color: #898989;
      line-height: 22px;
      margin-bottom: 0;
      letter-spacing: 0.07em; }
  #page-separate .widget.call-to-action .cta, #page-quote .widget.call-to-action .cta {
    border: solid 2px #e62a25;
    display: block;
    height: 100%;
    position: relative;
    background-image: url("../graphics/svg/rose.svg");
    background-repeat: no-repeat;
    background-position: 90% 10%;
    background-size: 40px 40px; }
    #page-separate .widget.call-to-action .cta h2, #page-quote .widget.call-to-action .cta h2 {
      font-family: "IntroBlack", "Times New Roman", Times, serif;
      text-transform: uppercase;
      font-weight: 100 !important;
      color: #e62a25;
      margin: 0;
      max-width: 80%;
      line-height: 26px;
      font-weight: 100;
      font-size: 20px;
      font-size: 2rem; }
    #page-separate .widget.call-to-action .cta .wrapper, #page-quote .widget.call-to-action .cta .wrapper {
      position: absolute;
      bottom: 40px;
      left: 40px; }
  #page-separate .widget.call-to-action:hover .cta, #page-quote .widget.call-to-action:hover .cta {
    background-position: 120% 10%; }
  @media screen and (max-width: 700px) {
    #page-separate .widget.call-to-action .cta, #page-quote .widget.call-to-action .cta {
      min-height: 220px;
      margin-top: 40px; } }
  #page-separate .widget.video h2, #page-quote .widget.video h2 {
    margin-bottom: 30px; }
  #page-separate .widget.two-cols img, #page-quote .widget.two-cols img {
    margin-bottom: 30px; }
  #page-separate .widget.two-cols .shrink-left, #page-quote .widget.two-cols .shrink-left {
    padding-left: 30px; }
  #page-separate .widget.two-cols .shrink-right, #page-quote .widget.two-cols .shrink-right {
    padding-right: 30px; }
  #page-separate .widget.two-cols .cms-text, #page-quote .widget.two-cols .cms-text {
    margin-bottom: 0; }
  @media screen and (max-width: 1200px) {
    #page-separate .widget.two-cols .shrink-left, #page-quote .widget.two-cols .shrink-left {
      padding-left: 10px; }
    #page-separate .widget.two-cols .shrink-right, #page-quote .widget.two-cols .shrink-right {
      padding-right: 10px; } }
  @media screen and (max-width: 700px) {
    #page-separate .widget.two-cols .shrink-left, #page-quote .widget.two-cols .shrink-left {
      padding-left: 0; }
    #page-separate .widget.two-cols .shrink-right, #page-quote .widget.two-cols .shrink-right {
      padding-right: 0;
      margin-bottom: 40px; } }
  #page-separate .widget.image-caption h3, #page-quote .widget.image-caption h3 {
    color: #898989;
    font-family: "open-sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-size: 1.3rem; }
  @media screen and (max-width: 700px) {
    #page-separate .widget.widget-text-first .content, #page-quote .widget.widget-text-first .content {
      margin-top: 30px; } }
  #page-separate .widget.magazine .magazine-prev, #page-quote .widget.magazine .magazine-prev {
    padding: 40px 0;
    background-color: #ededed; }
    #page-separate .widget.magazine .magazine-prev .issuuembed, #page-quote .widget.magazine .magazine-prev .issuuembed {
      max-width: 650px !important;
      margin: auto !important;
      position: relative;
      left: 50%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media screen and (max-width: 700px) {
    #page-separate .widget, #page-quote .widget {
      margin-bottom: 40px; }
      #page-separate .widget.magazine .magazine-prev, #page-quote .widget.magazine .magazine-prev {
        padding: 40px 0; }
        #page-separate .widget.magazine .magazine-prev .issuuembed, #page-quote .widget.magazine .magazine-prev .issuuembed {
          max-width: 550px !important; } }
  @media screen and (max-width: 480px) {
    #page-separate .widget, #page-quote .widget {
      margin-bottom: 40px; }
      #page-separate .widget.magazine .magazine-prev, #page-quote .widget.magazine .magazine-prev {
        padding: 40px 0; }
        #page-separate .widget.magazine .magazine-prev .issuuembed, #page-quote .widget.magazine .magazine-prev .issuuembed {
          max-width: 300px !important; } }

#page-separate .pointer, #page-quote .pointer {
  margin-top: 0; }

@media screen and (max-width: 992px) {
  #page-separate .quote-sidebar, #page-quote .quote-sidebar {
    margin: 0;
    margin-top: 40px; } }

#page-account .sidebar {
  border: solid 1px #cccccc; }
  #page-account .sidebar ul {
    border: 0; }
    #page-account .sidebar ul li {
      margin: 0;
      border-bottom: solid 1px #cccccc; }
      #page-account .sidebar ul li a {
        display: block;
        padding: 20px 10px;
        text-align: center;
        background-color: #FFF;
        color: #000000; }
      #page-account .sidebar ul li.active, #page-account .sidebar ul li:hover {
        border-bottom: solid 1px #e62a25; }
        #page-account .sidebar ul li.active a, #page-account .sidebar ul li:hover a {
          background-color: #e62a25;
          color: #FFF; }
      #page-account .sidebar ul li:last-child {
        border-bottom: none; }

#page-account form {
  margin-top: 0; }
  #page-account form .btn-submit {
    font-weight: 700;
    background-image: url("../graphics/svg/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 14px 10px;
    padding-right: 22px; }
  #page-account form .subscriber-info {
    margin: 30px 0; }
    #page-account form .subscriber-info .title, #page-account form .subscriber-info .mail {
      display: inline-block;
      margin: 0;
      font-size: 13px;
      font-size: 1.3rem; }
    #page-account form .subscriber-info .title {
      margin-right: 5px; }
    #page-account form .subscriber-info .mail {
      color: #000000; }
  @media screen and (max-width: 700px) {
    #page-account form .no-padding-left {
      padding-left: 15px !important; }
    #page-account form .no-padding-right {
      padding-right: 15px !important; }
    #page-account form .btn-submit {
      width: auto; } }

#page-account table {
  margin-top: 30px; }
  #page-account table thead tr th {
    border-bottom: 0;
    color: #e62a25; }
  #page-account table tbody tr td {
    color: #000000;
    padding: 20px 10px;
    border-top: solid 1px #cccccc; }
    #page-account table tbody tr td a {
      font-weight: 700; }

#page-account h1 {
  margin-bottom: 30px !important;
  word-wrap: break-word; }

#page-account #gift-list-overview .giftlist + .giftlist {
  padding-top: 40px;
  border-top: 1px solid #f5f5f5; }

#page-account #order-detail .btn {
  margin-top: 0; }
  #page-account #order-detail .btn.btn-arrow.left {
    width: auto; }

#page-account #order-detail .cms-text {
  margin-top: 10px; }

#page-account #order-detail table.summary tbody tr td strong {
  color: #e62a25; }

#page-account #cart-table tbody tr, #page-account .summary tbody tr {
  background-color: #FFF; }
  #page-account #cart-table tbody tr td strong, #page-account .summary tbody tr td strong {
    color: #ab2b34; }

#page-account #cart-table {
  border-bottom: solid 1px #cccccc; }

#page-account #login-form-container .show-reset-form, #page-account #reset-password-form-container .show-reset-form, #page-account #reset-form-container .show-reset-form {
  margin-top: 14px;
  color: #e62a25;
  text-decoration: underline;
  display: block;
  padding: 5px;
  padding-right: 0;
  margin-top: 4px; }

#page-account #login-form-container .forget-password, #page-account #reset-password-form-container .forget-password, #page-account #reset-form-container .forget-password {
  margin-top: 10px; }

#page-account #login-form-container .checkbox label, #page-account #reset-password-form-container .checkbox label, #page-account #reset-form-container .checkbox label {
  padding-top: 4px; }

@media screen and (max-width: 1200px) {
  #page-account #login-form-container .checkbox label, #page-account #reset-password-form-container .checkbox label, #page-account #reset-form-container .checkbox label {
    padding-top: 6px;
    line-height: 18px; }
  #page-account #login-form-container .forget-password, #page-account #reset-password-form-container .forget-password, #page-account #reset-form-container .forget-password {
    display: block;
    padding: 5px;
    padding-right: 0;
    margin-top: 10px; } }

@media screen and (max-width: 992px) {
  #page-account #login-form-container, #page-account #reset-password-form-container, #page-account #reset-form-container {
    margin-top: 30px; }
    #page-account #login-form-container .checkbox label, #page-account #reset-password-form-container .checkbox label, #page-account #reset-form-container .checkbox label {
      padding-top: 5px; }
    #page-account #login-form-container .forget-password, #page-account #reset-password-form-container .forget-password, #page-account #reset-form-container .forget-password {
      margin-top: 10px; } }

@media screen and (max-width: 700px) {
  #page-account #login-form-container .btn-arrow, #page-account #reset-password-form-container .btn-arrow, #page-account #reset-form-container .btn-arrow {
    margin-top: 0; }
  #page-account #login-form-container .show-reset-form, #page-account #reset-password-form-container .show-reset-form, #page-account #reset-form-container .show-reset-form {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    padding-left: 0; }
  #page-account #login-form-container .forget-password, #page-account #reset-password-form-container .forget-password, #page-account #reset-form-container .forget-password {
    margin-top: 11px;
    text-align: right;
    line-height: 16px; } }

@media screen and (max-width: 480px) {
  #page-account #login-form-container .checkbox label, #page-account #reset-password-form-container .checkbox label, #page-account #reset-form-container .checkbox label {
    line-height: 16px; }
  #page-account #login-form-container .forget-password, #page-account #reset-password-form-container .forget-password, #page-account #reset-form-container .forget-password {
    margin-top: 7px; } }

#page-account .small-form, #page-account .alert.small {
  max-width: 40%;
  margin: auto; }
  @media screen and (max-width: 1200px) {
    #page-account .small-form, #page-account .alert.small {
      max-width: 50%; } }
  @media screen and (max-width: 992px) {
    #page-account .small-form, #page-account .alert.small {
      max-width: 70%; } }
  @media screen and (max-width: 700px) {
    #page-account .small-form, #page-account .alert.small {
      max-width: 80%; } }
  @media screen and (max-width: 700px) {
    #page-account .small-form, #page-account .alert.small {
      max-width: 80%; } }
  @media screen and (max-width: 480px) {
    #page-account .small-form, #page-account .alert.small {
      max-width: 100%; } }

#page-account .alert.small {
  margin: 0 auto 30px; }

#page-account .subscriber-form-extended .btn {
  width: 100%; }

#page-account .subscriber-form-extended .checkbox label {
  padding-top: 4px; }

@media screen and (max-width: 992px) {
  #page-account .sidebar {
    margin-right: 0;
    border: 0; }
    #page-account .sidebar ul li:last-child {
      border-bottom: solid 1px #cccccc; }
    #page-account .sidebar ul li.active, #page-account .sidebar ul li:hover {
      border-bottom: solid 1px #cccccc; }
      #page-account .sidebar ul li.active a, #page-account .sidebar ul li:hover a {
        background-color: #ededed;
        color: #000000; }
  #page-account .red-border {
    border: 0; }
  #page-account .content-padding {
    padding: 40px; }
  #page-account #btn-account-offcanvas, #page-account #btn-account-offcanvas:focus, #page-account #btn-account-offcanvas:active, #page-account #btn-account-offcanvas:visited {
    padding: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border: solid 2px #e62a25;
    margin-bottom: 50px; } }

@media screen and (max-width: 700px) {
  #page-account h1 {
    margin-bottom: 20px; }
  #page-account #cart-table, #page-account .table-order-overview, #page-account table.table {
    border: 0; }
    #page-account #cart-table thead, #page-account .table-order-overview thead, #page-account table.table thead {
      display: none; }
    #page-account #cart-table tbody tr, #page-account .table-order-overview tbody tr, #page-account table.table tbody tr {
      border: solid 1px #cccccc; }
      #page-account #cart-table tbody tr td, #page-account .table-order-overview tbody tr td, #page-account table.table tbody tr td {
        border: 0;
        display: block;
        width: 100%;
        padding: 10px 20px;
        text-align: right;
        color: #000000; }
        #page-account #cart-table tbody tr td:first-child, #page-account .table-order-overview tbody tr td:first-child, #page-account table.table tbody tr td:first-child {
          padding-top: 20px; }
        #page-account #cart-table tbody tr td:last-child, #page-account .table-order-overview tbody tr td:last-child, #page-account table.table tbody tr td:last-child {
          padding-bottom: 20px; }
        #page-account #cart-table tbody tr td:before, #page-account .table-order-overview tbody tr td:before, #page-account table.table tbody tr td:before {
          color: #e62a25;
          padding-top: 20px;
          float: left;
          text-align: left;
          content: attr(data-th);
          font-weight: 700;
          display: inline-block;
          vertical-align: middle;
          width: 30%;
          left: 15px; }
        #page-account #cart-table tbody tr td a, #page-account .table-order-overview tbody tr td a, #page-account table.table tbody tr td a {
          display: block;
          min-height: 18px; }
      #page-account #cart-table tbody tr.spacer, #page-account .table-order-overview tbody tr.spacer, #page-account table.table tbody tr.spacer {
        border: 0; }
        #page-account #cart-table tbody tr.spacer td, #page-account .table-order-overview tbody tr.spacer td, #page-account table.table tbody tr.spacer td {
          padding: 0;
          border: 0; }
      #page-account #cart-table tbody tr.btn-detail td, #page-account .table-order-overview tbody tr.btn-detail td, #page-account table.table tbody tr.btn-detail td {
        padding: 0;
        background-color: #e62a25; }
        #page-account #cart-table tbody tr.btn-detail td a, #page-account .table-order-overview tbody tr.btn-detail td a, #page-account table.table tbody tr.btn-detail td a {
          padding: 20px;
          display: block;
          width: 100%;
          color: #FFF;
          text-align: center;
          text-transform: uppercase;
          font-size: 15px;
          font-size: 1.5rem; }
  #page-account #cart-table tr td {
    color: #e62a25;
    font-weight: 700; }
    #page-account #cart-table tr td:before {
      color: #e62a25; }
    #page-account #cart-table tr td.td-thumb {
      padding: 20px; }
      #page-account #cart-table tr td.td-thumb img {
        text-align: center;
        margin: 0 auto; }
    #page-account #cart-table tr td.td-product {
      color: #e62a25;
      font-weight: 700;
      text-align: center;
      padding: 20px;
      font-size: 16px;
      font-size: 1.6rem; }
  #page-account #order-overview {
    padding: 0;
    border: 0;
    border-top: solid 1px #cccccc;
    padding-top: 50px; }
  #page-account #order-detail {
    padding: 0;
    border: 0; }
    #page-account #order-detail .cms-text p strong {
      display: block; }
    #page-account #order-detail #cart-table tbody tr td strong {
      color: #e62a25; }
    #page-account #order-detail #cart-table tbody tr td.td-thumb:before, #page-account #order-detail #cart-table tbody tr td.td-product:before {
      width: 0% !important; }
    #page-account #order-detail table.summary tbody tr td {
      padding: 10px !important;
      width: 50%;
      float: left; }
      #page-account #order-detail table.summary tbody tr td:before {
        width: 0% !important; }
      #page-account #order-detail table.summary tbody tr td:first-child {
        text-align: left !important; } }

@media screen and (max-width: 767px) {
  #page-wishlist #cart-table .tr-remove-mobile td:first-child {
    width: 30%;
    display: inline-block; }
  #page-wishlist #cart-table .tr-remove-mobile td + td {
    display: inline-block;
    width: 70%; }
    #page-wishlist #cart-table .tr-remove-mobile td + td .btn {
      border-radius: 0;
      padding: 15px 10px;
      font-weight: 700; } }

#page-cart {
  /************************
    GENERAL
    ************************/
  /************************
    PAGE SPECIFIC
    ************************/ }
  #page-cart hr {
    border-top: solid 1px #cccccc;
    margin-top: 30px;
    margin-bottom: 30px; }
  #page-cart .cart-pager-top.clearfix h1 {
    margin-bottom: 0;
    margin-top: -2px; }
  #page-cart .cart-pager-top.clearfix ul {
    margin-top: 0; }
  #page-cart .cart-pager-top {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 50px; }
  #page-cart .cart-pager-bottom {
    border-top: 1px solid #cccccc;
    margin-top: 50px; }
  #page-cart .btn.btn-arrow {
    width: auto !important;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  #page-cart .cart-pager-top ul li a.btn-arrow, #page-cart .cart-pager-bottom ul li a.btn-arrow {
    max-width: 100%; }
  #page-cart .cart-pager-top ul li.disabled a.btn-arrow, #page-cart .cart-pager-bottom ul li.disabled a.btn-arrow {
    color: #cccccc; }
    #page-cart .cart-pager-top ul li.disabled a.btn-arrow .icon, #page-cart .cart-pager-bottom ul li.disabled a.btn-arrow .icon {
      opacity: 0.4;
      filter: alpha(opacity=40); }
  #page-cart .cart-pager-top .btn.btn-arrow, #page-cart .cart-pager-bottom .btn.btn-arrow {
    width: auto;
    border-color: solid 1px #FFF;
    border: 0; }
    #page-cart .cart-pager-top .btn.btn-arrow:hover .icon, #page-cart .cart-pager-bottom .btn.btn-arrow:hover .icon {
      left: 0; }
    #page-cart .cart-pager-top .btn.btn-arrow:focus, #page-cart .cart-pager-top .btn.btn-arrow:active, #page-cart .cart-pager-top .btn.btn-arrow:visited, #page-cart .cart-pager-bottom .btn.btn-arrow:focus, #page-cart .cart-pager-bottom .btn.btn-arrow:active, #page-cart .cart-pager-bottom .btn.btn-arrow:visited {
      background-color: #FFF;
      border: solid 1px #FFF !important; }
  #page-cart .pager li a.btn-arrow {
    border: 0 !important; }
  #page-cart .panel {
    border: solid 1px #cccccc; }
    #page-cart .panel .panel-heading {
      background-color: #FFF;
      padding: 15px; }
      #page-cart .panel .panel-heading h3 {
        color: #000000;
        font-weight: 700; }
    #page-cart .panel .panel-body {
      padding: 15px; }
      #page-cart .panel .panel-body a {
        display: block;
        background-color: #e8e8e8;
        width: 100%;
        margin-top: 20px;
        font-weight: 700;
        padding: 10px;
        color: #000000; }
      #page-cart .panel .panel-body strong {
        color: #e62a25; }
      #page-cart .panel .panel-body table tr {
        border-bottom: solid 1px #cccccc; }
        #page-cart .panel .panel-body table tr td {
          padding: 8px 0;
          background-color: #FFF; }
          #page-cart .panel .panel-body table tr td:last-child {
            border-bottom: 0; }
      #page-cart .panel .panel-body ul {
        margin-bottom: 0; }
        #page-cart .panel .panel-body ul li {
          padding: 3px 0; }
          #page-cart .panel .panel-body ul li strong {
            margin-bottom: 4px; }
      #page-cart .panel .panel-body .h5 strong {
        color: #000000; }
      #page-cart .panel .panel-body .checkbox {
        margin-top: 15px;
        margin-bottom: 0; }
        #page-cart .panel .panel-body .checkbox label {
          line-height: 31px; }
      #page-cart .panel .panel-body .alert a {
        display: inline;
        background-color: transparent;
        width: auto;
        margin: 0;
        padding: 0; }
      #page-cart .panel .panel-body .alert.alert-danger a {
        color: #e62a25; }
    #page-cart .panel:first-child .panel-body {
      padding: 7px 15px 15px 15px; }
  #page-cart .list-group-item {
    border: solid 1px #cccccc;
    background-color: #FFF;
    color: #000000;
    padding: 15px;
    cursor: pointer; }
    #page-cart .list-group-item ul li {
      padding: 3px 0; }
      #page-cart .list-group-item ul li strong {
        color: #e62a25; }
    #page-cart .list-group-item .btn-toolbar {
      margin: 0; }
      #page-cart .list-group-item .btn-toolbar .btn-group {
        width: 47%;
        margin: 0; }
        #page-cart .list-group-item .btn-toolbar .btn-group button {
          background-color: #e62a25;
          color: #FFF;
          width: 100%;
          font-weight: 700;
          text-transform: uppercase; }
        #page-cart .list-group-item .btn-toolbar .btn-group + .btn-group {
          margin-left: 15px; }
    #page-cart .list-group-item.active {
      border: solid 1px #e62a25;
      background-image: url("../graphics/svg/check.svg");
      background-size: 20px 20px;
      background-repeat: no-repeat;
      background-position: 96% 9%; }
  #page-cart .discount-block input {
    margin-right: 10px;
    margin-top: 0; }
  #page-cart .discount-block a {
    display: block;
    padding-top: 20px; }
    #page-cart .discount-block a small {
      font-style: italic;
      line-height: 20px;
      font-size: 12px;
      font-size: 1.2rem; }
  #page-cart .discount-block h2 {
    color: #e62a25; }
  #page-cart .discount-block .panel {
    border: 0;
    border: solid 1px #cccccc; }
    #page-cart .discount-block .panel .panel-heading, #page-cart .discount-block .panel .panel-body {
      background-color: #FFF; }
    #page-cart .discount-block .panel .panel-body {
      padding: 25px 20px; }
    #page-cart .discount-block .panel .panel-heading {
      padding: 20px;
      border-bottom: solid 1px #cccccc; }
      #page-cart .discount-block .panel .panel-heading .panel-title {
        font-weight: 400;
        font-size: 13px;
        font-size: 1.3rem; }
  #page-cart .discount-block .form-group {
    margin-bottom: 0; }
    #page-cart .discount-block .form-group .form-control {
      width: 70%; }
    #page-cart .discount-block .form-group .btn.btn-fill-arrow {
      width: 28% !important;
      padding: 8px 0 9px 12px;
      font-size: 14px; }
  @media screen and (max-width: 1200px) {
    #page-cart .discount-block .form-group .form-control {
      width: 69%; }
    #page-cart .discount-block .form-group .btn.btn-fill-arrow {
      width: 28% !important; } }
  @media screen and (max-width: 992px) {
    #page-cart .discount-block .form-group .form-control {
      width: 61%; }
    #page-cart .discount-block .form-group .btn.btn-fill-arrow {
      width: 35% !important; } }
  @media screen and (max-width: 700px) {
    #page-cart .discount-block .form-group .form-control {
      width: 78%; }
    #page-cart .discount-block .form-group .btn.btn-fill-arrow {
      width: 20% !important; } }
  @media screen and (max-width: 700px) {
    #page-cart .discount-block .form-group .form-control {
      width: 100%;
      margin-right: 0; }
    #page-cart .discount-block .form-group .btn.btn-fill-arrow {
      width: 100% !important; } }
  #page-cart #cart-steps {
    margin-bottom: 40px; }
    #page-cart #cart-steps ul li a {
      border-radius: 0;
      padding: 10px;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 1.2rem; }
      #page-cart #cart-steps ul li a:after {
        border: 0;
        background-color: #FFF; }
      #page-cart #cart-steps ul li a:before {
        border: 0;
        background-color: #FFF; }
    #page-cart #cart-steps ul li.complete a {
      background-color: #FFF;
      border: solid 1px #cccccc; }
    #page-cart #cart-steps ul li.available a {
      background-color: #FFF;
      color: #000000;
      border: solid 1px #cccccc; }
    #page-cart #cart-steps ul li.active a {
      background-color: #e62a25;
      color: #FFF;
      font-weight: 700;
      border: solid 1px #e62a25; }
  #page-cart #method-selector-form {
    margin-top: 0; }
    #page-cart #method-selector-form .radio label:after {
      top: 4px; }
  #page-cart #cart-sidebar-summary .table {
    margin-bottom: 0; }
  #page-cart #cart-sidebar-summary .shape-pencil {
    margin-right: 10px; }
  @media screen and (max-width: 1199px) {
    #page-cart #cart-sidebar-summary #cart-offcanvas {
      height: auto !important; } }
  @media screen and (max-width: 991px) {
    #page-cart #cart-sidebar-summary {
      margin-bottom: 30px;
      margin-top: -10px; } }
  @media screen and (max-width: 1199px) {
    #page-cart #sidebar-offcanvas {
      height: auto !important; } }
  #page-cart #cart-table {
    border-bottom: solid 1px #cccccc;
    margin-bottom: 50px; }
    #page-cart #cart-table th {
      color: #000000;
      border-bottom: solid 1px #cccccc;
      padding: 10px 10px 20px 10px; }
    #page-cart #cart-table tbody tr {
      background: #FFF; }
      #page-cart #cart-table tbody tr td {
        border: 0;
        color: #898989;
        font-size: 14px;
        font-size: 1.4rem; }
        #page-cart #cart-table tbody tr td a {
          color: #898989;
          display: block; }
        #page-cart #cart-table tbody tr td img {
          margin: auto; }
        #page-cart #cart-table tbody tr td.text-right {
          color: #e62a25;
          font-weight: 700; }
        #page-cart #cart-table tbody tr td.td-product a {
          color: #e62a25;
          font-weight: 700; }
        #page-cart #cart-table tbody tr td .custom-select {
          width: 70%; }
        #page-cart #cart-table tbody tr td .icon.gift, #page-cart #cart-table tbody tr td .icon.promo {
          width: 80px;
          height: 80px; }
    @media screen and (max-width: 768px) {
      #page-cart #cart-table {
        border: 0; }
        #page-cart #cart-table tbody tr {
          border-bottom: 0; }
          #page-cart #cart-table tbody tr td {
            padding: 15px;
            border-bottom: solid 1px #cccccc; }
            #page-cart #cart-table tbody tr td.td-thumb {
              padding-top: 30px; }
            #page-cart #cart-table tbody tr td.td-product {
              margin-bottom: 10px;
              padding-bottom: 30px; }
          #page-cart #cart-table tbody tr.tr-remove-mobile {
            border: solid 1px #e62a25; }
            #page-cart #cart-table tbody tr.tr-remove-mobile td {
              padding: 0; }
            #page-cart #cart-table tbody tr.tr-remove-mobile button {
              color: #e62a25;
              font-weight: 700; }
          #page-cart #cart-table tbody tr.spacer {
            border: 0; }
            #page-cart #cart-table tbody tr.spacer td {
              padding: 0; } }
    @media screen and (max-width: 700px) {
      #page-cart #cart-table tbody tr {
        border: solid 1px #cccccc;
        border-bottom: 0; }
        #page-cart #cart-table tbody tr td {
          border: 0; }
          #page-cart #cart-table tbody tr td.td-product {
            border-bottom: solid 1px #cccccc; }
          #page-cart #cart-table tbody tr td:before {
            position: relative;
            top: auto;
            -ms-transform: none;
                transform: none;
            left: 0; } }
  #page-cart .summary tbody tr td, #page-cart .table-bordered tbody tr td {
    border-color: #cccccc; }
    #page-cart .summary tbody tr td strong, #page-cart .table-bordered tbody tr td strong {
      color: #000000; }
  #page-cart #cart-no-products h1 {
    margin: 0;
    padding: 0; }
  #page-cart #cart-no-products .h1 {
    padding-bottom: 0; }
  #page-cart #cart-no-products .btn-arrow {
    margin-top: 30px;
    text-align: center;
    width: 100% !important; }
  #page-cart #cart-register .show-reset-form {
    margin-top: 14px;
    color: #e62a25;
    text-decoration: underline; }
  #page-cart #cart-register .register-text-wrapper {
    padding-bottom: 50px;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 50px; }
  #page-cart #cart-register #register-block, #page-cart #cart-register #login-block {
    height: 100%; }
  #page-cart #cart-register #reset-form-container .btn-arrow {
    margin-top: 5px; }
  #page-cart #cart-register #register-block #register-form {
    margin-top: 30px; }
  #page-cart #cart-register #register-block .alert {
    margin-bottom: 30px;
    margin-top: 30px; }
  #page-cart #cart-register #login-block .checkbox label {
    padding-top: 4px; }
  #page-cart #cart-register #login-form-container .form-group:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1200px) {
    #page-cart #cart-register .content-padding {
      padding: 65px 70px 50px 70px; }
    #page-cart #cart-register #login-block .checkbox label {
      padding-top: 2px;
      line-height: 18px; }
    #page-cart #cart-register #login-block .forget-password {
      display: block;
      padding: 5px;
      padding-right: 0;
      margin-top: 7px; } }
  @media screen and (max-width: 992px) {
    #page-cart #cart-register .checkbox label {
      line-height: 16px; }
    #page-cart #cart-register .equal-col {
      height: auto !important; }
    #page-cart #cart-register .content-padding {
      padding: 65px 70px 50px 70px; }
    #page-cart #cart-register #register-block {
      margin-top: 30px; }
    #page-cart #cart-register #login-block {
      margin-top: 30px; }
      #page-cart #cart-register #login-block .checkbox label {
        padding-top: 5px; }
      #page-cart #cart-register #login-block .forget-password {
        margin-top: 10px; } }
  @media screen and (max-width: 700px) {
    #page-cart #cart-register .checkbox label {
      line-height: 29px; }
    #page-cart #cart-register .content-padding {
      padding: 50px; }
    #page-cart #cart-register #login-block .btn-arrow {
      margin-top: 0; }
    #page-cart #cart-register #login-block .show-reset-form {
      width: 100%;
      text-align: left;
      margin-top: 20px; }
    #page-cart #cart-register #login-block .forget-password {
      margin-top: 15px;
      text-align: right;
      line-height: 16px; } }
  @media screen and (max-width: 480px) {
    #page-cart #cart-register #login-block .checkbox label {
      line-height: 16px; }
    #page-cart #cart-register #login-block .forget-password {
      margin-top: 7px; } }
  #page-cart #cart-delivery #new-delivery-address {
    margin-top: 30px; }
  #page-cart #cart-delivery #delivery-post-wrapper .custom-row {
    margin-left: -5px;
    margin-right: -5px; }
  #page-cart #cart-delivery #delivery-post-wrapper .custom-col {
    padding-left: 5px;
    padding-right: 5px; }
  #page-cart #cart-delivery #zip-search .btn {
    background-color: #e62a25;
    color: #FFF !important;
    text-transform: uppercase;
    font-weight: 700;
    padding: 9px 10px 14px 10px; }
  #page-cart #cart-delivery #delivery-address-form button {
    width: 100%; }
  #page-cart #cart-delivery .post-collect-address {
    margin-bottom: 10px; }
  #page-cart #cart-invoice #new-invoice-address {
    margin-top: 20px; }
  #page-cart #cart-invoice #invoice-address-form .radio {
    display: inline-block; }
    #page-cart #cart-invoice #invoice-address-form .radio + .radio {
      margin-left: 30px; }
    #page-cart #cart-invoice #invoice-address-form .radio label::after {
      top: 4px; }
  @media screen and (max-width: 767px) {
    #page-cart #cart-invoice #invoice-address-form button + button {
      width: 100%;
      margin-top: 15px; } }
  #page-cart #cart-payment .list-group-item .col-table-cell {
    vertical-align: middle; }
  #page-cart #cart-payment .list-group-item {
    padding: 15px 0px 15px 15px; }
    #page-cart #cart-payment .list-group-item img {
      margin-left: 15px; }
    #page-cart #cart-payment .list-group-item a {
      background-color: #e62a25;
      color: #FFF;
      font-weight: 700;
      text-transform: uppercase; }
    #page-cart #cart-payment .list-group-item.active {
      background-image: none; }
  #page-cart #cart-confirm .btn-lg, #page-cart #cart-confirm .btn-group-lg > .btn {
    background-color: #e62a25;
    color: #FFF;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
    padding: 15px;
    font-size: 15px;
    font-size: 1.5rem; }
  @media screen and (max-width: 700px) {
    #page-cart #cart-confirm #cart-table tbody tr {
      border-bottom: solid 1px #cccccc !important; } }
  #page-cart #cart-profile .btn-submit {
    font-weight: 700;
    background-image: url("../graphics/svg/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 14px 10px;
    padding-right: 22px; }
  @media screen and (max-width: 700px) {
    #page-cart #cart-profile .no-padding-left {
      padding-left: 15px !important; }
    #page-cart #cart-profile .no-padding-right {
      padding-right: 15px !important; } }
  @media screen and (max-width: 992px) {
    #page-cart .section-sm .shrink-left {
      min-height: 1px; } }

#page-notfound #intro-banner {
  position: relative;
  margin-bottom: 40px; }
  #page-notfound #intro-banner .label {
    background-color: #FFF;
    position: absolute;
    bottom: 30px;
    border-radius: 0;
    padding: 15px 15px 14px 30px;
    overflow: hidden;
    transition: opacity 0.4s ease-in; }
    #page-notfound #intro-banner .label p {
      margin-bottom: 0;
      padding-right: 0; }
    #page-notfound #intro-banner .label h1 {
      padding-right: 0;
      font-weight: 400;
      color: #e62a25;
      font-family: "IntroBlack", "Times New Roman", Times, serif;
      text-transform: uppercase;
      margin: 0;
      white-space: normal !important;
      font-size: 18px;
      font-size: 1.8rem;
      letter-spacing: 0.1em; }
    #page-notfound #intro-banner .label svg {
      width: 30px;
      height: 30px;
      position: absolute;
      left: -13px;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  #page-notfound #intro-banner .title-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #e62a25;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  @media screen and (max-width: 1200px) {
    #page-notfound #intro-banner {
      margin-bottom: 60px; } }

#page-notfound #content-section {
  text-align: center;
  padding: 20px 0 80px 0;
  width: 50%;
  margin: auto; }
  #page-notfound #content-section h2 {
    font-size: 15px;
    font-size: 1.5rem; }
  #page-notfound #content-section a {
    text-align: center; }
  #page-notfound #content-section .cms-text {
    padding: 0 50px; }
  @media screen and (max-width: 1200px) {
    #page-notfound #content-section {
      width: 80%; }
      #page-notfound #content-section .cms-text {
        padding: 0; } }
  @media screen and (max-width: 992px) {
    #page-notfound #content-section {
      width: 70%; } }
  @media screen and (max-width: 700px) {
    #page-notfound #content-section {
      padding: 20px 0 50px 0;
      width: 80%; } }

#page-calendar .content-padding {
  padding: 65px 70px 65px 70px; }

#page-calendar .event-detail .title {
  color: #898989;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem; }
  #page-calendar .event-detail .title span {
    display: block;
    color: #000000;
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 13px;
    font-size: 1.3rem; }

#page-calendar .event-detail .section {
  margin-bottom: 20px; }
  #page-calendar .event-detail .section:last-child {
    margin-bottom: 0; }

#page-calendar .event-detail .cms-text {
  margin-bottom: 0; }
  #page-calendar .event-detail .cms-text img {
    max-width: 100%; }

#page-calendar .form-wrapper {
  height: 100%; }

@media screen and (max-width: 700px) {
  #page-calendar .content-padding {
    padding: 40px; } }

#page-jobs-overview .intro-patch {
  border: solid 1px #cccccc; }

@media screen and (max-width: 992px) {
  #page-jobs-overview #masonry-jobs {
    height: auto !important; }
    #page-jobs-overview #masonry-jobs .grid-item {
      position: relative !important;
      left: auto !important;
      right: auto !important;
      top: auto !important; } }

@media screen and (max-width: 700px) {
  #page-jobs-overview .intro-tile, #page-jobs-overview .intro-patch {
    padding: 50px; }
  #page-jobs-overview .intro-patch {
    margin-bottom: 30px; } }

#page-jobs-detail #intro-section h1 {
  margin-bottom: 30px;
  word-break: break-word; }

#page-jobs-detail #intro-section .category {
  font-weight: 700;
  margin-bottom: 30px;
  display: block;
  color: #e62a25; }

#page-jobs-detail #intro-section .intro-patch {
  border: solid 1px #cccccc;
  padding: 65px 70px 60px 70px; }
  #page-jobs-detail #intro-section .intro-patch .btn.back {
    margin-top: 10px; }

#page-jobs-detail #intro-section .jobs-section {
  margin-bottom: 30px; }
  #page-jobs-detail #intro-section .jobs-section .title {
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-size: 13px;
    font-size: 1.3rem; }

#page-jobs-detail #intro-section .intro-tile {
  border: solid 1px #cccccc; }
  #page-jobs-detail #intro-section .intro-tile ul {
    padding: 0px;
    list-style: none;
    margin: 0; }
    #page-jobs-detail #intro-section .intro-tile ul li a {
      display: block;
      padding: 9px 0; }
      #page-jobs-detail #intro-section .intro-tile ul li a h2 {
        text-transform: none;
        color: #898989;
        font-weight: 400;
        font-family: "open-sans", Helvetica, Arial, sans-serif;
        margin: 0;
        padding: 0;
        font-size: 12px;
        font-size: 1.2rem;
        @inlude letter-spacing(50); }
      #page-jobs-detail #intro-section .intro-tile ul li a:hover h2 {
        color: #e62a25;
        font-weight: 700; }
  #page-jobs-detail #intro-section .intro-tile .btn.btn-fill-arrow {
    margin-top: 30px;
    width: auto;
    min-width: 200px; }

@media screen and (max-width: 992px) {
  #page-jobs-detail #intro-section .intro-patch {
    margin-bottom: 30px; }
  #page-jobs-detail #intro-section .content-padding {
    padding: 65px 70px 65px 70px; } }

@media screen and (max-width: 700px) {
  #page-jobs-detail #intro-section .intro-patch, #page-jobs-detail #intro-section .content-padding {
    padding: 50px; }
  #page-jobs-detail #intro-section .intro-tile {
    margin-bottom: 0; }
    #page-jobs-detail #intro-section .intro-tile .btn.btn-fill-arrow {
      width: 100%; } }

@media screen and (max-width: 992px) {
  #page-jobs-detail .equal-col {
    height: auto !important; } }

#page-search h1 {
  margin-bottom: 40px; }

#page-search h2.title {
  margin-bottom: 30px;
  color: #e62a25;
  border: solid 1px #cccccc;
  padding: 15px 15px 13px 15px;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem; }

#page-search .section {
  margin-bottom: 30px; }

#page-search .gray-border, #page-search .section-item {
  border: solid 1px #cccccc; }
  #page-search .gray-border:hover, #page-search .section-item:hover {
    border-bottom: solid 2px #e62a25;
    box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.2); }

#page-search .section-item {
  padding: 40px;
  margin-bottom: 30px;
  border: solid 1px #cccccc; }
  #page-search .section-item h3 {
    color: #e62a25;
    font-family: "IntroBlack", "Times New Roman", Times, serif;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 14px;
    font-size: 1.4rem; }
  #page-search .section-item h3.subtitle {
    padding-top: 0;
    color: #898989;
    font-family: "open-sans", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    font-size: 11px;
    font-size: 1.1rem; }

#page-search .testimonial .img-circle {
  margin: 30px auto; }

#page-search .event p {
  margin: 20px 0; }

#page-search .event .date {
  color: #000000;
  display: block;
  margin-top: 3px; }

#page-search .product {
  margin-top: 0; }
  #page-search .product a {
    display: block; }
  #page-search .product .caption {
    padding: 0;
    width: 80%; }
    #page-search .product .caption .name {
      color: #000000;
      font-family: "open-sans", Helvetica, Arial, sans-serif;
      text-transform: none;
      margin-bottom: 10px;
      line-height: 20px;
      font-size: 13px;
      font-size: 1.3rem;
      letter-spacing: 0.05em; }
    #page-search .product .caption .price {
      font-size: 14px;
      font-size: 1.4rem; }
      #page-search .product .caption .price.new {
        margin-left: 4px; }
  #page-search .product .img-container {
    margin-bottom: 20px;
    margin-top: 0; }
  #page-search .product .labels-wrapper {
    top: 20px;
    left: 20px; }
  #page-search .product .btn-shop {
    width: 20%;
    padding: 0; }
    #page-search .product .btn-shop .icon {
      width: 24px;
      height: 24px; }

#page-search .ecard img, #page-search .spell img {
  margin: auto; }

#page-search .ecard .btn, #page-search .spell .btn {
  margin-top: 24px; }

#page-gift .form-wrapper {
  height: 100%; }

@media screen and (max-width: 700px) {
  #page-gift .content-padding {
    padding: 40px; }
  #page-gift .btn {
    width: auto; } }

#page-story-detail #content-section {
  margin-top: 60px; }
  @media screen and (max-width: 800px) {
    #page-story-detail #content-section {
      margin-top: 30px; } }

#page-story-detail .text-tile {
  border: 1px solid #e62a25; }
  #page-story-detail .text-tile .share {
    margin-top: 30px; }
    #page-story-detail .text-tile .share .product-title {
      margin-top: 0;
      font-weight: 700;
      font-size: 13px;
      letter-spacing: 0.07em;
      color: #e62a25; }
    #page-story-detail .text-tile .share .fb-share-button, #page-story-detail .text-tile .share .fb-like, #page-story-detail .text-tile .share .pinterest, #page-story-detail .text-tile .share .twitter {
      height: 20px;
      position: relative;
      float: left;
      margin-right: 10px;
      margin-top: 12px; }
    #page-story-detail .text-tile .share .twitter {
      width: 70px; }
  @media screen and (max-width: 800px) {
    #page-story-detail .text-tile {
      padding: 30px;
      padding-bottom: 80px; } }

#page-story-detail .product-tile {
  position: relative;
  height: 100%; }
  #page-story-detail .product-tile .product {
    border: 1px solid #ddd;
    margin: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    #page-story-detail .product-tile .product .caption {
      position: absolute;
      bottom: 0; }
    #page-story-detail .product-tile .product #detail-order-form {
      position: absolute;
      bottom: 30px;
      right: 30px; }
    #page-story-detail .product-tile .product .img-container {
      display: table;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      #page-story-detail .product-tile .product .img-container a {
        vertical-align: middle;
        display: table-cell; }
    #page-story-detail .product-tile .product .btn-pointer {
      margin-top: 15px;
      position: relative;
      z-index: 1;
      background: transparent;
      color: #ab2b34;
      text-align: right;
      letter-spacing: 0.07em;
      font-size: 13px;
      font-size: 1.3rem; }
      #page-story-detail .product-tile .product .btn-pointer .icon {
        margin-left: 20px;
        width: 36px;
        height: 36px;
        fill: #e62a25; }
      #page-story-detail .product-tile .product .btn-pointer:focus {
        box-shadow: none; }
  @media screen and (max-width: 800px) {
    #page-story-detail .product-tile {
      height: auto;
      position: relative;
      margin-top: 30px; }
      #page-story-detail .product-tile .product {
        height: auto;
        width: auto;
        position: relative;
        left: auto;
        top: auto; }
        #page-story-detail .product-tile .product .caption {
          position: relative;
          bottom: auto; }
        #page-story-detail .product-tile .product .img-container {
          display: block;
          position: relative; }
          #page-story-detail .product-tile .product .img-container a {
            display: block; } }

#page-volunteer-test .content-tiles {
  margin-top: 30px; }

#page-volunteer-test #volunteer-test {
  border: solid 1px #cccccc;
  padding: 65px 70px 50px 70px;
  background-image: url("../graphics/svg/rose.svg");
  background-repeat: no-repeat;
  background-position: 3% 10%;
  background-size: 40px 40px; }
  #page-volunteer-test #volunteer-test .progress {
    margin-top: 20px;
    height: 30px !important;
    opacity: 0.5; }
  #page-volunteer-test #volunteer-test .question p {
    font-size: 22px;
    margin: 40px 0; }
  #page-volunteer-test #volunteer-test .question .button-group {
    margin-top: 30px; }
  #page-volunteer-test #volunteer-test .question .btn {
    text-align: center;
    text-transform: uppercase;
    margin: 0 10px;
    font-weight: bold;
    letter-spacing: 1px; }
    #page-volunteer-test #volunteer-test .question .btn.back-btn {
      width: auto; }
  #page-volunteer-test #volunteer-test .form-group {
    text-align: center; }
  #page-volunteer-test #volunteer-test .radio {
    text-align: left;
    margin-left: 25px; }
  #page-volunteer-test #volunteer-test .btn.submit-answer {
    background: #ffffff;
    color: #e62a25;
    height: 38px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    border: 3px solid #e62a25;
    transition: all .2s ease-in-out; }
    #page-volunteer-test #volunteer-test .btn.submit-answer.with-icon {
      height: 50px;
      margin-bottom: 30px; }
    #page-volunteer-test #volunteer-test .btn.submit-answer .icon {
      margin-right: 15px; }
    #page-volunteer-test #volunteer-test .btn.submit-answer:hover {
      color: #ffffff;
      box-shadow: inset 14em 0 0 0 #e62a25; }
      #page-volunteer-test #volunteer-test .btn.submit-answer:hover .icon {
        fill: #fff; }
    #page-volunteer-test #volunteer-test .btn.submit-answer:focus {
      -ms-transform: scale(1.1);
          transform: scale(1.1);
      background: #e62a25;
      color: #fff;
      box-shadow: none !important;
      outline: 0 !important; }
      #page-volunteer-test #volunteer-test .btn.submit-answer:focus .icon {
        fill: #fff; }
  #page-volunteer-test #volunteer-test .answered .btn.submit-answer.active {
    background: #e62a25;
    color: #fff;
    box-shadow: none; }
    #page-volunteer-test #volunteer-test .answered .btn.submit-answer.active .icon {
      fill: #fff; }

#page-volunteer-test #test-results .row {
  margin: 50px 0; }

#page-volunteer-test #test-results .result {
  text-align: left;
  padding: 30px;
  background: #f5f5f5;
  height: 100%; }

#page-volunteer-test #test-results .label {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background: #e62a25;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 25px 0; }

#page-testament .cms-text p {
  margin-bottom: 30px; }
  #page-testament .cms-text p:last-child {
    margin-bottom: 0; }

#page-testament .cms-text strong {
  color: #000; }

#page-testament .icon.shape-testament-bottom {
  stroke: #e62a25;
  stroke-width: 3px;
  fill: #FFF;
  width: calc(100% + 15px);
  position: absolute;
  bottom: -9px;
  left: -20px; }
  @media screen and (max-width: 991px) {
    #page-testament .icon.shape-testament-bottom {
      display: none; } }

#page-testament .bg-rose {
  position: relative;
  overflow: hidden; }
  #page-testament .bg-rose .tile-rose,
  #page-testament .bg-rose .rose {
    width: 30vw;
    height: 30vw;
    position: absolute;
    top: 0;
    right: 0;
    -ms-transform: translate(70%, -70%);
        transform: translate(70%, -70%); }
    @media screen and (min-width: 1200px) {
      #page-testament .bg-rose .tile-rose,
      #page-testament .bg-rose .rose {
        width: 15vw;
        height: 15vw;
        max-width: 200px;
        max-height: 200px; } }
  #page-testament .bg-rose.p-bottom .tile-rose,
  #page-testament .bg-rose.p-bottom .rose {
    top: auto;
    bottom: 0;
    -ms-transform: translate(70%, 70%);
        transform: translate(70%, 70%); }

#page-testament .tile-label {
  background-color: #FFF;
  color: #e62a25;
  font-family: "IntroBlack", "Times New Roman", Times, serif;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  display: block;
  padding: 4px 10px 0;
  left: 30px;
  margin: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  font-size: 16px;
  font-size: 1.6rem; }

#page-testament .row.d-flex {
  display: block; }
  @media screen and (min-width: 768px) {
    #page-testament .row.d-flex {
      display: -ms-flexbox;
      display: flex; }
      #page-testament .row.d-flex:before, #page-testament .row.d-flex:after {
        display: block; } }

#page-testament .img-cover {
  position: relative; }
  #page-testament .img-cover.btn {
    border: 0;
    border-radius: 0;
    padding: 0; }
  @media screen and (min-width: 992px) {
    #page-testament .img-cover {
      width: 100%;
      height: 100%; } }
  #page-testament .img-cover .bg-responsive {
    background-position: 50% 50%; }

#page-testament .img-cover-title {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 2;
  margin: 0;
  line-height: 2;
  width: 90%; }
  @media screen and (min-width: 992px) {
    #page-testament .img-cover-title {
      width: 60%; } }
  #page-testament .img-cover-title span {
    text-transform: uppercase;
    color: #fff;
    background-color: #e62a25;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.075em;
    font-family: "IntroBlack", "Times New Roman", Times, serif;
    display: inline;
    padding: 5px;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone; }
  #page-testament .img-cover-title.p-top {
    bottom: auto;
    top: 40px; }
  @media screen and (min-width: 992px) {
    #page-testament .img-cover-title.w-small {
      width: 80%; } }
  @media screen and (min-width: 1200px) {
    #page-testament .img-cover-title.w-small {
      width: 75%; } }

#page-testament .article-content {
  padding: 40px; }

#page-testament .testimonial-article {
  padding: 40px;
  border: solid 3px #e62a25;
  position: relative; }
  #page-testament .testimonial-article .icon.shape-testament-bottom {
    height: 16px;
    bottom: -3px; }
  #page-testament .testimonial-article .testimonial {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.075em;
    color: #e62a25;
    text-transform: uppercase;
    font-family: "IntroBlack", "Times New Roman", Times, serif;
    text-align: left;
    padding: 0; }
  #page-testament .testimonial-article .img-wrapper {
    border-radius: 50%;
    overflow: hidden; }
  @media screen and (min-width: 992px) {
    #page-testament .testimonial-article {
      padding-bottom: 60px;
      padding-top: 60px; } }

#page-testament .horizontal-article {
  border: solid 1px #cccccc; }
  @media screen and (min-width: 992px) {
    #page-testament .horizontal-article .row.d-flex {
      height: 100%; } }
  #page-testament .horizontal-article .article-content {
    padding: 40px; }
  @media screen and (min-width: 992px) {
    #page-testament .horizontal-article {
      height: 100%; } }

#page-testament .text-article {
  border: solid 1px #cccccc;
  padding: 40px;
  height: 100%; }
  @media screen and (min-width: 1200px) {
    #page-testament .text-article {
      padding: 70px; } }

#page-testament .banner-text {
  position: relative;
  border: solid 1px #cccccc; }
  #page-testament .banner-text .caption {
    padding: 40px;
    background-color: #FFF;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 1200px) {
      #page-testament .banner-text .caption {
        padding: 70px; } }
  @media screen and (min-width: 768px) {
    #page-testament .banner-text {
      border: 0;
      padding: 5vh 0; } }

#page-testament .quote-article {
  padding: 20px; }
  #page-testament .quote-article .h1 {
    margin: 0 auto;
    line-height: 1.2;
    font-size: 27px;
    font-size: 2.7rem;
    color: #ab2b34; }
    #page-testament .quote-article .h1 span {
      color: #e62a25; }
    @media screen and (min-width: 992px) {
      #page-testament .quote-article .h1 {
        width: 65%;
        font-size: 33px;
        font-size: 3.3rem; } }
  @media screen and (min-width: 768px) {
    #page-testament .quote-article {
      padding: 40px 20px; } }

#page-testament #page-intro {
  margin-bottom: 30px;
  padding: 40px;
  border: solid 3px #e62a25;
  position: relative; }
  #page-testament #page-intro .icon.shape-testament-bottom {
    height: 28px; }
  #page-testament #page-intro .cms-text h3 {
    color: #e62a25;
    font-family: "IntroBlack", "Times New Roman", Times, serif;
    text-transform: uppercase; }
  #page-testament #page-intro h1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 30px; }
    #page-testament #page-intro h1 .svg-wrapper {
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
      max-width: 45px; }
    #page-testament #page-intro h1 .text {
      color: #ab2b34;
      padding-left: 15px; }
      #page-testament #page-intro h1 .text span {
        color: #e62a25; }
  #page-testament #page-intro .cms-text {
    margin-bottom: 0; }
  @media screen and (min-width: 992px) {
    #page-testament #page-intro {
      margin-bottom: 0; } }

#page-events #intro-section {
  margin-bottom: 0; }
  #page-events #intro-section .btn.btn-back {
    margin: 0 0 20px 0; }
    #page-events #intro-section .btn.btn-back .icon {
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
      margin-right: 10px; }
  @media screen and (min-width: 768px) {
    #page-events #intro-section {
      margin-bottom: 20px; } }
  @media screen and (min-width: 992px) {
    #page-events #intro-section .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

#page-events #results-overview .row {
  display: block; }
  #page-events #results-overview .row .d-flex-col {
    margin: 30px 0 0 0; }
  @media screen and (min-width: 768px) {
    #page-events #results-overview .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #page-events #results-overview .row:before, #page-events #results-overview .row:after {
        display: block; } }

#page-events #results-overview .shop-item .btn.btn-arrow {
  padding-bottom: 0; }

#page-events #results-overview address strong {
  color: #000000; }

/**
*
* This file should only contain imports and comments
* http://sass-guidelin.es/#main-file
*
**/
/*# sourceMappingURL=main.css.map */