﻿@charset "UTF-8";
/*@import "../bootstrap/variables.less";*/
.clearfix:before,
.clearfix:after,
.ns-tile-row:before,
.ns-tile-row:after,
.ns-tile-container:before,
.ns-tile-container:after {
  content: " ";
  display: table;
}
.clearfix:after,
.ns-tile-row:after,
.ns-tile-container:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrQ.ttf) format('truetype');
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #212121;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #336699;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #336699;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #bbb;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.5;
  color: #bbb;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxsAXC-v.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
.navbar {
  border-width: 0;
}
.navbar-default .badge {
  background-color: #fff;
  color: #fff;
}
.navbar-inverse .badge {
  background-color: #fff;
  color: #fff;
}
.navbar-brand {
  line-height: 1;
}
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.text-primary,
.text-primary:hover {
  color: #336699;
}
.text-success,
.text-success:hover {
  color: #4baa46;
}
.text-danger,
.text-danger:hover {
  color: #aa4632;
}
.text-warning,
.text-warning:hover {
  color: #aa9132;
}
.text-info,
.text-info:hover {
  color: #336699;
}
table a:not(.btn),
.table a:not(.btn) {
  text-decoration: underline;
}
table .dropdown-menu a,
.table .dropdown-menu a {
  text-decoration: none;
}
table .success,
.table .success,
table .warning,
.table .warning,
table .danger,
.table .danger,
table .info,
.table .info {
  color: #fff;
}
table .success > th > a,
.table .success > th > a,
table .warning > th > a,
.table .warning > th > a,
table .danger > th > a,
.table .danger > th > a,
table .info > th > a,
.table .info > th > a,
table .success > td > a,
.table .success > td > a,
table .warning > td > a,
.table .warning > td > a,
table .danger > td > a,
.table .danger > td > a,
table .info > td > a,
.table .info > td > a,
table .success > a,
.table .success > a,
table .warning > a,
.table .warning > a,
table .danger > a,
.table .danger > a,
table .info > a,
.table .info > a {
  color: #fff;
}
table > thead > tr > th,
.table > thead > tr > th,
table > tbody > tr > th,
.table > tbody > tr > th,
table > tfoot > tr > th,
.table > tfoot > tr > th,
table > thead > tr > td,
.table > thead > tr > td,
table > tbody > tr > td,
.table > tbody > tr > td,
table > tfoot > tr > td,
.table > tfoot > tr > td {
  border: none;
}
table-bordered > thead > tr > th,
.table-bordered > thead > tr > th,
table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > th,
table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > th,
table-bordered > thead > tr > td,
.table-bordered > thead > tr > td,
table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > td,
table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ecf0f1;
}
.form-control,
input {
  border-width: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus,
input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning .form-control-feedback {
  color: #aa9132;
}
.has-warning .form-control,
.has-warning .form-control:focus {
  border: 2px solid #aa9132;
}
.has-warning .input-group-addon {
  border-color: #aa9132;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error .form-control-feedback {
  color: #aa4632;
}
.has-error .form-control,
.has-error .form-control:focus {
  border: 2px solid #aa4632;
}
.has-error .input-group-addon {
  border-color: #aa4632;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success .form-control-feedback {
  color: #4baa46;
}
.has-success .form-control,
.has-success .form-control:focus {
  border: 2px solid #4baa46;
}
.has-success .input-group-addon {
  border-color: #4baa46;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: transparent;
}
.pager a,
.pager a:hover {
  color: #fff;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  background-color: #7ac776;
}
.close {
  color: #fff;
  text-decoration: none;
  opacity: 0.4;
}
.close:hover,
.close:focus {
  color: #fff;
  opacity: 1;
}
.alert .alert-link {
  color: #fff;
  text-decoration: underline;
}
.progress {
  height: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress .progress-bar {
  font-size: 10px;
  line-height: 10px;
}
.well {
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  border-color: #ecf0f1;
}
a.list-group-item-success.active {
  background-color: #4baa46;
}
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  background-color: #43983f;
}
a.list-group-item-warning.active {
  background-color: #aa9132;
}
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  background-color: #96802c;
}
a.list-group-item-danger.active {
  background-color: #aa4632;
}
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  background-color: #963e2c;
}
.panel-default .close {
  color: #222;
}
.modal .close {
  color: #222;
}
.popover {
  color: #222;
}
body {
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.1px;
  text-rendering: optimizeLegibility;
}
p {
  margin: 0 0 1em;
}
input,
button {
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.1px;
  text-rendering: optimizeLegibility;
}
a {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*.well {
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 0;
}

.panel {
    
}

.well, .panel {

        label {
            font-weight: normal;
        }

        textarea,
        textarea.form-control,
        input.form-control,
        input[type=text],
        input[type=password],
        input[type=email],
        input[type=number],
        [type=text].form-control,
        [type=password].form-control,
        [type=email].form-control,
        [type=tel].form-control,
        [contenteditable].form-control {
            padding: 0;
            border: none;
            border-radius: 0;
            -webkit-appearance: none;
            .box-shadow(inset 0 -1px 0 #ddd);
            font-size: 16px;
            background-color: transparent;

            &:focus {
                .box-shadow(inset 0 -2px 0 @brand-primary);
            }

            &[disabled],
            &[readonly] {
                .box-shadow(none);
                border-bottom: 1px dotted #ddd;
            }

            &.input {
                &-sm {
                    font-size: @font-size-small;
                }

                &-lg {
                    font-size: @font-size-large;
                }
            }
        }

        select,
        select.form-control {
            background-color: transparent;
            border: 0;
            border-radius: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            padding-left: 0;
            padding-right: 0\9; // remove padding for < ie9 since default arrow can't be removed
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
            background-size: 13px;
            background-repeat: no-repeat;
            background-position: right center;
            .box-shadow(inset 0 -1px 0 #ddd);
            font-size: 16px;
            line-height: 1.5;


            &::-ms-expand {
                display: none;
            }

            &.input {
                &-sm {
                    font-size: @font-size-small;
                }

                &-lg {
                    font-size: @font-size-large;
                }
            }

            &:focus {
                .box-shadow(inset 0 -2px 0 @brand-primary);
                background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEUhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISF8S9ewAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
            }

            &[multiple] {
                background: none;
            }
        }

        .radio,
        .radio-inline,
        .checkbox,
        .checkbox-inline {
            label {
                padding-left: 25px;
            }
        }

        input[type="radio"],
        .radio input[type="radio"],
        .radio-inline input[type="radio"] {
            margin-top: 5px;
            margin-left: -25px;
            border: none;
            background-color: transparent;
            -webkit-appearance: none;
            appearance: none;
            cursor: pointer;

            &:focus {
                outline: none;
            }

            &:before,
            &:after {
                content: "";
                display: block;
                width: 18px;
                height: 18px;
                margin-top: -3px;
                border-radius: 50%;
                .transition(240ms);
            }

            &:before {
                position: absolute;
                left: 0;
                top: 0;
                background-color: @brand-primary;
                .scale(0);
            }

            &:after {
                border: 2px solid @gray;
            }

            &:checked:before {
                .scale(0.5);
            }

            &:disabled:checked:before {
                background-color: @gray-light;
            }

            &:checked:after {
                border-color: @brand-primary;
            }

            &:disabled:after,
            &:disabled:checked:after {
                border-color: @gray-light;
            }
        }

        input[type="checkbox"],
        .checkbox input[type="checkbox"],
        .checkbox-inline input[type="checkbox"] {
            margin-left: -25px;
            border: none;
            -webkit-appearance: none;
            appearance: none;
            cursor: pointer;

            &:focus {
                outline: none;
            }

            &:after {
                content: "";
                display: block;
                width: 18px;
                height: 18px;
                margin-top: -2px;
                margin-right: 5px;
                border: 2px solid @gray;
                border-radius: 2px;
                .transition(240ms);
            }

            &:checked:before {
                content: "";
                position: absolute;
                top: 0;
                left: 6px;
                display: table;
                width: 6px;
                height: 12px;
                border: 2px solid #fff;
                border-top-width: 0;
                border-left-width: 0;
                .rotate(45deg);
            }

            &:checked:after {
                background-color: @brand-primary;
                border-color: @brand-primary;
            }

            &:disabled:after {
                border-color: @gray-light;
            }

            &:disabled:checked:after {
                background-color: @gray-light;
                border-color: transparent;
            }
        }

        .has-warning {
            input:not([type=checkbox]),
            .form-control,
            input:not([type=checkbox]):focus,
            .form-control:focus {
                .box-shadow(inset 0 -2px 0 @brand-warning);
            }
        }

        .has-error {
            input:not([type=checkbox]),
            .form-control,
            input:not([type=checkbox]):focus,
            .form-control:focus {
                .box-shadow(inset 0 -2px 0 @brand-danger);
            }
        }

        .has-success {
            input:not([type=checkbox]),
            .form-control,
            input:not([type=checkbox]):focus,
            .form-control:focus {
                .box-shadow(inset 0 -2px 0 @brand-success);
            }
        }
    
}*/
.radio label,
.radio-inline label,
.checkbox label,
.checkbox-inline label {
  padding-left: 25px;
  min-height: 23px;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  margin-top: 5px;
  margin-left: -25px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
input[type="radio"]:focus,
.radio input[type="radio"]:focus,
.radio-inline input[type="radio"]:focus {
  outline: none;
}
input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before,
input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -3px;
  border-radius: 50%;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}
input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #336699;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
  border: 2px solid #666;
}
input[type="radio"]:checked:before,
.radio input[type="radio"]:checked:before,
.radio-inline input[type="radio"]:checked:before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
input[type="radio"]:disabled:checked:before,
.radio input[type="radio"]:disabled:checked:before,
.radio-inline input[type="radio"]:disabled:checked:before {
  background-color: #bbb;
}
input[type="radio"]:checked:after,
.radio input[type="radio"]:checked:after,
.radio-inline input[type="radio"]:checked:after {
  border-color: #336699;
}
input[type="radio"]:disabled:after,
.radio input[type="radio"]:disabled:after,
.radio-inline input[type="radio"]:disabled:after,
input[type="radio"]:disabled:checked:after,
.radio input[type="radio"]:disabled:checked:after,
.radio-inline input[type="radio"]:disabled:checked:after {
  border-color: #bbb;
}
input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: -25px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
input[type="checkbox"]:focus,
.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus {
  outline: none;
}
input[type="checkbox"]:after,
.checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-right: 5px;
  border: 2px solid #666;
  border-radius: 2px;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}
input[type="checkbox"]:checked:before,
.checkbox input[type="checkbox"]:checked:before,
.checkbox-inline input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid #fff;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type="checkbox"]:checked:after,
.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after {
  background-color: #336699;
  border-color: #336699;
}
input[type="checkbox"]:disabled:after,
.checkbox input[type="checkbox"]:disabled:after,
.checkbox-inline input[type="checkbox"]:disabled:after {
  border-color: #bbb;
}
input[type="checkbox"]:disabled:checked:after,
.checkbox input[type="checkbox"]:disabled:checked:after,
.checkbox-inline input[type="checkbox"]:disabled:checked:after {
  background-color: #bbb;
  border-color: transparent;
}
/*.has-warning {
    input:not([type=checkbox]),
    .form-control,
    input:not([type=checkbox]):focus,
    .form-control:focus {
        .box-shadow(inset 0 -2px 0 @brand-warning);
    }
}

.has-error {
    input:not([type=checkbox]),
    .form-control,
    input:not([type=checkbox]):focus,
    .form-control:focus {
        .box-shadow(inset 0 -2px 0 @brand-danger);
    }
}

.has-success {
    input:not([type=checkbox]),
    .form-control,
    input:not([type=checkbox]):focus,
    .form-control:focus {
        .box-shadow(inset 0 -2px 0 @brand-success);
    }
}*/
.searchgroup .form-control,
.ns-fliter-search-group .form-control,
.searchgroup .input,
.ns-fliter-search-group .input {
  border-width: 1px;
  border-color: #336699;
}
.searchgroup .input-group-addon,
.ns-fliter-search-group .input-group-addon {
  border: 0;
  background-color: #336699;
  color: #fff;
}
.searchgroup .input-group-addon:last-child,
.ns-fliter-search-group .input-group-addon:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 2px;
  border-collapse: separate;
  border-left-color: #222222;
  border-left-style: none;
  border-left-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 2px;
}
/*!
    Contains some few animation taken from animation.css: http://daneden.github.io/animate.css/

    Animate.css - http://daneden.me/animate
    Licensed under the MIT license - http://opensource.org/licenses/MIT

    Copyright (c) 2014 Daniel Eden
*/
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.vertical-align {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*
    Styles for preview. The popout cart in menu.
*/
.ns-cart-preview {
  background-color: #fff;
  min-width: 450px;
  max-width: 100%;
  font-size: 0.9em;
  padding-top: 0;
  padding-bottom: 0;
}
.ns-cart-preview table {
  margin-bottom: 0;
}
.ns-cart-preview table .cart-preview-product {
  border-bottom: 1px solid #ecf0f1;
}
.ns-cart-preview table .cart-preview-product > td {
  vertical-align: middle;
}
.ns-cart-preview table .cart-preview-product > td .btn-link {
  min-height: 60px;
  display: flex;
  align-items: center;
}
.ns-cart-preview table .cart-preview-product > td:last-child {
  padding-right: 10px;
}
.ns-cart-preview table .ns-cart-preview-sum,
.ns-cart-preview table .ns-cart-preview-button {
  text-transform: capitalize;
  background-color: #ecf0f1;
  color: #336699;
  font-size: 16px;
}
.ns-cart-preview table .ns-cart-preview-sum > td:last-child {
  padding-right: 10px;
}
.ns-cart-preview a:-webkit-any-link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .ns-cart-preview {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .ns-cart-preview {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .ns-cart-preview {
    width: 550px;
  }
}
/*.carousel-control.right span {
    visibility: hidden;
}

.carousel-control.left span {
    visibility: hidden;
}


.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
  bottom: 20px;
}
.carousel-caption {
  position: absolute;
  
  bottom: 20px;
  left: 15px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    bottom: 20px;
    
    font-size: 30px;
  }
  .carousel-caption {
    
    left: 10px;
    padding-bottom: 30px;
    text-align: left;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}


.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}


.carousel-caption {
    
    h1 {
        font-size: 2em;
        color: #fff !important;
    }
    h2 {
        font-size: 1.8em;
        color: #fff !important;
    }
    h3 {
        font-size: 1.7em;
        color: #fff !important;
    }
    h4 {
        font-size: 1.5em;
        color: #fff !important;
    }
}



.cover.boxcaption {
    h3 {
        font-size: 1.5em;
        color: #fff !important;
    }
    p {
        line-height: 1.4em;
    }
}

.carousel-inner {
    > .item {
        > img {
            width: 100%;
        }
    }
}*/
.ns-carousel {
  position: relative;
  /* Carousel Header Styles */
}
.ns-carousel .header-text {
  position: absolute;
  top: 20%;
  left: 1.8%;
  right: auto;
  width: 96.66666667%;
  color: #fff;
}
.ns-carousel .header-text h2 {
  font-size: 24px;
  float: left;
  margin-left: 37px;
}
.ns-carousel .header-text h2 span {
  padding: 10px;
  color: #fff;
  font-size: 26px;
}
.ns-carousel .header-text h3 {
  margin-top: 110px;
  width: 100%;
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  margin-top: 5%;
}
.ns-carousel .header-text h3 span {
  padding: 15px;
  font-size: 20px;
  float: left;
  margin-left: 4%;
}
.ns-carousel .carousel-control .glyphicon-chevron-left,
.ns-carousel .carousel-control .icon-prev,
.ns-carousel .carousel-control .glyphicon-chevron-right,
.ns-carousel .carousel-control .icon-next {
  position: absolute;
  top: 45%;
  z-index: auto;
  display: inline-block;
}
.ns-carousel .carousel-control .glyphicon-chevron-left,
.ns-carousel .carousel-control .icon-prev {
  left: 0;
}
.ns-carousel .carousel-control .glyphicon-chevron-right,
.ns-carousel .carousel-control .icon-next {
  right: 0;
}
.ns-carousel .carousel-control.left,
.ns-carousel .carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}
.ns-carousel .carousel-control.left span,
.ns-carousel .carousel-control.right span {
  padding: 15px;
}
.ns-carousel .carousel-control.left span:hover,
.ns-carousel .carousel-control.right span:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.ns-carousel .carousel-control.right span {
  margin-right: 24px;
}
/*
    Different Page section styles !!!
*/
.page-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-section-gray {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f0f0f0;
}
.page-section-primary {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #336699;
  color: #fff !important;
}
.page-section-primary a {
  color: #fff;
}
.page-section-primary-dark {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #122F4C;
  color: #fff !important;
}
.page-section-primary-dark a {
  color: #fff;
}
.page-section-secondary {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #4C340A;
}
.page-section-secondary-light {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #997333;
}
.page-section-black {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #000;
  color: #999 !important;
}
.page-section-black a {
  color: #999;
}
.page-section-gray-dark {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #212121;
  color: #fff !important;
}
.page-section-gray-dark a {
  color: #fff;
}
/*
    END
*/
.ns-panel-bg {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
}
.ns-panel-bg.ns-panel-bg-top {
  background-position: center top;
}
.ns-panel-bg.ns-panel-bg-center {
  background-position: center center;
}
.ns-panel-bg.ns-panel-bg-stick {
  background-position: center top;
  background-attachment: fixed;
}
body .page-section:first-child {
  margin-top: -20px;
}
.page-menu-panel .panel-default > .panel-heading {
  background-color: #fff;
  cursor: pointer;
  padding: 0;
}
.page-menu-panel .panel-default > .panel-heading > .panel-title {
  padding: 5px 15px;
}
.page-menu-panel .panel-default > .panel-heading .panel-collapse > .panel-body {
  border-top: 0;
}
.page-menu-panel .panel-default .panel-collapse > .panel-body {
  border-top: 0;
}
.aggCloud .btn {
  padding: 0;
}
.searchAggTabPanel .tab-content {
  border-left: 1px solid #ecf0f1;
  border-right: 1px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1;
  max-height: 200px;
  overflow-y: auto;
}
/* TODO: Move these to variables */
.bg-lightblue {
  background-color: #9db0d6;
  color: #fff;
}
.bg-blue {
  background-color: #336699;
  color: #fff;
}
.bg-darkblue {
  background-color: #233980;
  color: #fff;
}
.bg-black {
  background-color: #000;
  color: #fff;
}
.bg-light-gray {
  background-color: #f0f0f0;
}
.bg-white {
  background-color: #fff;
}
.front-white {
  color: #fff;
}
.front-gray {
  color: #666;
}
.front-dark {
  color: #222;
}
.front-primary {
  color: #336699;
}
.pad-light {
  padding: 20px;
}
.pad-light-top {
  padding-top: 20px;
}
.pad-light-bottom {
  padding-bottom: 20px;
}
.pad-light-left {
  padding-left: 20px;
}
.pad-light-right {
  padding-right: 20px;
}
.pad-mid {
  padding: 35px;
}
.pad-mid-top {
  padding-top: 35px;
}
.pad-mid-bottom {
  padding-bottom: 35px;
}
.pad-mid-left {
  padding-left: 35px;
}
.pad-mid-right {
  padding-right: 35px;
}
.pad-big {
  padding: 50px;
}
.pad-big-top {
  padding-top: 50px;
}
.pad-big-bottom {
  padding-bottom: 50px;
}
.pad-big-left {
  padding-left: 50px;
}
.pad-big-right {
  padding-right: 50px;
}
.no-pad {
  padding: 0;
}
.no-pad-top {
  padding-top: 0;
}
.no-pad-bottom {
  padding-bottom: 0;
}
.no-pad-left {
  padding-left: 0;
}
.no-pad-right {
  padding-right: 0;
}
.bor {
  border: 1px solid #bbb;
}
.bor-top {
  border-top: 1px solid #bbb;
}
.bor-bottom {
  border-bottom: 1px solid #bbb;
}
.bor-left {
  border-left: 1px solid #bbb;
}
.bor-right {
  border-right: 1px solid #bbb;
}
.margin-min {
  margin: 5px;
}
.margin-min-top {
  margin-top: 5px;
}
.margin-min-bottom {
  margin-bottom: 5px;
}
.margin-min-left {
  margin-left: 5px;
}
.margin-min-right {
  margin-right: 5px;
}
.margin-small {
  margin: 10px;
}
.margin-small-top {
  margin-top: 10px;
}
.margin-small-bottom {
  margin-bottom: 10px;
}
.margin-small-left {
  margin-left: 10px;
}
.margin-small-right {
  margin-right: 10px;
}
.margin-light {
  margin: 20px;
}
.margin-light-top {
  margin-top: 20px;
}
.margin-light-bottom {
  margin-bottom: 20px;
}
.margin-light-left {
  margin-left: 20px;
}
.margin-light-right {
  margin-right: 20px;
}
.margin-mid {
  margin: 35px;
}
.margin-mid-top {
  margin-top: 35px;
}
.margin-mid-bottom {
  margin-bottom: 35px;
}
.margin-mid-left {
  margin-left: 35px;
}
.margin-mid-right {
  margin-right: 35px;
}
.margin-big {
  margin: 50px;
}
.margin-big-top {
  margin-top: 50px;
}
.margin-big-bottom {
  margin-bottom: 50px;
}
.margin-big-left {
  margin-left: 50px;
}
.margin-big-right {
  margin-right: 50px;
}
.no-margin {
  margin: 0;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.no-margin-left {
  margin-left: 0;
}
.no-margin-right {
  margin-right: 0;
}
.min-h-50 {
  min-height: 50px;
}
.min-h-100 {
  min-height: 100px;
}
.min-h-150 {
  min-height: 150px;
}
.min-h-200 {
  min-height: 200px;
}
.min-h-250 {
  min-height: 250px;
}
.min-h-300 {
  min-height: 300px;
}
.min-h-350 {
  min-height: 350px;
}
.min-h-400 {
  min-height: 400px;
}
.min-h-450 {
  min-height: 450px;
}
.min-h-500 {
  min-height: 500px;
}
/* === For phones =================================== */
@media (max-width: 767px) {
  .pad-light-xs {
    padding: 20px;
  }
  .pad-light-xs-top {
    padding-top: 20px;
  }
  .pad-light-xs-bottom {
    padding-bottom: 20px;
  }
  .pad-light-xs-left {
    padding-left: 20px;
  }
  .pad-light-xs-right {
    padding-right: 20px;
  }
  .no-pad-xs {
    padding: 0;
  }
  .no-pad-xs-top {
    padding-top: 0;
  }
  .no-pad-xs-bottom {
    padding-bottom: 0;
  }
  .no-pad-xs-left {
    padding-left: 0;
  }
  .no-pad-xs-right {
    padding-right: 0;
  }
  .no-margin-xs {
    margin: 0;
  }
  .no-margin-xs-top {
    margin-top: 0;
  }
  .no-margin-xs-bottom {
    margin-bottom: 0;
  }
  .no-margin-xs-left {
    margin-left: 0;
  }
  .no-margin-xs-right {
    margin-right: 0;
  }
  .bor-xs {
    border: 1px solid #bbb;
  }
  .bor-xs-top {
    border-top: 1px solid #bbb;
  }
  .bor-xs-bottom {
    border-bottom: 1px solid #bbb;
  }
  .bor-xs-left {
    border-left: 1px solid #bbb;
  }
  .bor-xs-right {
    border-right: 1px solid #bbb;
  }
}
/* === For tablets ================================== */
@media (min-width: 768px) and (max-width: 991px) {
  .pad-light-sm {
    padding: 20px;
  }
  .pad-light-sm-top {
    padding-top: 20px;
  }
  .pad-light-sm-bottom {
    padding-bottom: 20px;
  }
  .pad-light-sm-left {
    padding-left: 20px;
  }
  .pad-light-sm-right {
    padding-right: 20px;
  }
  .no-pad-sm {
    padding: 0;
  }
  .no-pad-sm-top {
    padding-top: 0;
  }
  .no-pad-sm-bottom {
    padding-bottom: 0;
  }
  .no-pad-sm-left {
    padding-left: 0;
  }
  .no-pad-sm-right {
    padding-right: 0;
  }
  .no-margin-sm {
    margin: 0;
  }
  .no-margin-sm-top {
    margin-top: 0;
  }
  .no-margin-sm-bottom {
    margin-bottom: 0;
  }
  .no-margin-sm-left {
    margin-left: 0;
  }
  .no-margin-sm-right {
    margin-right: 0;
  }
  .bor-sm {
    border: 1px solid #bbb;
  }
  .bor-sm-top {
    border-top: 1px solid #bbb;
  }
  .bor-sm-bottom {
    border-bottom: 1px solid #bbb;
  }
  .bor-sm-left {
    border-left: 1px solid #bbb;
  }
  .bor-sm-right {
    border-right: 1px solid #bbb;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pad-light-md {
    padding: 20px;
  }
  .pad-light-md-top {
    padding-top: 20px;
  }
  .pad-light-md-bottom {
    padding-bottom: 20px;
  }
  .pad-light-md-left {
    padding-left: 20px;
  }
  .pad-light-md-right {
    padding-right: 20px;
  }
  .no-pad-md {
    padding: 0;
  }
  .no-pad-md-top {
    padding-top: 0;
  }
  .no-pad-md-bottom {
    padding-bottom: 0;
  }
  .no-pad-md-left {
    padding-left: 0;
  }
  .no-pad-md-right {
    padding-right: 0;
  }
  .no-margin-md {
    margin: 0;
  }
  .no-margin-md-top {
    margin-top: 0;
  }
  .no-margin-md-bottom {
    margin-bottom: 0;
  }
  .no-margin-md-left {
    margin-left: 0;
  }
  .no-margin-md-right {
    margin-right: 0;
  }
  .bor-md {
    border: 1px solid #bbb;
  }
  .bor-md-top {
    border-top: 1px solid #bbb;
  }
  .bor-md-bottom {
    border-bottom: 1px solid #bbb;
  }
  .bor-md-left {
    border-left: 1px solid #bbb;
  }
  .bor-md-right {
    border-right: 1px solid #bbb;
  }
}
/* === For desktops ================================== */
@media (min-width: 1200px) {
  .pad-light-lg {
    padding: 20px;
  }
  .pad-light-lg-top {
    padding-top: 20px;
  }
  .pad-light-lg-bottom {
    padding-bottom: 20px;
  }
  .pad-light-lg-left {
    padding-left: 20px;
  }
  .pad-light-lg-right {
    padding-right: 20px;
  }
  .no-pad-lg {
    padding: 0;
  }
  .no-pad-lg-top {
    padding-top: 0;
  }
  .no-pad-lg-bottom {
    padding-bottom: 0;
  }
  .no-pad-lg-left {
    padding-left: 0;
  }
  .no-pad-lg-right {
    padding-right: 0;
  }
  .no-margin-lg {
    margin: 0;
  }
  .no-margin-lg-top {
    margin-top: 0;
  }
  .no-margin-lg-bottom {
    margin-bottom: 0;
  }
  .no-margin-lg-left {
    margin-left: 0;
  }
  .no-margin-lg-right {
    margin-right: 0;
  }
  .bor-lg {
    border: 1px solid #bbb;
  }
  .bor-lg-top {
    border-top: 1px solid #bbb;
  }
  .bor-lg-bottom {
    border-bottom: 1px solid #bbb;
  }
  .bor-lg-left {
    border-left: 1px solid #bbb;
  }
  .bor-lg-right {
    border-right: 1px solid #bbb;
  }
}
.ident-left {
  text-indent: 20px;
}
.ident-big-left {
  text-indent: 40px;
}
.w-25 {
  width: 25%;
}
.w-33 {
  width: 33.3%;
}
.w-50 {
  width: 50%;
}
.w-66 {
  width: 66.6%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}
/*
    Styles for step indicator (wizard)
*/
.stepwizard-step p {
  margin-top: 10px;
}
.stepwizard-row {
  display: table-row;
}
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}
.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
  top: 13px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: 0;
}
.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 4px 0;
  font-size: 14px;
  line-height: 1.42857143;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
