body {
    color: #000000;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
}

.admin-bar {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: #333333;
    z-index: 10000;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}
.admin-bar p {
    margin: 0 15px;
    display: inline;
}
.admin-bar #edit-meta-link {
    display: inline-block;
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
    padding: 0 15px;
    margin: 0 -15px;
}
.admin-bar #edit-meta-link:hover {
    background: #000000;
    color: #FFFFFF;
}
@media (max-width: 500px) {
    .admin-bar p {
        margin: 0 5px;
        display: inline;
    }
    .admin-bar p.title {
        display: none;
    }
}
.admin-bar img {
    vertical-align: middle;
}
.admin-bar .faded {
    color: #999999;
}
.admin-bar .edit-page-url, .admin-bar .edit-page-url:hover, .admin-bar .edit-page-url:focus {
    background: none;
    border: 0;
    margin: 0;
    padding: 2px 0;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 30px;
}
.admin-bar .edit-page-url:hover, .admin-bar .edit-page-url:focus {
    background: #FFFFFF;
    color: #000000;
}
.admin-bar .admin-menu {
    list-style: none;
    margin: 0 10px;
    padding: 0;
    float: right;
    text-align: right;
    white-space: nowrap;
}
@media (max-width: 600px) {
    .admin-bar .admin-menu {
        margin: 0 5px;
    }
    .admin-bar .admin-menu li.view-website {
        display: none;
    }
}
.admin-bar .admin-menu li {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}
.admin-bar .admin-menu li a {
    display: block;
    padding: 0 20px;
    text-decoration: none;
    color: #FFFFFF;
}
.admin-bar .admin-menu li:hover a, .admin-bar .admin-menu li a:hover {
    background: #000000;
    color: #FFFFFF;
}
.admin-bar .admin-menu li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    right: 0;
    background: #000000;
    box-shadow: 0 0 5px #000000;
    min-width: 200px;
    display: none;
}
.admin-bar .admin-menu li:hover ul {
    display: block;
}
.admin-bar .admin-menu li:hover ul li ul {
    display: none;
}
.admin-bar .admin-menu li:hover ul li:hover ul {
    display: block;
}
.admin-bar .admin-menu li ul li {
    float: none;
}
.admin-bar .admin-menu li ul li a {
    padding: 5px 20px;
}
.admin-bar .admin-menu li:hover ul li a {
    background: none;
}
.admin-bar .admin-menu li:hover ul li:hover, .admin-bar .admin-menu li ul li a:hover {
    background: #333333;
}
.admin-bar .admin-menu li ul li ul {
    top: 5%;
    right: 95%;
}
@media (max-width: 500px) {
    .admin-bar .admin-menu li ul li ul {
        display: block !important;
        position: static;
        box-shadow: none;
        padding-left: 10px;
        font-size: 0.9em;
    }
}
.page-text {
    display: block;
    padding: 1px 10px;
    margin: -1px -10px;
    min-height: 1.4em;
}
.page-text:hover {
    background: #CCCCCC;
    color: #000000;
}
.page-text:hover * {
    color: #000000;
}
.page-text, .page-text a {
    cursor: text !important;
}
#page-text-edit-wrapper, .dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    transition-duration: 0s;
}
#page-text-edit-wrapper .page-text-edit-box, .dialog .dialog-box {
    margin: 50px auto;
    width: 1000px;
    max-width: 100%;
    max-height: 90%;
    padding: 0 10px 10px;
    background: #EEEEEE;
    box-shadow: 0 0 20px #000000;
    overflow: auto;
    color: #333333;
    position: relative;
    box-sizing: border-box;
}
#page-text-edit-wrapper .page-text-edit-box h2 {
    margin: 10px 0;
}
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #990000;
    text-decoration: none;
    font-size: 24px;
    line-height: 24px;
}
.close-button:hover {
    color: #990000;
    text-decoration: none;
}
.close-button img {
    vertical-align: middle;
}
.dialog .dialog-box iframe {
    width: 100%;
    height: 400px;
    height: 70vh;
    padding: 0;
    margin: 0;
    border: 0 none;
    box-sizing: border-box;
}
#page-text-edit-wrapper .page-text-edit-box textarea {
    width: 98%;
    min-width: 98%;
    max-width: 98%;
    height: 400px;
    min-height: 100px;
    margin: 10px 0;
    display: block;
}
#page-text-edit-wrapper .form-row .form-label {
    float: left;
    width: 200px;
    max-width: 28%;
}
#page-text-edit-wrapper .form-row .form-label label {
    line-height: 35px;
}
#page-text-edit-wrapper .form-row .form-field {
    text-align: right;
    position: relative;
}
#page-text-edit-wrapper .form-row .form-field input, #page-text-edit-wrapper .form-row .form-field textarea {
    width: 70%;
    min-width: 70%;
    max-width: 70%;
}
#page-text-edit-wrapper .form-row .form-field select {
    width: 72%;
    min-width: 72%;
    max-width: 72%;
}
.tox-collection__item-label {
    position: relative;
}
.tox blockquote:before, .tox blockquote:after {
    font-size: inherit;
    font-style: normal;
    position: static;
}

.admin #wrapper {
    margin-top: 30px;
}

a {
    transition-duration: 0.3s;
}
.ui-datepicker a {
    transition-duration: 0s;
}
.ui-datepicker table thead th, .ui-datepicker table thead td, .ui-datepicker table tfoot th, .ui-datepicker table tfoot td {
    background: none;
}

img, video, iframe {
    border: 0 none;
    max-width: 100%;
    max-height: 100%;
}

h1 {
    font-size: 2em;
    font-weight: bold;
    margin: 30px 0;
}
h2 {
    font-size: 2em;
    font-weight: bold;
    margin: 30px 0;
}
h3 {
    font-size: 1.8em;
    font-weight: normal;
    margin: 30px 0;
}
h4 {
    font-size: 1.4em;
    font-weight: bold;
    margin: 30px 0;
}
h5 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 30px 0;
}
h6 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 30px 0 -20px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: underline;
}
p {
    margin: 20px 0;
}
ul, ol {
    margin: 20px 0;
    padding: 0 0 0 30px;
    text-align: left;
}
ul ul, ol ol, ul ol, ul ol {
    margin: 0;
    padding-left: 20px;
}
li {
    margin: 2px 0;
    padding: 0;
}

.fa-solid, .fas, .fa-svg svg {
    vertical-align: middle;
}
.fa-svg svg {
    fill: currentColor;
}

hr {
    clear: both;
    border: 0;
    border-bottom: 1px solid #CCCCCC;
    margin: 50px auto;
    padding: 0;
    height: 0;
    max-width: 300px;
}

code {
    font-family: monospace;
}
blockquote {
    clear: both;
    position: relative;
    margin: 20px;
    padding: 20px;
}
blockquote:before, blockquote:after {
    font-family: 'PT Serif', serif;
    font-size: 50px;
    font-style: italic;
    position: absolute;
}
blockquote:before {
    content: open-quote;
    top: 5px;
    left: -10px;
}
blockquote:after {
    content: close-quote;
    bottom: 5px;
    right: -10px;
}

.wrapper {
    margin: 0 auto;
    max-width: 1000px;
}

#cookie-message {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 -2px 7px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    z-index: 99999999;
}
#cookie-message .cookie-button {
    text-align: right;
}

