/* ============================================== GENERAL ======================================================= */
/* Mastermold Framework
dx.ui.css v1.0
author:Dex */
/* ============================================================================================================== */



/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
    opacity: 0; transition: opacity .1s ease-out; 
}
html.appstarted {opacity: 1; }
html.dimensions_unavailable { opacity:0;}
/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


html, body {
  font-size: 16px;
}
body {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  /* overflow: scroll; */
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  max-width: 100%;
  display: block;
  /* width: 100%;
  */
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeSpeed; /* Legal fallback */
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: optimizeQuality; /* Chrome (and eventually Safari) */
  image-rendering: optimizeQuality; /* CSS3 Proposed */
  -ms-interpolation-mode: nearest-neighbor; /* IE8+ */
  ;
  height: auto;
}
::selection {
  background: red;
  color: white;
}
::-moz-selection {
  background: red;
  color: white;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  /* font-weight: normal; */
  font-size: 1em;
  line-height: 1.6em;
  margin-bottom: 1.25em;
  margin-top: 0;
}
p aside {
  font-size: 0.875em;
  line-height: 1.35;
  font-style: italic;
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
button {
  cursor: pointer;
}
section {
  margin-bottom: 1em;
}
.ui-screen-hidden {
  display: none;
}

/* Helpful Typography Defaults */
em, i {
  font-style: italic;
  line-height: inherit;
}
strong, b {
  font-weight: bold;
  line-height: inherit;
}
small {
  font-size: 60%;
  line-height: inherit;
}
code {
  padding: .2em .5em;
  color: #D14;
  white-space: nowrap;
  background-color: #F7F7F9;
  border: 1px solid #E1E1E8;
  font-size: .8em;
}

/* Lists */
ul, ol, dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: inside;
  padding: 0;
}
ul {
}

/* Unordered Lists */
ul li ul, ul li ol {
  margin-left: 1.125em;
  margin-bottom: 0;
  font-size: 1em; /* Override nested font-size change */
}
ul.square, ul.circle, ul.disc {
  margin-left: 1.125em;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
}
ul.circle {
  list-style-type: circle;
}
ul.disc {
  list-style-type: disc;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol {
}
ol li ul, ol li ol {
  margin-left: 1.125em;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75em;
}

/* Abbreviations */
abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}
abbr {
  text-transform: none;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #dddddd;
}
blockquote cite {
  display: block;
  font-size: 0.8125em;
  color: #555555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited {
  color: #555555;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
  font-family: serif;
  font-size: 1.2em;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #dddddd;
  padding: 0.625em 0.75em;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375em;
}
.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em;
}

/* ============================================== preloader ======================================================= */
#preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-out;
  visibility: visible;
  display: block;
  text-align: center;
  z-index: 9999;
}
#preloader.active {
  opacity: 1;
}
#preloader .icon {
  background-image: url('../../images/spin_dark.svg');
  background-repeat:no-repeat;
  background-size:contain;
  width: 4em;
  height: 4em;
  position: relative;
  margin: auto auto;
  /* background-color: black; */
  /* border: 1px solid red;
  */
  display: inline-block;
  vertical-align: middle;
  background-position: center;
}

/* The ghost, nudged to maintain perfect centering */
#preloader:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

/* subnav
================================================== */
ul.subnav {
  clear: both;
  display: block;
  overflow: hidden;
  list-style: none;
  padding: 0;
}
ul.subnav li {
  float: left;
  margin-right: 10px
}
ul.subnav li a {
  display: block;
  padding: 0 0px;
}
ul.subnav li a:hover {
}
ul.subnav li.active a, ul.subnav li.active a {
  color: red;
}
ul.subnav li:last-child a {
  margin-right: 0;
}

/* Tabs
================================================== */
.tabs.horizontal {
  display: block;
  margin: 0;
  padding: 0;
}
.tabs.horizontal ul.nav {
  display: block;
  margin: 0 0 0px 0;
  padding: 0;
  border-bottom: solid 1px #ddd;
  padding-left: 0.5em;
}
.tabs.horizontal ul.nav li {
  display: block;
  width: auto;
  padding: 0;
  float: left;
  margin-bottom: 0;
  margin-right: 0;
}
.tabs.horizontal ul.nav li a {
  display: block;
  text-decoration: none;
  width: auto;
  padding: 0.5em 1.25em;
  margin: 0;
  background: #F6F7F3;
  font-size: .75em;
  top: .5em;
  position: relative;
  border-color: #ddd;
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  -ms-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  -ms-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  outline: none !important;
}
.tabs.horizontal ul.nav li.active a {
  background: #F6F7F3;
  position: relative;
  padding-top: .75em;
  position: relative;
  padding-bottom: .75em;
  top: 1px;
  border-right-width:1px

}

.tabs.horizontal ul.nav li:first-child a {border-left-width:1px}
.tabs.horizontal ul.nav li:last-child a {border-right-width:1px}
.tabs.horizontal ul.nav li+li a {border-left-width:1px}
.tabs.horizontal ul.nav li.active+li a {border-left-width:0px}