/*
    SPIN BUTTONS
*/
@media (max-width: 585px) {
  .input-group span.input-group-btn,
  .input-group input,
  .input-group button {
    display: block;
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
  }
  /*.input-group {
        position: relative;   
    }*/
  .input-group span.data-up {
    position: absolute;
    top: 0;
  }
  .input-group span.data-dwn {
    position: absolute;
    bottom: 0;
  }
  .form-control.text-center {
    margin: 34px 0;
  }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: 0;
  }
}
/*
    Badge styling, ex. used in CART preview
*/
.btn__badge {
  background: #FF5D5D;
  color: white;
  font-size: 0.7em;
  position: absolute;
  top: -10px;
  right: 2px;
  padding: 5px 9px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  z-index: 1090;
}
.btn__badge--blue {
  background: #33B6E6;
}
.btn__badge--green {
  background: #6fd162;
}
.btn__badge--purple {
  background: #b262d1;
}
.min-w3 {
  min-width: 300px;
  text-align: left !important;
}
/*.btn .btn-default .dropdown-toggle .min-w3 {
    text-align: left !important;
}*/
.a-v-top {
  vertical-align: top;
}
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300;
}
.fw-700 {
  font-weight: 700;
}
.text-normal {
  font-weight: 500;
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1.8em !important;
  }
}
hr {
  background-color: #9aacd0;
  color: #9aacd0;
  height: 1px;
  border: none;
  margin-top: 3px;
  margin-bottom: 3px;
}
.vtable > tbody > tr > td {
  vertical-align: middle;
}
.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.dl-left dt {
  text-align: left;
}
html,
body {
  height: 100%;
}
body {
  padding-top: 150px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
}
body.blank {
  padding-top: 25px;
}
body.blank .print-button {
  visibility: hidden;
}
.brandimage {
  width: 117px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}