#main {
    padding: 1px 20px;
    margin: -1px 0;
    min-height: 350px;
}
#main > .wrapper > .columns:first-child {
    margin-top: 0;
}
#main > .wrapper > .columns:last-child {
    margin-bottom: 0;
}

#header {
    padding: 0 20px;
}
#header .logo {
    float: left;
    position: relative;
    z-index: 51;
}
#header .logo a {
    display: block;
}
#header .logo img {
    display: block;
    max-width: 200px;
    max-height: 110px;
    padding: 20px;
    margin-left: -20px;
}
#header .slogan {
    margin: 0;
}
#header .contact-details, #footer .contact-details {
    float: right;
    margin: 0 -5px;
    padding: 20px 0;
    z-index: 52;
    font-size: 1rem;
}
#header .contact-details li, #footer .contact-details li {
    float: left;
    padding: 0 5px;
    margin: 0;
    position: relative;
}
#header .contact-details .text, #footer .contact-details .text {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 10px;
    border-radius: 5px;
    color: #000000;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition-duration: 0.5s;
    z-index: 53;
}
#header .contact-details li:hover .text, #footer .contact-details li:hover .text {
    opacity: 1;
    z-index: 54;
}
#header .header-links {
    position: absolute;
    top: 20px;
    right: 20px;
}
@media (max-width: 950px) {
    .contact-details .icon {
        width: 20px;
        height: 20px;
        font-size: 20px;
    }
    #header .contact-details li, #footer .contact-details li {
        padding: 0 2px;
    }
}

#nav {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 50px;
    background: #FFFFFF;
    z-index: 50;
    transition-property: background, color, box-shadow;
    transition-duration: 0.1s;
}
.admin #nav {
    top: 30px;
}
.sticky-nav #nav {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition-duration: 0.5s;
}
#nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav ul li {
    flex-shrink: 0;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 5px;
}
#nav a {
    display: block;
    padding: 10px 20px;
    line-height: 20px;
    max-height: 20px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.3s;
}
#nav a:hover, #nav li:hover > a {
    background: rgba(127, 127, 127, 0.1);
}
#nav li.active > a {
    background: rgba(127, 127, 127, 0.3);
}
#nav .mobile-menu {
    display: none;
}
#nav ul li ul {
    font-size: 0.8em;
    white-space: nowrap;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    max-height: 70vh;
    overflow: auto;
    background: #FFFFFF;
    padding: 10px 0;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    z-index: 60;
}
#nav ul li ul li ul {
    font-size: 1em;
}
#nav ul li:hover > ul {
    display: block;
}
#nav ul li ul li {
    display: block;
    padding: 0;
}
#nav ul li ul a {
    text-align: left;
    border-radius: 0;
    line-height: 15px;
    height: 15px;
}
#nav ul li ul li ul {
    top: 0;
    left: 100%;
}
@media (max-width: 768px) {
    #nav {
        position: static;
        background: none !important;
    }
    .sticky-nav #nav {
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        transition-duration: 0s !important;
    }
    #nav .mobile-menu {
        position: relative;
        display: block;
        background: #FFFFFF;
        z-index: 50;
        transition-duration: 0.2s;
    }
    .sticky-nav #nav .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.7);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition-duration: 0.5s;
    }
    .admin.sticky-nav #nav .mobile-menu {
        top: 30px;
    }
    #nav .menu {
        display: block;
        position: fixed;
        top: 0;
        left: -300px;
        bottom: 0;
        width: 250px;
        overflow: auto;
        padding: 10px 0;
        background: #FFFFFF;
        background: rgba(255, 255, 255, 0.7);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition-duration: 0.5s;
        transition-property: left;
        z-index: 70;
    }
    .admin #nav .menu {
        top: 30px;
    }
    .expanded-mobile-menu #nav .menu {
        left: 0;
    }
    #nav .menu li {
        display: block;
        padding: 5px 10px;
    }
    #nav .menu a {
        text-align: left;
    }
    #nav .menu li ul {
        position: static;
        display: block;
        background: none;
        box-shadow: none;
        padding: 3px 0 3px 10px;
        margin: 0;
        white-space: normal;
        max-height: none;
        overflow: visible;
    }
    #nav .menu li ul li {
        display: block;
        padding: 2px 10px;
    }
    #nav .menu li ul li a {
        border-radius: 5px;
        height: auto;
        max-height: none;
    }
}

#footer {
    padding: 20px;
    background: #333333;
    color: #CCCCCC;
    font-size: 12px;
}
#footer:after, #footer .wrapper:after {
    display: block;
    content: '';
    clear: both;
}
#footer a {
    color: #CCCCCC;
}
#footer a:hover {
    color: #FFFFFF;
}
#footer .logo {
    float: left;
    margin-right: 20px;
}
#footer .logo img {
    max-width: 200px;
    max-height: 150px;
}
.footer-links li {
    margin: 5px 0;
}
#footer .copyright {
    font-size: 0.9em;
    float: right;
    margin-top: 0;
    margin-left: 20px;
}
#footer .d7d {
    clear: both;
    font-size: 0.9em;
    float: right;
    margin-top: 0;
    margin-left: 20px;
}

.anchor {
    position: relative;
    top: -25vh;
}