.tabs.horizontal ul.content {
  margin: 0;
  display: block;
}
.tabs.horizontal ul.content > li {
  display: none;
  padding: 2em 0 0 0;
}
.tabs.horizontal ul.content > li.active {
  display: block;
}

/* Clearfixing tabs for beautiful stacking */
.tabs.horizontal ul.nav:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}
.tabs.horizontal ul.nav {
  zoom: 1;
}
.tabs.vertical {
}
.tabs.vertical .nav {
  float: left;
  clear: none;
  z-index: 0;
  border-bottom: none;
  padding: .25em 0 0 0;
  margin: 0;
  list-style: none;
}
.tabs.vertical .nav li {
  clear: both;
}
.tabs.vertical .nav li.active {
}
.tabs.vertical .nav li a {
  display: block;
  text-decoration: none;
  border: solid 1px #ddd;
  background: #f5f5f5;
  font-size: .75em;
  position: relative;
  border-width: 0px 0px 0px 1px;
  padding: .5em 1.5em .5em 1.25em;
  left: .5em;
  outline: none !important;
}
.tabs.vertical .nav li:first-child a {
  border-top-width: 1px
}
.tabs.vertical .nav li:last-child a {
  border-bottom-width: 1px;
}
.tabs.vertical .nav li+li a {
  border-top-width: 1px;
}
.tabs.vertical .nav li.active+li a {
  border-top-width: 0px;
}
.tabs.vertical .nav li.active a {
  background: #fff;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  -ms-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  -ms-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  position: relative;
  padding-bottom: .75em;
  z-index: 5;
  border-width: 1px 0 1px 1px;
  left: 1px;
  padding: .5em 1.5em .5em 1.25em;
}

.tabs.vertical .content {
  display: block;
  background-color: white;
  float: left;
  width: 80%;
  z-index: 1;
  position: relative;
  border-left: 1px solid #DDD;
  min-height: 361px;
  padding: 0 0 0 1em;
  list-style: none;
  margin: 0;
}
.tabs.vertical .content li {
  display: none;
  padding: 0;
}
.tabs.vertical .content li.active {
  display: block;
}

/* Accordion
================================================== */
.accordion {
}
.accordion .toggler {
  margin-bottom: .5em;
}
.accordion .toggler a.toggler_heading {
  background-color: #eee;
  padding: .75em 1em .75em 1em;
  display: block;
  outline: none !important;
}
.accordion .toggler a.toggler_heading::after {
  content: "\e102";
  float: left;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: .75em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-right: 1em;
  position: relative;
  top: 3px
}
.accordion .toggler.active a.toggler_heading::after {
  content: "\e101";
}
.accordion .toggler div.toggler_container {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  transition: all .25s ease-out;
  opacity: 0;
  /* margin-bottom: 1em;
  */
}
.accordion .toggler.active div.toggler_container {
  opacity: 1;
}
.accordion .toggler div.toggler_content {
  padding: .25em 0 1em 0;
}

/* scrollers
================================================== */
.scroller {
  position: relative;
  overflow: hidden; /* Prevent native touch events on Windows */
  -ms-touch-action: none; /* Prevent the callout on tap-hold and text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; /* Prevent text resize on orientation change, useful for web-apps */
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
.scroller>div, .scroller>ul {
  position: relative; /* Put the scroller into the HW Compositing layer right from the start */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  list-style: none;
  padding: 0;
  margin: 0;
}
.scroller.horizontal {
}
.scroller.horizontal>ul {
  /* overflow: hidden; */
}

.scroller.horizontal>ul::after {
  content:"";
  display:block;
  clear: both;
}



.scroller.horizontal>ul>li {
  float: left;
}

/* lightbox
================================================== */
a.lightbox {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-filter: grayscale(0%);
}
a.lightbox::before {
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  transition: all .25s ease-out;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  background: #000000;
  color: white;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  top: 0;
  left: 0;
}
a.lightbox::after {
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  transition: all .25s ease-out;
  content: '\e080';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
  color: rgba(255, 255, 255, 0.27);
  text-align: center;
  height: 80px;
  vertical-align: middle;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 80px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
a.lightbox:hover {
  -webkit-filter: grayscale(80%);
}
a.lightbox:hover::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: .5;
}
a.lightbox:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1.2, 1.2)
}
a.lightbox.video::before {
  background-color: black;
  opacity: .5
}
a.lightbox.video:hover::before {
}
a.lightbox.video::after {
  content: "\e603";
  color: white;
  opacity: .35;
}
a.lightbox.video:hover::after {
  opacity: .8;
}

/* Modal
================================================== */
.modal {
  display: none;
}

