/*!
 * 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 */
:root{--cc-bg:#fff;--cc-text:#2d4156;--cc-btn-primary-bg:#2d4156;--cc-btn-primary-text:var(--cc-bg);--cc-btn-primary-hover-bg:#1d2e38;--cc-btn-secondary-bg:#eaeff2;--cc-btn-secondary-text:var(--cc-text);--cc-btn-secondary-hover-bg:#d8e0e6;--cc-toggle-bg-off:#919ea6;--cc-toggle-bg-on:var(--cc-btn-primary-bg);--cc-toggle-bg-readonly:#d5dee2;--cc-toggle-knob-bg:#fff;--cc-toggle-knob-icon-color:#ecf2fa;--cc-block-text:var(--cc-text);--cc-cookie-category-block-bg:#f0f4f7;--cc-cookie-category-block-bg-hover:#e9eff4;--cc-section-border:#f1f3f5;--cc-cookie-table-border:#e9edf2;--cc-overlay-bg:rgba(4, 6, 8, .85);--cc-webkit-scrollbar-bg:#cfd5db;--cc-webkit-scrollbar-bg-hover:#9199a0}.c_darkmode{--cc-bg:#181b1d;--cc-text:#d8e5ea;--cc-btn-primary-bg:#a6c4dd;--cc-btn-primary-text:#000;--cc-btn-primary-hover-bg:#c2dff7;--cc-btn-secondary-bg:#33383c;--cc-btn-secondary-text:var(--cc-text);--cc-btn-secondary-hover-bg:#3e454a;--cc-toggle-bg-off:#667481;--cc-toggle-bg-on:var(--cc-btn-primary-bg);--cc-toggle-bg-readonly:#454c54;--cc-toggle-knob-bg:var(--cc-cookie-category-block-bg);--cc-toggle-knob-icon-color:var(--cc-bg);--cc-block-text:#b3bfc5;--cc-cookie-category-block-bg:#23272a;--cc-cookie-category-block-bg-hover:#2b3035;--cc-section-border:#292d31;--cc-cookie-table-border:#2b3035;--cc-webkit-scrollbar-bg:#667481;--cc-webkit-scrollbar-bg-hover:#9199a0}.cc_div *,.cc_div :after,.cc_div :before{-webkit-box-sizing:border-box;box-sizing:border-box;float:none;font-style:inherit;font-variant:normal;font-weight:inherit;font-family:inherit;line-height:1.2;font-size:1em;transition:none;animation:none;margin:0;padding:0;text-transform:none;letter-spacing:unset;color:inherit;background:0 0;border:none;box-shadow:none;text-decoration:none;text-align:left;visibility:unset}.cc_div{font-size:16px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;color:#2d4156;color:var(--cc-text)}#c-ttl,#s-bl td:before,#s-ttl,.cc_div .b-tl,.cc_div .c-bn{font-weight:600}#cm,#s-bl .act .b-acc,#s-inr,.cc_div .b-tl,.cc_div .c-bl{border-radius:.35em}#s-bl .act .b-acc{border-top-left-radius:0;border-top-right-radius:0}.cc_div a,.cc_div button,.cc_div input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.cc_div a{border-bottom:1px solid}.cc_div a:hover{text-decoration:none;border-color:transparent}#cm-ov,#cs-ov,.c--anim #cm,.c--anim #s-cnt,.c--anim #s-inr{transition:visibility .25s linear,opacity .25s ease,transform .25s ease!important}.c--anim .c-bn{transition:background-color .25s ease!important}.c--anim #cm.bar.slide,.c--anim .bar.slide #s-inr{transition:visibility .4s ease,opacity .4s ease,transform .4s ease!important}.c--anim #cm.bar.slide+#cm-ov,.c--anim .bar.slide+#cs-ov{transition:visibility .4s ease,opacity .4s ease,transform .4s ease!important}#cm.bar.slide,.cc_div .bar.slide #s-inr{transform:translateX(100%);opacity:1}#cm.bar.top.slide,.cc_div .bar.left.slide #s-inr{transform:translateX(-100%);opacity:1}#cm.slide,.cc_div .slide #s-inr{transform:translateY(1.6em)}#cm.top.slide{transform:translateY(-1.6em)}#cm.bar.slide{transform:translateY(100%)}#cm.bar.top.slide{transform:translateY(-100%)}.show--consent .c--anim #cm,.show--consent .c--anim #cm.bar,.show--settings .c--anim #s-inr,.show--settings .c--anim .bar.slide #s-inr{opacity:1;transform:scale(1);visibility:visible!important}.show--consent .c--anim #cm.box.middle,.show--consent .c--anim #cm.cloud.middle{transform:scale(1) translateY(-50%)}.show--settings .c--anim #s-cnt{visibility:visible!important}.force--consent.show--consent .c--anim #cm-ov,.show--settings .c--anim #cs-ov{visibility:visible!important;opacity:1!important}#cm{font-family:inherit;padding:1.1em 1.8em 1.4em 1.8em;position:fixed;z-index:1;background:#fff;background:var(--cc-bg);max-width:24.2em;width:100%;bottom:1.25em;right:1.25em;box-shadow:0 .625em 1.875em #000;box-shadow:0 .625em 1.875em rgba(2,2,3,.28);opacity:0;visibility:hidden;transform:scale(.95);line-height:initial}#cc_div #cm{display:block!important}#c-ttl{margin-bottom:.7em;font-size:1.05em}.cloud #c-ttl{margin-top:-.15em}#c-txt{font-size:.9em;line-height:1.5em}.cc_div #c-bns{display:flex;justify-content:space-between;margin-top:1.4em}.cc_div .c-bn{color:#40505a;color:var(--cc-btn-secondary-text);background:#e5ebef;background:var(--cc-btn-secondary-bg);padding:1em 1.7em;display:inline-block;cursor:pointer;font-size:.82em;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;text-align:center;border-radius:4px;flex:1}#c-bns button+button,#s-c-bn,#s-cnt button+button{float:right;margin-left:1em}#s-cnt #s-rall-bn{float:none}#cm .c_link:active,#cm .c_link:hover,#s-c-bn:active,#s-c-bn:hover,#s-cnt button+button:active,#s-cnt button+button:hover{background:#d8e0e6;background:var(--cc-btn-secondary-hover-bg)}#s-cnt{position:fixed;top:0;left:0;width:100%;z-index:101;display:table;height:100%;visibility:hidden}#s-bl{outline:0}#s-bl .title{margin-top:1.4em}#s-bl .title:first-child{margin-top:0}#s-bl .b-bn{margin-top:0}#s-bl .b-acc .p{margin-top:0;padding:1em}#s-cnt .b-bn .b-tl{display:block;font-family:inherit;font-size:.95em;width:100%;position:relative;padding:1.3em 6.4em 1.3em 2.7em;background:0 0;transition:background-color .25s ease}#s-cnt .b-bn .b-tl.exp{cursor:pointer}#s-cnt .act .b-bn .b-tl{border-bottom-right-radius:0;border-bottom-left-radius:0}#s-cnt .b-bn .b-tl:active,#s-cnt .b-bn .b-tl:hover{background:#e9eff4;background:var(--cc-cookie-category-block-bg-hover)}#s-bl .b-bn{position:relative}#s-bl .c-bl{padding:1em;margin-bottom:.5em;border:1px solid #f1f3f5;border-color:var(--cc-section-border);transition:background-color .25s ease}#s-bl .c-bl:hover{background:#f0f4f7;background:var(--cc-cookie-category-block-bg)}#s-bl .c-bl:last-child{margin-bottom:.5em}#s-bl .c-bl:first-child{transition:none;padding:0;margin-top:0;border:none;margin-bottom:2em}#s-bl .c-bl:not(.b-ex):first-child:hover{background:0 0;background:unset}#s-bl .c-bl.b-ex{padding:0;border:none;background:#f0f4f7;background:var(--cc-cookie-category-block-bg);transition:none}#s-bl .c-bl.b-ex+.c-bl{margin-top:2em}#s-bl .c-bl.b-ex+.c-bl.b-ex{margin-top:0}#s-bl .c-bl.b-ex:first-child{margin-bottom:1em}#s-bl .c-bl.b-ex:first-child{margin-bottom:.5em}#s-bl .b-acc{max-height:0;overflow:hidden;padding-top:0;margin-bottom:0;display:none}#s-bl .act .b-acc{max-height:100%;display:block;overflow:hidden}#s-cnt .p{font-size:.9em;line-height:1.5em;margin-top:.85em;color:#2d4156;color:var(--cc-block-text)}.cc_div .b-tg .c-tgl:disabled{cursor:not-allowed}#c-vln{display:table-cell;vertical-align:middle;position:relative}#cs{padding:0 1.7em;width:100%;position:fixed;left:0;right:0;top:0;bottom:0;height:100%}#s-inr{height:100%;position:relative;max-width:45em;margin:0 auto;transform:scale(.96);opacity:0;padding-top:4.75em;padding-bottom:4.75em;position:relative;height:100%;overflow:hidden;visibility:hidden;box-shadow:rgba(3,6,9,.26) 0 13px 27px -5px}#s-bns,#s-hdr,#s-inr{background:#fff;background:var(--cc-bg)}#s-bl{overflow-y:auto;overflow-y:overlay;overflow-x:hidden;height:100%;padding:1.3em 2.1em;display:block;width:100%}#s-bns{position:absolute;bottom:0;left:0;right:0;padding:1em 2.1em;border-top:1px solid #f1f3f5;border-color:var(--cc-section-border);height:4.75em}.cc_div .cc-link{color:#253b48;color:var(--cc-btn-primary-bg);border-bottom:1px solid #253b48;border-color:var(--cc-btn-primary-bg);display:inline;padding-bottom:0;text-decoration:none;cursor:pointer;font-weight:600}.cc_div .cc-link:active,.cc_div .cc-link:hover{border-color:transparent}#c-bns button:first-child,#s-bns button:first-child{color:#fff;color:var(--cc-btn-primary-text);background:#253b48;background:var(--cc-btn-primary-bg)}#c-bns.swap button:first-child{color:#40505a;color:var(--cc-btn-secondary-text);background:#e5ebef;background:var(--cc-btn-secondary-bg)}#c-bns.swap button:last-child{color:#fff;color:var(--cc-btn-primary-text);background:#253b48;background:var(--cc-btn-primary-bg)}.cc_div .b-tg .c-tgl:checked~.c-tg{background:#253b48;background:var(--cc-toggle-bg-on)}#c-bns button:first-child:active,#c-bns button:first-child:hover,#c-bns.swap button:last-child:active,#c-bns.swap button:last-child:hover,#s-bns button:first-child:active,#s-bns button:first-child:hover{background:#1d2e38;background:var(--cc-btn-primary-hover-bg)}#c-bns.swap button:first-child:active,#c-bns.swap button:first-child:hover{background:#d8e0e6;background:var(--cc-btn-secondary-hover-bg)}#s-hdr{position:absolute;top:0;width:100%;display:table;padding:0 2.1em;height:4.75em;vertical-align:middle;z-index:2;border-bottom:1px solid #f1f3f5;border-color:var(--cc-section-border)}#s-ttl{display:table-cell;vertical-align:middle;font-size:1em}#s-c-bn{padding:0;width:1.7em;height:1.7em;font-size:1.45em;margin:0;font-weight:initial;position:relative}#s-c-bnc{display:table-cell;vertical-align:middle}.cc_div span.t-lb{position:absolute;top:0;z-index:-1;opacity:0;pointer-events:none;overflow:hidden}#c_policy__text{height:31.25em;overflow-y:auto;margin-top:1.25em}#c-s-in{position:relative;transform:translateY(-50%);top:50%;height:100%;height:calc(100% - 2.5em);max-height:37.5em}@media screen and (min-width:688px){#s-bl::-webkit-scrollbar{width:.9em;height:100%;background:0 0;border-radius:0 .25em .25em 0}#s-bl::-webkit-scrollbar-thumb{border:.25em solid var(--cc-bg);background:#cfd5db;background:var(--cc-webkit-scrollbar-bg);border-radius:100em}#s-bl::-webkit-scrollbar-thumb:hover{background:#9199a0;background:var(--cc-webkit-scrollbar-bg-hover)}#s-bl::-webkit-scrollbar-button{width:10px;height:5px}}.cc_div .b-tg{position:absolute;right:0;top:0;bottom:0;display:inline-block;margin:auto;right:1.2em;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.cc_div .b-tg .c-tgl{position:absolute;cursor:pointer;display:block;top:0;left:0;margin:0;border:0}.cc_div .b-tg .c-tg{position:absolute;background:#919ea6;background:var(--cc-toggle-bg-off);transition:background-color .25s ease,box-shadow .25s ease;pointer-events:none}.cc_div .b-tg,.cc_div .b-tg .c-tg,.cc_div .b-tg .c-tgl,.cc_div span.t-lb{width:3.4em;height:1.5em;border-radius:4em}.cc_div .b-tg .c-tg.c-ro{cursor:not-allowed}.cc_div .b-tg .c-tgl~.c-tg.c-ro{background:#d5dee2;background:var(--cc-toggle-bg-readonly)}.cc_div .b-tg .c-tgl~.c-tg.c-ro:after{box-shadow:none}.cc_div .b-tg .c-tg:after{content:"";position:relative;display:block;left:.125em;top:.125em;width:1.25em;height:1.25em;border:none;box-sizing:content-box;background:#fff;background:var(--cc-toggle-knob-bg);box-shadow:0 1px 2px rgba(24,32,35,.36);transition:transform .25s ease;border-radius:100%}.cc_div .b-tg .c-tgl:checked~.c-tg:after{transform:translateX(1.9em)}#s-bl table,#s-bl td,#s-bl th{border:none}#s-bl tbody tr{transition:background-color .25s ease}#s-bl tbody tr:hover{background:#e9eff4;background:var(--cc-cookie-category-block-bg-hover)}#s-bl table{text-align:left;border-collapse:collapse;width:100%;padding:0;margin:0;overflow:hidden}#s-bl td,#s-bl th{padding:.8em .625em;text-align:left;vertical-align:top;font-size:.8em;padding-left:1.2em}#s-bl th{font-family:inherit;padding:1.2em 1.2em}#s-bl thead tr:first-child{border-bottom:1px solid #e9edf2;border-color:var(--cc-cookie-table-border)}.force--consent #cs,.force--consent #s-cnt{width:100vw}#cm-ov,#cs-ov{position:fixed;left:0;right:0;top:0;bottom:0;visibility:hidden;opacity:0;background:#070707;background:rgba(4,6,8,.85);background:var(--cc-overlay-bg);display:none;transition:none}.c--anim #cs-ov,.force--consent .c--anim #cm-ov,.force--consent.show--consent #cm-ov,.show--settings #cs-ov{display:block}#cs-ov{z-index:2}.force--consent .cc_div{position:fixed;top:0;left:0;bottom:0;width:100%;width:100vw;visibility:hidden;transition:visibility .25s linear}.force--consent.show--consent .c--anim .cc_div,.force--consent.show--settings .c--anim .cc_div{visibility:visible}.force--consent #cm{position:absolute}.force--consent #cm.bar{width:100vw;max-width:100vw}html.force--consent.show--consent{overflow-y:hidden!important}html.force--consent.show--consent,html.force--consent.show--consent body{height:auto!important;overflow-x:hidden!important}.cc_div .act .b-bn .b-tl.exp::before,.cc_div .b-bn .b-tl.exp::before{border:solid #2d4156;border-color:var(--cc-btn-secondary-text);border-width:0 2px 2px 0;padding:.2em;display:inline-block;position:absolute;content:'';margin-right:15px;position:absolute;transform:translateY(-50%) rotate(45deg);left:1.2em;top:50%}.cc_div .act .b-bn .b-tl::before{transform:translateY(-20%) rotate(225deg)}.cc_div .on-i::before{border:solid #fff;border-color:var(--cc-toggle-knob-icon-color);border-width:0 2px 2px 0;padding:.1em;display:inline-block;padding-bottom:.45em;content:'';margin:0 auto;transform:rotate(45deg);top:.37em;left:.75em;position:absolute}#s-c-bn::after,#s-c-bn::before{content:'';position:absolute;left:.82em;top:.58em;height:.6em;width:1.5px;background:#444d53;background:var(--cc-btn-secondary-text);transform:rotate(45deg);border-radius:1em;margin:0 auto}#s-c-bn::after{transform:rotate(-45deg)}.cc_div .off-i,.cc_div .on-i{height:100%;width:50%;position:absolute;right:0;display:block;text-align:center;transition:opacity .15s ease}.cc_div .on-i{left:0;opacity:0}.cc_div .off-i::after,.cc_div .off-i::before{right:.8em;top:.42em;content:' ';height:.7em;width:.09375em;display:block;background:#cdd6dc;background:var(--cc-toggle-knob-icon-color);margin:0 auto;position:absolute;transform-origin:center}.cc_div .off-i::before{transform:rotate(45deg)}.cc_div .off-i::after{transform:rotate(-45deg)}.cc_div .b-tg .c-tgl:checked~.c-tg .on-i{opacity:1}.cc_div .b-tg .c-tgl:checked~.c-tg .off-i{opacity:0}#cm.box.middle,#cm.cloud.middle{top:50%;transform:translateY(-37%);bottom:auto}#cm.box.middle.zoom,#cm.cloud.middle.zoom{transform:scale(.95) translateY(-50%)}#cm.box.center{left:1em;right:1em;margin:0 auto}#cm.cloud{max-width:50em;margin:0 auto;text-align:center;left:1em;right:1em;overflow:hidden;padding:1.3em 2em;width:unset}.cc_div .cloud #c-inr{display:table;width:100%}.cc_div .cloud #c-inr-i{width:70%;display:table-cell;vertical-align:top;padding-right:2.4em}.cc_div .cloud #c-txt{font-size:.85em}.cc_div .cloud #c-bns{min-width:170px;display:table-cell;vertical-align:middle}#cm.cloud .c-bn{margin:.625em 0 0 0;width:100%}#cm.cloud .c-bn:first-child{margin:0}#cm.cloud.left{margin-right:1.25em}#cm.cloud.right{margin-left:1.25em}#cm.bar{width:100%;max-width:100%;left:0;right:0;bottom:0;border-radius:0;position:fixed;padding:2em}#cm.bar #c-inr{max-width:32em;margin:0 auto}#cm.bar #c-bns{max-width:33.75em}#cm.bar #cs{padding:0}.cc_div .bar #c-s-in{top:0;transform:none;height:100%;max-height:100%}.cc_div .bar #s-bl,.cc_div .bar #s-bns,.cc_div .bar #s-hdr{padding-left:1.6em;padding-right:1.6em}.cc_div .bar #cs{padding:0}.cc_div .bar #s-inr{margin:0;margin-left:auto;margin-right:0;border-radius:0;max-width:32em}.cc_div .bar.left #s-inr{margin-left:0;margin-right:auto}.cc_div .bar #s-bl table,.cc_div .bar #s-bl tbody,.cc_div .bar #s-bl td,.cc_div .bar #s-bl th,.cc_div .bar #s-bl thead,.cc_div .bar #s-bl tr,.cc_div .bar #s-cnt{display:block}.cc_div .bar #s-bl thead tr{position:absolute;top:-9999px;left:-9999px}.cc_div .bar #s-bl tr{border-top:1px solid #e3e7ed;border-color:var(--cc-cookie-table-border)}.cc_div .bar #s-bl td{border:none;position:relative;padding-left:35%}.cc_div .bar #s-bl td:before{position:absolute;left:1em;padding-right:.625em;white-space:nowrap;content:attr(data-column);color:#000;color:var(--cc-text);overflow:hidden;text-overflow:ellipsis}#cm.top{bottom:auto;top:1.25em}#cm.left{right:auto;left:1.25em}#cm.right{left:auto;right:1.25em}#cm.bar.left,#cm.bar.right{left:0;right:0}#cm.bar.top{top:0}@media screen and (max-width:688px){#cm,#cm.cloud,#cm.left,#cm.right{width:auto;max-width:100%;margin:0;padding:1.4em!important;right:1em;left:1em;bottom:1em;display:block}.force--consent #cm,.force--consent #cm.cloud{width:auto;max-width:100vw}#cm.top{top:1em;bottom:auto}#cm.bottom{bottom:1em;top:auto}#cm.bar.bottom{bottom:0}#cm.cloud .c-bn{font-size:.85em}#s-bns,.cc_div .bar #s-bns{padding:1em 1.3em}.cc_div .bar #s-inr{max-width:100%;width:100%}.cc_div .cloud #c-inr-i{padding-right:0}#cs{border-radius:0;padding:0}#c-s-in{max-height:100%;height:100%;top:0;transform:none}.cc_div .b-tg{transform:scale(1.1);right:1.1em}#s-inr{margin:0;padding-bottom:7.9em;border-radius:0}#s-bns{height:7.9em}#s-bl,.cc_div .bar #s-bl{padding:1.3em}#s-hdr,.cc_div .bar #s-hdr{padding:0 1.3em}#s-bl table{width:100%}#s-inr.bns-t{padding-bottom:10.5em}.bns-t #s-bns{height:10.5em}.cc_div .bns-t .c-bn{font-size:.83em;padding:.9em 1.6em}#s-cnt .b-bn .b-tl{padding-top:1.2em;padding-bottom:1.2em}#s-bl table,#s-bl tbody,#s-bl td,#s-bl th,#s-bl thead,#s-bl tr,#s-cnt{display:block}#s-bl thead tr{position:absolute;top:-9999px;left:-9999px}#s-bl tr{border-top:1px solid #e3e7ed;border-color:var(--cc-cookie-table-border)}#s-bl td{border:none;position:relative;padding-left:35%}#s-bl td:before{position:absolute;left:1em;padding-right:.625em;white-space:nowrap;content:attr(data-column);color:#000;color:var(--cc-text);overflow:hidden;text-overflow:ellipsis}#cm .c-bn,.cc_div .c-bn{width:100%;margin-right:0}#s-cnt #s-rall-bn{margin-left:0}.cc_div #c-bns{flex-direction:column}#c-bns button+button,#s-cnt button+button{margin-top:.625em;margin-left:0;float:unset}#cm.box,#cm.cloud{left:1em;right:1em;width:auto}#cm.cloud.left,#cm.cloud.right{margin:0}.cc_div .cloud #c-bns,.cc_div .cloud #c-inr,.cc_div .cloud #c-inr-i{display:block;width:auto;min-width:unset}.cc_div .cloud #c-txt{font-size:.9em}.cc_div .cloud #c-bns{margin-top:1.625em}}.cc_div.ie #c-vln{height:100%;padding-top:5.62em}.cc_div.ie .bar #c-vln{padding-top:0}.cc_div.ie #cs{max-height:37.5em;position:relative;top:0;margin-top:-5.625em}.cc_div.ie .bar #cs{margin-top:0;max-height:100%}.cc_div.ie #cm{border:1px solid #dee6e9}.cc_div.ie #c-s-in{top:0}.cc_div.ie .b-tg{padding-left:1em;margin-bottom:.7em}.cc_div.ie .b-tg .c-tgl:checked~.c-tg:after{left:1.95em}.cc_div.ie #s-bl table{overflow:auto}.cc_div.ie .b-tg .c-tg{display:none}.cc_div.ie .b-tg .c-tgl{position:relative;display:inline-block;vertical-align:middle;margin-bottom:.2em;height:auto}.cc_div.ie #s-cnt .b-bn .b-tl{padding:1.3em 6.4em 1.3em 1.4em}.cc_div.ie .bar #s-bl td:before{display:none}.cc_div.ie .bar #s-bl td{padding:.8em .625em .8em 1.2em}.cc_div.ie .bar #s-bl thead tr{position:relative}.cc_div.ie .b-tg .t-lb{filter: alpha(opacity=0);}.cc_div.ie #cm-ov,.cc_div.ie #cs-ov{filter: alpha(opacity=80);}
.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; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-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;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-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);
}