.promo {
    overflow: hidden;
    height: 400px;
    max-height: 75vh;
    max-height: calc(100vh - 274px);
    position: relative;
    background: #9e9e9e;
}
.promo .wrapper {
    position: relative;
    width: auto;
    min-width: 0;
    max-width: none;
    height: 100%;
}
#main > .promo {
    margin-left: -20px;
    margin-right: -20px;
}
.promo .promo-box {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.promo .promo-box.invisible {
    display: none;
}
.promo .promo-box .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
/*.promo .promo-box .image img {
	min-height: 100%;
	max-height: none;
	width: 100%;
	vertical-align: middle;
}*/
.promo .promo-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.promo .promo-box .extra-content {
    display: inline-block;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -520px;
    max-height: 70%;
    line-height: 1.2;
    text-align: left;
    background: #000000;
    background: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
}
.promo .promo-box .extra-content a {
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}
.promo .promo-box .extra-content .extra-content-inner h1,
.promo .promo-box .extra-content .extra-content-inner h2,
.promo .promo-box .extra-content .extra-content-inner h3,
.promo .promo-box .extra-content .extra-content-inner h4,
.promo .promo-box .extra-content .extra-content-inner h5,
.promo .promo-box .extra-content .extra-content-inner h6,
.promo .promo-box .extra-content .extra-content-inner p {
    color: #FFFFFF;
    margin: 0;
}
.promo .promo-box .extra-content .extra-content-inner {
    margin: 0 auto;
    padding: 10px 20px;
    max-width: 1000px;
    height: 100%;
    position: relative;
    z-index: 1;
}
.promo .promo-box .extra-content .extra-content-inner:after {
    display: block;
    content: '';
    clear: both;
}
@media (max-width: 1040px) {
    .promo .promo-box .extra-content {
        left: 0;
        margin-left: 0;
    }
    .promo .promo-box .extra-content .extra-content-inner {
        width: auto;
        min-width: 0;
    }
}
@media (max-width: 800px) {
    .promo {
        max-height: none;
    }
    .promo .promo-box .extra-content {
        bottom: 20px;
    }
}
@media (max-width: 700px) {
    .promo .promo-box .extra-content .extra-content-inner {
        font-size: 0.8em;
    }
}
@media (max-width: 550px) {
    .promo .promo-box .extra-content {
        padding: 5px 0;
    }
    .promo .promo-box .extra-content .extra-content-inner {
        font-size: 0.6em;
        padding: 5px 10px;
    }
}
/*.promo .promo-box .extra-content .extra-content-inner * {
	margin: 0;
}*/
.promo .promo-box .promo-link {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.promo .arrow {
    position: absolute;
    top: 45%;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    color: #000000;
    background-color: #c8c8ca;
    background-size: auto 60%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    opacity: 0.6;
    transition-duration: 0.5s;
}
.promo .arrow:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    width: 30px;
    height: 30px;
    font-size: 30px;
    padding: 10px;
    text-align: center;
}
.promo .arrow.arrow-prev {
    left: 20px;
}
.promo .arrow.arrow-prev:before {
    content: "\f053";
}
.promo .arrow.arrow-next {
    right: 20px;
}
.promo .arrow.arrow-next:before {
    content: "\f054";
}
.promo .arrow:hover {
    margin-top: -5px;
    opacity: 1;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}
.promo .arrow:active {
    transition-duration: 0.1s;
    background-color: #969698;
    margin-top: 2px;
    opacity: 1;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.promo .promo-buttons {
    display: flex;
    list-style: none;
    position: absolute;
    bottom: 20px;
    left: 18px;
    right: 18px;
    padding: 0;
    margin: 0;
    z-index: 9;
}
.promo .promo-buttons li {
    float: left;
    padding: 0;
    margin: 0 2px;
    width: 100px;
    background: #c8c8ca;
    border: 2px solid #c8c8ca;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    opacity: 0.6;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition-duration: 0.5s;
}
.promo .promo-buttons li:hover {
    /*margin-top: -5px;*/
    opacity: 1;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}
.promo .promo-buttons li:active {
    transition-duration: 0.1s;
    /*margin-top: 2px;*/
    opacity: 1;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.promo .promo-buttons li.active {
    border-color: #306c93;
    opacity: 1;
}
.promo .promo-buttons img {
    display: none;
    width: 100%;
    height: 50px;
    object-fit: cover;
}
@media (max-width: 800px) {
    .promo .promo-buttons {
        bottom: 10px;
    }
}
.promo .controls {
    opacity: 0;
    pointer-events: none;
    transition-duration: 0.5s;
}
.promo:hover .controls {
    opacity: 1;
    pointer-events: auto;
}

.columns {
    display: flex;
    margin: -20px -10px;
}
.columns:after {
    display: block;
    content: '';
    clear: both;
}
.columns > .column {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 0 10px;
    margin: 20px 0;
}
.columns > .column > :first-child,
.columns > .column > :first-child > :first-child,
.columns > .column > :first-child > :first-child > :first-child {
    margin-top: 0;
}
.columns > .column > :last-child,
.columns > .column > :last-child > :last-child,
.columns > .column > :last-child > :last-child > :last-child {
    margin-bottom: 0;
}
.columns.reverse {
    flex-direction: row-reverse;
}
.columns.reverse > .column {
    float: right;
}
.columns > .column.double, .columns > .column.triple {
    width: 100%;
}
.columns-3 > .column {
    width: 33.333%;
}
.columns-3 > .column.double {
    width: 66.666%;
}
.columns-3 > .column.triple {
    width: 100%;
}
.columns-4 > .column {
    width: 25%;
}
.columns-4 > .column.double {
    width: 50%;
}
.columns-4 > .column.triple {
    width: 75%;
}
@media only screen and (max-width: 850px) {
    .columns-4 {
        flex-wrap: wrap;
    }
    .columns-4 > .column {
        flex-grow: 1;
        width: 50%;
    }
    .columns-4 > .column.double, .columns-4 > .column.triple {
        float: none;
        width: auto;
        height: auto;
        clear: both;
    }
}
@media only screen and (max-width: 800px) {
    .columns-3 {
        display: block;
    }
    .columns-3 {
        margin: 0;
        height: auto;
    }
    .columns-3 > .column {
        float: none;
        width: auto;
        height: auto;
        padding: 0;
    }
    .columns-3 > .column.double, .columns-3 > .column.triple {
        float: none;
        width: auto;
        height: auto;
        clear: both;
    }
}
@media only screen and (max-width: 750px) {
    .columns {
        display: block;
    }
    .columns {
        margin: 0;
        height: auto;
    }
    .columns > .column {
        float: none;
        width: auto;
        height: auto;
        padding: 0;
    }
    .columns > .column.double, .columns-3 > .column.triple {
        float: none;
        width: auto;
        height: auto;
        clear: both;
    }
}

label {
    font-size: 14px;
    line-height: 18px;
}
fieldset {
    min-inline-size: auto;
}
input.text, input.file, select, textarea {
    position: relative;
    font-family: gill-sans-nova, sans-serif;
    font-weight: normal;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    vertical-align: middle;
    box-sizing: border-box;
    outline: 0 none;
    transition-duration: 0.3s;
    transition-property: background, border, color, opacity, padding, margin, font-size, font-weight, line-height, border-radius, box-shadow;
}
input.text:hover, input.file:hover, select:hover, textarea:hover {
    background: #FFFFFF;
}
input.text:focus, input.file:focus, select:focus, textarea:focus {
    background: #FFFFFF;
    border-color: #999999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.error input.text, .error input.file, .error select, .error textarea {
    color: #CC0000;
    background: #FFEEEE;
    border-color: #CC0000;
}

button, .button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 26px;
    text-decoration: none;
    padding: 7px 25px;
    margin: 10px;
    background: #306c93;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color: #FFFFFF;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    outline: 0 none;
    transition-duration: 0.3s;
}
button:hover, button:focus, .button:hover, .button:focus {
    background: #53809d;
    color: #FFFFFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
button:active, .button:active {
    background: #1a4059;
    color: #FFFFFF;
    transition-duration: 0.1s;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
button.positive, .button.positive {
    background: #009900;
}
button.positive:hover, button.positive:focus, .button.positive:hover, .button.positive:focus {
    background: #00CC00;
}
button.positive:active, .button.positive:active {
    background: #003300;
}
button.negative, .button.negative {
    background: #990000;
}
button.negative:hover, button.negative:focus, .button.negative:hover, .button.negative:focus {
    background: #CC0000;
}
button.negative:active, .button.negative:active {
    background: #330000;
}
button:disabled, .button:disabled, button.disabled, .button.disabled {
    background: #999999 !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    cursor: not-allowed !important;
}

.form-error {
    color: #CC0000;
    text-align: center;
}

.form-row {
    margin: 10px 0;
    text-align: left;
    clear: both;
}
.form-row.buttons {
    text-align: right;
    margin: 10px -10px;
}
.form-row.full-button {
    margin-left: 0;
    margin-right: 0;
}
.form-row.full-button button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.form-row .form-error {
    text-align: left;
}
.form-label label {
    font-weight: bold;
}
.form-field img {
    display: block;
    max-width: 200px;
    max-height: 200px;
}
.form-field input.text, .form-field input.file, .form-field select, .form-field textarea {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
}
.form-field textarea {
    height: 100px;
}

.toolbar {
    overflow: hidden;
    background: #EEEEEE;
    margin: 20px -20px;
    padding: 10px 20px;
}
.toolbar input.text {
    width: 300px;
}
.toolbar button span span {
    padding-top: 5px;
    padding-bottom: 5px;
}
.toolbar .filters {
    float: left;
}
.toolbar .filters .filter {
    display: inline-block;
    margin: 5px 10px 5px 0;
}
.toolbar .controls {
    clear: both;
    padding: 10px 0 0;
    font-size: 1em;
    overflow: hidden;
}
.toolbar .controls a {
    float: left;
    margin: 0 20px 0 0;
    line-height: 1.5em;
    height: 1.5em;
}
.toolbar .list-count {
    float: left;
    padding: 8px 0;
}
.pager-bar {
    text-align: right;
    padding: 3px 0;
}
.pager-bar ul.pager {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
.pager-bar ul.pager li {
    float: left;
    margin: 0;
    padding: 0;
}
.pager-bar ul.pager li a {
    display: block;
    padding: 5px 8px;
    text-decoration: none;
}
.pager-bar ul.pager li.active a {
    font-weight: 600;
}

a.new {
    padding: 2px 0;
    color: #006600;
    text-decoration: none;
}
a.new:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\2b";
    padding-right: 2px;
}
a.new:hover {
    color: #009900;
    text-decoration: none;
}
a.upload {
    position: relative;
    padding: 2px 0;
    color: #006600;
    text-decoration: none;
}
a.upload:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f574";
    padding-right: 2px;
}
a.upload:hover {
    color: #009900;
    text-decoration: none;
}
a.upload input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
a.edit {
    padding: 2px 0;
    color: #155681;
    text-decoration: none;
}
a.edit:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f304";
    padding-right: 2px;
}
a.edit:hover {
    color: #306c93;
    text-decoration: none;
}
a.paste {
    padding: 2px 0;
    color: #155681;
    text-decoration: none;
}
a.paste:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f0ea";
    padding-right: 2px;
}
a.paste:hover {
    color: #306c93;
    text-decoration: none;
}
a.select-all {
    padding: 2px 0;
    color: #155681;
    text-decoration: none;
}
a.select-all:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f14a";
    padding-right: 2px;
}
a.select-all:hover {
    color: #306c93;
    text-decoration: none;
}
a.select-none {
    padding: 2px 0;
    color: #155681;
    text-decoration: none;
}
a.select-none:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f0c8";
    padding-right: 2px;
}
a.select-none:hover {
    color: #306c93;
    text-decoration: none;
}
a.lock {
    padding: 2px 0;
    color: #996600;
    text-decoration: none;
}
a.lock:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f023";
    padding-right: 2px;
}
a.lock:hover {
    color: #CC9900;
    text-decoration: none;
}
a.unlock {
    padding: 2px 0;
    color: #996600;
    text-decoration: none;
}
a.unlock:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f09c";
    padding-right: 2px;
}
a.unlock:hover {
    color: #CC9900;
    text-decoration: none;
}
a.delete {
    padding: 2px 0;
    color: #990000;
    text-decoration: none;
}
a.delete:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f1f8";
    padding-right: 2px;
}
a.delete:hover {
    color: #CC0000;
    text-decoration: none;
}
a.view-list {
    padding: 2px 0;
    color: #155681;
    text-decoration: none;
}
a.view-list:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f00b";
    padding-right: 2px;
}
a.view-list:hover {
    color: #306c93;
    text-decoration: none;
}
a.calendar {
    display: inline;
    padding: 2px 0;
    color: #155681;
    text-decoration: none;
}
a.calendar:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f073";
    padding-right: 2px;
}
a.calendar:hover {
    color: #306c93;
    text-decoration: none;
}

