body,
td,
p,
input,
select,
textarea,
button {
    font-variant: normal;
    text-transform: none;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-family: Verdana, Arial, sans-serif;
    color: #000;
    box-sizing: border-box;
    max-width: 100%;
}

select {
    max-width: 15em;
}

header,
section,
footer,
aside,
nav,
main,
figure {
    display: block;
    clear: both;
}

section {
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

section.block, section.product, .content, form.controls, ul.tabs, .tabContainer,
div.vertical, section.order, section.user, .adminMode form, .manage {
    max-width: 85em;
    margin: auto;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 2em;
    margin-top: 0;
}

form h3 {
    padding-bottom: 1em;
    border-bottom: 0.1em solid;
}

section.category, section.products, section.blocks {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:center;
}

body {
    padding: 0;
    margin: 0;
    font-size: 62.5%;
}

body#tinymce {
    font-size: 0.75em;
}

form,
div.primary {
    clear: both;
    overflow: hidden;
    
}

div.primary {
    flex-direction: column;
    display: flex;
} 

div.primary > * {
    margin-left: auto;
    margin-right: auto;
}

fieldset {
    margin-bottom: 1em;
    border: none;
    clear: both;
}

table,
td,
p,
font {
    font-size: 1em;
}

table tbody td {
    padding: 0.2em 0.5em;
}

#wrapper,
#page,
#main {
    height: 100%;
}

#page,
#report {
    position: relative;
    font-size: 1.2em;
    overflow: visible;
}

header {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    align-content: flex-start;
    padding: 1em;
}

header nav {
    display: flex;
    align-items: flex-start;
    font-size: 1.5vw;
    position: relative;
}

#main {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}

footer {
    padding: 1em;
    padding-left: 0;
    padding-right: 0;
    min-height: 2em;
    overflow: hidden;
    margin-top: 2em;
    clear: both;
}

a {
    text-decoration: none;
    color: #125578;
    outline: none;
}

a:hover {
    color: #125578;
}

a img {
    border: none;
}

a * {
    text-decoration: none;
}

h1,
.h1,
.title {
    font-family: arial, verdana, sans-serif;
    font-size: 2em;
    font-weight: normal;
    margin-bottom: 0.5em;
    margin-top: 2em;
    display: block;
    color: #125578;
    clear: both;
}

h2,
.h2,
.heading {
    font-family: arial, verdana, sans-serif;
    font-size: 1.6em;
    font-weight: normal;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    display: block;
    color: #333;
}

h3,
.h3,
.subHeading,
.caption {
    font-family: arial, verdana, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    color: #333;
    margin-bottom: 1em;
    margin-top: 1.5em;
}

pre {
    font-family: revert;
    padding: 0.5em;
    background: #333;
    color: #fff;
    line-height: 1.8em;
}

div.hasSecondary aside {
    float: right;
    width: 30%;
    clear: none;
}

div.hasSecondary div.primary {
    float: left;
    width: 65%;
}

div.hasSecondary aside .item .details .image,
div.hasSecondary aside .item .details .video,
div.hasSecondary aside .item .details .googleMap {
    margin: 0;
    margin-bottom: 1em;
    float: none;
    width: auto;
}

#bodyText {
    position: relative;
}

.caption {
    margin-top: 0;
}

.caption a {
    text-decoration: none;
    color: inherit;
    display: block;
    font-size: 1em;
}

h4 {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    padding: 0;
    text-transform: uppercase;
}

.controls {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.controls h1, .controls h2, .controls h3 {
    width: 100%;
}

.controls select,
.controls textarea,
.controls .inputText,
.controls input[type="text"],
.controls input[type="email"] {
    max-width: 100%;
    box-sizing: border-box;
    max-height: 200px;
}

.controls select.small,
.controls textarea.small,
.controls .inputText.small {
    width: 5em;
}

.controls input[type="number"] {
    width: 9em;
}

.controls input[type="number"].small {
    width: 5em;
}

.controls .dateField {
    width: 4em;
}

.controls .control {
    padding: 0.5em;
    vertical-align: top;
    max-width: 20em;
    min-width: 10em;
    border-radius: 0.5em;
    min-height: 5em;
    float: left;
    box-sizing: border-box;
    text-align: left;
}

.controls .control:hover {
    background: rgba(255, 255, 204, 0.5);
    color: #000000;
}

.controls .control.wide,
.controls .control.label,
.controls .control.month,
.controls .control.textarea,
.controls .control.richtext {
    float: none;
    max-width: unset;
    clear: both;
    width: 100%;
}

.controls .control.label {
    min-height: unset;
    border-bottom: solid 0.1em;
    padding: 0;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-radius: 0;
    font-weight: bold;
}

.controls .control.label .field {
    display: none;
}

.controls .control.month span.month {
    white-space: nowrap;
    padding-right: 2em;
    float: left;
}

.controls .control.wide textarea {
    width: 100%;
}

.controls .control.checkbox,
.controls .control.emailOptIn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.controls .control>input[type=radio] {
    float: left;
    padding: 0.5em;
    margin: 0.5em;
}

.controls label {
    padding: 0.5em;
    display: block;
    text-transform: uppercase;
}

.controls .field {
    padding: 0.5em;
    vertical-align: top;
    text-align: center;
}

.controls .control.wide label, .controls .control.wide .field {
    display: inline-block;
    width: auto;
}

.controls .field select.searchMatch {
    width: 100%;
    display: block;
}

.controls .field div {
    text-align: left;
}

.controls p {
    clear: left;
}

.controls > button {
    margin-top: 3em;
    margin-left: auto;
}

/* --  Provides user feedback on screen details  -- */

.indicator {
    text-decoration: none;
    font-size: 0.8em;
    font-weight: normal;
    text-align: right;
    margin-bottom: 1em;
}

span.attribute,
div.attribute {
    display: flex;
    flex-direction: row;
    padding: 0.25em 0em;
    width: 100%;
    box-sizing: border-box;
    gap: 1em;
}

.attribute .attName {
    padding-right: 0;
    color: #0007;
}

div.attribute.OR:before,
div.attribute.OW:before {
    font-family: FontAwesome;
    content: "\f21e";
    color: #0007;
}

div.attribute.AR:before,
div.attribute.AW:before {
    font-family: FontAwesome;
    content: "\f023";
    color: #0007;
}

div.attribute.IT:before,
div.attribute.IT:before {
    font-family: FontAwesome;
    content: "\f132";
    color: #0007;
}

/* div.attribute.OR:before,
div.attribute.OW:before {
    font-family: FontAwesome;
    content: "\f007";
    padding-left: 0.5em;
    color: #0007;
} */

div.attribute.MR:before,
div.attribute.MW:before {
    font-family: FontAwesome;
    content: "\f0C0";
    color: #0007;
}

.attDescription {
    padding: 0.5em;
    font-size: 0.8em;
    color: #333;
    text-transform: initial;
}

article .attribute.textarea .attName,
article .attribute.documentLink .attName,
article .attribute.richtext .attName {
    display: none;
}

.attribute .attValue p {
    padding: 0;
}

.attValue li, .tabContainer li {
    margin: 1em;
}

.attribute .attIcon {
    float: right;
    padding-right: 1em;
}

.attribute .discount {
    font-weight: bold;
    line-height: 1em;
    color: #4e9a06;
}

.attribute .discount .saving {
    margin-left: 1em;
    padding: 0.5em;
    background: #edd400;
    color: #000000;
}

.attribute.link .attValue a {
    word-wrap: anywhere;
}

.order .attributes {
    float: left;
    margin-right: 2em;
    margin-bottom: 2em;
    font-size: 1.2em;
    line-height: 2em;
}

.order .orderItem,
.order .totals p {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
    line-height: 1.8em;
    align-items: flex-start;
    justify-content: right;
}

.order .totals p {
    justify-content: flex-end;
    font-weight: bold;
    margin: 0;
}

.order .orderItem>*,
.order .totals p>* {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.order .orderItem .details {
    flex-grow: 3;
}

.attributes {
    display: flex;
    flex-direction: column;
}

.attribute {
    clear: left;
    display: flex;
    flex-direction: row;
    gap:1em;
}

.orderDetails p.action {
    display: block;
    margin: 0;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

.orderDetails p.action:before {
    font-family: FontAwesome;
    content: "\f013";
    padding-right: 0.5em;
}

.user {
    padding: 0.5em;
}

.user.selectable {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
}

.user .attribute .attName {
    /* width: 15em; */
    text-align: right;
    color: #0009;
    float: left;
    font-weight: normal;
    padding: 0;
    padding-right: 1em;
}

.user .attribute span.attName,
.order .attribute span.attName {
    clear: left;
    float: left;
    padding-right: 0.5em;
    white-space: nowrap;
}

.user .attribute span.attValue,
.order .attribute span.attValue {
    float: left;
    clear: right;
    display: block;
}

table tr.attribute {
    float: none;
    display: table-row;
}

table tr.attribute td.attValue,
table tr.attribute td.attName {
    float: none;
    display: table-cell;
}

.orderStatus {
    float: right;
}

.orderStatus div,
.user .status {
    padding: 1em;
    color: rgba(0, 0, 0, 0.5);
    background: rgba(200, 200, 200, 0.5);
    font-size: 0.8em;
    text-transform: uppercase;
    overflow: hidden;
}

.orderStatus div.canceled,
.user .userCancelled,
.status.off {
    background: #FFE4E3;
}

.orderStatus div.finished {
    background: #FFE4E3;
}

.orderStatus div.finalised {
    background: #E0FFD3;
}

.orderStatus div.invoiced {
    background: #E0FFD3;
}

.orderStatus div.paused {
    background: #FFF6BF;
}

.orderStatus div.reoccurring,
.user .userActive,
.status.on {
    background: #E0FFD3;
}

table.order tfoot select {
    text-align: right;
}

select#orderOccurance {
    width: 100%;
}

.selectable {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1em;
    padding: 0.5em;
    border-bottom: 0.1em #0007;
}

tr.selectable {
    display: table-row;
}

.selectable:hover {
    background-color: rgba(149, 255, 63, 0.5);
}

.highlight {
    background-color: rgba(255, 242, 63, 0.5);
}

.tableBorder tbody tr:hover td tbody tr td {
    background-color: transparent;
}

.tableBorder a:link {
    text-decoration: none;
}

.dragging,
.tableBorder tbody tr.dragging:hover,
.tableBorder tbody tr.shade.dragging,
.tableBorder tbody tr:hover {
    background-color: #FFF6BF66;
}

a.logo {
    background: url(images/logo.jpg) no-repeat 0% 50%;
    background-size: contain;
    min-width: 4em;
    height: 3em;
    display: inline-block;
    display: flex;
    align-content: center;
    align-items: center;
}

header a.logo {
    width: 15%;
    min-width: 8vw;
    height: 6em;
    margin-right: 2em
}

header a.logo h1 {
    display: none;
    margin: 0;
}

#banner #simpleSearch {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    align-content: stretch;
}

#banner #simpleSearch a.toggle {
    background: #333;
    min-width: 1.5em;
    text-align: center;
}

