/* line 4, ../../src/sass/messenger.sass */
ul.messenger {
  margin: 0;
  padding: 0;
}
/* line 8, ../../src/sass/messenger.sass */
ul.messenger li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 14, ../../src/sass/messenger.sass */
ul.messenger .messenger-message {
  overflow: hidden;
  *zoom: 1;
}
/* line 17, ../../src/sass/messenger.sass */
ul.messenger .messenger-message.messenger-hidden {
  display: none;
}
/* line 20, ../../src/sass/messenger.sass */
ul.messenger .messenger-message .messenger-phrase, ul.messenger .messenger-message .messenger-actions a {
  padding-right: 5px;
}
/* line 23, ../../src/sass/messenger.sass */
ul.messenger .messenger-message .messenger-actions {
  float: right;
}
/* line 26, ../../src/sass/messenger.sass */
ul.messenger .messenger-message .messenger-actions a {
  cursor: pointer;
  text-decoration: underline;
}
/* line 30, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed {
  position: fixed;
  z-index: 10000;
}
/* line 34, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed .messenger-message {
  min-width: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 39, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed .message .messenger-actions {
  float: left;
}
/* line 42, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-top {
  top: 20px;
}
/* line 45, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-bottom {
  bottom: 20px;
}
/* line 48, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-top, ul.messenger.messenger-fixed.messenger-on-bottom {
  left: 50%;
  width: 800px;
  margin-left: -400px;
}
@media (max-width: 960px) {
  /* line 48, ../../src/sass/messenger.sass */
  ul.messenger.messenger-fixed.messenger-on-top, ul.messenger.messenger-fixed.messenger-on-bottom {
    left: 10%;
    width: 80%;
    margin-left: 0px;
  }
}
/* line 58, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-top.messenger-on-right, ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-right {
  right: 20px;
  left: auto;
}
/* line 62, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-top.messenger-on-left, ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-left {
  left: 20px;
  margin-left: 0px;
}
/* line 66, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-right, ul.messenger.messenger-fixed.messenger-on-left {
  width: 350px;
}
/* line 69, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-right .messenger-actions, ul.messenger.messenger-fixed.messenger-on-left .messenger-actions {
  float: left;
}
/* line 72, ../../src/sass/messenger.sass */
ul.messenger .messenger-spinner {
  display: none;
}
/* line 4, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed {
  width: 100%;
  top: 0;
  left: 0;
  margin-left: 0px;
}
/* line 10, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-bottom {
  top: auto;
  bottom: 0;
}
/* line 14, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-top {
  top: 0px;
  bottom: auto;
}
/* line 18, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-top, ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-bottom {
  left: 0px;
  right: 0px;
}
/* line 22, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-top.messenger-on-right, ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-top.messenger-on-left, ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-bottom.messenger-on-right, ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-bottom.messenger-on-left {
  width: 350px;
}
/* line 25, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-top.messenger-on-left, ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-bottom.messenger-on-left {
  right: auto;
}
/* line 28, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-top.messenger-on-right, ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-bottom.messenger-on-right {
  left: auto;
}
/* line 31, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message-slot {
  max-width: none;
}
/* line 34, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  text-align: center;
  padding: 1em;
}
/* line 41, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
/* line 46, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message.alert-error, ul.messenger.messenger-theme-block.messenger-fixed .messenger-message.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
/* line 51, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 56, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 61, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message .messenger-close {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  padding: 0;
  cursor: pointer;
  color: inherit;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  float: right;
  position: relative;
  top: -13px;
  left: 11px;
  font-size: 22px;
}
/* line 75, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message .messenger-close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 78, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message .messenger-close:active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 * version: 1.11.0
 * https://github.com/wenzhixin/bootstrap-table/
 */

.bootstrap-table .table {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #dddddd;
    border-collapse: collapse !important;
    border-radius: 1px;
}

.bootstrap-table .table:not(.table-condensed),
.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
.bootstrap-table .table:not(.table-condensed) > thead > tr > td,
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
    padding: 8px;
}

.bootstrap-table .table.table-no-bordered > thead > tr > th,
.bootstrap-table .table.table-no-bordered > tbody > tr > td {
    border-right: 2px solid transparent;
}