table {
    margin: 20px 0;
    border-width: 0;
    border-collapse: collapse;
    border-style: solid;
    border-color: #000000;
}
table th, table td {
    padding: 10px;
    border: inherit;
}

.message {
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    color: #155681;
}
.message.large {
    font-size: 1.5em;
    padding: 20px;
}

img.enlargeable {
    cursor: pointer;
}

#image-popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}
#image-popup {
    position: fixed;
    background: #FFFFFF;
    font-size: 14px;
    padding: 0;
    /*box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.5);*/
    box-shadow: 0 0 15px #000000;
    overflow: auto;
    z-index: 10000;
    transition-duration: 0.3s;
    transition-property: padding, font-size, box-shadow, transform;
}
#image-popup .close-button {
    opacity: 0;
    transition-duration: 0.5s;
    transition-property: opacity;
}
#image-popup.zoomed-in .close-button {
    opacity: 1;
}
#image-popup.left {
    transform: rotate(-10deg) translate(30px, 20px);
}
#image-popup.right {
    transform: rotate(10deg) translate(40px, 10px);
}
#image-popup.zoomed-in {
    padding: 0;
    font-size: 18px;
    /*box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.5);*/
    transform: none !important;
}
#image-popup img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list {
    margin: 0;
}
.list:last-child {
    margin-bottom: 0;
}
.list-item {
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #CCCCCC;
    text-align: left;
    clear: both;
    transition-duration: 0.3s;
    transition-property: background, color, box-shadow, transform;
}
.list-item:first-child {
    border-top: 0 none;
}
.list-item:after {
    display: block;
    content: '';
    clear: both;
}
.list-item p {
    margin: 20px 0;
}
.list-item .price {
    float: right;
}
.list-item:hover {
    background: #EEEEEE;
}
.list-image {
    float: left;
    width: 200px;
    height: 200px;
    margin: 0 20px 5px 0;
}
.list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-content.with-image {
    margin-left: 220px;
}
.list-item-border {
    margin: -1px 0;
    padding: 1px 0;
}
.list-item-border:after {
    content: '';
    display: block;
    clear: both;
}
.list-content > :first-child,
.list-content > :first-child,
.list-content > :first-child,
.list-content > :first-child,
.list-content > :first-child,
.list-content > :first-child {
    margin-top: 0;
}
.list-content > :last-child,
.list-content > :last-child,
.list-content > :last-child,
.list-content > :last-child,
.list-content > :last-child,
.list-content > :last-child {
    margin-bottom: 0;
}
.column .list-image {
    width: 100px;
    height: 100px;
}
.column .list-content.with-image {
    margin-left: 120px;
}
@media (max-width: 570px) {
    .list-image {
        float: none;
        width: 200px;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto 10px;
    }
    .list-content.with-image {
        margin-left: 0;
    }
}