#banner #simpleSearch a.toggle:hover {
    background: #ddd;
}

#banner #simpleSearch>a.toggle .label {
    display: none;
}

#banner #simpleSearch input[type=text] {
    width: 10em;
    margin: 0;
    line-height: normal;
    background: #fff;
    border: none;
    padding: 0.25em;
}

#banner #simpleSearch form {
    border: none;
    background: rgba(0, 0, 0, 0.2);
    display: none;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    align-content: stretch;
    margin: 0;
}

#banner #simpleSearch form[style*='display: block'] {
    display: flex !important;
}

#banner #simpleSearch form button, #banner #simpleSearch form button:hover {
    margin: 0;
    border: none;
    color: #fff;
    background: #333;
}

#banner .controls #setCurrency {
    clear: none;
    margin-right: 1em;
    padding-top: 0.5em;
}

#banner .controls #setCurrency h3 {
    display: none;
}

nav {
    text-transform: capitalize;
}

nav#nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5em;
}

nav#nav ul ul {
    gap: 0.5em;
    justify-content: space-around;
    padding: 0.5em;
    font-size: 0.8em
}

nav#nav ul li {
    position: relative;
}

nav#nav ul li div {
    background: #125578;
    border-top: medium none;
    position: absolute;
    right: 0;
    white-space: normal;
    min-width: 10em;
    max-width: 25vw;
    width: 100vw;
    z-index: 999;
    font-size: 0.8em;

    /* display: none; */
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease 0.3s;
}

nav#nav ul ul li div {
    position: static;
    width: auto;
}

nav#nav ul li.selected div {
    background: #333;
}

nav#nav ul li div span.description {
    display: none;
    padding: 0.5em;
    color: #ffffff;
}

nav#nav ul li:hover div,
nav#nav ul li.hover div {
    visibility: visible;
    transition: visibility 0s linear 0.5s, opacity 0s linear 0.5s;
    opacity: 1;
    /* display: block; */
}

nav#nav li {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
}

nav#nav a.toggle {
    display: block;
    cursor: pointer;
    align-content: center;
    align-items: center;
}

nav#nav li li {
    border: 0;
    padding: 0;
    font-weight: normal;
    flex-grow: 1;
}

nav a,
nav a:link,
nav a:visited {
    text-decoration: none;
    display: block;
    margin: 0;
    color: #ffffff;
    padding: 0.5em;
    background: #125578;
    white-space: nowrap;
}

nav li li a,
nav li li a:link,
nav li li a:visited {
    background: #fff3;
    text-align: center;
}

nav a:hover,
nav a:active {
    color: #333;
    background: #ABDBF2;
}

nav#nav li li a:hover,
nav#nav li li a:active {
    background: #fff7;
}

nav#nav li.selected a,
nav#nav li.selected a:hover {
    background: #333;
    color: #fff;
}

nav#nav ul li.kids > a::after {
  font-family: FontAwesome;
  content: "\f107";
  padding-left: 0.5em;
}

nav#nav ul li li.kids > a::after {
    content: none;
    padding-left: 0;
  }

.left {
    float: left;
    margin: 1em;
    margin-left: 0;
    margin-right: 5em;
}

.right {
    float: right;
    margin-bottom: 2em;
    margin-top: 0;
    margin-right: 0;
    margin-left: 5em;
    clear: none;
}

.clear {
    clear: both;
}

.clearfix {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
}

.hide {
    display: none;
}

.mobileOnly {
    display: none !important;
}

.nowrap {
    white-space: nowrap;
}

.negative {
    color: #cc0000;
}

#searchOwnerUser #ownerId {
    height: 150px;
    overflow: auto;
}

.loading {
    background-image: url(images/admin/loading.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: center;
    padding-top: 20px;
    color: #6FACCB;
}

.showNextRow {
    cursor: pointer;
}

tr.showNextRow td.state:after {
    font-family: FontAwesome;
    content: "\f067";
    padding-left: 1em;
}

tr.showNextRow.open td.state:after {
    font-family: FontAwesome;
    content: "\f068";
    padding-left: 1em;
}

span.icon {
    float: left;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


/*
.googleMap .gm-style a, .googleMap .gm-style-cc span {
	display: none !important;
}
*/

.toolbar {
    background: #DBDBD5;
    padding: 0.5em;
    border-radius: 0.5em 0.5em 0 0;
    overflow: hidden;
}

/* Buttons for an item */

.item .popupMenu,
.user .popupMenu,
.order .popupMenu {
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
}

.details .colour .attValue {
    display: block;
    height: 20px;
}

article .status,
.block .status {
    background: #333333dd;
    color: #ffffffcc;
    padding: 0.5em;
    float: left;
    text-transform: uppercase;
}

article .attributes>.status {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

article.item.CANCELED,
article.item.AR {
    border: #c00a solid 0.5em;
}

.status.CANCELED,
.status.AR {
    background: #cc0000aa;
    color: #fff;
}

.status.CURRENT {
    background: #73d216aa;
    color: #333;
}

.status.EXPIRED {
    background: #edd400aa;
    color: #333;
}

.status a:link {
    color: inherit;
    font-style: italic;
}

.button,
.button:visited,
.openClose,
ul.tabs li,
.bar,
.bar:link,
.bar:visited,
.inputBoxButton,
button,
form input[type=submit] {
    display: inline-block;
    z-index: 80;
    background-color: rgba(0, 0, 0, 0.3);
    background: none;
    color: rgba(0, 0, 0, 0.7);
    padding: 0.5em 0.85em;
    text-align: center;
    text-decoration: none;
    /* white-space: nowrap; */
    margin: 0.5em;
    cursor: pointer;
    text-transform: uppercase;
    border: solid 0.1em;
    white-space: nowrap;
}

.buttons .button, .buttons button {
    margin: auto;
}

button[disabled] {
    cursor: not-allowed;
}

ul.tabs {
    margin-bottom: 0;
}

div.vertical > ul.tabs {
    max-width: 3.5em;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-top: 1em;
    margin-bottom: 1em;
}

div.vertical > ul.tabs li {
    float: none;
    display: block;
    margin: 0;
    text-align: center;
    min-width: unset;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.4) 100%);
}

div.vertical > ul.tabs li.selected {
    border: solid 0.1em rgba(0, 0, 0, 0.3);
    border-right: none;
    background: #fff;
    margin-right: -0.1em;
}

ul.tabs.labelOnHover li {
    position: relative;
}

ul.tabs.labelOnHover li a>span {
    display: none;
    position: absolute;
    top: 0;
    padding: 0.5em;
    margin-left: 1.5em;
    background: #333;
    padding-right: 2em;
    border-radius: 0 1em 1em 0;
}

ul.tabs.labelOnHover li:hover {
    background: #333;
}

ul.tabs.labelOnHover li:hover a>span {
    display: block;
}

ul.tabs.labelOnHover li.selected:hover a>span {
    background: #fff;
}

.button.red,
ul.tabs li.red,
.openClose.red {
    background-color: rgba(200, 0, 0, 0.7);
    color: #000000;
}

.button.orange,
ul.tabs li.orange,
.openClose.orange {
    background-color: rgba(200, 100 , 0, 0.7);
    color: #000000;
}

.button.green,
button.green,
ul.tabs li.green,
.openClose.green {
    background-color: rgba(0, 200, 0, 0.7);
    color: #000000;
}

.button.blue,
ul.tabs li.blue,
.openClose.blue {
    background-color: rgba(0, 0, 200, 0.7);
    color: #000000;
}

.button.yellow,
ul.tabs li.yellow,
.openClose.yellow {
    background-color: rgba(200, 200, 0, 0.7);
    color: #000000;
}

.button.active {
    background-color: #ABDBF2;
}

.button:hover,
.openClose:hover,
ul.tabs li:hover,
.bar:hover,
.inputBoxButton:hover,
button:hover,
form input[type=submit]:hover {
    background-color: rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 0.6);
    text-shadow: none;
}