.bootstrap-table .table.table-no-bordered > tbody > tr > td:last-child {
    border-right: none;
}

.fixed-table-container {
    position: relative;
    clear: both;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.fixed-table-container.table-no-bordered {
    border: 1px solid transparent;
}

.fixed-table-footer,
.fixed-table-header {
    overflow: hidden;
}

.fixed-table-footer {
    border-top: 1px solid #dddddd;
}

.fixed-table-body {
    overflow-x: auto;
    overflow-y: auto;
    height: 100%;
}

.fixed-table-container table {
    width: 100%;
}

.fixed-table-container thead th {
    height: 0;
    padding: 0;
    margin: 0;
    border-left: 1px solid #dddddd;
}

.fixed-table-container thead th:focus {
    outline: 0 solid transparent;
}

.fixed-table-container thead th:first-child {
    border-left: none;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

.fixed-table-container thead th .th-inner,
.fixed-table-container tbody td .th-inner {
    padding: 8px;
    line-height: 24px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fixed-table-container thead th .sortable {
    cursor: pointer;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 30px;
}

.fixed-table-container thead th .both {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC');
}

.fixed-table-container thead th .asc {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==');
}

.fixed-table-container thead th .desc {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ');
}

.fixed-table-container th.detail {
    width: 30px;
}

.fixed-table-container tbody td {
    border-left: 1px solid #dddddd;
}

.fixed-table-container tbody tr:first-child td {
    border-top: none;
}

.fixed-table-container tbody td:first-child {
    border-left: none;
}

/* the same color with .active */
.fixed-table-container tbody .selected td {
    background-color: #f5f5f5;
}

.fixed-table-container .bs-checkbox {
    text-align: center;
}

.fixed-table-container .bs-checkbox .th-inner {
    padding: 8px 0;
}

.fixed-table-container input[type="radio"],
.fixed-table-container input[type="checkbox"] {
    margin: 0 auto !important;
}

.fixed-table-container .no-records-found {
    text-align: center;
}

.fixed-table-pagination div.pagination,
.fixed-table-pagination .pagination-detail {
    margin-top: 10px;
    margin-bottom: 10px;
}

.fixed-table-pagination div.pagination .pagination {
    margin: 0;
}

.fixed-table-pagination .pagination a {
    padding: 6px 12px;
    line-height: 1.428571429;
}

.fixed-table-pagination .pagination-info {
    line-height: 34px;
    margin-right: 5px;
}

.fixed-table-pagination .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.fixed-table-pagination .dropup .dropdown-menu {
    margin-bottom: 0;
}

.fixed-table-pagination .page-list {
    display: inline-block;
}

.fixed-table-toolbar .columns-left {
    margin-right: 5px;
}

.fixed-table-toolbar .columns-right {
    margin-left: 5px;
}

.fixed-table-toolbar .columns label {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
}

.fixed-table-toolbar .bs-bars,
.fixed-table-toolbar .search,
.fixed-table-toolbar .columns {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 34px;
}

.fixed-table-pagination li.disabled a {
    pointer-events: none;
    cursor: default;
}

.fixed-table-loading {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    text-align: center;
}

.fixed-table-body .card-view .title {
    font-weight: bold;
    display: inline-block;
    min-width: 30%;
    text-align: left !important;
}

/* support bootstrap 2 */
.fixed-table-body thead th .th-inner {
    box-sizing: border-box;
}

.table th, .table td {
    vertical-align: middle;
    box-sizing: border-box;
}

.fixed-table-toolbar .dropdown-menu {
    text-align: left;
    max-height: 300px;
    overflow: auto;
}

.fixed-table-toolbar .btn-group > .btn-group {
    display: inline-block;
    margin-left: -1px !important;
}

.fixed-table-toolbar .btn-group > .btn-group > .btn {
    border-radius: 0;
}

.fixed-table-toolbar .btn-group > .btn-group:first-child > .btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.fixed-table-toolbar .btn-group > .btn-group:last-child > .btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.bootstrap-table .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
}

/* support bootstrap 3 */
.bootstrap-table .table thead > tr > th {
    padding: 0;
    margin: 0;
}

.bootstrap-table .fixed-table-footer tbody > tr > td {
    padding: 0 !important;
}

.bootstrap-table .fixed-table-footer .table {
    border-bottom: none;
    border-radius: 0;
    padding: 0 !important;
}

.bootstrap-table .pull-right .dropdown-menu {
    right: 0;
    left: auto;
}

/* calculate scrollbar width */
p.fixed-table-scroll-inner {
    width: 100%;
    height: 200px;
}

div.fixed-table-scroll-outer {
    top: 0;
    left: 0;
    visibility: hidden;
    width: 200px;
    height: 150px;
    overflow: hidden;
}

/* for get correct heights  */
.fixed-table-toolbar:after, .fixed-table-pagination:after {
    content: "";
    display: block;
    clear: both;
}
@font-face {
    font-family: 'NeutraText';
    src: url('/lib/fonts/neutra-text-font/NeutraText-Book.otf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'EssonnesHeaderBoldItalic';
    src: url('/lib/fonts/essonnes/EssonnesHeadline-BoldItalic.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('/lib/fonts/JosefinSans-Light.woff2') format('woff2'),
    url('/lib/fonts/JosefinSans-Light.woff') format('woff');
}

/*@font-face {*/
/*    font-family: 'Josefin Sans';*/
/*    src: url('/lib/fonts/JosefinSans-Regular.woff2') format('woff2'),*/
/*    url('/lib/fonts/JosefinSans-Regular.woff') format('woff');*/
/*}*/

:root {
    --ruby: #f92c52;
    --tangerine: #f37706;
    --gold: #ffa61e;
    --forest: #00aa47;
    --aqua: #00aadc;
    --violet: #ce3296;
    --dark-gray: #a0a0a0;
    --gray: #e1e1e1;
    --light-gray: #f9f9f9;

    --black1: #262729;
    --black2: #777777;
    --black3: #6c6c6c;
    --gray1: #d0d0d0;
    --main1: #ba8748;
    --accent1: #ba8748;
    --accent2: #6b8f9c;
    --active-1: white;

    --container: 1500px;
    --logoHeight: 43px;

    --font-header-xl-size: 45px;
    --font-header-sm-size: 28px;
    --font-header-family: "Josefin Sans",sans-serif
}

html, body{
    /*font-family: 'NeutraText',Helvetica,Arial,sans-serif !important;*/
    font-family: Lato,sans-serif;
    min-width: 320px;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased !important;
    -moz-osx-font-smoothing:grayscale;
}

.text-bold-italic {
    font-family: 'EssonnesHeaderBoldItalic', sans-serif !important;
}

/* GENERAL */
.accent-1{
    color: var(--accent1) !important;
}

.accent-2 {
    color: var(--gold) !important;
}
.black3 {
    color: var(--black3);
}
.accent-1-inverse{
    background-color: var(--accent1) !important;
    color: #FFF !important;
    border-color: var(--accent1) !important;
    font-family: var ;
}

.accent-1-border{
    border-color: var(--accent1) !important;
}

ul{
    list-style: none;
}

ul.horizontal-ul > li{
    float: left;
    /*margin-right: 20px;*/
}

ul.horizontal-ul-right{
    /*height: 20px;*/
    padding: 0;
}

ul.horizontal-ul-right > li{
    float: right;
    margin-left: 20px;
    padding: 15px;
}

ul.horizontal-ul-right > li:last-child{
    margin-left: 0;
}

a{
    cursor: pointer;
}

.ease{
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}
.c-d-block {
    display: block!important;
}
.c-d-none {
    display: none!important;
}
.mobileViewOnly{
    display: none !important;
}

.mobileViewOnly-inline{
    display: none !important;
}

.mobileViewClose{
    position: absolute;
    top: 7px;
    right: 0px;
    z-index: 25;
    color: black;
    float: right;
    font-size: 16px;
    margin-right: 10px;
    cursor: pointer;
}

input[readonly]{
    background: #FFF !important;
}
input[readonly].searchBar,
#photo-search[readonly],
.search > form > input[readonly]{
    cursor: revert;
}
.movileMenuSeparate {
    padding: 0!important;
    border-top: 3px solid #7a7a7a!important;
    border-bottom: none!important;
    height: 0;
}
.span-link:hover {
    text-decoration: underline;
}
.btn-accent1 {
    color: var(--active-1);
    background-color: var(--accent1);
    border-color: var(--accent1);
}
/* Top Mini Header */
#top-mini-header{
    /*height: 30px;*/
    color: #6c6c6c;
    font-size: 14px;
}

#top-mini-header .top-header-section{
    padding: 13px 10px;
    width: fit-content;
}

#top-mini-header .top-header-section.float-left{
    float: left;
}

#top-mini-header .top-header-section.float-right{
    float: right;
}

