@charset "UTF-8";
/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.3.6 (20/12/2016)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("../fonts/lightcase.eot?55356177");
  src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal; }

[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* Codes */
.lightcase-icon-play:before {
  content: '\e800'; }

.lightcase-icon-pause:before {
  content: '\e801'; }

.lightcase-icon-close:before {
  content: '\e802'; }

.lightcase-icon-prev:before {
  content: '\e803'; }

.lightcase-icon-next:before {
  content: '\e804'; }

.lightcase-icon-spin:before {
  content: '\e805'; }

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 0 transparent; }
  @media screen and (max-width: 767px) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) {
      position: relative !important;
      top: auto !important;
      left: auto !important;
      width: auto !important;
      height: auto !important;
      margin: 0 !important;
      padding: 0 !important;
      border: none !important;
      background: none !important; } }

@media screen and (min-width: 768px) {
  #lightcase-case:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-shadow: none;
    background-color: #1a171b;
    -webkit-backface-visibility: hidden; } }

@media screen and (min-width: 768px) {
  #lightcase-case[data-lc-type=image] #lightcase-content,
  #lightcase-case[data-lc-type=video] #lightcase-content {
    background-color: #1a171b; } }

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }
  @media screen and (max-width: 767px) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
      position: relative !important;
      top: auto !important;
      left: auto !important;
      width: auto !important;
      height: auto !important;
      margin: 0 !important;
      padding: 0 !important;
      border: none !important;
      background: none !important; } }
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
        padding: 15px; }
        #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner, #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > * {
          width: 100% !important;
          max-width: none !important; }
        #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > *:not(iframe) {
          height: auto !important;
          max-height: none !important; } }

@media screen and (max-width: 767px) {
  .lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }

@media screen and (max-width: 767px) and (min-width: 768px) {
  [data-lc-type=image] #lightcase-content .lightcase-contentInner,
  [data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75; } }

@media screen and (max-width: 767px) {
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

@media screen and (min-width: 768px) {
  #lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; } }

@media screen and (max-width: 767px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #1a171b; } }

@media screen and (min-width: 768px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #1a171b; } }

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa; }
  @media screen and (max-width: 767px) {
    #lightcase-case p.lightcase-error {
      padding: 30px 0; } }
  @media screen and (min-width: 768px) {
    #lightcase-case p.lightcase-error {
      padding: 0; } }

.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden; }

@media screen and (max-width: 767px) {
  .lightcase-open body {
    padding: 55px 0 70px 0; }
    .lightcase-open body > *:not([id*='lightcase-']) {
      position: fixed !important;
      top: -9999px !important;
      width: 0 !important;
      height: 0 !important;
      overflow: hidden !important; } }

#lightcase-info {
  position: absolute;
  padding-top: 15px; }
  #lightcase-info #lightcase-title,
  #lightcase-info #lightcase-caption {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: normal;
    text-overflow: ellipsis; }
  #lightcase-info #lightcase-title {
    font-size: 17px;
    color: #fff; }
    @media screen and (max-width: 767px) {
      #lightcase-info #lightcase-title {
        position: fixed;
        top: 10px;
        left: 0;
        max-width: 87.5%;
        padding: 5px 15px;
        background: #1a171b; } }
  #lightcase-info #lightcase-caption {
    clear: both;
    font-size: 13px;
    color: #fff; }
  #lightcase-info #lightcase-sequenceInfo {
    font-size: 11px;
    color: #fff; }
  @media screen and (max-width: 767px) {
    .lightcase-fullScreenMode #lightcase-info {
      padding-left: 15px;
      padding-right: 15px; }
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
      position: static; } }

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear; }
  #lightcase-loading, #lightcase-loading:focus {
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    -moz-transition: color, opacity, ease-in-out 0.25s;
    -o-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s; }
  #lightcase-loading > span {
    display: inline-block;
    text-indent: -9999px; }