.mce-container button:hover,
.mce-reset button:hover {
    background-color: unset;
}

.button.left {
    float: left;
    margin-right: 0.5em;
    margin-left: 0;
}

.button span {
    display: none;
}

.button label {
    font-weight: normal;
    padding: 0;
}

.button input {
    margin: 0;
    display: none;
}

.openClose.open,
.item .buttons .button.openClose.open,
.item .buttons .button.openClose.open:link,
.item .buttons .button.openClose.open:visited {
    border-bottom: none;
    clear: both;
    margin: 0;
    margin-top: 0.5em;
    text-align: left;
}

.openClose.open span {
    display: inline;
}

.openClose h3 {
    font-size: 1em;
    margin: 0;
    padding: 0;
    font-weight: inherit;
}

.openClose:after {
    font-family: FontAwesome;
    content: "\f107";
    padding-left: 1em;
}

.openClose.open:after {
    font-family: FontAwesome;
    content: "\f106";
    padding-left: 1em;
    float: right;
}

.openClose.row {
    float: none;
    display: block;
}

.openClose.wide {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
}

section.dialog {
    text-align: center;
    font-size: 1.5em;
}

section.dialog form.controls .control {
    float: none;
    width: 100%;
    max-width: unset;
    box-sizing: border-box;
}

section.dialog form.controls .control label {
    text-align: center;
}

section.dialog button,
section.dialog input[type=submit],
section.dialog .openClose,
section.dialog a.button {
    display: inline-block;
    float: none;
}

.sectionOpen {
    background: rgba(255, 255, 255, 0.5);
    padding: 0.5em;
    margin-bottom: 1em;
    overflow: hidden;
    clear: both;
    text-align: left;
    border-top: solid 0.1em rgba(0, 0, 0, 0.2);
    border-bottom: solid 0.1em rgba(0, 0, 0, 0.2);
}

td.buttons {
    vertical-align: middle;
    white-space: nowrap;
    float: none;
    flex-wrap: nowrap;

}

td.buttons a.button {
    float: none;
    display: inline-block;
    margin: 0;
}

.bar .buttons {
    float: right;
    margin-top: 3px;
}

td.buttons .button span,
.bar .buttons .button span {
    display: inline-block;
    text-indent: -9999px;
}

.item .buttons .button img,
.user .buttons .button img,
.order .buttons .button img,
.button img {
    vertical-align: text-bottom;
}

.bar,
.bar:link,
.bar:visited {
    float: none;
    text-align: left;
    margin: 4px 0 4px 0;
    line-height: 28px;
    font-size: inherit;
}

.bar a:link,
.bar a:visited {
    float: left;
    text-decoration: none;
    color: inherit;
}

.actionButtons {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.buttons .menu a {
    text-decoration: none;
}

.item .buttons .menu .button,
.user .buttons .menu .button,
.order .buttons .menu .button,
.imageList .buttons .menu .button {
    text-align: left;
    float: left;
}

.menu span,
.order .buttons .button span {
    padding-left: 1em;
    word-break: break-all;
}

.button.image span,
.menu a.image span {
    display: inline;
    padding-left: 4px;
}


/* --  Used For Site Exceptions and other errors  -- */

.notification,
.actionSuccess,
.exception,
.information,
.security,
.adminDetails,
.informationIT,
.actionFeedback div {
    color: rgba(0, 0, 0, 0.8);
    text-align: left;
    padding: 0.5em;
    overflow: hidden;
    display: block;
}

div.notification,
div.actionSuccess,
div.exception,
div.information,
div.adminDetails,
div.security,
div.informationIT,
.actionFeedback div {
    clear: both;
    max-width: 40em;
    margin: auto;
}

span.notification,
span.actionSuccess,
span.exception,
span.information,
span.adminDetails,
span.security,
span.informationIT {
    margin: 0.4em;
    padding: 0.5em;
}

.actionSuccess,
.actionFeedback .success,
.actionFeedback .add  {
    background-color: rgba(0, 200, 0, 0.5);
}

.notification {
    background-color: rgba(200, 200, 0, 0.5);
}

.exception,
.actionFeedback .remove,
.actionFeedback .admin {
    background-color: rgba(200, 0, 0, 0.5);
}

.actionFeedback .debug {
    background-color: rgba(200, 100, 200, 0.3);
}


/* --  Used For user information  -- */

.information,
.actionFeedback .change,
.adminDetails {
    background-color: rgba(0, 100, 200, 0.3);
}

.information a,
.adminDetails a {
    color: rgba(0, 100, 200, 0.8);
}

.security,
.informationIT {
    background-color: rgba(100, 100, 100, 0.5);
}

.adminDetails h1,
.adminDetails h2,
.adminDetails h3,
.actionSuccess h1,
.actionFeedback h1,
.notification h1,
.exception h1,
.information h1,
.security h1,
.actionSuccess h2,
.actionFeedback h2,
.notification h2,
.exception h2,
.information h2,
.security h2,
.actionSuccess h3,
.actionFeedback h3,
.notification h3,
.exception h3,
.information h3,
.security h3,
.actionSuccess h4,
.actionFeedback h4,
.notification h4,
.exception h4,
.information h4,
.security h4 {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    border-bottom: none;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    font-family: verdana, sans-serif;
    line-height: normal;
    margin: 0 0 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
}

.selectListIcon {
    padding-left: 20px;
    background-position: 2px 2px;
    background-repeat: no-repeat;
    width: 210px;
}

.selectListIcon option {
    padding-left: 23px;
    background-position: 2px 1px;
    background-repeat: no-repeat;
}

.code {
    width: 120px;
    text-transform: uppercase;
}

textarea.richtext,
textarea.inputText {
    width: 100%;
    box-sizing: border-box;
}

input.dateField,
input.small,
input.number,
input[type=number],
input.colour {
    width: 8em;
    text-align: right;
}

.default .inputText {
    width: 50px;
}

.datePicker img {
    border: solid 1px #cccccc;
    vertical-align: bottom;
}

.datePicker span {
    margin-top: 0.5em;
}

input.datePicker {
    width: 150px;
}

.inputBoxButton {
    float: none;
    height: 24px;
    display: inline;
    margin: 0;
    text-align: center;
}

.tableBorder,
table.stripe {
    margin-bottom: 1em;
    margin-top: 1em;
    clear: both;
    border-collapse: collapse;
    background: #fff7;
    width: 100%;
}

table th,
.columnHeader {
    text-align: left;
    font-size: 1.1em;
    color: rgba(0, 0, 0, 0.5);
    border: 0.1em solid rgba(0, 0, 0, 0.3);
    font-weight: normal;
    padding: 0.2em 0.5em;
    white-space: nowrap;
    text-shadow: 0.1em 0.1em rgba(255, 255, 255, 0.6);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.05+0,0.25+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.25) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.25) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.25) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#40000000', GradientType=0);
    /* IE6-9 */
}

.tableBorder tbody td,
table.stripe td {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
}

table td.number,
table th.number,
.number {
    text-align: right;
    white-space: nowrap;
}

.tableBorder tbody tr.open td {
    border-bottom: none;
}

.tableBorder tbody tr.dataOpen td {
    border-top: none;
}

.tableBorder tfoot td,
table.stripe tfoot td {
    font-weight: bold;
    border: none;
    padding: 0.2em 0.5em;
}

tr.credit td {
    background: #E0FFD3;
}

.tableBorder tr.credit td {
    border-top: solid 1px #8AD66A;
    border-bottom: solid 1px #8AD66A;
}

tr.debit td {
    background: #fcecec;
}

.tableBorder tr.debit td {
    border-top: solid 1px #E47E7A;
    border-bottom: solid 1px #E47E7A;
}

.tableBorder .tableBorder .columnHeader,
.tableBorder .tableBorder th {
    background-color: #ABDBF2;
}

.list .row {
    border-bottom: 1px solid #DDDDDD;
    padding: 0.5em;
    clear: both;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.list .row>* {
    float: left;
    width: 45%;
    margin-right: 2%;
}

.list .date {
    text-align: right;
}

.setUser .scroll {
    padding: 0;
    border: 0;
}

span.help {
    font-size: 0.8em;
    font-style: italic;
}

.hint,
.tip {
    display: none;
    position: absolute;
    width: 15em;
    padding: 1em;
    border-radius: 0.5em;
    text-align: left;
    color: #333333;
    z-index: 9999;
    background: #ffc;
    font-size: 0.8em;
}

.hint .hintPointer,
.tip .tipPointer {}

.hint a.close {
    float: right;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    margin-left: 6px;
    background: url(images/admin/close.png) no-repeat;
}

.hint.wide {
    width: 350px;
}

#pageBodyCalendar .date {
    background: #AAAAAA;
    padding: 6px;
    margin: 0px;
    margin-right: 20px;
    text-align: center;
}

#pageBodyCalendar .date .day {
    display: block;
    font-weight: bold;
    font-size: 20px;
}

#pageBodyCalendar .date .month {
    display: block;
    font-weight: normal;
    font-size: 12px;
}

#pageBodyCalendar .date .year {
    display: none;
}

.pageSplitSort {
    margin-top: 1em;
}

.pageSplitSort .controls .contrtol select {
    width: auto;
}

#orderByAttribute {
    float: right;
}