p.date {
    margin-top: 0.5em;
    opacity: 0.6;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: center;
    clear: both;
}
.grid-item {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 10px;
    width: 25%;
    /*max-height: 25vw;*/
    box-sizing: border-box;
    vertical-align: center;
    background: rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transform: scale(1);
    transition-duration: 0.3s;
    transition-property: background, color, box-shadow, transform;
}
.grid-item .grid-content h1,
.grid-item .grid-content h2,
.grid-item .grid-content h3,
.grid-item .grid-content h4,
.grid-item .grid-content h5,
.grid-item .grid-content h6 {
    margin: 0;
}
.grid-item .grid-image + .grid-item .grid-content h1,
.grid-item .grid-image + .grid-item .grid-content h2,
.grid-item .grid-image + .grid-item .grid-content h3,
.grid-item .grid-image + .grid-item .grid-content h4,
.grid-item .grid-image + .grid-item .grid-content h5,
.grid-item .grid-image + .grid-item .grid-content h6 {
    margin: 10px 0 0;
}
.grid-item p {
    margin: 0;
}
.grid-item a {
    transition-duration: 0.3s;
    transition-property: color;
}
.grid-item h1, .grid-item h2, .grid-item h3, .grid-item h4, .grid-item h5, .grid-item h6, .grid-item p, .grid-item ul, .grid-item ol {
    margin: 10px 0 0;
}
.grid-item:hover {
    background: #FFFFFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
    z-index: 1;
}
.grid-image {
    position: relative;
    padding-top: 100%;
    height: 0;
}
.grid-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grid-image svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grid-image .fa-solid {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 120px;
    object-fit: cover;
}
.columns > .column .grid-item {
    width: 50%;
}
@media (max-width: 850px) {
    .grid-item {
        width: 50%;
    }
}
@media only screen and (max-width: 600px) {
    .columns > .column .grid-item {
        width: 100%;
        max-width: none !important;
    }
}
@media (max-width: 400px) {
    .grid-item {
        width: 100%;
        max-width: none !important;
    }
}

.section {
    margin: 20px 0;
    padding: 10px 20px;
    background: #EEEEEE;
}
#main > .section {
    margin: 20px -20px;
    padding: 10px 20px;
}

.box {
    margin: 20px 0;
    padding: 1px 20px;
    background: #EEEEEE;
    border: 0 none;
}
.box .box-title {
    margin: 20px -20px;
    padding: 15px 20px;
    background: #306c93;
    color: #FFFFFF;
    line-height: 1;
}
.box legend.box-title {
    float: left;
    width: 100%;
}
.box .box-title a {
    color: #FFFFFF;
}
.box > :first-child {
    margin-top: 20px;
}
.box > .box-title:first-child {
    margin-top: -1px;
}
.box > :last-child {
    margin-bottom: 20px;
}
.box > .box-title:last-child {
    margin-bottom: -1px;
}

.box-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.item-detail-images {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.item-detail-images .item-detail-image {
    margin: 10px;
}
.item-detail-image img {
    max-height: 400px;
    object-fit: cover;
}
.item-detail-images .item-detail-image img {
    width: 200px;
    height: 200px;
}
@media (max-width: 500px) {
    .item-detail-images .item-detail-image {
        width: 45%;
        width: calc(50% - 20px);
    }
    .item-detail-images .item-detail-image img {
        width: 100%;
        height: 150px;
    }
}

.confirm-form .confirm-message, .confirm-form .form-row.buttons {
    text-align: center;
}

.files-grid {
    justify-content: left;
}
.files-grid .grid-item {
    width: 150px;
    max-width: 50%;
    text-align: left;
    transform: scale(1);
}
.files-grid .grid-image img {
    object-fit: contain;
}
.icon-folder, .icon-file.icon-archive {
    color: #e7bd19 !important;
}
.icon-file {
    color: #666666 !important;
}
.icon-image {
    color: #2368ad !important;
}
.icon-video {
    color: #9637cb !important;
}
.icon-audio {
    color: #e55137 !important;
}
.icon-application {
    color: #19c564 !important;
}
.icon-application_pdf {
    color: #CC0000 !important;
}
.icon-word {
    color: #1f54d2 !important;
}
.icon-excel {
    color: #0a702a !important;
}
.icon-powerpoint {
    color: #d26232 !important;
}
.files-grid .grid-item .controls {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}
.files-grid .grid-item:hover .controls {
    opacity: 1;
    pointer-events: auto;
}
.files-grid .grid-item .checkbox.selection {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
}

.selected-options {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    border-radius: 20px;
    padding: 1px 20px;
    z-index: 5;
}
@media (max-width: 700px) {
    .selected-options button {
        margin-left: 2px;
        margin-right: 2px;
        font-size: 1em;
    }
}
@media (max-width: 600px) {
    .selected-options .label {
        display: none;
    }
    .selected-options button .text {
        display: none;
    }
}

.loading-progress {
    text-align: center;
}
.main-loading-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
    z-index: 10000;
}
.main-loading-progress .loading-progress-content {
    position: absolute;
    top: 40%;
    left: 25%;
    right: 25%;
}

.progress-bar {
    border: 1px solid #000000;
    padding: 1px;
    height: 7px;
    background: rgba(0, 0, 0, 0.5);
}
.progress-bar div {
    height: 100%;
    background: #FFFFFF;
}

.progress-spinner {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: auto;
    animation: rotate 2s linear infinite;
    transform-origin: center center;
}
.progress-spinner .path {
    stroke: #000000;
    stroke-dasharray: 1%, 400%;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: square;
}
@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 2%, 400%;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 178%, 400%;
        stroke-dashoffset: -70%;
    }
    100% {
        stroke-dasharray: 178%, 400%;
        stroke-dashoffset: -248%;
    }
}
.loading-progress .progress-spinner {
    width: 48px;
    height: 48px;
    margin: 16px;
}

.file-field {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.file-field.drag-hover {
    position: relative;
    margin: -7px;
    padding: 5px;
    border: 2px solid #CCCCCC;
    background: rgba(240, 240, 240, 0.9);
    border-radius: 5px;
    z-index: 5;
}
.file-field .file-select {
    flex-shrink: 0;
    margin: 0 10px 10px 0;
}
.file-field .preview-area {
    display: flex;
    flex-wrap: wrap;
}
.file-field .file-preview {
    display: flex;
    align-items: flex-start;
    margin: 0 5px 5px 0;
}
.file-field .file-preview .text-preview {
    background: #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 2px;
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}
.file-field .file-preview img {
    max-height: 200px;
    max-width: 100%;
    background: #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-sizing: border-box;
    object-fit: cover;
    overflow: hidden;
}
.file-field .file-remove {
    flex-shrink: 0;
    color: #CC0000;
}
.file-field.file-field-multiple {
    display: block;
}
.file-field.file-field-multiple .file-select {
    margin: 0 0 10px 0;
}
.file-field.file-field-multiple .file-preview .image-preview-link,
.file-field.file-field-multiple .file-preview .text-preview {
    cursor: move;
}
.file-field.file-field-multiple .file-preview img {
    height: 100px;
}
.file-field.file-field-multiple .dragging-target {
    margin: 0 5px 5px 0;
}
.file-field.file-field-multiple .dragging-target:after {
    content: '';
    display: block;
    margin-right: 16px;
    height: 100px;
    background: #EEEEEE;
    border: 4px dashed #CCCCCC;
    border-radius: 4px;
    box-sizing: border-box;
}
@media (max-width: 400px) {
    .file-field .file-select {
        width: 100%;
    }
}

.breadcrumbs {
    background: #FFFFFF;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    white-space: nowrap;
    overflow: auto;
    font-size: 0.8em;
}
#main > .breadcrumbs {
    margin: 0 -20px;
}
.breadcrumbs ol {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 25px;
}
.breadcrumbs ol:after {
    content: '';
    display: block;
    clear: both;
}
.breadcrumbs li {
    position: relative;
    float: left;
    display: inline-block;
    padding: 0;
    margin: 0;
    transition-duration: 0s;
    transition-property: background, color;
}
.breadcrumbs li:before, .breadcrumbs li:after {
    content: '';
    position: absolute;
    top: 0;
    left: -12px;
    bottom: 0;
    width: 24px;
    height: 24px;
    border-top: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    background: #FFFFFF;
    margin: auto;
    box-sizing: border-box;
    transform: rotate(45deg);
    transition-duration: 0s;
    transition-property: background, color;
    pointer-events: none;
}
.breadcrumbs li:after {
    left: auto;
    right: -12px;
}
.breadcrumbs li:hover {
    background: #F8F8F8;
    transition-duration: 0.3s;
    z-index: 1;
}
.breadcrumbs li:hover:after {
    background: #F8F8F8;
    transition-duration: 0.3s;
}
.breadcrumbs li a {
    position: relative;
    display: block;
    padding: 5px 20px 5px 35px;
    box-sizing: border-box;
    text-decoration: none;
}
.breadcrumbs li:first-child a {
    padding-left: 20px;
}
.breadcrumbs li:first-child:before {
    display: none;
}
.breadcrumbs li.active {
    font-weight: bold;
    padding: 5px 20px 5px 35px;
}
.breadcrumbs li.active:hover {
    background: #FFFFFF;
}
.breadcrumbs li.active:after {
    display: none;
}