#top-mini-header .top-header-divider.float-left{
    border-right: 1px solid #ececec;
}

#top-mini-header .top-header-divider.float-right{
    /*border-left: 1px solid #ececec;*/
}

#top-mini-header .top-header-section ul{
    margin-bottom: 0;
}

#top-mini-header a{
    color: #6c6c6c;
}

#top-header-phone{
    margin-left: 40px;
}

#top-header-login.top-header-section{
    padding: 10px 10px;
}

#top-header-login ul{
    padding-left: 20px;
}

#top-header-login ul.horizontal-ul li:first-child{
    margin-right: 10px;
}

#top-header-login .vertical-separator{
    height: 10px;
    width: 2px;
    position: relative;
    top: 5px;
    margin-right: 10px;
}
.mobileViewOnly .vertical-separator{
    border-right: 1px solid var(--accent1);
}
#top-header-login, #top-header-account{
    /*margin-right: 50px;*/
}

#top-header-account a{
    text-decoration: none !important;
}

#top-header-account .dropdown-menu, #top-header-nav .dropdown-menu {
    right: 0;
    left: auto;
}
#top-header-nav {
    margin-right: 20px;
}

#top-mini-header .dropdown-menu>.active>a,
#top-mini-header .dropdown-menu>.active>a:hover,
#top-mini-header .dropdown-menu>.active>a:focus {
    background: transparent;
    color:var(--black3);
}