#resultSets {
    float: left;
    width: auto;
}

#accountStatement table,
#paymentResults table {
    border-collapse: collapse;
}

#accountStatement table td,
#paymentResults table td,
table tr.showNextRow td {
    vertical-align: top;
}

#accountStatement td p,
#paymentResults td p {
    margin: 0;
}

#accountStatement tr.debit .details {
    text-transform: uppercase;
}

#accountStatement tr.debit .details div.notes {
    font-size: 0.8em;
    text-transform: initial;
}

.results .user {
    border-top: solid 1px;
}


/* styles for the star rater */

.starRating {}

.starRating a,
.starRating a:visited {
    padding-right: 0.5em;
    color: #ccc;
}

.starRating a.selected,
.starRating a:hover {
    color: #000;
}


/* remove halo effect in firefox   */

a:active {
    outline: none;
}

.item .author {
    background: #ffffff;
    position: absolute;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    right: 0;
    top: 0;
}

.item .author a {
    text-decoration: none;
    display: block;
}

.item .author img {
    height: 30px;
    margin: 0px;
    border-radius: 50%;
    float: left;
    background: url(images/icons/user.png) 50% 50% no-repeat;
    min-width: 20px;
    width: auto !important;
    width: 20px;
}

.item .author span {
    display: none;
}

label {
    cursor: pointer;
    padding-right: 1em;
}

nav#categoryTree {
	clear: both;
	background: #222;
	font-size: 1.6em;
	padding: 1em;
}

nav#categoryTree ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	gap: 1em;
	flex-wrap: wrap;
	font-size: 0.9em;
	justify-content: space-between;
}

nav#categoryTree ul li {
	clear: none;
	padding: 0;
	list-style: none;
}

nav#categoryTree ul li.kids {
	border: none;
	padding: 0;
}

nav#categoryTree ul div.description, nav#categoryTree ul li.kids ul  {
	padding: 1em;
	background: #fff7
}

nav#categoryTree li li {
	background: none;
	border: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.6em;
    max-width: 29em;
}

nav#categoryTree a, nav#categoryTree a:link, nav#categoryTree a:visited {
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0.5em 0.8em;
	border-radius: 0em;
	background: #fff7;
	color: #333;
}

nav#categoryTree a:hover {
	background: linear-gradient(0deg, #fff7 0%, #fff3 100%);
}


article.item span.tags {
    background: rgba(255, 255, 255, 0.5);
    padding: 0.5em;
    border-radius: 0.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

article.item .attribute.tags .attName {
    display: none;
}

.tags a {
    padding-right: 1em;
    text-transform: uppercase;
    font-size: 0.8em;
}

#scriptResult table {
    border: solid 1px #777777;
    border-collapse: collapse;
    width: 100%;
}

#scriptResult td {
    border-top: solid 1px #cccccc;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin: 0px;
}

#scriptResult tr:hover td {
    border: none;
    border-top: solid 1px #438DB4;
    border-bottom: solid 1px #438DB4;
    background-color: #ACDCF3;
}

*.iconFile {
    padding-left: 20px;
    background: url(images/icons/document.png) no-repeat 2px 50%;
}

.iconPDF {
    background-image: url(images/icons/document-pdf.png);
}

.iconTXT,
.iconCSV {
    background-image: url(images/icons/document-text.png);
}

.iconFAL,
.iconSWF {
    background-image: url(images/icons/document-flash.png);
}

.iconDOC {
    background-image: url(images/icons/document-word.png);
}

.iconXSL {
    background-image: url(images/icons/document-excel.png);
}

.iconHTM,
.iconHTML {
    background-image: url(images/icons/document-code.png);
}

.iconJPG,
.iconPNG,
.iconGIF {
    background-image: url(images/icons/document-image.png);
}

.iconMP3,
.iconWAV {
    background-image: url(images/icons/document-music.png);
}

.iconAVI,
.iconMOV,
.iconFLV {
    background-image: url(images/icons/document-film.png);
}

ul.tabs {
    padding: 0;
    list-style: none;
    margin-top: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.2em;
    padding-left: 1em;
}

ul.tabs.bottom {
    margin-top: 0;
    margin-bottom: 1em;
}

ul.tabs li,
ul.filter li {
    white-space: nowrap;
    margin: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.4) 100%);
    border: none;
    font-size: 1.2em;
}

ul.tabs li.selected,
ul.filter li.selected {
    background: #fff;
    border: solid 0.1em rgba(0, 0, 0, 0.3);
    border-bottom-color: rgba(0, 0, 0, 0.3);
    border-bottom-style: solid;
    border-bottom-width: 0.1em;
    border-bottom: none;
    margin-bottom: -0.1em;
}

ul.tabs.bottom li.selected {
    border: solid 0.1em rgba(0, 0, 0, 0.3);
    border-top: none;
    margin-top: -0.1em;
    margin-bottom: 0;
}

ul.tabs li.selected a,
ul.filter li.selected a {
    color: #000d;
}

ul.tabs li a img,
ul.filter li a img {
    vertical-align: middle;
}

ul.tabs li a,
ul.filter li a {
    color: inherit;
    text-decoration: none;
}

ul.tabs li a.disabled,
ul.filter li a.disabled {
    font-style: italic;
    cursor: default;
}

ul.tabs li a span,
ul.filter li a span {
    padding-left: 0.5em;
}

ul.filter {
    margin: 0;
    padding: 0;
    float: right;
    clear: both;
    list-style: none;
    overflow: hidden;
}

ul.filter li {
    border: solid 0.1em rgba(0, 0, 0, 0.3);
    border-radius: 0.5em;
    margin-right: 0;
    margin-left: 1em;
}

.tabContainer {
    padding: 1em;
    clear: both;
    border: solid 0.1em rgba(0, 0, 0, 0.3);
    overflow: hidden;
    background: #ffffff;
}

.tabContainer.bottom {
    margin-bottom: 0;
}

.tabContainer>div {
    overflow: scroll;
}

div.vertical {
    margin: auto;
    display: flex;
    flex-direction: row;
}

div.vertical > .tabContainer {
    clear: none;
    overflow: auto;
    margin: 0;
}

hr {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0;
    height: 0.1em;
    border: none;
    border-top: solid 0.1em rgba(0, 0, 0, 0.5);
    clear: both;
}

.scroll {
    margin-bottom: 1em;
    overflow: auto;
    border: solid 0.1em rgba(0, 0, 0, 0.5);
    border-left: none;
    border-right: none;
    background: rgba(255, 255, 255, 0.5);
    padding: 1em;
}

#attributeKey h3 {
    margin: 0;
    margin-bottom: 5px;
    line-height: 22px;
}

#attributeKey h4 {
    clear: both;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 6px;
}

#attributeKey div,
#attributeKey span {
    float: left;
    line-height: 18px;
    margin-bottom: 6px;
    margin-left: 30px;
}

#attributeKey div img,
#attributeKey span img,
#attributeKey h4 img {
    vertical-align: top;
}

.captcha {
    border: 0.1em solid #D0D0D0;
    border-radius: 0.5em;
    background: rgba(255, 255, 255, 0.2);
    padding: 1em;
    margin: 1em;
    margin-top: 2em;
    margin-bottom: 2em;
    clear: both;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2em;
}

.captchaCode {
    font-size: 2em;
    padding-right: 1em;
}

#userCaptcha {
    margin: 0;
    width: 3.5em;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
}

article.item,
article.user {
    margin-bottom: 2em;
    float: none;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    max-width: 85em;
    margin: auto;
}

article.item.simple {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
    margin: 0;
    padding: 0.5em;
    border-bottom: solid 0.1em rgba(0, 0, 0, 0.3)
}

article .details .image,
article .details .video,
article .details .images,
article .details .googleMap {
    display: block;
    max-width: 33em;
    width: 40%;
    min-width: 10em;
    margin: 0;
}

article .details .image .frame,
article .details .googleMap {
    max-height: 450px;
    overflow: hidden;
    box-sizing: border-box;
}

.googleMap .googleMap {
    display: none;
}

article .details .video iframe {
    max-width: 100%;
}

article .details.hasImages.cycle .images {
    position: relative;
    overflow: hidden;
    height: 68vw !important;
    max-height: 400px;
    min-height: unset !important;
}

article .details.hasImages.cycle .images a {
    display: block;
}

article .details.hasImages.cycle .images .image {
    width: 100%;
    max-height: unset;
    visibility: hidden;
}

article .details.hasImages.cycle .images .image.cycling {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    visibility: visible;
    display: none;
}

article .details .images .image {
    width: 50%;
    max-height: 200px;
    margin: 0;
    float: left;
}

article .details .frame {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

article .details .images .image.active {
    width: 100%;
    margin: 0;
    max-height: 400px;
}

#productImagePicker {
    clear: both;
}

#productImagePicker .image {
    max-width: 48%;
    border: solid 0.1em rgba(0, 0, 0, 0.3);
    padding: 0.5em;
    box-sizing: border-box;
    float: left;
    margin: 1%;
    position: relative;
}

#productImagePicker .image h3 {
    margin-top: 1em;
    margin-bottom: 0em;
    padding-bottom: 1em;
    border-bottom: solid 0.1em rgba(0, 0, 0, 0.3);
    text-align: center;
}

#productImagePicker a.remove {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2em;
    padding: 0.5em;
    color: #fff;
    text-shadow: 0 0 0.2em #000;
}