#lightcase-nav a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer; }
  #lightcase-nav a[class*='lightcase-icon-'], #lightcase-nav a[class*='lightcase-icon-']:focus {
    text-decoration: none;
    color: white;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    -moz-transition: color, opacity, ease-in-out 0.25s;
    -o-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s; }
  #lightcase-nav a[class*='lightcase-icon-'] > span {
    display: inline-block;
    text-indent: -9999px; }
  #lightcase-nav a[class*='lightcase-icon-']:hover {
    color: white; }
  .lightcase-isMobileDevice #lightcase-nav a[class*='lightcase-icon-']:hover {
    color: #aaa;
    text-shadow: none; }
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-prev {
    left: 15px; }
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-next {
    right: 15px; }
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
    left: 50%;
    margin-left: -0.5em; }
    @media screen and (min-width: 768px) {
      #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
        opacity: 0; } }
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    top: 15px;
    left: 15px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: none; }
    @media screen and (max-width: 767px) {
      #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
        position: absolute; } }
    @media screen and (min-width: 768px) {
      #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
        position: fixed; } }
  @media screen and (max-width: 767px) {
    #lightcase-nav a[class*='lightcase-icon-'] {
      bottom: 15px;
      font-size: 24px; } }
  @media screen and (min-width: 768px) {
    #lightcase-nav a[class*='lightcase-icon-'] {
      bottom: 50%;
      margin-bottom: -0.5em; }
      #lightcase-nav a[class*='lightcase-icon-']:hover,
      #lightcase-case:hover ~ #lightcase-nav a[class*='lightcase-icon-'] {
        opacity: 1; } }

#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #1a171b; }
  @media screen and (max-width: 767px) {
    #lightcase-overlay {
      opacity: 1 !important; } }

/*---------------------------
RESET
---------------------------*/
html {
  box-sizing: border-box; }

* {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  box-sizing: inherit; }

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

input[type], [contenteditable] {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

body, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-weight: 400; }

base, basefont, datalist, head, meta, script, style, title, noembed, param, template {
  display: none; }

a {
  text-decoration: none;
  color: inherit; }

b {
  font-weight: 400; }

a:focus, button:focus {
  outline: 0; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  padding: 0; }

input, fieldset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
  font-size: 10px;
  font-size: 1rem;
  font-family: inherit; }

input::-ms-clear {
  display: none; }

input:focus {
  outline: 0; }

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

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

svg {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

img {
  max-width: 100%;
  display: block; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: none; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/*---------------------------
FLUID TYPOGRAPHY
---------------------------*/
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 20px;
    font-size: 2rem; }
  h2, .section-headline {
    font-size: 30px;
    font-size: 3rem; }
  h3, .big {
    font-size: 18px;
    font-size: 1.8rem; }
  p, .norm {
    font-size: 14px;
    font-size: 1.4rem; }
  .small {
    font-size: 14px;
    font-size: 1.4rem; } }

@media only screen and (min-width: 480px) and (max-width: 1440px) {
  h1 {
    font-size: calc(20px + (3 - 2) * (100vw - 480px) / (144 - 48));
    font-size: calc(2rem + (3 - 2) * (100vw - 480px) / (144 - 48)); }
  h2, .section-headline {
    font-size: calc(30px + (4.2 - 3) * (100vw - 480px) / (144 - 48));
    font-size: calc(3rem + (4.2 - 3) * (100vw - 480px) / (144 - 48)); }
  h3, .big {
    font-size: calc(18px + (2.6 - 1.8) * (100vw - 480px) / (144 - 48));
    font-size: calc(1.8rem + (2.6 - 1.8) * (100vw - 480px) / (144 - 48)); }
  p, .norm {
    font-size: calc(14px + (1.8 - 1.4) * (100vw - 480px) / (144 - 48));
    font-size: calc(1.4rem + (1.8 - 1.4) * (100vw - 480px) / (144 - 48)); }
  .small {
    font-size: calc(14px + (1.2 - 1.4) * (100vw - 480px) / (144 - 48));
    font-size: calc(1.4rem + (1.2 - 1.4) * (100vw - 480px) / (144 - 48)); } }

@media only screen and (min-width: 1440px) {
  h1 {
    font-size: 30px;
    font-size: 3rem; }
  h2, .section-headline {
    font-size: 42px;
    font-size: 4.2rem; }
  h3, .big {
    font-size: 26px;
    font-size: 2.6rem; }
  p {
    font-size: 18px;
    font-size: 1.8rem; }
  .small {
    font-size: 12px;
    font-size: 1.2rem; } }

/*---------------------------
HELPERS
---------------------------*/
.hidden {
  display: none !important; }

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

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

.invisible {
  visibility: hidden; }

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

.clearfix:after {
  clear: both; }

/*---------------------------
PRINT
---------------------------*/
@media print {
  *, *:before, *:after, *:first-letter, *:first-line {
    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; } }