#top-mini-header ul.dropdown-menu>.account-link.active:hover .account-name,
#top-mini-header ul.dropdown-menu>.account-link.active:hover i,
#top-mini-header ul.dropdown-menu>li:hover,
#top-mini-header ul.dropdown-menu>li:hover a,
#top-mini-header ul.dropdown-menu>li>a:focus,
#top-mini-header ul.dropdown-menu>li>a:hover {
    background:var(--accent1);
    color: #FFF !important;
}

#top-mini-header .dropdown-menu>li>a {
    padding: 3px 10px;
}

#top-mini-header span.account-name {
    margin-left: 5px;
}



/* Logo Header */
#header{
    max-width:var(--container);
    margin: auto;
    padding: 20px 5px 10px 5px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.header-left {
    display: inline-flex;
    flex: 1;
    margin-right: 35px;
    margin-left: 15px;
    justify-content: space-between;
    align-items: center;
}
.header-logo{
    display: inline-flex;
    width: 160px;
    margin-right: 25px;
 }
#header h1, #exitModal h1 {
    padding: 0 0 0 3em !important;
    font-size: 20px;
    color: #808083;
    font-weight: 400;
    text-align: left;
    margin-top: -32px;
    margin-bottom: 0;
    float: left;
    position: absolute;
}

#header h1:hover,
#header h1:active,
#header h1:visited,
#header h1 a:hover,
#header h1 a:active,
#header h1 a:visited,
#exitModal h1:hover,
#exitModal h1:active,
#exitModal h1:visited,
#exitModal h1 a:hover,
#exitModal h1 a:active,
#exitModalexitModal h1 a:visited{
    text-decoration: none;
}

#header h1 span,.logo-text, #exitModal h1 span,.logo-text {
    /*font-family: Aressence, sans-serif;*/
}

#header h1 span, #exitModal h1 span {
    font-size: 44px;
    font-weight: 500
}

.logo-text {
    letter-spacing: 2px
}