article .attributes {
    vertical-align: top;
    text-align: left;
    line-height: 1.8em;
    position: relative;
    padding: 1em;
    display: flex;
    flex-direction: column;
    flex-grow: 3;
    box-sizing: border-box;
    max-width: 85em;
    margin: auto;
    width: 20em;
}

article h3.caption {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: solid 1px #7777;;
    text-transform: uppercase;
}

article .hasMap a.button.map {
    display: none;
}

article .noImage .attributes {
    width: 100%;
    padding-top: 0;
    max-width: unset;
}

article .attributes .textarea {
    display: block;
    margin-bottom: 0.5em;
}

article .details {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 4em;
  column-gap: 2em;
  width: 100%;
  align-items: flex-start;
}

article:nth-child(even) .details {
    flex-direction: row-reverse;
}

article .image a {
    display: block;
}

article .image img {
    display: block;
    width: 100%;
    max-width: none;
    image-orientation: from-image;
}

.buttons, .menu {
    position: relative;
    clear: both;
    min-height: 3em;
    display: flex;
    flex-wrap: wrap;
    gap:0.5em;
}

.buttons.wide {
    flex-basis: 100%;
}

td.buttons,
div.buttons {
    text-align: right;
}

section header {
    text-align: center;
}

header div.buttons {
    float: none;
    text-align: center;
}

.buttons a {
    padding-left: 1em;
}

.item .buttons,
.item .buttons .public,
.block .buttons {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

article.item .buttons {
    position: static;
    margin-top: 2em;
    text-transform: uppercase;
    flex-grow: 2;
}

article.item.simple .buttons {
    width: auto;
  flex-grow: unset;
  margin: 0;
}

#objectBodyInfo .popupMenu,
article.item .buttons .popupMenu {
    position: relative;
}

section.block:hover .popupMenu,
article.product:hover .admin .popupMenu {
    display: block;
}

.popupMenu div.menu {
    display: none;
    background: #b2b2b2;
    position: absolute;
    bottom: 0;
    max-width: 30em;
    min-width: 18em;
    z-index: 999;
    text-align: center;
}

.popupMenu.hover div.menu {
    display: block;
}

.popupMenu div.menu h4 {
    padding: 8px;
    margin: 0;
    color: #000000;
    margin: 0.5em;
    clear: both;
}

.popupMenu div.menu ul {
    list-style: none;
    line-height: 2em;
    padding-left: 1em;
}

.popupMenu div.menu ul a {
    text-decoration: none;
}

.item .buttons .buttons {
    text-align: right;
    display: block;
    line-height: normal;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.popupMenu .menu a.button:link {
    float: none;
    margin: 2%;
    min-width: 46%;
    box-sizing: border-box;
}

.popupMenu a.button span {
    text-align: left;
}

.item .buttons .buttons .publicButtons {
    margin-top: 0.5em;
}

.options td {
    padding: 0.5em;
}

.options td.attributeName {
    width: 250px;
    padding: 0;
    text-align: left;
}

.options .indent td.attributeName {
    padding-left: 2em;
    width: 210px;
}

.options h3 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    line-height: 1.3em;
    font-size: 1.3em;
}

.options h3 img {
    float: left;
    margin-right: 12px;
}

input.checkbox {
    margin-bottom: 5px;
    margin-top: 5px;
    vertical-align: sub;
    cursor: pointer;
}

div.dragAndDropFiles,
div.uploadFiles {
    background: none repeat scroll 0 0 rgba(171, 219, 242, 0.5);
    overflow: hidden;
    padding: 1em;
    text-align: center;
    border-radius: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

div.dragAndDropFiles h3,
div.uploadFiles h3 {
    text-align: center;
}

div.dragAndDropFiles.dragOver {
    border-color: #125578;
    background: #ABDBF2;
    color: #125578;
}

div.dragAndDropFiles h5 {
    padding-left: 20px;
    background-position: 0px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-top: 4px;
    margin-bottom: 4px;
}

div.dragAndDropFiles .status {
    padding: 4px;
}

div.dragAndDropFiles .progress {
    padding-right: 20px;
    background: #ffffff url(images/admin/loading.gif) right 50% no-repeat;
}

div.dragAndDropFiles .fileList {
    text-align: left;
}

.fileSelector .folders {
    border-bottom: solid 0.1em rgba(0, 0, 0, 0.3);
    padding: 1em;
}

.fileSelector .folder {
    padding: 0.5em;
    width: 10em;
    display: inline-block;
}

.fileSelector .file {
    border: solid 0.1em rgba(0, 0, 0, 0.3);
    margin: 0.5%;
    display: inline-grid;
    position: relative;
    vertical-align: top;
    width: 22%;
    overflow: hidden;
}

.fileSelector .file .preview {
    text-align: center;
    max-height: 15em;
    margin-bottom: 0.5em;
    overflow: hidden;
}

.fileSelector .file .attributes,
.fileSelector .file .controls {
    padding: 0.5em;
}

.fileSelector .file .controls {
    display: none;
}

.fileSelector .file .attributes .attribute {
    display: block;
}

.fileSelector .file input[type=checkbox] {
    margin-right: 1em;
    position: absolute;
    top: 0;
    left: 0;
}

.fileSelector .file .preview img {
    width: 100%;
    display: inline-block;
}

.fileSelector .file:hover,
.fileSelector .folder:hover {
    background-color: #FFF6BF;
}

.fileSelector .file:hover .controls {
    display: block;
}

.imagePreview img {
    max-width: 100%;
}

.products {
    clear: both;
}

.products .childItems {
    clear: both;
    font-size: 0.8em;
}

.products .childItems .item {
    width: 32%;
    min-width: 300px;
    float: left;
    margin-right: 2%;
}

.item .parentItem>h3,
.item .childItems>h3,
.item .relatedItems>h3,
.item .tagList h3,
.item .itemImages h3,
.item .map h3 {
    margin-top: 1em;
    padding-top: 1em;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: solid 1px;
    text-transform: uppercase;
    clear: both;
}

#itemTypeViewer .bar.info {
    display: none;
    top: 25px;
    position: absolute;
    z-index: 999;
    right: 0;
    line-height: 14px;
    font-size: 11px;
}

.itemImages {
    clear: both;
}

#gallery {
    margin-bottom: 2em;
    clear: both;
    float: left;
    width: 100%;
    background: #E5E5E5;
    padding: 0.5em;
    box-sizing: border-box;
}

#gallery #photo {
    display: none;
    position: fixed;
    background: #000;
    z-index: 10000;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#gallery #photo a {
    position: absolute;
    top: 1em;
    right: 1em;
    display: block;
    padding: 0.5em;
    background: #ffffff;
    border-radius: 0.5em;
    cursor: pointer;
    font-size: 1.2em;
}

#gallery #photo .image {
    float: none;
    min-width: 400px;
    padding: 0.5em;
}

#gallery #photo .image .frame {
    padding: 0;
    max-height: unset;
    text-align: center;
}

#gallery #photo .image img {
    width: 100%;
    display: inline-block;
    margin: 0;
    max-width: 900px;
    text-align: center;
}

#gallery #thumbnails {
    padding: 0;
    margin: 0;
    padding: 1em;
    display: inline;
}

#gallery #thumbnails .image {
    float: left;
    display: block;
    margin: 0.5em;
    padding: 0;
    cursor: pointer;
    clear: none;
    width: auto;
    max-width: 200px;
    overflow: hidden;
    border: #fff solid 0.5em;
    background: #fff;
}

#gallery #thumbnails .image img {
    height: 85px;
    width: auto;
    display: block;
    margin: 0;
}

#gallery #thumbnails .image.selected {
    border-color: rgba(0, 0, 0, 0.5);
}

#gallery #thumbnails .image h3 {
    border: none;
    background: none;
    text-align: center;
    color: #000;
}

ul.actionList li.done {
    list-style: none;
    padding-left: 20px;
    background: url(images/icons/tick.png) 0 3px no-repeat;
    padding-top: 2px;
    padding-bottom: 2px;
}

.googleMap {
    height: 90vh;
    width: 100%;
    border: 1em solid rgba(100, 100, 100, 0.5);
}

a[rel="lightbox"] {
    cursor: url(images/icons/zoom_in.png), auto;
}

#menu .logo {
    background: url(images/logo.png) no-repeat scroll 50% 50% rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    height: 111px;
    margin-bottom: 20px;
    display: block;
}

#toolbar .logo:hover,
#menu .logo:hover {
    background-color: rgba(171, 219, 242, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.attribute .price .priceDetails {
    padding-left: 0.6em;
}

.red {
    color: rgb(200, 0, 0);
}

.orange {
    color: rgb(200, 100, 0);
}

.yellow {
    color: rgb(200, 200, 0);
}

.green {
    color: rgb(0, 200, 0);
}

.blue {
    color: rgb(0, 0, 200);
}

.purple {
    color: rgb(100, 0, 200);
}

#actionProgress,
#sessionTimeout {
    position: fixed;
    width: 80%;
    box-shadow: 0 0 2em #000000;
    border: solid 0.2em;
    background: rgba(255, 255, 255, 0.8);
    color: black;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    top: 40%;
    left: 0;
    border-radius: 1em;
    margin-left: 10%;
    padding: 1em;
    box-sizing: border-box;
    z-index: 999;
}

#sessionTimeout {
    display: none;
    font-size: 1em;
}

