/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("/fonts/main/fonts.list.css");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
/****************************************************************************** 
  Top navigation variables
******************************************************************************/
/****************************************************************************** 
  Top navigation variables
******************************************************************************/
/****************************************************************************** 
  #top
******************************************************************************/
#top {
  background-color: #000;
  color: #FFF;
  font-size: 1em;
  font-family: 'Univers LT W01_57 Condensed', sans-serif;
  height: 70px;
  position: relative;
  z-index: 104;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  #top {
    height: 90px;
  }
}
@media (min-width: 992px) {
  #top {
    height: 90px;
  }
}
@media (min-width: 1200px) {
  #top {
    height: 90px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 150px;
  }
  body #top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
}
.no-touchevents #top.slim-header {
  border-bottom: 1px solid #000;
  background-color: #000;
}
@media (min-width: 992px) {
  .no-touchevents #top.slim-header {
    height: 70px;
  }
  .no-touchevents #top.slim-header #top-nav {
    max-height: 100%;
  }
}
.no-touchevents #top.slim-header #logo {
  width: 200px;
}
@media (min-width: 992px) {
  .no-touchevents #top.slim-header #primary-nav > li > a {
    line-height: 70px;
  }
}
.no-touchevents #top.slim-header #primary-nav > li.on > a:before {
  margin-top: 15px;
}
/****************************************************************************** 
  #top-nav
******************************************************************************/
#top-nav {
  position: relative;
  height: 100%;
}
#top-nav .container {
  position: relative;
  padding: 0;
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
#top-nav .container:before,
#top-nav .container:after {
  content: " ";
  display: table;
}
#top-nav .container:after {
  clear: both;
}
#top-nav .container:before,
#top-nav .container:after {
  content: " ";
  display: table;
}
#top-nav .container:after {
  clear: both;
}
#top-nav a,
#top-nav a:link,
#top-nav a:visited {
  text-decoration: none;
  outline: none;
  text-transform: none;
  color: #FFF;
}
#top-nav a:hover {
  color: #ea373b;
}
#top-nav button {
  background: transparent;
  border: 0;
  outline: none;
}
/****************************************************************************** 
  #logo
******************************************************************************/
#logo {
  background: url(../images/logo.png) left center no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  display: inline-block;
  float: left;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  outline: none;
  height: 100%;
  width: 190px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   -moz-min-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) { 
    background-image: url(../images/logo@2x.png);
  }
  */
}
@media (min-width: 768px) {
  #logo {
    width: 250px;
  }
}
@media (min-width: 992px) {
  #logo {
    width: 250px;
  }
}
@media (min-width: 1200px) {
  #logo {
    width: 300px;
  }
}
#logo > .company-name {
  border: 0 none;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  left: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
/****************************************************************************** 
  .burger-btn
******************************************************************************/
.burger-btn {
  display: block;
  width: 25px;
  height: 19px;
  cursor: pointer;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: absolute;
  right: 15px;
  top: 26px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .burger-btn {
    top: 36px;
  }
}
@media (min-width: 1200px) {
  .burger-btn {
    display: none;
  }
}
.burger-btn span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #FFF;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.burger-btn span:nth-child(1) {
  top: 0px;
}
.burger-btn span:nth-child(2),
.burger-btn span:nth-child(3) {
  top: 9px;
}
.burger-btn span:nth-child(4) {
  top: 18px;
}
.burger-btn.active span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%;
}
.burger-btn.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger-btn.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger-btn.active span:nth-child(4) {
  top: 16px;
  width: 0%;
  left: 50%;
}
.burger-btn:hover span {
  background: #ea373b;
}
/****************************************************************************** 
  toggle-search-megadropdown
******************************************************************************/
.toggle-search-megadropdown {
  width: 50px;
  height: 100%;
  background: none;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 1.5em;
  line-height: 1;
}
.toggle-search-megadropdown > span {
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.toggle-search-megadropdown.open > span,
.toggle-search-megadropdown.active > span {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.toggle-search-megadropdown:hover {
  color: #ea373b;
}
#top-nav .container > .toggle-search-megadropdown {
  position: absolute;
  right: 50px;
  top: 0;
  display: none;
  /* //use this snippet below when being used
  @media (min-width: @mobile-navigation-hide-breakpoint) {
    display: none;
  }*/
}
/*************************************************************************************************** 
  Mobile navigation
****************************************************************************************************/
#mobile-nav {
  background-color: #000;
  color: #FFF;
  font-family: 'Univers LT W01_57 Condensed', sans-serif;
  text-align: center;
}
@media (min-width: 1200px) {
  #mobile-nav {
    display: none;
  }
}
#mobile-nav ul ul {
  font-size: 90%;
}
#mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.8s;
  -o-transition: max-height 0.8s;
  transition: max-height 0.8s;
}
#mobile-nav ul li > a {
  border-top: 1px solid #000000;
  color: #FFF;
  display: block;
  font-size: 16px;
  padding: 1em 45px;
  position: relative;
  text-align: inherit;
  text-transform: inherit;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#mobile-nav ul li > a .arrow {
  content: "";
  width: 50px;
  height: 100%;
  border-left: 1px solid #000000;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  display: none;
  text-align: center;
  padding-top: 14px;
}
#mobile-nav ul li > a .arrow > span {
  display: inline-block;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  font-size: 14px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#mobile-nav ul li > a:hover {
  background-color: #000000;
  color: #ea373b;
}
#mobile-nav ul li > a + ul a {
  font-size: 14px;
}
#mobile-nav ul li > a.active {
  background-color: #000000;
  color: #ea373b;
}
#mobile-nav ul li > a.active + ul {
  max-height: 600px;
}
#mobile-nav ul li > a.active + ul a {
  background-color: #000000;
}
#mobile-nav ul li > a.active .arrow > span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#mobile-nav ul li > a.on {
  color: #ea373b;
}
#mobile-nav ul li > a.has-children .arrow {
  display: block;
}
#mobile-nav ul li:last-child a {
  padding-bottom: 1.5em;
}
.mobile-nav-open #mobile-nav > ul {
  max-height: 600px;
}
/****************************************************************************** 
  #primary-nav
******************************************************************************/
#primary-nav-container {
  width: 100%;
  height: 60px;
  background-color: #000;
  color: #FFF;
  text-align: center;
  display: none;
}
@media (min-width: 1200px) {
  #primary-nav-container {
    display: block;
  }
}
#primary-nav-container > .container {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
}
#primary-nav {
  color: #FFF;
  font-family: 'Univers LT W01_57 Condensed', sans-serif;
  font-size: 1em;
  font-weight: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  right: 0;
  bottom: 0;
  height: 100%;
  text-transform: none;
  display: none;
}
#primary-nav:before,
#primary-nav:after {
  content: " ";
  display: table;
}
#primary-nav:after {
  clear: both;
}
#primary-nav:before,
#primary-nav:after {
  content: " ";
  display: table;
}
#primary-nav:after {
  clear: both;
}
@media (min-width: 1200px) {
  #primary-nav {
    display: inline-block;
  }
}
#primary-nav > li {
  float: left;
  height: 100%;
}
#primary-nav > li > a,
#primary-nav > li > a:link,
#primary-nav > li > a:visited {
  display: inline-block;
  height: 100%;
  line-height: 60px;
  padding: 0 25px;
  color: #FFF;
  text-transform: inherit;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#primary-nav > li > a:hover,
#primary-nav > li > a:link:hover,
#primary-nav > li > a:visited:hover,
#primary-nav > li > a.active,
#primary-nav > li > a:link.active,
#primary-nav > li > a:visited.active,
#primary-nav > li > a.on,
#primary-nav > li > a:link.on,
#primary-nav > li > a:visited.on {
  color: #ea373b;
  outline: none;
}
#primary-nav > li.on > a,
#primary-nav > li.on > a:link,
#primary-nav > li.on > a:visited {
  position: relative;
  text-align: center;
  color: #FFF;
}
@media (min-width: 768px) {
  #primary-nav > li.on > a:before,
  #primary-nav > li.on > a:link:before,
  #primary-nav > li.on > a:visited:before {
    content: "";
    background-color: #ea373b;
    width: 8px;
    height: 8px;
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    margin-top: 12px;
    margin-left: -4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
#primary-nav > li.on > a:hover,
#primary-nav > li.on > a:link:hover,
#primary-nav > li.on > a:visited:hover {
  color: #ea373b;
}
#primary-nav > li > button {
  height: 100%;
}
#primary-nav .toggle-search-megadropdown {
  width: 40px;
}
#primary-nav > li {
  position: relative;
}
#primary-nav > li a.has-children + ul {
  background-color: #000;
  color: #FFF;
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: auto;
  top: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.8s;
  -o-transition: max-height 0.8s;
  transition: max-height 0.8s;
}
#primary-nav > li a.has-children + ul a {
  display: block;
  padding: .5em 25px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#primary-nav > li a.has-children + ul a:hover {
  color: #ea373b;
  outline: none;
}
#primary-nav > li a.has-children + ul li:last-child {
  padding-bottom: 10px;
}
#primary-nav > li:hover a.has-children {
  color: #ea373b;
}
#primary-nav > li:hover a.has-children:before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  filter: alpha(opacity=0);
}
#primary-nav > li:hover a.has-children + ul {
  max-height: 300px;
}
/****************************************************************************** 
  #secondary-nav (Apply only if used)
*****************************************************************************
#secondary-nav {
  color: @secondary-navigation-color;
  font-family: @top-font-family;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: @secondary-navigation-text-transform;
  .clearfix;
  font-size: @secondary-navigation-font-size;
  font-weight: @secondary-navigation-font-weight;
  display: none;
  @media (min-width: @mobile-navigation-hide-breakpoint) {
    display: block;
  }
  > li {
    float: left;
    > a, 
    > a:link, 
    > a:visited {
      display: inline-block;
      padding: @secondary-navigation-a-padding;
      color: inherit;
      text-transform: inherit;
      .transition(all .3s);
      &:hover, &.active, &.on {
        color: @secondary-navigation-active-color;
      }
    }
    &.on {
      > a {
        color: @secondary-navigation-active-color;
      }
    } 
    > button {
      height: 100%;
    }
  }
}

*/
/****************************************************************************** 
  #megadropdown-nav
******************************************************************************/
#megadropdown-nav {
  position: relative;
  z-index: 1;
}
#megadropdown-nav .container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 15px;
}
@media (min-width: 768px) {
  #megadropdown-nav .container {
    padding: 2.75em 15px;
  }
}
@media (min-width: 992px) {
  #megadropdown-nav .container {
    padding: 2.75em 15px;
  }
}
@media (min-width: 1200px) {
  #megadropdown-nav .container {
    padding: 3.25em 15px;
  }
}
#megadropdown-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#megadropdown-nav a {
  display: block;
  font-size: inherit;
  color: #FFF;
  padding: 1em 0;
  outline: none;
}
#megadropdown-nav a:hover,
#megadropdown-nav a:focus,
#megadropdown-nav a:active {
  color: #ea373b;
  outline: none;
}
.is-mega-dropdown {
  background-color: #000;
  color: #FFF;
  font-family: 'Univers LT W01_57 Condensed', sans-serif;
  font-size: 1em;
  font-weight: normal;
  text-transform: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.megadropdown-row {
  margin-left: -15px;
  margin-right: -15px;
}
.megadropdown-row .col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .megadropdown-row .col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .megadropdown-row .col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .megadropdown-row .col {
    float: left;
    width: 20%;
  }
}
.megadropdown-row .col ul {
  font-size: .85em;
}
.megadropdown-row .col .header {
  padding: 0;
}
/*************************************************************************************************** 
  #mega-dropdown-search
****************************************************************************************************/
#mega-dropdown-search > .container,
.searchResultContainer > .container {
  margin: 0 auto;
  padding: 2em 15px;
}
@media (min-width: 768px) {
  #mega-dropdown-search > .container,
  .searchResultContainer > .container {
    padding: 2.75em 15px;
  }
}
@media (min-width: 992px) {
  #mega-dropdown-search > .container,
  .searchResultContainer > .container {
    padding: 2.75em 15px;
  }
}
@media (min-width: 1200px) {
  #mega-dropdown-search > .container,
  .searchResultContainer > .container {
    padding: 3.25em 15px;
  }
}
#mega-dropdown-search form,
.searchResultContainer form {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  font-size: 1.25em;
}
@media (min-width: 768px) {
  #mega-dropdown-search form,
  .searchResultContainer form {
    width: 75%;
  }
}
@media (min-width: 992px) {
  #mega-dropdown-search form,
  .searchResultContainer form {
    font-size: 1.5em;
  }
}
#mega-dropdown-search form input[type=text],
.searchResultContainer form input[type=text],
#mega-dropdown-search form input[type=search],
.searchResultContainer form input[type=search] {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #FFF;
  text-align: center;
  margin-bottom: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  letter-spacing: 0;
  padding: 0 30px;
  outline: none;
  color: #FFF;
}
@media (min-width: 768px) {
  #mega-dropdown-search form input[type=text],
  .searchResultContainer form input[type=text],
  #mega-dropdown-search form input[type=search],
  .searchResultContainer form input[type=search] {
    padding: 0 50px;
    outline: none;
  }
}
#mega-dropdown-search form input[type=submit],
.searchResultContainer form input[type=submit],
#mega-dropdown-search form button[type=submit],
.searchResultContainer form button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: transparent;
  color: #FFF;
  border: none;
  margin-bottom: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 24px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  filter: alpha(opacity=100);
  outline: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#mega-dropdown-search form input[type=submit]:hover,