#header h1 span.logo-text.logo-x, #exitModal h1 span.logo-text.logo-x {
    color: #90EE90;
    font-size: 60px;
    font-style: italic;
    letter-spacing: -4px;
    margin-right: 6px
}

#header h1 a, #header h1 a:hover, #header h1 a:active, #header h1 a:visited,
#exitModal h1 a, #exitModal h1 a:hover, #exitModal h1 a:active, #exitModal h1 a:visited{
    color: #808083
}

.logo-img {
    height: var(--logoHeight);
    width: auto;
    object-fit: cover;
}

#header h1 span.powered-by, #exitModal h1 span.powered-by{
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 2px 4px;
    margin-left: 5px;
    position: relative;
    top: 3px;
    font-size: 13px;
    /*font-family: "Source Sans Pro",sans-serif;*/
    /*font-weight: 100*/
}

#header h1 .powered-by span.logo-text.logo-x,  #exitModal h1 .powered-by span.logo-text.logo-x{
    font-size: 16px
}

#header h1 .powered-by span, #exitModal h1 .powered-by span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #aaa
}

#header h1 .powered-by span.beta-text, #exitModal h1 .powered-by span.beta-text{
    font-size: 15px
}

#mobile-nav-toggle{
    display: none;
    position: relative;
    background-color: transparent;
    border: 0;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 9999;
}
.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
}
.site-header-menu .toggle-icon--bar {
    display: block;
    width: 22px;
    height: 2px;
    margin-top: 5px;
    background-color: #000000;
    transition: transform 100ms cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: 1px;
}
.top-header-section > a:hover,
.top-header-section > a:focus {
    text-decoration: none;
}
#header-search{
    flex: 1 1 auto;
    position: relative;
    height: 100%;
}
.input-group > .searchBar {
    height: var(--logoHeight);
    border: none;
}
#header-search .input-group {
    height: 100%;
    border: 1px solid rgba(128, 128, 128, 0.25);
    border-radius: 4px;
    box-shadow: 0 3px 7px rgb(128 128 128 / 16%);
    transition: border 100ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0.4, 0, 0.2, 1);
}
#header-search .input-group-addon{
    cursor: pointer;
}

#searchBar{
    border-right: none;
}
.site-header-menu {
    display: inline-block;
    padding: 10px;
    color: #000000;
}
#searchBar::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #CCC !important;
    opacity: 1; /* Firefox */
}

#searchBar:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #CCC !important;;
}

#searchBar::-ms-input-placeholder { /* Microsoft Edge */
    color: #CCC !important;;
}


#header-cart{
    /*position: relative;*/
    /*top: 13px;*/
    /*margin-right: 100px;*/
}

/*#header-cart a, #header-cart a:hover, #header-cart a:visited, #header-cart a:active{*/
/*    color:var(--accent1);*/
/*}*/

#header-cart:hover,
#header-cart a:hover,
#header-cart a:active,
#header-cart:hover .cart-text{
    /*color: #40ae49 !important;*/
}

#header-cart:hover i {
    color: var(--accent1) !important;
}

#header-cart:hover .cart-text {
    text-decoration: underline;
}

#header-cart i{
    /*font-size: 25px;*/
    color: var(--accent1);
}

#cart-counter{
    position: absolute;
    top: -8px;
    left: 10px;
    padding: 1px 5px;
    font-size: 11px;
    text-decoration: none;
}
#cart-counter.badge {
    background-color: #6c6c6c;
}
#header-cart .cart-text{
    margin-left: 4px;
}

#header-cart a:hover {
    text-decoration: none;
}

/* NAVIGATION */
.navbar-boxshadow {
    box-shadow: 0 4px 4px rgb(128 128 128 / 30%);
}
.navbar-section {
    max-width: var(--container);
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#nav {
    display: inline-block;
}
#nav, #nav > ul{
    background: #FFFFFF;
    /*border-top: 1px solid var(--accent1);*/
}

#nav > ul > li.category.current {
    background: #FFF;
}

#nav > ul > li.category {
    display: flex;
    align-items: center;
    min-width: 110px;
    justify-content: center;
    /*word-break: break-word;*/
}

#nav.mobileViewNav > ul > li.category {
    display: block;
}