/*======================================
  Selectric v1.11.1
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  background: #fff;
  position: relative;
  overflow: hidden; }

.selectric span {
  color: #1f1e21;
  transition: color 0.25s; }
  .selectric span:hover {
    color: rgba(255, 0, 0, 0.5);
    transition: color 0.25s; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 80px 0 5%;
  margin: 0 8rem 0 5%;
  line-height: 80px;
  line-height: 8rem;
  height: 80px;
  height: 8rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  width: 8rem;
  height: 80px;
  height: 8rem;
  line-height: 80px;
  line-height: 8rem;
  background: url("../img/arrow-drop.svg") center center no-repeat; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .button {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: -1; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 50px;
  line-height: 5rem;
  min-height: 50px;
  min-height: 5rem; }

.selectric-items li {
  display: block;
  padding: 0 5%;
  padding: 0 5%;
  cursor: pointer; }

.selectric-items li.selected {
  background: rgba(255, 0, 0, 0.5); }

.selectric-items li.highlighted {
  background: rgba(255, 0, 0, 0.5); }

.selectric-items li:hover {
  background: rgba(255, 0, 0, 0.5); }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

/*---------------------------
GENERAL
---------------------------*/
html {
  font-size: 62.5%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body, html {
  -webkit-font-smoothing: antialiased; }

body {
  font-family: 'merriweather', sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.556;
  overflow-x: hidden;
  background: #edece5;
  position: relative;
  z-index: 0; }

@media (min-width: 768px) {
  body.nav-open {
    width: calc(100% - 17px);
    height: 100%;
    overflow: hidden; }
  body.nav-open .ponuda-stanova {
    right: 17px; } }

h1, h2, h3 {
  font-weight: 700;
  color: #1f1e21; }

h1 {
  line-height: 1.2; }

h2 {
  line-height: 1.2; }

h3 {
  line-height: 1.54; }

strong {
  font-weight: 700; }

p {
  color: #1f1e21; }

a {
  color: #1f1e21;
  transition: color 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99); }
  a:hover {
    color: rgba(255, 0, 0, 0.5);
    transition: color 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99); }

.ruler {
  height: 3px;
  background: #edece5; }
  .ruler:after {
    content: "";
    display: block;
    width: 40.97222%;
    width: 40.97222%;
    height: 3px;
    margin: 0 auto;
    background: #fff; }

.inner {
  width: 74.86111%;
  max-width: 1440px;
  max-width: 144rem;
  margin: 0 auto; }

@media (max-width: 768px) {
  .inner {
    width: 90%;
    width: 90%;
    max-width: 90%;
    max-width: 90%; }
  .ruler {
    width: 90%;
    width: 90%; } }

.light {
  font-weight: 300; }

h3.light {
  text-align: center; }

.img {
  display: block;
  overflow: hidden; }

.img img {
  margin: 0 auto; }

.imagescale img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s; }

.imagescale:hover img {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s; }

.narower {
  width: 72.9128%; }

@media (max-width: 768px) {
  .narower {
    width: 100%; } }

@media (max-width: 480px) {
  .imagescale img, .imagescale:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .img {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; } }

.marbot160 {
  margin-bottom: 160px;
  margin-bottom: 16rem; }

.marbot140 {
  margin-bottom: 140px;
  margin-bottom: 14rem; }

.marbot80 {
  margin-bottom: 80px;
  margin-bottom: 8rem; }

.marbot50 {
  margin-bottom: 50px;
  margin-bottom: 5rem; }

.marbot40 {
  margin-bottom: 40px;
  margin-bottom: 4rem; }

.padbot160 {
  padding-bottom: 160px;
  padding-bottom: 16rem; }

@media (max-width: 768px) {
  .marbot160 {
    margin-bottom: 80px;
    margin-bottom: 8rem; }
  .marbot140 {
    margin-bottom: 70px;
    margin-bottom: 7rem; }
  .marbot80 {
    margin-bottom: 40px;
    margin-bottom: 4rem; }
  .marbot50 {
    margin-bottom: 25px;
    margin-bottom: 2.5rem; }
  .marbot40 {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .padbot160 {
    padding-bottom: 80px;
    padding-bottom: 8rem; } }

/*---------------------------
	HERO
---------------------------*/
.hero {
  position: relative;
  height: 100vh;
  background: url(../img/hero.jpg) center center no-repeat;
  background-size: cover; }

.hero-logo {
  max-width: 800px;
  max-width: 80rem;
  width: 55.55556%;
  width: 55.55556%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

#canvas {
  display: block;
  background-color: transparent;
  width: 100%;
  height: auto; }

@media (max-width: 480px) {
  .hero-logo {
    width: 75%;
    width: 75%; } }

/*---------------------------
	MAIN
---------------------------*/
main {
  display: block;
  position: relative; }

.ponuda-stanova {
  position: fixed;
  top: 35%;
  right: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: 700; }

.ponuda-stanova a {
  visibility: hidden;
  opacity: 0; }

.back-to-top {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 90%;
  width: 90%;
  max-width: 1440px;
  max-width: 144rem;
  margin: 0 auto; }

.back-to-top a {
  position: absolute;
  display: block;
  border-radius: 50%;
  top: -95px;
  top: -9.5rem;
  right: 0;
  right: 0;
  width: 55px;
  width: 5.5rem;
  height: 55px;
  height: 5.5rem;
  background: #fff url("../img/arrow-up.svg") center center no-repeat;
  background-size: 50% auto;
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.15);
  visibility: hidden;
  opacity: 0; }

.back-to-top a.cd-is-visible, .ponuda-stanova a.cd-is-visible {
  visibility: visible;
  opacity: 1; }

@media (max-width: 768px) {
  .back-to-top, .ponuda-stanova {
    display: none; } }

/*---------------------------
	HEADER
---------------------------*/
header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff; 
  width: 100%;
}

header .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 36px 0;
  padding: 3.6rem 0; }