#actionProgress .spinner,
.ajaxProgress {
    padding-top: 0.5em;
    font-size: 3em;
    line-height: 2em;
    color: #333;
    text-align: center;
    margin: auto;
}

span.tag {
    background: #ABDBF2;
    cursor: pointer;
}

.block .templateInstructions {
    max-width: 300px;
    float: left;
}

nav #clientMenu,
nav #cart {
    text-transform: capitalize;
    cursor: pointer;
    text-align: left;
    z-index: 999;
    width: auto;
}

nav #clientMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  font-size: 0.8em;
}

nav #clientMenu ul li {
    float: none;
    margin: 0;
    text-align: left;
}

nav#nav #clientMenu a {
    text-decoration: none;
    display: block;
    background: #333;
    white-space: nowrap;
}

nav#nav #clientMenu a:hover {
    background: #ABDBF2;
}

nav #clientMenu h3 {
    margin: 0;
    font-weight: bold;
    font-size: 1em;
    color: rgba(0, 0, 0, 0.4);
}

nav #clientMenu.hover h3 {
    color: rgba(0, 0, 0, 0.9);
}

nav #clientMenu span.userName {
    font-size: 0.8em;
    display: block;
    line-height: normal;
    padding-bottom: 0.5em;
}

nav #clientMenu div.userMenu {
    display: none;
    position: absolute;
    z-index: 9999;
    right: 0;
    background: #333;
    text-align: center;
    max-width: 18em;
}

nav #clientMenu.simple {
    position: absolute;
}

#clientMenu.simple.hover h3 {
    display: none;
}

#categoryPath {
    line-height: 2.5em;
    text-transform: uppercase;
    color: #555555;
    font-size: 1.2em;
    float: none;
    width: auto;
    margin-top: 2em;
}

#miniOrder {
    float: right;
    margin: 0.5em;
    margin-right: 0;
    margin-left: 0;
    width: auto;
    clear: both;
}

#miniOrder a {
    font-weight: 1.4em;
    padding: 0.5em;
    display: block;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 0.1em;
    text-align: center;
}

#miniOrder a:hover {
    background: #EDEDED;
}

#main.hasMenu {

}

nav#menu {
    min-width: 12em;
}

nav#menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1em;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.4em;
}

nav#menu ul li div {
    background: #125578;
    border-top: medium none;
    white-space: normal;
    z-index: 999;
    font-size: 0.8em;
}

nav#menu ul ul li div {
    position: static;
}

nav#menu ul li.selected div {
    background: #333;
}

nav#menu ul li div li {
    float: none;
    border: none;
    border-top: solid 1px #ffffff;
    margin: 0;
}

nav#menu ul li div span.description {
    display: none;
    padding: 0.5em;
    color: #ffffff;
}

nav#menu li {
    height: 1%;
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
}

nav#menu li li {
    background: none;
    border: 0;
    padding: 0;
    font-weight: normal;
    line-height: 1.6em;
}

nav#menu a,
nav#menu a:link,
nav#menu a:visited {
    text-decoration: none;
    display: block;
    margin: 0;
    color: #ffffff;
    padding: 0.5em;
    background: #125578;
}

nav#menu li.selected a,
nav#menu li.selected a:hover {
    background: #333;
    color: #ffffff;
}

nav#menu a:hover,
nav#menu a:active {
    color: #333;
    background: #ABDBF2;
}

nav.horizontal ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav.horizontal ul li {
    float: left;
    margin: 0.5em;
    padding: 0.5em;
}

.pageWatch {
    border-top: solid 4px rgba(0, 0, 0, 0.1);
    border-bottom: solid 4px rgba(0, 0, 0, 0.1);
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    line-height: 2em;
    display: flex;
    flex-direction: column;
    gap: 2em;
    align-items: center;
}

.smallText {
    font-size: 0.8em;
    line-height: normal;
}

span.key i {
    padding-right: 0.5em;
    font-size: 1.2em;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.column2 {
    float: left;
    width: 45%;
    min-width: 20em;
  padding: 2%;
  box-sizing: border-box;
}

.column4 {
    float: left;
    width: 20%;
    min-width: 20em;
    padding: 2%;
    box-sizing: border-box;
}

.item.template {
    border-top: #ddd solid 1px;
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
}

.item.template .children {
    padding-left: 5em;
}

.item .attributes .icon {
    float: none;
    width: auto;
    display: block;
    text-align: center;
    height: auto;
    margin: 0px;
    line-height: 0em;
    font-size: 8em;
}

.item .attributes .icon .attValue {
    padding: 0;
}

.order .basket {
    width: 60%;
    float: left;
}

.order .item {
    padding-bottom: 3em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5em;
    gap: 1em;
}

.order .item:hover {
    background-color: rgba(255, 242, 63, 0.5);
}

.order .item a.photo {
    width: 10em;
    max-width: 200px;
    float: left;
    text-align: center;
    overflow: hidden;
}

.order .item a.photo i {
    font-size: 6em;
}

.order .item a.photo img {
    width: 100%;
    display: block;
}

.order .item .details {
    max-width: 50%;
}

.order .item a {
    line-height: 1.5em;
}

.order .item input.number {
    width: 4em;
}

.order .delivery select {
    max-width: 100%;
    text-align: center;
}

.order .total {
    text-align: center;
    float: right;
    width: 40%;
    background: #ddd;
    padding: 1em;
    box-sizing: border-box;
}

.order .delivery .deliveryOption {
    padding: 0;
    font-weight: normal;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    gap: 1em;
    border: solid 1px #0007;
    color: #000;
    margin-bottom: 0.5em;
    border-radius: 0.5em;
    padding: 0.5em;
}

.order .delivery .deliveryOption .description {
    flex-grow: 1;
}

.order .total .deliveryOption .price {
    font-size: 1.4em;
    text-align: right;
}

footer nav a {
    padding: 0.5em;
    background: rgba(0, 0, 0, 0.1);
    display: block;
}

.cols .colHalf {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2em;
    clear: none;
}

.cols {
    display: flex;
    flex-wrap: wrap;
    gap: 3em;
}


/* .cols .colHalf:nth-child(even) {
    float: right;
} */

audio {
    width: 100%;
}

#objectBodyInfo ul {
    list-style: inside;
}

#objectBodyInfo ul li {
    margin-bottom: 0.5em;
}

#jumpTop {
    position: fixed;
    bottom: 1em;
    right: 1em;
    text-transform: uppercase;
    display: none;
    padding: 1em;
    background: #777;
    color: #fff;
}

.manage {
    padding: 0.5em;
    background: rgba(250, 250, 100, 0.8);
    overflow: hidden;
    clear: both;
    text-align: center;
    font-size: 1.2em;
    box-sizing: border-box;
    display: flex;
    gap: 0.5em;
    flex-wrap: wrap;
}

.hideManage .manage {
    display: none;
    align-items: center;
    /* z-index: 9999;
    top: 1em;
    left: 30%;
    right: 30%;
    position: absolute; */
}

.hideManage .blocks:hover>.manage,
.hideManage .block:hover>.manage,
.hideManage .item:hover .manage,
.hideManage .products:hover>.manage,
.hideManage .category:hover>.manage {
    display: flex;
}

.manage .buttons {
    justify-content: center;
}

.manage h3 {
    float: left;
    clear: left;
    margin: 0;
    margin-right: 2em;
}

section.tagList ul {
    margin: 0;
    padding: 0;
}

section.tagList ul li {
    margin: 0;
    list-style: none;
    float: left;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}

section.tagList ul li a {
    text-decoration: none;
}

.tagList li,
.tagList a {
    float: left;
    height: 2em;
    line-height: 2em;
    position: relative;
    font-size: 1em;
}

.tagList a,
.tagList a:visited {
    padding: 0 1em 0 1em;
    background: rgba(200, 200, 200, 0.75);
    color: #000a;
    text-decoration: none;
    border-radius: 1em 0.3em 0.3em 1em;
    margin: 0.5em;
}

.tagList a:hover {
    background: #000;
    color: #fff;
}

.tagList a span {
    font-style: italic;
    margin-left: 1em;
}

.tagList a.add {
    background: rgba(200, 255, 200, 0.75);
}

.tagList a.remove {
    background: rgba(255, 200, 200, 0.75);
}

.tagList a:hover {
    background: #333;
    color: #fff;
}

.content {
    padding-left: 1em;
    padding-right: 1em;
}

.content > .content {
    padding: 0;
}

.content img {
    max-width: 100%;
    height: auto;
}

.imageList .imageList .imagePreview,
#productImagePicker .image .sections {
    display: none;
}

#productImagePicker .image.selected {
    border: none;
    background: none;
    float: none;
    clear: both;
    padding: 0;
    border: none;
}

#productImagePicker .image.selected .sections {
    display: block;
}

#productImagePicker .image a.opener {
    position: absolute;
    bottom: 1em;
    left: 1em;
}

#productImagePicker .image.selected a.opener {
    font-size: 1.8em;
    float: none;
    color: #333;
    text-align: left;
    cursor: default;
    line-height: normal;
    position: static;
    background: none;
    padding: 0;
    display: block;
    border: none;
}

.image.selected .section,
#productImagePicker .image.selected div.dragAndDropFiles,
#productImagePicker .image.selected .imagePreview {
    border-radius: 1em;
    float: left;
    margin: 1em;
    min-width: 45%;
}

#productImagePicker .image .controls {
    position: absolute;
    top: 1em;
    right: 1em;
    display: none;
}

#productImagePicker img.preview {
    max-width: 500px;
    width: 100%;
}