#nav.mobileViewNav > ul > li.category.current > a{
    font-weight: bold!important;
    color: green!important;
}
#nav.mobileViewNav > ul > li.category.current > ul > .subcategory.current > a{
    color: green!important;
}
#nav a, #nav a:hover, #nav a:active, #nav a:visited {
    color: black;
    text-decoration: none;
    transition: 0.1s ease all;
    -webkit-transition: 0.1s ease all;
}

#nav > ul > li > a,
#nav > ul > li > a:hover,
#nav > ul > li > a:active,
#nav > ul > li > a:visited {
    /*font-weight: bold;*/
}

#nav > ul{
    margin: auto;
    display: table;
    padding: 0;
}

#nav > ul.horizontal-ul {
    display: flex;
    justify-content: center;
    padding-left: 10px;
}


#nav.mobileViewNav > ul.horizontal-ul {
    display: table;
}
.horizontal-ul {
    padding: 0;
}
#nav.mobileViewNav ~ .nav-right {
    display: none;
}
#nav > ul > li:nth-child(2){
    border-left: 1px solid #FFFFFF;
}
.top-header-section ul.horizontal-ul li {
    padding: 0 5px;
}
#nav > ul > li{
    text-align: center;
    border-right: 1px solid #FFFFFF;
    /*margin-right: auto !important;*/
    padding: 15px;
    transition: 0.3s ease background-color;
    -webkit-transition: 0.3s ease background-color;
    cursor: pointer;
    display: inline;
}

#nav ul li:hover{
    background-color: #FFF;
}

#nav ul > li:hover > a,
#nav ul > li:hover > a:hover,
#nav ul > li:hover > a:active,
#nav ul > li:hover > a:visited{
    color: black;
}

#nav > ul > li.category.current > a,
#nav > ul > li.category.current > a:hover,
#nav > ul > li.category.current > a:active,
#nav > ul > li.category.current > a:visited{
    color: black;
}

#nav > ul > li > a{
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
    display: inline-block;
}

/* dropdown nav (http://htmldog.com/techniques/dropdowns/) */
#nav ul ul{
    margin: 0;
    padding: 0;
    background: #FFFFFF;
}


#nav ul li{
    position: relative;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

#nav ul ul {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    top: 100%;
    min-width: 212px;
    z-index: 1000;
}

#nav ul ul li{
    border-bottom: 1px solid #7a7a7a;
    text-align: left;
}

#nav ul ul ul li{
    border-left: 1px solid #7a7a7a;
}

#nav ul li:hover > ul {
    display: block;
}

#nav ul ul li a{
    padding: 10px;
    display: block;
}

#nav ul ul ul {
    left: 100%;
    top: 0;
}

#nav .subcategory-icon{
    position: absolute;
    right: 10px;
    top: 15px;
}

.nav-right {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}
#inboxBtn {
    padding: 0;
}
.mobileViewOnly > #inboxBtn {
    padding: 0;
}
#section-newsletter{
    background: #40ae49;
    color: #FFF;
    width: 100%;
    padding: 10px 25px;
    margin-bottom: 0;
}

#section-newsletter .newsletter-header{
    font-size: 28px;
    font-weight: bold;
}

#section-newsletter .btn.btn-info{
    background: #30aadf;
}

#section-newsletter input, #section-newsletter .btn.btn-info{
    margin-top: 15px;
}

#footer{
    background-color: var(--black1);
    /*background-image: url(/images/3.0/ceramic-black-overlay.jpg);*/
    /*background-repeat: repeat-y;*/
    color: #FFF;
    padding: 30px 0;
}

#footer .footer-wrapper{
    width: 90%;
    margin: auto;
}

#footer .footer-block-header{
    font-weight: bold;
}

#footer .footer-block{
    margin-bottom: 30px;
}

.footer-block-header-separator {
    position: relative;
    margin: 10px 0 20px;
}

.footer-block-header-separator-primary {
    float: left;
    height: 3px;
    width: 18%;
    background: var(--accent1);
    margin-right: 10px;
}

.footer-block-header-separator-grey {
    width: 80%;
    height: 1px;
    background: grey;
    position: relative;
    left: 20%;
    top: 1px;
}