.logo {
  margin-left: auto;
  cursor: pointer; }

.nav-toggle {
  display: block;
  margin-right: 78px;
  margin-right: 7.8rem;
  cursor: pointer; }

.hamburger {
  width: 26px;
  width: 2.6rem;
  height: 18px;
  height: 1.8rem;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99); }

.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #1f1e21;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99); }

.hamburger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

.hamburger span:nth-child(2) {
  top: 8px;
  top: 0.8rem;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

.hamburger span:nth-child(3) {
  top: 16px;
  top: 1.6rem;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

.nav-toggle.is-active .hamburger span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  top: 0;
  left: 1px;
  left: 0.1rem; }

.nav-toggle.is-active .hamburger span:nth-child(2) {
  width: 0;
  opacity: 0; }

.nav-toggle.is-active .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
  top: 1.8rem;
  left: 1px;
  left: 0.1rem; }

@media (max-width: 768px) {
  header .inner {
    padding: 24px 0;
    padding: 2.4rem 0; }
  .nav-toggle {
    margin-right: 39px;
    margin-right: 3.9rem; } }

@media (max-width: 480px) {
  header .inner {
    padding: 16px 0;
    padding: 1.6rem 0; }
  .nav-toggle {
    margin-right: 20px;
    margin-right: 2rem; } }

/*---------------------------
	NAV
---------------------------*/
nav {
  position: fixed;
  z-index: 99;
  overflow: hidden;
  width: 100%;
  padding-top: 128px;
  padding-top: 12.8rem;
  height: 100%;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  max-height: 0;
  transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99); }

nav.is-visible {
  max-height: 100vh;
  max-height: 100vh;
  opacity: 1;
  transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99); }

nav .inner {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 104px;
  margin-left: 10.4rem; }

nav li {
  margin: 5% 0; }

@media (max-width: 768px) {
  nav {
    padding-top: 108px;
    padding-top: 10.8rem; }
  nav ul {
    margin-left: 65px;
    margin-left: 6.5rem; } }

@media (max-width: 480px) {
  nav {
    padding-top: 92px;
    padding-top: 9.2rem; }
  nav ul {
    margin-left: 46px;
    margin-left: 4.6rem; } }

/*---------------------------
	SECTION
---------------------------*/
section {
  background: #edece5;
  overflow: auto; }

section .inner {
  padding: 160px 0;
  padding: 16rem 0;
  overflow: auto;
  overflow: visible; }

section .inner :last-child {
  margin-bottom: 0; }

@media (max-width: 768px) {
  section .inner {
    padding: 80px 0;
    padding: 8rem 0; } }

@media (max-width: 480px) {
  section, .inner {
    overflow: hidden; } }