/* mouse grab icon */
.grabbing { 
    cursor:url('/common/owl/css/grabbing.png') 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url('/common/owl/css/AjaxLoader.gif') no-repeat center center
}
/* 
 *  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); }
}
.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}

@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
}
html {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: calc(1em + (20 - 16) * ((100vw - 20em) / (1440 - 320)));
}
body {
  line-height: 1.6;
  direction: ltr;
  text-align: left;
  text-rendering: optimizelegibility;
  font-weight: 400;
  -webkit-font-feature-settings: "liga", "kern";
          font-feature-settings: "liga", "kern";
  font-synthesis: none;
  -webkit-font-feature-settings: "dlig";
  font-feature-settings: "dlig";
  background: #fdfaf4;
  color: #212121;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 2.25rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  font-weight: 400;
}
h1 {
  font-size: 2.7rem;
}
h2 {
  font-size: 2.3rem;
}
h3 {
  font-size: 1.6rem;
}
h4 {
  font-size: 1.3rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1.1rem;
}
.slt-entry p,
.slt-entry ul,
.slt-entry ol,
.slt-entry dl,
.slt-entry address {
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
  margin-left: auto;
  margin-right: auto;
}
.slt-entry .table-responsive {
  margin: 1.9rem auto 0;
}
.slt-entry ul,
.slt-entry ol,
.slt-entry dl {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.slt-entry *:first-child {
  margin-top: 0;
}
.slt-block-title {
  font-size: 1.6rem;
}
.slt-section-title,
.slt-article-title {
  margin-top: 0.95rem;
  text-align: center;
}
.slt-section-title {
  margin-top: 0;
  margin-bottom: 1.9rem;
}
.slt-complementary .slt-section-title {
  margin-bottom: 0;
}
.slt-section-orneoContact .slt-section-title {
  padding-bottom: 0;
}
.slt-section-title h1,
.slt-section-title h2,
.slt-section-title h3 {
  margin: 0;
}
.slt-section-title i {
  position: absolute;
  top: -4rem;
  left: 50%;
  margin-top: -1em;
  margin-left: -1em;
  border-radius: 100%;
  width: 2em;
  height: 2em;
  font-size: 2.3rem;
  background: #fff;
}
.slt-section-title i:before {
  text-align: center;
  line-height: 2em;
}
.slt-section-title i.fa + span {
  margin-left: 0;
}
.slt-article-title,
.slt-block-title {
  font-weight: 600;
}
.slt-article-title h2,
.slt-block-title h2,
.slt-article-title h3,
.slt-block-title h3 {
  margin: 0;
}
.slt-block-wysiwyg ul,
.slt-block-wysiwyg ol {
  display: table;
  list-style: none;
  margin-top: 1.9rem;
  margin-bottom: 1.9rem;
  padding-left: 1.9rem;
  text-align: left;
}
.slt-block-wysiwyg ul li,
.slt-block-wysiwyg ol li {
  position: relative;
  padding: 0 0 0 0.475rem;
}
.slt-block-wysiwyg ul li:before,
.slt-block-wysiwyg ol li:before {
  display: block;
  position: absolute;
}
.slt-block-wysiwyg ul {
  counter-reset: li-counter;
}
.slt-block-wysiwyg ul li:before {
  content: "";
  top: 0.6rem;
  left: -1rem;
  width: 9px;
  height: 9px;
  border-radius: 9px;
}
.slt-block-wysiwyg ol {
  counter-reset: li-counter;
}
.slt-block-wysiwyg ol li:before {
  content: counter(li-counter) ".";
  counter-increment: li-counter;
  left: -2.65rem;
  width: 2.5rem;
  font-weight: 600;
  text-align: right;
}
table {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
table th,
table td {
  padding: 0.4em 1em;
  font-size: 0.9em;
  background: #fff;
}
.table-responsive {
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.table-responsive .table-responsive {
  margin: 0;
}
.table-responsive table {
  margin-bottom: 0;
}
.table-responsive th,
.table-responsive td {
  white-space: nowrap;
}
img {
  max-width: 100%;
}
/*
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
/* fade */
.navbar-toggle[aria-expanded="false"]::before,
.navbar-toggle[aria-expanded="true"] i.fa {
  z-index: 10;
  -webkit-animation: fadeOut 0.25s both cubic-bezier(0.65, 0.1, 0.65, 1);
  animation: fadeOut 0.25s both cubic-bezier(0.65, 0.1, 0.65, 1);
}
.navbar-toggle[aria-expanded="true"]::before,
.navbar-toggle[aria-expanded="false"] i.fa {
  -webkit-animation: fadeIn 0.25s both cubic-bezier(0.1, 0.65, 0.65, 1);
  animation: fadeIn 0.25s both cubic-bezier(0.1, 0.65, 0.65, 1);
}
/* Keyframes */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: rotate(-360deg) scale(1);
    transform: rotate(-360deg) scale(1);
  }
  50% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: rotate(-360deg) scale(1);
    transform: rotate(-360deg) scale(1);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(360deg) scale(0);
    transform: rotate(360deg) scale(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(360deg) scale(0);
    transform: rotate(360deg) scale(0);
  }
}
a {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
a:not(.slt-btn) {
  text-decoration: underline;
}
a:active,
a:focus {
  -webkit-transform: translateY(0.1em) !important;
          transform: translateY(0.1em) !important;
}
button,
.slt-btn {
  display: inline-block;
  margin-bottom: 0;
  border: 0.05em solid transparent;
  border-radius: 0.35em;
  padding: 0.75em 1.5em;
  vertical-align: middle;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  background-image: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
button:focus,
.slt-btn:focus,
button:active:focus,
.slt-btn:active:focus,
button.active:focus,
.slt-btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button:hover,
.slt-btn:hover,
button:focus,
.slt-btn:focus {
  text-decoration: none;
}
button:active,
.slt-btn:active,
button.active,
.slt-btn.active {
  outline: 0;
  background-image: none;
}
button:active,
.slt-btn:active,
button:focus,
.slt-btn:focus {
  outline: 0;
  -webkit-transform: scale(0.8, );
  transform: scale(0.8, );
}
button.disabled,
.slt-btn.disabled,
button[disabled],
.slt-btn[disabled],
fieldset[disabled] button,
fieldset[disabled] .slt-btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
button span + i.fa,
.slt-btn span + i.fa,
button i.fa + span,
.slt-btn i.fa + span {
  margin-left: 1.3em;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  line-height: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.475rem;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0.3em 0 0;
  margin-top: 0.1em \9;
  /* IE8-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;
}
.form-control,
.form-control-labelless {
  display: block;
  border: 0.05em solid #cfdee5;
  border-radius: 0.35em;
  width: 100%;
  min-height: 3.1em;
  padding: 0.75em 1.5em;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  color: #282828;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.form-control::-moz-placeholder,
.form-control-labelless::-moz-placeholder {
  font-weight: 300;
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.form-control-labelless:-ms-input-placeholder {
  font-weight: 300;
  color: #999;
}
.form-control::-webkit-input-placeholder,
.form-control-labelless::-webkit-input-placeholder {
  font-weight: 300;
  color: #999;
}
.form-control[disabled],
.form-control-labelless[disabled],
.form-control[readonly],
.form-control-labelless[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] .form-control-labelless {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control,
textarea.form-control-labelless {
  height: auto;
}
input[type="text"],
input[type="search"],
input[type="date"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="date"] {
  line-height: 1.6;
}
.form-group {
  position: relative;
  margin-top: 0.95rem;
  margin-bottom: 0.95rem;
}
.form-group .slt-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.form-group .required {
  position: absolute;
  z-index: 1;
  top: 0.1em;
  right: 0.25em;
}
.radio,
.checkbox {
  display: block;
  min-height: 1.6em;
  margin-top: 0.95rem;
  margin-bottom: 0.95rem;
  padding-left: 1.9rem;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -1.9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -0.475;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 1.9rem;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
/*
 * Default jvFloat theme.
 * modify it as you wish!
 */
.jvFloat {
  position: relative;
  display: block;
  /* Start CSS3 Animations on supported browser */
  /*Allows textarea floating placeholder to be positioned distinctly from the normal .placeHolder class
     * This is required when working with Multiline text areas
     */
  /* End CSS3 */
  /* Legacy browser */
  /* .placeHolder {
    	position: absolute;
    	top: -1em;
    	left: 0;
    	color: #0c61fc;
    	font-size: .85em;
    	font-weight: bold;
    	opacity: 0;
    	visibility: hidden;
    }
    .placeHolder.active {
    	display: block;
    	visibility: visible;
    	opacity: 1;
    }*/
  /* End Legacy */
}
.jvFloat .placeHolder {
  position: absolute;
  z-index: 2;
  top: 0.2em;
  left: 1.5rem;
  width: auto;
  color: #828282;
  font-size: 0.75em;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 150ms, opacity 100ms, visibility 100ms;
  -webkit-transition: opacity 100ms, visibility 100ms, -webkit-transform 150ms;
  transition: opacity 100ms, visibility 100ms, -webkit-transform 150ms;
  transition: transform 150ms, opacity 100ms, visibility 100ms;
  transition: transform 150ms, opacity 100ms, visibility 100ms, -webkit-transform 150ms;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
}
.jvFloat .placeHolder.textarea {
  /*top: 0px;*/
}
.jvFloat .placeHolder.active {
  display: block;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 100ms, opacity 120ms, visibility 120ms;
  -webkit-transition: opacity 120ms, visibility 120ms, -webkit-transform 100ms;
  transition: opacity 120ms, visibility 120ms, -webkit-transform 100ms;
  transition: transform 100ms, opacity 120ms, visibility 120ms;
  transition: transform 100ms, opacity 120ms, visibility 120ms, -webkit-transform 100ms;
  opacity: 1;
}
.jvFloat .placeHolder.active + .form-control {
  padding-top: 1.125em !important;
  padding-bottom: 0.375em !important;
}
.slt-alerts {
  margin: 0.95rem auto 3.8rem;
  padding: 0.63333333rem;
  text-align: center;
  color: #fff;
}
.slt-alerts .slt-alert {
  margin: 0 auto;
  width: 30em;
  max-width: 95vh;
  padding: 0.75em 1.5em;
}
.slt-alerts .slt-alert + .slt-alert {
  margin-top: 0.63333333rem;
}
.slt-alert-success {
  background: #43A047;
}
.slt-alert-error {
  background: #E53935;
}
.slt-alert-warning {
  background: #EF6C00;
}
.slt-alert-info {
  background: #1E88E5;
}
.slt-brand {
  height: 4rem;
  overflow: hidden;
}
.slt-masthead .slt-brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.slt-hero .slt-brand {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  height: auto;
  text-align: center;
}
.slt-brand a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 4rem;
  padding: 0.2rem 0.95rem;
  text-decoration: none;
}
.slt-brand-logo,
.slt-brand-title,
.slt-brand-slogan {
  display: block;
}
.slt-brand-logo {
  width: auto;
  max-height: 100%;
}
.slt-brand-title {
  font-size: 1.3rem;
}
.slt-brand-slogan {
  text-transform: uppercase;
}
.slt-masthead .slt-brand-slogan {
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}
.slt-hero .slt-brand-slogan {
  margin: 0 auto;
  max-width: 21em;
  padding: 0 0.95rem;
  font-size: 2.1rem;
  line-height: 1.1em;
  color: #fff;
}
a.slt-thumbnail,
.slt-map a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.35em;
  padding: 0.475rem;
  background-color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
a.slt-thumbnail:hover,
.slt-map a:hover,
a.slt-thumbnail:focus,
.slt-map a:focus,
a.slt-thumbnail:active,
.slt-map a:active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: perspective(96em) rotateX(2deg);
          transform: perspective(96em) rotateX(2deg);
}
a.slt-thumbnail:after,
.slt-map a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
a.slt-thumbnail figure,
.slt-map a figure {
  margin: 0;
}
a.slt-thumbnail img,
.slt-map a img {
  display: block;
  border-radius: 0.2em;
}
.slt-gallery-detail .slt-figure-ratio {
  position: relative;
}
.slt-gallery-detail .slt-figure-ratio:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.slt-gallery-detail .slt-figure-ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slt-gallery-detail .slt-figure-ratio .slt-inner {
  margin: 0;
  border: none;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-size: contain;
}
.slt-gallery-detail .slt-figure-ratio img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
}
.slt-block-facebook {
  text-align: center;
}
.slt-minitext p:first-child {
  margin-top: 0;
}
.slt-minitext p:last-child {
  margin-bottom: 0;
}
.slt-price-list {
  display: table;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
@media (max-width: 480px) {
  .slt-price-list dl {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 0.95rem;
    text-align: center;
  }
}
@media (min-width: 481px) {
  .slt-price-list dl {
    display: table-row;
  }
}
@media (min-width: 481px) {
  .slt-price-list dl > * {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.slt-price-list dt,
.slt-price-list dd {
  line-height: 1.5rem;
}
@media (min-width: 481px) {
  .slt-price-list dt,
  .slt-price-list dd {
    padding: 0.55em 1em 0.625em;
    display: table-cell;
    vertical-align: middle;
  }
}
@media (max-width: 480px) {
  .slt-price-list dd {
    display: inline;
    margin: 0;
  }
}
@media (min-width: 481px) {
  .slt-price-list dd {
    width: 5.5em;
    text-align: right;
  }
}
.slt-price-list .slt-description {
  margin: 0.075rem 0 -0.075rem;
  font-size: 0.85rem;
  color: #828282;
}
@media (max-width: 480px) {
  .slt-price-list .slt-description {
    margin-bottom: 0.475rem;
  }
}
.slt-price-list dd.slt-figure {
  padding-left: 0;
  padding-right: 0;
}
.slt-price-list dd.slt-figure a.slt-thumbnail {
  padding: 2px;
}
@media (max-width: 480px) {
  .slt-price-list .slt-figure-wrap {
    display: table;
    margin: 0.63333333rem auto;
  }
}
.slt-price-list .slt-figure-wrap + .slt-figure-wrap {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.slt-price-list .slt-empty {
  display: none;
}
.slt-price-list .slt-amount {
  color: #828282;
}
@media (max-width: 480px) {
  .slt-price-list .slt-amount::after {
    content: " / ";
  }
}
.slt-header-langs {
  display: none;
}
.slt-page-header .slt-nav {
  position: relative;
  white-space: nowrap;
  text-align: right;
}
.slt-page-header .slt-nav ul,
.slt-page-header .slt-nav li {
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
}
.slt-page-header .slt-nav a {
  display: block;
  padding: 0.25em 0.75em;
}
.slt-page-header .slt-nav button {
  margin-left: 0.75rem;
  border: none;
  background: #eee;
  color: #777;
}
.slt-page-header .slt-nav:not(.priority-nav-has-dropdown) button {
  display: none;
}
.slt-page-header .slt-nav ul.slt-nav-priority {
  display: inline-block;
  vertical-align: middle;
}
.slt-page-header .slt-nav ul.slt-nav-priority > li {
  display: table-cell;
}
.slt-page-header .slt-nav.is-open ul.slt-nav_dropdown {
  position: absolute;
  z-index: 1000;
  right: 0;
  margin-top: 0.1em;
  border-radius: 0.2em;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-align: left;
  background: #fff;
}
.slt-page-header .slt-nav:not(.is-open) ul.slt-nav_dropdown {
  display: none;
}
.slt-page-header .slt-nav .slt-nav_dropdown-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.slt-nav-main {
  margin: 0;
  height: 4rem;
  padding: 0;
  text-align: right;
}
.slt-nav-main button {
  position: relative;
  border-radius: 0;
  border: none;
  padding: 0;
  width: 3.9rem;
  height: 3.9rem;
  font-size: 1.6rem;
  line-height: 0;
}
.slt-nav-main button::before {
  content: "\00d7";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 3.6rem;
  font-size: 1.5em;
  text-align: center;
}
.slt-nav-main button span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.slt-nav-main .dropdown-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: fixed;
  top: 2.9rem;
  left: 100%;
  right: 0;
  width: 100vw;
  height: calc(100vh - 3rem);
  overflow: hidden;
  padding: 0 0 4rem;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.open.slt-nav-main .dropdown-menu {
  left: 0;
}
.slt-nav-main ul {
  list-style: none;
  margin: 0 0 3.8rem;
  width: 100%;
  padding: 0;
}
.slt-nav-main a {
  display: block;
  padding: 1.9rem;
  text-align: center;
}
.slt-navlinks {
  margin: 2.85rem auto 0;
  text-align: center;
}
.slt-navlinks ul {
  display: inline-block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.slt-navlinks li {
  text-align: left;
}
.slt-navlinks a {
  display: block;
}
.slt-navlinks a:before {
  content: "\203a";
  display: inline-block;
  margin-right: 1.9rem;
}
@media (min-width: 55rem) {
  .slt-contact-form .slt-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
}
.slt-contact-form .slt-inputs {
  margin-bottom: 0.95rem;
}
@media (min-width: 55rem) {
  .slt-contact-form .slt-inputs {
    margin-bottom: 0;
    width: 37.5%;
  }
}
@media (min-width: 55rem) {
  .slt-contact-form .slt-textarea {
    width: 62.5%;
    padding-left: 0.95rem;
  }
}
.slt-contact-form .form-group {
  margin: 0;
}
.slt-contact-form .form-group + .form-group {
  position: relative;
  margin-top: 0.95rem;
}
.slt-contact-form textarea {
  margin-bottom: 0.95rem;
}
@media (min-width: 55rem) {
  .slt-contact-form textarea {
    height: 11.2em;
  }
}
@media (min-width: 481px) {
  .slt-contact-form footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 481px) {
  .slt-contact-form footer .slt-notice {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    min-height: 3.1em;
    padding-right: 0.95rem;
  }
}
.slt-contact-form footer p {
  margin: 0;
  font-size: 0.85rem;
  color: #828282;
}
@media (max-width: 480px) {
  .slt-contact-form footer .slt-confirm {
    margin-top: 0.95rem;
    text-align: right;
  }
}
.slt-hero {
  position: relative;
  margin: 4rem 0 0;
  padding: 0;
}
.slt-hero .owl-controls {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.slt-hero .owl-item,
.slt-hero .slt-heroimage .item {
  position: relative;
  min-height: 10.35rem;
}
.slt-hero .owl-item:before,
.slt-hero .slt-heroimage .item:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 25%;
}
.slt-hero .owl-item > *,
.slt-hero .slt-heroimage .item > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slt-hero .item {
  display: block;
  margin: 0;
  background-repeat: repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.slt-section-complementary {
  text-align: center;
}
.slt-section-complementary article {
  margin: 0 auto;
  border-radius: 0.35em;
  max-width: 40rem;
  padding: 1.9rem;
  background: #fff;
}
.slt-section-complementary article + article {
  margin-top: 0.475rem;
}
.slt-content-carousel {
  position: relative;
  margin-top: 1.9rem;
  overflow-y: auto;
  padding: 0;
}
.slt-content-carousel .slt-pagecount {
  line-height: 2.2rem;
}
.slt-content-carousel .slt-pagecount .slt-active {
  font-weight: bold;
}
.slt-content-carousel .slt-article-title {
  margin: 0 3.25rem 1.9rem;
}
.slt-content-carousel .slt-article-title strong {
  font-size: 1.6rem;
  font-weight: 400;
}
.slt-content-carousel .slt-nav {
  position: absolute;
  top: 0.16rem;
  left: 0;
  right: 0;
}
.slt-content-carousel .slt-nav .slt-btn {
  position: absolute;
  border: none;
  border-radius: 2.3rem;
  width: 2.3rem;
  height: 2.3rem;
  padding: 0;
  line-height: 2.2rem;
  font-size: 1.6rem;
  text-align: center;
}
.slt-content-carousel .slt-nav .slt-btn i.fa {
  position: relative;
}
.slt-content-carousel .slt-nav .slt-btn span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.slt-content-carousel .slt-nav .slt-btn span + i.fa,
.slt-content-carousel .slt-nav .slt-btn i.fa + span {
  margin-left: 0;
}
.slt-content-carousel .slt-nav .slt-previous {
  left: 0;
  text-indent: -0.075em;
}
.slt-content-carousel .slt-nav .slt-next {
  right: 0;
  text-indent: 0.075em;
}
.slt-opening-time .slt-content {
  margin: 1.9rem auto 0;
  max-width: 25em;
}
.slt-opening-time dt,
.slt-opening-time dd {
  margin: 0;
  padding: 0.4em 1em;
}
.slt-opening-time dd {
  text-align: center;
}
.slt-opening-time .slt-content:not(.slt-threecol) {
  display: table;
}
.slt-opening-time .slt-content:not(.slt-threecol) dl {
  display: table-row;
}
.slt-opening-time .slt-content:not(.slt-threecol) dt,
.slt-opening-time .slt-content:not(.slt-threecol) dd {
  display: table-cell;
}
.slt-opening-time .slt-content:not(.slt-threecol) dt {
  text-align: left;
}
.slt-opening-time .slt-threecol dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  margin: 0;
}
.slt-opening-time .slt-threecol dt {
  width: 100%;
  padding-bottom: 0;
  text-align: center;
  font-weight: bold;
}
.slt-opening-time .slt-threecol dd {
  min-width: 33.33333333%;
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.slt-page-section {
  position: relative;
  padding: 0 0.95rem 3.8rem;
}
.slt-page-section:last-of-type {
  padding-bottom: 0;
}
@media (min-width: 481px) {
  .slt-page-section.slt-section-orneoContact {
    background: url('/cms-design/single_04/img/bg-map.jpg') 50% 50% no-repeat;
    background-size: cover;
  }
}
.slt-page-section:before,
.slt-page-section:after {
  content: "";
  display: block;
  position: relative;
  z-index: -1;
  height: 4rem;
}
.slt-page-section > * {
  position: relative;
  z-index: 1;
}
.slt-page-section .slt-entry {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.slt-page-section .slt-entry .slt-figure-wrap {
  display: inline-block;
  margin: 0 auto;
}
.slt-price-lists {
  margin: 1.9rem auto 0;
}
.slt-price-lists .slt-block-title,
.slt-price-lists .slt-container > .slt-description {
  text-align: center;
}
.slt-price-lists .slt-container > .slt-description {
  margin: 0.25em auto 0.95rem;
}
.wrapper-sticky {
  width: 100% !important;
  height: 0 !important;
}
.wrapper-sticky + .slt-masthead {
  display: none !important;
}
.slt-masthead {
  z-index: 2000;
  width: 100% !important;
  height: 4rem !important;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.wrapper-sticky:not(.sticky-active) .slt-masthead {
  position: fixed !important;
}
.slt-masthead .slt-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: auto;
  max-width: none;
  height: 4rem;
}
.slt-contact-company {
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.35em;
  text-align: center;
}
@media (min-width: 481px) {
  .slt-contact-company {
    max-width: 40rem;
    padding: 1.9rem;
    background: #fff;
  }
}
.slt-contact-company address {
  font-style: normal;
}
.slt-contact-company address br {
  display: none;
}
.slt-contact-company .slt-street:after {
  content: ", ";
}
.slt-contact-company ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slt-contact-company .slt-id,
.slt-contact-company .slt-vatid {
  display: inline;
}
.slt-contact-company .slt-id:after {
  content: "| ";
}
.slt-contact-company .slt-article-title i + span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.slt-contact-company .slt-address {
  margin-bottom: 0.95rem;
}
.slt-contact-company article:not(.slt-address) {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
          align-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
  margin: 0 auto;
  width: auto;
}
.slt-contact-company article:not(.slt-address) .slt-article-title {
  margin-left: auto;
}
.slt-contact-company article:not(.slt-address) .slt-article-title i.fa {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.slt-contact-company article:not(.slt-address) .slt-content {
  margin-left: 0.475rem;
  margin-right: auto;
}
.slt-contact-company article:not(.slt-address) ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 0.95rem;
}
.slt-contact-company article:not(.slt-address) li {
  position: relative;
  margin: 0.475rem 0.63333333rem 0;
  white-space: nowrap;
}
.slt-contact-company article:not(.slt-address) li:first-child::before {
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  left: -2rem;
  margin-right: 0.95rem;
  width: 1rem;
  text-align: right;
}
.slt-contact-company article:not(.slt-address) a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .slt-contact-company article:not(.slt-address) a {
    max-width: 15em;
  }
}
@media (min-width: 481px) {
  .slt-contact-company article:not(.slt-address) a {
    max-width: 22em;
  }
}
.slt-contact-company article:not(.slt-address) em {
  display: block;
  font-size: 0.75em;
  font-weight: 200;
}
.slt-contact-company .slt-phones li:first-child::before {
  content: "\f095";
}
.slt-contact-company .slt-emails li:first-child::before {
  content: "\f1fa";
}
.slt-contact-company .slt-webs li:first-child::before {
  content: "\f0ac";
}
.slt-gallery-detail {
  margin: 2.85rem auto 0;
}
.slt-page-section:not(.slt-section-photoGallery) .slt-gallery-detail {
  width: 45rem;
  max-width: 100%;
}
.slt-gallery-detail .slt-figure-wrap {
  position: relative;
  float: left;
  overflow: hidden;
  padding: 0.475rem;
}
@media (max-width: 480px) {
  .slt-section-photoGallery .slt-gallery-detail .slt-figure-wrap {
    width: 50%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .slt-section-photoGallery .slt-gallery-detail .slt-figure-wrap {
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .slt-section-photoGallery .slt-gallery-detail .slt-figure-wrap {
    width: 25%;
  }
}
@media (max-width: 480px) {
  .slt-page-section:not(.slt-section-photoGallery) .slt-gallery-detail .slt-figure-wrap {
    width: 50%;
  }
}
@media (min-width: 481px) {
  .slt-page-section:not(.slt-section-photoGallery) .slt-gallery-detail .slt-figure-wrap {
    width: 33.33333333%;
  }
}
.slt-page-footer {
  padding: 0.95rem;
  text-align: center;
  color: #fff;
}
.slt-page-footer a {
  color: #fff;
}
.slt-page-footer a:hover,
.slt-page-footer a:focus,
.slt-page-footer a:active {
  color: #aaa;
}
.slt-container {
  margin-left: auto;
  margin-right: auto;
  width: 45rem;
  max-width: 100%;
}
.slt-container:before,
.slt-container:after {
  content: " ";
  display: table;
}
.slt-container:after {
  clear: both;
}
.slt-page-section .slt-gallery-detail .slt-container {
  width: auto;
  max-width: 69rem;
}
/*# sourceMappingURL=styles.css.map */
h1,
h2,
h3,
h4,
h5,
h6,
.slt-section-title,
.slt-article-title,
.slt-contact-company article li:first-child::before {
  color: #ffc926;
}
a,
a h2,
a h3,
a h4 {
  color: #fdbf02;
}
a:hover,
a:focus,
a:active,
a:hover h2,
a:focus h2,
a:active h2,
a:hover h3,
a:focus h3,
a:active h3,
a:hover h4,
a:focus h4,
a:active h4 {
  color: #ffc926;
}
a.slt-thumbnail,
.slt-map a {
  box-shadow: 0 0.05em 0.1em rgba(255, 201, 38, 0.175);
}
a.slt-thumbnail:hover,
.slt-map a:hover,
a.slt-thumbnail:focus,
.slt-map a:focus,
a.slt-thumbnail:active,
.slt-map a:active {
  box-shadow: 0 0.1em 0.3em rgba(255, 201, 38, 0.1), 0 0.3em 0.6em rgba(255, 201, 38, 0.125);
}
.slt-nav-main button {
  background: #fff;
  color: #fdbf02;
}
.slt-nav-main button::before {
  color: #fdbf02;
}
.slt-nav-main li.current a {
  background: #ffc926;
  color: #fff;
}
.slt-nav-main li a:hover {
  background: #fdbf02;
  color: #fff;
}
.slt-btn {
  background: #fdbf02;
  color: #fff;
}
.slt-btn:hover,
.slt-btn:active,
.slt-btn:focus {
  background: #ffc926;
  color: #fff;
}
.slt-masthead {
  box-shadow: 0 0.05em 0.05em rgba(255, 201, 38, 0.05);
}
.sticky-active .slt-masthead {
  box-shadow: 0 0.1em 0.3em rgba(255, 201, 38, 0.1), 0 0.3em 1.2em rgba(255, 201, 38, 0.125);
}
.slt-hero {
  background-color: #ffc926;
}
.slt-hero .owl-pagination .owl-page span {
  background: #ffc926;
}
.slt-brand-slogan {
  text-shadow: 0 0.05em 0.1em rgba(255, 201, 38, 0.85);
}
.slt-page-section {
  background-image: -webkit-linear-gradient(top, #fffcf4 0%, #fff9e9 100%);
  background-image: linear-gradient(to bottom, #fffcf4 0%, #fff9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffcf4', endColorstr='#fffff9e9', GradientType=0);
}
.slt-page-footer {
  background: #ffc926;
}
table tr:nth-child(even) th,
table tr:nth-child(even) td,
.slt-price-list dl:nth-child(odd),
.slt-opening-time dl:nth-child(odd) {
  background: #fff9e9;
}
table tr:nth-child(odd) th,
table tr:nth-child(odd) td,
.slt-price-list dl:nth-child(even),
.slt-opening-time dl:nth-child(even) {
  background: #fffcf4;
}
table thead th,
table thead td {
  background: #ffc926 !important;
  color: #fff;
}