.searchResultContainer form input[type=submit]:hover,
#mega-dropdown-search form button[type=submit]:hover,
.searchResultContainer form button[type=submit]:hover,
#mega-dropdown-search form input[type=submit]:focus,
.searchResultContainer form input[type=submit]:focus,
#mega-dropdown-search form button[type=submit]:focus,
.searchResultContainer form button[type=submit]:focus {
  color: #ea373b;
  outline: none;
}
footer {
  background-color: #000;
  color: #fff;
  text-align: center;
}
footer a {
  color: inherit;
}
footer address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 0;
}
footer address > span {
  display: block;
  padding: 0 15px;
}
footer address > span.company-name {
  font-weight: bold;
}
footer address > a {
  display: block;
  color: #fff;
  outline: none;
  padding: 0 15px;
}
footer address > a > span {
  margin-right: 5px;
}
footer address > a:hover,
footer address > a:focus {
  color: #ea373b;
  outline: none;
}
footer address > a .icon-phone:before {
  font-size: 0;
}
footer address > a .icon-mail:before {
  font-size: 0;
}
footer.horizontal-footer address > span,
footer.horizontal-footer address > a {
  display: block;
}
@media (min-width: 768px) {
  footer.horizontal-footer address > span,
  footer.horizontal-footer address > a {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  footer.horizontal-footer address > span,
  footer.horizontal-footer address > a {
    display: inline-block;
  }
}
footer .footer-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1280px;
  padding: 2em 15px;
}
footer .footer-container > .navbar-header,
footer .footer-container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  footer .footer-container > .navbar-header,
  footer .footer-container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  footer .footer-container {
    padding: 2.75em 15px;
  }
}
@media (min-width: 992px) {
  footer .footer-container {
    padding: 2.75em 15px;
  }
}
@media (min-width: 1200px) {
  footer .footer-container {
    padding: 3.25em 15px;
  }
}
footer .footer-container .footer-row {
  margin-left: -15px;
  margin-right: -15px;
}
footer .footer-container .footer-row .footer-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
footer .social-bar {
  display: none;
}
footer .social-bar .social-icon {
  background-color: #fff;
  color: #ea373b;
  display: inline-block;
  font-size: 0;
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  margin: 28px 7px 0 7px;
  outline: none;
  -webkit-border-radius: 0%;
  border-radius: 0%;
}
footer .social-bar .social-icon span:before {
  font-size: 24px;
  line-height: 50px;
}
footer .social-bar .social-icon:hover {
  background-color: #ea373b;
  color: #fff;
  outline: none;
}
footer .social-bar {
  display: none;
}
footer address > span,
footer address > a {
  position: relative;
}
@media (min-width: 768px) {
  footer address > span:before,
  footer address > a:before {
    content: "";
    background-color: #ea373b;
    width: 5px;
    height: 5px;
    float: left;
    position: relative;
    top: 7px;
    left: -15px;
  }
}
footer address > span.company-name:before,
footer address > a.company-name:before {
  display: none;
}
footer address .icon-phone,
footer address .icon-mail {
  display: none;
}
/************************************************************************************* 
  Aspect ratios - https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/
*************************************************************************************/
/****************************************************************************** 
  Sexy helper tricks
******************************************************************************/
.v-center {
  position: relative;
}
.v-center > div {
  display: table;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.v-center > div > div {
  display: table-cell;
  vertical-align: middle;
}
.rescope-z-index {
  position: relative;
  z-index: 1;
}
/****************************************************************************** 
  Hidden/loaded opacity
******************************************************************************/
.lazy,
.lazy-hidden {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.lazyOwl.lazy-hidden {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.lazy-loaded {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/****************************************************************************** 
  Grid Settings variables
******************************************************************************/
/****************************************************************************** 
  Base variables
******************************************************************************/
/****************************************************************************** 
	Media queries breakpoints
******************************************************************************/
/****************************************************************************** 
  Colors
******************************************************************************/
/****************************************************************************** 
  Body defaults
******************************************************************************/
/************************************************************************************
  Typography 
  (Headings size get propertionally size via intervals - http://www.modularscale.com/ 
  OR... make custom values as desired.
************************************************************************************/
/******************************************************************************
  Iconography
  Specify custom location and filename of the custom icon font.
******************************************************************************/
/****************************************************************************** 
  Buttons
******************************************************************************/
/****************************************************************************** 
  Form
******************************************************************************/
/****************************************************************************** 
  Navigation controls (Owl slider & Fancybox)
******************************************************************************/
/****************************************************************************** 
  Grid Settings variables
******************************************************************************/
/****************************************************************************** 
  Base variables
******************************************************************************/
/****************************************************************************** 
  Colors
******************************************************************************/
/****************************************************************************** 
  Body defaults
******************************************************************************/
/************************************************************************************
  Typography 
  (Headings size get propertionally size via intervals - http://www.modularscale.com/ 
  OR... make custom values as desired.
************************************************************************************/
/******************************************************************************
  Iconography
  Specify custom location and filename of the custom icon font.
******************************************************************************/
/****************************************************************************** 
  Buttons
******************************************************************************/
/****************************************************************************** 
  Form
******************************************************************************/
/****************************************************************************** 
  Navigation controls (Owl slider & Fancybox)
******************************************************************************/
/****************************************************************************** 
  jQuery UI Datepicker
******************************************************************************/
/****************************************************************************** 
  Typography
******************************************************************************/
.font-family-sans-serif,
.font-sans-serif {
  font-family: 'Univers LT W01_57 Condensed', sans-serif;
}
.font-family-serif,
.font-serif {
  font-family: serif;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  color: #000;
  font-family: 'Univers LT W01_57 Condensed', sans-serif;
  font-weight: normal;
  margin: 0 0 7.5px 0;
  line-height: 1.1;
  text-transform: none;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h1 > p,
h2 > p,
h3 > p,
h4 > p,
h5 > p,
.h1 > p,
.h2 > p,
.h3 > p,
.h4 > p,
.h5 > p {
  margin-bottom: 0;
}
h1,
.h1 {
  color: #000;
  font-size: 1.90612539em;
  font-family: 'Univers LT W01_67 Bold_1476016', sans-serif;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 1.90612539em;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 1.90612539em;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 1.90612539em;
  }
}
@media (min-width: 1800px) {
  h1,
  .h1 {
    font-size: 1.90612539em;
  }
}
h2,
.h2 {
  color: #000;
  font-size: 1.62223438em;
  font-family: 'Univers LT W01_67 Bold_1476016', sans-serif;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 1.62223438em;
  }
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 1.62223438em;
  }
}
@media (min-width: 1800px) {
  h2,
  .h2 {
    font-size: 1.62223438em;
  }
}
h3,
.h3 {
  color: #000;
  font-size: 1.380625em;
  font-family: 'Univers LT W01_67 Bold_1476016', sans-serif;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 1.380625em;
  }
}
@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 1.380625em;
  }
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.380625em;
  }
}
@media (min-width: 1800px) {
  h3,
  .h3 {
    font-size: 1.380625em;
  }
}
h4,
.h4 {
  color: #000;
  font-size: 1.175em;
  font-family: 'Univers LT W01_67 Bold_1476016', sans-serif;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 1.175em;
  }
}
@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 1.175em;
  }
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.175em;
  }
}
@media (min-width: 1800px) {
  h4,
  .h4 {
    font-size: 1.175em;
  }
}
blockquote,
.blockquote {
  border: none;
  font-size: 1.25em;
  font-weight: normal;
  font-style: italic;
  padding: 7.5px 0px;
  margin: 0;
}
blockquote > p,
.blockquote > p {
  margin-top: 0;
}
small,
.small {
  font-size: 80%;
}
.UniversLTCondensed {
  font-family: 'Univers LT W01_57 Condensed', sans-serif;
  font-weight: normal;
}
.UniversLTBoldCondensed {
  font-family: 'Univers LT W01_67 Bold_1476016', sans-serif;
  font-weight: normal;
}
/******** TEMP *******
[class*="columns-"] {
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.2);
    padding-bottom: 15px;
    padding-top: 15px;


}
*/
/******** TEMP END ********/
.hd-container {
  padding: 2em 15px;
}
@media (min-width: 768px) {
  .hd-container {
    padding: 2.75em 15px;
  }
}
@media (min-width: 992px) {
  .hd-container {
    padding: 2.75em 15px;
  }
}
@media (min-width: 1200px) {
  .hd-container {
    padding: 3.25em 15px;
  }
}
.columns-12 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.columns-6 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 15px;
}
@media (min-width: 768px) {
  .columns-6 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .columns-6 {
    padding: 0 15px;
  }
}
.columns-4 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 15px;
}
@media (min-width: 768px) {
  .columns-4 {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .columns-4 {
    padding: 0 15px;
  }
}
.columns-3 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 15px;
}
@media (min-width: 768px) {
  .columns-3 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .columns-3 {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .columns-3 {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .columns-3 {
    padding: 0 15px;
  }
}
main {
  max-width: 1920px;
  min-height: 500px;
  margin: auto;
  overflow: hidden;
}
main > div.normal > div {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1280px;
  padding: 2em 15px;
}
main > div.normal > div > .navbar-header,
main > div.normal > div > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  main > div.normal > div > .navbar-header,
  main > div.normal > div > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  main > div.normal > div {
    padding: 2.75em 15px;
  }
}
@media (min-width: 992px) {
  main > div.normal > div {
    padding: 2.75em 15px;
  }
}
@media (min-width: 1200px) {
  main > div.normal > div {
    padding: 3.25em 15px;
  }
}
main > div.Remove-margin > div {
  padding-top: 0;
  padding-bottom: 0;
}
main > div.Remove-bottom-margin > div {
  padding-bottom: 0;
}
main > div.Remove-top-margin > div {
  padding-top: 0;
}
main > div .row {
  margin-left: -15px;
  margin-right: -15px;
}
.columns-8 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 15px;
}
@media (min-width: 768px) {
  .columns-8 {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .columns-8 {
    padding: 0 15px;
  }
}
/****************************************************************************** 
  Base
******************************************************************************/
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background-color: #FFF;
  color: #555555;
  font-family: 'Univers LT W01_57 Condensed', sans-serif;
  font-size: 14px;
  line-height: 1.45;
  text-rendering: optimizelegibility;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-rendering: optimizelegibility;
}
a {
  color: #ea373b;
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus {
  color: #d7171b;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  border-top: 1px solid #333333;
}
/****************************************************************************** 
  Colors
******************************************************************************/
.primary-color {
  color: #000;
}
.secondary-color {
  color: #ea373b;
}
.tertiary-color {
  color: #dbdcde;
}
.bg-color-light-gray {
  background-color: #dbdcde;
}
.bg-color-light-gray input,
.bg-color-light-gray select,
.bg-color-light-gray textarea {
  border-color: #c0c2c6 !important;
  background-color: #cecfd2 !important;
}
@media (max-width: 991px) {
  body.form-is-opened.dt-listings aside {
    display: none;
  }
}
@font-face {
  font-family: "SKbolig";
  src: url('../fonts/SKbolig.eot');
  src: url('../fonts/SKbolig.eot?#iefix') format('embedded-opentype'), url('../fonts/SKbolig.woff') format('woff'), url('../fonts/SKbolig.ttf') format('truetype'), url('../fonts/SKbolig.svg#SKbolig') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "SKbolig" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-back:before {
  content: "\e900";
}
.icon-arrow-down:before {
  content: "\e901";
}
.icon-arrow-left:before {
  content: "\e902";
}
.icon-arrow-line-down:before {
  content: "\e903";
}
.icon-arrow-line-left:before {
  content: "\e904";
}
.icon-arrow-line-right:before {
  content: "\e905";
}
.icon-arrow-line-up:before {
  content: "\e906";
}
.icon-arrow-right:before {
  content: "\e907";
}
.icon-arrow-up:before {
  content: "\e908";
}
.icon-burger-menu:before {
  content: "\e909";
}
.icon-calender:before {
  content: "\e90a";
}
.icon-checkmark-big:before {
  content: "\e90b";
}
.icon-checkmark-small:before {
  content: "\e90c";
}
.icon-close:before {
  content: "\e90d";
}
.icon-double-arrow-left:before {
  content: "\e90e";
}
.icon-double-arrow-right:before {
  content: "\e90f";
}
.icon-download:before {
  content: "\e910";
}
.icon-enlarge:before {
  content: "\e911";
}
.icon-facebook-square:before {
  content: "\e912";
}
.icon-facebook:before {
  content: "\e913";
}
.icon-fremvisning:before {
  content: "\e914";
}
.icon-google-plus-square:before {
  content: "\e915";
}
.icon-google-plus:before {
  content: "\e916";
}
.icon-home:before {
  content: "\e917";
}
.icon-image:before {
  content: "\e918";
}
.icon-instagram:before {
  content: "\e919";
}
.icon-kort:before {
  content: "\e91a";
}
.icon-link:before {
  content: "\e91b";
}
.icon-linkedin-square:before {
  content: "\e91c";
}
.icon-linkedin:before {
  content: "\e91d";
}
.icon-lock-closed:before {
  content: "\e91e";
}
.icon-lock-open:before {
  content: "\e91f";
}
.icon-mail:before {
  content: "\e920";
}
.icon-minus:before {
  content: "\e921";
}
.icon-mobile-phone:before {
  content: "\e922";
}
.icon-phone:before {
  content: "\e923";
}
.icon-photo:before {
  content: "\e924";
}
.icon-pin:before {
  content: "\e925";
}
.icon-plantegning:before {
  content: "\e926";
}
.icon-play:before {
  content: "\e927";
}
.icon-play2:before {
  content: "\e928";
}
.icon-plus:before {
  content: "\e929";
}
.icon-reload:before {
  content: "\e92a";
}
.icon-salgsopstilling:before {
  content: "\e92b";
}
.icon-salgsvurdering:before {
  content: "\e92c";
}
.icon-search:before {
  content: "\e92d";
}
.icon-settings:before {
  content: "\e92e";
}
.icon-shop:before {
  content: "\e92f";
}
.icon-talk:before {
  content: "\e930";
}
.icon-trash:before {
  content: "\e931";
}
.icon-triangle-down:before {
  content: "\e932";
}
.icon-triangle-left:before {
  content: "\e933";
}
.icon-triangle-right:before {
  content: "\e934";
}
.icon-triangle-up:before {
  content: "\e935";
}
.icon-twitter-square:before {
  content: "\e936";
}
.icon-twitter:before {
  content: "\e937";
}
.icon-upload:before {
  content: "\e938";
}
.icon-user:before {
  content: "\e939";
}
.icon-vimeo-square:before {
  content: "\e93a";
}
.icon-vimeo:before {
  content: "\e93b";
}
.icon-youtube-square:before {
  content: "\e93c";
}
.icon-youtube:before {
  content: "\e93d";
}
.icon-vcard:before {
  content: "\e93e";
}
/****************************************************************************** 
  Buttons
******************************************************************************/
.hd-btn {
  border: 0px solid #000;
  background: #000;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: 'Univers LT W01_57 Condensed', sans-serif;
  font-size: 1em;
  font-weight: normal;
  margin: 2px 0;
  min-width: 150px;
  padding: 0.85em 1em 0.85em 50px;
  position: relative;
  letter-spacing: 0.5px;
  line-height: 1.3;
  outline: none;
  text-align: left;
  text-decoration: none;
  text-transform: normal;
  touch-action: manipulation;
  z-index: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .hd-btn {
    font-size: 1em;
    padding: 0.85em 1em 0.85em 50px;
  }
}
@media (min-width: 992px) {
  .hd-btn {
    font-size: 1em;
    padding: 0.85em 1em 0.85em 50px;
  }
}
@media (min-width: 1200px) {
  .hd-btn {
    font-size: 1.05em;
    padding: 10px 1em 10px 50px;
  }
}
.hd-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: #ea373b;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.hd-btn:after {
  content: "\e907";
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  width: 40px;
  height: 100%;
  line-height: 48px;
  text-align: center;
  font-family: "SKbolig" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .hd-btn:after {
    line-height: 40px;
  }
}
.hd-btn:hover {
  color: white;
  border-color: #ea373b;
  outline: none;
  text-decoration: none;
}
.hd-btn:hover:before {
  width: 100%;
}
.hd-btn:focus {
  color: white;
}
.hd-btn.fotos:after {
  content: "\e924";
  font-size: 1.15em;
}
.hd-btn.plantegning:after {
  content: "\e926";
  font-size: 1.15em;
}
.hd-btn.vis-paa-kort:after {
  content: "\e925";
  font-size: 1.15em;
}
.hd-btn.hent-salgsopstilling:after {
  content: "\e92b";
  font-size: 1.15em;
}
.hd-btn.download-dokumenter:after {
  content: "\e910";
  font-size: 1.1em;
}
.hd-btn.book-fremvisning:after {
  content: "\e914";
  font-size: 1.3em;
}
.hd-btn.bestil-salgsvurdering:after {
  content: "\e92c";
  font-size: 1.15em;
}
.hd-btn.tip-a-friend:after {
  content: "\e920";
  font-size: 1.15em;
}
.hd-btn.facebook:before {
  background-color: #4267b2;
}
.hd-btn.facebook:after {
  content: "\e913";
  font-size: 1.15em;
}
/****************************************************************************** 
  Buttons themes
******************************************************************************/
.hd-btn.secondary-color,
[data-button-color="Secondary-color"] .hd-btn,
.Secondary-color .hd-btn {
  background-color: #FFF;
  color: #000;
}
.hd-btn.secondary-color:hover,
[data-button-color="Secondary-color"] .hd-btn:hover,
.Secondary-color .hd-btn:hover,
.hd-btn.secondary-color:focus,
[data-button-color="Secondary-color"] .hd-btn:focus,
.Secondary-color .hd-btn:focus {
  color: white;
}
.hd-btn.tertiary-color,
[data-button-color="Tertiary-color"] .hd-btn,
.Tertiary-color .hd-btn {
  background-color: #dbdcde;
  color: #555555;
}
.hd-btn.tertiary-color:hover,
[data-button-color="Tertiary-color"] .hd-btn:hover,
.Tertiary-color .hd-btn:hover,
.hd-btn.tertiary-color:focus,
[data-button-color="Tertiary-color"] .hd-btn:focus,
.Tertiary-color .hd-btn:focus {
  color: white;
}
/****************************************************************************** 
  RTE Buttons fix (fix if buttons are added via RTE)
******************************************************************************/
.rte-hd-btn,
.rte-hd-btn-download {
  display: inline-block;
  width: auto;
  position: relative;
  z-index: 1;
}
.rte-hd-btn a,
.rte-hd-btn-download a {
  border: 0px solid #000;
  background: #000;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: 'Univers LT W01_57 Condensed', sans-serif;
  font-size: 1em;
  font-weight: normal;
  margin: 2px 0;
  min-width: 150px;
  padding: 0.85em 1em 0.85em 50px;
  position: relative;
  letter-spacing: 0.5px;
  line-height: 1.3;
  outline: none;
  text-align: left;
  text-decoration: none;
  text-transform: normal;
  touch-action: manipulation;
  z-index: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .rte-hd-btn a,
  .rte-hd-btn-download a {
    font-size: 1em;
    padding: 0.85em 1em 0.85em 50px;
  }
}
@media (min-width: 992px) {
  .rte-hd-btn a,
  .rte-hd-btn-download a {
    font-size: 1em;
    padding: 0.85em 1em 0.85em 50px;
  }
}
@media (min-width: 1200px) {
  .rte-hd-btn a,
  .rte-hd-btn-download a {
    font-size: 1.05em;
    padding: 10px 1em 10px 50px;
  }
}
.rte-hd-btn a:before,
.rte-hd-btn-download a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: #ea373b;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.rte-hd-btn a:after,
.rte-hd-btn-download a:after {
  content: "\e907";
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  width: 40px;
  height: 100%;
  line-height: 48px;
  text-align: center;
  font-family: "SKbolig" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .rte-hd-btn a:after,
  .rte-hd-btn-download a:after {
    line-height: 40px;
  }
}
.rte-hd-btn a:hover,
.rte-hd-btn-download a:hover {
  color: white;
  border-color: #ea373b;
  outline: none;
  text-decoration: none;
}
.rte-hd-btn a:hover:before,
.rte-hd-btn-download a:hover:before {
  width: 100%;
}
.rte-hd-btn a:focus,
.rte-hd-btn-download a:focus {
  color: white;
}
.rte-hd-btn a.fotos:after,
.rte-hd-btn-download a.fotos:after {
  content: "\e924";
  font-size: 1.15em;
}
.rte-hd-btn a.plantegning:after,
.rte-hd-btn-download a.plantegning:after {
  content: "\e926";
  font-size: 1.15em;
}
.rte-hd-btn a.vis-paa-kort:after,
.rte-hd-btn-download a.vis-paa-kort:after {
  content: "\e925";
  font-size: 1.15em;
}
.rte-hd-btn a.hent-salgsopstilling:after,
.rte-hd-btn-download a.hent-salgsopstilling:after {
  content: "\e92b";
  font-size: 1.15em;
}
.rte-hd-btn a.download-dokumenter:after,
.rte-hd-btn-download a.download-dokumenter:after {
  content: "\e910";
  font-size: 1.1em;
}
.rte-hd-btn a.book-fremvisning:after,
.rte-hd-btn-download a.book-fremvisning:after {
  content: "\e914";
  font-size: 1.3em;
}
.rte-hd-btn a.bestil-salgsvurdering:after,
.rte-hd-btn-download a.bestil-salgsvurdering:after {
  content: "\e92c";
  font-size: 1.15em;
}
.rte-hd-btn a.tip-a-friend:after,
.rte-hd-btn-download a.tip-a-friend:after {
  content: "\e920";
  font-size: 1.15em;
}
.rte-hd-btn a.facebook:before,
.rte-hd-btn-download a.facebook:before {
  background-color: #4267b2;
}
.rte-hd-btn a.facebook:after,
.rte-hd-btn-download a.facebook:after {
  content: "\e913";
  font-size: 1.15em;
}
/****************************************************************************** 
  Play button & Plus icon button
******************************************************************************/
.play-icon-button,
.plus-icon-button {
  background-color: black;
  border: 0px solid black;
  color: white;
  font-size: 24px;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 62px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 992px) {
  .play-icon-button,
  .plus-icon-button {
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 62px;
  }
}
@media (min-width: 1200px) {
  .play-icon-button,
  .plus-icon-button {
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 84px;
  }
}
.play-icon-button.centered,
.plus-icon-button.centered {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
}
@media (min-width: 992px) {
  .play-icon-button.centered,
  .plus-icon-button.centered {
    margin-left: -30px;
    margin-top: -30px;
  }
}
@media (min-width: 1200px) {
  .play-icon-button.centered,
  .plus-icon-button.centered {
    margin-left: -40px;
    margin-top: -40px;
  }
}
.play-icon-button:hover,
.plus-icon-button:hover,
.fancybox:hover .circle-btn,
.fancybox-media:hover .circle-btn,
.teaser-box:hover .play-icon-button,
.teaser-box:hover .plus-icon-button {
  border-color: black;
  background-color: black;
  color: white;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.play-icon-button:hover span,
.plus-icon-button:hover span,
.fancybox:hover .circle-btn span,
.fancybox-media:hover .circle-btn span,
.teaser-box:hover .play-icon-button span,
.teaser-box:hover .plus-icon-button span {
  color: white;
}
.play-icon-button .icon-play {
  position: relative;
  left: 2px;
}
.btn-close {
  border: 0px solid #000;
  background-color: #000;
  color: #FFF;
  padding: 1em;
  line-height: 1;
  outline: none;
  font-size: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.btn-close:hover {
  border-color: #ebecee;
  background-color: #ebecee;
  color: #ea373b;
  outline: none;
}
/****************************************************************************** 
    Forms
******************************************************************************/
form {
  position: relative;
  z-index: 1;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0 0 2em 0;
}
legend {
  font-family: inherit;
  font-weight: 500;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: 'Univers LT W01_57 Condensed', sans-serif;
  font-weight: normal;
  margin: 0 0 7.5px 0;
  line-height: 1.1;
  text-transform: none;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #000;
  font-size: 1.380625em;
  font-family: 'Univers LT W01_67 Bold_1476016', sans-serif;
  line-height: 1.2;
}
legend small,
legend .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
legend small,
legend .small {
  font-size: 65%;
}
legend > p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  legend {
    font-size: 1.380625em;
  }
}
@media (min-width: 992px) {
  legend {
    font-size: 1.380625em;
  }
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.380625em;
  }
}
@media (min-width: 1800px) {
  legend {
    font-size: 1.380625em;
  }
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="color"],
input[type="email"],
input[type="search"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
  line-height: 1.3;
  color: #555555;
  background-image: none;
  background-color: #dbdcde;
  border-size: 0px;
  border-style: solid;
  border-color: #dbdcde;
  border-radius: 0;
  font-family: 'Univers LT W01_57 Condensed', sans-serif;
  font-size: 1em;
  font-weight: bold;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: none;
  padding: 0.5em 1em;
  margin: 0 0 0.75em 0;
  outline: none;
  -webkit-appearance: none;
}
input[type="text"] ::-webkit-input-placeholder,
input[type="password"] ::-webkit-input-placeholder,
input[type="tel"] ::-webkit-input-placeholder,
input[type="number"] ::-webkit-input-placeholder,
input[type="color"] ::-webkit-input-placeholder,
input[type="email"] ::-webkit-input-placeholder,
input[type="search"] ::-webkit-input-placeholder,
input[type="datetime"] ::-webkit-input-placeholder,
input[type="datetime-local"] ::-webkit-input-placeholder,
input[type="date"] ::-webkit-input-placeholder,
input[type="month"] ::-webkit-input-placeholder,
input[type="time"] ::-webkit-input-placeholder,
input[type="week"] ::-webkit-input-placeholder,
input[type="number"] ::-webkit-input-placeholder,
input[type="url"] ::-webkit-input-placeholder,
select ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder,
input[type="text"] ::-moz-placeholder,
input[type="password"] ::-moz-placeholder,
input[type="tel"] ::-moz-placeholder,
input[type="number"] ::-moz-placeholder,
input[type="color"] ::-moz-placeholder,
input[type="email"] ::-moz-placeholder,
input[type="search"] ::-moz-placeholder,
input[type="datetime"] ::-moz-placeholder,
input[type="datetime-local"] ::-moz-placeholder,
input[type="date"] ::-moz-placeholder,
input[type="month"] ::-moz-placeholder,
input[type="time"] ::-moz-placeholder,
input[type="week"] ::-moz-placeholder,
input[type="number"] ::-moz-placeholder,
input[type="url"] ::-moz-placeholder,
select ::-moz-placeholder,
textarea ::-moz-placeholder,
input[type="text"] :-ms-input-placeholder,
input[type="password"] :-ms-input-placeholder,
input[type="tel"] :-ms-input-placeholder,
input[type="number"] :-ms-input-placeholder,
input[type="color"] :-ms-input-placeholder,
input[type="email"] :-ms-input-placeholder,
input[type="search"] :-ms-input-placeholder,
input[type="datetime"] :-ms-input-placeholder,
input[type="datetime-local"] :-ms-input-placeholder,
input[type="date"] :-ms-input-placeholder,
input[type="month"] :-ms-input-placeholder,
input[type="time"] :-ms-input-placeholder,
input[type="week"] :-ms-input-placeholder,
input[type="number"] :-ms-input-placeholder,
input[type="url"] :-ms-input-placeholder,
select :-ms-input-placeholder,
textarea :-ms-input-placeholder {
  color: #555555;
  opacity: 0.85;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="color"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: #cecfd2;
}
/****************************************************************************** 
    //CSS3 Checkboxes & Radio buttons... 
    (http://www.hongkiat.com/blog/css3-checkbox-radio/)
******************************************************************************/
/*
//.css3-checkbox
.css3-checkbox {
    input[type="checkbox"] {
        display: none;
        + label {
            cursor: pointer;
            position: relative;
            color: @hd-form-checkbox-color;
            font-weight: normal;
            font-size: 1em; 
            .transition(all .2s);
            &:before {
                content: "";
                display: inline-block;
                .square(12px);
                margin: -2px 8px 0 0;
                vertical-align: middle;
                cursor: pointer;
                border: 2px solid @hd-form-checkbox-color;
            }
        }
        &:checked + label:before {
            background-color: @hd-form-checkbox-color;
        }
    }
    &.medium {
        input[type="checkbox"] + label:before {
            .square(16px);
        }
    }
    &.large {
        input[type="checkbox"] + label:before {
            .square(24px);
            margin: -2px 10px 0 0;
        }
    }
}

//IE8
.lt-ie9 {
    .css3-checkbox {
        input[type="checkbox"] {
            display: block;
            + label:before {
                display: none;
            }
        }
    }
}

//.css3-checkbox-radio
.css3-checkbox-radio { 
    input[type="radio"] {
        display: none;
        + label {
            display: inline-block;  
            cursor: pointer;  
            position: relative;  
            padding-left: 25px;  
            margin-right: 15px;  
            font-size: 1em;
            font-weight: normal;
            color: @hd-form-checkbox-color;
            &:before {  
                content: "";  
                display: inline-block;  
                -webkit-border-radius: 100%;
                         border-radius: 100%; 
                width: 16px;  
                height: 16px;  
                margin-right: 10px;  
                position: absolute;  
                left: 0;  
                bottom: 1px;  
                border: 2px solid @hd-form-checkbox-color;
            }  
        }
    }
    input[type=radio]:checked + label:before {
        background-color: @hd-form-checkbox-color; 
    }
}

//IE8 
.lt-ie9 {
    .css3-checkbox-radio {
        input[type="radio"] {
            display: block;
            + label {
                padding-left: 0;  
                margin-right: 0;  
                &:before {
                    display: none;
                }
            }
        }
    }
}
*/
/****************************************************************************** 
  Form validation
******************************************************************************/
/*
.form-validation {
    font-size: 12px;
    font-family: inherit;
    font-style: italic;
    color: red;
    display: block;
    width: 100%;
    padding: 5px 0;
    .clearfix;
    .field-validation-error {
        display: block;
        font-size: 1em;
    }
}
*/
label {
  color: #000;
  font-family: 'Univers LT W01_67 Bold_1476016', sans-serif;
  font-weight: normal;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="color"],
input[type="email"],
input[type="search"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
select,
textarea {
  padding: .5em;
}
input[type="text"].error-input,
input[type="password"].error-input,
input[type="tel"].error-input,
input[type="number"].error-input,
input[type="color"].error-input,
input[type="email"].error-input,
input[type="search"].error-input,
input[type="datetime"].error-input,
input[type="datetime-local"].error-input,
input[type="date"].error-input,
input[type="month"].error-input,
input[type="time"].error-input,
input[type="week"].error-input,
input[type="number"].error-input,
input[type="url"].error-input,
select.error-input,
textarea.error-input {
  border-color: #ea373b;
  background-color: #FFF;
}
@media (min-width: 1200px) {
  input[type="text"],
  input[type="password"],
  input[type="tel"],
  input[type="number"],
  input[type="color"],
  input[type="email"],
  input[type="search"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="url"],
  select,
  textarea {
    padding: 0.5em 1em;
  }
}
/***************************************************************************************** 
    //CSS3 Checkboxes & Radio buttons 
    (http://www.hongkiat.com/blog/css3-checkbox-radio/)
******************************************************************************************/
.css3-checkbox input[type="checkbox"] {
  display: none;
}
.css3-checkbox input[type="checkbox"] + label {
  color: #000;
  cursor: pointer;
  font-weight: normal;
  font-size: 1em;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.css3-checkbox input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -3px 5px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border: 0px solid #dbdcde;
  background-color: #dbdcde;
}
.css3-checkbox input[type="checkbox"]:checked + label:before {
  background-color: #ea373b;
  border-color: #ea373b;
}
.css3-checkbox.medium input[type="checkbox"] + label:before {
  width: 16px;
  height: 16px;
  margin: -3px 5px 0 0;
}
.css3-checkbox.large input[type="checkbox"] + label:before {
  width: 24px;
  height: 24px;
  margin: -2px 5px 0 0;
}
.lt-ie9 .css3-checkbox input[type="checkbox"] {
  display: block;
}
.lt-ie9 .css3-checkbox input[type="checkbox"] + label:before {
  display: none;
}
.css3-checkbox-radio input[type="radio"] {
  display: none;
}
.css3-checkbox-radio input[type="radio"] + label {
  color: #000;
  cursor: pointer;
  font-weight: normal;
  font-size: 1em;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.css3-checkbox-radio input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin: -3px 5px 0 0;
  border: 0px solid #dbdcde;
  background-color: #dbdcde;
}
.css3-checkbox-radio input[type="radio"]:checked + label:before {
  background-color: #ea373b;
  border-color: #ea373b;
}
.css3-checkbox-radio.medium input[type="radio"] + label:before {
  width: 16px;
  height: 16px;
  margin: -3px 5px 0 0;
}
.css3-checkbox-radio.large input[type="radio"] + label:before {
  width: 24px;
  height: 24px;
  margin: -2px 5px 0 0;
}
.lt-ie9 .css3-checkbox-radio input[type="radio"] {
  display: block;
}
.lt-ie9 .css3-checkbox-radio input[type="radio"] + label {
  padding-left: 0;
  margin-right: 0;
}
.lt-ie9 .css3-checkbox-radio input[type="radio"] + label:before {
  display: none;
}
/****************************************************************************** 
  Form validation
******************************************************************************/
.form-validation {
  font-size: 12px;
  font-family: inherit;
  font-style: italic;
  color: red;
  display: block;
  width: 100%;
  padding: 5px 0;
}
.form-validation:before,
.form-validation:after {
  content: " ";
  display: table;
}
.form-validation:after {
  clear: both;
}
.form-validation:before,
.form-validation:after {
  content: " ";
  display: table;
}
.form-validation:after {
  clear: both;
}
.form-validation .field-validation-error {
  display: block;
  font-size: 14px;
}
.is-required {
  color: #ea373b;
}
#cookieDisclaimer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  color: #555555;
  z-index: 105;
  border-top: 1px solid #555555;
}
#cookieDisclaimer .container {
  padding: 1em 15px;
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #cookieDisclaimer .container {
    padding: 1.5em 15px;
  }
}
#cookieDisclaimer .row {
  margin-left: -15px;
  margin-right: -15px;
}
#cookieDisclaimer .col-sm-10 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 1em;
}
@media (min-width: 768px) {
  #cookieDisclaimer .col-sm-10 {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  #cookieDisclaimer .col-sm-10 {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  #cookieDisclaimer .col-sm-10 {
    padding-bottom: 0;
  }
}
#cookieDisclaimer .col-sm-2 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
@media (min-width: 768px) {
  #cookieDisclaimer .col-sm-2 {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #cookieDisclaimer .col-sm-2 {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  #cookieDisclaimer .col-sm-2 {
    text-align: right;
  }
}
/****************************************************************************** 
  Un-sexy helper tricks
******************************************************************************/
.no-padding {
  padding: 0 !important;
}
.no-top-padding {
  padding-top: 0 !important;
}
.no-bottom-padding {
  padding-bottom: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin .container,
.no-margin section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-top-margin {
  margin-top: 0 !important;
}
.no-top-margin .container,
.no-top-margin section {
  padding-top: 0 !important;
}
.no-top-margin section {
  padding-bottom: 0 !important;
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
.no-bottom-margin .container,
.no-bottom-margin section {
  padding-bottom: 0 !important;
}
.no-bottom-margin section {
  padding-top: 0 !important;
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
@media (max-width: 767px) {
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.megadropdown-row:before,
.megadropdown-row:after,
footer .footer-container:before,
footer .footer-container:after,
footer .footer-container .footer-row:before,
footer .footer-container .footer-row:after,
main > div.normal > div:before,
main > div.normal > div:after,
main > div .row:before,
main > div .row:after,
#cookieDisclaimer .row:before,
#cookieDisclaimer .row:after,
.listings-page .content:before,
.listings-page .content:after,
.module-download-documents .intro-row:before,
.module-download-documents .intro-row:after,
.module-book-fremvisning .intro-row:before,
.module-book-fremvisning .intro-row:after,
.module-book-sales-assesment .intro-row:before,
.module-book-sales-assesment .intro-row:after,
.module-download-documents form:before,
.module-download-documents form:after,
.module-book-fremvisning form:before,
.module-book-fremvisning form:after,
.module-book-sales-assesment form:before,
.module-book-sales-assesment form:after,
.module-buyer-alerts-wrapper .row:before,
.module-buyer-alerts-wrapper .row:after,
.module-buyer-alerts .row.three-cols:before,
.module-buyer-alerts .row.three-cols:after,
.module-listing .listing-details:before,
.module-listing .listing-details:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.megadropdown-row:after,
footer .footer-container:after,
footer .footer-container .footer-row:after,
main > div.normal > div:after,
main > div .row:after,
#cookieDisclaimer .row:after,
.listings-page .content:after,
.module-download-documents .intro-row:after,
.module-book-fremvisning .intro-row:after,
.module-book-sales-assesment .intro-row:after,
.module-download-documents form:after,
.module-book-fremvisning form:after,
.module-book-sales-assesment form:after,
.module-buyer-alerts-wrapper .row:after,
.module-buyer-alerts .row.three-cols:after,
.module-listing .listing-details:after {
  clear: both;
}
/****************************************************************************** 
  Listings page
******************************************************************************/
.dt-listings footer {
  display: none;
}
@media (min-width: 992px) {
  .dt-listings footer {
    display: block;
  }
}
.listings-page {
  margin: 0 auto;
  max-width: 1280px;
}
.listings-page:before,
.listings-page:after {
  content: " ";
  display: table;
}
.listings-page:after {
  clear: both;
}
.listings-page:before,
.listings-page:after {
  content: " ";
  display: table;
}
.listings-page:after {
  clear: both;
}
.listings-page .content {
  margin-left: -15px;
  margin-right: -15px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .listings-page .content {
    position: relative;
    overflow: hidden;
    padding-bottom: 3em;
  }
}
.listings-page aside {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
@media (min-width: 992px) {
  .listings-page aside {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33%;
    float: left;
  }
}
@media (max-width: 991px) {
  .listings-page aside {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    overflow: visible;
    width: 100%;
    height: 76px;
    z-index: 102;
  }
}
.listings-page main {
  padding-bottom: 100px;
  padding-left: 0;
  -webkit-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
@media (min-width: 992px) {
  .listings-page main {
    float: left;
    padding-bottom: 0;
    width: 66.66%;
  }
}
.listings-page main .module-listing {
  padding-left: 15px;
  padding-right: 15px;
}
#media-gallery-wrap {
  position: relative;
  overflow: hidden;
}
.media-gallery {
  overflow: hidden;
  height: 218px;
  margin-bottom: 1em;
  position: relative;
  background-color: #FFF;
  z-index: 100;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 480px) {
  .media-gallery {
    height: 338px;
  }
}
@media (min-width: 768px) {
  .media-gallery {
    height: 415px;
    margin-bottom: 2em;
  }
}
@media (min-width: 992px) {
  .media-gallery {
    height: 345px;
  }
}
@media (min-width: 1200px) {
  .media-gallery {
    height: 485px;
  }
}
.media-gallery:-webkit-full-screen {
  width: 100%;
  height: 100%;
}
.media-gallery iframe {
  height: 100%;
  width: 100%;
}
.media-gallery .media {
  height: 100%;
  margin-top: 0;
}
.media-gallery .buttons-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0 10px .75em;
}
@media (min-width: 1200px) {
  .media-gallery .buttons-bar {
    padding-bottom: 15px;
  }
}
.media-gallery .buttons-row .styled-button {
  border: 0px solid #000;
  background: #000;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: 'Univers LT W01_57 Condensed', sans-serif;
  font-size: 1em;
  font-weight: normal;
  margin: 2px 0;
  min-width: 150px;
  padding: 0.85em 1em 0.85em 50px;
  position: relative;
  letter-spacing: 0.5px;
  line-height: 1.3;
  outline: none;
  text-align: left;
  text-decoration: none;
  text-transform: normal;
  touch-action: manipulation;
  z-index: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 10px 0 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 40px;
  line-height: 40px;
  min-width: 130px;
  background-color: #FFF;
  color: #000;
}
@media (min-width: 768px) {
  .media-gallery .buttons-row .styled-button {
    font-size: 1em;
    padding: 0.85em 1em 0.85em 50px;
  }
}
@media (min-width: 992px) {
  .media-gallery .buttons-row .styled-button {
    font-size: 1em;
    padding: 0.85em 1em 0.85em 50px;
  }
}
@media (min-width: 1200px) {
  .media-gallery .buttons-row .styled-button {
    font-size: 1.05em;
    padding: 10px 1em 10px 50px;
  }
}
.media-gallery .buttons-row .styled-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: #ea373b;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.media-gallery .buttons-row .styled-button:after {
  content: "\e907";
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  width: 40px;
  height: 100%;
  line-height: 48px;
  text-align: center;
  font-family: "SKbolig" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .media-gallery .buttons-row .styled-button:after {
    line-height: 40px;
  }
}
.media-gallery .buttons-row .styled-button:hover {
  color: white;
  border-color: #ea373b;
  outline: none;
  text-decoration: none;
}
.media-gallery .buttons-row .styled-button:hover:before {
  width: 100%;
}
.media-gallery .buttons-row .styled-button:focus {
  color: white;
}
.media-gallery .buttons-row .styled-button.fotos:after {
  content: "\e924";
  font-size: 1.15em;
}
.media-gallery .buttons-row .styled-button.plantegning:after {
  content: "\e926";
  font-size: 1.15em;
}
.media-gallery .buttons-row .styled-button.vis-paa-kort:after {
  content: "\e925";
  font-size: 1.15em;
}
.media-gallery .buttons-row .styled-button.hent-salgsopstilling:after {
  content: "\e92b";
  font-size: 1.15em;
}
.media-gallery .buttons-row .styled-button.download-dokumenter:after {
  content: "\e910";
  font-size: 1.1em;
}
.media-gallery .buttons-row .styled-button.book-fremvisning:after {
  content: "\e914";
  font-size: 1.3em;
}
.media-gallery .buttons-row .styled-button.bestil-salgsvurdering:after {
  content: "\e92c";
  font-size: 1.15em;
}
.media-gallery .buttons-row .styled-button.tip-a-friend:after {
  content: "\e920";
  font-size: 1.15em;
}
.media-gallery .buttons-row .styled-button.facebook:before {
  background-color: #4267b2;
}
.media-gallery .buttons-row .styled-button.facebook:after {
  content: "\e913";
  font-size: 1.15em;
}
.media-gallery .buttons-row .styled-button:focus {
  color: #000;
}
@media (max-width: 1199px) {
  .media-gallery .buttons-row .styled-button {
    width: 40px;
    min-width: 40px;
    padding: 0 0 0 40px;
    overflow: hidden;
    float: left;
  }
}
.media-gallery .buttons-row .styled-button:after {
  line-height: 40px;
}
.media-gallery .buttons-row .styled-button > i {
  display: none;
}
.media-gallery .buttons-row .styled-button span {
  font-family: 'Univers LT W01_57 Condensed', sans-serif;
}
.media-gallery .buttons-row .styled-button.icon-image:after {
  content: "\e924";
  font-size: 1.15em;
}
.media-gallery .buttons-row .styled-button.icon-floorplan:after {
  content: "\e926";
  font-size: 1.15em;
}
.media-gallery .buttons-row .styled-button.icon-map-marker:after {
  content: "\e925";
  font-size: 1.15em;
}
.media-gallery .buttons-row .styled-button.icon-download:after {
  content: "\e910";
  font-size: 1.15em;
}
.media-gallery .buttons-row .styled-button.icon-fullscreen {
  display: none;
}
@media (min-width: 768px) {
  .media-gallery .buttons-row .styled-button.icon-fullscreen {
    display: inline-block;
    position: absolute;
    right: 100px;
  }
}
.media-gallery .buttons-row .styled-button.icon-fullscreen:after {
  content: "\e911";
}
.media-gallery .buttons-row .styled-button.icon-close-fullscreen {
  display: none;
}
.media-gallery .buttons-row .styled-button.icon-close-fullscreen:before {
  color: #FFF;
}
.media-gallery .buttons-row .styled-button.icon-close-fullscreen:after {
  display: none;
}
.media-gallery.full-screen {
  height: 100%;
  margin-bottom: 0;
  z-index: 999;
}
.media-gallery.full-screen .styled-button.icon-close-fullscreen {
  display: inline-block;
  position: fixed;
  right: 10px;
  top: 15px;
  height: 40px;
  width: 40px;
  min-width: 0;
  color: #FFF;
  border: none;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: 0;
}
.media-gallery.full-screen .styled-button.icon-close-fullscreen span {
  display: none;
}
.media-gallery.full-screen .styled-button.icon-close-fullscreen:before {
  font-family: "SKbolig" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 40px;
  text-transform: none;
  content: "\e90d";
  background-color: #FFF;
  color: #000;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.media-gallery.full-screen .styled-button.icon-close-fullscreen:hover:before {
  color: #ea373b;
}
.media-gallery.full-screen .styled-button.icon-fullscreen {
  display: none;
}
.image-slider {
  height: 100%;
  position: relative;
}
.image-slider .item {
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  transition-timing-function: cubic-bezier(0.3, 0, 0.15, 1);
  transition: transform 1s;
  transform: translateZ(0);
}
.image-slider .control {
  background-color: white;
  color: white;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  z-index: 1;
  font-family: "SKbolig" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}
@media (min-width: 1200px) {
  .image-slider .control {
    bottom: 15px;
  }
}
.image-slider .control:before,
.image-slider .control:after {
  color: black;
  width: 100%;
  position: absolute;
  left: 0;
  line-height: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.image-slider .control.prev {
  right: 60px;
}
.image-slider .control.prev:before {
  content: "\e902";
}
.image-slider .control.next {
  right: 10px;
}
.image-slider .control.next:before {
  content: "\e907";
}
.image-slider .control:hover:before,
.image-slider .control:hover:after {
  color: #ea373b;
}
.image-slider .top-bar {
  position: absolute;
  background-color: black;
  color: white;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0.5em 0.75em;
  font-size: .85em;
}
@media (min-width: 768px) {
  .image-slider .top-bar {
    font-size: 1em;
  }
}
.image-slider .top-bar h5,
.image-slider .top-bar p,
.image-slider .top-bar a {
  color: inherit;
  margin: 0;
  display: inline-block;
}
.image-slider .top-bar h5 + p {
  padding-left: 4px;
}
.image-slider .top-bar [class^="icon-"],
.image-slider .top-bar [class*=" icon-"] {
  color: #000;
  margin-right: 4px;
}
.image-slider .top-bar-row:before,
.image-slider .top-bar-row:after {
  content: " ";
  display: table;
}
.image-slider .top-bar-row:after {
  clear: both;
}
.image-slider .top-bar-row:before,
.image-slider .top-bar-row:after {
  content: " ";
  display: table;
}
.image-slider .top-bar-row:after {
  clear: both;
}
.image-slider .top-bar-left {
  float: left;
  width: 85%;
}
.image-slider .top-bar-right {
  float: left;
  width: 15%;
  text-align: right;
}
.sold-text-block {
  background-color: #ea373b;
  background-color: rgba(234, 55, 59, 0.75);
  color: #fff;
  font-size: 1.75em;
  font-weight: bold;
  left: 50%;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
  z-index: 100;
  width: 150px;
  line-height: 70px;
  height: 70px;
  margin-left: -75px;
  margin-top: -35px;
}
@media (min-width: 768px) {
  .sold-text-block {
    width: 240px;
    line-height: 100px;
    height: 100px;
    margin-left: -120px;
    margin-top: -50px;
    font-size: 3em;
  }
}
.media.floorplan .image-slider .item {
  -webkit-background-size: auto 85%;
  -o-background-size: auto 85%;
  background-size: auto 85%;
  background-position: center -10px;
}
.media-gallery-infobar {
  background-color: #FFF;
  color: #000;
  padding: 0.85em 1em 0.85em 50px;
  position: absolute;
  left: 10px;
  top: 10px;
  width: auto;
  font-size: 1em;
  min-height: 30px;
  max-width: 95%;
}
@media (min-width: 1200px) {
  .media-gallery-infobar {
    top: 15px;
    left: 10px;
    font-size: 1.05em;
    padding: 10px 1em 10px 50px;
  }
}
.media-gallery-infobar > img {
  position: absolute;
  left: 11px;
  top: 13px;
}
@media (min-width: 1200px) {
  .media-gallery-infobar > img {
    left: 11px;
    top: 12px;
  }
}
.media-gallery-infobar:before {
  content: "";
  width: 40px;
  height: 100%;
  background-color: #ea373b;
  position: absolute;
  left: 0;
  top: 0;
}
/************************************************************************************************************************** 
  gallery-gone-fullscreen
***************************************************************************************************************************/
.no-fullscreen .media-gallery.full-screen {
  width: 100% !important;
  height: 100%;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
}
.media-gallery.full-screen .media.floorplan .image-slider .item {
  background-position: center center;
}
/************************************************************************************************************************** 
  gallery thumbnails
***************************************************************************************************************************/
.media-gallery .thumbnails-row {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  height: 96px;
  color: #555555;
  padding: 10px;
  z-index: 100;
  text-align: center;
}
@media (min-width: 1200px) {
  .media-gallery .thumbnails-row {
    bottom: 60px;
    height: 132px;
  }
}
.media-gallery .thumbnails-container {
  position: relative;
  height: 100%;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  overflow: hidden;
  display: inline-block;
}
.media-gallery .thumbnails-container .thumbnails-previous,
.media-gallery .thumbnails-container .thumbnails-next {
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  background-color: #FFF;
  background-color: #ffffff;
  color: #000;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.media-gallery .thumbnails-container .thumbnails-previous:before,
.media-gallery .thumbnails-container .thumbnails-next:before,
.media-gallery .thumbnails-container .thumbnails-previous:after,
.media-gallery .thumbnails-container .thumbnails-next:after {
  font-family: "SKbolig" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 76px;
  text-transform: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .media-gallery .thumbnails-container .thumbnails-previous:before,
  .media-gallery .thumbnails-container .thumbnails-next:before,
  .media-gallery .thumbnails-container .thumbnails-previous:after,
  .media-gallery .thumbnails-container .thumbnails-next:after {
    line-height: 112px;
  }
}
.media-gallery .thumbnails-container .thumbnails-previous:hover,
.media-gallery .thumbnails-container .thumbnails-next:hover {
  border: none;
  outline: none;
  background-color: #ffffff;
}
.media-gallery .thumbnails-container .thumbnails-previous:hover:before,
.media-gallery .thumbnails-container .thumbnails-next:hover:before,
.media-gallery .thumbnails-container .thumbnails-previous:hover:after,
.media-gallery .thumbnails-container .thumbnails-next:hover:after {
  color: #ea373b;
}
.media-gallery .thumbnails-container .thumbnails-previous.inactive:before,
.media-gallery .thumbnails-container .thumbnails-next.inactive:before,
.media-gallery .thumbnails-container .thumbnails-previous.inactive:after,
.media-gallery .thumbnails-container .thumbnails-next.inactive:after {
  color: #000 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity = 25);
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.media-gallery .thumbnails-container .thumbnails-previous {
  left: 0;
}
.media-gallery .thumbnails-container .thumbnails-previous:before {
  content: "\e902";
}
.media-gallery .thumbnails-container .thumbnails-next {
  right: 0;
}
.media-gallery .thumbnails-container .thumbnails-next:before {
  content: "\e907";
}
.media-gallery .thumbnails-container img {
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.media-gallery .thumbnails-container ul {
  list-style: none;
  margin: 0;
  padding: 0 40px;
  position: relative;
  top: 5px;
  display: table;
}
.media-gallery .thumbnails-container ul li {
  display: table-cell;
  padding: 3px;
}
@media (min-width: 1200px) {
  .media-gallery .thumbnails-container ul li {
    padding: 5px;
  }
}
.media-gallery .thumbnails-container ul li span {
  cursor: pointer;
  overflow: hidden;
  display: block;
  width: 90px;
  height: 61px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 1200px) {
  .media-gallery .thumbnails-container ul li span {
    width: 140px;
    height: 93px;
  }
}
.media-gallery .image-slider .item {
  z-index: -1;
}
.media-gallery .image-slider .item[style*="translateX(0%)"] {
  z-index: 0;
}
/****************************************************************************** 
  Banner variables
******************************************************************************/
/************************************************************************************************************************** 
  .module-banner (Small, Medium & Large)
  - Can be also a video background
***************************************************************************************************************************/
.module-banner {
  background: none;
  background-color: inherit;
  overflow: hidden;
  position: relative;
  text-align: inherit;
}
.module-banner[data-size="Small"] {
  position: relative;
}
.module-banner[data-size="Small"]:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.module-banner[data-size="Small"] > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .module-banner[data-size="Small"] {
    position: relative;
  }
  .module-banner[data-size="Small"]:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 25%;
  }
  .module-banner[data-size="Small"] > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .module-banner[data-size="Small"] {
    position: relative;
  }
  .module-banner[data-size="Small"]:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 25%;
  }
  .module-banner[data-size="Small"] > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .module-banner[data-size="Small"] {
    position: relative;
  }
  .module-banner[data-size="Small"]:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 25%;
  }
  .module-banner[data-size="Small"] > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1800px) {
  .module-banner[data-size="Small"] {
    position: relative;
  }
  .module-banner[data-size="Small"]:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 25%;
  }
  .module-banner[data-size="Small"] > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.module-banner[data-size="Medium"],
.module-banner[data-size=""] {
  position: relative;
}
.module-banner[data-size="Medium"]:before,
.module-banner[data-size=""]:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.module-banner[data-size="Medium"] > .content,
.module-banner[data-size=""] > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .module-banner[data-size="Medium"],
  .module-banner[data-size=""] {
    position: relative;
  }
  .module-banner[data-size="Medium"]:before,
  .module-banner[data-size=""]:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 33.33333333%;
  }
  .module-banner[data-size="Medium"] > .content,
  .module-banner[data-size=""] > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .module-banner[data-size="Medium"],
  .module-banner[data-size=""] {
    position: relative;
  }
  .module-banner[data-size="Medium"]:before,
  .module-banner[data-size=""]:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 33.33333333%;
  }
  .module-banner[data-size="Medium"] > .content,
  .module-banner[data-size=""] > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .module-banner[data-size="Medium"],
  .module-banner[data-size=""] {
    position: relative;
  }
  .module-banner[data-size="Medium"]:before,
  .module-banner[data-size=""]:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 33.33333333%;
  }
  .module-banner[data-size="Medium"] > .content,
  .module-banner[data-size=""] > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1800px) {
  .module-banner[data-size="Medium"],
  .module-banner[data-size=""] {
    position: relative;
  }
  .module-banner[data-size="Medium"]:before,
  .module-banner[data-size=""]:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 33.33333333%;
  }
  .module-banner[data-size="Medium"] > .content,
  .module-banner[data-size=""] > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.module-banner[data-size="Large"] {
  position: relative;
}
.module-banner[data-size="Large"]:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.module-banner[data-size="Large"] > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .module-banner[data-size="Large"] {
    position: relative;
  }
  .module-banner[data-size="Large"]:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 41.66666667%;
  }
  .module-banner[data-size="Large"] > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .module-banner[data-size="Large"] {
    position: relative;
  }
  .module-banner[data-size="Large"]:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 41.66666667%;
  }
  .module-banner[data-size="Large"] > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .module-banner[data-size="Large"] {
    position: relative;
  }
  .module-banner[data-size="Large"]:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 41.66666667%;
  }
  .module-banner[data-size="Large"] > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1800px) {
  .module-banner[data-size="Large"] {
    position: relative;
  }
  .module-banner[data-size="Large"]:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 41.66666667%;
  }
  .module-banner[data-size="Large"] > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.module-banner[data-is-video-bg="1"] video {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0px;
  left: 0px;
  max-width: none;
  object-fit: cover;
}
.module-banner[data-is-video-bg="1"] > .content {
  background-color: transparent;
}
.module-banner[data-is-video-bg="0"] video {
  display: none;
}
.module-banner > .content {
  background-color: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.module-banner > .content > .container {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  text-align: inherit;
  margin: 0 auto;
  max-width: 1280px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.module-banner > .content > .container > .v-center {
  height: 100%;
}
@media (min-width: 992px) {
  .module-banner > .content > .container > .v-center .text {
    max-width: 75%;
    margin: 0 auto;
  }
}
.module-banner > video,
.module-banner > .content {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.module-banner:after {
  background: url(../images/hd-loader-64.gif) 0 0 no-repeat;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
}
@media (min-width: 1200px) {
  .module-banner:after {
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
  }
}
.module-banner.is-loaded > video,
.module-banner.is-loaded > .content {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.module-banner.is-loaded:after {
  display: none;
}
.module-banner h2 {
  font-family: inherit;
  font-weight: 500;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-family: 'Univers LT W01_57 Condensed', sans-serif;
  font-weight: normal;
  margin: 0 0 7.5px 0;
  line-height: 1.1;
  text-transform: none;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #000;
  font-size: 1.90612539em;
  font-family: 'Univers LT W01_67 Bold_1476016', sans-serif;
  line-height: 1.2;
}
.module-banner h2 small,
.module-banner h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.module-banner h2 small,
.module-banner h2 .small {
  font-size: 65%;
}
.module-banner h2 > p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .module-banner h2 {
    font-size: 1.90612539em;
  }
}
@media (min-width: 992px) {
  .module-banner h2 {
    font-size: 1.90612539em;
  }
}
@media (min-width: 1200px) {
  .module-banner h2 {
    font-size: 1.90612539em;
  }
}
@media (min-width: 1800px) {
  .module-banner h2 {
    font-size: 1.90612539em;
  }
}
.module-banner .text {
  padding-left: 15px;
  padding-right: 15px;
}
/*************************************************************************************************** 
  Text aligment can be: 
  (Left, Center, Right, 
  Top Left, Top Center, Top Right, 
  Bottom Left, Bottom Center & Bottom Right)
****************************************************************************************************/
[data-text-align=" Left"] .text,
[data-text-align="Middle Left"] .text {
  float: left;
  text-align: left;
}
[data-text-align=" Center"] .text,
[data-text-align="Middle Center"] .text {
  text-align: center;
}
[data-text-align=" Right"] .text,
[data-text-align="Middle Right"] .text {
  float: right;
  text-align: right;
}
[data-text-align="Top Left"] .text {
  left: 0;
  position: absolute;
  text-align: left;
  top: 0;
}
[data-text-align="Top Center"] .text {
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
@media (min-width: 992px) {
  [data-text-align="Top Center"] .text {
    left: 12.5%;
  }
}
[data-text-align="Top Right"] .text {
  right: 0;
  position: absolute;
  text-align: right;
  top: 0;
}
[data-text-align="Bottom Left"] .text {
  left: 0;
  position: absolute;
  text-align: left;
  bottom: 0;
}
[data-text-align="Bottom Center"] .text {
  left: 0;
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
}
@media (min-width: 992px) {
  [data-text-align="Bottom Center"] .text {
    left: 12.5%;
  }
}
[data-text-align="Bottom Right"] .text {
  right: 0;
  position: absolute;
  text-align: right;
  bottom: 0;
}
/****************************************************************************** 
    .module-book-fremvisning + .module-book-sales-assesment + .module-download-documents
******************************************************************************/
@media (min-width: 768px) {
  .module-download-documents,
  .module-book-fremvisning,
  .module-book-sales-assesment {
    margin: 0 15px;
  }
}
.module-download-documents[data-display="closed"],
.module-book-fremvisning[data-display="closed"],
.module-book-sales-assesment[data-display="closed"] {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.8s;
  -o-transition: max-height 0.8s;
  transition: max-height 0.8s;
}
.module-download-documents[data-display="closed"].active,
.module-book-fremvisning[data-display="closed"].active,
.module-book-sales-assesment[data-display="closed"].active {
  max-height: 1500px;
}
.module-download-documents[data-display="closed"].active .btn-close,
.module-book-fremvisning[data-display="closed"].active .btn-close,
.module-book-sales-assesment[data-display="closed"].active .btn-close {
  display: block;
}
.module-download-documents .intro-row,
.module-book-fremvisning .intro-row,
.module-book-sales-assesment .intro-row {
  margin-left: -15px;
  margin-right: -15px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 1em;
}
@media (min-width: 768px) {
  .module-download-documents .intro-row,
  .module-book-fremvisning .intro-row,
  .module-book-sales-assesment .intro-row {
    padding-bottom: 1.5em;
  }
}
.module-download-documents .wrapper,
.module-book-fremvisning .wrapper,
.module-book-sales-assesment .wrapper {
  background-color: #ebecee;
  max-width: 1280px;
  margin: 0 auto 1.5em;
  padding: 1.5em 15px;
  position: relative;
}
@media (min-width: 768px) {
  .module-download-documents .wrapper,
  .module-book-fremvisning .wrapper,
  .module-book-sales-assesment .wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media (min-width: 1200px) {
  .module-download-documents .wrapper,
  .module-book-fremvisning .wrapper,
  .module-book-sales-assesment .wrapper {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
.module-download-documents h2,
.module-book-fremvisning h2,
.module-book-sales-assesment h2 {
  font-family: inherit;
  font-weight: 500;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-family: 'Univers LT W01_57 Condensed', sans-serif;
  font-weight: normal;
  margin: 0 0 7.5px 0;
  line-height: 1.1;
  text-transform: none;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #000;
  font-size: 1.90612539em;
  font-family: 'Univers LT W01_67 Bold_1476016', sans-serif;
  line-height: 1.2;
  padding-right: 50px;
}
.module-download-documents h2 small,
.module-book-fremvisning h2 small,
.module-book-sales-assesment h2 small,
.module-download-documents h2 .small,
.module-book-fremvisning h2 .small,
.module-book-sales-assesment h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.module-download-documents h2 small,
.module-book-fremvisning h2 small,
.module-book-sales-assesment h2 small,
.module-download-documents h2 .small,
.module-book-fremvisning h2 .small,
.module-book-sales-assesment h2 .small {
  font-size: 65%;
}
.module-download-documents h2 > p,
.module-book-fremvisning h2 > p,
.module-book-sales-assesment h2 > p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .module-download-documents h2,
  .module-book-fremvisning h2,
  .module-book-sales-assesment h2 {
    font-size: 1.90612539em;
  }
}
@media (min-width: 992px) {
  .module-download-documents h2,
  .module-book-fremvisning h2,
  .module-book-sales-assesment h2 {
    font-size: 1.90612539em;
  }
}
@media (min-width: 1200px) {
  .module-download-documents h2,
  .module-book-fremvisning h2,
  .module-book-sales-assesment h2 {
    font-size: 1.90612539em;
  }
}
@media (min-width: 1800px) {
  .module-download-documents h2,
  .module-book-fremvisning h2,
  .module-book-sales-assesment h2 {
    font-size: 1.90612539em;
  }
}
.module-download-documents .btn-close,
.module-book-fremvisning .btn-close,
.module-book-sales-assesment .btn-close {
  position: absolute;
  top: 22px;
  right: 15px;
  display: none;
  z-index: 100;
}
@media (min-width: 768px) {
  .module-download-documents .btn-close,
  .module-book-fremvisning .btn-close,
  .module-book-sales-assesment .btn-close {
    top: 35px;
    right: 15px;
  }
}
.module-download-documents form,
.module-book-fremvisning form,
.module-book-sales-assesment form {
  margin-left: -15px;
  margin-right: -15px;
}
.module-download-documents form > .columns-6,
.module-book-fremvisning form > .columns-6,
.module-book-sales-assesment form > .columns-6 {
  padding-bottom: 0;
}
.module-download-documents form > .columns-12,
.module-book-fremvisning form > .columns-12,
.module-book-sales-assesment form > .columns-12 {
  text-align: right;
  padding-top: 1em;
}
.module-download-documents form .date-time,
.module-book-fremvisning form .date-time,
.module-book-sales-assesment form .date-time {
  overflow: auto;
  position: relative;
}
.module-download-documents form .date-time > div,
.module-book-fremvisning form .date-time > div,
.module-book-sales-assesment form .date-time > div {
  width: 50%;
  float: left;
  padding-right: 15px;
}
.module-download-documents form .date-time > div + div,
.module-book-fremvisning form .date-time > div + div,
.module-book-sales-assesment form .date-time > div + div {
  padding-right: 0;
}
.module-download-documents form .date-time > span,
.module-book-fremvisning form .date-time > span,
.module-book-sales-assesment form .date-time > span {
  display: block;
  float: left;
  width: 100%;
}
.module-download-documents form .date-time .date-input-container,
.module-book-fremvisning form .date-time .date-input-container,
.module-book-sales-assesment form .date-time .date-input-container {
  position: relative;
}
.module-download-documents form .date-time .date-input-container > span,
.module-book-fremvisning form .date-time .date-input-container > span,
.module-book-sales-assesment form .date-time .date-input-container > span {
  position: absolute;
  height: 100%;
  width: 40px;
  right: 0;
  top: 0;
  background-color: #dbdcde;
}
.module-download-documents form .date-time .date-input-container > span .icon-calender,
.module-book-fremvisning form .date-time .date-input-container > span .icon-calender,
.module-book-sales-assesment form .date-time .date-input-container > span .icon-calender {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.3;
  padding: 20% 0;
}
.module-download-documents form .date-time .date-input-container input,
.module-book-fremvisning form .date-time .date-input-container input,
.module-book-sales-assesment form .date-time .date-input-container input {
  height: 36px;
}
.input-time-wrap input {
  height: 36px;
}
.zip-and-the-city:before,
.zip-and-the-city:after {
  content: " ";
  display: table;
}
.zip-and-the-city:after {
  clear: both;
}
.zip-and-the-city:before,
.zip-and-the-city:after {
  content: " ";
  display: table;
}
.zip-and-the-city:after {
  clear: both;
}
.zip-and-the-city > div {
  float: left;
  width: 50%;
}
.zip-and-the-city > div:first-child {
  padding-right: 15px;
}
.allow-contact label {
  padding-left: 0;
}
.comments-fieldset:before,
.comments-fieldset:after {
  content: " ";
  display: table;
}
.comments-fieldset:after {
  clear: both;
}
.comments-fieldset:before,
.comments-fieldset:after {
  content: " ";
  display: table;
}
.comments-fieldset:after {
  clear: both;
}
.comments-fieldset label {
  float: left;
}
#sales-assessment-address {
  height: 40px;
}
#book-viewing-form {
  margin-top: 25px;
}
.contactform-error {
  color: #ea373b;
  float: left;
}
.module-download-documents.active {
  max-height: 100% !important;
}
/*! jQuery UI - v1.11.4 - 2016-05-31
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Segoe%20UI%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=333333&bgTextureHeader=gloss_wave&bgImgOpacityHeader=25&borderColorHeader=333333&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=000000&bgTextureContent=inset_soft&bgImgOpacityContent=25&borderColorContent=666666&fcContent=ffffff&iconColorContent=cccccc&bgColorDefault=555555&bgTextureDefault=glass&bgImgOpacityDefault=20&borderColorDefault=666666&fcDefault=eeeeee&iconColorDefault=cccccc&bgColorHover=0078a3&bgTextureHover=glass&bgImgOpacityHover=40&borderColorHover=59b4d4&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=f58400&bgTextureActive=inset_soft&bgImgOpacityActive=30&borderColorActive=ffaf0f&fcActive=ffffff&iconColorActive=222222&bgColorHighlight=eeeeee&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=80&borderColorHighlight=cccccc&fcHighlight=2e7db2&iconColorHighlight=4b8e0b&bgColorError=ffc73d&bgTextureError=glass&bgImgOpacityError=40&borderColorError=ffb73d&fcError=111111&iconColorError=a83300&bgColorOverlay=5c5c5c&bgTextureOverlay=flat&bgImgOpacityOverlay=50&opacityOverlay=80&bgColorShadow=cccccc&bgTextureShadow=flat&bgImgOpacityShadow=30&opacityShadow=60&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
  background-color: #dbdcde;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-widget {
  font-family: Segoe UI, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Segoe UI, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #555555;
  background: #000;
  color: #eee;
}
.ui-widget-content a {
  color: #eee;
}
.ui-widget-header {
  border: 1px solid #555555;
  background: #333333;
  color: #eee;
  font-weight: bold;
}
.ui-widget-header a {
  color: #eee;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #555555;
  background: #333333;
  font-weight: bold;
  color: #eee;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #eee;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  /*border: 1px solid #59b4d4;*/
  background: #dbdcde;
  font-weight: bold;
  color: #ea373b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #eee;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #555555;
  background: #ea373b;
  font-weight: bold;
  color: #eee;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #555555;
  background: #333333;
  color: #ea373b;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #2e7db2;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #ffb73d;
  background: #ffc73d url("/images/ui-bg_glass_40_ffc73d_1x400.png") 50% 50% repeat-x;
  color: #111;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #111;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #111;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/images/ui-icons_cccccc_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("/images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("/images/ui-icons_cccccc_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("/images/ui-icons_red_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("/images/ui-icons_222222_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("/images/ui-icons_4b8e0b_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/images/ui-icons_red_256x240.png");
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 6px;
}
.ui-widget-overlay {
  background: #5c5c5c;
  opacity: .8;
  filter: alpha(opacity=80);
}
.ui-widget-shadow {
  margin: -7px 0 0 -7px;
  padding: 7px;
  background: #ccc;
  opacity: .6;
  filter: alpha(opacity=60);
  border-radius: 8px;
}
/**
 * jQuery Timepicker - v1.3.5 - 2016-07-10
 * http://timepicker.co
 *
 * Enhances standard form input fields helping users to select (or type) times.
 *
 * Copyright (c) 2016 Willington Vega; Licensed MIT, GPL
 */
.ui-timepicker-container {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
}
.ui-timepicker {
  box-sizing: content-box;
  display: block;
  height: 205px;
  list-style: none outside none;
  margin: 0;
  padding: 0 1px;
  text-align: center;
}
.ui-timepicker-viewport {
  box-sizing: content-box;
  display: block;
  height: 205px;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  /* IE */
}
.ui-timepicker-standard {
  /* overwrites .ui-widget */
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
  /* overwrites .ui-widget-content */
  background-color: #FFF;
  border: 1px solid #AAA;
  color: #222;
  /* overwrites .ui-menu */
  margin: 0;
  padding: 2px;
}
.ui-timepicker-standard a {
  border: 1px solid transparent;
  color: #FFF;
  display: block;
  padding: 0.2em 0.4em;
  text-decoration: none;
}
.ui-timepicker-standard .ui-state-hover {
  /* overwrites .ui-state-hover */
  background-color: #DADADA;
  border: 1px solid #999;
  font-weight: normal;
  color: #ea373b;
}
.ui-timepicker-standard .ui-menu-item {
  /* overwrites .ui-menu and .ui-menu-item */
  /*clear: left;
    float: left;*/
  margin: 0;
  padding: 0;
}
.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ui-timepicker-hidden {
  /* overwrites .ui-helper-hidden */
  display: none;
}
.ui-timepicker-no-scrollbar .ui-timepicker {
  border: none;
}
/****************************************************************************** 
    .module-buyer-alerts
******************************************************************************/
.module-buyer-alerts-wrapper .row {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  margin: 0 auto;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  max-width: 830px;
}
@media (min-width: 768px) {
  .module-buyer-alerts-wrapper .row {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media (min-width: 1200px) {
  .module-buyer-alerts-wrapper .row {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
.module-buyer-alerts-wrapper .intro-text {
  text-align: justify;
  font-size: 16px;
}
.module-buyer-alerts {
  position: relative;
  background-color: #ebecee;
}
.module-buyer-alerts .btn-close {
  position: absolute;
  right: 15px;
  top: 0;
  display: none;
}
.module-buyer-alerts[data-display="closed"] {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.module-buyer-alerts[data-display="closed"].active {
  max-height: 1500px;
}
.module-buyer-alerts[data-display="closed"].active .btn-close {
  display: block;
}
.module-buyer-alerts .buyer-alerts-form {
  padding-top: 1em;
}
.module-buyer-alerts .buttons {
  text-align: right;
}
.module-buyer-alerts .buttons .hd-btn {
  margin-left: 1em;
}
.module-buyer-alerts .zip-and-the-city:before,
.module-buyer-alerts .zip-and-the-city:after {
  content: " ";
  display: table;
}
.module-buyer-alerts .zip-and-the-city:after {
  clear: both;
}
.module-buyer-alerts .zip-and-the-city:before,
.module-buyer-alerts .zip-and-the-city:after {
  content: " ";
  display: table;
}
.module-buyer-alerts .zip-and-the-city:after {
  clear: both;
}
.module-buyer-alerts .zip-and-the-city > div {
  float: left;
  width: 50%;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .module-buyer-alerts .zip-and-the-city > div {
    width: 66.6%;
  }
}
.module-buyer-alerts .zip-and-the-city > div:first-child {
  padding-left: 0;
}
@media (min-width: 768px) {
  .module-buyer-alerts .zip-and-the-city > div:first-child {
    width: 33.3%;
  }
}
@media (min-width: 768px) {
  .module-buyer-alerts fieldset.location,
  .module-buyer-alerts fieldset.type-of-property,
  .module-buyer-alerts fieldset.requirements,
  .module-buyer-alerts fieldset.price,
  .module-buyer-alerts fieldset.living-area,
  .module-buyer-alerts fieldset.number-of-rooms {
    font-size: 1.1em;
  }
}
.module-buyer-alerts fieldset ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.module-buyer-alerts fieldset ul:before,
.module-buyer-alerts fieldset ul:after {
  content: " ";
  display: table;
}
.module-buyer-alerts fieldset ul:after {
  clear: both;
}
.module-buyer-alerts fieldset ul:before,
.module-buyer-alerts fieldset ul:after {
  content: " ";
  display: table;
}
.module-buyer-alerts fieldset ul:after {
  clear: both;
}
.module-buyer-alerts fieldset ul label {
  text-transform: none;
}
.module-buyer-alerts fieldset ul > li {
  float: left;
  width: 50%;
}
@media (min-width: 768px) {
  .module-buyer-alerts fieldset ul > li {
    width: 25%;
    padding-right: 1em;
  }
}
.module-buyer-alerts fieldset.price,
.module-buyer-alerts fieldset.living-area,
.module-buyer-alerts fieldset.number-of-rooms {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.module-buyer-alerts fieldset.price:before,
.module-buyer-alerts fieldset.living-area:before,
.module-buyer-alerts fieldset.number-of-rooms:before,
.module-buyer-alerts fieldset.price:after,
.module-buyer-alerts fieldset.living-area:after,
.module-buyer-alerts fieldset.number-of-rooms:after {
  content: " ";
  display: table;
}
.module-buyer-alerts fieldset.price:after,
.module-buyer-alerts fieldset.living-area:after,
.module-buyer-alerts fieldset.number-of-rooms:after {
  clear: both;
}
.module-buyer-alerts fieldset.price:before,
.module-buyer-alerts fieldset.living-area:before,
.module-buyer-alerts fieldset.number-of-rooms:before,
.module-buyer-alerts fieldset.price:after,
.module-buyer-alerts fieldset.living-area:after,
.module-buyer-alerts fieldset.number-of-rooms:after {
  content: " ";
  display: table;
}
.module-buyer-alerts fieldset.price:after,
.module-buyer-alerts fieldset.living-area:after,
.module-buyer-alerts fieldset.number-of-rooms:after {
  clear: both;
}
@media (min-width: 768px) {
  .module-buyer-alerts fieldset.price,
  .module-buyer-alerts fieldset.living-area,
  .module-buyer-alerts fieldset.number-of-rooms {
    width: 33.3%;
  }
}
.module-buyer-alerts fieldset.price label,
.module-buyer-alerts fieldset.living-area label,
.module-buyer-alerts fieldset.number-of-rooms label {
  text-transform: none;
}
.module-buyer-alerts fieldset.price > div,
.module-buyer-alerts fieldset.living-area > div,
.module-buyer-alerts fieldset.number-of-rooms > div {
  float: left;
  width: 50%;
  padding-left: 1em;
  text-align: right;
}
.module-buyer-alerts fieldset.price > div input,
.module-buyer-alerts fieldset.living-area > div input,
.module-buyer-alerts fieldset.number-of-rooms > div input {
  text-align: right;
}
.module-buyer-alerts fieldset.price h3 + div,
.module-buyer-alerts fieldset.living-area h3 + div,
.module-buyer-alerts fieldset.number-of-rooms h3 + div {
  padding-left: 0;
  text-align: left;
}
.module-buyer-alerts fieldset.price h3 + div input,
.module-buyer-alerts fieldset.living-area h3 + div input,
.module-buyer-alerts fieldset.number-of-rooms h3 + div input {
  text-align: left;
}
.module-buyer-alerts .afmeld-kartotek-btn {
  display: none;
}
@media (min-width: 768px) {
  .module-buyer-alerts .afmeld-kartotek-btn {
    display: inline-block;
  }
}
.module-buyer-alerts .row.three-cols {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 0;
  padding-bottom: 0;
}
.module-contact .content-container {
  padding: 1em 0;
}
.module-contact .content-container h3 {
  margin-bottom: 0;
}
.module-contact .content-container h3 + p {
  margin-bottom: 10px;
}
.module-contact .content-container a {
  outline: none;
}
.module-contact .content-container a:hover,
.module-contact .content-container a:focus,
.module-contact .content-container a:visited {
  outline: none;
}
.module-contact .content-container > a {
  display: block;
  outline: none;
  padding-left: 25px;
  position: relative;
}
.module-contact .content-container > a > span {
  position: absolute;
  left: 0;
  top: 2px;
}
.module-contact .content-container span {
  padding: 0 0 5px;
}
.module-contact .content-container span.icon-phone:before {
  font-size: 15px;
}
.module-contact .content-container span.icon-mail:before {
  font-size: 15px;
}
.module-contact .content-container span.icon-vcard:before {
  font-size: 15px;
}
.module-contact .content-container > p {
  margin-bottom: 0;
}
.module-contact .social-bar {
  padding-top: .5em;
  padding-bottom: .5em;
}
.module-contact .social-bar .social-icon {
  background-color: transparent;
  color: #000;
  display: inline-block;
  font-size: 0;
  width: 15px;
  height: 15px;
  position: relative;
  text-align: center;
  margin: 5px 5px 0 0;
}
.module-contact .social-bar .social-icon span:before {
  font-size: 15px;
  line-height: 15px;
}
.module-contact .social-bar .social-icon:hover {
  background-color: transparent;
  color: #000;
}
.module-contact .social-bar .no-icon {
  display: block;
  clear: both;
}
/*********************************************************************************
 * 	Core Owl Carousel CSS File
 *	v1.3.3
**********************************************************************************/
/* 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(/scripts/lib/owl-carousel/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.3
**********************************************************************************/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* 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: #FFF;
}
.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(/scripts/lib/owl-carousel/AjaxLoader.gif) no-repeat center center;
}
/****************************************************************************** 
  Module gallery slider variables
******************************************************************************/
.module-gallery-slider-container {
  position: relative;
}
.module-gallery-slider-container .buttons {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1em;
}
.module-gallery-slider-container .buttons:before,
.module-gallery-slider-container .buttons:after {
  content: " ";
  display: table;
}
.module-gallery-slider-container .buttons:after {
  clear: both;
}
.module-gallery-slider-container .buttons:before,
.module-gallery-slider-container .buttons:after {
  content: " ";
  display: table;
}
.module-gallery-slider-container .buttons:after {
  clear: both;
}
.module-gallery-slider-container .buttons .hd-btn {
  float: left;
  margin: 0 0 0 14px;
}
@media (max-width: 1200px) {
  .module-gallery-slider-container .buttons .hd-btn {
    width: 40px;
    min-width: 40px;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 0;
    margin: 0 14px 0 0;
    height: 42px;
  }
}
.module-gallery-slider-header {
  background-color: #000;
  color: #FFF;
  padding: .5em;
  font-size: .85em;
}
@media (min-width: 768px) {
  .module-gallery-slider-header {
    font-size: 1em;
  }
}
.module-gallery-slider-header [class^="icon-"],
.module-gallery-slider-header [class*=" icon-"] {
  margin-right: .5em;
  color: #ea373b;
}
.module-gallery-slider {
  background-color: #FFF;
  margin-right: 0;
  margin-left: 0;
  padding-bottom: 60px;
  /*
	.teaser-box {
	//If a slider shows 1 or 2 items at the time, make it flexible height =)
		&:before {
			display: none;
		}
		.content,
		.v-center > div {
			position: relative;
		}
		&.text {
			border: none;
			max-width: @teaser-box-text-max-width;
			margin: 0 auto;
			float: none;
		}

	}

	.teaser-box {
		//If a slider shows 1 item shoud not have any absolute position elements
		background-color: transparent;
		> .overlay {
			position: relative;
			background-color: transparent;
		}
	}
	*/
}
@media (min-width: 1200px) {
  .module-gallery-slider {
    padding-bottom: 0;
  }
}
.module-gallery-slider .owl-pagination {
  display: none;
}
.module-gallery-slider.owl-theme .owl-controls .owl-buttons .owl-next,
.module-gallery-slider.owl-theme .owl-controls .owl-buttons .owl-prev {
  top: auto;
  bottom: 14px;
  z-index: 1;
  margin-top: 0;
  right: 0;
  left: auto;
  height: 42px;
  line-height: 42px;
  display: block !important;
  opacity: 1;
}
@media (min-width: 1200px) {
  .module-gallery-slider.owl-theme .owl-controls .owl-buttons .owl-next,
  .module-gallery-slider.owl-theme .owl-controls .owl-buttons .owl-prev {
    height: 44px;
    line-height: 44px;
    right: 1em;
  }
}
.module-gallery-slider.owl-theme .owl-controls .owl-buttons .owl-prev {
  right: 60px;
}
@media (min-width: 1200px) {
  .module-gallery-slider.owl-theme .owl-controls .owl-buttons .owl-prev {
    right: 74px;
  }
}
/************************************************************************************************************************** 
  .teaser-box
***************************************************************************************************************************/
.module-gallery-slider {
  /************************************************************************************************************************** 
	  .teaser-box hovers
	***************************************************************************************************************************/
  /*

	//Slide up (overlay + image) hover.......................................
	.teaser-box:not(.text):not(.contains-text-not) {
		> .content .image-wrap > img {
			.transform-translate-y(0%);
			will-change: transform;
			.transition(transform @teaser-box-transition-timing ease-out);
		}
		.overlay {
			 .transform-translate-y(105%);
			 will-change: transform;
			 .transition(transform @teaser-box-transition-timing ease-out);
		}
		&:hover, 
		&:focus {
		    > .content .image-wrap > img {
		        .transform-translate-y(-10%);
		    }
		    .overlay {
		        .transform-translate-y(0);
		    }
		}
	}


	//Scale up (image) hover.................................................
	.teaser-box.contains-text-not .fancybox,
	.teaser-box.contains-text-not .fancybox-media {
		.image-wrap {
	        .transform-scale(1);
	        -webkit-backface-visibility: hidden;
		    will-change: transform;
		    .transition(transform @teaser-box-scale-transition-timing);
		    
	    }
		&:hover, 
		&:focus {
			.image-wrap {
		        .transform-scale(1.075);
			}
		}
	}
	*/
}
.module-gallery-slider .teaser-box,
.module-gallery-slider .item {
  position: relative !important;
  border: 0 solid #FFF;
  background-color: #FFF;
}
.module-gallery-slider .teaser-box:before,
.module-gallery-slider .item:before {
  display: block !important;
  content: "" !important;
  width: 100% !important;
  padding-top: 56.25% !important;
}
.module-gallery-slider .teaser-box > .content,
.module-gallery-slider .item > .content {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.module-gallery-slider .teaser-box > .content,
.module-gallery-slider .item > .content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
}
.module-gallery-slider .teaser-box > .content img,
.module-gallery-slider .item > .content img {
  display: block;
  height: 100%;
  width: 100%;
}
.module-gallery-slider .teaser-box > .content > .fancybox,
.module-gallery-slider .item > .content > .fancybox,
.module-gallery-slider .teaser-box > .content > .fancybox-media,
.module-gallery-slider .item > .content > .fancybox-media,
.module-gallery-slider .teaser-box > .content > .image-wrap,
.module-gallery-slider .item > .content > .image-wrap {
  display: block;
  height: 100%;
  overflow: hidden;
}
.module-gallery-slider .teaser-box > .overlay,
.module-gallery-slider .item > .overlay {
  color: inherit;
  font-size: 1em;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
.module-gallery-slider .teaser-box > .overlay > .v-center,
.module-gallery-slider .item > .overlay > .v-center {
  padding: 7px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.module-gallery-slider .teaser-box > .overlay > .v-center > div,
.module-gallery-slider .item > .overlay > .v-center > div {
  position: relative;
  background-color: #FFF;
}
.module-gallery-slider .teaser-box > .overlay > .v-center > div > div,
.module-gallery-slider .item > .overlay > .v-center > div > div {
  padding: 1em;
}
@media (min-width: 768px) {
  .module-gallery-slider .teaser-box > .overlay > .v-center > div > div,
  .module-gallery-slider .item > .overlay > .v-center > div > div {
    padding: 1.5em;
  }
}
.module-gallery-slider .teaser-box.image.contains-text-not .plus-icon-button,
.module-gallery-slider .item.image.contains-text-not .plus-icon-button {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.module-gallery-slider .teaser-box.image:hover .plus-icon-button,
.module-gallery-slider .item.image:hover .plus-icon-button,
.module-gallery-slider .teaser-box.image:focus .plus-icon-button,
.module-gallery-slider .item.image:focus .plus-icon-button {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity = 75);
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.module-gallery-slider .teaser-box.video.contains-text-not .play-icon-button,
.module-gallery-slider .item.video.contains-text-not .play-icon-button {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity = 75);
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.module-gallery-slider .teaser-box.video:hover .play-icon-button,
.module-gallery-slider .item.video:hover .play-icon-button,
.module-gallery-slider .teaser-box.video:focus .play-icon-button,
.module-gallery-slider .item.video:focus .play-icon-button {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  filter: alpha(opacity=100);
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/scripts/lib/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/scripts/lib/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/scripts/lib/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/scripts/lib/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('/scripts/lib/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('/scripts/lib/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/****************************************************************************** 
  Custom Fancybox overwrites
******************************************************************************/
.fancybox-wrap a {
  outline: none;
}
.fancybox-wrap a:hover,
.fancybox-wrap a:active,
.fancybox-wrap a:focus {
  outline: none;
}
.fancybox-skin {
  -webkit-border-radius: 0;
  border-radius: 0;
}
/****************************************************************************** 
  Custom Fancybox and Owl slider navigation items
******************************************************************************/
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next,
.fancybox-prev span,
.fancybox-next span {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -20px 0 0 0;
  font-size: 20px;
  border: 0px solid #FFF;
  background-color: #FFF;
  background-image: none;
  color: #000;
  padding: 0;
  overflow: hidden;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.owl-theme .owl-controls .owl-buttons .owl-next:hover,
.fancybox-prev span:hover,
.fancybox-next span:hover {
  border-color: #FFF;
  background-color: #FFF;
  color: #ea373b;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-theme .owl-controls .owl-buttons .owl-prev,
.fancybox-prev span {
  left: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next,
.fancybox-next span {
  right: 0;
}
.fancybox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 20px;
  border: 0px solid #FFF;
  background-color: #FFF;
  background-image: none;
  color: #000;
  padding: 0;
  overflow: hidden;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: "SKbolig" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fancybox-close:before {
  position: relative;
  top: 7px;
  content: "\e90d";
}
.fancybox-close:hover {
  border-color: #FFF;
  background-color: #FFF;
  color: #ea373b;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.fancybox-prev,
.fancybox-next {
  text-align: center;
}
.fancybox-prev span,
.fancybox-next span {
  font-family: "SKbolig" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
.fancybox-prev span:before,
.fancybox-next span:before {
  position: relative;
  top: 7px;
}
.fancybox-prev span:before {
  content: "\e902";
}
.fancybox-next span:before {
  content: "\e907";
}
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
  display: none;
}
@media (min-width: 1200px) {
  .owl-theme .owl-controls .owl-buttons .owl-prev,
  .owl-theme .owl-controls .owl-buttons .owl-next {
    display: block;
  }
}
.owl-theme .owl-controls .owl-page span {
  background: #ea373b none repeat scroll 0 0;
}
/****************************************************************************** 
  Module gallery variables
******************************************************************************/
/****************************************************************************** 
  Teaser box variables (image, video & text)
******************************************************************************/
.module-gallery {
  background-color: #FFF;
  margin-right: 0;
  margin-left: 0;
}
.module-gallery.is-list:before,
.module-gallery.is-list:after {
  content: " ";
  display: table;
}
.module-gallery.is-list:after {
  clear: both;
}
.module-gallery.is-list:before,
.module-gallery.is-list:after {
  content: " ";
  display: table;
}
.module-gallery.is-list:after {
  clear: both;
}
.module-gallery.is-list > div {
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .module-gallery.is-list > div {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .module-gallery.is-list > div {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .module-gallery.is-list > div {
    float: left;
    width: 25%;
  }
}
.module-gallery.is-list[data-show-items="1"] > div {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .module-gallery.is-list[data-show-items="1"] > div {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .module-gallery.is-list[data-show-items="1"] > div {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .module-gallery.is-list[data-show-items="1"] > div {
    float: left;
    width: 100%;
  }
}
.module-gallery.is-list[data-show-items="2"] > div {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .module-gallery.is-list[data-show-items="2"] > div {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .module-gallery.is-list[data-show-items="2"] > div {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .module-gallery.is-list[data-show-items="2"] > div {
    float: left;
    width: 50%;
  }
}
.module-gallery.is-list[data-show-items="3"] > div {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .module-gallery.is-list[data-show-items="3"] > div {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .module-gallery.is-list[data-show-items="3"] > div {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .module-gallery.is-list[data-show-items="3"] > div {
    float: left;
    width: 33.33333333%;
  }
}
.module-gallery.is-slider[data-show-items="1"] .teaser-box:before,
.module-gallery.is-list[data-show-items="1"] .teaser-box:before,
.module-gallery.is-slider[data-show-items="2"] .teaser-box:before,
.module-gallery.is-list[data-show-items="2"] .teaser-box:before {
  display: none;
}
.module-gallery.is-slider[data-show-items="1"] .teaser-box .content,
.module-gallery.is-list[data-show-items="1"] .teaser-box .content,
.module-gallery.is-slider[data-show-items="2"] .teaser-box .content,
.module-gallery.is-list[data-show-items="2"] .teaser-box .content,
.module-gallery.is-slider[data-show-items="1"] .teaser-box .v-center > div,
.module-gallery.is-list[data-show-items="1"] .teaser-box .v-center > div,
.module-gallery.is-slider[data-show-items="2"] .teaser-box .v-center > div,
.module-gallery.is-list[data-show-items="2"] .teaser-box .v-center > div {
  position: relative;
}
.module-gallery.is-slider[data-show-items="1"] .teaser-box.text,
.module-gallery.is-list[data-show-items="1"] .teaser-box.text,
.module-gallery.is-slider[data-show-items="2"] .teaser-box.text,
.module-gallery.is-list[data-show-items="2"] .teaser-box.text {
  border: none;
  max-width: 800px;
  margin: 0 auto;
  float: none;
}
.module-gallery.is-slider[data-show-items="1"] .teaser-box,
.module-gallery.is-list[data-show-items="1"] .teaser-box {
  background-color: transparent;
}
.module-gallery.is-slider[data-show-items="1"] .teaser-box > .overlay,
.module-gallery.is-list[data-show-items="1"] .teaser-box > .overlay {
  position: relative;
  background-color: transparent;
}
/************************************************************************************************************************** 
  .teaser-box
***************************************************************************************************************************/
.teaser-box {
  position: relative;
  border: 0 solid #FFF;
  background-color: #FFF;
}
.teaser-box:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.teaser-box > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.teaser-box > .content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 7px;
}
.teaser-box > .content img {
  display: block;
  height: 100%;
  width: 100%;
}
.teaser-box > .content > .fancybox,
.teaser-box > .content > .fancybox-media,
.teaser-box > .content > .image-wrap {
  display: block;
  height: 100%;
  overflow: hidden;
}
.teaser-box > .overlay {
  color: inherit;
  font-size: 1em;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
.teaser-box > .overlay > .v-center {
  padding: 7px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.teaser-box > .overlay > .v-center > div {
  position: relative;
  background-color: #FFF;
}
.teaser-box > .overlay > .v-center > div > div {
  padding: 1em;
}
@media (min-width: 768px) {
  .teaser-box > .overlay > .v-center > div > div {
    padding: 1.5em;
  }
}
.teaser-box.text > .overlay {
  height: 100%;
}
.teaser-box.image.contains-text-not .plus-icon-button {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.teaser-box.image:hover .plus-icon-button,
.teaser-box.image:focus .plus-icon-button {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity = 75);
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.teaser-box.video.contains-text-not .play-icon-button {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity = 75);
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.teaser-box.video:hover .play-icon-button,
.teaser-box.video:focus .play-icon-button {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  filter: alpha(opacity=100);
}
/************************************************************************************************************************** 
  .teaser-box hovers
***************************************************************************************************************************/
.teaser-box:not(.text):not(.contains-text-not) > .content .image-wrap > img {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  will-change: transform;
  -webkit-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.teaser-box:not(.text):not(.contains-text-not) .overlay {
  -webkit-transform: translateY(105%);
  -moz-transform: translateY(105%);
  -ms-transform: translateY(105%);
  -o-transform: translateY(105%);
  transform: translateY(105%);
  will-change: transform;
  -webkit-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.teaser-box:not(.text):not(.contains-text-not):hover > .content .image-wrap > img,
.teaser-box:not(.text):not(.contains-text-not):focus > .content .image-wrap > img {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
.teaser-box:not(.text):not(.contains-text-not):hover .overlay,
.teaser-box:not(.text):not(.contains-text-not):focus .overlay {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.teaser-box.contains-text-not .fancybox .image-wrap,
.teaser-box.contains-text-not .fancybox-media .image-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-backface-visibility: hidden;
  will-change: transform;
  -webkit-transition: transform 3s;
  -o-transition: transform 3s;
  transition: transform 3s;
}
.teaser-box.contains-text-not .fancybox:hover .image-wrap,
.teaser-box.contains-text-not .fancybox-media:hover .image-wrap,
.teaser-box.contains-text-not .fancybox:focus .image-wrap,
.teaser-box.contains-text-not .fancybox-media:focus .image-wrap {
  -webkit-transform: scale(1.075);
  -moz-transform: scale(1.075);
  -ms-transform: scale(1.075);
  -o-transform: scale(1.075);
  transform: scale(1.075);
}
.module-image {
  text-align: center;
}
.module-image.align-left {
  text-align: left;
}
.module-image.align-center {
  text-align: center;
}
.module-image.align-right {
  text-align: right;
}
.module-image img {
  max-width: 100%;
}
.module-image a {
  outline: none;
}
/****************************************************************************** 
    .module-listing
******************************************************************************/
.module-listing {
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (min-width: 1200px) {
  .module-listing {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.module-listing .listing-title {
  padding-bottom: 1em;
  -webkit-transition: listingOverviewTransition;
  -o-transition: listingOverviewTransition;
  transition: listingOverviewTransition;
}
@media (min-width: 768px) {
  .module-listing .listing-title {
    padding-bottom: 1.75em;
  }
}
.module-listing .listing-title h1,
.module-listing .listing-title h2 {
  font-family: inherit;
  font-weight: 500;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-family: 'Univers LT W01_57 Condensed', sans-serif;
  font-weight: normal;
  margin: 0 0 7.5px 0;
  line-height: 1.1;
  text-transform: none;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #000;
  font-size: 1.62223438em;
  font-family: 'Univers LT W01_67 Bold_1476016', sans-serif;
  line-height: 1.2;
  margin: 0;
  position: relative;
}
.module-listing .listing-title h1 small,
.module-listing .listing-title h2 small,
.module-listing .listing-title h1 .small,
.module-listing .listing-title h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.module-listing .listing-title h1 small,
.module-listing .listing-title h2 small,
.module-listing .listing-title h1 .small,
.module-listing .listing-title h2 .small {
  font-size: 65%;
}
.module-listing .listing-title h1 > p,
.module-listing .listing-title h2 > p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .module-listing .listing-title h1,
  .module-listing .listing-title h2 {
    font-size: 1.62223438em;
  }
}
@media (min-width: 992px) {
  .module-listing .listing-title h1,
  .module-listing .listing-title h2 {
    font-size: 1.62223438em;
  }
}
@media (min-width: 1800px) {
  .module-listing .listing-title h1,
  .module-listing .listing-title h2 {
    font-size: 1.62223438em;
  }
}
@media (min-width: 768px) {
  .module-listing .listing-title h1,
  .module-listing .listing-title h2 {
    top: 11px;
  }
}
.module-listing .listing-details {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .module-listing .listing-details {
    padding-bottom: 1em;
  }
}
.module-listing .listing-text {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 15px;
  text-align: justify;
  font-size: 16px;
}
@media (min-width: 768px) {
  .module-listing .listing-text {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .module-listing .listing-text {
    padding: 0 15px;
    float: left;
  }
}
.module-listing .listing-text strong {
  color: #000;
}
.module-listing .listing-sidebar {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 15px;
}
@media (min-width: 768px) {
  .module-listing .listing-sidebar {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .module-listing .listing-sidebar {
    padding: 0 15px;
    float: right;
  }
}
.module-listing .listing-box {
  margin-bottom: 1em;
  background-color: #ebecee;
  color: #000;
  text-align: left;
  padding: 1em;
  font-size: 1em;
}
@media (min-width: 1200px) {
  .module-listing .listing-box {
    padding: 1.25em;
    font-size: 1.15em;
  }
}
.module-listing .listing-box > div {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.module-listing .listing-box > div > div {
  font-weight: normal;
  display: table-cell;
}
.module-listing .listing-box > div > div + div {
  font-weight: bold;
  padding-bottom: 5px;
  padding-left: .5em;
  text-align: right;
}
.module-listing .listing-buttons {
  position: relative;
  height: 305px;
  padding: 1em 15px;
  overflow: hidden;
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  .module-listing .listing-buttons {
    height: 155px;
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .module-listing .listing-buttons {
    height: 105px;
  }
}
.module-listing .listing-buttons div {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .module-listing .listing-buttons div {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .module-listing .listing-buttons div {
    width: 33.33%;
  }
}
.module-listing .listing-buttons div.a {
  top: 0px;
}
.module-listing .listing-buttons div.b {
  top: 50px;
}
@media (min-width: 768px) {
  .module-listing .listing-buttons div.b {
    top: 0px;
    left: 50%;
  }
}
@media (min-width: 1200px) {
  .module-listing .listing-buttons div.b {
    top: 50px;
    left: 0;
  }
}
.module-listing .listing-buttons div.c {
  top: 100px;
}
@media (min-width: 768px) {
  .module-listing .listing-buttons div.c {
    top: 50px;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .module-listing .listing-buttons div.c {
    top: 0;
    left: 33.3%;
  }
}
.module-listing .listing-buttons div.d {
  top: 150px;
}
@media (min-width: 768px) {
  .module-listing .listing-buttons div.d {
    top: 50px;
    left: 50%;
  }
}
@media (min-width: 1200px) {
  .module-listing .listing-buttons div.d {
    top: 50px;
    left: 33.3%;
  }
}
.module-listing .listing-buttons div.e {
  top: 200px;
}
@media (min-width: 768px) {
  .module-listing .listing-buttons div.e {
    top: 100px;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .module-listing .listing-buttons div.e {
    top: 0;
    left: 66.6%;
  }
}
.module-listing .listing-buttons div.f {
  top: 250px;
}
@media (min-width: 768px) {
  .module-listing .listing-buttons div.f {
    top: 100px;
    left: 50%;
  }
}
@media (min-width: 1200px) {
  .module-listing .listing-buttons div.f {
    top: 50px;
    left: 66.6%;
  }
}
.module-listing .listing-buttons .hd-btn {
  width: 100%;
  margin: 7px 0;
}
.module-listing .uppercase {
  text-transform: uppercase;
}
/****************************************************************************** 
    #alternative-listings
******************************************************************************/
#alternative-listings {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
#alternative-listings:before,
#alternative-listings:after {
  content: " ";
  display: table;
}
#alternative-listings:after {
  clear: both;
}
#alternative-listings:before,
#alternative-listings:after {
  content: " ";
  display: table;
}
#alternative-listings:after {
  clear: both;
}
#alternative-listings ul {
  list-style: none;
  padding: 0;
  margin: 35px 0 0 0;
}
#alternative-listings li {
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  padding: 15px;
}
@media (min-width: 768px) {
  #alternative-listings li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  #alternative-listings li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  #alternative-listings li {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  #alternative-listings li {
    padding: 0 15px;
  }
}
#alternative-listings a,
#alternative-listings a:link,
#alternative-listings a:visited,
#alternative-listings a:hover,
#alternative-listings a:active {
  color: #555555;
  outline: none;
  display: block;
}
#alternative-listings .image img {
  margin-bottom: 1em;
}
.alternative-listing {
  height: 160px;
}
@media (min-width: 480px) {
  .alternative-listing {
    height: 240px;
  }
}
@media (min-width: 768px) {
  .alternative-listing {
    height: auto;
  }
}
/****************************************************************************** 
  Module listing overview variables
******************************************************************************/
/****************************************************************************** 
    .module-listing-overview module
******************************************************************************/
#module-listing-overview {
  background-color: white;
  color: #555555;
  font-size: 1em;
  line-height: 1.2;
  min-height: 100%;
}
@media (min-width: 992px) {
  #module-listing-overview {
    padding-top: 32px;
  }
}
#module-listing-overview table {
  width: 100%;
}
#module-listing-overview td {
  vertical-align: top;
}
#module-listing-overview label {
  cursor: pointer;
  margin: 0;
}
#module-listing-overview ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
#module-listing-overview a {
  color: inherit;
  display: block;
  outline: none;
  -webkit-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
#module-listing-overview a:hover {
  outline: none;
}
#module-listing-overview button {
  outline: none;
}
#module-listing-overview button:hover,
#module-listing-overview button:visited,
#module-listing-overview button:focus {
  outline: none;
}
#module-listing-overview h2 {
  font-family: inherit;
  font-weight: 500;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: 'Univers LT W01_57 Condensed', sans-serif;
  font-weight: normal;
  margin: 0 0 7.5px 0;
  line-height: 1.1;
  text-transform: none;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #000;
  font-size: 1.380625em;
  font-family: 'Univers LT W01_67 Bold_1476016', sans-serif;
  line-height: 1.2;
}
#module-listing-overview h2 small,
#module-listing-overview h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
#module-listing-overview h2 small,
#module-listing-overview h2 .small {
  font-size: 65%;
}
#module-listing-overview h2 > p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #module-listing-overview h2 {
    font-size: 1.380625em;
  }
}
@media (min-width: 992px) {
  #module-listing-overview h2 {
    font-size: 1.380625em;
  }
}
@media (min-width: 1200px) {
  #module-listing-overview h2 {
    font-size: 1.380625em;
  }
}
@media (min-width: 1800px) {
  #module-listing-overview h2 {
    font-size: 1.380625em;
  }
}
#listings-overview-header .css3-checkbox input[type="checkbox"] + label::before {
  width: 10px;
  height: 10px;
  background-color: #96979b;
  -webkit-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
#listings-overview-header .css3-checkbox input[type="checkbox"]:checked + label:before {
  background-color: #ea373b;
  border-color: #ea373b;
}
#listings-overview-header .css3-checkbox label {
  font-family: 'Univers LT W01_57 Condensed', sans-serif;
}
#listings-overview-header table {
  width: 100%;
}
#listings-overview-header thead {
  border-top: 1px solid black;
  background-color: #ebecee;
  position: relative;
}
@media (min-width: 992px) {
  #listings-overview-header thead {
    border: none;
  }
}
#listings-overview-header thead td {
  padding: 2em 45px 2em 30px;
}
#listings-overview-header tbody {
  font-size: 15px;
  background-color: #FFF;
}
#listings-overview-header tbody label {
  text-transform: none;
}
#listings-overview-header tbody td {
  padding: 1em 0;
}
#listings-overview-header tbody td:first-child + td + td {
  padding-left: 20px;
}
#listings-overview-header h2 {
  margin: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  #listings-overview-header .overskrift {
    display: none;
  }
}
#listings-overview-header .toggle-area {
  width: 30px;
  padding: 0;
}
.toggle-listing-overview {
  position: absolute;
  right: 15px;
  top: 25px;
  width: 30px;
  height: 30px;
  border: none;
  background-color: #000;
  color: #FFF;
  outline: none;
  padding: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .toggle-listing-overview {
    right: 9px;
  }
}
.toggle-listing-overview .icon-arrow-left {
  display: inline-block;
  font-size: 10px;
  position: relative;
  top: -3px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
@media (min-width: 992px) {
  .toggle-listing-overview .icon-arrow-left {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
#listings-overview {
  background-color: #ebecee;
}
#listings-overview table {
  table-layout: fixed;
}
#listings-overview table td {
  padding: .55em .5em;
  text-align: center;
  position: relative;
}
#listings-overview table td.new {
  width: 30px;
  font-size: 12px;
  color: #ea373b;
  font-weight: bold;
  letter-spacing: .5px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#listings-overview table td.adre {
  text-align: left;
}
#listings-overview table td.rooms,
#listings-overview table td.kvm {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  width: 37px;
  -webkit-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