/*---------------------------
	SECTION VIZIJA
---------------------------*/
/*---------------------------
	SECTION LOKACIJA
---------------------------*/
.gmaps {
  position: relative; }
  .gmaps:before {
    content: "";
    display: block;
    padding-top: 49.16512%; }

#map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.info-window {
  background: rgba(255, 255, 255, 0.9);
  font-family: 'Merriweather', sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
  padding: 1rem;
  line-height: 1.5;
  text-align: center;
  opacity: 0;
  transition: opacity 0.25s; }

.info-window.info-visible {
  opacity: 1;
  transition: opacity 0.25s; }

.enterfs, .exitfs {
  display: none;
  font-variant: small-caps;
  text-align: right;
  line-height: 28px;
  padding: 0 5%;
  cursor: pointer; }

.fixedgmap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff; }

.fixedgmap .gmaps:before {
  padding-top: 0;
  height: calc(100vh - 28px); }

@media (max-width: 480px) {
  .enterfs {
    display: block; }
  .exitfs {
    display: none; } }

/*---------------------------
	SECTION POSEBNOSTI BLOKA
---------------------------*/
.highlight {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible; /* visible */ }

.icon {
  width: 25%;
  overflow: visible; }

.icon div {
  position: relative;
  width: 50%;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden; }
  .icon div:after {
    content: "";
    display: block;
    padding-top: 100%; }

.icon div img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s; }

.midpage {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s; }

.highlight-text {
  width: 50%; }

@media (max-width: 768px) {
  .highlight-text, .icon div {
    width: 75%; } }

@media (max-width: 768px) {
  .highlight {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .highlight-text, .icon div {
    width: 100%; }
  .icon {
    width: 33.33333%; }
  .highlight-text h1 {
    text-align: center; } }

/*---------------------------
	O OBJEKTU
---------------------------*/
.cols2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.cols2 .text, .cols2 .img {
  width: 46.38219%; }

.cols2 .img {
  margin-bottom: 0; }

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.parkirno-mjesto p {
  margin: 5px 0 !important;
  margin: 0.5rem 0 !important;
  line-height: 1.2;
  text-align: center; }

@media (max-width: 480px) {
  #O-objektu h1 {
    text-align: center; }
  .cols2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .cols2 .text, .cols2 .img {
    width: 100%; }
  .cols2 .img {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; } }

/*---------------------------
	O STANOVIMA
---------------------------*/
#O-stanovima ul p {
  margin-bottom: 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

#O-stanovima ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  list-style-type: none; }

#O-stanovima ul > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #O-stanovima ul > li:before {
    content: "●";
    color: #6f7072;
    width: 40px;
    width: 4rem; }

@media (max-width: 480px) {
  #O-stanovima h2 {
    text-align: center; } }

/*---------------------------
	ODRŽAVANJE BLOKA
---------------------------*/
#Odrzavanje-Bloka .images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#Odrzavanje-Bloka .img {
  width: 48.97959%; }

.icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.icons .icon div {
  margin: 0 auto; }

@media (max-width: 768px) {
  .icons {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .icons .icon {
    width: 25%;
    margin-left: 12.5%;
    margin-right: 12.5%; } }

/*---------------------------
	PONUDA STANOVIMA
---------------------------*/
#Ponuda-stanova .inner {
  width: 84.86111%; }

.ponuda {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.select-wrapper {
  width: 30.6874%; }

.select-wrapper h3.light {
  text-align: left;
  padding: 0 5%;
  margin-bottom: 30px;
  margin-bottom: 3rem; }

@media (max-width: 768px) {
  #Ponuda-stanova .inner {
    width: 90%; } }