footer {
  /*position: absolute;
    width: 100%;*/
  margin-top: 100px;
  bottom: 0;
}
footer ul {
  line-height: 2em;
}
.body-content {
  /*flex: 1 0 0;
    -ms-flex: 1 0 0;
    min-height: ~"calc(100% - 400px)";*/
}
h5,
.h5 {
  font-weight: 700;
}
/*
    DIalog placements
*/
.logon-dialog {
  width: 400px;
}
@media (max-width: 767px) {
  body {
    padding-top: 150px;
  }
  .logon-dialog {
    width: 100%;
  }
}
#somedialog {
  z-index: 1090;
}
.fa-rotate-45 {
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.70710678, M12=-0.70710678, M21=0.70710678, M22=0.70710678);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ns-close {
  cursor: pointer;
}
.ns-close:before,
.ns-close:after {
  content: '';
  background: #336699;
  width: 1.5em;
  height: 0.2em;
  position: relative;
  cursor: pointer;
  display: inline-block;
  transform: rotate(45deg);
  left: -0.75em;
}
.ns-close:before {
  transform: rotate(-45deg);
  left: 0.75em;
}
@media (max-width: 767px) {
  .nav-pills li {
    width: 49%;
  }
  .toggle-menu-item {
    width: 49%;
    float: left;
  }
  /*.list-group .list-group-item {
        width: 49%;
        float: left;
    }*/
}
.langButton {
  padding: 9px 10px;
}
.langButton img {
  width: 24px;
  height: 24px;
}
.toggle-menu {
  cursor: pointer;
}
.navbar {
  margin-bottom: 0;
}
.navbar p {
  font-size: 20px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: 0;
}
.navbar-default .navbar-collapse {
  color: #fff;
}
.navbar-default .navbar-toggle {
  margin-right: 0;
  margin-left: -10px;
}
.navbar-inverse .navbar-toggle {
  border-color: #9aacd0;
  /*color: #333;*/
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #9aacd0;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.mainmenu-linie {
  background-color: #336699;
}
.navbar-default .mainmenu-linie .navbar-nav .open .dropdown-menu > li > a,
.navbar-default .navbar-nav > li > a {
  color: #fff;
  background-color: #336699;
}
.navbar-default .mainmenu-linie .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .mainmenu-linie .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav > li > a:focus {
  color: #000;
  background-color: #fff;
}
.mainmenu-linie .navbar-nav .open .dropdown-menu {
  background-color: #336699;
}
.mainmenu-wrap {
  margin-bottom: 10px;
  /*border-bottom: 3px solid #9db0d6;*/
}
.navbar-small {
  height: 40px;
}
.searchgroup .input-group-addon {
  top: 0;
}
@media (min-width: 768px) {
  .searchgroup {
    top: 15px;
  }
  .searchgroup .input-group-addon {
    top: -0.5px;
  }
  .mainmenu {
    padding-left: 0;
    padding-right: 30px;
  }
  /*.searchgroup {
        padding-left: 20px;
        padding-right: 20px;
    }*/
  .navbar-default .navbar-collapse {
    margin-left: -15px;
  }
  .navbar-right {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    padding-left: 45px;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
  .mainmenu {
    padding-left: 15px;
    padding-right: 15px;
  }
  .searchgroup {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-inverse .navbar-toggle {
    margin-top: 20px;
    margin-right: 0;
  }
  .navbar-toggle {
    float: left;
  }
  .navbar-default {
    border-bottom: 0.5px solid #666;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  }
}
.mainmenu-header {
  /*color: @text-color !important;

    a {
        color: @text-color !important;
        text-decoration: none !important;
    }*/
}
.mainmenu-header .toolbar {
  margin-top: 12px;
}
.front-tile {
  border: 1px solid #bbb;
}
.front-tile .front-tile-large h1 {
  font-size: 1.7em;
}
.front-tile .front-tile-large h2 {
  font-size: 1.5em;
}
.front-tile .front-tile-small h1 {
  font-size: 1.3em;
}
.front-tile .front-tile-small h2 {
  font-size: 1.1em;
}
.front-tile .front-tile-small p {
  line-height: 1em;
}
.front-tile .overlay {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  max-width: 40.5%;
  margin-left: 0.875em;
  color: #fff;
}
.front-tile .overlay h1,
.front-tile .overlay h2,
.front-tile .overlay h3,
.front-tile .overlay h4,
.front-tile .overlay h5 {
  color: #fff;
}
.ns-tile-row {
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid #336699;
}
.ns-tile-row:before,
.ns-tile-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.ns-tile-row:after {
  clear: both;
}
.ns-tile-row .ns-tile {
  display: table-cell;
  float: left;
  min-height: 1px;
  margin-left: 0;
  border: 1px solid #336699;
  /*-webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
        -ms-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;*/
}
.ns-tile-row .ns-tile-rowspan {
  border: 0;
  min-height: 1px;
  float: left;
}
.ns-tile-row .ns-tile-rowspan-x2 {
  border: 0;
  min-height: 1px;
  float: left;
}
@media (max-width: 767px) {
  .ns-tile-row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ns-tile img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  max-width: 100%;
  height: auto;
}
.ns-tile > a {
  display: block;
  width: 100%;
  height: 100%;
}
.ns-tile > a:hover,
.ns-tile > a:active,
.ns-tile > a:focus {
  text-decoration: none;
}
.ns-tile h1,
.ns-tile h2,
.ns-tile h3,
.ns-tile h4,
.ns-tile h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  padding-left: 10px;
}
.ns-tile p {
  font-size: 16px;
  color: #fff;
  line-height: 1em;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .ns-tile {
    width: 250px;
    height: 250px;
  }
  .ns-tile h1,
  .ns-tile h2,
  .ns-tile h3,
  .ns-tile h4,
  .ns-tile h5 {
    font-size: 1em;
  }
  .ns-tile p {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .ns-tile {
    width: 125px;
    height: 125px;
  }
  .ns-tile h1,
  .ns-tile h2,
  .ns-tile h3,
  .ns-tile h4,
  .ns-tile h5 {
    font-size: 0.8em;
  }
  .ns-tile p {
    font-size: 0.8em;
  }
}
@media (min-width: 992px) {
  .ns-tile {
    width: 160px;
    height: 160px;
  }
  .ns-tile h1,
  .ns-tile h2,
  .ns-tile h3,
  .ns-tile h4,
  .ns-tile h5 {
    font-size: 1em;
  }
  .ns-tile p {
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  .ns-tile {
    width: 195px;
    height: 195px;
  }
  .ns-tile h1,
  .ns-tile h2,
  .ns-tile h3,
  .ns-tile h4,
  .ns-tile h5 {
    font-size: 1.5em;
  }
  .ns-tile p {
    font-size: 1.3em;
  }
}
@media (max-width: 767px) {
  .ns-tile.ns-tile-x2 {
    width: 100%;
    height: 500px;
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .ns-tile.ns-tile-x2 {
    width: 250px;
    height: 254px;
  }
}
@media (min-width: 992px) {
  .ns-tile.ns-tile-x2 {
    width: 320px;
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .ns-tile.ns-tile-x2 {
    width: 390px;
    height: 390px;
  }
}
@media (max-width: 767px) {
  .ns-tile.ns-tile-rec {
    width: 100%;
    height: 250px;
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .ns-tile.ns-tile-rec {
    width: 250px;
    height: 125px;
  }
}
@media (min-width: 992px) {
  .ns-tile.ns-tile-rec {
    width: 320px;
    height: 160px;
  }
}
@media (min-width: 1200px) {
  .ns-tile.ns-tile-rec {
    width: 390px;
    height: 195px;
  }
}
@media (max-width: 767px) {
  .ns-tile.ns-tile-rec-ver {
    width: 50%;
    height: 250px;
    max-width: 250px;
  }
}
@media (min-width: 768px) {
  .ns-tile.ns-tile-rec-ver {
    width: 125px;
    height: 250px;
  }
}
@media (min-width: 992px) {
  .ns-tile.ns-tile-rec-ver {
    width: 160px;
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .ns-tile.ns-tile-rec-ver {
    width: 195px;
    height: 390px;
  }
}
@media (max-width: 767px) {
  .ns-tile-rowspan {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .ns-tile-rowspan {
    width: 125px;
  }
}
@media (min-width: 992px) {
  .ns-tile-rowspan {
    width: 160px;
  }
}
@media (min-width: 1200px) {
  .ns-tile-rowspan {
    width: 195px;
  }
}
@media (max-width: 767px) {
  .ns-tile-rowspan-x2 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .ns-tile-rowspan-x2 {
    width: 250px;
  }
}
@media (min-width: 992px) {
  .ns-tile-rowspan-x2 {
    width: 320px;
  }
}
@media (min-width: 1200px) {
  .ns-tile-rowspan-x2 {
    width: 390px;
  }
}
.teasers {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}
.teasers .teaser,
.teasers .teaser-rec,
.teasers .teaser-x2 {
  border: 1px solid #CCC;
  display: inline-block;
  margin: 0 2px 4px 0;
  vertical-align: top;
}
.teasers .teaser {
  width: 220px;
  height: 220px;
}
.teasers .teaser-rec {
  width: 445px;
  height: 220px;
}
.teasers .teaser-x2 {
  width: 445px;
  height: 440px;
}
/*@ns-tile-width: 150px;
@ns-tile-width-x2: 304px;*/
.ns-tile-container {
  margin-left: -15px;
  margin-right: -15px;
}
.ns-tile2 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 193px;
  height: 193px;
  margin: 0;
  padding: 1px;
  border: 1px solid #666;
  color: #fff;
  float: left;
}
.ns-tile2 img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  max-width: 100%;
  height: auto;
}
.ns-tile2 a {
  display: block;
  width: 100%;
  height: 100%;
}
.ns-tile2 a:hover,
.ns-tile2 a:active,
.ns-tile2 a:focus {
  text-decoration: none;
}
.ns-tile2 h1,
.ns-tile2 h2,
.ns-tile2 h3,
.ns-tile2 h4,
.ns-tile2 h5 {
  font-size: 1.5em;
  color: #fff;
  font-weight: 600;
  padding-left: 10px;
}
.ns-tile2 p {
  font-size: 1.3em;
  color: #fff;
  line-height: 1em;
  padding-left: 10px;
  padding-right: 10px;
}
.ns-tile2.ns-tile2-small {
  width: 97px;
  height: 97px;
}
.ns-tile2.ns-tile2-small-rec {
  width: 194px;
  height: 97px;
}
.ns-tile2.ns-tile2-full-width {
  width: 100%;
  height: 97px;
}
.ns-tile2.ns-tile2-small,
.ns-tile2.ns-tile2-small-rec {
  font-size: 0.7em;
}
.ns-tile2.ns-tile2-rec {
  width: 386px;
}
.ns-tile2.ns-tile2-large {
  width: 386px;
  height: 386px;
}
.ns-tile2.ns-tile2-rec-ver {
  height: 386px;
}
.ns-tile2.ns-tile2-full-width {
  width: 100%;
  height: 97px;
}
/*
    RESIZING
*/
@media (max-width: 767px) {
  .ns-tile2 {
    width: 49%;
    height: 160px;
  }
  .ns-tile2 h1,
  .ns-tile2 h2,
  .ns-tile2 h3,
  .ns-tile2 h4,
  .ns-tile2 h5 {
    font-size: 1em;
  }
  .ns-tile2 p {
    font-size: 1em;
  }
  .ns-tile2.ns-tile2-rec {
    width: 98%;
  }
  .ns-tile2.ns-tile2-large {
    width: 98%;
    height: 320px;
  }
  .ns-tile2.ns-tile2-rec-ver {
    height: 320px;
  }
  .ns-tile2.ns-tile2-full-width {
    width: 100%;
    height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ns-tile2 {
    width: 186px;
    height: 186px;
  }
  .ns-tile2 h1,
  .ns-tile2 h2,
  .ns-tile2 h3,
  .ns-tile2 h4,
  .ns-tile2 h5 {
    font-size: 1em;
  }
  .ns-tile2 p {
    font-size: 1em;
  }
  .ns-tile2.ns-tile2-rec {
    width: 372px;
  }
  .ns-tile2.ns-tile2-large {
    width: 372px;
    height: 372px;
  }
  .ns-tile2.ns-tile2-rec-ver {
    height: 372px;
  }
  .ns-tile2.ns-tile2-full-width {
    width: 100%;
    height: 93px;
  }
}
/*
    RESIZE WHEN JUST PARTIAL CONTAINER - NOT FLUIED CONTAINER
*/
.ns-tile-container-partial h1,
.ns-tile-container-partial h2,
.ns-tile-container-partial h3,
.ns-tile-container-partial h4,
.ns-tile-container-partial h5,
.ns-tile-container-partial p {
  font-size: 1.1em;
}
.ns-tile-container-partial .ns-tile2 {
  width: 174px;
  height: 174px;
}
.ns-tile-container-partial .ns-tile2.ns-tile2-rec {
  width: 348px;
}
.ns-tile-container-partial .ns-tile2.ns-tile2-large {
  width: 348px;
  height: 348px;
}
.ns-tile-container-partial .ns-tile2.ns-tile2-rec-ver {
  height: 348px;
}
.ns-tile-container-partial .ns-tile2.ns-tile2-full-width {
  width: 100%;
  height: 98px;
}
@media (max-width: 767px) {
  .ns-tile-container-partial .ns-tile2 {
    width: 49%;
    height: 160px;
  }
  .ns-tile-container-partial .ns-tile2.ns-tile2-rec {
    width: 98%;
    height: 160px;
  }
  .ns-tile-container-partial .ns-tile2.ns-tile2-large {
    width: 98%;
    height: 320px;
  }
  .ns-tile-container-partial .ns-tile2.ns-tile2-rec-ver {
    height: 320px;
  }
  .ns-tile-container-partial .ns-tile2.ns-tile2-full-width {
    width: 100%;
    height: 80px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ns-tile-container-partial .ns-tile2 {
    width: 162px;
    height: 162px;
  }
  .ns-tile-container-partial .ns-tile2.ns-tile2-rec {
    width: 324px;
  }
  .ns-tile-container-partial .ns-tile2.ns-tile2-large {
    width: 324px;
    height: 324px;
  }
  .ns-tile-container-partial .ns-tile2.ns-tile2-rec-ver {
    height: 324px;
  }
  .ns-tile-container-partial .ns-tile2.ns-title2-full-width {
    width: 100%;
    height: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ns-tile-container-partial .ns-tile2 {
    width: 180px;
    height: 180px;
  }
  .ns-tile-container-partial .ns-tile2.ns-tile2-rec {
    width: 360px;
  }
  .ns-tile-container-partial .ns-tile2.ns-tile2-large {
    width: 360px;
    height: 360px;
  }
  .ns-tile-container-partial .ns-tile2.ns-tile2-rec-ver {
    height: 360px;
  }
  .ns-tile-container-partial .ns-tile2.ns-tile2-full-width {
    width: 100%;
    height: 90px;
  }
}
/*
    COLOR SETTING FOR TILES
*/
.ns-tile-blue {
  background-color: #336699;
  border: 1px solid #336699;
}
.ns-tile-blue h1,
.ns-tile-blue h2,
.ns-tile-blue h3,
.ns-tile-blue h4,
.ns-tile-blue h5 {
  color: #4baa46;
}
.ns-tile-secondary {
  background-color: #4C340A;
  border: 1px solid #4C340A;
}
.ns-tile-secondary h1,
.ns-tile-secondary h2,
.ns-tile-secondary h3,
.ns-tile-secondary h4,
.ns-tile-secondary h5 {
  color: #fff;
}
.ns-tile-secondary-light {
  background-color: #997333;
  border: 1px solid #997333;
}
.ns-tile-secondary-light h1,
.ns-tile-secondary-light h2,
.ns-tile-secondary-light h3,
.ns-tile-secondary-light h4,
.ns-tile-secondary-light h5 {
  color: #336699;
}
.ns-tile-green {
  background-color: #4baa46;
  border: 1px solid #4baa46;
}
.ns-tile-red {
  background-color: #aa4632;
  border: 1px solid #aa4632;
}
.ns-tile-purple {
  background-color: #336699;
  border: 1px solid #336699;
}
.ns-tile-yellow {
  background-color: #aa9132;
  border: 1px solid #aa9132;
}
.ns-tile-white {
  background-color: #fff;
  border: 1px solid #666;
  color: #222;
}
.ns-tile-white h1,
.ns-tile-white h2,
.ns-tile-white h3,
.ns-tile-white h4,
.ns-tile-white h5,
.ns-tile-white p {
  color: #222;
}
.ns-tile-gray {
  background-color: #666;
}
.ns-tile-blue,
.ns-tile-green,
.ns-tile-red,
.ns-tile-purple,
.ns-tile-yellow,
.ns-tile-gray {
  color: #fff;
}
.ns-tile-blue h1,
.ns-tile-green h1,
.ns-tile-red h1,
.ns-tile-purple h1,
.ns-tile-yellow h1,
.ns-tile-gray h1,
.ns-tile-blue h2,
.ns-tile-green h2,
.ns-tile-red h2,
.ns-tile-purple h2,
.ns-tile-yellow h2,
.ns-tile-gray h2,
.ns-tile-blue h3,
.ns-tile-green h3,
.ns-tile-red h3,
.ns-tile-purple h3,
.ns-tile-yellow h3,
.ns-tile-gray h3,
.ns-tile-blue h4,
.ns-tile-green h4,
.ns-tile-red h4,
.ns-tile-purple h4,
.ns-tile-yellow h4,
.ns-tile-gray h4,
.ns-tile-blue h5,
.ns-tile-green h5,
.ns-tile-red h5,
.ns-tile-purple h5,
.ns-tile-yellow h5,
.ns-tile-gray h5,
.ns-tile-blue p,
.ns-tile-green p,
.ns-tile-red p,
.ns-tile-purple p,
.ns-tile-yellow p,
.ns-tile-gray p {
  color: #fff;
}
.ns-page-title-img {
  width: 200px;
  height: 200px;
}
#left-menu {
  z-index: 1050;
  background: #fff;
  position: fixed;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 767px;
  height: auto;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  -webkit-overflow-scrolling: touch;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  /*
        Left menu could end up having other kinds of list/info
        So we adds a class for menu items in the history list
    */
}
#left-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#left-menu li.history-menu-item {
  display: block;
  height: 70px;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#left-menu li.history-menu-item:hover {
  background-color: #997333;
}
#left-menu li.history-menu-item div {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#left-menu li.history-menu-item table {
  width: 100%;
  table-layout: fixed;
}
#left-menu li.history-menu-item table td {
  white-space: nowrap;
  overflow: hidden;
  /* <- this does seem to be required */
  text-overflow: ellipsis;
  padding: 0 10px;
}
#left-menu li.history-menu-item table td.object-icon {
  font-size: 20px;
  width: 40px;
}
#left-menu li.history-menu-item table td.close-icon {
  width: 30px;
  font-size: 12px;
  padding-right: 10px;
}
#side-carts-info {
  z-index: 1050;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 767px;
  height: auto;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  -webkit-overflow-scrolling: touch;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  /*
        Left menu could end up having other kinds of list/info
        So we adds a class for menu items in the history list
    */
}
#side-carts-info .product-list-image {
  max-width: 100px;
  max-height: 100px;
}
#side-carts-info li.history-menu-item {
  display: block;
  height: 70px;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#side-carts-info li.history-menu-item:hover {
  background-color: #997333;
}
#side-carts-info li.history-menu-item div {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#side-carts-info li.history-menu-item table {
  width: 100%;
  table-layout: fixed;
}
#side-carts-info li.history-menu-item table td {
  white-space: nowrap;
  overflow: hidden;
  /* <- this does seem to be required */
  text-overflow: ellipsis;
  padding: 0 10px;
}
#side-carts-info li.history-menu-item table td.object-icon {
  font-size: 20px;
  width: 40px;
}
#side-carts-info li.history-menu-item table td.close-icon {
  width: 30px;
  font-size: 12px;
  padding-right: 10px;
}
/*
    animation classes for left menu, used by ngAnimate
*/
.animate-left-menu-show {
  -webkit-animation: slideInLeft 400ms;
  -moz-animation: slideInLeft 400ms;
  -ms-animation: slideInLeft 400ms;
  animation: slideInLeft 400ms;
}
.animate-left-menu-show.ng-hide {
  -webkit-animation: slideOutLeft 400ms;
  -moz-animation: slideOutLeft 400ms;
  -ms-animation: slideOutLeft 400ms;
  animation: slideOutLeft 400ms;
}
/*
    animation classes for left menu, used by ngAnimate
*/
.animate-right-menu-show {
  -webkit-animation: slideInRight 400ms;
  -moz-animation: slideInRight 400ms;
  -ms-animation: slideInRight 400ms;
  animation: slideInRight 400ms;
}
.animate-right-menu-show.ng-hide {
  -webkit-animation: slideOutRight 400ms;
  -moz-animation: slideOutRight 400ms;
  -ms-animation: slideOutRight 400ms;
  animation: slideOutRight 400ms;
}
/*
    Use all screen width for left menu when on xs screen size
*/
@media (max-width: 767px) {
  #left-menu {
    width: 100%;
  }
}
/*
    Use all screen width for left menu when on xs screen size
*/
@media (max-width: 767px) {
  #side-carts-info {
    width: 100%;
  }
}
.side-cart-view {
  background-color: #fff;
}
.side-cart-product-panel {
  background-color: #fff;
}
.side-cart-accessories-panel {
  background-color: #d4d4d4;
  padding: 10px;
}
.side-cart-accessories-inner-panel {
  background-color: #fff;
}
.side-cart-accessories-inner-panel .cart-row:nth-of-type(1) {
  border: 0;
  border-bottom: 1px solid #d4d4d4;
}
.side-cart-accessories-inner-panel .cart-row {
  border: 0;
  border-bottom: 1px solid #d4d4d4;
}
.hardwareTagCloud {
  margin-top: 1em;
  font-family: Trebuchet MS;
  border: 1px solid #9aacd0;
  padding: 10px;
  text-align: justify;
  /*
        Specific tag clods
    */
}
.hardwareTagCloud .H1,
.hardwareTagCloud .H2,
.hardwareTagCloud .H3,
.hardwareTagCloud .H4,
.hardwareTagCloud .H5 {
  margin-right: 3px;
  text-align: center;
  font-size: 1.1em;
}
.hardwareTagCloud .H1 {
  font-size: 40px;
}
.hardwareTagCloud .H2 {
  font-size: 32px;
}
.hardwareTagCloud .H3 {
  font-size: 25px;
}
.hardwareTagCloud .H4 {
  font-size: 18px;
}
.hardwareTagCloud .H5 {
  font-size: 12px;
}
.hardwareTagCloud ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.hardwareTagCloud ul li {
  position: relative;
  display: inline;
  float: left;
}
.hardwareTagCloud.manTagCloud {
  margin-top: 0px;
  font-family: Trebuchet MS;
  border: 1px solid #9aacd0;
  padding: 10px 10px 10px 10px;
  text-align: justify;
}
.ns-filter-col h4 {
  font-size: 1.3em;
}
.ns-filter-col .list-group .list-group-item {
  padding: 5px 10px;
  border: 0;
}
.ns-filter-col .list-group .list-group-item.level-2 {
  padding-left: 40px !important;
}
.ns-filter-col .list-group .list-group-item.level-3 {
  padding-left: 65px !important;
}
.webshop .ns-filter-col {
  margin-top: -15px;
}
.webshop .ns-filter-col.ns-search-filtercol {
  margin-top: 0;
}
.ns-fliter-search-group {
  /*> span {
        margin-left: 50px;
        z-index: 10000 !important;
    }
    > input {
        margin-left: -50px;
    }*/
}
.ns-fliter-search-group .input-group-addon {
  background-color: #336699;
  color: #fff;
}
/*
    Filter col styles specific for GUIDES
*/
.ns-guides-filtercol .ns-section-panel > div,
.ns-filter-col .ns-section-panel > div {
  overflow: auto;
  max-height: 150px;
  -webkit-transition: max-height 0.9s;
  /* Safari */
  transition: max-height 0.9s;
}
.ns-guides-filtercol .ns-section-panel.minimy > div,
.ns-filter-col .ns-section-panel.minimy > div {
  max-height: 700px;
}
.ns-guides-filtercol .ns-section-panel .ns-section-show,
.ns-filter-col .ns-section-panel .ns-section-show {
  color: #336699;
}
/*.form-control, .input {
        border-width: 1px;
        border-color: @brand-primary;
}*/
label {
  font-weight: bold;
}
.panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
:required {
  border-left: 4px solid #aa4632;
}
@media (min-width: 768px) {
  .control-text {
    margin-bottom: 0;
    padding-top: 11px;
  }
}
.placeholder-option {
  display: none;
}
.form-control.form-control.placeholder {
  color: #bbb;
}
.form-control.form-control.placeholder option {
  color: #222;
}
.validation-summary-errors > ul {
  padding-left: 5px;
  list-style: none;
}
.product-row,
.cart-row {
  border: 1px solid #d4d4d4;
  border-top: 0;
  padding: 10px 10px 10px 0;
}
.product-row .product-name,
.cart-row .product-name,
.product-row .product-price,
.cart-row .product-price {
  color: #222;
  font-weight: 700;
}
.product-row .product-price,
.cart-row .product-price {
  font-size: 1.3em;
}
.product-row .product-price .product-price-currency,
.cart-row .product-price .product-price-currency {
  font-size: 1.2rem;
  font-weight: 500;
}
.product-row .product-stock,
.cart-row .product-stock {
  font-size: 0.9em;
  font-weight: 300;
}
.product-row .product-related-tools,
.cart-row .product-related-tools {
  visibility: hidden;
}
.product-row:hover .product-related-tools,
.cart-row:hover .product-related-tools {
  visibility: visible;
}
.product-row .product-add-count,
.cart-row .product-add-count {
  display: flex;
  justify-content: stretch;
}
.product-row:nth-of-type(1),
.cart-row:nth-of-type(1) {
  border: 1px solid #d4d4d4;
}
/*.product-container:not(:first-of-type) {
    .product-row, .cart-row {
        border-top: 0 !important;
    }
}*/
.product-container {
  margin-top: -1px;
}
.product-spec-text > table,
.product-type-text > table {
  width: 100%;
}
.product-spec-text > table > tbody > tr > td:nth-of-type(2),
.product-type-text > table > tbody > tr > td:nth-of-type(2) {
  text-align: right;
}
@media (max-width: 991px) {
  .cart-row:nth-of-type(2) {
    border: 1px solid #d4d4d4;
  }
  .product-price-wrap {
    border-top: 1px solid #ecf0f1;
    padding-top: 10px;
    position: relative;
    width: 100%;
    height: 70px;
  }
  .product-price-wrap > div {
    height: 100%;
  }
  .product-price-wrap > div > span,
  .product-price-wrap > div > a {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .product-spec-text {
    padding: 10px 0;
  }
}
.cart-image {
  display: block;
  max-width: 55px;
  max-height: 55px;
  width: auto;
  height: auto;
}
.cart-prev-image {
  display: block;
  max-width: 55px;
  max-height: 55px;
  width: auto;
  height: auto;
}
.product-list-image {
  display: block;
  max-width: 100%;
  max-height: 150px;
  width: auto;
  height: auto;
}
.product-list-image-sm {
  display: block;
  max-width: 100px;
  max-height: 100px;
  width: auto;
  height: auto;
}
/*
    OWL CAROUSEL
*/
.owl-prev,
.owl-next {
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  text-align: center;
  background-color: rgba(236, 240, 241, 0.9);
}
.owl-prev > span,
.owl-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  margin-left: 5px;
  margin-right: 5px;
}
.owl-next {
  right: 0;
}
.owl-item {
  width: 75px;
}
/*.owl-item img {
    width: 75px;
    height: 75px;
}*/
/* 
    Product INFO page 
*/
/*html[class*="ie"] {

    .prod-list-group {
        li {
            width: 31%;
            margin-right: 2%;
            float: left;
            display: block;
        }
    }
}*/
.prod-list-group {
  -webkit-column-count: 1;
  -webkit-column-gap: 5px;
  -moz-column-count: 1;
  -moz-column-gap: 5px;
  column-count: 1;
  column-gap: 5px;
  list-style-type: none;
  padding: 0;
}
.prod-list-group li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  width: 100%;
}
.prod-list-group li .list-group-item-wrap {
  display: block;
  padding: 2px;
}
.prod-list-group li .list-group-item-head {
  font-weight: 700;
}
.prod-list-group li .list-group-item-head:before {
  content: "::";
}
@media screen and (min-width: 768px) {
  .prod-list-group {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .prod-list-group li a {
    display: block;
    padding: 10px 0;
  }
}
.product-info-image {
  max-height: 600px;
}
.product-info-thumbnail {
  /*min-height: 100px;
    width: 100px;*/
  max-height: 200px;
}
.ns-section-panel.minimy .ns-section-panel-body {
  max-height: 330px;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.ns-section-panel h1,
.ns-section-panel h2,
.ns-section-panel h3,
.ns-section-panel h4,
.ns-section-panel h5 {
  font-size: 3em;
}
.product-info-accessories .ns-section-show,
.product-info-consumption .ns-section-show,
.product-info-similar .ns-section-show {
  margin-top: 0px;
}
.product-info-accessories .ns-section-show:after,
.product-info-consumption .ns-section-show:after,
.product-info-similar .ns-section-show:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 2px solid #ecf0f1;
}
.product-info-accessories.minimy .ns-section-panel-body,
.product-info-consumption.minimy .ns-section-panel-body,
.product-info-similar.minimy .ns-section-panel-body {
  max-height: 120px;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.product-info-specs .ns-section-show:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 2px solid #ecf0f1;
}
.ns-section-panel-body {
  max-height: 5000px;
  overflow: hidden;
  transition: all 0.3s ease-in;
}
.fa-icon-wrap {
  text-align: center;
  margin: 0 auto;
  padding: 2em 0 2em;
}
.fa-icon-wrap .fa {
  border-radius: 50%;
  padding: 20px;
  display: inline-block;
  font-size: 35px;
  cursor: pointer;
  margin: 15px 30px;
  width: 70px;
  height: 70px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.fa-icon-wrap .fa:after {
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.listGradientEnd {
  position: absolute;
  height: 50px;
  width: 100%;
  margin-top: 0;
  bottom: -20px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(rgba(255, 255, 255, 0), redwhite);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), white);
  background: linear-gradient(rgba(255, 255, 255, 0), white);
}
.ns-section-show {
  cursor: pointer;
  color: #666;
}
.ns-section-show.minimy .ns-section-show-icon {
  -webkit-transform: rotate(180deg);
  /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);
  /* FF */
  -o-transform: rotate(180deg);
  /* Opera */
  -ms-transform: rotate(180deg);
  /* IE9 */
  transform: rotate(180deg);
  /* W3C complaint browsers */
  /* IE8 and below */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand');
}
.product-info-presentation h1 {
  font-size: 1.7em;
}
.product-info-specs .fa-effect-1 .fa {
  /*background: @gray;
        color: @gray-lighter;*/
}
.product-info-specs .ns-section-show .listGradientEnd {
  height: 0;
}
.product-info-specs .GridSubHeader {
  /*font-weight: bold;
        background-color: @gray !important;
        color: #fff;*/
}
/* Effect 1 */
.fa-effect-1 .fa {
  background: #ecf0f1;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.fa-effect-1 .fa:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #666;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}
/* Effect 1b */
.no-touch .fa-effect-1b .fa:hover {
  background: #666;
  color: #fff;
}
.fa-effect-1b .fa:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.no-touch .fa-effect-1b .fa:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.menu {
  background-color: #fff;
}
.menu.cloned {
  top: 100px;
}
.content p {
  margin-bottom: 20px;
}
.product-info-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 50;
  opacity: 0;
  background-color: #fff;
  -webkit-box-shadow: inset 0 -1px 0 #336699;
  box-shadow: inset 0 -1px 0 #336699;
  line-height: 60px;
  height: 60px;
  font-size: 1.3em;
}
.product-info-menu .product-info-headline {
  display: inline-block;
  width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .product-info-menu .product-info-headline {
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-info-menu .product-info-headline {
    width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-info-menu .product-info-headline {
    width: 400px;
  }
}
.ui-autocomplete {
  position: absolute;
  cursor: default;
  z-index: 1040;
  background-color: #fff;
}
.search-filtre-boxes {
  position: absolute;
  right: 70px;
  top: 25px;
  z-index: 1090;
}
@media (max-width: 767px) {
  body {
    padding-top: 90px;
  }
  body.m-search {
    padding-top: 150px;
  }
}
/*

    copyright: http://tobiasahlin.com/spinkit/

*/
.spinner,
.spinner__overlay,
.spinner__overlay_page {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.spinner__overlay,
.spinner__overlay_page {
  position: absolute;
  z-index: 1029;
  background: rgba(255, 255, 255, 0.9);
  opacity: 1;
  text-align: center;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  -webkit-backface-visibility: hidden;
}
.spinner__overlay_page {
  top: 200px;
}
.spinner__inner {
  width: 30px;
  height: 30px;
  background-color: #336699;
  margin: 30px auto auto auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}
.spinner__inner__small {
  width: 15px;
  height: 15px;
  background-color: #336699;
  margin: 15px auto auto auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}
/*.spinner__inner {
  width: 40px;
  height: 40px;
  background-color: @brand-primary;
  margin:  30px auto auto auto;
  
    border-radius: 100%;  
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}*/
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.cd-dropdown-wrapper {
  display: inline-block;
  position: relative;
  height: 40px;
  margin: 30px 0 0 5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-dropdown-trigger {
  display: block;
  position: relative;
  padding: 0 36px 0 20px;
  line-height: 40px;
  background-color: #111433;
  color: #ffffff;
  /*border-radius: 3px;*/
}
.no-touch .cd-dropdown-trigger:hover {
  background-color: #171b46;
}
.cd-dropdown .card-img-top {
  display: none;
  visibility: hidden;
}
.cd-dropdown ol,
.cd-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.cd-dropdown blockquote,
.cd-dropdown q {
  quotes: none;
}
.cd-dropdown blockquote:before,
.cd-dropdown blockquote:after,
.cd-dropdown q:before,
.cd-dropdown q:after {
  content: '';
  content: none;
}
.cd-dropdown table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* this is the arrow inside the dropdown trigger*/
/*.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 9px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
}

.cd-dropdown-trigger::before {
    right: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-dropdown-trigger::after {
    right: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}*/
@media only screen and (min-width: 1024px) {
  .cd-dropdown-trigger {
    font-size: 1.5rem;
  }
  /*.cd-dropdown-trigger.dropdown-is-active {
        background-color: #3f8654;
    }

    .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
        background-color: #47975f;
    }*/
  .cd-dropdown-trigger.dropdown-is-active::before,
  .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    width: 14px;
  }
  /* transform the arrow into a 'X' */
  /*.cd-dropdown-trigger.dropdown-is-active::before {
        -webkit-transform: translateX(5px) rotate(-45deg);
        -moz-transform: translateX(5px) rotate(-45deg);
        -ms-transform: translateX(5px) rotate(-45deg);
        -o-transform: translateX(5px) rotate(-45deg);
        transform: translateX(5px) rotate(-45deg);
    }*/
  /* transform the arrow into a 'X' */
  /*.cd-dropdown-trigger.dropdown-is-active::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }*/
}
.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 50px;
  line-height: 50px;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
  }
}
.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 20px;
}
.cd-dropdown {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111433;
  color: #ffffff;
  visibility: hidden;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
}
.cd-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: #585a70;
  background-color: #111433;
  border-bottom: 1px solid #242643;
}
.cd-dropdown .cd-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.cd-dropdown .cd-close::after,
.cd-dropdown .cd-close::before {
  /* this is the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #ffffff;
}
.cd-dropdown .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-dropdown.dropdown-is-active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown .cd-close {
    top: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown {
    position: absolute;
    top: calc(100% - 2px);
    /* reset style*/
    height: auto;
    width: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background-color: #ffffff;
    color: #111433;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  }
  .open-to-left .cd-dropdown {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    right: 0;
    left: auto;
  }
  .cd-dropdown h2,
  .cd-dropdown .cd-close {
    /* on desktop - hide title and 'X' */
    display: none;
  }
  .cd-dropdown.dropdown-is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
  }
}
.cd-dropdown-content,
.cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  padding-top: 50px;
}
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  border: 0;
  display: block;
  color: #ffffff;
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top-width: 1px;
  border-color: #242643;
  border-style: solid;
}
.cd-dropdown-content li:first-of-type > a,
.cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}
.cd-dropdown-content li:last-of-type > a,
.cd-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}
.cd-dropdown-content .cd-divider,
.cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}
.cd-dropdown-content .cd-divider + li > a,
.cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}
.cd-dropdown-content a,
.cd-dropdown-content .cd-search,
.cd-dropdown-content .cd-divider,
.cd-dropdown-content ul a,
.cd-dropdown-content ul .cd-search,
.cd-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-dropdown-content.is-hidden,
.cd-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-dropdown-content.is-hidden > li > a,
.cd-dropdown-content.is-hidden > li > .cd-search,
.cd-dropdown-content.is-hidden > .cd-divider,
.cd-dropdown-content.move-out > li > a,
.cd-dropdown-content.move-out > li > .cd-search,
.cd-dropdown-content.move-out > .cd-divider,
.cd-dropdown-content ul.is-hidden > li > a,
.cd-dropdown-content ul.is-hidden > li > .cd-search,
.cd-dropdown-content ul.is-hidden > .cd-divider,
.cd-dropdown-content ul.move-out > li > a,
.cd-dropdown-content ul.move-out > li > .cd-search,
.cd-dropdown-content ul.move-out > .cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}
.cd-dropdown-content.move-out > li > a,
.cd-dropdown-content.move-out > li > .cd-search,
.cd-dropdown-content.move-out > .cd-divider,
.cd-dropdown-content ul.move-out > li > a,
.cd-dropdown-content ul.move-out > li > .cd-search,
.cd-dropdown-content ul.move-out > .cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.dropdown-is-active .cd-dropdown-content,
.dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown-content,
  .cd-dropdown-content ul {
    padding-top: 60px;
  }
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content,
  .cd-dropdown-content ul {
    padding-top: 0;
    overflow: visible;
  }
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    color: #111433;
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
    border-color: #ebebeb;
  }
  .cd-dropdown-content .cd-divider,
  .cd-dropdown-content ul .cd-divider {
    background-color: transparent;
    color: #b3b3b3;
    border-top: 1px solid #ebebeb;
  }
  .cd-dropdown-content .cd-divider + li > a,
  .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 1px;
  }
  .cd-dropdown-content.is-hidden > li > a,
  .cd-dropdown-content.is-hidden > li > .cd-search,
  .cd-dropdown-content.is-hidden > .cd-divider,
  .cd-dropdown-content.move-out > li > a,
  .cd-dropdown-content.move-out > li > .cd-search,
  .cd-dropdown-content.move-out > .cd-divider,
  .cd-dropdown-content ul.is-hidden > li > a,
  .cd-dropdown-content ul.is-hidden > li > .cd-search,
  .cd-dropdown-content ul.is-hidden > .cd-divider,
  .cd-dropdown-content ul.move-out > li > a,
  .cd-dropdown-content ul.move-out > li > .cd-search,
  .cd-dropdown-content ul.move-out > .cd-divider {
    /* reset mobile style */
    opacity: 1;
  }
}
.cd-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #336699;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item,
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3,
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
  padding-left: 90px;
}
.cd-dropdown-content .cd-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  padding-left: 75px;
  position: relative;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
  color: #111433;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
  background-image: url("../img/nucleo-icon-1.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
  background-image: url("../img/nucleo-icon-2.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
  background-image: url("../img/nucleo-icon-3.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
  background-image: url("../img/nucleo-icon-4.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
  background-image: url("../img/nucleo-icon-5.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
  background-image: url("../img/nucleo-icon-6.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
  background-image: url("../img/nucleo-icon-7.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
  background-image: url("../img/nucleo-icon-8.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
  background-image: url("../img/nucleo-icon-9.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
  background-image: url("../img/nucleo-icon-10.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
  background-image: url("../img/nucleo-icon-11.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
  background-image: url("../img/nucleo-icon-12.svg");
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content {
    /* reset mobile style */
    position: static;
    height: auto;
    width: 280px;
  }
  .cd-dropdown-content > li:last-of-type a {
    border-bottom: none;
  }
  .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
    color: #336699;
  }
  .cd-dropdown-content.move-out > li > a,
  .cd-dropdown-content.move-out > li > .cd-search,
  .cd-dropdown-content.move-out > .cd-divider {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-dropdown-content .cd-secondary-dropdown,
  .cd-dropdown-content .cd-dropdown-gallery,
  .cd-dropdown-content .cd-dropdown-icons {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  }
  .cd-dropdown-content .cd-secondary-dropdown::after,
  .cd-dropdown-content .cd-dropdown-gallery::after,
  .cd-dropdown-content .cd-dropdown-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .open-to-left .cd-dropdown-content .cd-secondary-dropdown,
  .open-to-left .cd-dropdown-content .cd-dropdown-gallery,
  .open-to-left .cd-dropdown-content .cd-dropdown-icons {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    left: auto;
    right: 100%;
  }
  .cd-dropdown-content .cd-secondary-dropdown.is-hidden,
  .cd-dropdown-content .cd-dropdown-gallery.is-hidden,
  .cd-dropdown-content .cd-dropdown-icons.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-in,
  .cd-dropdown-content .cd-dropdown-gallery.fade-in,
  .cd-dropdown-content .cd-dropdown-icons.fade-in {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-in 0.2s;
    -moz-animation: cd-fade-in 0.2s;
    animation: cd-fade-in 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-out,
  .cd-dropdown-content .cd-dropdown-gallery.fade-out,
  .cd-dropdown-content .cd-dropdown-icons.fade-out {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-out 0.2s;
    -moz-animation: cd-fade-out 0.2s;
    animation: cd-fade-out 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .go-back,
  .cd-dropdown-content .cd-dropdown-gallery > .go-back,
  .cd-dropdown-content .cd-dropdown-icons > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all,
  .cd-dropdown-content .cd-dropdown-gallery > .see-all,
  .cd-dropdown-content .cd-dropdown-icons > .see-all {
    position: absolute;
    bottom: 20px;
    height: 45px;
    text-align: center;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all a,
  .cd-dropdown-content .cd-dropdown-gallery > .see-all a,
  .cd-dropdown-content .cd-dropdown-icons > .see-all a {
    margin: 0;
    height: 100%;
    line-height: 45px;
    background: #ebebeb;
    pointer-events: auto;
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover,
  .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover,
  .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
    color: #ffffff;
    background-color: #111433;
  }
  .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item,
  .cd-dropdown-content .cd-secondary-dropdown a,
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item,
  .cd-dropdown-content .cd-dropdown-gallery a,
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item,
  .cd-dropdown-content .cd-dropdown-icons a {
    border: none;
  }
  .cd-dropdown-content .cd-dropdown-gallery,
  .cd-dropdown-content .cd-dropdown-icons {
    padding: 20px 30px 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > .see-all,
  .cd-dropdown-content .cd-dropdown-icons > .see-all {
    width: calc(100% - 60px);
  }
  .cd-dropdown-content .cd-dropdown-icons > li,
  .cd-dropdown-content .cd-secondary-dropdown > li {
    width: 33.333333%;
    float: left;
  }
  .cd-dropdown-content .cd-secondary-dropdown {
    overflow: hidden;
    width: 550px;
    padding-bottom: 65px;
  }
  .cd-dropdown-content .cd-secondary-dropdown::before {
    /* this is the separation line in the middle of the .cd-secondary-dropdown element */
    position: absolute;
    content: '';
    top: 290px;
    left: 15px;
    height: 1px;
    width: 520px;
    background-color: #ebebeb;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a {
    color: #336699;
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 30px;
    height: 30px;
    pointer-events: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a::after,
  .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
    /* hide the arrow */
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown > li {
    margin: 20px 0;
    border: 0;
    border-right-width: 1px;
    border-color: #ebebeb;
    border-style: solid;
    padding: 0 30px;
    height: 250px;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(3n) {
    border-right-width: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul {
    /* reset mobile style */
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    position: relative;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown a {
    line-height: 25px;
    height: 25px;
    font-size: 1.3rem;
    padding-left: 0;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
    color: #336699;
  }
  .cd-dropdown-content .cd-secondary-dropdown ul {
    padding-bottom: 25px;
    overflow: hidden;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a {
    padding-left: 20px;
    color: transparent;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
    color: transparent;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a::before,
  .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
    left: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown .see-all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .cd-dropdown-content .cd-dropdown-gallery {
    width: 600px;
    padding-bottom: 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding: 0;
    height: auto;
    line-height: normal;
    color: #336699;
    margin-bottom: 2em;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
  .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
    margin-bottom: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery img {
    position: static;
    height: auto;
    width: 100%;
    margin: 0 0 0.6em;
  }
  .cd-dropdown-content .cd-dropdown-icons {
    width: 600px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
    background: #ebebeb;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    color: #336699;
    font-weight: bold;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    display: block;
    font-size: 1.2rem;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    left: 25px;
  }
  .cd-dropdown-content > .has-children > ul {
    visibility: hidden;
  }
  .cd-dropdown-content > .has-children > ul.is-active {
    /* when hover over .cd-dropdown-content items - show subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
    /* if .cd-secondary-dropdown is visible - show also subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > a.is-active {
    /* hover effect for .cd-dropdown-content items with subnavigation */
    box-shadow: inset 2px 0 0 #336699;
    color: #336699;
  }
  .cd-dropdown-content > .has-children > a.is-active::before,
  .cd-dropdown-content > .has-children > a.is-active::after {
    background: #336699;
  }
  .open-to-left .cd-dropdown-content > .has-children > a.is-active {
    box-shadow: inset -2px 0 0 #336699;
  }
}
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
.cd-search input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #242643;
  color: #ffffff;
  border: none;
  border-radius: 0;
}
.cd-search input[type="search"]::-webkit-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]::-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-ms-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:focus {
  background: #ffffff;
  color: #111433;
  outline: none;
}
.cd-search input[type="search"]:focus::-webkit-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus::-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-ms-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
@media only screen and (min-width: 1024px) {
  .cd-search input[type="search"] {
    background-color: #ebebeb;
  }
  .cd-search input[type="search"]::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]::-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-ms-input-placeholder {
    color: #b3b3b3;
  }
}
.has-children > a,
.go-back a {
  position: relative;
}
.has-children > a::before,
.has-children > a::after,
.go-back a::before,
.go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-children > a::before,
.go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children > a::after,
.go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .has-children > a::before,
  .has-children > a::after,
  .go-back a::before,
  .go-back a::after {
    background: #b3b3b3;
  }
}
.has-children > a {
  padding-right: 40px;
}
.has-children > a::before,
.has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}
@media only screen and (min-width: 1024px) {
  .open-to-left .cd-dropdown-content > .has-children > a {
    padding-left: 40px;
    padding-right: 20px;
  }
  .open-to-left .cd-dropdown-content > .has-children > a::before,
  .open-to-left .cd-dropdown-content > .has-children > a::after {
    right: auto;
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
}
.cd-dropdown-content .go-back a {
  padding-left: 40px;
}
.cd-dropdown-content .go-back a::before,
.cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}
.cd-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}
.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.no-js .cd-dropdown-wrapper .cd-close {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown {
    position: fixed;
    top: 128px;
    left: calc(50% - 485px);
  }
  .cd-dropdown-content .cd-secondary-dropdown {
    width: calc(970px - 280px);
  }
  .cd-dropdown-content .cd-secondary-dropdown > li {
    height: 260px;
  }
  .cd-dropdown-content .cd-secondary-dropdown::before {
    width: calc(970px - 310px);
    top: 295px;
  }
  .cd-dropdown-content .cd-secondary-dropdown {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .cd-dropdown {
    left: calc(50% - 585px);
  }
  .cd-dropdown-content .cd-secondary-dropdown {
    width: calc(1170px - 280px);
  }
  .cd-dropdown-content .cd-secondary-dropdown::before {
    width: calc(1170px - 310px);
  }
}
.ns-productgroups {
  position: relative;
  min-height: 500px;
  margin-top: -20px;
  color: #222;
}
.ns-productgroups li {
  list-style: none;
}
.ns-productgroups .cd-dropdown-trigger {
  display: none;
  visibility: hidden;
}
.ns-productgroups .cd-dropdown {
  visibility: visible;
  opacity: 1;
  box-shadow: none;
  position: absolute;
  left: 0;
  top: 0;
}
.ns-productgroups .cd-secondary-dropdown {
  top: -20px;
}
.ns-productgroups .cd-dropdown-content > li.has-children > a {
  color: #222;
  display: flex;
  align-items: center;
}
.ns-productgroups .cd-dropdown-content > li.has-children > a::after,
.ns-productgroups .cd-dropdown-content > li.has-children > a::before {
  content: none;
}
.ns-productgroups .cd-dropdown-content > li.has-children > a:hover,
.ns-productgroups .cd-dropdown-content > li.has-children > a:focus {
  text-decoration: none;
}
.ns-productgroups .cd-dropdown-content > li .card-img-top {
  display: inline-block;
  visibility: visible;
  height: 40px;
  width: 40px;
  margin-right: 16px;
}
[ng-click],
[data-ng-click],
[x-ng-click] {
  cursor: pointer;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
.ng-cloak {
  display: none !important;
}
.dimmed {
  opacity: 0.3;
}
.dimmed .exclude-dimmed {
  opacity: 1;
}
.descr-color.descr-color-cyan {
  color: #0020ff;
}
.descr-color.descr-color-cyan-light {
  color: #0099ff;
}
.descr-color.descr-color-magenta {
  color: #ff0097;
}
.descr-color.descr-color-magenta-light {
  color: #ff33ff;
}
.descr-color.descr-color-yellow {
  color: #ffcc00;
}
.modal.fade .modal-dialog {
  -webkit-animation-name: anim-open;
  animation-name: anim-open;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
  }
}
@keyframes anim-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.scrollup {
  color: rgba(0, 0, 0, 0.3);
  font-size: 40px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  position: fixed;
  display: none;
  bottom: 50px;
  right: 100px;
}
.stats {
  font-size: 1.2rem;
}
.ns-dropdown-left {
  left: 0;
  right: auto;
}
.ns-dropdown-left .btn {
  text-align: left;
}
.ns-dropdown-profile-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 270px;
  vertical-align: bottom;
}
.btn-dropdown-profile > span:not(:last-child) {
  margin-right: 5px;
}
.ns-active-disabled {
  opacity: 0.65;
}
.btn.btn-wrap {
  white-space: normal;
}
.list-group-item {
  padding: 3px 10px;
}
.list-group-item .checkbox {
  margin: 0;
}
.list-group-item .checkbox label {
  min-height: auto;
}
.ns-filter-col .list-group .list-group-item {
  padding: 3px 10px;
}
/* Search autocomplete styling */
.ui-autocomplete {
  padding: 0;
  border: 1px solid #336699;
}
.ui-menu-item {
  list-style: none;
  border: 0;
}
.ui-menu-item .image {
  width: 45px;
  height: 45px;
  float: left;
  margin-right: 20px;
}
.ui-menu-item .image img {
  max-width: 45px;
  max-height: 45px;
}
.search-suggest-list-item {
  padding: 5px 20px;
}
.ui-state-active,
.ui-state-focus {
  background-color: #9db0d6;
  /*border: 1px solid #336699;*/
}
.table-striped-with-subs > tbody > tr {
  background-color: transparent;
}
.table-striped-with-subs > tbody > tr.even {
  background-color: #f9f9f9;
}
.table-striped-with-subs > tbody > tr.sub-row .table {
  margin-bottom: 0;
}
.menu-edit {
  display: none;
}
.menu-edit-text {
  width: 100%;
  min-height: 600px;
}
.cc-revoke,
.cc-window {
  z-index: 99999999;
}
.dropdown-menu.ns-profile-dropdown > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
}
.dropdown-menu.ns-profile-dropdown > li > a:hover,
.dropdown-menu.ns-profile-dropdown > li > a:focus {
  background-color: #fff;
  color: #336699;
}
.dropdown-menu.ns-profile-dropdown > li > a > span {
  margin-right: 5px;
}
.ns-popover {
  position: absolute;
}
.ns-pop-menu {
  top: 31px;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 1;
  list-style: none;
  font-size: 13px;
}
.ns-pop-menu .btn {
  display: list-item;
  text-align: left;
  font-size: 13px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
@media (max-width: 991.98px) {
  .user-menu > li {
    float: left;
  }
}