.price-box {
    color: #666666;
}
.price-box .price {
    font-size: 1.6em;
    font-weight: bold;
    color: #c32627;
    line-height: 1em;
}
.price-box .special-price, .price-box .normal-price {
    display: block;
}
.price-box .normal-price .price {
    text-decoration: line-through;
    font-size: 1em;
    line-height: 1.4em;
    color: #666666;
}
.grid .price-box {
    font-size: 0.7em;
}
.grid .price-box .label {
    display: none;
}
.grid .price-box .special-price, .grid .price-box .normal-price {
    display: inline-block;
}

table .price-box .label {
    display: none;
}
table .price-box .price {
    font-size: 1em;
    line-height: 1.4em;
}
table .price-box .special-price, table .price-box .normal-price {
    display: inline-block;
}

.product .product-details-box {
    float: right;
    width: 60%;
    margin: 30px 0 50px;
    padding-left: 20px;
    box-sizing: border-box;
}
.product .product-images {
    float: left;
    margin: 50px 0;
    width: 40%;
}
.product .product-images .product-image {
    width: auto;
    clear: none;
}
.product .product-images .product-image img {
    width: auto;
    height: 70px;
}
.product .product-images .product-image.first img {
    width: 100%;
    height: auto;
    max-height: 500px;
}
.product .product-details.with-images {
    clear: both;
    margin: 0;
}
@media (max-width: 570px) {
    .product .product-details-box {
        float: none;
        width: auto;
        margin: 0;
        padding-left: 0;
    }
}

.product .product-details-box .sku-box {
    margin-top: -20px;
}
.sku-box .label {
    display: none;
}

.contact-details {
    margin: 20px 0;
}
.contact-details a {
    text-decoration: none;
}
.contact-details ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-details ul:after {
    display: block;
    content: '';
    clear: both;
}
.contact-details li {
    margin: 5px 0;
    padding: 0;
}
.contact-details .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 1;
    padding: 7px;
    border-radius: 100%;
    background: #000000;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
}
.contact-details .icon img, .contact-details .icon i, .contact-details .icon svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contact-details .icon i:before {
    vertical-align: middle;
}
.contact-details .facebook .icon img, .contact-details .facebook .icon i, .contact-details .facebook .icon svg {
    position: relative;
    top: 10%;
    left: -5%;
    width: 125%;
    height: 125%;
    font-size: 1.25em;
}

.left-block {
    float: left;
    margin: 0 20px 0 0;
    max-width: 50%;
}
.right-block {
    float: right;
    margin: 0 0 0 20px;
    max-width: 50%;
}
@media (max-width: 500px) {
    .left-block {
        float: none;
        margin: 0;
        max-width: none;
    }
    .right-block {
        float: none;
        margin: 0;
        max-width: none;
    }
}


.accreditations {
    margin: 20px 0;
}
.accreditations a {
    text-decoration: none;
}
.accreditations ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.accreditations ul:after {
    display: block;
    content: '';
    clear: both;
}
.accreditations li {
    float: left;
    margin: 0;
    padding: 0 5px;
}
.accreditations li:first-child {
    padding-left: 0;
}
.accreditations li:last-child {
    padding-right: 0;
}
.accreditations img {
    display: block;
    vertical-align: middle;
    max-width: 300px;
    height: 150px;
    object-fit: contain;
}

.header-links {
    font-size: 0.9em;
    margin: 20px 0;
}
.header-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-links ul:after {
    display: block;
    content: '';
    clear: both;
}
.header-links li {
    float: left;
    margin: 0;
    padding: 0 10px;
    border-right: 1px solid #CCCCCC;
}
.header-links li:first-child {
    padding-left: 0;
}
.header-links li:last-child {
    padding-right: 0;
    border-right: 0 none;
}

.button-boxes {
    display: flex;
    margin: 10px -10px;
}
.button-box {
    flex-basis: 0;
    flex-grow: 1;
    margin: 10px;
    padding: 1px 10px;
    background: #EEEEEE;
    text-align: center;
    position: relative;
}
.button-box a {
    color: inherit;
    text-decoration: none;
}

.multi-field-item {
    display: flex;
    flex-wrap: wrap;
    margin: 3px -2px;
    box-sizing: border-box;
}
.multi-field-item.ui-sortable-helper {
    border-radius: 4px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
}
.multi-field-item.ui-sortable-placeholder {
    position: relative;
    visibility: visible !important;
}
.multi-field-item.ui-sortable-placeholder:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #EEEEEE;
    border: 4px dashed #CCCCCC;
    border-radius: 4px;
}
.multi-field-item label, .multi-field-item .service-extras {
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 1;
    margin: 2px;
    min-width: 0;
    width: auto;
    max-width: 100%;
}
.multi-field-item .service-extras {
    flex-grow: 0;
    white-space: nowrap;
    margin: 0;
    padding: 0 0 0 5px;
}
.multi-field-item .service-extra {
    display: flex;
    align-items: center;
    padding: 0 10px;
    margin: 0 5px;
    font-size: 16px;
    min-height: 46px;
    line-height: 20px;
    background: rgba(127, 127, 127, 0.2);
    border-radius: 4px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    vertical-align: middle;
    box-sizing: border-box;
}
.form-field .multi-field-item .service-extra label {
    margin-top: 0;
    margin-bottom: 0;
}
.form-field .multi-field-item .service-extra input {
    margin-top: 0;
    margin-bottom: 0;
}
.multi-field-item input, .multi-field-item select, .multi-field-item textarea, .multi-field-item button, .multi-field-item .button,
.form-field .multi-field-item input, .form-field .multi-field-item select, .form-field .multi-field-item textarea, .form-field .multi-field-item button, .form-field .multi-field-item .button {
    flex-grow: 1;
    flex-shrink: 1;
    margin: 2px;
    min-width: 0;
    width: auto;
    max-width: 100%;
}
.form-field .multi-field-item input.checkbox {
    flex-grow: 0;
}
.multi-field-item input.text, .multi-field-item input.file, .multi-field-item select, .multi-field-item textarea,
.form-field .multi-field-item input.text, .form-field .multi-field-item input.file, .form-field .multi-field-item select, .form-field .multi-field-item textarea {
    min-width: 4em;
}
.button.multi-field-item-reorder, .multi-field-item .button.multi-field-item-reorder {
    flex-grow: 0;
    flex-shrink: 0;
    margin: 2px;
    background: none !important;
    border-color: rgba(0, 0, 0, 0);
    padding: 7px 0;
    box-shadow: none !important;
    color: #666666 !important;
    cursor: move;
}
.button.multi-field-item-remove, .multi-field-item .button.multi-field-item-remove {
    flex-grow: 0;
    flex-shrink: 0;
    margin: 2px;
    background: none;
    padding: 7px 12px;
    color: #000000;
}
.button.multi-field-item-remove:hover, .button.multi-field-item-remove:focus {
    background: #CC0000;
    color: #FFFFFF;
}
.button.multi-field-item-remove:active {
    background: #660000;
    color: #FFFFFF;
}
.button.multi-field-item-add {
    margin: 0;
    background: #006600;
    color: #FFFFFF;
}
.button.multi-field-item-add:hover, .button.multi-field-item-add:focus {
    background: #009900;
    color: #FFFFFF;
}
.button.multi-field-item-add:active {
    background: #003300;
    color: #FFFFFF;
}