#productImagePicker .image.selected .controls {
    display: block;
}

.stripePayment {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.stripePayment #stripePaymentButton {
    margin: 0;
}

.stripePayment #stripeCardDetails {
    max-width: 40em;
    border: solid 1px #777;
    padding: 0.5em;
    width: 100%;
    box-sizing: border-box;
}

.stripePayment #cardErrors {
    color: #c00;
    line-height: 2.5em;
    width: 100%;
    text-align: center;
}

section.grid>div {
    display: grid;
    float: left;
    border: solid 1px;
    padding: 0.5em;
    margin: 0.5em;
}

body #popup,
.popup {
    background: #000d;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    z-index: 99999;
}

body>#popup div.ajax,
body>#popup div.ajaxProgress,
.popup .inner {
    background: #fff;
    padding: 1em;
    min-width: 300px;
    max-width: 600px;
    height: 100%;
    margin: auto;
    box-sizing: border-box;
    position: relative;
}

body > #popup div.ajax div.ajax,
body>#popup div.ajax div.ajaxProgress {
    background: none;
    min-width: unset;
    max-width: unset;
    height: auto;
    padding: 0;
}

body>#popup div.ajax {
    text-align: left;
    overflow: scroll;
    font-size: 1.4em;
}

body>#popup div.ajax div.colHalf {
    float: none;
    width: auto;
    min-width: unset;
}

body>#popup a.close,
.popup .inner a.close {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 2em;
    font-size: 2em;
    cursor: pointer;
    text-align: center;
    background: #fff;
}

body>#popup a.close:after,
.popup .inner a.close:after {
    font-family: FontAwesome;
    content: "\f00d";
    padding: 0.5em;
}

.signaturePad canvas {
    width: 100%;
    height: 200px;
    border-top: solid 1px #777;
    border-bottom: solid 1px #000;
}

.shade,
.userDetails .altRow,
table.stripe tr:nth-child(even) td,
.stripe:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.1);
}


/* The sticky class is added to the navbar with JS when it reaches its scroll position */

.sticky.stuck {
    position: fixed;
    z-index: 9999;
    margin: 0;
    right: 0;
    font-size: 2em;
}


/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */

.sticky.stuck+.content {
    padding-top: 60px;
}

a.button.icon {
    text-align: center;
    min-width: 4em;
}

a.button.icon i {
    display: block;
    font-size: 2em;
    text-align: center;
    margin-bottom: 0.2em;
}

a.button.icon span {
    display: block;
    text-align: center;
    font-size: 0.8em;
    padding: 0;
    text-indent: 0;
}

.flexRow {
    display: flex;
    flex-direction: row;
    gap: 1em;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.flexRow.wide {
    justify-content: space-between;
}

.flexRow .flexRow {
    flex-grow: 2;
    flex-wrap: wrap;
}

.card {
    padding: 1em;
    max-width: 30em;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    border-radius: 0.5em;
    border: solid 0.1em;
    box-shadow: 0 0 0.5em #7777;
}

.itemImages .frame {
    background-repeat: none;
    background-size: cover;

}

.itemImages .frame img {
    visibility: hidden;
}
body,
td,
p,
input,
select,
textarea,
button {
    font-family: verdana, sans-serif;
}

#page {
    margin: 0;
}

#banner {
    text-align: center;
    padding: 1em;
    padding-bottom: 0;
    padding-top: 0;
    box-shadow: 0 0 1em #333;
    background-image: linear-gradient(180deg, #a5a5a5 0%, #cccccc 3%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-family: Arial, sans-serif;
}

#banner a.logo {
    display: inline-block;
    margin: auto;
    margin: 0;
    margin-bottom: 1em;
    margin-top: 1em;
    float: none;
    margin-right: 4em;
    background-image: url(images/logo.svg);
    height: 3.5em;
    width: 6em;
}

nav#nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 0;
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4em;
}

nav#nav,
nav #clientMenu,
nav #cart {
    text-transform: lowercase;
}

nav#nav ul {
    clear: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}

nav#nav ul ul {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1em;
    padding-bottom: 1em;
}

nav#nav ul li,
nav #clientMenu {
    float: none;
    white-space: nowrap;
}

nav#nav #clientMenu a:hover {
    background: none;
}

.title,
h1 {
    font-size: 2.5em;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

.heading,
h2 {
    line-height: 1.5em;
    color: #000;
    font-size: 2em;
    font-family:  Arial, sans-serif;
}

h3,
.h3,
.subHeading,
.caption,
.caption a {
    font-family: Arial, sans-serif;
}

h4 {
    font-weight: bold;
}

a {
    color: #15315A;
}

a:visited {
    color: #15315A;
}

a:hover {
    color: #E7802A;
}

#menu {
    width: 150px;
}

#menu #simpleSearch,
#menu #userMenu {
    display: none;
}

#main {
    font-size: 1.2em;
}

#main.hasMenu {
    padding-left: inherit;
    max-width: 1000px;
}

nav#menu {
    width: 100%;
    position: relative;
    float: left;
    clear: both;
    margin-bottom: 1em;
    display: none;
}

nav#menu li {
    float: left;
    margin-right: 1px;
}

nav#menu ul li div {
    display: none;
    position: absolute;
}

nav#menu ul li:hover {
    display: block;
}

.attributes .attribute.Quote,
.productDetails .Quote .attValue {
    font-style: italic;
    background: #7777774d;
    font-weight: normal;
    line-height: 1.6em;
    padding: 1em;
    display: block;
}

.details ul {
    list-style: outside disc;
    padding-left: 1.5em;
}

.details ul li {
    line-height: normal;
    padding-bottom: 0.8em;
}

#productList .childItems {
    font-size: 0.7em;
}

#productList .childItems article.item {}

#productList .childItems article.item.attributes span,
#productList .childItems article.item.author {
    display: none;
}

#productList .childItems article.item.image {
    padding: 0;
    margin: 0;
    display: block;
    float: none;
}

#productList .childItems article.item.image .frame {
    max-height: 200px;
    overflow: hidden;
}

#productList .childItems article.item.image img {
    width: 100%;
}

#productList .childItems article.itemh3.productCaption {
    padding: 8px;
    margin: 0;
}

#productList .childItems article.item.buttons .button {
    font-size: 12px;
    line-height: 20px;
}

nav#nav ul li div {
    max-width: unset;
    background: #fff;
    left: 0;
    right: unset;
}

nav#nav ul li div span.description {
    color: #ffffff;
}

nav#nav div.pages ul  li a,
nav#nav div.pages ul  li a:link,
nav#nav div.pages ul  li a:visited {
    padding: 0;
    padding-top: 1.5em;
    line-height: 1.5em;
    padding-left: 1em;
    padding-right: 1em;
    border: none;
    background: none;
    height: 4.5em;
    box-sizing: border-box;
}

nav#nav div.pages ul  li:hover a,
nav#nav div.pages ul  li a:hover,
nav#nav div.pages ul  li.selected a:hover,
nav#nav div.pages ul  li.selected.hover a {
    border-top: solid 0.4em;
    border-bottom: none;
    padding-top: 1.1em;
}

nav#nav div.pages ul  li.selected a {
    border-bottom: solid 0.4em;
    border-top: none;
}

nav#nav div.pages ul a span,
nav#nav #clientMenu li a,
nav#nav #clientMenu>a {
    padding-left: 0.5em;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}

nav#nav div.pages ul >li>a {
    padding-top: 0;
}

nav#nav div.pages ul >li>a span {
    padding-left: 0em;
    padding-top: 0;
}

nav#nav div.pages ul  li.selected a,
nav#nav div.pages ul  li.selected a:hover,
nav#nav div.pages ul  li a:hover,
nav#nav div.pages ul  li a:active,
nav#nav div.pages ul  li.hover>a:link,
nav#nav div.pages ul  li.hover>a:active {}

nav#nav div.pages ul  li.selected a span,
nav#nav div.pages ul  li.selected a:hover span,
nav#nav div.pages ul  li a:hover span,
nav#nav div.pages ul  li a:active span,
nav#nav div.pages ul  li.hover>a:link span,
nav#nav div.pages ul  li.hover>a:active span {
    background: none;
}

nav#nav ul li div li {
    border: none;
}

nav#nav div.pages ul  li div li a:link,
nav#nav div.pages ul  li div li a:hover,
nav#nav div.pages ul  li div li a:visited,
nav#nav div.pages ul  li.hover div li a:link,
nav#nav div.pages ul  li.selected div li a:link,
nav#nav div.pages ul  li.selected div li a:hover,
nav#nav div.pages ul  li.selected div li a:visited {
    color: #000000AA;
    border: none;
    text-align: left;
    margin: 0;
    border: none;
    height: auto;
    padding-top: 0;
    line-height: 3em;
}

nav#nav ul li li li {
    padding-left: 1em;
    border: none;
    background: inherit;
}

nav#nav ul ul li.selected ul {
    display: block;
}

#actionProgress {
    color: #00B0E7;
    border-color: #00B0E7;
}

.googleMap,
article.item.googleMap {
    border-color: #00B0E7;
    border: none;
}

ul.tabs li.selected a,
ul.filter li.selected a {
    color: #00B0E7;
}

article.item.details .image,
article.item.details .googleMap {
    margin-bottom: 0;
}

article.item.author {
    background: #00B0E7;
}

article.item.author img {
    margin: 0;
}

