/*!
 * Datepicker for Bootstrap v1.6.1 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker.css.map */
.slc article,
.slc aside,
.slc details,
.slc figcaption,
.slc figure,
.slc footer,
.slc header,
.slc hgroup,
.slc main,
.slc nav,
.slc section,
.slc summary {
  display: block;
  padding: 0;
}
.slc audio,
.slc canvas,
.slc progress,
.slc video {
  display: inline-block;
  vertical-align: baseline;
}
.slc audio:not([controls]) {
  display: none;
  height: 0;
}
.slc [hidden],
.slc template {
  display: none;
}
.slc a {
  background: transparent;
}
.slc a:active,
.slc a:hover {
  outline: 0;
}
.slc abbr[title] {
  border-bottom: 1px dotted;
}
.slc b,
.slc strong {
  font-weight: bold;
}
.slc dfn {
  font-style: italic;
}
.slc h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.slc mark {
  background: #ff0;
  color: #000;
}
.slc small {
  font-size: 80%;
}
.slc sub,
.slc sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.slc sup {
  top: -0.5em;
}
.slc sub {
  bottom: -0.25em;
}
.slc img {
  border: 0;
}
.slc svg:not(:root) {
  overflow: hidden;
}
.slc figure {
  margin: 0;
}
.slc hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.slc pre {
  overflow: auto;
}
.slc code,
.slc kbd,
.slc pre,
.slc samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.slc button,
.slc input,
.slc optgroup,
.slc select,
.slc textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.slc button {
  overflow: visible;
}
.slc button,
.slc select {
  text-transform: none;
}
.slc button,
.slc html input[type="button"],
.slc input[type="reset"],
.slc input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.slc button[disabled],
.slc html input[disabled] {
  cursor: default;
}
.slc button::-moz-focus-inner,
.slc input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.slc input {
  line-height: normal;
}
.slc input[type="checkbox"],
.slc input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.slc input[type="number"]::-webkit-inner-spin-button,
.slc input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.slc input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.slc input[type="search"]::-webkit-search-cancel-button,
.slc input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.slc fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.slc legend {
  border: 0;
  padding: 0;
}
.slc textarea {
  overflow: auto;
}
.slc optgroup {
  font-weight: bold;
}
.slc table {
  border-collapse: collapse;
  border-spacing: 0;
}
.slc td,
.slc th {
  padding: 0;
}
body {
  margin: 0;
}
.orneo-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.slc {
  font-size: 12px;
  line-height: 142.85714286%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000;
}
.slc * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
  margin: 0;
}
.slc a {
  color: #699af5;
}
.slc .as-important {
  display: none;
}
.slc .slt-typo-longspan {
  display: inline-block;
  width: 10px;
}
.slc .slc-sllogo-full-small {
  position: relative;
  display: inline-block;
  width: 98px;
  height: 26px;
  background-position: 0px -37px;
  background-image: url('/common/orneo-components/img/icons/sprite.png?v=20150518');
  -webkit-background-size: 471px 203px;
  -moz-background-size: 471px 203px;
  -o-background-size: 471px 203px;
  background-size: 471px 203px;
  padding-left: 98px;
  padding-top: 26px;
  overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slc .slc-sllogo-full-small {
    background-image: url('/common/orneo-components/img/icons/sprite.png?v=20150518');
  }
}
.slc .slc-sllogo-full-gray {
  position: relative;
  display: inline-block;
  width: 267px;
  height: 27px;
  background-position: 0px -83px;
  background-image: url('/common/orneo-components/img/icons/sprite.png?v=20150518');
  -webkit-background-size: 471px 203px;
  -moz-background-size: 471px 203px;
  -o-background-size: 471px 203px;
  background-size: 471px 203px;
  padding-left: 267px;
  padding-top: 27px;
  overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slc .slc-sllogo-full-gray {
    background-image: url('/common/orneo-components/img/icons/sprite.png?v=20150518');
  }
}
.slc .slc-sllogo-full-large-gray-motto {
  position: relative;
  display: inline-block;
  width: 204px;
  height: 76px;
  background-position: -267px -62px;
  background-image: url('/common/orneo-components/img/icons/sprite.png?v=20150518');
  -webkit-background-size: 471px 203px;
  -moz-background-size: 471px 203px;
  -o-background-size: 471px 203px;
  background-size: 471px 203px;
  padding-left: 204px;
  padding-top: 76px;
  overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slc .slc-sllogo-full-large-gray-motto {
    background-image: url('/common/orneo-components/img/icons/sprite.png?v=20150518');
  }
}
.slc .slc-btn {
  display: inline-block;
  border: none;
  padding: 13px 10px 11px;
  vertical-align: middle;
  line-height: 12px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  background: #636363;
  color: #fff;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  -ms-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
.slc .slc-btn:hover,
.slc .slc-btn:active {
  background: #515151;
}
.slc .slc-btn-secondary {
  background: #0da36a;
}
.slc .slc-btn-secondary:hover,
.slc .slc-btn-secondary:active {
  background: #098657;
}
.slc .slc-row {
  margin: 0 -10px;
}
.slc .slc-row:before,
.slc .slc-row:after {
  content: " ";
  display: table;
}
.slc .slc-row:after {
  clear: both;
}
.slc ul.slc-row {
  list-style: none;
  padding-left: 0;
}
.slc [class*="slc-col-"] {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.slc [class*="slc-col-"] .slc-form-control {
  width: 100%;
}
.slc .slc-col-25p {
  width: 25%;
}
.slc .slc-col-40p {
  width: 40%;
}
.slc .slc-col-50p {
  width: 50%;
}
.slc .slc-col-60p {
  width: 60%;
}
.slc .slc-col-9-24 {
  width: 37.5%;
}
.slc .slc-col-15-24 {
  width: 62.5%;
}
.slc .slc-form {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 20px;
  background: #f2f2f2;
}
.slc .slc-form-control {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
  padding: 10px 13px;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c2c2c2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.slc .slc-form-control[disabled],
.slc .slc-form-control[readonly],
fieldset[disabled] .slc .slc-form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.slc .slc-form-control {
  height: auto;
  -webkit-appearance: none;
}
.slc textarea {
  resize: vertical;
}
.slc input[type="radio"],
.slc input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
.slc input[type="file"]:focus,
.slc input[type="radio"]:focus,
.slc input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.slc input[type="search"] {
  -webkit-appearance: none;
}

.orneo-modal-fix {
  overflow: hidden !important;
  background-image: none;
  background-color: #444;
}
.orneo-modal-fix > *:not(.orneo-modal) {
  filter: blur(10px) grayscale(50%);
}
.orneo-modal {
  display: none;
  position: fixed;
  z-index: 1000000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.75);
  -webkit-overflow-scrolling: touch;
  outline: 0;
  text-align: center;
  transition: 0.2s all ease-out;
}
.orneo-modal img {
  max-width: 100%;
  height: auto;
}
.orneo-modal.orneo-modal-open {
  display: block;
}
.orneo-modal-holdback {
  z-index: 999999;
  background: transparent !important;
}
.orneo-modal-container {
  display: inline-block;
  position: relative;
  margin: 20px auto;
  max-width: 100%;
  padding: 5px;
  text-align: center;
}
.orneo-modal-holdback > * {
  filter: blur(2px) grayscale(50%);
  transform: scale(0.9);
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.orneo-modal-btn-close {
  display: block;
  position: absolute;
  z-index: 1000100;
  top: 7px;
  right: 8px;
  width: 20px;
  height: 20px;
  background: none;
}
a.orneo-modal-btn-close {
  text-decoration: none;
  background: transparent;
  color: #cf2127;
  cursor: pointer;
}
a.orneo-modal-btn-close:hover,
a.orneo-modal-btn-close:focus {
  text-decoration: none;
}

.orneo-spinner-fix {
    overflow: hidden !important;
}
.orneo-spinner {
    display: none;
    position: fixed;
    z-index: 1000000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.5);
    -webkit-overflow-scrolling: touch;
    outline: 0;
    text-align: center;

    color: #fff;
    line-height: -moz-block-height;
    font-size: 2.5em;
}
.orneo-spinner img {
    max-width: 100%;
    height: auto;
}
.orneo-spinner.orneo-spinner-open {
    display: block;
}

[class*="orneo-msg-"],
section[class*="orneo-msg-"],
article[class*="orneo-msg-"],
div[class*="orneo-msg-"] {
  display: block;
  margin-bottom: 10px !important;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  text-align: center;
}
[class*="orneo-msg-"] ul,
section[class*="orneo-msg-"] ul,
article[class*="orneo-msg-"] ul,
div[class*="orneo-msg-"] ul,
[class*="orneo-msg-"] li,
section[class*="orneo-msg-"] li,
article[class*="orneo-msg-"] li,
div[class*="orneo-msg-"] li {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.orneo-msg-info {
  background: rgba(87, 144, 191, 0.3);
  color: #05365F;
}
.orneo-msg-success {
  background: rgba(91, 216, 99, 0.3);
  color: #007408;
}
.orneo-msg-warning {
  background: rgba(255, 193, 107, 0.3);
  color: #935500;
}
.orneo-msg-danger {
  background: rgba(255, 111, 107, 0.3);
  color: #930400;
}
[class*="orneo-text-"],
.slt [class*="orneo-text-"] {
  display: block;
}
.slc-form-control + [class*="orneo-text-"],
.slc-form-control + .slt [class*="orneo-text-"] {
  margin: -8px 15px 8px;
}
[class*="orneo-text-"] span,
.slt [class*="orneo-text-"] span {
  font-size: 12px;
}
.orneo-text-info span {
  color: #05365F;
}
.orneo-text-success span {
  color: #007408;
}
.orneo-text-warning span {
  color: #935500;
}
.orneo-text-danger span {
  color: #930400;
}

section.slc-cookie-banner,
.slc section.slc-cookie-banner,
.slt section.slc-cookie-banner,
.slp section.slc-cookie-banner {
  position: fixed;
  z-index: 1000001;
  right: 0;
  bottom: 0;
  margin: 0;
  max-width: 100%;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #ddd;
  padding: 0;
  font-family: "Open Sans", -apple-system, system, "Droid sans", sans-serif;
  font-size: 12px;
  line-height: 142.85714286%;
  background: #f2f2f2;
  color: #808080;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.slc-cookie-banner-container,
.slc .slc-cookie-banner-container,
.slt .slc-cookie-banner-container,
.slp .slc-cookie-banner-container {
  display: table;
  margin: 0 auto;
}
.slc-cookie-banner-container p,
.slc .slc-cookie-banner-container p,
.slt .slc-cookie-banner-container p,
.slp .slc-cookie-banner-container p {
  display: table-cell;
  margin: 0;
  padding: 5px 7px;
  vertical-align: middle;
  font-family: "Open Sans", -apple-system, system, "Droid sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 142.85714286%;
  color: #808080;
}
.slc-cookie-banner-container p:first-child a:hover,
.slc .slc-cookie-banner-container p:first-child a:hover,
.slt .slc-cookie-banner-container p:first-child a:hover,
.slp .slc-cookie-banner-container p:first-child a:hover,
.slc-cookie-banner-container p:first-child a:focus,
.slc .slc-cookie-banner-container p:first-child a:focus,
.slt .slc-cookie-banner-container p:first-child a:focus,
.slp .slc-cookie-banner-container p:first-child a:focus,
.slc-cookie-banner-container p:first-child a:active,
.slc .slc-cookie-banner-container p:first-child a:active,
.slt .slc-cookie-banner-container p:first-child a:active,
.slp .slc-cookie-banner-container p:first-child a:active {
  background: transparent;
}
.slc-cookie-banner-container p:last-child,
.slc .slc-cookie-banner-container p:last-child,
.slt .slc-cookie-banner-container p:last-child,
.slp .slc-cookie-banner-container p:last-child {
  padding: 5px 5px 5px 0;
  vertical-align: bottom;
  text-align: right;
}
.slc-cookie-banner-container p a,
.slc .slc-cookie-banner-container p a,
.slt .slc-cookie-banner-container p a,
.slp .slc-cookie-banner-container p a {
  border: none;
  font-size: 12px;
  line-height: 142.85714286%;
  text-decoration: underline;
  color: #699af5;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  -ms-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
.slc-cookie-banner-container p a:hover,
.slc .slc-cookie-banner-container p a:hover,
.slt .slc-cookie-banner-container p a:hover,
.slp .slc-cookie-banner-container p a:hover,
.slc-cookie-banner-container p a:focus,
.slc .slc-cookie-banner-container p a:focus,
.slt .slc-cookie-banner-container p a:focus,
.slp .slc-cookie-banner-container p a:focus,
.slc-cookie-banner-container p a:active,
.slc .slc-cookie-banner-container p a:active,
.slt .slc-cookie-banner-container p a:active,
.slp .slc-cookie-banner-container p a:active {
  text-decoration: none;
  color: #518af3;
}
.slc-cookie-banner-container a:before,
.slc .slc-cookie-banner-container a:before,
.slt .slc-cookie-banner-container a:before,
.slp .slc-cookie-banner-container a:before,
.slc-cookie-banner-container a:after,
.slc .slc-cookie-banner-container a:after,
.slt .slc-cookie-banner-container a:after,
.slp .slc-cookie-banner-container a:after {
  display: none;
}
.slc-cookie-banner-container a.slc-btn,
.slc .slc-cookie-banner-container a.slc-btn,
.slt .slc-cookie-banner-container a.slc-btn,
.slp .slc-cookie-banner-container a.slc-btn {
  padding: 7px 8px 6px;
  font-size: 12px;
  text-decoration: none;
  background: #999;
  color: #fff;
}
.slc-cookie-banner-container a.slc-btn:hover,
.slc .slc-cookie-banner-container a.slc-btn:hover,
.slt .slc-cookie-banner-container a.slc-btn:hover,
.slp .slc-cookie-banner-container a.slc-btn:hover,
.slc-cookie-banner-container a.slc-btn:focus,
.slc .slc-cookie-banner-container a.slc-btn:focus,
.slt .slc-cookie-banner-container a.slc-btn:focus,
.slp .slc-cookie-banner-container a.slc-btn:focus,
.slc-cookie-banner-container a.slc-btn:active,
.slc .slc-cookie-banner-container a.slc-btn:active,
.slt .slc-cookie-banner-container a.slc-btn:active,
.slp .slc-cookie-banner-container a.slc-btn:active {
  background: #777;
  color: #fff;
}

.slc-modal-close-sign {
  left: 0;
  top: 0;
  overflow: hidden;
  font-size: 22px;
  font-weight: bold;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  -ms-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
  text-decoration: none;
  background: none;
  color: #888;
}
.slc-modal-close-sign:hover,
.slc-modal-close-signfocus {
  background: none;
  color: #444;
}
.slc-modal {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 500px;
  max-width: 100%;
  padding: 20px;
  text-align: left;
  background: #fff;
}
.slc-modal:before,
.slc-modal:after {
  content: " ";
  display: table;
}
.slc-modal:after {
  clear: both;
}
.slc-modal.slc-modal-small {
  width: 300px;
}
.slc-modal.slc-modal-large {
  width: 700px;
}
.slc-modal > * {
  margin-bottom: 10px;
}
.slc-modal > *:last-child {
  margin-bottom: 0 !important;
}
.slc-modal > header {
  margin-bottom: 20px;
}

.slc-modal-rating {
  border: none;
  background: transparent;
  width: 580px;
  max-width: 100%;
  height: 506px;
  max-height: 100%;
  padding: 0 !important;
  overflow: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.slc-modal-rating:before,
.slc-modal-rating:after {
  content: " ";
  display: table;
}
.slc-modal-rating:after {
  clear: both;
}
@media (max-width: 589px) {
  .slc-modal-rating {
    height: 697px;
  }
}
@media (max-width: 569px) {
  .slc-modal-rating {
    height: 709px;
  }
}
@media (max-width: 489px) {
  .slc-modal-rating {
    height: 722px;
  }
}
@media (max-width: 356px) {
  .slc-modal-rating {
    height: 748px;
  }
}
@media (max-width: 589px) {
  .orneo-modal-container {
    min-height: 697px;
  }
}
@media (max-width: 569px) {
  .orneo-modal-container {
    min-height: 709px;
  }
}
@media (max-width: 489px) {
  .orneo-modal-container {
    min-height: 722px;
  }
}
@media (max-width: 356px) {
  .orneo-modal-container {
    min-height: 748px;
  }
}

.slc-modal-demand {
  width: 640px;
  padding: 10px;
}
.slc-modal-demand .slc-form {
  margin-bottom: -10px;
}
.slc-modal-demand .slc-form label,
.slc-modal-demand .slc-form .slc-form-control {
  line-height: 20px;
  height: auto;
}
.slc-modal-demand .slc-form label {
  float: left;
  margin-bottom: 8px;
  width: 40%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 669px) {
  .slc-modal-demand .slc-form label {
    text-align: right;
  }
}
@media (max-width: 466px) {
  .slc-modal-demand .slc-form label {
    float: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
}
@media (max-width: 669px) {
  .slc-modal-demand .slc-form .slc-form-control {
    max-width: 250px;
  }
}
@media (max-width: 466px) {
  .slc-modal-demand .slc-form .slc-form-control {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 669px) {
  .slc-modal-demand .slc-form .slc-row {
    margin-left: 0;
    margin-right: 0;
  }
  .slc-modal-demand .slc-form .slc-row > div {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
@media (max-width: 466px) {
  .slc-modal-demand .slc-form .slc-col-60p {
    text-align: center;
  }
}
@media (min-width: 670px) {
  .slc-modal-demand .slc-form .slc-col-40p label,
  .slc-modal-demand .slc-form .slc-col-40p .slc-form-control {
    width: 100%;
  }
  .slc-modal-demand .slc-form .slc-col-40p label:before,
  .slc-modal-demand .slc-form .slc-col-40p .slc-form-control:before,
  .slc-modal-demand .slc-form .slc-col-40p label:after,
  .slc-modal-demand .slc-form .slc-col-40p .slc-form-control:after {
    content: " ";
    display: table;
  }
  .slc-modal-demand .slc-form .slc-col-40p label:after,
  .slc-modal-demand .slc-form .slc-col-40p .slc-form-control:after {
    clear: both;
  }
}
.slc-modal-demand .slc-form textarea.slc-form-control {
  height: 198px;
  resize: vertical;
}
.slc-modal-demand .slc-form .slc-btn {
  width: 100%;
  text-align: center;
  line-height: 18px;
}
@media (max-width: 669px) {
  .slc-modal-demand .slc-form .slc-btn {
    display: block;
    margin-left: 40%;
    max-width: 250px;
    text-align: center;
  }
}
@media (max-width: 466px) {
  .slc-modal-demand .slc-form .slc-btn {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 639px), (max-height: 479px) {
  .slc-modal-demand header {
    margin-bottom: 10px;
  }
}
.slc-modal-demand .slc-form-footer {
  margin: 20px 0 10px;
}
.slc-modal-demand h1,
.slc-modal-demand h2,
.slc-modal-demand h3,
.slc-modal-demand h4,
.slc-modal-demand h5,
.slc-modal-demand h6,
.slc-modal-demand .h1,
.slc-modal-demand .h2,
.slc-modal-demand .h3,
.slc-modal-demand .h4,
.slc-modal-demand .h5,
.slc-modal-demand .h6 {
  color: #000;
}
.slc-radio,
.slc-checkbox {
  position: relative;
  display: block;
  min-height: 1.4em;
  margin-top: 10px;
  margin-bottom: 10px;
}
.slc-radio label,
.slc-checkbox label {
  display: block;
  float: none !important;
  margin: 0;
  width: auto !important;
  padding: 0 0 0 20px !important;
  font-weight: normal;
  text-align: left !important;
  cursor: pointer;
}
.slc-radio p,
.slc-checkbox p {
  margin: 10px 0;
}
.slc-radio p:before,
.slc-checkbox p:before,
.slc-radio p:after,
.slc-checkbox p:after {
  content: " ";
  display: table;
}
.slc-radio p:after,
.slc-checkbox p:after {
  clear: both;
}
.slc-radio input[type="radio"],
.slc-radio-inline input[type="radio"],
.slc-checkbox input[type="checkbox"],
.slc-checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.slc-modal-welcome {
  width: 600px;
  max-width: 100%;
  padding: 20px !important;
  background: #f2f2f2 !important;
}
.slc-modal-welcome h2 {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.slc-modal-welcome h3 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #009966;
}
@media (min-width: 601px) {
  .slc-modal-welcome ul.slc-row {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .slc-modal-welcome ul.slc-row {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .slc-modal-welcome li.slc-col-25p {
    width: 50%;
    margin-bottom: 20px;
  }
}
.slc-modal-welcome li a {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 5px;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  background: #fff;
  color: #333;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  -ms-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
.slc-modal-welcome li a:hover {
  color: #000;
}
.slc-modal-welcome li a:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}
.slc-modal-welcome li i {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  -ms-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
.slc-modal-welcome li span {
  display: block;
  padding-top: 5px;
}
@media (max-width: 420px) {
  .slc-modal-welcome li span {
    margin-left: auto;
    margin-right: auto;
    max-width: 120px;
  }
}
@media (min-width: 601px) {
  .slc-modal-welcome > div.slc-row .slc-col-60p {
    text-align: right;
  }
}
@media (max-width: 600px) {
  .slc-modal-welcome > div.slc-row .slc-col-60p {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.slc-modal-welcome > div.slc-row .slc-col-60p strong {
  display: block;
  margin-top: 5px;
  font-size: 15px;
}
@media (max-width: 600px) {
  .slc-modal-welcome > div.slc-row .slc-col-40p {
    float: none;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }
}
.slc-modal-welcome > div.slc-row .slc-col-40p strong,
.slc-modal-welcome > div.slc-row .slc-col-40p span {
  display: block;
  text-align: left;
}
.slc-modal-welcome > div.slc-row .slc-col-40p span {
  margin-bottom: 3px;
}
.slc-modal-welcome > div.slc-row figure {
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .slc-modal-welcome > div.slc-row figure,
  .slc-modal-welcome > div.slc-row p {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
.slc-modal-welcome > div.slc-row .slc-typo-name {
  font-size: 15px;
}
@media (min-width: 601px) {
  .slc-modal-welcome > div.slc-row .slc-typo-name {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .slc-modal-welcome > div.slc-row .slc-typo-name {
    padding-top: 5px;
  }
}
.slc-modal-welcome > div.slc-row .slc-typo-role {
  font-size: 11px;
}
.slc-modal-welcome > div.slc-row .slc-typo-mail,
.slc-modal-welcome > div.slc-row .slc-typo-phone {
  line-height: 14px;
  vertical-align: top;
}
.slc-modal-welcome > div.slc-row .slc-typo-mail i,
.slc-modal-welcome > div.slc-row .slc-typo-phone i {
  top: 3px;
  margin-right: 5px;
}
.slc-modal-welcome footer {
  padding-top: 20px;
}
@media (min-width: 601px) {
  .slc-modal-welcome footer {
    text-align: right;
  }
}
@media (max-width: 600px) {
  .slc-modal-welcome footer {
    text-align: center;
  }
}
.slc-modal-welcome .slc-icon-edit {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 62px;
  background-position: -210px 0px;
  background-image: url('/common/sluzby-components/img/icons/sprite.png?v=20150518');
  -webkit-background-size: 471px 203px;
  -moz-background-size: 471px 203px;
  -o-background-size: 471px 203px;
  background-size: 471px 203px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slc-modal-welcome .slc-icon-edit {
    background-image: url('/common/sluzby-components/img/icons/sprite.png?v=20150518');
  }
}
.slc-modal-welcome .slc-icon-globe {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 62px;
  background-position: -272px 0px;
  background-image: url('/common/sluzby-components/img/icons/sprite.png?v=20150518');
  -webkit-background-size: 471px 203px;
  -moz-background-size: 471px 203px;
  -o-background-size: 471px 203px;
  background-size: 471px 203px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slc-modal-welcome .slc-icon-globe {
    background-image: url('/common/sluzby-components/img/icons/sprite.png?v=20150518');
  }
}
.slc-modal-welcome .slc-icon-pallete {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 62px;
  background-position: -334px 0px;
  background-image: url('/common/sluzby-components/img/icons/sprite.png?v=20150518');
  -webkit-background-size: 471px 203px;
  -moz-background-size: 471px 203px;
  -o-background-size: 471px 203px;
  background-size: 471px 203px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slc-modal-welcome .slc-icon-pallete {
    background-image: url('/common/sluzby-components/img/icons/sprite.png?v=20150518');
  }
}
.slc-modal-welcome .slc-icon-duplicate {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 62px;
  background-position: -396px 0px;
  background-image: url('/common/sluzby-components/img/icons/sprite.png?v=20150518');
  -webkit-background-size: 471px 203px;
  -moz-background-size: 471px 203px;
  -o-background-size: 471px 203px;
  background-size: 471px 203px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slc-modal-welcome .slc-icon-duplicate {
    background-image: url('/common/sluzby-components/img/icons/sprite.png?v=20150518');
  }
}
.slc-modal-welcome .slc-icon-mail {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-position: -159px -54px;
  background-image: url('/common/sluzby-components/img/icons/sprite.png?v=20150518');
  -webkit-background-size: 471px 203px;
  -moz-background-size: 471px 203px;
  -o-background-size: 471px 203px;
  background-size: 471px 203px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slc-modal-welcome .slc-icon-mail {
    background-image: url('/common/sluzby-components/img/icons/sprite.png?v=20150518');
  }
}
.slc-modal-welcome .slc-icon-phone {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-position: -173px -54px;
  background-image: url('/common/sluzby-components/img/icons/sprite.png?v=20150518');
  -webkit-background-size: 471px 203px;
  -moz-background-size: 471px 203px;
  -o-background-size: 471px 203px;
  background-size: 471px 203px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slc-modal-welcome .slc-icon-phone {
    background-image: url('/common/sluzby-components/img/icons/sprite.png?v=20150518');
  }
}

@media (max-width: 799px) {
  .slc-fixed-rating {
    display: none;
  }
}
@media (min-width: 800px) {
  .slc-fixed-rating {
    position: fixed;
    z-index: 999999;
    top: 50%;
    margin-top: -124px;
    width: 281px;
    height: 248px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    background: #f2f2f2;
    color: #000;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    -webkit-transition: 0.35s left ease;
    -moz-transition: 0.35s left ease;
    -o-transition: 0.35s left ease;
    -ms-transition: 0.35s left ease;
    transition: 0.35s left ease;
  }
  .slc-fixed-rating iframe {
    border: 0;
    width: 100%;
    height: 190px;
  }
  .slc-fixed-rating-pulled {
    left: 0;
  }
  .slc-fixed-rating-pushed {
    left: -281px;
  }
  .slc-fixed-rating ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .slc-fixed-rating li {
    margin: 0;
    padding: 0;
  }
  .slc-fixed-rating-footer {
    height: 58px;
  }
  .slc-fixed-rating-footer-logo {
    float: left;
  }
  li.slc-fixed-rating-footer-logo {
    padding-top: 16.5px;
    padding-left: 9px;
  }
  .slc-fixed-rating-footer-logo a {
    float: left;
    position: relative;
    display: inline-block;
    width: 98px;
    height: 26px;
    background-position: 0px -37px;
    background-image: url('/common/sluzby-components/img/icons/sprite.png?v=20150518');
    -webkit-background-size: 471px 203px;
    -moz-background-size: 471px 203px;
    -o-background-size: 471px 203px;
    background-size: 471px 203px;
    padding-left: 98px;
    padding-left: 111px;
    padding-top: 26px;
    overflow: hidden;
  }
  .slc-fixed-rating-footer-btn {
    float: right;
  }
  li.slc-fixed-rating-footer-btn {
    padding-top: 10px;
    padding-right: 10px;
  }
  .slc-fixed-rating-eyelet {
    position: absolute;
    top: 50%;
    right: -34px;
    margin-top: -112px;
    height: 224px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    cursor: pointer;
  }
}
@media (min-width: 800px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slc-fixed-rating-footer-logo a {
    background-image: url('/common/sluzby-components/img/icons/sprite.png?v=20150518');
  }
}

.slc-advert-foot {
  border-top: 1px solid rgba(0, 0, 0, 0.75);
  background-color: #222;
  background-image: -webkit-linear-gradient(top, #252525 0%, #222 100%);
  background-image: linear-gradient(to bottom, #252525 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff252525', endColorstr='#ff222222', GradientType=0);
  color: #d4d4d4;
}
.slc-advert-foot:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
}
.slc-advert-foot .slc-content {
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
  padding: 0;
}
@media (min-width: 600px) {
  .slc-advert-foot .slc-content > div {
    display: table-cell;
    padding: 10px 0 13px;
    text-align: center;
    vertical-align: middle;
  }
}
@media (max-width: 599px) {
  .slc-advert-foot .slc-content {
    position: relative;
    padding-bottom: 100px;
  }
}
.slc-advert-foot a {
  white-space: nowrap;
  color: #699af5;
}
@media (max-width: 599px) {
  .slc-advert-foot .slc-logo {
    position: absolute;
    bottom: 15px;
    width: 100%;
    padding: 0 0 10px;
  }
}
@media (min-width: 600px) {
  .slc-advert-foot .slc-logo {
    padding: 10px;
    text-align: center;
  }
}
.slc-advert-foot a.slc-logo-image {
  position: relative;
  display: inline-block;
  width: 156px;
  height: 55px;
  background-position: -24px -110px;
  background-image: url('/common/sluzby-components/img/icons/sprite.png?v=20150518');
  -webkit-background-size: 471px 203px;
  -moz-background-size: 471px 203px;
  -o-background-size: 471px 203px;
  background-size: 471px 203px;
  padding-left: 156px;
  padding-top: 55px;
  overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slc-advert-foot a.slc-logo-image {
    background-image: url('/common/sluzby-components/img/icons/sprite.png?v=20150518');
  }
}
.slc-advert-foot .slc-logo,
.slc-advert-foot .slc-tryout-text,
.slc-advert-foot .slc-app {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 599px) {
  .slc-advert-foot .slc-tryout-text {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 830px) {
  .slc-advert-foot .slc-tryout-text {
    display: table;
    height: 100%;
  }
  .slc-advert-foot .slc-tryout-text strong,
  .slc-advert-foot .slc-tryout-text .slc-btn {
    display: table-cell;
    vertical-align: middle;
  }
}
.slc-advert-foot .slc-tryout-text strong {
  padding: 4px 10px 0 0;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .slc-advert-foot .slc-tryout-text strong {
    font-size: 13px;
  }
}
@media (min-width: 481px) {
  .slc-advert-foot .slc-tryout-text strong {
    font-size: 14px;
  }
}
@media (max-width: 829px) {
  .slc-advert-foot .slc-tryout-text strong {
    display: block;
    padding-bottom: 10px;
  }
}
@media (min-width: 830px) {
  .slc-advert-foot .slc-tryout-text strong {
    text-align: right;
  }
}
.slc-advert-foot .slc-tryout-text strong span {
  display: block;
  font-weight: 700;
}
.slc-advert-foot .slc-app-btn {
  padding: 0 !important;
}
@media (min-width: 350px) and (max-width: 399px) {
  .slc-advert-foot .slc-app-btn {
    left: 8px;
  }
}
@media (max-width: 349px) {
  .slc-advert-foot .slc-app-btn {
    margin-left: 10px;
  }
}
.slc-advert-foot .slc-app-btn span {
  margin-top: 4px;
  position: relative;
  display: inline-block;
  width: 157px;
  height: 49px;
  background-position: -180px -138px;
  background-image: url('/common/sluzby-components/img/icons/sprite.png?v=20150518');
  -webkit-background-size: 471px 203px;
  -moz-background-size: 471px 203px;
  -o-background-size: 471px 203px;
  background-size: 471px 203px;
  padding-left: 157px;
  padding-top: 49px;
  overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slc-advert-foot .slc-app-btn span {
    background-image: url('/common/sluzby-components/img/icons/sprite.png?v=20150518');
  }
}

/* Antispam or hidden block */
.slg-as-important,
.nod {
    display: none !important;
}

/* Forms important */
.required {
    color: #c10;
}

/* Indent icon */
span + i.fa,
i.fa + span {
    display: inline-block;
    margin-left: .5em;
}

[class*="fa-slt-lang-"] {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 5px;
  width: 25px;
  height: 18px;
  overflow: hidden;
  padding-left: 25px;
  padding-top: 18px;
  background-repeat: no-repeat;
  background-size: 600px 18px !important;
  background-image: url('/cms-design/_base/img/slt-lang-icons.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  [class*="fa-slt-lang-"] {
    background-image: url('/cms-design/_base/img/slt-lang-icons@2x.png?v=1');
  }
}
[class*="fa-slt-lang-sm-"] {
  margin-right: 2px;
  width: 12px;
  height: 9px;
  padding-left: 12px;
  padding-top: 9px;
  background-size: 300px 9px !important;
}
.fa-slt-lang-cz {
  background-position: 0px 0;
}
.fa-slt-lang-sk {
  background-position: -25px 0;
}
.fa-slt-lang-gb {
  background-position: -50px 0;
}
.fa-slt-lang-us {
  background-position: -75px 0;
}
.fa-slt-lang-fr {
  background-position: -100px 0;
}
.fa-slt-lang-de {
  background-position: -125px 0;
}
.fa-slt-lang-ru {
  background-position: -150px 0;
}
.fa-slt-lang-it {
  background-position: -175px 0;
}
.fa-slt-lang-es {
  background-position: -200px 0;
}
.fa-slt-lang-pl {
  background-position: -225px 0;
}
.fa-slt-lang-hu {
  background-position: -250px 0;
}
.fa-slt-lang-be {
  background-position: -275px 0;
}
.fa-slt-lang-cn {
  background-position: -300px 0;
}
.fa-slt-lang-fi {
  background-position: -325px 0;
}
.fa-slt-lang-gr {
  background-position: -350px 0;
}
.fa-slt-lang-nl {
  background-position: -375px 0;
}
.fa-slt-lang-no {
  background-position: -400px 0;
}
.fa-slt-lang-pt {
  background-position: -425px 0;
}
.fa-slt-lang-se {
  background-position: -450px 0;
}
.fa-slt-lang-vn {
  background-position: -475px 0;
}
.fa-slt-lang-ua {
  background-position: -500px 0;
}
.fa-slt-lang-ee {
  background-position: -525px 0;
}
.fa-slt-lang-lv {
  background-position: -550px 0;
}
.fa-slt-lang-europeanunion {
  background-position: -575px 0;
}
.fa-slt-lang-sm-cz {
  background-position: 0px 0;
}
.fa-slt-lang-sm-sk {
  background-position: -12.5px 0;
}
.fa-slt-lang-sm-gb {
  background-position: -25px 0;
}
.fa-slt-lang-sm-us {
  background-position: -37.5px 0;
}
.fa-slt-lang-sm-fr {
  background-position: -50px 0;
}
.fa-slt-lang-sm-de {
  background-position: -62.5px 0;
}
.fa-slt-lang-sm-ru {
  background-position: -75px 0;
}
.fa-slt-lang-sm-it {
  background-position: -87.5px 0;
}
.fa-slt-lang-sm-es {
  background-position: -100px 0;
}
.fa-slt-lang-sm-pl {
  background-position: -112.5px 0;
}
.fa-slt-lang-sm-hu {
  background-position: -125px 0;
}
.fa-slt-lang-sm-be {
  background-position: -137.5px 0;
}
.fa-slt-lang-sm-cn {
  background-position: -150px 0;
}
.fa-slt-lang-sm-fi {
  background-position: -162.5px 0;
}
.fa-slt-lang-sm-gr {
  background-position: -175px 0;
}
.fa-slt-lang-sm-nl {
  background-position: -187.5px 0;
}
.fa-slt-lang-sm-no {
  background-position: -200px 0;
}
.fa-slt-lang-sm-pt {
  background-position: -212.5px 0;
}
.fa-slt-lang-sm-se {
  background-position: -225px 0;
}
.fa-slt-lang-sm-vn {
  background-position: -237.5px 0;
}
.fa-slt-lang-sm-ua {
  background-position: -250px 0;
}
.fa-slt-lang-sm-ee {
  background-position: -262.5px 0;
}
.fa-slt-lang-sm-lv {
  background-position: -275px 0;
}
.fa-slt-lang-sm-europeanunion {
  background-position: -287.5px 0;
}

.slc-media-16-9 {
  position: relative;
  max-width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
}
.slc-media-16-9 iframe,
.slc-media-16-9 object,
.slc-media-16-9 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* The gallery overlay */

#galleryOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	opacity:0;
	z-index:1000000;
	background-color:#222;
	background-color:rgba(0,0,0,0.8);
	overflow:hidden;
	display:none;

	-moz-transition:opacity 1s ease;
	-webkit-transition:opacity 1s ease;
	transition:opacity 1s ease;
}

/* This class will trigger the animation */

#galleryOverlay.visible{
	opacity:1;
}

#gallerySlider{
	height:100%;

	left:0;
	top:0;

	width:100%;
	white-space: nowrap;
	position:absolute;

	-moz-transition:left 0.4s ease;
	-webkit-transition:left 0.4s ease;
	transition:left 0.4s ease;
}

#gallerySlider .placeholder{
	background: url('/common/touchTouch/preloader.gif') no-repeat center center;
	height: 100%;
	line-height: 1px;
	text-align: center;
	width:100%;
	display:inline-block;
}

/* The before element moves the
 * image halfway from the top */

#gallerySlider .placeholder:before{
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right:-1px;
}

#gallerySlider .placeholder img{
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}

#gallerySlider.rightSpring{
	-moz-animation: rightSpring 0.3s;
	-webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring{
	-moz-animation: leftSpring 0.3s;
	-webkit-animation: leftSpring 0.3s;
}

/* Firefox Keyframe Animations */

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

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

/* Safari and Chrome Keyframe Animations */

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

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

/* Arrows */

#prevArrow,#nextArrow{
	border:none;
	text-decoration:none;
	background:url('/common/touchTouch/arrows.png') no-repeat;
	opacity:0.5;
	cursor:pointer;
	position:absolute;
	width:43px;
	height:58px;

	top:50%;
	margin-top:-29px;

	-moz-transition:opacity 0.2s ease;
	-webkit-transition:opacity 0.2s ease;
	transition:opacity 0.2s ease;
}

#prevArrow:hover, #nextArrow:hover{
	opacity:1;
}

#prevArrow{
	background-position:left top;
	left:40px;
}

#nextArrow{
	background-position:right top;
	right:40px;
}

/* orneo gallery */
#orneoTouchTouchClose {
    display: block; position: absolute; top: 20px; right: 20px; width: 43px; height: 43px; background-image: url('/common/touchTouch.orneo/close.png'); cursor: pointer;
    opacity:0.5; -moz-transition:opacity 0.2s ease; -webkit-transition:opacity 0.2s ease; transition:opacity 0.2s ease;
}
#orneoTouchTouchClose:hover { opacity:1; }
.orneoTouchTouchTitleWrapper { position: absolute; width: 100%; height: auto; margin-top: 10px; line-height: normal; }
.orneoTouchTouchTitle { display: inline-block; max-width: 600px; margin: 0 10px; padding: 10px; color: #ccc; background-color: #000; border-radius: 5px; white-space: normal; }
.orneoTouchTouchTitle:empty { display: none; }

#prevArrow { left: 20px; }

#nextArrow { right: 20px; }

.tpl-btn {
  display: inline-block;
  padding: 12px 10px;
  line-height: 12px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  -ms-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
a.tpl-btn {
  color: #fff;
}
a.tpl-btn-link {
  color: #464646 !important;
  text-decoration: underline;
}
a.tpl-btn-link:hover {
  color: #000 !important;
}
a.tpl-btn-line {
  border: 1px solid #bbb;
  color: #464646 !important;
}
a.tpl-btn-line:hover {
  border: 1px solid #ccc;
  color: #848484 !important;
}
.tpl-btn-normal.tpl-btn-iconize {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 35px;
}
.tpl-btn-normal.tpl-btn-iconize i {
  position: relative;
  top: 5px;
  float: left;
}
.tpl-btn-normal.tpl-btn-iconize span {
  display: block;
  margin-left: 37px;
}
.tpl-btn-large.tpl-btn-iconize {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 49px;
  font-size: 14px;
}
.tpl-btn-large.tpl-btn-iconize i {
  position: relative;
  top: 9px;
  float: left;
}
.tpl-btn-large.tpl-btn-iconize span {
  display: block;
  margin-left: 37px;
}
.tpl-btn-grey {
  background: #979797 !important;
}
.tpl-btn-grey:hover,
.tpl-btn-grey:active {
  background: #848484 !important;
  color: #fff !important;
  text-decoration: none;
}
.tpl-btn-green {
  background: #15af74 !important;
}
.tpl-btn-green:hover,
.tpl-btn-green:active {
  background: #129664 !important;
  color: #fff !important;
  text-decoration: none;
}
a.tpl-btn-close {
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 1000100;
  top: 15px;
  right: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 1.13em;
  height: 1.13em;
  line-height: 1em;
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6) !important;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  -ms-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
a.tpl-btn-close:hover,
a.tpl-btn-close:focus {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
}

.tpl-fixed-msg {
  display: none;
  position: fixed;
  z-index: 1000050;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.3);
}
.tpl-fixed-msg.tpl-fixed-msg-open {
  display: block;
}
.tpl-fixed-msg-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center;
  line-height: 2em;
  background: rgba(255, 0, 0, 0.5);
}
.tpl-fixed-msg-container > div {
  position: relative;
}
.tpl-fixed-msg-container > div + div {
  border-top: 1px solid #fff;
}
.tpl-fixed-msg a {
  text-decoration: underline;
  color: #fff;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  -ms-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
.tpl-fixed-msg a:hover {
  color: rgba(255, 255, 255, 0.85);
}
.tpl-fixed-msg a.tpl-btn {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  margin-left: 0.1em;
  margin-right: 0.1em;
  padding: 0.4em 10px;
  line-height: 1em;
  font-size: 14px;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
  text-decoration: none;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
}
.tpl-fixed-msg a.tpl-btn:hover,
.tpl-fixed-msg a.tpl-btn:active {
  background: rgba(255, 255, 255, 0.85);
  text-shadow: 0 1px 2px #ffffff;
}
.tpl-fixed-msg a.tpl-btn.tpl-btn-close {
  text-decoration: none;
}
.tpl-fixed-msg [class*="orneo-msg-"] {
  margin-bottom: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 15px 40px;
}
.tpl-fixed-msg .orneo-msg-info {
  background: #08487D;
  color: #fff;
}
.tpl-fixed-msg .orneo-msg-success {
  background: #00980A;
  color: #fff;
}
.tpl-fixed-msg .orneo-msg-warning {
  background: #C27000;
  color: #fff;
}
.tpl-fixed-msg .orneo-msg-danger {
  background: #C20500;
  color: #fff;
}

body {
  margin: 0;
  min-height: 100%;
}
.colorpicker {
  z-index: 1000200;
}
.tpl,
.slt .tpl {
  font-size: 12px;
  line-height: 142.85714286%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.tpl *,
.slt .tpl * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
  margin: 0;
}
.tpl a,
.slt .tpl a {
  color: #699af5;
}
.tpl a.tpl-btn,
.slt .tpl a.tpl-btn {
  color: #fff;
}
.tpl h1,
.slt .tpl h1,
.tpl h2,
.slt .tpl h2,
.tpl h3,
.slt .tpl h3,
.tpl h4,
.slt .tpl h4,
.tpl p,
.slt .tpl p,
.tpl ul,
.slt .tpl ul,
.tpl li,
.slt .tpl li,
.tpl strong,
.slt .tpl strong {
  line-height: 1.4em;
  font-family: sans-serif;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}
.tpl h1,
.slt .tpl h1 {
  font-size: 18px;
  color: #000;
}
.tpl h2,
.slt .tpl h2 {
  font-size: 16px;
}
.tpl h3,
.slt .tpl h3 {
  font-size: 14px;
  font-weight: normal;
}
.tpl h2,
.slt .tpl h2,
.tpl h3,
.slt .tpl h3,
.tpl h4,
.slt .tpl h4 {
  margin: 5px 0;
  text-align: center;
  color: #464646;
}
.tpl-admin-panel {
  position: fixed;
  z-index: 1000150;
  left: 0;
  top: 0;
  width: 255px;
  overflow: hidden;
  background: #eee;
  color: #464646;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  -ms-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
.tpl-admin-panel-opened {
  bottom: 0;
  height: 100%;
  overflow: hidden;
}
.tpl-admin-panel-opened .tpl-icon-open {
  display: none;
}
.tpl-admin-panel-opened .tpl-icon-close:before {
  background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: 0px 0px;
  background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  -webkit-background-size: 440px 32px;
  -moz-background-size: 440px 32px;
  -o-background-size: 440px 32px;
  background-size: 440px 32px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-admin-panel-opened .tpl-icon-close:before {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-admin-panel-opened .tpl-icon-close:before {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-admin-panel-opened .tpl-icon-close:before {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-admin-panel-opened .tpl-icon-close:before {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
.tpl-admin-panel-opened .tpl-icon-close:after {
  background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: -32px 0px;
  background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  -webkit-background-size: 440px 32px;
  -moz-background-size: 440px 32px;
  -o-background-size: 440px 32px;
  background-size: 440px 32px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-admin-panel-opened .tpl-icon-close:after {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-admin-panel-opened .tpl-icon-close:after {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-admin-panel-opened .tpl-icon-close:after {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-admin-panel-opened .tpl-icon-close:after {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
.tpl-admin-panel-closed {
  border-bottom: 1px solid #c9c9c9;
  width: 42px;
  height: 51px;
  -webkit-border-radius: 0 0 5px;
  -moz-border-radius: 0 0 5px;
  border-radius: 0 0 5px;
  overflow: hidden;
}
.tpl-admin-panel-closed header .tpl-icon-close {
  display: none;
}
.tpl-admin-panel-closed header .tpl-icon-open:before {
  background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: -64px 0px;
  background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  -webkit-background-size: 440px 32px;
  -moz-background-size: 440px 32px;
  -o-background-size: 440px 32px;
  background-size: 440px 32px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-admin-panel-closed header .tpl-icon-open:before {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-admin-panel-closed header .tpl-icon-open:before {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-admin-panel-closed header .tpl-icon-open:before {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-admin-panel-closed header .tpl-icon-open:before {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
.tpl-admin-panel-closed header .tpl-icon-open:after {
  background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: -96px 0px;
  background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  -webkit-background-size: 440px 32px;
  -moz-background-size: 440px 32px;
  -o-background-size: 440px 32px;
  background-size: 440px 32px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-admin-panel-closed header .tpl-icon-open:after {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-admin-panel-closed header .tpl-icon-open:after {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-admin-panel-closed header .tpl-icon-open:after {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-admin-panel-closed header .tpl-icon-open:after {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
.tpl-admin-panel-closed footer {
  display: none;
}
.tpl-admin-panel-container {
  position: relative;
  border-right: 1px solid #c9c9c9;
  height: 100%;
  padding: 52px 5px 0;
}
.tpl-admin-panel-container-push-bottom {
  padding-bottom: 95px;
}
.tpl-admin-panel header {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1000160;
}
.tpl-admin-panel header:before,
.tpl-admin-panel header:after {
  content: " ";
  display: table;
}
.tpl-admin-panel header:after {
  clear: both;
}
.tpl-admin-panel header:before,
.tpl-admin-panel header:after {
  content: " ";
  display: table;
}
.tpl-admin-panel header:after {
  clear: both;
}
.tpl-admin-panel header h1 {
  margin: 0 37px 5px 0 !important;
  width: 206px;
  padding: 0 12px 0 0 !important;
  line-height: 42px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tpl-admin-panel header h1 i {
  position: relative;
  float: left;
  top: 5px;
  margin: 0 5px;
}
.tpl-admin-panel header h1 span {
  display: block;
  margin-left: 42px;
}
.tpl-admin-panel header a {
  position: absolute;
  top: 5px;
  right: 0;
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  -ms-transition: 0;
  transition: 0;
}
.tpl-admin-panel header a:hover i:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tpl-admin-panel header a i {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
}
.tpl-admin-panel header a i:before,
.tpl-admin-panel header a i:after {
  content: "";
  display: block !important;
  position: absolute !important;
  left: 0;
  top: 0;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  -ms-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
.tpl-admin-panel header a i:after {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
.tpl-admin-panel section {
  position: relative;
  width: 244px;
  height: 100%;
  overflow: auto;
}
.tpl-admin-panel section footer {
  padding: 0 0 5px;
  background: #eee;
}
.tpl-admin-panel section footer:before,
.tpl-admin-panel section footer:after {
  content: " ";
  display: table;
}
.tpl-admin-panel section footer:after {
  clear: both;
}
.tpl-admin-panel section footer:before,
.tpl-admin-panel section footer:after {
  content: " ";
  display: table;
}
.tpl-admin-panel section footer:after {
  clear: both;
}
.tpl-admin-panel section footer a {
  clear: both;
}
.tpl-admin-panel section footer a + a {
  margin-top: 5px;
}
.tpl-admin-panel-list-btn {
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
}
.tpl-admin-panel-list-btn li {
  padding-bottom: 5px;
}
.tpl-admin-panel-list-btn a {
  display: block;
}
.tpl-admin-panel-hero {
  overflow: hidden;
  padding: 5px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tpl-admin-panel-hero figure {
  position: relative;
  padding: 5px 0;
  text-align: center;
}
.tpl-admin-panel-hero figure a {
  display: block;
  position: absolute;
  top: 5px;
  height: 120px;
  color: #464646;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  -ms-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
.tpl-admin-panel-hero figure a:hover,
.tpl-admin-panel-hero figure a:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tpl-admin-panel-hero figure a.left {
  left: -5px;
}
.tpl-admin-panel-hero figure a.right {
  right: -5px;
}
.tpl-admin-panel-hero figure i.fa {
  line-height: 120px;
  font-family: "FontAwesome";
  font-size: 18px;
}
.tpl-admin-panel-scheme,
.tpl-admin-panel-scheme-colors,
.tpl-admin-panel-scheme-backgrounds {
  list-style: none;
  padding: 0;
}
.tpl-admin-panel-scheme:last-child,
.tpl-admin-panel-scheme-colors:last-child,
.tpl-admin-panel-scheme-backgrounds:last-child {
  padding-bottom: 0;
}
.tpl-admin-panel-scheme li {
  padding-bottom: 5px;
}
.tpl-admin-panel-scheme li:before,
.tpl-admin-panel-scheme li:after {
  content: " ";
  display: table;
}
.tpl-admin-panel-scheme li:after {
  clear: both;
}
.tpl-admin-panel-scheme li:before,
.tpl-admin-panel-scheme li:after {
  content: " ";
  display: table;
}
.tpl-admin-panel-scheme li:after {
  clear: both;
}
.tpl-admin-panel-scheme strong {
  float: left;
  padding-top: 5px;
}
.tpl-admin-panel-scheme span {
  float: right;
}
.tpl-admin-panel-scheme-colors,
.tpl-admin-panel-scheme-backgrounds {
  position: relative;
  padding: 0 0 10px;
  text-align: center;
}
.tpl-admin-panel-scheme-colors li,
.tpl-admin-panel-scheme-backgrounds li {
  display: inline-block;
  padding-bottom: 2px !important;
  margin-bottom: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  -ms-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
.tpl-admin-panel-scheme-colors li:before,
.tpl-admin-panel-scheme-backgrounds li:before,
.tpl-admin-panel-scheme-colors li:after,
.tpl-admin-panel-scheme-backgrounds li:after {
  content: " ";
  display: table;
}
.tpl-admin-panel-scheme-colors li:after,
.tpl-admin-panel-scheme-backgrounds li:after {
  clear: both;
}
.tpl-admin-panel-scheme-colors li:before,
.tpl-admin-panel-scheme-backgrounds li:before,
.tpl-admin-panel-scheme-colors li:after,
.tpl-admin-panel-scheme-backgrounds li:after {
  content: " ";
  display: table;
}
.tpl-admin-panel-scheme-colors li:after,
.tpl-admin-panel-scheme-backgrounds li:after {
  clear: both;
}
.tpl-admin-panel-scheme-colors li *,
.tpl-admin-panel-scheme-backgrounds li * {
  cursor: pointer;
}
.tpl-admin-panel-scheme-colors li:hover,
.tpl-admin-panel-scheme-backgrounds li:hover {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.tpl-admin-panel-scheme-colors li:hover label,
.tpl-admin-panel-scheme-backgrounds li:hover label {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.tpl-admin-panel-scheme-colors label,
.tpl-admin-panel-scheme-backgrounds label {
  display: block;
  padding: 0 0 4px;
}
.tpl-admin-panel-scheme-colors input,
.tpl-admin-panel-scheme-backgrounds input {
  position: relative;
  top: -2px;
  margin-bottom: 3px !important;
}
.tpl-admin-panel-scheme-backgrounds li:hover .tpl-square-preview {
  height: 120px;
}
.tpl-admin-panel-scheme-backgrounds label .tpl-square-preview {
  display: block;
  position: absolute;
  top: -135px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  -ms-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tpl-admin-panel-colorpicker {
  margin: 0 auto 5px;
  width: 25px;
  height: 25px;
  border: 1px solid #ddd;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  -ms-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
.tpl-admin-panel-colorpicker:hover {
  border-color: #848484;
  background-color: #eee;
  cursor: pointer;
}
.tpl-admin-panel-colorpicker div {
  width: 100%;
  height: 100%;
}
.tpl-admin-panel-logocheck:before,
.tpl-admin-panel-logocheck:after {
  content: " ";
  display: table;
}
.tpl-admin-panel-logocheck:after {
  clear: both;
}
.tpl-admin-panel-logocheck:before,
.tpl-admin-panel-logocheck:after {
  content: " ";
  display: table;
}
.tpl-admin-panel-logocheck:after {
  clear: both;
}
.tpl-admin-panel-logocheck label {
  float: left;
  margin-left: 5px;
  line-height: 36px;
}
.tpl-admin-panel-logocheck label input {
  margin-right: 5px !important;
}
.tpl-admin-panel-logocheck a {
  float: right;
}
.tpl-admin-panel-select:before,
.tpl-admin-panel-select:after {
  content: " ";
  display: table;
}
.tpl-admin-panel-select:after {
  clear: both;
}
.tpl-admin-panel-select:before,
.tpl-admin-panel-select:after {
  content: " ";
  display: table;
}
.tpl-admin-panel-select:after {
  clear: both;
}
.tpl-admin-panel-select > span {
  display: inline-block;
  width: 68%;
  padding-left: 5px;
  line-height: 1.5em;
}
.tpl-admin-panel-select select,
.tpl-admin-panel-select .bootstrap-select {
  width: 30% !important;
}
.tpl-admin-panel-select .bootstrap-select {
  display: inline-block;
  position: relative;
  left: 2px;
  top: 7px;
  margin-top: -7px;
  margin-bottom: 13px;
}
.tpl-admin-panel-carousel {
  position: relative;
  list-style: none;
  padding: 0;
}
.tpl article,
.tpl figure,
.tpl p {
  margin: 0 0 10px;
}
.tpl-square-24 {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.tpl-block {
  display: block;
}
.tpl-row {
  margin: 0 -10px;
  width: 100%;
}
.tpl-row:before,
.tpl-row:after {
  content: " ";
  display: table;
}
.tpl-row:after {
  clear: both;
}
.tpl-row:before,
.tpl-row:after {
  content: " ";
  display: table;
}
.tpl-row:after {
  clear: both;
}
.tpl [class*="tpl-col-"] {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.tpl-col-25p {
  width: 25%;
}
.tpl-col-50p {
  width: 50%;
}
.tpl-col-9-24 {
  width: 37.5%;
}
.tpl-col-15-24 {
  width: 62.5%;
}
.tpl input[type="radio"],
.tpl input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
.tpl input[type="file"]:focus,
.tpl input[type="radio"]:focus,
.tpl input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.tpl-icon-preferences {
  background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: -128px 0px;
  background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  -webkit-background-size: 440px 32px;
  -moz-background-size: 440px 32px;
  -o-background-size: 440px 32px;
  background-size: 440px 32px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-preferences {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-preferences {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-preferences {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-preferences {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
.tpl-icon-check {
  background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: -160px 0px;
  background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  -webkit-background-size: 440px 32px;
  -moz-background-size: 440px 32px;
  -o-background-size: 440px 32px;
  background-size: 440px 32px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-check {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-check {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-check {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-check {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
.tpl-icon-plus {
  background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: -190px 0px;
  background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  -webkit-background-size: 440px 32px;
  -moz-background-size: 440px 32px;
  -o-background-size: 440px 32px;
  background-size: 440px 32px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-plus {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-plus {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-plus {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-plus {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
.tpl-icon-document {
  background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: -215px 0px;
  background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  -webkit-background-size: 440px 32px;
  -moz-background-size: 440px 32px;
  -o-background-size: 440px 32px;
  background-size: 440px 32px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-document {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-document {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-document {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-document {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
.tpl-icon-contacts {
  background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: -240px 0px;
  background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  -webkit-background-size: 440px 32px;
  -moz-background-size: 440px 32px;
  -o-background-size: 440px 32px;
  background-size: 440px 32px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-contacts {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-contacts {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-contacts {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-contacts {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
.tpl-icon-cart {
  background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: -265px 0px;
  background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  -webkit-background-size: 440px 32px;
  -moz-background-size: 440px 32px;
  -o-background-size: 440px 32px;
  background-size: 440px 32px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-cart {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-cart {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-cart {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-cart {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
.tpl-icon-stack {
  background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: -290px 0px;
  background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  -webkit-background-size: 440px 32px;
  -moz-background-size: 440px 32px;
  -o-background-size: 440px 32px;
  background-size: 440px 32px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-stack {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-stack {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-stack {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-stack {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
.tpl-icon-megaphone {
  background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: -315px 0px;
  background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  -webkit-background-size: 440px 32px;
  -moz-background-size: 440px 32px;
  -o-background-size: 440px 32px;
  background-size: 440px 32px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-megaphone {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-megaphone {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-megaphone {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-megaphone {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
.tpl-icon-global {
  background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: -340px 0px;
  background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  -webkit-background-size: 440px 32px;
  -moz-background-size: 440px 32px;
  -o-background-size: 440px 32px;
  background-size: 440px 32px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-global {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-global {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-global {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-global {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
.tpl-icon-colorwheel {
  background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: -365px 0px;
  background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  -webkit-background-size: 440px 32px;
  -moz-background-size: 440px 32px;
  -o-background-size: 440px 32px;
  background-size: 440px 32px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-colorwheel {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-colorwheel {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-colorwheel {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-colorwheel {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
.tpl-icon-logo {
  background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: -390px 0px;
  background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  -webkit-background-size: 440px 32px;
  -moz-background-size: 440px 32px;
  -o-background-size: 440px 32px;
  background-size: 440px 32px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-logo {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-logo {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-logo {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-logo {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
.tpl-icon-template {
  background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: -415px 0px;
  background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  -webkit-background-size: 440px 32px;
  -moz-background-size: 440px 32px;
  -o-background-size: 440px 32px;
  background-size: 440px 32px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-template {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-template {
    background-image: url('/common/tpl-components/img/icons/sprite.png?v=20150518');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-template {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .tpl-icon-template {
    background-image: url('/common/tpl-components/img/sprite.png?v=20151103');
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/common/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/common/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/common/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/common/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/common/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/common/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

.slt-list-catalog footer .footer-detail {
    display: none;
}

/*!
 * bootstrap-select v1.4.3
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */.bootstrap-select.btn-group,.bootstrap-select.btn-group[class*="span"]{float:none;display:inline-block;margin-bottom:10px;margin-left:0}.form-search .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group{margin-bottom:0}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:0}.bootstrap-select.btn-group.pull-right,.bootstrap-select.btn-group[class*="span"].pull-right,.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right{float:right}.input-append .bootstrap-select.btn-group{margin-left:-1px}.input-prepend .bootstrap-select.btn-group{margin-right:-1px}.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]){width:220px}.bootstrap-select{width:220px\0}.bootstrap-select.form-control:not([class*="span"]){width:100%}.bootstrap-select>.btn{width:100%}.error .bootstrap-select .btn{border:1px solid #b94a48}.dropdown-menu{z-index:2000}.bootstrap-select.show-menu-arrow.open>.btn{z-index:2051}.bootstrap-select .btn:focus{outline:thin dotted #333 !important;outline:5px auto -webkit-focus-ring-color !important;outline-offset:-2px}.bootstrap-select.btn-group .btn .filter-option{overflow:hidden;position:absolute;left:12px;right:25px;text-align:left}.bootstrap-select.btn-group .btn .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group>.disabled,.bootstrap-select.btn-group .dropdown-menu li.disabled>a{cursor:not-allowed}.bootstrap-select.btn-group>.disabled:focus{outline:none !important}.bootstrap-select.btn-group[class*="span"] .btn{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;border:0;padding:0;margin:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu dt{display:block;padding:3px 20px;cursor:default}.bootstrap-select.btn-group .div-contain{overflow:hidden}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li>a.opt{position:relative;padding-left:35px}.bootstrap-select.btn-group .dropdown-menu li>a{cursor:pointer}.bootstrap-select.btn-group .dropdown-menu li>dt small{font-weight:normal}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark{display:inline-block;position:absolute;right:15px;margin-top:2.5px}.bootstrap-select.btn-group .dropdown-menu li a i.check-mark{display:none}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:hover small,.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:focus small,.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled)>a small{color:#64b1d8;color:rgba(255,255,255,0.4)}.bootstrap-select.btn-group .dropdown-menu li>dt small{font-weight:normal}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #CCC;border-bottom-color:rgba(0,0,0,0.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid #ccc;border-bottom:0;border-top-color:rgba(0,0,0,0.2)}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after{display:block}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px}.mobile-device{position:absolute;top:0;left:0;display:block !important;width:100%;height:100% !important;opacity:0}.bootstrap-select.fit-width{width:auto !important}.bootstrap-select.btn-group.fit-width .btn .filter-option{position:static}.bootstrap-select.btn-group.fit-width .btn .caret{position:static;top:auto;margin-top:-1px}.control-group.error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select-searchbox{padding:4px 8px}.bootstrap-select-searchbox input{margin-bottom:0}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('/common/owl2/css/owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.btn.btn-occupation.slt-unoccupied {
  color: #eee;
}
.btn.btn-occupation:hover,
.btn.btn-occupation:focus,
.btn.btn-occupation:active {
  background: #f8f8f8;
}
.btn.btn-occupation:hover .fa-check,
.btn.btn-occupation:focus .fa-check,
.btn.btn-occupation:active .fa-check,
.btn.btn-occupation:not(.active) .fa-check {
  color: #eee;
}
.btn.btn-occupation.active .fa-check {
  color: #124231;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! 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;
  }
  select {
    background: #fff !important;
  }
  .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;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.33333333;
  background-color: #dce4e2;
  background-position: 50% 50%;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #4d4d4d;
}
.slt-subpage body {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #124231;
  text-decoration: underline;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
a:hover,
a:focus {
  color: #020604;
  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,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 5px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.33333333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
.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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.slt-block-title strong {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #4d4d4d;
  display: block;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
.slt-block-title strong small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small,
.slt-block-title strong .small {
  font-weight: normal;
  line-height: 1;
  color: #888;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
.slt-block-title strong {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
.slt-block-title strong small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small,
.slt-block-title strong .small {
  font-size: 65%;
}
h1,
.h1 {
  margin-bottom: 0;
  font-weight: 300;
}
.slt-page-euprojects h1:after {
  content: '';
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: .5em;
  vertical-align: bottom;
  width: 45px;
  height: 30px;
  background: url('/cms-design/own_royalvalley/img/eu-flag.png') 0 0;
  background-size: 45px 30px;
}
.slt-content-additive h2,
.slt-content-additive .h2,
.slt-content-additive h3,
.slt-content-additive .h3,
.slt-content-additive .slt-block-title strong {
  margin-top: 0;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 26px;
  font-weight: 300;
  color: #124231;
}
h2,
.h2,
.slt-block-title strong {
  font-size: 22px;
  font-weight: 300;
  color: #124231;
}
h3,
.h3 {
  font-size: 18px;
  font-weight: 400;
}
h4,
.h4 {
  font-size: 14px;
  font-weight: 600;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #c3c3c3;
}
.text-primary {
  color: #124231;
}
a.text-primary:hover {
  color: #071a13;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #124231;
}
a.bg-primary:hover {
  background-color: #071a13;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #c3c3c3;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
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.33333333;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .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 #888;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 17.5px;
  border-left: 5px solid #c3c3c3;
}
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.33333333;
  color: #888;
}
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 #c3c3c3;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.33333333;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1275px) {
  .container {
    width: 1180px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.slt-content-main .row {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 20px;
  padding-right: 20px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1275px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #c3c3c3;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.33333333;
  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 > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #dce4e2;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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%;
    overflow-y: hidden;
    overflow-x: scroll !important;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .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: 21px;
  line-height: inherit;
  color: #444;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 6px;
  font-size: 14px;
  line-height: 1.33333333;
  color: #666;
}
.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 1.33333333;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #c3c3c3;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 31px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 44px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.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 {
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}
select.form-group-sm .form-control {
  height: 31px;
  line-height: 31px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.input-lg {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 5px;
}
select.input-lg {
  height: 44px;
  line-height: 44px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 5px;
}
select.form-group-lg .form-control {
  height: 44px;
  line-height: 44px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 37.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.input-sm + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.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: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  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: #8d8d8d;
}
@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: 6px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 24px;
}
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
.slt-content-main .form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 6px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  padding: 5px 12px;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  text-decoration: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.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 {
  text-decoration: none;
  background: #ffc926;
  border: 1px solid #ffc926;
  color: #fff;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  background: #124231;
  color: #fff;
}
.btn-default-inverse {
  color: #124231;
  background-color: transparent;
  border-color: #555;
}
.btn-default-inverse:hover,
.btn-default-inverse:focus,
.btn-default-inverse.focus {
  border-color: #124231;
  background-color: #124231;
  color: #fff;
}
.btn-default-inverse:active,
.btn-default-inverse.active,
.open > .dropdown-toggle.btn-default-inverse {
  border-color: #124231;
  background: transparent;
  background-image: none;
  color: #fff;
}
.btn-default-inverse.disabled,
.btn-default-inverse[disabled],
fieldset[disabled] .btn-default-inverse,
.btn-default-inverse.disabled:hover,
.btn-default-inverse[disabled]:hover,
fieldset[disabled] .btn-default-inverse:hover,
.btn-default-inverse.disabled:focus,
.btn-default-inverse[disabled]:focus,
fieldset[disabled] .btn-default-inverse:focus,
.btn-default-inverse.disabled.focus,
.btn-default-inverse[disabled].focus,
fieldset[disabled] .btn-default-inverse.focus,
.btn-default-inverse.disabled:active,
.btn-default-inverse[disabled]:active,
fieldset[disabled] .btn-default-inverse:active,
.btn-default-inverse.disabled.active,
.btn-default-inverse[disabled].active,
fieldset[disabled] .btn-default-inverse.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.btn-primary {
  color: #fff;
  background-color: #124231;
  border-color: #124231;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  border-color: #175640;
  background-color: #175640;
  color: #fff;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  border-color: #175640;
  background: #0d2e22;
  background-image: none;
  color: #fff;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.btn-primary-inverse {
  color: #4d4d4d;
  background-color: transparent;
  border-color: #175640;
}
.btn-primary-inverse:hover,
.btn-primary-inverse:focus,
.btn-primary-inverse.focus {
  border-color: #124231;
  background-color: transparent;
  color: #124231;
}
.btn-primary-inverse:active,
.btn-primary-inverse.active,
.open > .dropdown-toggle.btn-primary-inverse {
  border-color: #124231;
  background: transparent;
  background-image: none;
  color: #fff;
}
.btn-primary-inverse.disabled,
.btn-primary-inverse[disabled],
fieldset[disabled] .btn-primary-inverse,
.btn-primary-inverse.disabled:hover,
.btn-primary-inverse[disabled]:hover,
fieldset[disabled] .btn-primary-inverse:hover,
.btn-primary-inverse.disabled:focus,
.btn-primary-inverse[disabled]:focus,
fieldset[disabled] .btn-primary-inverse:focus,
.btn-primary-inverse.disabled.focus,
.btn-primary-inverse[disabled].focus,
fieldset[disabled] .btn-primary-inverse.focus,
.btn-primary-inverse.disabled:active,
.btn-primary-inverse[disabled]:active,
fieldset[disabled] .btn-primary-inverse:active,
.btn-primary-inverse.disabled.active,
.btn-primary-inverse[disabled].active,
fieldset[disabled] .btn-primary-inverse.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.btn-link {
  color: #124231;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #020604;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #888;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 8px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.slt .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.slt .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.slt .dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.slt .dropdown-menu > li {
  padding: 0;
}
.slt .dropdown-menu > li > a {
  display: block;
  padding: 5px 12px;
  clear: both;
  font-weight: normal;
  line-height: 1.33333333;
  color: #444;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #373737;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #124231;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #888;
}
.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: 13px;
  line-height: 1.33333333;
  color: #888;
  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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .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 .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 {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 5px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  line-height: 44px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  line-height: 31px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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: 5px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #666;
  text-align: center;
  background-color: #c3c3c3;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 16px;
  border-radius: 5px;
}
.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 {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: transparent;
}
.nav > li.disabled > a,
.nav > li.disabled > span {
  color: #888;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > span:hover,
.nav > li.disabled > a:focus,
.nav > li.disabled > span:focus {
  color: #888;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #124231;
}
.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 #124231;
}
.nav-tabs > li {
  float: left;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.33333333;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  font-weight: 700;
  background-color: #dce4e2;
  color: #0d2e22;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #dce4e2;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.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: #124231;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #dce4e2;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #888;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 14px;
  line-height: 1.33333333;
  text-decoration: none;
  color: #124231;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
  font-weight: 200;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #020604;
  background-color: #c3c3c3;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  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: #888;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 16px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
.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: #c3c3c3;
}
.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: #888;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #888;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #6f6f6f;
}
.label-primary {
  background-color: #124231;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #071a13;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.thumbnail {
  display: block;
  margin-bottom: 18px;
  max-width: 100%;
  padding: 4px;
  line-height: 1.33333333;
  background-color: #fff;
  border-radius: 3px;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  background: none;
}
.thumbnail .caption {
  padding: 9px;
  color: #4d4d4d;
}
.alert {
  padding: 15px;
  margin: 20px auto;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > ul {
  padding-left: 0;
}
.alert > ul > li:first-child:last-child {
  list-style: none;
}
.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: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.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,
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr,
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link,
.alert-error .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@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: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #124231;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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 {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-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-image: -o-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-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-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-image: -o-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-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-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-image: -o-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-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-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-image: -o-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-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);
}
.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.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 21px;
  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: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-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: 5px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  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.33333333px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.33333333;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  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;
  text-decoration: none;
  background-color: #000;
  border-radius: 3px;
}
.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", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.33333333;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.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: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 4px 4px 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;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.pager:after,
.modal-footer: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.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;
  }
  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;
  }
  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: 1274px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1274px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1274px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1274px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1275px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1275px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1275px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1275px) {
  .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: 1274px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1275px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  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;
  }
}

@charset "UTF-8";
/*
    Služby.cz Website Templates
    (c) 2015 – www.sluzby.cz, s.r.o.

    Base theme by Vaclav Kijonka (vaclav@sluzby.cz)
*/
.btn.btn-occupation.slt-unoccupied {
  color: #eee;
}
.btn.btn-occupation:hover,
.btn.btn-occupation:focus,
.btn.btn-occupation:active {
  background: #f8f8f8;
}
.btn.btn-occupation:hover .fa-check,
.btn.btn-occupation:focus .fa-check,
.btn.btn-occupation:active .fa-check,
.btn.btn-occupation:not(.active) .fa-check {
  color: #eee;
}
.btn.btn-occupation.active .fa-check {
  color: #124231;
}
.slg-as-important,
.nod {
  display: none !important;
}
.slt img {
  max-width: 100%;
}
.slt-detail-error p {
  padding: 40px 0 0;
  text-align: center;
}
.slt-block-alerts {
  display: block;
}
.slt-block-alerts .alert {
  margin: 0 auto 20px;
}
.slt-block-alerts .alert:last-child {
  margin-bottom: 0;
}
.alert {
  text-align: center;
}
.slt-block-facebook {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.slt-page-sidebar .slt-block-facebook {
  text-align: center;
}
.slt-page-sidebar .slt-block-facebook iframe {
  margin-left: auto;
  margin-right: auto;
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .table-responsive::-webkit-scrollbar:horizontal {
    height: 11px;
  }
  .table-responsive::-webkit-scrollbar-thumb {
    position: relative;
    top: 2px;
    border-radius: 8px;
    border: 2px solid #f0f3ed;
    /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, 0.5);
  }
  .table-responsive::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 0 0 8px 8px;
  }
  .table-responsive > table {
    margin: 5px;
    border: none;
  }
  .table-responsive > table > thead > tr > th,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .table-responsive {
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
}
.slc-media-16-9 {
  position: relative;
  max-width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
}
.slc-media-16-9 iframe,
.slc-media-16-9 object,
.slc-media-16-9 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html,
body {
  height: 100%;
  min-height: 420px;
}
.slt-page-wrap {
  max-width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  padding-bottom: 72px;
}
@media (min-width: 481px) and (min-height: 481px) {
  .slt-subpage .slt-page-wrap {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 480px), (max-height: 480px) {
  .slt-subpage .slt-page-wrap {
    padding-bottom: 0;
  }
}
.slt-content-homepage {
  z-index: 2;
}
@media (max-width: 767px) {
  .slt-content-homepage {
    position: relative;
    padding: 200px auto 40px;
  }
}
@media (min-width: 768px) {
  .slt-content-homepage {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 72px;
  }
}
.slt-content-homepage .container {
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .slt-content-homepage .container {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .slt-hp-content {
    position: relative;
    margin: 102px auto 40px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .slt-hp-content {
    position: absolute;
    bottom: 40px;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .slt-hp-content {
    width: 760px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .slt-hp-content {
    width: 100%;
    max-width: 980px;
  }
}
@media (min-width: 768px) and (min-width: 1275px) {
  .slt-hp-content {
    width: 100%;
    max-width: 1180px;
  }
}
.slt-hp-content .col-sm-4,
.slt-hp-content .col-md-5 {
  padding-right: 5px;
}
@media (max-width: 767px) {
  .slt-hp-content .col-sm-4,
  .slt-hp-content .col-md-5 {
    margin: 0 20px;
    padding: 0;
  }
}
.slt-hp-content .col-sm-8,
.slt-hp-content .col-md-7 {
  padding-left: 5px;
}
@media (max-width: 767px) {
  .slt-hp-content .col-sm-8,
  .slt-hp-content .col-md-7 {
    position: absolute;
    top: -80px;
    width: 100%;
    padding: 0 20px;
  }
}
.slt-subpage .slt-content-wrap {
  min-height: 100%;
}
@media (max-width: 991px) {
  .slt-subpage .slt-content-wrap {
    padding-top: 96px;
  }
}
@media (min-width: 992px) {
  .slt-subpage .slt-content-wrap {
    padding-top: 96px;
  }
}
@media (max-width: 991px) {
  .slt-content-homepage .slt-content-wrap {
    display: block;
    position: relative;
    height: 100%;
    padding-top: 136px;
  }
}
@media (min-width: 992px) {
  .slt-content-homepage .slt-content-wrap {
    display: table;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 112px;
  }
  .slt-content-homepage .slt-content-wrap .slt-wrap {
    display: table-cell;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .slt-content-wrap > .container {
    padding: 0 5px 20px;
  }
}
@media (min-width: 768px) {
  .slt-content-wrap > .container {
    padding: 15px 0 20px;
  }
}
@media (min-width: 992px) {
  .slt-content-wrap > .container {
    padding: 20px 0;
  }
}
.slt-content-wrap > .container > .row,
.slt-content-wrap > .container .slt-layout-onecol {
  -webkit-box-shadow: 0 -5px 0 #e1e9e8;
  box-shadow: 0 -5px 0 #e1e9e8;
  padding-bottom: 20px;
}
.slt-content-wrap > .container > .row,
.slt-content-wrap > .container > .slt-wrap,
.slt-content-wrap > .container .slt-layout-onecol {
  margin-left: 0;
  margin-right: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
}
.slt-content-wrap .slt-layout-onecol:before,
.slt-content-wrap .slt-layout-onecol:after {
  content: " ";
  display: table;
}
.slt-content-wrap .slt-layout-onecol:after {
  clear: both;
}
.slt-content-wrap .slt-layout-onecol > .col-md-9 {
  float: none;
  width: auto;
}
@media (max-width: 480px) {
  .slt-content-additive.col-md-3 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .slt-content-additive {
    width: 340px;
    padding-top: 10px;
  }
}
.slt-content-additive > [class*="slt-block-"] {
  border-top: 1px dashed #dfdfdf;
  padding-top: 20px;
}
.slt-content-additive > [class*="slt-block-"] h2 {
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .slt-content-main.col-md-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .slt-content-main:before,
  .slt-content-main:after {
    content: " ";
    display: table;
  }
  .slt-content-main:after {
    clear: both;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1274px) {
  .slt-content-main {
    width: 640px;
  }
}
@media (min-width: 992px) and (min-width: 1275px) {
  .slt-content-main {
    width: 840px;
  }
}
.slt-content-main p {
  line-height: 23px;
}
.slt-content-main [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.slt-content-main > * {
  margin-bottom: 20px;
}
.slt-content-main .slt-block-wysiwyg ul {
  list-style: none;
  padding-left: 23px;
}
.slt-content-main .slt-block-wysiwyg ul li {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #333;
}
.slt-content-main .slt-block-wysiwyg ul li:before {
  content: '';
  display: inline-block;
  background: #1f7e4c;
  width: 11px;
  height: 11px;
  margin-right: 12px;
  position: relative;
}
.slt-content-main .slt-block-wysiwyg ul li ul {
  padding-top: 5px;
}
.slt-content-main .slt-block-wysiwyg .slt-head-meta {
  padding-left: 0;
  overflow: hidden;
}
.slt-content-main .slt-block-wysiwyg .slt-head-meta li {
  float: left;
  margin-right: 15px;
  font-size: 12px;
}
.slt-content-main .slt-block-wysiwyg .slt-head-meta li:before {
  display: none;
}
.slt-content-main .slt-block-contacts > h2 + *,
.slt-content-main .slt-block-rating > h2 + *,
.slt-content-main .slt-block-news-last > h2 + *,
.slt-content-main .slt-block-toplist > h2 + *,
.slt-content-main .slt-block-text > h2 + * {
  margin-top: 20px;
}
.slt-content-main .slt-block-contacts address,
.slt-content-main .slt-block-rating address,
.slt-content-main .slt-block-news-last address,
.slt-content-main .slt-block-toplist address,
.slt-content-main .slt-block-text address,
.slt-content-main .slt-block-contacts p,
.slt-content-main .slt-block-rating p,
.slt-content-main .slt-block-news-last p,
.slt-content-main .slt-block-toplist p,
.slt-content-main .slt-block-text p {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .slt-content-main .slt-block-contacts,
  .slt-content-main .slt-block-rating,
  .slt-content-main .slt-block-news-last,
  .slt-content-main .slt-block-toplist {
    display: none;
  }
}
[class*="slt-detail-"],
[class*="slt-list-"],
[class*="slt-block-"] {
  margin-bottom: 20px;
}
[class*="slt-detail-"]:before,
[class*="slt-list-"]:before,
[class*="slt-block-"]:before,
[class*="slt-detail-"]:after,
[class*="slt-list-"]:after,
[class*="slt-block-"]:after {
  content: " ";
  display: table;
}
[class*="slt-detail-"]:after,
[class*="slt-list-"]:after,
[class*="slt-block-"]:after {
  clear: both;
}
[class*="slt-detail-"] footer,
[class*="slt-list-"] footer,
[class*="slt-block-"] footer {
  text-align: right;
}
.slt-block-title {
  margin: 0;
}
.slc-media-16-9 iframe,
.slc-media-16-9 object,
.slc-media-16-9 embed {
  border: none;
}
.slt-typo-signature {
  text-align: right;
}
.slt-typo-number {
  text-align: right;
}
.slt-content-main h2 {
  font-weight: normal;
}
.slt-content-main h2 i {
  position: relative;
  top: -1px;
  color: #124231;
}
.slt i.fa {
  text-align: center;
}
.slt h2 i.fa,
.slt h3 i.fa {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.slt h2 i.fa + span,
.slt h3 i.fa + span {
  margin-left: 0;
}
.slt .btn i.fa + span,
.slt .btn span + i.fa {
  display: inline-block;
  margin-left: 11px;
}
.slt .btn-lg i.fa + span,
.slt .btn-lg span + i.fa {
  margin-left: 15px;
}
.slt .btn-sm i.fa + span,
.slt .btn-sm span + i.fa {
  margin-left: 9px;
}
.slt .btn-xs i.fa + span,
.slt .btn-xs span + i.fa {
  margin-left: 6px;
}
.slt-icon-checkbox + span,
span + .slt-icon-checkbox {
  display: inline-block;
  margin-left: 7px;
}
.slt-badge {
  display: inline-block;
  position: relative;
  top: -0.25em;
  line-height: 14px;
  font-size: 11px;
  font-weight: 600;
  color: #888;
}
.slt-notice {
  clear: both;
  margin: 20px 0;
  padding: 5px 0;
  font-size: 12px;
  color: #666;
}
.table-responsive + .slt-notice,
table + .slt-notice {
  margin-top: 0;
}
.slt-notice > * {
  margin: 0;
  padding: 5px 0;
}
.slt-notice h3 {
  font-size: 13px;
  text-transform: uppercase;
  color: #666;
}
.slt-legend {
  margin: 1px 0 20px;
  padding: 1px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  background: #fff;
  color: #7e7f7e;
}
.slt-legend i,
.slt-legend span {
  display: inline-block;
  vertical-align: middle;
}
.slt-legend i + span {
  margin-left: 24px;
}
#_scroll-top {
  display: none;
}
.slt a {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slt-banner {
  display: block;
  margin: 20px auto;
}
.slt-banner a {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  background: #fff;
}
.slt-banner a:before,
.slt-banner a:after {
  content: " ";
  display: table;
}
.slt-banner a:after {
  clear: both;
}
.slt-banner a:hover,
.slt-banner a:focus,
.slt-banner a:active {
  text-decoration: none;
  background: #124231;
}
.slt-banner a:hover h2,
.slt-banner a:focus h2,
.slt-banner a:active h2,
.slt-banner a:hover p,
.slt-banner a:focus p,
.slt-banner a:active p {
  color: #fff;
}
.slt-banner a p {
  color: #4d4d4d;
}
@media (min-width: 612px) {
  .slt-backlink {
    float: left;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.slt-item-image-featured {
  float: left;
  max-width: 100%;
  padding: 0 13px 10px 0;
}
.row.slt-detail-page .slt-item-image-featured {
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
.row.slt-detail-page .slt-item-image-featured .thumbnail {
  display: inline-block;
  margin: 0 auto 20px;
  max-width: 100%;
}
.slt-content-additive .slt-item-image-featured {
  padding-left: 0;
  padding-right: 0;
}
.slt-item-image-featured .thumbnail {
  margin-bottom: 0;
}
.slt-item-image-featured img {
  margin-bottom: 0;
  border: none;
  object-fit: cover;
  object-position: center;
  height: 150px;
  width: 100%;
}
@media (max-width: 480px) {
  [class*="slt-detail-"] .slt-item-image-featured {
    clear: both;
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center;
  }
  .slt-item-image-featured .thumbnail {
    display: inline-block;
    clear: both;
    margin-bottom: 20px;
  }
}
.slt figure:before,
.slt figure:after {
  content: " ";
  display: table;
}
.slt figure:after {
  clear: both;
}
.slt figcaption {
  display: table;
  width: 100%;
  height: 4.5em;
  padding: 0 13px;
  font-size: 13px;
  text-align: center;
}
.slt figcaption span {
  display: table-cell;
  height: 4.5em;
  vertical-align: middle;
}
[class*="slt-icon-"] {
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 283px 76px;
}
.slt-icon-phone {
  width: 20px;
  height: 27px;
  background-image: url('/cms-design/own_royalvalley/img/sprite.png');
  background-position: -220px -31px;
  background-size: 283px 76px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slt-icon-phone {
    background-image: url('/cms-design/own_royalvalley/img/sprite@2x.png?v=1');
  }
}
.slt-icon-mail {
  width: 20px;
  height: 21px;
  background-image: url('/cms-design/own_royalvalley/img/sprite.png');
  background-position: -240px -31px;
  background-size: 283px 76px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slt-icon-mail {
    background-image: url('/cms-design/own_royalvalley/img/sprite@2x.png?v=1');
  }
}
.slt-icon-mouse {
  width: 23px;
  height: 35px;
  background-image: url('/cms-design/own_royalvalley/img/sprite.png');
  background-position: -260px -31px;
  background-size: 283px 76px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slt-icon-mouse {
    background-image: url('/cms-design/own_royalvalley/img/sprite@2x.png?v=1');
  }
}
.slt-icon-partner {
  display: block;
  position: relative;
  margin: 0 auto;
  height: 57px;
}
.slt-icon-partner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 57px;
  background-image: url('/cms-design/own_royalvalley/img/partners.png');
  background-repeat: no-repeat;
  background-size: 336px 114px;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slt-icon-partner:before {
    background-image: url('/cms-design/own_royalvalley/img/partners@2x.png?v=1');
  }
}
.slt-icon-partner span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.slt-icon-partner-allianz {
  width: 112px;
}
.slt-icon-partner-allianz:before {
  width: 112px;
  background-position: 0px 0;
}
.slt-icon-partner-graybear {
  width: 81px;
}
.slt-icon-partner-graybear:before {
  width: 81px;
  background-position: -128px 0;
}
.slt-icon-partner-chivas {
  width: 112px;
}
.slt-icon-partner-chivas:before {
  width: 112px;
  background-position: -226px 0;
}
.slt-icon-partner-slovakia {
  width: 52px;
}
.slt-icon-partner-slovakia:before {
  width: 52px;
  background-position: -30px -57px;
}
.slt-icon-partner-zaninoni {
  width: 112px;
}
.slt-icon-partner-zaninoni:before {
  width: 112px;
  background-position: -112px -57px;
}
.slt-icon-partner-podbrezova {
  width: 112px;
}
.slt-icon-partner-podbrezova:before {
  width: 112px;
  background-position: -224px -57px;
}
.slt-eventlabel-club,
.slt-eventlabel-open,
.slt-eventlabel-closed {
  position: relative;
  display: inline-block;
}
.slt-eventlabel-club:before,
.slt-eventlabel-open:before,
.slt-eventlabel-closed:before {
  content: "";
  display: block;
}
.slt-eventlabel-club:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #03834a;
}
.slt-eventlabel-open:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #5197d4;
}
.slt-eventlabel-closed:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #d5582a;
}
.slt table {
  margin: 20px 0;
  border: 1px solid #dfdfdf;
  border-bottom: 3px solid #ddd;
}
.slt table th,
.slt table td {
  padding: 8px;
  line-height: 1.33333333;
  vertical-align: top;
}
@media (max-width: 767px) {
  .slt table th,
  .slt table td {
    padding: 4px 5px;
    font-size: 12px;
  }
}
.slt table thead th,
.slt table thead td {
  padding: 10px 8px;
  font-size: 16px;
  font-weight: 600;
  background: #124231;
  color: #fff;
}
@media (max-width: 767px) {
  .slt table thead th,
  .slt table thead td {
    padding: 8px 5px;
    font-size: 13px;
  }
}
.slt table tbody tr th,
.slt table tbody tr td {
  border-bottom: 1px solid #dfdfdf;
}
.slt table tbody tr th.valign-middle,
.slt table tbody tr td.valign-middle {
  vertical-align: middle;
}
.slt table tbody tr th small,
.slt table tbody tr td small {
  font-size: 12px;
  font-weight: 400;
  color: #666;
}
@media (max-width: 767px) {
  .slt table tbody tr th small,
  .slt table tbody tr td small {
    font-size: 11px;
  }
}
.slt table tbody tr th {
  font-weight: 600;
  background: #e8e8e8;
}
.slt table tbody tr th.slt-merged {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: middle;
  background: #175640;
  color: #fff;
}
.slt table tbody tr td {
  background: #fff;
}
.slt table tfoot th,
.slt table tfoot td {
  font-weight: bold;
  background: #dfdfdf;
}
.slt table .thumbnail {
  margin-bottom: 0;
}
.slt table.slt-course-attributes {
  margin: 0;
  width: 100%;
}
.slt table.slt-course-attributes th,
.slt table.slt-course-attributes td {
  font-size: 14px;
}
.slt table.slt-course-attributes td {
  text-align: center;
}
.slt .slt-table-partners {
  width: 100%;
  border: none;
}
.slt .slt-table-partners th,
.slt .slt-table-partners td {
  border: none;
  width: 33.33333333%;
  text-align: center;
  vertical-align: middle;
}
.slt .slt-table-partners tbody th,
.slt .slt-table-partners tbody td {
  background: transparent;
}
.slt .slt-table-partners tbody td {
  padding: 20px;
}
.slt .slt-table-partners tbody img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 165px;
  max-height: 165px;
}
.slt .table-responsive {
  margin: 20px 0;
}
.slt .table-responsive > table {
  margin: 0;
}
.slt-table-fitwidths {
  width: 100%;
}
.slt-table-fitwidths th,
.slt-table-fitwidths td {
  text-align: center;
}
.slt-table-fitwidths th > ul,
.slt-table-fitwidths td > ul {
  padding-left: 20px;
  text-align: left;
}
.slt-table-fitwidths .slt-col-1-2 {
  width: 50%;
}
.slt-table-fitwidths .slt-col-1-3 {
  width: 33.33333333%;
}
.slt-table-fitwidths .slt-col-1-4 {
  width: 25%;
}
.slt-bordered {
  margin-bottom: 30px;
  border-bottom: 1px dotted #dfdfdf;
}
.slt-bordered .table-responsive {
  margin: 20px 0 10px;
}
.slt-bordered .slt-notice,
.slt-bordered .slt-notice > * {
  margin: 0;
  padding-top: 0;
}
#slt-page-header {
  position: relative;
  z-index: 1020;
  width: 100%;
  min-height: 96px;
  color: #fff;
}
@media (max-width: 991px) {
  #slt-page-header {
    min-height: 96px;
    background: #124231;
  }
}
@media (max-width: 767px) {
  .slt-homepage #slt-page-header {
    margin-bottom: 0;
  }
}
.slt-subpage #slt-page-header {
  position: absolute;
}
.slt-subpage #slt-page-header > .container > .slt-header-langs {
  display: none;
}
#slt-page-header > .container {
  padding: 0;
  position: relative;
}
.slt-page-footer {
  position: relative;
  background: #fff;
}
.slt-homepage .slt-page-footer {
  margin-top: -72px;
}
@media (min-width: 481px) and (min-height: 481px) {
  .slt-subpage .slt-page-footer {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .slt-page-footer .container {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .slt-page-footer .slt-inner {
    display: table;
    width: 100%;
  }
}
.slt-page-footer .slt-socials,
.slt-page-footer .slt-forecast,
.slt-page-footer .slt-copyright {
  height: 72px;
}
@media (max-width: 767px) {
  .slt-page-footer .slt-socials,
  .slt-page-footer .slt-forecast,
  .slt-page-footer .slt-copyright {
    text-align: center;
    display: none;
  }
  .slt-page-footer .slt-socials:before,
  .slt-page-footer .slt-forecast:before,
  .slt-page-footer .slt-copyright:before,
  .slt-page-footer .slt-socials:after,
  .slt-page-footer .slt-forecast:after,
  .slt-page-footer .slt-copyright:after {
    content: " ";
    display: table;
  }
  .slt-page-footer .slt-socials:after,
  .slt-page-footer .slt-forecast:after,
  .slt-page-footer .slt-copyright:after {
    clear: both;
  }
}
@media (min-width: 768px) {
  .slt-page-footer .slt-socials,
  .slt-page-footer .slt-forecast,
  .slt-page-footer .slt-copyright {
    display: table-cell;
    padding-bottom: .1em;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  .slt-page-footer .slt-socials,
  .slt-page-footer .slt-forecast,
  .slt-page-footer .slt-copyright {
    min-width: 32%;
  }
}
@media (max-width: 767px) {
  .slt-page-footer .slt-socials {
    display: block;
    padding-top: 8px;
  }
}
.slt-content-additive > * {
  margin-bottom: 30px;
  width: 100%;
  max-width: 300px;
}
.slt-content-additive h2,
.slt-content-additive .slt-block-title strong {
  text-align: center;
}
@media (max-width: 991px) {
  .slt-content-additive {
    border-top: 1px solid #dfdfdf;
    padding: 20px 0;
  }
  .slt-content-additive:before,
  .slt-content-additive:after {
    content: " ";
    display: table;
  }
  .slt-content-additive:after {
    clear: both;
  }
}
@media (max-width: 991px) and (max-width: 699px) {
  .slt-content-additive > * {
    margin: 20px auto 40px;
  }
}
@media (max-width: 991px) and (min-width: 700px) {
  .slt-content-additive {
    margin: 0 auto;
    width: 680px;
  }
  .slt-content-additive > * {
    float: left;
    margin: 20px;
  }
  .slt-content-additive > *:before,
  .slt-content-additive > *:after {
    content: " ";
    display: table;
  }
  .slt-content-additive > *:after {
    clear: both;
  }
  .slt-content-additive .slt-calendar-events {
    float: right;
  }
}
@media (min-width: 992px) {
  .slt-content-additive:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 20px;
    width: 1px;
    background: #dfdfdf;
  }
}
.slt-content-footer {
  clear: both;
  margin: 90px auto;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 0;
}
.slt-content-footer:before,
.slt-content-footer:after {
  content: " ";
  display: table;
}
.slt-content-footer:after {
  clear: both;
}
@media (max-width: 479px) {
  .slt-content-footer {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
  }
}
@media (min-width: 480px) {
  .slt-content-footer {
    text-align: right;
  }
}
.slt-content-footer p {
  margin: 10px 0;
  padding: 0;
  font-size: 13px;
}
@media (min-width: 480px) {
  .slt-content-footer .slt-owner {
    float: left;
  }
}
@media (max-width: 767px) {
  .slt-content-footer {
    margin: 90px 10px;
  }
}
.slt-header-logo {
  position: relative;
  z-index: 990;
  top: 0;
  float: left;
}
@media (max-width: 767px) {
  .slt-header-logo {
    width: 168px;
    height: 96px;
  }
}
@media (min-width: 768px) {
  .slt-header-logo {
    left: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slt-header-logo {
    margin-left: -385px;
    width: 168px;
  }
}
@media (min-width: 992px) {
  .slt-header-logo {
    width: 168px;
  }
}
@media (min-width: 992px) {
  .slt-header-logo {
    position: static;
    width: 168px;
    height: 96px;
    text-align: center;
  }
}
.slt-header-logo a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
}
.slt-header-logo a:hover {
  text-decoration: none;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  color: #000;
}
.slt-header-logo a em {
  display: block;
}
.slt-header-logo img {
  height: auto;
  opacity: 0.8;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.slt-block-headimages {
  position: fixed;
  right: 0;
  bottom: 72px;
  left: 0;
  width: 100%;
  height: 100%;
}
.slt-homepage .slt-block-headimages {
  top: 0;
}
.slt-subpage .slt-block-headimages {
  top: 192px;
}
.slt-block-headimages * {
  width: 100%;
  height: 100%;
}
.slt-block-headimages .item {
  display: block;
  background-repeat: repeat;
  background-position: 50% 50%;
  background-color: #aaa;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
  .slt-carousel-supporters {
    display: none;
  }
}
@media (min-width: 768px) {
  .slt-carousel-supporters {
    position: relative;
    margin: -20px 20px 20px;
  }
  .slt-homepage .slt-carousel-supporters {
    margin-top: -255px;
  }
  .slt-carousel-supporters h2,
  .slt-carousel-supporters .slt-block-title strong {
    font-weight: 400;
    text-align: center;
    padding: 20px 20px 0;
    font-size: 20px;
    border-top: 1px solid #dfdfdf;
    margin: 0;
  }
  .slt-carousel-supporters .owl-carousel {
    margin: 10px 50px;
    width: auto;
    display: block;
  }
  .slt-carousel-supporters .owl-item {
    padding: 0;
    text-align: center;
  }
  .slt-carousel-supporters .item {
    display: inline-table;
    height: 100px;
    padding: 0 15px;
  }
  .slt-carousel-supporters .item a {
    display: table-cell;
    height: 100px;
    vertical-align: middle;
  }
  .slt-carousel-supporters .item a img {
    height: auto;
    width: auto;
    max-width: 150px;
    max-height: 100px;
  }
  .slt-carousel-supporters .container {
    position: relative;
    background: #fff;
    background: rgba(255, 255, 255, 0.85);
  }
  .slt-carousel-supporters .customNavigation a {
    display: inline-block;
    position: absolute;
    height: 100px;
    padding: 0 10px;
    line-height: 98px;
    font-size: 42px;
    color: #888;
    top: 50px;
  }
  .slt-carousel-supporters .customNavigation a:hover,
  .slt-carousel-supporters .customNavigation a:active,
  .slt-carousel-supporters .customNavigation a:focus {
    color: #020604;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
  }
  .slt-carousel-supporters .customNavigation .prev {
    left: 20px;
  }
  .slt-carousel-supporters .customNavigation .next {
    right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 480px) {
  .slt-carousel-supporters .customNavigation a {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (min-width: 481px) and (max-width: 767px) {
  .slt-carousel-supporters .customNavigation a {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .slt-hp-info {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
@media (min-width: 768px) {
  .slt-hp-info {
    position: absolute;
    z-index: 999;
  }
  .slt-block-alerts + .slt-hp-info {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .slt-hp-info .slt-info-btn {
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    padding: 2px;
    text-decoration: none;
    background: #fff;
    background: rgba(255, 255, 255, 0.81);
    color: #124231;
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
  }
  .slt-hp-info .slt-info-btn:hover {
    text-decoration: none;
    background: #124231;
    color: #fff;
  }
  .slt-hp-info .slt-info-btn i:before {
    content: "i";
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: 900;
    font-style: italic;
  }
  .slt-hp-info .slt-info-btn span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .slt-hp-info .dropdown-menu {
    display: block;
    top: 35px;
    left: 16px;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    height: 0px;
    overflow: auto;
    padding: 20px;
    background: #fff;
    background: rgba(255, 255, 255, 0.81);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s ease-out all;
    -o-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
  }
  .slt-hp-info .dropdown-menu:before,
  .slt-hp-info .dropdown-menu:after {
    content: " ";
    display: table;
  }
  .slt-hp-info .dropdown-menu:after {
    clear: both;
  }
  .slt-hp-info .dropdown-menu h1 {
    margin: 0 0 18px;
  }
  .slt-hp-info.open > .slt-info-btn {
    -webkit-border-radius: 30px 30px 0 30px;
    -moz-border-radius: 30px 30px 0 30px;
    border-radius: 30px 30px 0 30px;
  }
  .slt-hp-info.open > .dropdown-menu {
    height: auto;
    padding: 40px 40px 20px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .slt-hp-info .slt-block-wysiwyg {
    margin-bottom: 0;
    font-size: 1.1em;
    line-height: 1.6em;
  }
  .slt-hp-info .slt-block-wysiwyg p {
    margin-bottom: 1.1em;
  }
  .slt-hp-info .slt-block-wysiwyg p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .slt-hp-info {
    left: 50%;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .slt-hp-info {
    top: 90px;
    margin-left: -380px;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1274px) {
  .slt-hp-info {
    top: 150px;
    margin-left: -505px;
  }
}
@media (min-width: 768px) and (min-width: 1275px) {
  .slt-hp-info {
    top: 150px;
    margin-left: -605px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .slt-hp-info .dropdown-menu {
    width: 740px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .slt-hp-info .dropdown-menu {
    width: 980px;
  }
}
@media (min-width: 768px) and (min-width: 1275px) {
  .slt-hp-info .dropdown-menu {
    width: 1180px;
  }
}
@media (min-width: 768px) and (max-height: 480px) {
  .slt-hp-info .dropdown-menu {
    max-height: 215px;
  }
}
@media (min-width: 768px) and (min-height: 481px) and (max-height: 767px) {
  .slt-hp-info .dropdown-menu {
    max-height: 300px;
  }
}
@media (min-width: 768px) and (min-height: 768px) {
  .slt-hp-info .dropdown-menu {
    max-height: 380px;
  }
}
@media (max-width: 369px) {
  .slt-subpage .slt-course-status {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.slt-homepage .slt-course-status {
  height: 70px;
  padding: 0 20px;
}
@media (max-width: 479px) {
  .slt-homepage .slt-course-status {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .slt-homepage .slt-course-status {
    padding-bottom: 1px;
  }
}
.slt-subpage .slt-course-status {
  display: table;
  float: left;
  margin: 0 5px;
  height: 96px;
}
@media (max-width: 767px) {
  .slt-subpage .slt-course-status {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .slt-subpage .slt-course-status {
    max-width: 125px;
  }
}
@media (min-width: 992px) and (max-width: 1274px) {
  .slt-subpage .slt-course-status {
    max-width: 135px;
  }
}
@media (min-width: 1275px) {
  .slt-subpage .slt-course-status {
    max-width: 335px;
  }
}
.slt-course-status .slt-inner {
  display: table-cell;
  vertical-align: middle;
}
.slt-homepage .slt-course-status .slt-inner {
  height: 70px;
}
@media (max-width: 479px) {
  .slt-homepage .slt-course-status .slt-inner {
    display: inline-block;
    height: auto;
    padding-bottom: 3px;
  }
}
.slt-subpage .slt-course-status .slt-inner {
  height: 96px;
}
.slt-course-status header,
.slt-course-status p {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.slt-homepage .slt-course-status header,
.slt-homepage .slt-course-status p {
  line-height: 16px;
}
@media (min-width: 1275px) {
  .slt-subpage .slt-course-status header {
    padding-bottom: 2px;
  }
}
.slt-course-status h2 {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.slt-homepage .slt-course-status h2 {
  margin-right: 10px;
  line-height: 16px;
}
.slt-subpage .slt-course-status h2 {
  padding: 5px 8px 2px 0;
}
.slt-course-status h2:after {
  content: ":";
}
.slt-course-status p {
  text-transform: uppercase;
  color: #1d6a4f;
}
@media (max-width: 991px) {
  .slt-course-status p {
    font-size: 13px;
  }
}
@media (max-width: 1274px) {
  .slt-subpage .slt-course-status p {
    padding-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .slt-homepage .slt-course-status p {
    margin-top: -1px;
  }
}
@media (min-width: 1275px) {
  .slt-course-status p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
  }
}
.slt-socials nav,
.slt-socials ul,
.slt-socials li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slt-socials ul {
  display: inline-block;
}
.slt-socials ul:before,
.slt-socials ul:after {
  content: " ";
  display: table;
}
.slt-socials ul:after {
  clear: both;
}
.slt-socials li {
  float: left;
  margin-left: 20px;
  min-width: 45px;
}
.slt-socials li:first-child {
  margin-left: 0;
}
.slt-socials a {
  text-align: center;
  text-decoration: none;
}
.slt-socials a i,
.slt-socials a span {
  display: block;
}
.slt-socials a i {
  margin: .2em 0 .1em;
  font-size: 2em;
}
.slt-socials a span {
  margin: 0;
  font-size: 11px;
}
.slt-forecast {
  text-align: center;
}
.slt-forecast header,
.slt-forecast .slt-date {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.slt-forecast a {
  display: block;
  height: 72px;
  padding-top: 18px;
  text-decoration: none;
}
.slt-forecast a:hover {
  background: #eee;
  background: rgba(18, 66, 49, 0.15);
  color: #124231;
}
.slt-forecast ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.slt-forecast li {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 40px;
}
.slt-forecast li:before {
  content: "";
  position: absolute;
  left: 5px;
}
.slt-forecast .slt-forecast-sunny:before {
  width: 30px;
  height: 30px;
  background-image: url('/cms-design/own_royalvalley/img/sprite.png');
  background-position: 0px 0px;
  background-size: 283px 76px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slt-forecast .slt-forecast-sunny:before {
    background-image: url('/cms-design/own_royalvalley/img/sprite@2x.png?v=1');
  }
}
.slt-forecast .slt-forecast-patchy-clouds:before {
  width: 30px;
  height: 30px;
  background-image: url('/cms-design/own_royalvalley/img/sprite.png');
  background-position: -30px 0px;
  background-size: 283px 76px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slt-forecast .slt-forecast-patchy-clouds:before {
    background-image: url('/cms-design/own_royalvalley/img/sprite@2x.png?v=1');
  }
}
.slt-forecast .slt-forecast-cloudy:before {
  width: 30px;
  height: 30px;
  background-image: url('/cms-design/own_royalvalley/img/sprite.png');
  background-position: -60px 0px;
  background-size: 283px 76px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slt-forecast .slt-forecast-cloudy:before {
    background-image: url('/cms-design/own_royalvalley/img/sprite@2x.png?v=1');
  }
}
.slt-forecast .slt-forecast-rain:before {
  width: 30px;
  height: 30px;
  background-image: url('/cms-design/own_royalvalley/img/sprite.png');
  background-position: -90px 0px;
  background-size: 283px 76px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slt-forecast .slt-forecast-rain:before {
    background-image: url('/cms-design/own_royalvalley/img/sprite@2x.png?v=1');
  }
}
.slt-forecast .slt-forecast-storm:before {
  width: 30px;
  height: 30px;
  background-image: url('/cms-design/own_royalvalley/img/sprite.png');
  background-position: -120px 0px;
  background-size: 283px 76px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slt-forecast .slt-forecast-storm:before {
    background-image: url('/cms-design/own_royalvalley/img/sprite@2x.png?v=1');
  }
}
.slt-forecast .slt-forecast-rain-with-snow:before {
  width: 30px;
  height: 30px;
  background-image: url('/cms-design/own_royalvalley/img/sprite.png');
  background-position: -150px 0px;
  background-size: 283px 76px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slt-forecast .slt-forecast-rain-with-snow:before {
    background-image: url('/cms-design/own_royalvalley/img/sprite@2x.png?v=1');
  }
}
.slt-forecast .slt-forecast-snow:before {
  width: 30px;
  height: 30px;
  background-image: url('/cms-design/own_royalvalley/img/sprite.png');
  background-position: -180px 0px;
  background-size: 283px 76px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slt-forecast .slt-forecast-snow:before {
    background-image: url('/cms-design/own_royalvalley/img/sprite@2x.png?v=1');
  }
}
.slt-forecast .slt-forecast-ice-pellets:before {
  width: 30px;
  height: 30px;
  background-image: url('/cms-design/own_royalvalley/img/sprite.png');
  background-position: -210px 0px;
  background-size: 283px 76px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slt-forecast .slt-forecast-ice-pellets:before {
    background-image: url('/cms-design/own_royalvalley/img/sprite@2x.png?v=1');
  }
}
.slt-forecast span {
  display: block;
  text-align: right;
}
.slt-forecast .slt-weekday {
  clear: right;
  font-size: 12px;
}
@media (max-width: 991px) {
  .slt-forecast .slt-weekday {
    font-size: 10px;
  }
}
.slt-forecast .slt-temperature {
  clear: left;
  font-size: 14px;
}
@media (max-width: 991px) {
  .slt-forecast .slt-temperature {
    font-size: 13px;
  }
}
.slt-copyright p {
  margin: .25em 0;
  font-size: 13px;
}
@media (min-width: 768px) {
  .slt-copyright p {
    text-align: right;
  }
}
.slt-copyright a {
  text-decoration: none;
  color: #4d4d4d;
}
.slt-copyright a:hover {
  color: #020604;
}
.slp-socialIcons {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.slp-socialIcons a {
  margin: 5px;
  font-size: 42px;
  text-align: center;
  text-decoration: none;
  color: #c3c3c3;
}
.slp-socialIcons a i {
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.slp-socialIcons a:hover i {
  margin: 0 auto;
  text-decoration: none;
}
.slp-socialIcons a:hover i.fa-facebook-square {
  color: #3b5998;
}
.slp-socialIcons a:hover i.fa-twitter-square {
  color: #00aced;
}
.slp-socialIcons a:hover i.fa-youtube-square {
  color: #bb0000;
}
.slp-socialIcons a:hover i.fa-instagram {
  color: #517fa4;
}
.slp-socialIcons a:hover i.fa-google-plus-square {
  color: #DF4B38;
}
.slp-socialIcons a:hover i.fa-linkedin-square {
  color: #007bb6;
}
.slp-socialIcons a:hover i.fa-vimeo-square {
  color: #aad450;
}
.slt-block-wysiwyg {
  margin-bottom: 0;
}
.slt-block-news-last .slt-item-image-featured {
  float: none;
}
.slt-block-news-last .thumbnail {
  margin-bottom: 0;
}
.slt-block-news-last h3 a {
  color: #4d4d4d;
}
.slt-block-news-last h3 a:hover,
.slt-block-news-last h3 a:focus,
.slt-block-news-last h3 a:active {
  color: #124231;
}
.slt-block-news-last .slt-item-morelink {
  display: none;
}
.slt-detail-news .slt-item-image-featured {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.slt-news-featured {
  position: relative;
  min-height: 90px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  -webkit-border-radius: 0px 4px 4px 0;
  -moz-border-radius: 0px 4px 4px 0;
  border-radius: 0px 4px 4px 0;
  font-size: 14px;
  font-weight: 200;
  line-height: 21px;
  font-style: italic;
}
.slt-news-featured figure {
  position: absolute;
  left: 20px;
  padding: 0;
  overflow: hidden;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slt-news-featured figure img {
  min-width: 90px;
  height: 115px;
  border: 4px solid #fff;
  border-width: 3px 4px;
}
@media (min-width: 992px) {
  .slt-news-featured {
    margin-left: 90px;
  }
  .slt-news-featured figure {
    max-width: 90px;
    max-height: 115px;
    margin-left: -110px;
  }
}
@media (max-width: 991px) {
  .slt-news-featured {
    margin-left: -20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .slt-news-featured figure {
    position: static;
    top: 0;
    left: 0;
    margin-right: 20px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    display: none;
  }
  .slt-news-featured:before {
    display: none;
  }
}
.slt-news-featured h2 {
  position: relative;
  margin-top: 0;
  margin-bottom: 3px;
  padding-left: 17.5px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
.slt-news-featured h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #124231;
}
.slt-news-featured p {
  margin-bottom: 0;
}
@media (min-width: 480px) and (max-width: 991px) {
  .slt-news-featured p {
    font-size: 14px;
  }
}
.slt-news-featured .slt-signature,
.slt-news-featured p.slt-signature {
  font-size: 14px;
}
.slt-news-featured .slt-signature strong,
.slt-news-featured p.slt-signature strong {
  font-style: oblique;
}
.slt-news-featured .slt-signature strong:after,
.slt-news-featured p.slt-signature strong:after {
  content: ",";
}
.slt-news-featured .slt-signature em,
.slt-news-featured p.slt-signature em {
  font-size: 90%;
}
.slt-news-featured footer {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 767px) {
  .slt-news-featured {
    margin: 0 auto;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .slt-news-featured h2 {
    padding-top: 2px;
    font-size: 16px;
  }
  .slt-news-featured h2:before {
    left: -2px;
    margin-top: -2px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  .slt-news-featured figure {
    display: block;
  }
  .slt-news-featured p {
    line-height: 1.5em;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .slt-detail-news footer,
  .slt-detail-photogallery footer {
    text-align: center;
  }
  .slt-detail-news footer p.slt-backlink,
  .slt-detail-photogallery footer p.slt-backlink {
    margin-top: 20px;
  }
}
@media (min-width: 481px) {
  .slt-detail-news footer:before,
  .slt-detail-photogallery footer:before,
  .slt-detail-news footer:after,
  .slt-detail-photogallery footer:after {
    content: " ";
    display: table;
  }
  .slt-detail-news footer:after,
  .slt-detail-photogallery footer:after {
    clear: both;
  }
  .slt-detail-news footer ul,
  .slt-detail-photogallery footer ul {
    float: right;
  }
  .slt-detail-news footer p.slt-backlink,
  .slt-detail-photogallery footer p.slt-backlink {
    float: left;
  }
}
.slt-reservation {
  position: relative;
  min-height: 90px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  overflow: hidden;
}
.slt-reservation .slt-reservation-contacts {
  float: left;
  width: 280px;
  text-align: center;
}
@media (max-width: 1275px) {
  .slt-reservation .slt-reservation-contacts {
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.slt-reservation .slt-reservation-contacts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slt-reservation .slt-reservation-contacts ul li .fa {
  color: #ffc926;
  position: absolute;
}
.slt-reservation .slt-reservation-contacts ul li.slt-phone,
.slt-reservation .slt-reservation-contacts ul li.slt-mail {
  text-decoration: none;
}
.slt-reservation .slt-reservation-contacts ul li.slt-phone a,
.slt-reservation .slt-reservation-contacts ul li.slt-mail a {
  text-decoration: none;
  color: #fff;
}
.slt-reservation .slt-reservation-contacts ul li.slt-phone a:hover,
.slt-reservation .slt-reservation-contacts ul li.slt-mail a:hover {
  text-decoration: underline;
}
.slt-reservation .slt-reservation-contacts ul li.slt-phone {
  font-size: 22px;
  font-weight: bold;
}
.slt-reservation .slt-reservation-contacts ul li.slt-phone .fa {
  margin-top: 10px;
  margin-left: -40px;
  font-size: 32px;
}
.slt-reservation .slt-reservation-contacts ul li.slt-mail {
  font-size: 16px;
  margin-top: -5px;
}
.slt-reservation .slt-reservation-contacts ul li.slt-mail .fa {
  margin-top: -12px;
  margin-left: -46px;
  font-size: 13px;
}
.slt-reservation .slt-reservation-contacts ul li.slt-gps {
  font-size: 14px;
  text-decoration: underline;
  margin-top: 10px;
}
.slt-reservation .slt-reservation-contacts ul li.slt-gps .fa {
  margin-left: -42px;
  font-size: 26px;
  margin-top: -2px;
}
.slt-reservation .slt-btn-reservation {
  float: right;
  margin: 0;
}
@media (max-width: 1275px) {
  .slt-reservation .slt-btn-reservation {
    float: left;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .slt-reservation .slt-btn-reservation {
    float: none;
    width: 100%;
  }
  .slt-reservation .slt-btn-reservation .slt-wrap {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .slt-reservation {
    background: transparent;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .slt-reservation .slt-reservation-contacts {
    display: none;
  }
}
.slt-detail-contacts {
  margin-bottom: 0;
  border-top: 1px dashed #dfdfdf;
}
.slt-detail-contacts .slt-block-address.slt-block-flex {
  width: 100%;
}
@media (min-width: 620px) {
  .slt-detail-contacts .slt-block-address.slt-block-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .slt-detail-contacts .slt-block-address.slt-block-flex > div {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.slt-detail-contacts .slt-block-address {
  margin-bottom: 0;
}
.slt-detail-contacts .slt-block-address address {
  margin: 0;
}
.slt-detail-contacts .slt-block-address h2 {
  margin-top: 0;
}
.slt-detail-contacts .slt-block-address small {
  color: #333;
  font-weight: 200;
}
.slt-detail-contacts .slt-block-flex .slt-flex-col {
  margin-bottom: auto;
}
@media (max-width: 620px) {
  .slt-detail-contacts .slt-block-flex {
    display: block;
  }
  .slt-detail-contacts .slt-block-flex .slt-flex-col {
    width: 100%;
  }
  .slt-detail-contacts .slt-block-flex .slt-flex-col ul {
    text-align: left;
  }
  .slt-detail-contacts .slt-block-flex .slt-flex-col address {
    margin: 0;
  }
}
.slt-detail-contacts ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.slt-detail-contacts ul .slt-phone {
  margin-bottom: 5px;
  font-size: 20px;
  color: #124231;
}
.slt-detail-contacts .slt-block-phones {
  margin-bottom: 0;
}
.slt-detail-contacts .slt-block-emails li {
  float: left;
  margin-right: 5px;
}
.slt-detail-contacts .slt-block-billings {
  display: table;
}
@media (min-width: 992px) {
  .slt-detail-contacts .slt-block-billings {
    white-space: nowrap;
  }
}
.slt-detail-contacts .slt-block-billings li {
  display: table-row;
}
.slt-detail-contacts .slt-block-billings li strong,
.slt-detail-contacts .slt-block-billings li span {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: .5em;
}
.slt-detail-contacts .slt-block-billings li strong {
  padding-right: .5em;
}
.slt-detail-contacts .slt-typo-billings-register {
  margin: 0 0 20px;
}
.slt-detail-contacts .slt-general > div > article {
  margin: 20px 0;
}
.slt-detail-contacts .slt-general > div > article + article h2 {
  margin-top: 30px;
}
.slt-detail-contacts .slt-general i.fa {
  float: left;
  position: relative;
  top: 3px;
  width: 1.28571429em;
  text-align: center;
}
.slt-detail-contacts .slt-general i.fa + * {
  padding-left: 7px;
}
.slt-detail-contacts > .row {
  margin-bottom: 20px;
}
.slt-detail-contacts > .row h2 {
  margin-top: 0;
  color: #124231;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 18px;
}
@media (max-width: 649px) {
  .slt-detail-contacts > .row .col-xs-6 {
    float: none;
    width: 100%;
  }
}
.slt-detail-contacts .slt-address h2,
.slt-detail-contacts .slt-phones h2,
.slt-detail-contacts .slt-faxes h2,
.slt-detail-contacts .slt-emails h2,
.slt-detail-contacts .slt-webs h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.slt-detail-contacts .slt-typo-billings-bank strong,
.slt-detail-contacts .slt-typo-billings-bank span {
  display: block;
  padding: 3px 0;
}
.slt-detail-contacts .slt-address address strong {
  display: block;
  margin-top: 18px;
  margin-bottom: 9px;
  font-size: 22px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #4d4d4d;
}
.slt-detail-contacts .slt-address address strong + br {
  display: none !important;
}
.slt-detail-contacts .slt-phones ul {
  display: table;
}
.slt-detail-contacts .slt-phones li {
  display: table-row;
}
.slt-detail-contacts .slt-phones li > span,
.slt-detail-contacts .slt-phones li em {
  display: table-cell;
}
.slt-detail-contacts .slt-phones li span {
  font-weight: 600;
}
.slt-detail-contacts .slt-phones li em {
  padding-left: 10px;
  font-size: 13px;
}
.slt-detail-contacts .slt-emails li + li {
  margin-bottom: 10px;
}
.slt-detail-contacts .slt-emails li + li:last-child {
  margin-bottom: 0;
}
.slt-detail-contacts .slt-emails em {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
}
@media (max-width: 480px) {
  .slt-detail-contacts .slt-members .col-xs-6 {
    float: none;
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width 767px) {
  .slt-detail-contacts .slt-members .col-xs-6 {
    width: 50%;
  }
  .slt-detail-contacts .slt-members .col-xs-6:nth-child(2n+3) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .slt-detail-contacts .slt-members .col-xs-6 {
    width: 33.33333333%;
  }
  .slt-detail-contacts .slt-members .col-xs-6:nth-child(3n+4) {
    clear: left;
  }
}
.slt-detail-contacts .slt-member {
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: center;
}
.slt-detail-contacts .slt-member h3 {
  margin-top: .5em;
}
.slt-detail-contacts .slt-member h3 small {
  display: block;
  margin-top: .5em;
}
.slt-detail-contacts .slt-member ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.slt-detail-contacts .slt-member li {
  display: block;
}
@media (max-width: 1274px) {
  .slt-detail-contacts .slt-member li {
    font-size: 13px;
  }
}
@media (min-width: 1275px) {
  .slt-detail-contacts .slt-member li {
    font-size: 14px;
  }
}
.slt-detail-contacts .slt-member .slt-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.slt-block-contacts address,
.slt-block-contacts p {
  margin-bottom: 9px;
}
.slt-block-contacts address {
  margin-left: 23px;
}
.slt-block-contacts address strong {
  position: relative;
}
.slt-block-contacts address i.fa {
  position: absolute;
  top: 2px;
  left: -23px;
}
.slt-block-contacts ul strong {
  float: left;
  width: 23px;
}
.slt-block-contacts ul li > span,
.slt-block-contacts ul em {
  display: block;
  margin-left: 23px;
}
.slt-block-contacts ul li > span:before,
.slt-block-contacts ul em:before,
.slt-block-contacts ul li > span:after,
.slt-block-contacts ul em:after {
  content: " ";
  display: table;
}
.slt-block-contacts ul li > span:after,
.slt-block-contacts ul em:after {
  clear: both;
}
.slt-block-contacts ul em {
  font-size: 12px;
}
.slt-block-contacts li {
  margin-bottom: 6px;
}
.slt-block-contacts li:before,
.slt-block-contacts li:after {
  content: " ";
  display: table;
}
.slt-block-contacts li:after {
  clear: both;
}
.slt-block-contacts li a {
  display: block;
  max-width: 100%;
}
.slt-block-contacts .fa {
  width: 1.28571429em;
  text-align: center;
}
@media (max-width: 767px) {
  .slt-block-contacts .slt-contact {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #dfdfdf;
  }
  .slt-block-contacts .slt-contact:after {
    display: none;
  }
}
.slt-block-contacts .slt-contact figure.slt-contact-photo {
  padding-top: .2em;
  text-align: center;
}
@media (max-width: 767px) {
  .slt-block-contacts .slt-contact figure.slt-contact-photo {
    text-align: left;
    float: left;
    margin-right: 20px;
  }
}
.slt-block-contacts .slt-contact figure.slt-contact-photo img {
  height: 130px;
  width: auto;
}
.slt-block-contacts .slt-contact .slt-contact-info {
  margin-bottom: 40px;
}
.slt-block-contacts .slt-contact .slt-contact-info header {
  text-align: center;
  margin-bottom: .8em;
}
@media (max-width: 767px) {
  .slt-block-contacts .slt-contact .slt-contact-info header {
    text-align: left;
  }
}
.slt-block-contacts .slt-contact .slt-contact-info header .slt-contact-name {
  display: block;
  margin-bottom: .4em;
  font-weight: 600;
  color: #124231;
}
.slt-block-contacts .slt-contact .slt-contact-info header .slt-contact-post {
  display: block;
  color: #124231;
  font-size: 16px;
}
.slt-block-contacts .slt-contact .slt-contact-info li {
  margin: 0;
}
.slt-block-contacts .slt-contact .slt-contact-info li.slt-member-mobile {
  font-weight: 600;
  margin-top: -0.2em;
  font-size: 14px;
}
@media (max-width: 767px) {
  .slt-block-contacts .slt-contact .slt-contact-info {
    text-align: left;
    float: left;
    margin: 0;
  }
}
.slt-block-contacts .slt-contact:after {
  content: "";
  border-right: 1px dashed #dfdfdf;
  width: 1px;
  height: 70%;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10%;
}
.slt-block-contacts .slt-contact:nth-child(3n+3):after {
  display: none;
}
.slt-block-map {
  position: relative;
  max-width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 41.93548387%;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.slt-block-map iframe,
.slt-block-map object,
.slt-block-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slt-block-map a {
  background-color: #fff;
}
.slt-course-map {
  display: block;
}
@media (max-width: 992px) {
  .slt-course-map {
    margin: 20px auto;
    text-align: center;
  }
}
@media (min-width: 1275px) {
  .slt-course-map {
    float: left;
    margin: 20px 20px 20px 0;
    width: 50%;
  }
}
.slt-course-map figure {
  position: relative;
  margin: 0 auto;
  width: 434px;
  max-width: 100%;
  height: auto;
}
.slt-course-map figcaption {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  height: auto;
  padding: 0;
}
.slt-course-map a {
  display: block;
  position: absolute;
  z-index: 1;
  margin-top: -12px;
  margin-left: -12px;
  border: 2px solid #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  width: 24px;
  height: 24px;
  line-height: 19px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  background-color: #124231;
  color: #fff;
}
.slt-course-map a:hover,
.slt-course-map a:focus,
.slt-course-map a:active {
  text-decoration: none !important;
}
.slt-course-map .slt-hole-1 {
  left: 26.26728111%;
  top: 53.33333333%;
}
.slt-course-map .slt-hole-2 {
  left: 3.91705069%;
  top: 42.06896552%;
}
.slt-course-map .slt-hole-3 {
  left: 15.89861751%;
  top: 40.45977011%;
}
.slt-course-map .slt-hole-4 {
  left: 27.64976959%;
  top: 43.2183908%;
}
.slt-course-map .slt-hole-5 {
  left: 12.44239631%;
  top: 20.22988506%;
}
.slt-course-map .slt-hole-6 {
  left: 26.7281106%;
  top: 14.94252874%;
}
.slt-course-map .slt-hole-7 {
  left: 45.16129032%;
  top: 32.18390805%;
}
.slt-course-map .slt-hole-8 {
  left: 24.65437788%;
  top: 29.1954023%;
}
.slt-course-map .slt-hole-9 {
  left: 35.02304147%;
  top: 43.2183908%;
}
.slt-course-map .slt-hole-10 {
  left: 47.92626728%;
  top: 70.57471264%;
}
.slt-course-map .slt-hole-11 {
  left: 60.82949309%;
  top: 61.6091954%;
}
.slt-course-map .slt-hole-12 {
  left: 65.89861751%;
  top: 43.2183908%;
}
.slt-course-map .slt-hole-13 {
  left: 61.29032258%;
  top: 33.10344828%;
}
.slt-course-map .slt-hole-14 {
  left: 52.53456221%;
  top: 37.70114943%;
}
.slt-course-map .slt-hole-15 {
  left: 69.58525346%;
  top: 73.56321839%;
}
.slt-course-map .slt-hole-16 {
  left: 84.79262673%;
  top: 79.08045977%;
}
.slt-course-map .slt-hole-17 {
  left: 67.51152074%;
  top: 85.28735632%;
}
.slt-course-map .slt-hole-18 {
  left: 37.32718894%;
  top: 70.57471264%;
}
.slt-block-related:before,
article[class*="slt-detail-"] + ul[class*="slt-list-"]:before {
  content: "";
  display: block;
  margin-top: 20px;
  border-top: 2px dashed #c6c6c6;
  padding-top: 25px;
}
.slt-block-related.row:before,
article[class*="slt-detail-"] + ul[class*="slt-list-"].row:before {
  margin: 0 10px;
}
.slt-block-related ul,
article[class*="slt-detail-"] + ul[class*="slt-list-"] ul {
  padding-left: 0;
  list-style: none;
}
.slt-block-related li,
article[class*="slt-detail-"] + ul[class*="slt-list-"] li {
  padding-left: 0;
}
.slt-block-related li:before,
article[class*="slt-detail-"] + ul[class*="slt-list-"] li:before,
.slt-block-related li:after,
article[class*="slt-detail-"] + ul[class*="slt-list-"] li:after {
  content: " ";
  display: table;
}
.slt-block-related li:after,
article[class*="slt-detail-"] + ul[class*="slt-list-"] li:after {
  clear: both;
}
[class*="slt-list-"]:before,
[class*="slt-list-"]:after {
  content: " ";
  display: table;
}
[class*="slt-list-"]:after {
  clear: both;
}
.slt-list-news li:before,
.slt-list-news li:after {
  content: " ";
  display: table;
}
.slt-list-news li:after {
  clear: both;
}
ul[class*="slt-list-"] li {
  position: relative;
  padding-bottom: 13px;
}
ul[class*="slt-list-"] article:before,
ul[class*="slt-list-"] article:after {
  content: " ";
  display: table;
}
ul[class*="slt-list-"] article:after {
  clear: both;
}
@media (max-width: 480px) {
  ul[class*="slt-list-"] article {
    margin-left: 33.33333333%;
    font-size: 13px;
  }
}
@media (min-width: 479px) {
  ul[class*="slt-list-"] article {
    margin-left: 159px;
  }
}
ul[class*="slt-list-"] article.slt-item-photogallery {
  float: none;
  margin-left: 0;
  text-align: center;
}
ul[class*="slt-list-"] article.slt-item-photogallery .slt-item-image-featured {
  display: inline-block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
ul[class*="slt-list-"] figure {
  text-align: right;
}
@media (max-width: 480px) {
  ul[class*="slt-list-"] figure {
    margin-left: -50%;
    width: 50%;
  }
}
@media (min-width: 479px) {
  ul[class*="slt-list-"] figure {
    margin-left: -163px;
    width: 163px;
  }
}
ul[class*="slt-list-"] figure a {
  max-width: 100%;
}
@media (max-width: 480px) {
  ul[class*="slt-list-"] .slt-item-photogallery figure.slt-item-image-featured {
    margin-left: 0;
    width: 100%;
    padding-right: 0;
  }
  ul[class*="slt-list-"] figcaption {
    font-size: 12px;
  }
}
ul[class*="slt-list-"] .thumbnail {
  margin: 0 auto;
  background: none;
}
ul[class*="slt-list-"] h3 {
  margin-top: 18px;
  margin-bottom: 9px;
  font-size: 22px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #4d4d4d;
}
ul[class*="slt-list-"] h2,
ul[class*="slt-list-"] h3 {
  margin-top: 4px;
}
@media (max-width: 480px) {
  ul[class*="slt-list-"] h2,
  ul[class*="slt-list-"] h3 {
    margin-bottom: 0;
    padding-bottom: 9px;
    font-size: 16px;
  }
}
ul[class*="slt-list-"] footer {
  text-align: left;
  font-size: 12px;
}
ul.slt-list-news li {
  border-bottom: 1px dashed #dfdfdf;
  margin-bottom: 13px;
  padding-bottom: 0;
}
.slt-list-catalog .slt-item-catalog {
  margin-left: 0;
}
.slt-list-catalog .slt-item-image-featured {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 480px) {
  [class*="slt-list-photo"] > .col-xs-4.col-sm-3 {
    width: 50%;
  }
  [class*="slt-list-photo"] > .col-xs-4.col-sm-3:nth-child(6n+1) {
    clear: left;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  [class*="slt-list-photo"] > .col-xs-4.col-sm-3:nth-child(3n+4) {
    clear: left;
  }
}
@media (min-width: 768px) {
  [class*="slt-list-photo"] > .col-xs-4.col-sm-3:nth-child(4n+5) {
    clear: left;
  }
}
ul.slt-list-photogalleries.row {
  margin-left: -5px;
  margin-right: -5px;
  padding: 0;
}
ul.slt-list-photogalleries.row > li {
  padding: 5px !important;
}
.slt-list-photogalleries .slt-item-image-featured {
  float: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
}
.slt-list-photogalleries .slt-item-image-featured a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.slt-list-photogalleries .slt-item-image-featured a:before,
.slt-list-photogalleries .slt-item-image-featured a:after {
  content: " ";
  display: table;
}
.slt-list-photogalleries .slt-item-image-featured a:after {
  clear: both;
}
.slt-list-photogalleries .slt-item-image-featured a img {
  opacity: 0.9;
}
.slt-list-photogalleries .slt-item-image-featured a:hover img {
  opacity: 1;
}
.slt-list-photogallery {
  clear: both;
}
.col-sm-6.slt-block-wysiwyg + .slt-list-photogallery {
  margin-left: 0;
  margin-right: 0;
}
.slt-list-photogallery img {
  object-fit: cover;
  object-position: center;
  height: 150px;
  width: 100%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.slt-list-photogallery img:hover {
  opacity: 1;
}
.slt-block-related h2 {
  margin: 0 0 25px;
  font-size: 18px;
  font-weight: 400;
  color: #4d4d4d;
  font-weight: 700;
}
.slt-events-list {
  position: relative;
  margin: 30px 0;
}
.slt-events-list .slt-events-toolbar {
  position: relative;
}
.slt-events-list .slt-switch-year,
.slt-events-list .slt-switch-year .btn,
.slt-events-list .slt-switch-year .dropdown-menu {
  width: 75px;
  min-width: 75px;
}
@media (max-width: 479px) {
  .slt-events-list .slt-switch-year {
    display: block;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .slt-events-list .slt-switch-year .dropdown-menu {
    top: 32px;
  }
}
@media (min-width: 480px) {
  .slt-events-list .slt-switch-year {
    position: absolute;
    right: 0;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .slt-events-list .slt-switch-year {
    top: -58px;
  }
}
@media (min-width: 992px) {
  .slt-events-list .slt-switch-year {
    top: -47px;
  }
}
.slt-events-list .slt-event {
  border-bottom: 1px dotted #dfdfdf;
  min-height: 90px;
  padding: 20px 0;
}
.slt-events-list .slt-event:first-child {
  border-top: 1px solid #dfdfdf;
}
.slt-events-list .slt-event:last-child {
  border-bottom: 1px solid #dfdfdf;
}
@media (max-width: 991px) {
  .slt-events-list .slt-event:last-child {
    border: none;
  }
}
@media (max-width: 559px) {
  .slt-events-list .slt-event-registrable .slt-regbutton {
    margin: 13px 0 0 83px;
  }
}
@media (max-width: 639px) {
  .slt-events-list .slt-event-registrable .slt-regbutton .btn-default {
    padding: 5px 10px;
    font-size: 13px;
  }
}
@media (min-width: 560px) {
  .slt-events-list .slt-event-registrable {
    position: relative;
  }
  .slt-events-list .slt-event-registrable header {
    margin-right: 125px;
  }
  .slt-events-list .slt-event-registrable .slt-regbutton {
    position: absolute;
    z-index: 20;
    top: 15px;
    right: 0;
  }
}
.slt-events-list header {
  position: relative;
}
.slt-events-list h2 {
  margin-top: 18px;
  margin-bottom: 9px;
  font-size: 18px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #4d4d4d;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
  padding: 20px 0;
}
.slt-events-list h3 {
  margin: 0 0 5px 83px;
  font-size: 22px;
}
.slt-events-list time {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  line-height: 1.0;
  text-align: center;
  background: #fff;
}
.slt-events-list .slt-date {
  font-weight: 600;
}
.slt-events-list .slt-day {
  display: block;
  font-size: 26px;
}
.slt-events-list .slt-day:before {
  content: ".";
  font-size: .5em;
  visibility: hidden;
}
.slt-events-list .slt-month,
.slt-events-list .slt-year,
.slt-events-list .slt-time {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.slt-events-list .slt-weekday {
  font-size: 11px;
  color: #888;
}
.slt-events-list dl,
.slt-events-list dt {
  display: inline-block;
}
.slt-events-list dl {
  margin: 0 10px 0 0;
}
.slt-events-list dd {
  display: inline;
}
.slt-events-list .slt-note {
  display: block;
}
.slt-events-list .slt-note dd {
  display: inline;
}
.slt-events-list dt {
  font-weight: 400;
  font-size: 12px;
  color: #888;
}
.slt-events-list dt:after {
  content: ": ";
}
.slt-events-list dd {
  font-size: 13px;
}
.slt-events-list .slt-content {
  margin-left: 83px;
}
.slt-pricelist {
  margin: 20px -5px 0;
}
.slt-pricelist:before,
.slt-pricelist:after {
  content: " ";
  display: table;
}
.slt-pricelist:after {
  clear: both;
}
@media (max-width: 767px) {
  .slt-pricelist {
    font-size: 13px;
  }
}
.slt-pricelist .slt-pricelist-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 20px;
  border: 1px solid #dfdfdf;
  border-bottom: 3px solid #ddd;
  padding: 0;
  text-align: left;
}
.slt-pricelist h2,
.slt-pricelist h3 {
  margin: 0;
  padding: 10px 8px;
  font-size: 16px;
  text-align: center;
  background: #124231;
  color: #fff;
}
@media (max-width: 767px) {
  .slt-pricelist h2,
  .slt-pricelist h3 {
    padding: 8px 5px;
    font-size: 13px;
  }
}
.slt-pricelist .slt-content {
  padding: 10px;
  background: #fff;
}
@media (max-width: 767px) {
  .slt-pricelist .slt-content {
    padding: 5px;
  }
}
.slt-pricelist ul {
  margin: 10px 0 10px 20px;
  padding: 0;
}
.slt-pricelist li {
  padding-left: 5px;
}
.slt-pricelist .slt-price {
  clear: both;
  margin: 0;
  padding: 0 10px 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  background: #fff;
  color: #0d2e22;
}
@media (max-width: 767px) {
  .slt-pricelist .slt-price {
    padding: 0 10px 20px;
    font-size: 14px;
  }
}
.slt-pricelist .slt-notice {
  margin: 0 10px 13px;
}
.slt-list-catalog .slt-item-catalog {
  margin-left: 0;
}
.slt-list-catalog .slt-item-catalog > figure {
  display: none;
}
@media (max-width: 767px) {
  .slt-supporters {
    display: none;
  }
}
@media (min-width: 768px) {
  .slt-supporters {
    position: relative;
    margin: 0 20px 5px;
  }
  .slt-supporters h2 {
    margin-top: 10px;
    font-weight: 400;
    color: #4d4d4d;
    font-size: 13px;
  }
  .slt-supporters .slt-content {
    display: table;
    width: 100%;
    max-width: 100%;
    height: 57px;
  }
  .slt-supporters article {
    display: table-cell;
    height: 57px;
    vertical-align: middle;
    text-align: center;
  }
  .slt-supporters article a {
    padding: 0;
  }
  .slt-supporters article img {
    width: 75%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 480px) {
  .slt-supporters {
    display: none;
  }
}
.slt-partners-list {
  text-align: center;
}
.slt-partners-list h2 {
  padding: 10px 8px;
  font-size: 16px;
  font-weight: 600;
  background: #124231;
  color: #fff;
}
@media (max-width: 767px) {
  .slt-partners-list h2 {
    padding: 8px 5px;
    font-size: 13px;
  }
}
@media (min-width: 481px) {
  .slt-partners-list .slt-fitwidths {
    display: table;
    width: 100%;
  }
}
@media (min-width: 481px) {
  .slt-partners-list .slt-fitwidths > * {
    display: table-cell;
    vertical-align: top;
  }
}
.slt-partners-list .slt-spread .slt-item {
  display: inline-block;
  margin: 0 20px;
}
.slt-partners-list .slt-icon-partner {
  margin: 10px auto;
}
[class*="slt-nav"] a,
[class*="slt-nav"] a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  [class*="slt-nav-section"] .navbar-right {
    float: right;
  }
}
@media (max-width: 539px) {
  .slt-nav-section .btn {
    float: none;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9px;
  }
  .slt-nav-section .navbar-right {
    float: none !important;
  }
}
@media (min-width: 480px) {
  [class*="slt-nav-section-"] > a {
    margin-top: 6px;
  }
}
.dropdown-menu {
  margin: 0;
  padding: 0;
}
.dropdown-menu a {
  padding: 8px 13px;
}
.dropdown-menu a.active {
  font-weight: bold;
}
.dropdown-menu i.fa {
  width: 1.28571429em;
  text-align: center;
}
.dropdown-menu span {
  font-size: 13px;
}
.slt-block-pagination {
  margin-bottom: 0;
  text-align: center;
}
.slt-block-pagination .pagination {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .slt-header-nav {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    float: right;
    margin-bottom: 0;
    text-align: right;
  }
  .slt-header-nav .container {
    float: right;
    position: relative;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: auto;
    height: 96px;
    padding-left: 0;
    padding-right: 0;
  }
  .slt-header-nav .container:before,
  .slt-header-nav .container:after {
    content: " ";
    display: table;
  }
  .slt-header-nav .container:after {
    clear: both;
  }
  .slt-header-nav .navbar-header {
    display: flex;
    align-items: center;
    margin: 0 0 0 1.5rem;
    height: 96px;
  }
  .slt-header-nav .navbar-toggle {
    margin: 0;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: .8em 1.1em;
    background: rgba(0, 0, 0, 0.2);
    outline: none;
    cursor: pointer;
  }
  .slt-header-nav .navbar-toggle span {
    color: #fff;
  }
  .slt-header-nav .navbar-toggle .fa {
    font-size: 21px;
  }
  .slt-header-nav .navbar-collapse {
    position: absolute;
    top: 96px;
    right: 0;
    min-width: 300px;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .slt-header-nav {
    padding-left: 20px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .slt-header-nav {
    margin-right: 10px !important;
  }
}
@media (max-width: 767px) {
  .slt-header-nav {
    margin-right: 0;
    margin-left: 0;
  }
  .slt-header-nav .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 425px) {
  .slt-header-nav {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .slt-header-nav {
    margin-bottom: 0;
    margin-left: 188px;
    border: 0;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
  }
  .slt-header-nav .container {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .slt-header-nav .slt-container-langs,
  .slt-header-nav .slt-container-navs {
    float: right;
    width: auto;
  }
  .slt-header-nav .slt-container-navs {
    margin: 0;
    float: left;
  }
  .slt-header-nav .navbar-header {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .slt-header-nav .collapse.slt-nav {
    display: block;
    visibility: visible;
    width: 100%;
  }
  .slt-header-nav li {
    display: table-cell;
  }
  .slt-header-nav a {
    position: relative;
    display: block;
    font-size: 15px;
    text-decoration: none;
    color: #4d4d4d;
  }
}
.slt-nav-fullnav {
  padding-left: 0;
  list-style: none;
  margin: 0;
  text-align: right;
}
.slt-nav-fullnav li {
  display: block;
  overflow: hidden;
}
.slt-nav-fullnav li span {
  display: block;
  position: relative;
}
.slt-nav-fullnav li.subnav-opened > ul {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.slt-nav-fullnav li.subnav-closed > ul {
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.slt-nav-fullnav a.list-toggle {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
}
.slt-nav-fullnav a.list-title {
  text-align: left;
}
.slt-nav-fullnav ul {
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.slt-nav-fullnav > li:first-child {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.slt-nav-fullnav > li:last-child > span > a {
  position: relative;
  padding-right: 33px;
}
.slt-nav-fullnav > li:last-child > span > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 18px;
  background: url('/cms-design/own_royalvalley/img/eu-flag.png') 0 0;
  background-size: 25px 18px;
}
@media (max-width: 991px) {
  .slt-nav-fullnav {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    display: block;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    touch-action: manipulation;
  }
  .slt-nav-fullnav li {
    display: block;
  }
  .slt-nav-fullnav > li:first-child {
    border-top: none;
  }
  .slt-nav-fullnav > li > ul {
    padding-left: 0;
  }
  .slt-nav-fullnav > li > ul > li > span > a.list-toggle {
    padding-left: 20px;
  }
  .slt-nav-fullnav > li > ul > li > span > a.list-title {
    padding-left: 60px;
  }
  .slt-nav-fullnav > li > ul > li > ul {
    padding-left: 0;
  }
  .slt-nav-fullnav > li > ul > li > ul > li > span > a.list-toggle {
    padding-left: 40px;
  }
  .slt-nav-fullnav > li > ul > li > ul > li > span > a.list-title {
    padding-left: 80px;
  }
  .slt-nav-fullnav > li > ul > li > ul > li > ul {
    padding-left: 0;
  }
  .slt-nav-fullnav > li > ul > li > ul > li > ul > li > span > a.list-toggle {
    padding-left: 60px;
  }
  .slt-nav-fullnav > li > ul > li > ul > li > ul > li > span > a.list-title {
    padding-left: 100px;
  }
  .slt-nav-fullnav span {
    display: block;
  }
  .slt-nav-fullnav span:before,
  .slt-nav-fullnav span:after {
    content: " ";
    display: table;
  }
  .slt-nav-fullnav span:after {
    clear: both;
  }
  .slt-nav-fullnav a {
    display: block;
    padding: 8px 20px;
  }
  .slt-nav-fullnav a.list-toggle {
    padding: 8px 0;
    text-align: left;
    color: #124231;
  }
  .slt-nav-fullnav a.list-toggle:hover,
  .slt-nav-fullnav a.list-toggle:active {
    color: #175640;
  }
  .slt-nav-fullnav a.list-toggle i {
    display: inline-block;
    width: 40px;
  }
  .slt-nav-fullnav a.list-title {
    padding-left: 40px;
  }
  .slt-nav-fullnav a.list-title:before,
  .slt-nav-fullnav a.list-title:after {
    content: " ";
    display: table;
  }
  .slt-nav-fullnav a.list-title:after {
    clear: both;
  }
  .slt-nav-fullnav .active > span > a {
    font-weight: bold;
    color: #0d2e22;
  }
}
@media (max-width: 991px) and (max-height: 360px) {
  .slt-nav-fullnav {
    max-height: 260px;
  }
}
@media (max-width: 991px) and (min-height: 361px) and (max-height: 420px) {
  .slt-nav-fullnav {
    max-height: 300px;
  }
}
@media (max-width: 991px) and (min-height: 421px) and (max-height: 480px) {
  .slt-nav-fullnav {
    max-height: 360px;
  }
}
@media (max-width: 991px) and (min-height: 481px) and (max-height: 580px) {
  .slt-nav-fullnav {
    max-height: 420px;
  }
}
@media (max-width: 991px) and (min-height: 581px) and (max-height: 640px) {
  .slt-nav-fullnav {
    max-height: 520px;
  }
}
@media (max-width: 991px) and (min-height: 641px) and (max-height: 780px) {
  .slt-nav-fullnav {
    max-height: 580px;
  }
}
@media (max-width: 991px) and (min-height: 781px) {
  .slt-nav-fullnav {
    max-height: 720px;
  }
}
@media (min-width: 992px) {
  .slt-nav-fullnav {
    height: 96px;
  }
  .slt-nav-fullnav .active > span > a {
    font-weight: 600;
    color: #ffc926;
  }
  .slt-nav-fullnav span:hover > a,
  .slt-nav-fullnav span:focus > a,
  .slt-nav-fullnav span:active > a {
    color: #fff;
  }
  .slt-nav-fullnav i.fa-plus-square:before,
  .slt-nav-fullnav i.fa-minus-square:before {
    content: "\f105";
    font-family: "FontAwesome";
  }
  .slt-nav-fullnav li {
    position: relative;
    overflow: visible;
    white-space: nowrap;
  }
  .slt-nav-fullnav li > span {
    display: block;
    position: relative;
    width: 100%;
  }
  .slt-nav-fullnav li:hover > span > a,
  .slt-nav-fullnav li:focus > span > a,
  .slt-nav-fullnav li:active > span > a {
    color: #cfdce9;
  }
  .slt-nav-fullnav li.subnav-opened:hover > ul,
  .slt-nav-fullnav li.subnav-closed:hover > ul,
  .slt-nav-fullnav li.subnav-opened:focus > ul,
  .slt-nav-fullnav li.subnav-closed:focus > ul,
  .slt-nav-fullnav li.subnav-opened:active > ul,
  .slt-nav-fullnav li.subnav-closed:active > ul {
    height: auto;
    overflow: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .slt-nav-fullnav li.subnav-opened > ul,
  .slt-nav-fullnav li.subnav-closed > ul {
    height: 0;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 96px;
    left: 0;
    background: #124231;
    padding: 0;
  }
  .slt-nav-fullnav li.subnav-opened > ul li > ul,
  .slt-nav-fullnav li.subnav-closed > ul li > ul {
    left: 100%;
    top: 0;
    padding: 0;
  }
  .slt-nav-fullnav > li {
    display: inline-block;
    height: 96px;
    vertical-align: top;
    white-space: normal;
  }
  .slt-nav-fullnav > li:after {
    content: "";
    display: block;
    position: absolute;
    right: -2px;
    top: 34px;
    bottom: 30px;
    width: 1px;
    background: #ccc;
    background: rgba(255, 255, 255, 0.5);
  }
  .slt-nav-fullnav > li:last-child::after {
    content: none;
  }
  .slt-nav-fullnav > li > span {
    display: table;
    height: 96px;
    line-height: 96px;
  }
  .slt-nav-fullnav > li > span a.list-toggle {
    display: none;
  }
  .slt-nav-fullnav > li > span a.list-title {
    display: table-cell;
    height: 96px;
    vertical-align: middle;
    line-height: 1.2em;
    text-align: center;
    text-shadow: 0 3px 12px #1964b9;
  }
  .slt-nav-fullnav a {
    color: #fff;
  }
  .slt-nav-fullnav a.list-toggle {
    padding: 0;
    text-align: right;
  }
  .slt-nav-fullnav ul {
    padding-left: 0;
    list-style: none;
    position: absolute;
    border: none !important;
    background: none;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.35);
  }
  .slt-nav-fullnav ul ul {
    top: 0;
    left: 100%;
  }
  .slt-nav-fullnav > li._node > span {
    position: relative;
  }
  .slt-nav-fullnav > li._node > span:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.2em;
    margin: 0;
    height: 1.2em;
    text-align: center;
    line-height: 1em;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
  }
  .slt-nav-fullnav > li._node > span:hover:after,
  .slt-nav-fullnav > li._node > span:focus:after,
  .slt-nav-fullnav > li._node > span:active:after {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .slt-nav-fullnav > li._node > ul a {
    padding: .75em;
  }
  .slt-nav-fullnav > li._node > ul a.list-title {
    padding-right: 2em;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1274px) {
  .slt-nav-fullnav a.list-title {
    padding: 0 .5em;
    font-size: 14px;
  }
}
@media (min-width: 992px) and (min-width: 1275px) {
  .slt-nav-fullnav a.list-title {
    padding: 0 1em;
  }
}
[class*="fa-slt-lang-"] {
  top: 0;
}
.slt-container-navs {
  display: table;
}
.slt-header-langs {
  display: table-cell;
  margin: 0;
  height: 96px;
  padding: 0;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .slt-header-langs {
    height: 96px;
  }
}
@media (min-width: 991px) {
  .slt-header-langs {
    height: 96px;
  }
}
.slt-header-langs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slt-header-langs li {
  display: block;
}
.slt-header-langs a {
  display: block;
  text-decoration: none;
}
.slt-header-langs a.dropdown-toggle {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.slt-header-langs a.dropdown-toggle i {
  top: 3px;
}
.slt-header-langs a.dropdown-toggle > [class*="fa-slt-lang-"] {
  margin-right: 0;
}
.slt-header-langs a.dropdown-toggle span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.slt-header-langs a.dropdown-toggle:hover .caret {
  color: #cfdce9;
}
.slt-header-langs .caret {
  position: relative;
  top: 5px;
  margin-left: 5px;
  height: 18px;
  line-height: 18px;
  color: #fff;
}
.slt-header-langs .dropdown-menu {
  display: block;
  left: 0;
  right: 0;
  border: none;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.slt-header-langs .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.slt-header-langs .dropdown-menu a {
  padding: 5px 10px;
}
.slt-header-langs .dropdown-menu .fa,
.slt-header-langs .dropdown-menu span {
  display: inline-block;
  vertical-align: middle;
}
.slt-header-langs .dropdown-menu .fa {
  margin-right: 5px;
}
.slt-header-langs .dropdown.open .dropdown-menu {
  height: auto;
}
.slt-header-langs .active span {
  font-weight: 700;
}
.slt-content-additive [class*="slt-nav"] ul {
  padding-left: 0;
  list-style: none;
}
.slt-content-additive [class*="slt-nav"] ul > li ul {
  padding-top: 0;
  padding-left: 23px;
}
.slt-content-additive [class*="slt-nav"] ul > li ul li {
  border-top: 1px solid #ccc;
}
.slt-content-additive [class*="slt-nav"] ul > li ul li:last-child {
  border-bottom: 1px solid #ccc;
}
.slt-content-additive [class*="slt-nav"] ul li {
  padding: 0;
}
.slt-content-additive [class*="slt-nav"] ul li.active > a {
  font-weight: bold;
}
.slt-content-additive [class*="slt-nav"] ul li.active > a:before {
  content: "\f111";
}
.slt-content-additive [class*="slt-nav"] ul a {
  position: relative;
  display: block;
  padding-top: 6px;
  padding-bottom: 4px;
  padding-left: 23px;
  color: #4d4d4d;
}
.slt-content-additive [class*="slt-nav"] ul a:before {
  content: "\f1db";
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 1.55em;
  vertical-align: middle;
  font-family: "FontAwesome";
  font-size: 11px;
  text-align: center;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.slt-content-additive [class*="slt-nav"] ul a:hover,
.slt-content-additive [class*="slt-nav"] ul a:focus,
.slt-content-additive [class*="slt-nav"] ul a:active {
  text-decoration: none;
  color: #124231;
}
.slt-content-additive [class*="slt-nav"] ul a:hover:before,
.slt-content-additive [class*="slt-nav"] ul a:focus:before,
.slt-content-additive [class*="slt-nav"] ul a:active:before {
  content: "\f111";
}
.slt-content-additive [class*="slt-nav"] li.active > a {
  font-weight: bold;
}
.slt-header-nav .slt-nav-aside {
  float: right;
  overflow: hidden;
  height: 96px;
}
.slt-header-nav .slt-nav-aside header {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.slt-header-nav .slt-nav-aside ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-top: 16px;
}
@media (max-width: 559px) {
  .slt-header-nav .slt-nav-aside ul {
    display: table;
    width: 100%;
    height: 72px;
  }
}
@media (min-width: 560px) and (max-width: 1274px) {
  .slt-header-nav .slt-nav-aside ul {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1275px) {
  .slt-header-nav .slt-nav-aside ul {
    float: left;
  }
}
@media (max-width: 1274px) {
  .slt-header-nav .slt-nav-aside ul li a {
    padding: 3px 20px 0;
  }
}
@media (max-width: 559px) {
  .slt-header-nav .slt-nav-aside li {
    display: table-cell;
    height: 72px;
    vertical-align: middle;
  }
}
@media (min-width: 560px) {
  .slt-header-nav .slt-nav-aside li {
    float: left;
    position: relative;
  }
}
.slt-header-nav .slt-nav-aside a {
  position: relative;
  display: block;
  height: 26px;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 559px) {
  .slt-header-nav .slt-nav-aside a {
    height: auto;
    line-height: 1.2em;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .slt-header-nav .slt-nav-aside a {
    padding: 2px 8px 0;
  }
}
@media (min-width: 768px) {
  .slt-header-nav .slt-nav-aside a {
    padding: 3px 30px 0;
  }
}
@media (min-width: 768px) {
  .slt-header-nav .slt-nav-aside a {
    font-size: 14px;
  }
}
.slt-header-nav .slt-nav-aside a:hover:before,
.slt-header-nav .slt-nav-aside a:active:before,
.slt-header-nav .slt-nav-aside a:focus:before {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  left: 15px;
  bottom: 0;
  height: 2px;
  background: #7b003b;
  background: rgba(123, 0, 59, 0.5);
}
.slt-header-nav .slt-nav-aside .active a:before {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  left: 15px;
  bottom: 0;
  height: 2px;
  background: #7b003b;
  background: rgba(123, 0, 59, 0.5);
}
@media (max-width: 991px) {
  .slt-header-nav .slt-nav-aside {
    display: none;
  }
}
.slt-nav-incontent {
  padding-left: 0;
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
  padding: 0;
}
.slt-nav-incontent:before,
.slt-nav-incontent:after {
  content: " ";
  display: table;
}
.slt-nav-incontent:after {
  clear: both;
}
.slt-nav-incontent li {
  text-align: center;
}
@media (max-width: 479px) {
  .slt-nav-incontent li {
    width: 33.33333333%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .slt-nav-incontent li {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1274px) {
  .slt-nav-incontent li {
    width: 16.66666667%;
  }
}
@media (max-width: 1274px) {
  .slt-nav-incontent li {
    float: left;
  }
}
.slt-nav-incontent li a,
.slt-nav-incontent li span {
  display: block;
  font-size: 13px;
  padding: 5px;
  line-height: 18px;
}
.slt-nav-incontent li.active a,
.slt-nav-incontent li.active span {
  font-weight: 600;
  background: #124231;
  color: #fff;
}
.slt-nav-incontent li.disabled {
  color: #888;
}
@media (min-width: 1275px) {
  .slt-nav-incontent {
    display: table;
    width: 100%;
  }
  .slt-nav-incontent li {
    display: table-cell;
    float: none;
  }
}
.slt-nav-courses .dropdown-menu .active a,
.slt-nav-courses .dropdown-menu .active span {
  font-weight: 600;
  color: #fff;
}
@media (max-width: 519px) {
  .slt-nav-courses {
    text-align: center;
  }
  .slt-nav-courses .dropdown-menu {
    width: 182px;
  }
  .slt-nav-courses .dropdown-menu li {
    float: left;
    width: 60px;
    text-align: center;
  }
  .slt-nav-courses .dropdown-menu li:nth-child(9n+1) {
    clear: left;
  }
}
@media (min-width: 520px) {
  .slt-nav-courses {
    margin: 20px 0;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
  }
  .slt-nav-courses .dropdown-toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .slt-nav-courses .dropdown-menu {
    position: static;
    float: none;
    margin: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .slt-nav-courses .dropdown-menu li {
    padding: 3px 0;
    text-align: center;
  }
  .slt-nav-courses .dropdown-menu li a,
  .slt-nav-courses .dropdown-menu li span {
    display: block;
    padding: 5px;
    line-height: 18px;
  }
  .slt-nav-courses .dropdown-menu li a {
    color: #124231;
  }
  .slt-nav-courses .dropdown-menu li a:hover,
  .slt-nav-courses .dropdown-menu li a:focus,
  .slt-nav-courses .dropdown-menu li a:active {
    color: #020604;
  }
}
@media (min-width: 520px) and (max-width: 991px) {
  .slt-nav-courses .dropdown-menu {
    display: inline-block;
    margin: 0 auto;
  }
  .slt-nav-courses .dropdown-menu:before,
  .slt-nav-courses .dropdown-menu:after {
    content: " ";
    display: table;
  }
  .slt-nav-courses .dropdown-menu:after {
    clear: both;
  }
}
@media (min-width: 520px) and (min-width: 992px) {
  .slt-nav-courses .dropdown-menu {
    display: table;
    width: 100%;
  }
}
@media (min-width: 520px) and (max-width: 991px) {
  .slt-nav-courses .dropdown-menu li {
    float: left;
    width: 50px;
  }
  .slt-nav-courses .dropdown-menu li:nth-child(9n+1) {
    clear: left;
  }
}
@media (min-width: 520px) and (min-width: 992px) {
  .slt-nav-courses .dropdown-menu li {
    display: table-cell;
    min-width: 5.25%;
  }
}
.slt input[type="text"],
.slt input[type="search"],
.slt input[type="date"],
.slt input[type="password"],
.slt input[type="email"],
.slt input[type="tel"],
.slt textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slt .required {
  color: #d9534f;
}
.slt label {
  font-weight: normal;
}
.slt textarea {
  resize: vertical;
}
.slt .bootstrap-select {
  max-width: 100% !important;
}
@media (max-width: 480px) {
  .slt .bootstrap-select .dropdown-menu {
    left: auto;
    right: 0;
    max-width: 300px;
  }
}
.slt .bootstrap-select * {
  outline: none;
}
.slt .bootstrap-select .btn .caret {
  margin-top: -9px;
}
.slt .bootstrap-select li {
  border-bottom: 1px solid #dfdfdf;
}
.slt .bootstrap-select li:last-child {
  border-bottom: none;
}
.slt .bootstrap-select a {
  padding-left: 20px;
  padding-right: 20px;
}
.slt .bootstrap-select .selected > a {
  font-weight: bold;
}
.slt .control-label {
  text-align: left;
  font-size: 13px;
}
.slt-icon-checkbox {
  position: relative;
  display: inline-block;
  top: 3px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  text-align: center;
  background: #fff;
}
.slt-icon-checkbox .fa-check {
  position: relative;
  top: -4px;
  left: .025em;
  font-size: 12px;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
@media (max-width: 480px) {
}
.slt-form-contact h2 {
  margin-bottom: 23px;
}
@media (max-width: 599px) {
  .slt-form-contact form > .row > [class*="col-xs-"] {
    float: none;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .slt-form-contact {
    margin-bottom: 20px;
  }
}
.slt-form-contact .form-group {
  position: relative;
  margin-bottom: 8px;
}
.slt-form-contact .form-group label {
  display: block;
  margin: 0;
  width: 0;
  height: 0;
}
.slt-form-contact .form-group .required {
  position: absolute;
  right: 4px;
  top: 0;
}
.slt-form-contact .form-group .form-control {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #b4b4b4;
  height: 40px;
  background: #f3f3f3;
}
.slt-form-contact .form-group textarea.form-control {
  height: 136px;
}
.slt-form-contact .col-xs-8 .row {
  display: table;
  position: relative;
  margin: 0;
  width: 100%;
  height: 42px;
}
.slt-form-contact .col-xs-8 .row > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
  width: auto;
  height: 42px;
  padding: 0;
}
.slt-form-contact .text-info {
  margin: 0 20px 0 0;
  font-size: 12px;
  line-height: 1.25em;
  color: #4d4d4d;
}
.slt-form-contact .btn {
  padding: 9px 16px;
  font-size: 16px;
}
.slt-form-contact .btn i + span {
  margin: 0 2px 0 16px !important;
}
.slt .datepicker {
  width: 210px;
  padding: 0;
}
.slt .datepicker.dropdown-menu {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: 0 1px 2px #000;
  box-shadow: 0 1px 2px #000;
  overflow: hidden;
}
.slt .datepicker table {
  width: 100%;
  border: none;
  margin: 0;
}
.slt .datepicker table tr th,
.slt .datepicker table tr td {
  line-height: 28px;
}
.slt .datepicker table tr td {
  color: #4d4d4d;
}
.slt .datepicker table thead tr:first-child + tr th,
.slt .datepicker table tfoot tr:first-child th {
  color: #124231;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.slt .datepicker table thead tr:first-child + tr th:hover,
.slt .datepicker table tfoot tr:first-child th:hover,
.slt .datepicker table thead tr:first-child + tr th:focus,
.slt .datepicker table tfoot tr:first-child th:focus,
.slt .datepicker table thead tr:first-child + tr th:active,
.slt .datepicker table tfoot tr:first-child th:active {
  background: #124231;
  color: #fff;
}
.slt .datepicker td.day.active:hover {
  background: #124231;
  color: #fff;
}
.slt .datepicker table tr th,
.slt .slt-calendar-events table tr th,
.slt .datepicker table tr td,
.slt .slt-calendar-events table tr td {
  padding: 0;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.slt .datepicker table tr td.old,
.slt .slt-calendar-events table tr td.old,
.slt .datepicker table tr td.new,
.slt .slt-calendar-events table tr td.new {
  color: #c3c3c3;
}
.slt .datepicker table tr td.active,
.slt .slt-calendar-events table tr td.active {
  border-bottom-color: #c3c3c3;
  font-weight: 700;
  background: #c3c3c3;
  color: #4d4d4d;
}
.slt .datepicker table thead th,
.slt .slt-calendar-events table thead th {
  font-weight: 400;
  text-align: center;
  background: #fff;
}
.slt .datepicker table thead th.dow,
.slt .slt-calendar-events table thead th.dow {
  background: #4d4d4d;
}
.slt .datepicker table thead tr:first-child th,
.slt .slt-calendar-events table thead tr:first-child th {
  font-size: 14px;
  font-weight: 600;
}
.slt .datepicker table tbody tr:first-child td,
.slt .slt-calendar-events table tbody tr:first-child td {
  border-top: none;
}
.slt .datepicker table tbody td,
.slt .slt-calendar-events table tbody td {
  border: 1px dotted #dfdfdf;
  width: 14.28571429%;
}
.slt-calendar-events {
  margin: 20px auto 40px;
  width: 100%;
  max-width: 300px;
}
.slt-calendar-events a {
  text-decoration: none;
}
.slt-calendar-events table {
  margin: 0;
  border: none;
  width: 100%;
}
.slt-calendar-events table tr th,
.slt-calendar-events table tr td {
  line-height: 35px;
}
.slt-calendar-events table thead tr:first-child th {
  padding: 0;
  line-height: 3em;
  color: #4d4d4d;
}
.slt-calendar-events table thead th.dow {
  background: #124231 !important;
}
.slt-content-additive .slt-calendar-events table tbody a {
  font-size: 18px;
  font-weight: 700;
}
.slt-calendar-events table a {
  display: block;
  position: relative;
  height: 100%;
  font-weight: 600;
}
.slt-calendar-events table a:hover,
.slt-calendar-events table a:focus,
.slt-calendar-events table a:active {
  text-decoration: none;
  background: #124231;
  color: #fff !important;
}
.slt-calendar-events table a.slt-eventlabel-club {
  color: #03834a;
}
.slt-calendar-events table a.slt-eventlabel-club:hover,
.slt-calendar-events table a.slt-eventlabel-club:focus,
.slt-calendar-events table a.slt-eventlabel-club:active {
  background: #035631;
}
.slt-calendar-events table a.slt-eventlabel-open {
  color: #5197d4;
}
.slt-calendar-events table a.slt-eventlabel-open:hover,
.slt-calendar-events table a.slt-eventlabel-open:focus,
.slt-calendar-events table a.slt-eventlabel-open:active {
  background: #0f497c;
}
.slt-calendar-events table a.slt-eventlabel-closed {
  color: #d5582a;
}
.slt-calendar-events table a.slt-eventlabel-closed:hover,
.slt-calendar-events table a.slt-eventlabel-closed:focus,
.slt-calendar-events table a.slt-eventlabel-closed:active {
  background: #8b300f;
}
.slt-calendar-events table a:before {
  position: absolute;
  right: 0;
  bottom: 0;
}
.slt-calendar-events .slt-legend {
  padding-left: 5px;
  text-align: center;
}
.slt-calendar-events .slt-legend > * {
  margin: 10px 0;
}
.slt-calendar-events .slt-legend h3 {
  font-size: 14px;
}
.slt-calendar-events .slt-legend dt,
.slt-calendar-events .slt-legend dd {
  display: inline-block;
  font-size: 12px;
  max-width: 60px;
  vertical-align: top;
}
.slt-calendar-events .slt-legend dd + dt {
  margin-left: 10px;
}
.slt-calendar-events .slt-legend dt {
  position: relative;
  left: -3px;
}
.slt-calendar-events .slt-legend dd {
  vertical-align: top;
}
.slt-calendar-events .slt-legend .slt-eventlabel-club:before,
.slt-calendar-events .slt-legend .slt-eventlabel-open:before,
.slt-calendar-events .slt-legend .slt-eventlabel-closed:before {
  border-width: 0 0 8px 8px;
}
.slt-calendar-events .slt-item-morelink {
  margin: 10px 0;
  text-align: center;
  font-size: 13px;
}
.slt-btn-reservation {
  margin: 10px auto;
}
@media (max-width: 767px) {
  .slt-content-wrap > .slt-btn-reservation {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .slt-content-wrap > .slt-btn-reservation {
    margin-bottom: -5px;
  }
}
@media (min-width: 992px) {
  .slt-content-wrap > .slt-btn-reservation {
    display: none;
  }
}
@media (max-width: 991px) {
  .slt-content-additive .slt-btn-reservation {
    display: none;
  }
}
@media (max-width: 991px) {
  .slt-btn-reservation .slt-wrap {
    margin: 0 auto;
    max-width: 300px;
    text-align: center;
  }
}
.slt-btn-reservation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slt-btn-reservation li {
  margin: 0;
  padding: 0;
}
.slt-btn-reservation a {
  display: block;
  position: relative;
  padding: 15px 10px;
  text-align: center;
  text-decoration: none;
}
.slt-btn-reservation i,
.slt-btn-reservation span {
  vertical-align: middle;
}
.slt-btn-reservation .fa {
  font-size: 28px;
}
.slt-btn-reservation .slt-button:after {
  content: "";
  display: block;
  margin-bottom: 5px;
  height: 6px;
  background: #ffc926;
}
.slt-btn-reservation .slt-button a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 991px) {
  .slt-btn-reservation .slt-phone a {
    padding: 5px;
    background: rgba(255, 255, 255, 0.75);
  }
}
.slt-btn-reservation .slt-phone i {
  font-size: 32px;
  color: #ffc926;
}
.slt-btn-reservation .slt-phone span {
  font-size: 20px;
  font-weight: 600;
  color: #4d4d4d;
}
.slc.slt-reservation-modal * {
  font-family: "Open Sans", sans-serif;
}
.slc.slt-reservation-modal a {
  color: #124231;
}
.slc.slt-reservation-modal header,
.slc.slt-reservation-modal .form-inline,
.slc.slt-reservation-modal .form-control,
.slc.slt-reservation-modal th,
.slc.slt-reservation-modal td {
  text-align: center;
}
.slc.slt-reservation-modal .form-control {
  margin: 0 auto 10px;
  width: 268px;
  font-size: 16px;
}
.slc.slt-reservation-modal .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  padding: 5px 12px;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  background: #124231;
  color: #fff;
  margin: 0 5px;
}
.slc.slt-reservation-modal .btn:focus,
.slc.slt-reservation-modal .btn:active:focus,
.slc.slt-reservation-modal .btn.active:focus,
.slc.slt-reservation-modal .btn.focus,
.slc.slt-reservation-modal .btn:active.focus,
.slc.slt-reservation-modal .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.slc.slt-reservation-modal .btn:hover,
.slc.slt-reservation-modal .btn:focus,
.slc.slt-reservation-modal .btn.focus {
  text-decoration: none;
  background: #ffc926;
  border: 1px solid #ffc926;
  color: #fff;
}
.slc.slt-reservation-modal .btn:active,
.slc.slt-reservation-modal .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.slc.slt-reservation-modal .btn.disabled,
.slc.slt-reservation-modal .btn[disabled],
fieldset[disabled] .slc.slt-reservation-modal .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slc.slt-reservation-modal i.fa {
  font-family: "FontAwesome";
}
.slc.slt-reservation-modal table {
  width: 100%;
}
.slt-flight-reservation .slt-leavemail {
  margin: 20px auto;
  text-align: center;
}
.slt-flight-reservation .slt-leavemail label {
  margin-right: 12px;
}
.slt-flight-reservation footer {
  margin: 30px 0;
}
.slt-flight-reservation footer:before,
.slt-flight-reservation footer:after {
  content: " ";
  display: table;
}
.slt-flight-reservation footer:after {
  clear: both;
}
@media (max-width: 611px) {
  .slt-flight-reservation .slt-confirm {
    text-align: center;
  }
  .slt-flight-reservation .slt-confirm .btn {
    margin: 5px 0;
    min-width: 175px;
  }
}
@media (min-width: 612px) {
  .slt-flight-reservation .slt-confirm {
    float: right;
  }
}
.slt-flight-reservation .slt-backlink {
  margin-top: 5px;
  text-align: center;
}
@media (max-width: 499px) {
  .slt-flight-reservation .slt-backlink {
    text-align: center;
  }
}
.slt-flight-reservation i.fa-money,
.slt-flight-reservation i.fa-credit-card {
  vertical-align: middle;
}
.slt-flight-reservation i.fa-money + span,
.slt-flight-reservation i.fa-credit-card + span {
  position: relative;
  top: 2px;
}
.slt-flight-reservation i.fa-money {
  margin: 4px 0 5px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  width: 19px;
  height: 22px;
  background-image: url('/cms-design/own_royalvalley/img/sprite.png');
  background-position: -143px -36px;
  background-size: 283px 76px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slt-flight-reservation i.fa-money {
    background-image: url('/cms-design/own_royalvalley/img/sprite@2x.png?v=1');
  }
}
.slt-flight-reservation i.fa-money:before {
  content: "";
}
.slt-flight-reservation i.fa-credit-card {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  width: 50px;
  height: 31px;
  background-image: url('/cms-design/own_royalvalley/img/sprite.png');
  background-position: -92px -36px;
  background-size: 283px 76px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slt-flight-reservation i.fa-credit-card {
    background-image: url('/cms-design/own_royalvalley/img/sprite@2x.png?v=1');
  }
}
.slt-flight-reservation i.fa-credit-card:before {
  content: "";
}
header.slt-flight-summary {
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 10px;
  text-align: center;
  background: #ddd;
}
header.slt-flight-summary p {
  margin-bottom: 0;
  font-size: 16px;
}
header.slt-flight-summary .slt-weekday,
header.slt-flight-summary .slt-time {
  font-weight: 700;
}
header.slt-flight-summary .slt-date {
  padding: 0 12px;
}
header.slt-flight-summary .slt-time {
  color: #124231;
}
table.slt-players {
  width: 100%;
}
table.slt-players th,
table.slt-players td {
  text-align: center;
}
table.slt-players tfoot {
  text-align: center;
}
article.slt-players {
  text-align: center;
}
article.slt-players header,
article.slt-players footer,
article.slt-players .slt-occupied,
article.slt-players .slt-discount {
  display: table;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 0;
}
article.slt-players header > *,
article.slt-players footer > *,
article.slt-players .slt-occupied > *,
article.slt-players .slt-discount > * {
  display: table-cell;
  padding: 5px 8px;
}
article.slt-players header > * {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  background: #124231;
  color: #fff;
}
@media (max-width: 767px) {
  article.slt-players header > * {
    padding: 8px 5px;
    font-size: 13px;
  }
}
article.slt-players header .slt-price {
  padding-right: 39px;
}
article.slt-players .slt-occupation {
  margin: 10px 0;
  border: 1px solid #dfdfdf;
}
article.slt-players label.btn {
  padding-right: 0;
}
article.slt-players label.btn.active {
  -webkit-box-shadow: inset 0 0 1px #124231;
  box-shadow: inset 0 0 1px #124231;
}
article.slt-players label.btn.disabled {
  background: #c3dacf !important;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
article.slt-players .slt-occupied {
  background: #fff;
  color: #4d4d4d;
}
article.slt-players footer {
  margin-top: 10px;
  font-weight: 600;
  background: #dfdfdf;
}
article.slt-players footer .slt-label {
  text-align: right;
}
article.slt-players footer .slt-price {
  width: 111px;
  padding-right: 38px;
}
article.slt-players .btn.slt-discount {
  position: relative;
  z-index: 1;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  white-space: normal;
  background: #b0aca7;
  color: #124231;
}
article.slt-players .btn.slt-discount .slt-radio {
  padding-left: 6px;
}
@media (max-width: 767px) {
  article.slt-players .btn.slt-discount {
    font-size: 12px;
  }
}
article.slt-players .btn.slt-discount > * {
  padding-top: 6px;
  padding-bottom: 6px;
}
article.slt-players .btn.slt-discount .slt-price {
  width: 80px;
}
article.slt-players .slt-player {
  width: 40%;
}
article.slt-players .slt-handicap {
  width: 80px;
}
@media (min-width: 481px) {
  article.slt-players .slt-name {
    position: relative;
    width: 40%;
  }
}
article.slt-players .slt-description {
  font-style: oblique;
  text-align: left;
}
@media (min-width: 768px) {
  article.slt-players .slt-description {
    padding-left: 7.25%;
  }
}
article.slt-players .slt-price {
  width: 110px;
  padding-left: 0;
  text-align: right;
}
article.slt-players .slt-radio,
article.slt-players .slt-checkbox {
  width: 30px;
}
article.slt-players [data-toggle="buttons"] > .btn input[type="radio"],
article.slt-players [data-toggle="buttons"] > .btn input[type="checkbox"] {
  clip: auto;
  position: static;
}
.slt-payments {
  margin: 30px auto;
  text-align: center;
}
.slt-payments .btn {
  line-height: 32px;
}
.slt-payments span,
.slt-payments ul {
  vertical-align: top;
}
.slt-payments span {
  display: inline-block;
}
.slt-payments ul {
  padding-left: 0;
  list-style: none;
  display: inline-block;
  margin: 0 0 0 16px;
}
.slt-payments li {
  float: left;
  margin: 0;
  padding: 0;
}
.slt-payments li i {
  display: block;
}
.slt-payments .slt-icon-checkbox {
  top: 9px;
}
.slt-payments .slt-icon-checkbox .fa-check {
  top: -10px;
}
.slt-flights-toolbar {
  position: relative;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  background: #ddd;
}
@media (max-width: 767px) {
  .slt-flights-toolbar {
    text-align: center;
  }
  .slt-flights-toolbar > * {
    margin: 0 auto 5px;
  }
  .slt-flights-toolbar > *:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .slt-flights-toolbar {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .slt-flights-toolbar:before,
  .slt-flights-toolbar:after {
    content: " ";
    display: table;
  }
  .slt-flights-toolbar:after {
    clear: both;
  }
}
.slt-flights-toolbar .slt-switch-date:before,
.slt-flights-toolbar .slt-switch-date:after {
  content: " ";
  display: table;
}
.slt-flights-toolbar .slt-switch-date:after {
  clear: both;
}
@media (max-width: 767px) {
  .slt-flights-toolbar .slt-switch-date {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 275px;
  }
}
@media (min-width: 768px) {
  .slt-flights-toolbar .slt-switch-date {
    margin-left: 7px;
  }
}
.slt-flights-toolbar .slt-switch-date .slt-datepicker {
  float: left;
  width: 210px;
}
.slt-flights-toolbar .slt-switch-date .slt-datepicker i {
  color: #124231;
}
.slt-flights-toolbar .slt-switch-date .slt-datepicker .form-control {
  padding-right: 0;
}
.slt-flights-toolbar .slt-switch-date .form-control,
.slt-flights-toolbar .slt-switch-date .input-group-addon {
  z-index: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-right: none;
  border-left: none;
  background: #fff;
}
.slt-flights-toolbar .slt-weekday {
  font-weight: 700;
}
@media (min-width: 480px) {
  .slt-flights-toolbar .slt-weekday {
    margin-right: 4px;
  }
}
@media (min-width: 480px) {
  .slt-flights-toolbar .slt-showall {
    position: absolute;
    top: -45px;
    right: 0;
  }
}
.slt-flights-toolbar .btn {
  border-color: #ccc;
  background: #fff;
  color: #4d4d4d;
}
.slt-flights-toolbar .btn.active,
.slt-flights-toolbar .btn:hover,
.slt-flights-toolbar .btn:active,
.slt-flights-toolbar .btn:focus {
  border-color: #ccc !important;
  background: #124231;
  color: #fff;
}
.slt-flights-list > ul.row {
  padding-left: 0;
  list-style: none;
  margin: -5px;
}
.slt-flights-list > ul.row > li[class*="col-"] {
  padding: 5px;
}
@media (max-width: 399px) {
  .slt-flights-list > ul.row > li.col-xs-4 {
    width: 100%;
  }
}
@media (min-width: 400px) and (max-width: 574px) {
  .slt-flights-list > ul.row > li.col-xs-4 {
    width: 50%;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .slt-flights-list > ul.row > li.col-xs-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) and (max-width: 1274px) {
  .slt-flights-list > ul.row > li.col-xs-4 {
    width: 25%;
  }
}
@media (min-width: 1275px) {
  .slt-flights-list > ul.row > li.col-xs-4 {
    width: 20%;
  }
}
.slt-flight {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.slt-flight h2 {
  display: table;
  margin: 0;
  width: 100%;
  height: 46px;
}
.slt-flight time,
.slt-flight small {
  display: table-cell;
  height: 46px;
  min-height: 2em;
  padding: 5px 10px;
  vertical-align: middle;
}
.slt-flight time {
  width: 3.5em;
  font-weight: 400;
  text-align: left;
  color: #4d4d4d;
}
.slt-flight small {
  font-size: 12px;
  text-align: right;
}
.slt-flight small .slt-inner {
  display: inline-block;
}
.slt-flight small .slt-inner span {
  display: block;
  text-align: center;
}
.slt-flight .slt-offer-happyhours {
  color: #d37200;
}
.slt-flight .slt-offer-twilight {
  color: #7220a8;
}
.slt-flight .slt-offer-earlybirdie {
  color: #0089b6;
}
.slt-flight .slt-offer-special {
  color: #124231;
}
.slt-flight .slt-occupation {
  display: table;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
  width: 100.1%;
  height: 92px;
  padding: 0;
  font-size: 12px;
}
.slt-flight label.btn {
  display: table-cell;
  border: none;
  margin: 0;
  width: 25%;
  height: 90px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.slt-flight label.btn:hover {
  border: none;
}
.slt-flight label.btn.disabled {
  background: #fff !important;
}
.slt-flight label.btn.disabled .slt-icon-occupation {
  border-bottom-color: #d9534f;
}
.slt-flight label.btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #dfdfdf;
}
.slt-flight label.btn:first-child::before {
  content: none;
}
.slt-flight label.btn + .btn {
  margin: 0;
}
.slt-flight label.btn .slt-icon-occupation {
  display: block;
  margin: 5px auto;
  border-bottom: 2px solid #5cb85c;
  padding-bottom: 45px;
}
.slt-flight label.btn .slt-icon-checkbox {
  display: block;
  margin: 0 auto;
  width: 22px;
  height: 22px;
}
.slt-flight label.btn .slt-icon-checkbox .fa-check {
  top: -2px;
  font-size: 16px;
}
.slt-flight .slt-occupied-man .slt-icon-occupation {
  width: 20px;
  height: 40px;
  background-image: url('/cms-design/own_royalvalley/img/sprite.png');
  background-position: 0px -34px;
  background-size: 283px 76px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slt-flight .slt-occupied-man .slt-icon-occupation {
    background-image: url('/cms-design/own_royalvalley/img/sprite@2x.png?v=1');
  }
}
.slt-flight .slt-occupied-woman .slt-icon-occupation {
  width: 20px;
  height: 40px;
  background-image: url('/cms-design/own_royalvalley/img/sprite.png');
  background-position: -20px -34px;
  background-size: 283px 76px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slt-flight .slt-occupied-woman .slt-icon-occupation {
    background-image: url('/cms-design/own_royalvalley/img/sprite@2x.png?v=1');
  }
}
.slt-flight .slt-occupied-junior .slt-icon-occupation {
  width: 20px;
  height: 40px;
  background-image: url('/cms-design/own_royalvalley/img/sprite.png');
  background-position: -40px -34px;
  background-size: 283px 76px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slt-flight .slt-occupied-junior .slt-icon-occupation {
    background-image: url('/cms-design/own_royalvalley/img/sprite@2x.png?v=1');
  }
}
.slt-flight .slt-unoccupied .slt-icon-occupation {
  width: 20px;
  height: 40px;
  background-image: url('/cms-design/own_royalvalley/img/sprite.png');
  background-position: -60px -34px;
  background-size: 283px 76px;
  border-bottom-color: #5cb85c;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slt-flight .slt-unoccupied .slt-icon-occupation {
    background-image: url('/cms-design/own_royalvalley/img/sprite@2x.png?v=1');
  }
}
.slt-flight .slt-handicap {
  border-top: 3px solid #d9534f;
  font-size: 11px;
  line-height: 14px;
}
.slt-flight .slt-handicap span {
  display: block;
}
.slt-flight footer .slt-price {
  margin: 13px auto;
}
.slt-flight footer .slt-value {
  font-size: 19px;
  color: #124231;
}
.slt-flight footer .slt-currency {
  font-size: 14px;
}
.slt-flight footer .btn {
  border: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 7px;
  font-size: 16px;
  background: #124231;
  color: #fff;
}
.slt-flight footer .btn:hover {
  background: #175640;
  color: #fff;
}
.slt-course-detail figure {
  margin-bottom: 20px;
  text-align: center;
}
.slt-banner-uni a {
  display: block;
  margin: 0 -4px;
  border: 4px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  padding: 0;
}
.slt-banner-uni a:hover,
.slt-banner-uni a:focus,
.slt-banner-uni a:active {
  border-color: #124231;
}
.slt-banner-uni img {
  display: block;
}
.slt-weather-online figure {
  float: right;
  width: 75px;
  height: 56px;
  background: red;
}
.slt-weather-online h2,
.slt-weather-online p {
  margin: 5px 0;
  padding: 0;
  text-align: left;
}
@media (max-width: 360px) {
  .slt-weather-online h2 {
    margin-top: 10px;
    font-size: 14px;
  }
  .slt-weather-online p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .slt-homepage .slt-block-alerts,
  .slt-homepage .alert {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .slt-homepage .slt-block-alerts,
  .slt-homepage .alert {
    margin-bottom: 5px;
  }
}
.slt-homepage .slt-block-alerts {
  width: 100%;
  clear: both;
}
@media (max-width: 991px) {
  .slt-homepage .slt-block-alerts {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .slt-homepage .slt-block-alerts {
    margin-top: 180px;
  }
}
@media (max-width: 767px) {
  .slt-homepage .alert {
    padding: 10px;
    font-size: 13px;
  }
}
.slt-modal-getapplication .slc-modal {
  position: relative;
  text-align: center;
}
.slt-modal-getapplication footer {
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  margin: 0 auto;
}
.slt-modal-getapplication a.btn {
  display: block;
  margin: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 300;
  background: #124231;
  color: #fff;
  -webkit-box-shadow: 0 0 60px #fff;
  box-shadow: 0 0 60px #fff;
}
.slt-modal-getapplication a.btn:hover,
.slt-modal-getapplication a.btn:focus,
.slt-modal-getapplication a.btn:active {
  border-color: #020604;
  background: #020604;
}
@media (max-height: 399px) {
  .slt-modal-getapplication img {
    max-height: 180px;
  }
  .slt-modal-getapplication a.btn {
    padding: 12px;
    font-size: 16px;
  }
}
@media (min-height: 400px) and (max-height: 499px) {
  .slt-modal-getapplication img {
    max-height: 250px;
  }
  .slt-modal-getapplication a.btn {
    padding: 14px;
    font-size: 18px;
  }
}
@media (min-height: 500px) and (max-height: 599px) {
  .slt-modal-getapplication img {
    max-height: 300px;
  }
  .slt-modal-getapplication a.btn {
    padding: 16px;
    font-size: 20px;
  }
}
@media (min-height: 600px) and (max-height: 699px) {
  .slt-modal-getapplication img {
    max-height: 400px;
  }
  .slt-modal-getapplication a.btn {
    padding: 18px;
    font-size: 22px;
  }
}
@media (min-height: 700px) {
  .slt-modal-getapplication img {
    max-height: 500px;
  }
  .slt-modal-getapplication a.btn {
    padding: 20px;
    font-size: 24px;
  }
}