#footer .footer-block-body{
    clear: both;
}

#footer .row:first-child{
    border-bottom: 1px solid grey;
    padding-bottom: 20px;
}

#footer ul{
    padding: 0;
}

#footer a,
#footer a:hover,
#footer a:active,
#footer a:visited{
    color: #FFF;
}

#footer ul.news-articles li {
    margin-bottom: 10px;
}

#footer .news-date{
    font-size: 11px;
}

#footer .contact-links li{
    margin-bottom: 20px;
}

#footer .social-links i{
    border: 2px solid var(--accent1);
    border-radius: 50%;
    color: var(--accent1);
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

#footer .social-links a:hover{
    text-decoration: none;
}

#footer .social-links i:hover{
    border-color: #FFF;
    color: #FFF;
}

#footer .social-links a{
    margin-right: 10px;
}

.copyright{
    margin: 10px;
    padding: 0 35px;
    position: relative;
}

.copyright .right {
    float: right;
    margin-top: -20px;
}

/* BREAD CRUMBS */
.breadcrumb-nav{
    background: #f1f1f1;
    max-width: 100%;
    margin-top: 7px;
}

.breadcrumb{
    background: #f1f1f1;
    width: 1014px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.breadcrumb-item, .breadcrumb a{
    color: #808083;
}

.mobile-only{
    display: none;
}

.mobile-hide{
    display: block;
}

#exitModal{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    z-index: 999999999;
}


#exitModal .exit-container{
    background: var(--black2);
    color: #FFF;
    margin: 0 100px;
    font-size: 30px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 50px;
    border-radius: 0 0 10px 10px;
}

#exitModal .exit-logo-container .logo {
    margin: 0 !important;
    padding: 0 0 0 3em !important;
    font-size: 20px;
    color: #808083;
    min-width: 350px;
}

#exitModal .exit-logo-container{
    background: #FFF;
    height: 90px;
    padding-top: 25px;
}

#exitModal .exit-header{
    font-weight: bold;
    font-size: 40px;
}

#exitModal .exit-body{
    width: 50%;
    margin: 25px auto;
}

#exitModal textarea, #exitModal input{
    width: 100%;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    padding: 10px;
    background: #FFF;
    color: #000000;
}

#exitModal textarea{
    height: 150px;
}

#exitModal input{
    height: 40px;
    margin-bottom: 10px;
}

#exitModal .btn{
    color: #000000;
    font-size: 14px;
}

#exitModal .exit-submit{
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    height: 50px;
    padding-top: 9px;
}

#exitModal .exit-close{
    position: absolute;
    right: 125px;
    top: 90px;
    color: #FFF;
    cursor: pointer;
}
.admin-profile-nav {
    justify-content: center;
}
/* MEDIA */
@media (max-width: 1350px) {
    #nav > ul > li{
        padding: 15px 12px;
    }
}
@media (max-width: 1230px) {
    .admin-profile-nav {
        align-items: flex-start;
    }
    .admin-profile-nav .nav-right {
        width: 250px;
        min-width: 250px;
    }
    .admin-profile-nav #nav > ul.horizontal-ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .admin-profile-nav .nav-right ul.horizontal-ul-right > li {
        padding: 15px 0;
    }
}
@media (max-width: 1100px) {
    #nav ul ul {
        min-width: 175px;
    }

    .breadcrumb {
        width: 916px;
    }

    #nav > ul > li{
        padding: 15px 10px;
    }

}

@media (max-width: 950px) {
    #nav > ul > li{
        padding: 10px 5px;
    }
    .breadcrumb {
        width: 836px;
    }

    #exitModal .exit-container {
        margin: 0 75px;
    }

    #header-cart{
        margin-right: 10px;
    }

    #top-header-login, #top-header-account{
        margin-right: 10px;
    }
}

@media (max-width: 850px) {
    #nav > ul > li{
        padding: 12px 5px;
    }

    .breadcrumb {
        width: 658px;
    }

    #exitModal .exit-container {
        margin: 0 50px;
    }
    #nav > ul > li.category {
        min-width: 70px;
    }
    #nav > ul > li > a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {

    #top-mini-header .top-header-divider.float-right{
        border-left: none;
        padding-right: 0;
    }

    .mobile-only{
        display: block;
    }

    .mobile-hide{
        display: none;
    }
    .header-left {
        margin-right: 0;
    }
}