article.item.author span {
    display: none;
}

nav#menu ul li div {
    background: #00B0E7;
}

nav#menu ul li.selected div {
    background: #000000;
}

nav#menu ul li div span.description {
    color: #ffffff;
}

nav#menu a,
nav#menu a:link,
nav#menu a:visited {
    color: #ffffff;
    background: #00B0E7;
}

nav#menu li.selected a,
nav#menu li.selected a:hover {
    background: #494949;
    color: #ffffff;
}

nav#menu a:hover,
nav#menu a:active {
    color: #ffffff;
    background: #000000;
}

section.products {
    text-align: center;
    max-width: 1000px;
    margin: auto;
}

.products article.item {
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 0.5em;
    margin-top: 2em;
    padding: 1em;
    box-sizing: border-box;
}

.products article.item h3.caption {
    border-bottom: solid 0.2em #edd400;
    color: #000000cc;
    padding-bottom: 0.5em;
    font-size: 1.5em;
}

.products article.item:nth-child(6n+6) h3.caption {
    border-color: #FE7E0D;
}

.products article.item:nth-child(6n+5) h3.caption {
    border-color: #E91823;
}

.products article.item:nth-child(6n+2) h3.caption {
    border-color: #4e9a06;
}

.products article.item:nth-child(6n+3) h3.caption {
    border-color: #3465a4;
}

.products article.item:nth-child(6n+4) h3.caption {
    border-color: #5c3566;
}

.products article.item h3.caption a {
    color: #000000cc;
}

.block .products article.item:nth-child(6n+6) {
    border-color: #FE7E0D;
    background-color: #FE7E0D55;
}

.block .products article.item:nth-child(6n+5) {
    border-color: #E91823;
    background-color: #E9182355;
}

.block .products article.item:nth-child(6n+1) {
    border-color: #edd400;
    background-color: #edd40055;
}

.block .products article.item:nth-child(6n+2) {
    border-color: #4e9a06;
    background-color: #4e9a0655;
}

.block .products article.item:nth-child(6n+3) {
    border-color: #3465a4;
    background-color: #3465a455;
}

.block .products article.item:nth-child(6n+4) {
    border-color: #5c3566;
    background-color: #5c356655;
}

.block .products article.item h3.caption {
    /* background: #edd400; */
    color: #000000cc;
    padding: 0.5em;
    border: none;
}


/* .block .products article.item:nth-child(6n+6) h3.caption {
    background: #FE7E0D;
}

.block .products article.item:nth-child(6n+5) h3.caption {
    background: #E91823;
}

.block .products article.item:nth-child(6n+2) h3.caption {
    background: #4e9a06;
}

.block .products article.item:nth-child(6n+3) h3.caption {
    background: #3465a4;
}

.block .products article.item:nth-child(6n+4) h3.caption {
    background: #5c3566;
} */

.products article.item h3.caption a {
    color: #000000cc;
}

.products article.item:nth-child(even) .image,
.products article.item:nth-child(even) .googleMap {
    float: right;
    margin: 0;
}

section.block {
    margin-bottom: 1.5em;
    float: left;
    width: 100%;
    clear: both;
    box-sizing: border-box;
}

.products article.item .attributes .attribute .attValue {
    padding-right: 0;
}

.products article.item .attributes .attribute.price .priceDetails {
    font-size: 1em;
    padding-left: 1em;
}

article.item .attribute.price .attName {
    display: none;
}

article.item .attribute.price .attValue span.price {
    padding: 0.5em;
    display: block;
}

article.item .attribute.price .attValue span.price.quantity {
    font-size: 0.5em;
}

#banner #simpleSearch {
    display: none;
}

nav #clientMenu {
    position: relative;
    margin: 0;
}

nav #clientMenu div.userMenu {
    padding: 0.5em;
    border-bottom: solid 0.3em #0007;
    background: #ccc;
}

nav #clientMenu div.userMenu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

nav#nav #clientMenu a {
    background: none;
    color: inherit;
    padding: 0.5em;
    color: #0007;
}

nav#nav #clientMenu>a.mobileHide {
    background: none;
    padding: 0;
    padding-top: 1.5em;
    line-height: 1.5em;
    padding-left: 2em;
    padding-right: 2em;
    border: none;
    background: none;
    height: 4.5em;
    box-sizing: border-box;
}

nav#nav #clientMenu.hover>a,
nav#nav #clientMenu>a:hover {
    border-top: solid 0.4em;
    border-bottom: none;
    padding-top: 1.1em;
    background: #ccc;
}

nav#nav #toggleMenu {
    background: none;
    color: #333;
}

nav #clientMenu ul li {
    border: none;
}

nav#nav #cart {
    color: #333;
    padding-left: 1em;
    padding-right: 1em;
    border: none;
    background: none;
}

* h1 {
    color: #3465a4;
}

* h1:nth-child(5n+2) {
    color: #4e9a06;
}

* h1:nth-child(5n+3) {
    color: #FE7E0D;
}

* h1:nth-child(5n+5) {
    color: #E91823;
}

* h1:nth-child(5n+5) {
    color: #5c3566;
}

nav#nav ul li div,
nav#nav ul li div ul {}

nav#nav>div.pages>ul>li a {
    color: #FE7E0D;
    padding-top: 0;
    background: none;
}

nav#nav>div.pages>ul>li:nth-child(5n+2) a {
    color: #E91823;
}

nav#nav>div.pages>ul>li:nth-child(5n+3) a {
    color: #5c3566;
}

nav#nav>div.pages>ul>li:nth-child(5n+4) a {
    color: #3465a4;
}

nav#nav>div.pages>ul>li:nth-child(5n+5) a {
    color: #4e9a06;
}

nav#nav>div.pages>ul>li.selected a,
nav#nav>div.pages>ul>li.hover a,
nav#nav>div.pages>ul>li a:hover {
    background-color: #ffd4ae;
}

nav#nav>div.pages>ul>li.selected:nth-child(5n+2) a,
nav#nav>div.pages>ul>li.hover:nth-child(5n+2) a,
nav#nav>div.pages>ul>li:nth-child(5n+2) a:hover {
    background-color: #f8b2b5;
}

nav#nav>div.pages>ul>li.selected:nth-child(5n+3) a,
nav#nav>div.pages>ul>li.hover:nth-child(5n+3) a,
nav#nav>div.pages>ul>li:nth-child(5n+3) a:hover {
    background-color: #c8bbcc;
}

nav#nav>div.pages>ul>li.selected:nth-child(5n+4) a,
nav#nav>div.pages>ul>li.hover:nth-child(5n+4) a,
nav#nav>div.pages>ul>li:nth-child(5n+4) a:hover {
    background-color: #9aa7b9;
}

nav#nav>div.pages>ul>li.selected:nth-child(5n+5) a,
nav#nav>div.pages>ul>li.hover:nth-child(5n+5) a,
nav#nav>div.pages>ul>li:nth-child(5n+5) a:hover {
    background-color: #c4ddac;
}

nav#nav>div.pages>ul>li>a:hover::before {
    background: #FE7E0D;
    color: #fff;
    box-shadow: 0 0 0.5em #333;
}

nav#nav>div.pages>ul>li:nth-child(5n+2)>a:hover::before {
    background: #E91823;
}

nav#nav>div.pages>ul>li:nth-child(5n+3)>a:hover::before {
    background: #5c3566;
}

nav#nav>div.pages>ul>li:nth-child(5n+4)>a:hover::before {
    background: #3465a4;
}

nav#nav>div.pages>ul>li:nth-child(5n+5)>a:hover::before {
    background: #4e9a06;
}

nav#nav>div.pages>ul>li>div,
nav#nav>ul>li.selected>div {
    border-bottom: solid 0.4em;
    color: #FE7E0D;
    padding: 0;
    background-color: #ffd4ae;
    width: auto;
}

nav#nav>div.pages>ul>li:nth-child(5n+2) div {
    color: #E91823;
    background-color: #f8b2b5;
}

nav#nav>div.pages>ul>li:nth-child(5n+3) div {
    color: #5c3566;
    background-color: #c8bbcc;
}

nav#nav>div.pages>ul>li:nth-child(5n+4) div {
    color: #3465a4;
    background-color: #bbcbe1;
}

nav#nav>div.pages>ul>li:nth-child(5n+5) div {
    color: #4e9a06;
    background-color: #c4ddac;
}

nav#nav ul li ul li a:before {
    font: normal normal normal 1em/1 FontAwesome;
    content: "\f105";
    font-size: 1em;
    display: inline;
    text-align: center;
    padding: 0em;
    margin: 0;
    border: none;
    padding-right: 0.5em;
}

section.block .content {
    text-align: center;
    clear: both;
}

section.block .content h3 {
    border-top: solid 0.2em;
    padding-top: 1em;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 3em;
}

section.block form .content h3 {
    border-bottom: none;
    width: auto;
}

article.item .buttons,
article.item .buttons .public,
.block .buttons {
    float: none;
    text-align: center;
}

.button,
.button:link,
.button:visited,
.openClose,
ul.tabs li,
.bar,
.bar:link,
.bar:visited,
.inputBoxButton,
button,
form input[type="submit"] {
    border: solid 0.1em;
    background: none;
}

.button:hover, .openClose:hover, ul.tabs li:hover, .bar:hover, .inputBoxButton:hover, button:hover, form input[type="submit"]:hover {
    background: #ccc;
    color: #333;
}

article .attributes {
    width: 55%;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