#listings-overview table td.price {
  text-align: right;
  width: 80px;
}
#listings-overview > li .header {
  background-color: #dbdcde;
}
#listings-overview > li .header a {
  color: #000;
  font-weight: bold;
  width: 100%;
}
#listings-overview > li .header .toggle-area {
  width: 100%;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  color: #FFF;
  background-color: #555555;
  -webkit-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
#listings-overview > li .header .toggle-area .icon-arrow-up {
  font-size: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-block;
  -webkit-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
#listings-overview > li .header .toggle-area:hover {
  background-color: #191919;
  color: #ea373b;
  outline: none;
}
#listings-overview > li .area-group td {
  position: relative;
}
#listings-overview > li .area-group td:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 7px;
  width: 100%;
  -webkit-box-shadow: 0px -7px 7px -7px #dbdcde inset;
  -moz-box-shadow: 0px -7px 7px -7px #dbdcde inset;
  box-shadow: 0px -7px 7px -7px #dbdcde inset;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity = 75);
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
#listings-overview > li .area-group a:hover td:after,
#listings-overview > li .area-group a.active td:after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  filter: alpha(opacity=0);
}
#listings-overview > li ul a {
  display: block;
}
#listings-overview > li ul a:hover,
#listings-overview > li ul a.active {
  background-color: #FFF;
  color: #ea373b;
}
/****************************************************************************** 
    .module-listing-overview module - Open close states
******************************************************************************/
.listing-overview-closed .toggle-listing-overview .icon-arrow-left {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#listings-overview .header.close-area td {
  border-bottom: 1px solid #d4d6d8;
}
#listings-overview .header.close-area .toggle-area .icon-arrow-up {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/****************************************************************************** 
    body.listing-overview-expanded