/* Contact Form
================================================== */
.contactForm #sysmessage {
  color: #000;
  font-size: 13px;
  padding: 6px 10px;
  font-weight: bold;
  display: none;
}
.contactForm #sysmessage.error {
  display: block;
  background-color: #FFEBE8;
  border-color: #C00;
}
.contactForm #sysmessage.warning {
  display: block;
  background-color: #ff6;
  border-color: #E6DB55;
}
.contactForm #sysmessage.success {
  display: block;
  background-color: #F2FFE5;
  border-color: #6C0;
}

/* Alerts
================================================== */
.alert {
  padding: .5em 2em .5em 1em;
  margin-bottom: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #FFFFE0;
  border: 1px solid #E6DB55;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.6em;
  font-size: .8em;
  color: #333;
  position: relative;
}
.alert.error {
  color: #B94A48;
  background-color: #F2DEDE;
  border-color: #EED3D7;
}
.alert.success {
  color: #468847;
  background-color: #DFF0D8;
  border-color: #D6E9C6;
}
.alert.info {
  color: #3A87AD;
  background-color: #D9EDF7;
  border-color: #BCE8F1;
}
.alert.block {
  padding: 1em 2em 1em 1em;
}
.alert .close {
  float: right;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1em;
  color: inherit;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
  filter: alpha(opacity=20);
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  right: .5em;
  top: .5em;
}
.alert .close:hover, .alert .close:focus, .alert .close:active {
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* Labels and Badges
================================================== */
.label, .badge {
  display: inline-block;
  padding: .25em .6em;
  font-size: .7em;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty, .badge:empty {
  display: none;
}
a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label.important, .badge.important {
  background-color: #b94a48;
}
.label.important[href], .badge.important[href] {
  background-color: #953b39;
}
.label.warning, .badge.warning {
  background-color: #f89406;
}
.label.warning[href], .badge.warning[href] {
  background-color: #c67605;
}
.label.success, .badge.success {
  background-color: #468847;
}
.label.success[href], .badge.success[href] {
  background-color: #356635;
}
.label.info, .badge.info {
  background-color: #3a87ad;
}
.label.info[href], .badge.info[href] {
  background-color: #2d6987;
}
.label.inverse, .badge.inverse {
  background-color: #333333;
}
.label.inverse[href], .badge.inverse[href] {
  background-color: #1a1a1a;
}

/* Misc
================================================== */
.remove-bottom {
  margin-bottom: 0 !important;
}
.half-bottom {
  margin-bottom: 10px !important;
}
.add-bottom {
  margin-bottom: 20px !important;
}
hr {
  margin: 30px 0;
}

/* Menus
================================================== */
.navbar {
}
.navbar>ul {
  display: none;
}
.navbar ul ul {
  display: none;
}
.navbar ul li:hover > ul {
  display: block;
}
.navbar ul {
  list-style: none;
  position: relative;
  margin: 0;
  background: inherit;
  padding: 0;
}
.navbar ul:after {
  content: "";
  clear: both;
  display: block;
}
.navbar ul li {
  float: left;
  padding: 0;
  margin: 0;
  background: inherit;
  position: relative;
}
.navbar ul li:hover {
}
.navbar ul li:hover>a {
  color: red;
}
.navbar ul li a {
  display: block;
  text-decoration: none;
  padding: 5px 10px;
  text-align: left;
  /* color: inherit;
  */
  white-space: nowrap;
}
.navbar ul li:hover a {
}
.navbar ul ul {
  padding: 0;
  position: absolute;
  top: 100%;
  margin: 0;
  background: inherit;
  z-index: 1;
  /* width: 100%;
  */
}
.navbar ul ul li {
  float: none;
  position: relative;
}
.navbar ul ul li a {
}
.navbar ul ul li a:hover {
}
.navbar ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}


.vertical_center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


.spinner{
  background-image: url('../../images/spin_dark.svg');
  background-repeat:no-repeat;
  width: 2.4em;
  height: 2.4em;
  position: absolute;
  margin: 0;
  /* background-color: black; */
  /* border: 1px solid red;
  */
  display: block;
  /* vertical-align: middle; */
  background-position: center;
  top: 50%;
  left:50%;
  transform: translateY(-50%) translateX(-50%);  
  background-size: contain;
  color: red;
}




/* forms 
input:required:valid {
  color: #468847;
  background-color: #DFF0D8;
  border-color: #7A8570 #D6E9C6 #D6E9C6 #7A8570;
}
input:required:invalid {
  color: #B94A48;
  background-color: #F2DEDE;
  border-color: #BEABAE #EED3D7 #EED3D7 #BEABAE;
}
input:required:invalid:focus {
  -webkit-box-shadow: 0 0 5px #B94A48;
  -moz-box-shadow: #EED3D7 0 0 5px;
  box-shadow: #B94A48 0 0 5px;
  z-index: 1;
}
input:required:valid:focus {
  -webkit-box-shadow: 0 0 5px #468847;
  -moz-box-shadow: #468847 0 0 5px;
  box-shadow: #468847 0 0 5px;
  z-index: 1;
}

*/