@media (max-width: 750px) {

    #nav{
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 320px;
        z-index: 9999;
        overflow-y: scroll;
        overflow-x: hidden;
        height: auto;
    }
    .account-name {
        padding-left: 5px;
    }
    #top-header-login {
        display: none;
    }

    #nav > ul {
        height: auto;
        width: 100%;
    }

    #nav > ul > li {
        display: block;
        text-align: left;
        border-right: none;
        border-bottom: 1px solid var(--accent1);
        padding: 15px 10px;
    }
    /*#nav > ul > li > a {*/
    /*    padding: 15px 10px;*/
    /*    display: inline-block;*/
    /*}*/
    #nav ul ul {
        display: block;
    }
    #nav ul.horizontal-ul > li {
        float: none;
    }

    #nav > ul > li:nth-child(2) {
        border-left: none;
    }

    #nav ul ul {
        position: relative;
    }

    #nav ul ul ul {
        left: 0;
    }

    #nav ul ul li{
        border-bottom: none;
    }

    #nav ul ul ul li {
        border-left: none;
        text-indent: 15px;
    }

    #nav ul li:hover{
        background-color: transparent;
    }

    #nav ul ul li a {
        padding: 5px 10px;
    }

    #nav ul ul li:last-child a{
        padding-bottom: 10px;
    }

    #header h1 {
        padding: 0 0 0 4em !important;
    }
    #mobile-nav-toggle{
        width: auto;
    }
    #mobile-nav-toggle, .mobileViewOnly{
        display: block !important;
    }
    .mobileViewOnly.c-d-none {
        display: none !important;
    }
    .mobileViewOnly-inline{
        display: inline !important;
    }

    .desktopViewOnly{
        display: none !important;
    }

    #nav a:hover,
    #nav ul > li:hover > a,
    #nav ul > li:hover > a:hover,
    #nav ul > li:hover > a:active,
    #nav ul > li:hover > a:visited {
        /*color: #FFF !important;*/
    }

    #nav a:active,
    #nav a:hover{
        color: #40ae49 !important;
    }

    #nav .subcategory-icon {
        position: relative;
        left: 10px;
        top: 0;
    }

    #nav a{
        width: fit-content;
    }

    #exitModal .exit-container {
        margin: 0;
    }

    #exitModal .exit-close{
        right: 25px;
    }
    .admin-profile-nav #nav > ul.horizontal-ul {
        flex-wrap: nowrap;
    }
    #nav > ul > li.category.current > a,
    #nav > ul > li.category.current > a:hover,
    #nav > ul > li.category.current > a:active,
    #nav > ul > li.category.current > a:visited{
        color: white;
    }
    .header-left {
        margin-right: 0;
    }
    #top-header-mailbox.c-d-block {
        display: none!important;
    }
    #nav > ul > li > a.navLinkMobile {
        width: 85%;
    }
}
@media (max-width: 620px) {
    .header-left {
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        margin-right: 0;
        flex-direction: column;
    }
    .header-logo {
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        margin-right: 0;
    }
    #header-search {
        height: 43px;
        margin-top: 10px;
        width: 320px;
    }
}
@media (max-width: 550px) {

    #top-header-login, #top-header-account{
        margin-right: 0;
    }

    #header h1 {
        padding-left: 55px !important;
    }

    #header-cart .cart-text{
        margin-left: 2px;
    }

    #header-cart i {
        font-size: 20px;
    }

    #cart-counter {
        font-size: 10px
    }
    .media550 {
        /*display: none;*/
    }
}

@media (max-width: 520px) {
    #header-search {
        width: 100%;
    }
    .copyright {
        margin: 10px;
        padding: 0 10px;
        text-align: center;
    }

    .copyright .right {
        float: none;
        margin-top: 20px;
    }

    #header h1 {
        padding-left: 43px !important;
    }

    #top-header-account {
        margin-right: 5px;
    }
    #top-mini-header {
        position: absolute;
        right: 0;
    }
}