.canvas-signature-wrapper {
    display: inline-block;
    max-width: 100%;
}
.signature-canvas {
    display: block;
    padding: 0;
    background: #F8F8F8;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-sizing: border-box;
    cursor: crosshair;
    touch-action: none;
}
.signature-canvas-clear-button-wrapper {
    padding: 5px 5px 0;
    text-align: right;
}

@media (max-width: 1050px) {
    .columns .signature-canvas {
        transform: scale(0.8);
        transform-origin: top left;
    }
}
@media (max-width: 950px) {
    .columns .signature-canvas {
        transform: scale(0.75);
        transform-origin: top left;
    }
}
@media (max-width: 850px) {
    .columns .signature-canvas {
        transform: scale(0.65);
        transform-origin: top left;
    }
}
@media (max-width: 750px) {
    .columns .signature-canvas {
        transform: scale(1);
        transform-origin: top left;
    }
}
@media (max-width: 550px) {
    .signature-canvas, .columns .signature-canvas {
        transform: scale(0.95);
        transform-origin: top left;
    }
}
@media (max-width: 525px) {
    .signature-canvas, .columns .signature-canvas {
        transform: scale(0.83);
        transform-origin: top left;
    }
}
@media (max-width: 480px) {
    .signature-canvas, .columns .signature-canvas {
        transform: scale(0.73);
        transform-origin: top left;
    }
}
@media (max-width: 430px) {
    .signature-canvas, .columns .signature-canvas {
        transform: scale(0.63);
        transform-origin: top left;
    }
}
@media (max-width: 380px) {
    .signature-canvas, .columns .signature-canvas {
        transform: scale(0.55);
        transform-origin: top left;
    }
}
@media (max-width: 350px) {
    .signature-canvas, .columns .signature-canvas {
        transform: scale(0.5);
        transform-origin: top left;
    }
}

.testimonials {
    overflow: hidden;
}
.testimonials-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    overflow: auto;
}
.testimonials-wrapper .testimonial {
    flex-shrink: 0;
    width: calc(50% - 10px);
    margin: 0;
}
.columns .testimonials-wrapper .testimonial {
    width: calc(100% - 10px);
}
.testimonial blockquote {
    margin: 10px;
}
.testimonial .testimonial-info:before {
    display: inline;
    content: '- ';
}
.testimonial .testimonial-info:first-child:before {
    display: none;
}
@media (max-width: 1000px) {
    .testimonials-wrapper .testimonial {
        width: calc(100% - 10px);
    }
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.popup .popup-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.popup .popup-box {
    position: absolute;
    min-width: 300px;
    max-width: 80%;
    max-height: 80%;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.popup .popup-box .popup-title {
    padding: 20px;
    box-sizing: border-box;
}
.popup .popup-box .popup-title h3 {
    margin: 0;
}
.popup .popup-box .popup-content {
    position: relative;
    max-width: 100%;
    padding: 0 20px;
    overflow: auto;
    box-sizing: border-box;
}
@media (min-width: 801px) {
    .popup .popup-box .popup-content {
        max-width: 60vw;
    }
    .popup-content .columns {
        min-width: 600px;
    }
}
.popup .popup-box .popup-buttons {
    position: relative;
    max-width: 100%;
    padding: 20px;
    overflow: auto;
    box-sizing: border-box;
    text-align: right;
}
.popup .popup-box .popup-buttons button,
.popup .popup-box .popup-buttons a {
    margin: 0 5px;
}
.popup .popup-box .close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: #EC1F27 !important;
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    text-shadow: 0 0 2px #FFFFFF;
    z-index: 2;
}

@media only print {
    body {
        width: 740px;
    }
    .admin-bar {
        display: none;
    }
}

.calendar {
    display: flex;
    flex-direction: column;
    background: #EEEEEE;
}
.calendar .button {
    background: none;
    color: inherit;
    border: 0 none;
    padding: 5px 10px;
    margin: 0;
    min-width: 36px;
    text-transform: none;
    font-size: 1em;
}
.calendar-month {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.calendar-month .calendar-label {
    margin: 0;
    padding: 0;
    text-align: center;
    flex-grow: 1;
}
.calendar-month .button {
    white-space: nowrap;
    flex-shrink: 0;
}
.calendar-week {
    font-size: 0.8em;
    display: flex;
}
.calendar-days {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    border: 0 none;
}
.calendar-cell {
    position: relative;
    flex-grow: 1;
    width: 10%;
    padding: 10px;
    box-sizing: border-box;
    min-height: 100px;
    background: #CCCCCC;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    transition-duration: 0.3s;
}
.calendar-cell:hover {
    background: #AAAAAA;
}
.calendar-cell:last-child {
    border-right: 0 none;
}
.calendar-week:last-child .calendar-cell {
    border-bottom: 0 none;
}
.calendar-cell.other-month, .calendar-cell.in-past {
    opacity: 0.5;
}
.calendar-cell.in-past .calendar-availability-boxes {
    display: none;
}
.calendar-cell.today {
    background: rgba(255, 255, 0, 0.1);
}
.calendar-cell.selected {
    opacity: 1;
}
.calendar-cell.selected:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    border: 2px solid #006600;
}
.calendar-days .calendar-cell,
.calendar-days .calendar-cell:hover {
    min-height: 0;
    background: none;
    border: 0 none;
}
.calendar-cell .calendar-label {
    position: relative;
    z-index: 5;
}
.calendar-cell .box-link {
    z-index: 6;
}
.calendar-events {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 5;
}
.calendar-event {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #155681;
    color: #FFFFFF;
    padding: 5px;
    margin-top: 5px;
    border-radius: 5px;
    font-size: 0.9em;
    text-decoration: none;
}
.calendar-event .calendar-label {
    flex-grow: 1;
}
.calendar-event a {
    display: inline-block;
    text-decoration: none;
}
.calendar-event a.action {
    opacity: 0.2;
    transition-duration: 0.3s;
}
.calendar-event a.edit {
    color: #999999;
}
.calendar-event a.edit:hover {
    color: #FFFFFF;
}
.calendar-event:hover {
    background: #306c93;
    color: #FFFFFF;
}
.calendar-event:hover a.action {
    opacity: 1;
}
.calendar-cell .add-booking {
    background: none;
    color: inherit;
    margin: 0;
    padding: 5px 0;
    opacity: 0.3;
    transition-duration: 0.3s;
}
.calendar-cell .add-booking a {
    color: #7f7f7f;
}
.calendar-cell .add-booking a:hover, .calendar-cell .add-booking a:focus {
    color: #000000;
}
.calendar-cell .add-booking:first-child {
    margin-top: 5px;
}
/*.calendar-cell .add-button {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0;
    min-width: 23px;
    line-height: 23px;
    opacity: 0;
    transition-duration: 0.3s;
}
.calendar-cell:hover .add-button,*/
.calendar-cell:hover .add-booking {
    opacity: 1;
}

.availability-description .date-from,
.availability-description .date-to {
    display: inline-block;
}

.calendar-availability-boxes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    overflow: hidden;
}
.calendar-availability-boxes-type {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.calendar-availability-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #660000;
}
@media (max-width: 600px) {
    .calendar {
        font-size: 0.8em;
    }
    .calendar-cell {
        padding: 5px;
        min-height: 50px;
    }
}
@media (max-width: 400px) {
    .calendar {
        font-size: 0.7em;
    }
    .calendar-cell {
        min-height: 25px;
    }
}