@media (max-width: 768px) {
  .ponuda {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .select-wrapper {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 2rem; } }

.dd-container, .dd-select {
  width: 100% !important; }

.dd-select {
  background: #fff !important;
  position: relative;
  cursor: pointer; }

.dd-desc {
  display: block;
  overflow: hidden;
  font-weight: normal;
  line-height: 1.4em; }

.dd-selected {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 80px 0 5%;
  padding: 0 8rem 0 5%;
  height: 80px;
  height: 8rem;
  line-height: 80px;
  line-height: 8rem;
  overflow: hidden;
  display: block; }

.dd-selected img {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.dd-pointer {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  width: 8rem;
  height: 80px;
  height: 8rem;
  background: url("../img/arrow-drop.svg") center center no-repeat; }

.dd-pointer-up {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.dd-options {
  width: 100% !important;
  border-top: 1px solid #acadaf;
  list-style: none;
  display: none;
  position: absolute;
  z-index: 2000;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: auto; }

.dd-option {
  display: block;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease-in-out; }

.dd-option div {
  max-width: 231px;
  max-width: 23.1rem;
  margin: 0 auto;
  font-size: 0;
  position: relative; }
  .dd-option div:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.dd-option div img {
  display: inline-block; }

.dd-options li:nth-child(1) {
  padding-top: 40px;
  padding-top: 4rem; }

.dd-options li:nth-child(1) .dd-option div {
  font-size: inherit;
  max-width: 90%; }

.dd-options li:nth-child(1) .dd-option div:before {
  content: "Obje zgrade";
  display: block;
  width: 100%; }

.dd-options li:nth-child(2) {
  padding-top: 40px;
  padding-top: 4rem; }

.dd-options li:nth-child(3) {
  margin-top: -55px;
  margin-top: -5.5rem;
  padding-bottom: 40px;
  padding-bottom: 4rem; }

.dd-options li:nth-child(2) div:after {
  background: url("../img/tlocrt-hover-buzanova.svg") left top no-repeat;
  background-size: 100% auto;
  opacity: 0;
  transition: opacity 0.25s; }

.dd-options li:nth-child(2) div:hover:after, .dd-options li:nth-child(2) div.active:after {
  opacity: 1;
  transition: opacity 0.25s; }

.dd-options li:nth-child(3) div {
  text-align: right; }
  .dd-options li:nth-child(3) div:after {
    background: url("../img/tlocrt-hover-strigina.svg") right bottom no-repeat;
    background-size: auto 100%;
    opacity: 0;
    transition: opacity 0.25s; }
  .dd-options li:nth-child(3) div:hover:after, .dd-options li:nth-child(3) div.active:after {
    opacity: 1;
    transition: opacity 0.25s; }

.dd-option label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.dd-options > li:nth-child(3) > .dd-option {
  border-bottom: none; }

.dd-selected-description-truncated {
  text-overflow: ellipsis;
  white-space: nowrap; }

.dd-container {
  position: relative; }

@media (max-width: 768px) {
  .dd-selected, .selectric .label, .selectric-items li {
    font-size: 16px;
    font-size: 1.6rem; } }

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }

tbody tr {
  cursor: pointer;
  color: #1f1e21;
  transition: color 0.25s; }

tbody tr:hover {
  color: rgba(255, 0, 0, 0.5);
  transition: color 0.25s; }

th, td {
  text-align: center;
  white-space: nowrap;
  padding: 15px 0;
  padding: 1.5rem 0; }

th {
  font-size: 14px;
  font-size: 1.4rem;
  width: 25%;
  width: 25%; }

th:first-child, th:last-child {
  width: 1px; }

@media (max-width: 480px) {
  th {
    display: none; }
  tr {
    display: block;
    margin-bottom: 30px;
    margin-bottom: 3rem; }
  td {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem; }
  th, td {
    padding: 2.5px 0;
    padding: 0.25rem 0; }
  td:nth-child(1):before {
    content: "ZGRADA"; }
  td:nth-child(2):before {
    content: "KAT"; }
  td:nth-child(3):before {
    content: "BROJ SPAVAĆIH SOBA"; }
  td:nth-child(4):before {
    content: "POVRŠINA"; }
  td:nth-child(5):before {
    content: "ŠIFRA STANA"; }
  td:nth-child(6):before {
    content: "DOSTUPNOST"; }
  td span {
    margin-left: 15px;
    margin-left: 1.5rem; } }

/*---------------------------
	FOOTER
---------------------------*/
footer {
  height: 356px;
  height: 35.6rem;
  background: #404042;
  position: relative;
  z-index: -2; }

footer div {
  position: fixed;
  width: 100%;
  height: 356px;
  height: 35.6rem;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

footer p {
  color: #fff; }

footer a {
  color: #fff; }
  footer a:hover {
    color: #edece5; }

@media (max-width: 768px) {
  footer, footer div {
    height: 300px;
    height: 30rem; } 
}

.mobile-ponuda-stanova {
  text-align: center; 
}

tr.prodan td { color: #7d7d7f; font-style: italic; cursor: initial; }


/* OVERRIDES */

.text-only .inner { justify-content: center; }
.text-only .inner .logo { margin-left: 0; }