******************************************************************************/
body.listing-overview-expanded aside {
  top: 70px;
}
@media (min-width: 768px) {
  body.listing-overview-expanded aside {
    top: 90px;
  }
}
@media (min-width: 992px) {
  body.listing-overview-expanded aside {
    top: 0;
  }
}
@media (max-width: 991px) {
  body.listing-overview-expanded {
    overflow: hidden;
  }
  body.listing-overview-expanded .listings-page aside {
    position: absolute;
    height: 100%;
  }
  body.listing-overview-expanded .mobile-nav-open {
    z-index: 103;
  }
  body.listing-overview-expanded .toggle-listing-overview .icon-arrow-left {
    -webkit-transform: rotate(270deg) !important;
    -moz-transform: rotate(270deg) !important;
    -ms-transform: rotate(270deg) !important;
    -o-transform: rotate(270deg) !important;
    transform: rotate(270deg) !important;
  }
}
@media (min-width: 992px) {
  body.listing-overview-expanded .toggle-listing-overview {
    right: -60px;
  }
  body.listing-overview-expanded .toggle-listing-overview .icon-arrow-left {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  body.listing-overview-expanded .listing-title > h1 {
    padding-left: 50px;
  }
  body.listing-overview-expanded .media-gallery {
    height: 457px;
  }
  body.listing-overview-expanded .media-gallery {
    height: 559px;
  }
}
@media (min-width: 1200px) {
  body.listing-overview-expanded .media-gallery {
    height: 658px;
  }
  body.listing-overview-expanded .toggle-listing-overview {
    right: -60px;
  }
}
/****************************************************************************** 
    .module-media-element
******************************************************************************/
.module-media-element {
  background-color: #ebecee;
  padding: 1.5em;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .module-media-element {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.module-media-element:before,
.module-media-element:after {
  content: " ";
  display: table;
}
.module-media-element:after {
  clear: both;
}
.module-media-element:before,
.module-media-element:after {
  content: " ";
  display: table;
}
.module-media-element:after {
  clear: both;
}
.module-media-element > div {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .module-media-element > div {
    width: 50%;
  }
  .module-media-element > div.image {
    width: 25%;
  }
  .module-media-element > div.text {
    width: 75%;
  }
}
.module-media-element > div.image {
  padding-bottom: 1.5em;
}
@media (min-width: 768px) {
  .module-media-element > div.image {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .module-media-element > div.text {
    padding-left: 15px;
  }
}
.dt-media-element-list main > .normal {
  margin: 0 auto;
  max-width: 830px;
}
.dt-media-element-list main > .normal.intro > div {
  padding-bottom: 0;
}
.dt-media-element-list main > .normal.intro .intro-text {
  font-size: 1.15em;
  text-align: justify;
  margin-bottom: 0;
}
.module-spot {
  text-align: center;
}
.module-spot.align-left {
  text-align: left;
}
.module-spot.align-center {
  text-align: center;
}
.module-spot.align-right {
  text-align: right;
}
.module-spot .spot-image-container {
  padding: 0 0 20px 0;
}
.module-spot .spot-text-container {
  padding: 0 0 20px 0;
}
.module-text {
  margin: 0 auto;
  max-width: 800px;
}
.module-text .text-block > div {
  margin-bottom: 1em;
}
.module-text.read-more .text-block {
  overflow: hidden;
  max-height: 300px;
  position: relative;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.module-text.read-more .text-block:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
}
.module-text.read-more.opened .text-block {
  max-height: 1200px;
}
.module-text.read-more.opened .text-block:after {
  display: none;
}
.module-text .read-more-btn {
  border: 0px solid #000;
  background: #000;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: 'Univers LT W01_57 Condensed', sans-serif;
  font-size: 1em;
  font-weight: normal;
  margin: 2px 0;
  min-width: 150px;
  padding: 0.85em 1em 0.85em 50px;
  letter-spacing: 0.5px;
  line-height: 1.3;
  outline: none;
  text-align: left;
  text-decoration: none;
  text-transform: normal;
  touch-action: manipulation;
  z-index: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin-top: .5em;
}
@media (min-width: 768px) {
  .module-text .read-more-btn {
    font-size: 1em;
    padding: 0.85em 1em 0.85em 50px;
  }
}
@media (min-width: 992px) {
  .module-text .read-more-btn {
    font-size: 1em;
    padding: 0.85em 1em 0.85em 50px;
  }
}
@media (min-width: 1200px) {
  .module-text .read-more-btn {
    font-size: 1.05em;
    padding: 10px 1em 10px 50px;
  }
}
.module-text .read-more-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: #ea373b;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.module-text .read-more-btn:after {
  content: "\e907";
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  width: 40px;
  height: 100%;
  line-height: 48px;
  text-align: center;
  font-family: "SKbolig" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .module-text .read-more-btn:after {
    line-height: 40px;
  }
}
.module-text .read-more-btn:hover {
  color: white;
  border-color: #ea373b;
  outline: none;
  text-decoration: none;
}
.module-text .read-more-btn:hover:before {
  width: 100%;
}
.module-text .read-more-btn:focus {
  color: white;
}
.module-text .read-more-btn.fotos:after {
  content: "\e924";
  font-size: 1.15em;
}
.module-text .read-more-btn.plantegning:after {
  content: "\e926";
  font-size: 1.15em;
}
.module-text .read-more-btn.vis-paa-kort:after {
  content: "\e925";
  font-size: 1.15em;
}
.module-text .read-more-btn.hent-salgsopstilling:after {
  content: "\e92b";
  font-size: 1.15em;
}
.module-text .read-more-btn.download-dokumenter:after {
  content: "\e910";
  font-size: 1.1em;
}
.module-text .read-more-btn.book-fremvisning:after {
  content: "\e914";
  font-size: 1.3em;
}
.module-text .read-more-btn.bestil-salgsvurdering:after {
  content: "\e92c";
  font-size: 1.15em;
}
.module-text .read-more-btn.tip-a-friend:after {
  content: "\e920";
  font-size: 1.15em;
}
.module-text .read-more-btn.facebook:before {
  background-color: #4267b2;
}
.module-text .read-more-btn.facebook:after {
  content: "\e913";
  font-size: 1.15em;
}
.module-text {
  font-size: 16px;
}
.module-text h1,
.module-text .h1,
.module-text h2,
.module-text .h2,
.module-text h3,
.module-text .h3,
.module-text h4,
.module-text .h4 {
  color: #000;
}
.module-text .col-3-grid {
  text-align: center;
}
@media (min-width: 768px) {
  .module-text .col-3-grid {
    text-align: left;
  }
}
.module-text .col-3-grid:before,
.module-text .col-3-grid:after {
  content: " ";
  display: table;
}
.module-text .col-3-grid:after {
  clear: both;
}
.module-text .col-3-grid:before,
.module-text .col-3-grid:after {
  content: " ";
  display: table;
}
.module-text .col-3-grid:after {
  clear: both;
}
.module-text .col-3-grid > div {
  float: left;
  width: 100%;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .module-text .col-3-grid > div {
    width: 33.33%;
    margin-bottom: 0;
  }
}
.module-text .col-3-grid .hd-btn,
.module-text .col-3-grid .rte-hd-btn > a {
  min-width: 210px;
}
.module-text.documents {
  padding: 2em 15px;
}
@media (min-width: 768px) {
  .module-text.documents {
    padding: 2.75em 15px;
  }
}
@media (min-width: 992px) {
  .module-text.documents {
    padding: 2.75em 15px;
  }
}
@media (min-width: 1200px) {
  .module-text.documents {
    padding: 3.25em 15px;
  }
}
.module-text.documents ul a {
  text-decoration: none;
  color: #555555;
  outline: none;
}
.module-text.documents ul a:hover {
  color: #ea373b;
}
.module-text.documents ul {
  padding: 0;
  margin: 1em 0;
  list-style: none;
}
.module-text.documents li {
  padding: .25em 0 .25em 16px;
  position: relative;
}
.module-text.documents li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #dbdcde;
  position: absolute;
  top: 10px;
  left: 0;
}
.module-video {
  background-color: #000;
}
.module-video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.module-video .video-container iframe,
.module-video .video-container object,
.module-video .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module-video .video-container .video-overlay-image {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  cursor: pointer;
}
.module-video .video-container .video-overlay-image img {
  min-width: 100%;
  min-height: 100%;
  max-width: unset;
  margin: auto;
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  z-index: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}
.module-video .video-container .video-overlay-image img:hover,
.module-video .video-container .video-overlay-image img:focus {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*# sourceMappingURL=site.css.map */