.book-form {
    position: relative;
}
.book-form .loading-progress {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
}
.book-form .service-selection {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.book-form .sub-service {
    margin-top: 10px;
    border-top: 1px solid rgba(127, 127, 127, 0.2);
    padding-top: 10px;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.3s;
}
.book-form .sub-service.visible {
    opacity: 1;
}

.service-checkbox-label {
    flex-grow: 1;
    max-width: 50%;
    display: inline-block;
    background: rgba(127, 127, 127, 0.2);
    padding: 10px;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.3s;
}
.service-checkbox-label:hover, .service-checkbox-label:focus {
    background: rgba(127, 127, 127, 0.4);
}
.service-checkbox-label.checked {
    background: #306c93;
    color: #FFFFFF;
}
.service-checkbox-label .checkbox {
    display: none;
}
.service-checkbox-price {
    display: block;
    opacity: 0.7;
}

.book-form-section {
    border: 1px solid rgba(127, 127, 127, 0.2);
    margin: 20px 0;
}
.book-form-section-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    cursor: pointer;
}
.book-form-section-header h4 {
    margin: 0;
}
.book-form-section-header-value {
    opacity: 0;
    flex-grow: 1;
    transition-duration: 0.3s;
}
.book-form-section-header-edit {
    padding: 5px;
    opacity: 0;
    color: #7f7f7f;
    transition-duration: 0.3s;
}
.book-form-section-header:hover .book-form-section-header-edit {
    color: #000000;
}
.book-form-section-header-remove {
    padding: 5px;
    width: 16px;
    opacity: 1;
    color: #7f7f7f;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.3s;
}
.book-form-section-header-remove:hover {
    color: #CC0000;
}
.book-form-section-content {
    padding: 0 20px 10px;
    transition-property: opacity;
    transition-duration: 0.3s;
}
.book-form-section.collapsed .book-form-section-header-value,
.book-form-section.collapsed .book-form-section-header-edit {
    opacity: 1;
}
.book-form-section.collapsed .book-form-section-content {
    opacity: 0;
}

.book-form-section.service-selection-section {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 0 none;
}
.book-form-section.service-selection-section:first-child {
    margin-top: 20px;
}
.service-selection-sections .book-form-section.service-selection-section:first-child:last-child .book-form-section-header-remove {
    padding-left: 0;
    padding-right: 0;
    width: 0;
    margin-left: -20px;
    opacity: 0;
}

.book-form .add-service-button {
    display: block;
    margin: 0 0 20px 0;
    border: 1px solid rgba(127, 127, 127, 0.2);
    border-radius: 0;
    background: none;
    text-align: left;
    color: inherit;
    box-shadow: none;
}
.book-form .add-service-button:hover, .book-form .add-service-button:focus {
    background: rgba(127, 127, 127, 0.2);
}

.book-form .service-extras {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}
.book-form .service-extras h5 {
    margin: 0;
}
.book-form .service-extra-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.book-form .service-extra-wrapper .service-extra-checkbox-label, .book-form .service-extra-wrapper .service-extra-qty-label {
    display: flex;
    align-items: center;
    gap: 5px;
    min-height: 42px;
}
.service-extra-checkbox-price {
    opacity: 0.7;
}
.book-form .service-extra-wrapper .service-extra-qty-label {
    color: #7f7f7f;
}
.book-form .service-extra-wrapper input.service-extra-qty {
    width: 5em;
    min-width: 5em;
    text-align: center;
}
.book-form .service-done-button {
    margin: 0;
}

.book-form .calendar {
    position: relative;
}
.book-form .calendar-cell:not(.in-past) {
    cursor: pointer;
}

.book-form .time-selection-section {
    position: relative;
}
.book-form .time-selection {
    display: flex;
    overflow: auto;
    gap: 10px;
    white-space: nowrap;
}
.book-form .time-selection-checkbox-label {
    flex-shrink: 0;
    display: inline-block;
    background: rgba(127, 127, 127, 0.2);
    padding: 10px;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.3s;
}
.book-form .time-selection-checkbox-label:hover, .book-form .time-selection-checkbox-label:focus {
    background: rgba(127, 127, 127, 0.4);
}
.book-form .time-selection-checkbox-label.checked {
    background: #306c93;
    color: #FFFFFF;
}
.book-form .time-selection-checkbox-label .checkbox {
    display: none;
}

.book-form .booking-summary {
    text-align: right;
}
@media (min-width: 801px) {
    .book-form .booking-summary {
        display: flex;
        gap: 20px;
        justify-content: space-between;
    }
}

.booking-services-table {
    width: 100%;
}
.booking-services-table .duration-column, .booking-services-table .price-column {
    width: 0;
    white-space: nowrap;
}
.booking-services-table .duration-column {
    text-align: center;
}
.booking-services-table .price-column {
    text-align: right;
}

.popup.sumup-payment-popup {
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup.sumup-payment-popup .popup-box {
    position: relative;
    top: auto !important;
    left: auto !important;
    display: flex;
    flex-direction: column;
}
.popup.sumup-payment-popup .popup-box .popup-title, .popup.sumup-payment-popup .popup-box .popup-buttons {
    flex-shrink: 0;
}
.popup.sumup-payment-popup .popup-box .popup-title {
    display: none;
}
.popup.sumup-payment-popup .popup-box .popup-content {
    height: auto !important;
}
.popup.sumup-payment-popup .popup-box .popup-content .loading-progress {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
}

.gpay-card-info-animation-container {
    z-index: 10;
}

.grecaptcha-badge {
    z-index: 1000;
}

.mailform-additional-information-row {
    display: none !important;
}
