input, textarea, select, button {
    font-family: Arial, sans-serif;
}

.error {
    margin: 10px 10px 5px 5px;
    padding: 0;
    color: red;
}

.popup-wrapper ul {
    padding: 0;
}

.powered-by-wrapper {
    width: 100%;
    display: block;
    padding: 25px 0 5px;
    text-align: right;
    font-size: 13px;
}

.powered-by-wrapper > div {
    display: inline-block;
    vertical-align: bottom;
}

.powered-by-wrapper img {
    width: 50px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 2px 1px;
}

.overlay .popup-wrapper input[type="checkbox"] {
    display: inline-block;
    width: auto;
}

.overlay .popup-wrapper.confirm-review {
    width: 92%;
    max-width: 600px;
    padding: 40px;
    text-align: left;
}

.overlay .popup-wrapper.confirm-review .form-wrapper label {
    margin: 0;
}

.overlay .popup-wrapper .form-wrapper button.btn img {
    width: 17px;
    display: inline-block;
    vertical-align: middle;
}

.form-wrapper .terms-wrapper {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    margin: 15px 0 20px 0;
}

.form-wrapper .terms-wrapper label {
    display: block;
    padding: 10px 13px;
    font-weight: normal;
}

.form-wrapper .terms-wrapper.error {
    color: #3d3d3d;
    background: #ffd7d7;
    border: 1px solid #ffbebe;
}

.overlay .popup-wrapper.confirm-review .form-wrapper {
    display: block;
}

.popup-wrapper.confirm-review header {
    margin-bottom: 30px;
}

.popup-wrapper.confirm-review ul.review-list {
    width: 100%;
    padding: 0px 0px 0 2px;
}

.popup-wrapper.confirm-review ul.review-list li {
    padding-right: 15px;
    margin-bottom: 11px;
    display: inline-block;
}

.popup-wrapper.confirm-review ul.review-list li .review-rating-title {
    width: 135px;
    display: inline-block;
    margin: 0px;
    margin-right: 15px;
}

.confirm-review .rating {
    cursor: pointer;
    clear: both;
    display: block;
}

.confirm-review .popup-review-preview {
    width: 100%;
    max-width: 100%;
    opacity: 0.5;
    -webkit-opacity: 0.5;
    border: 1px solid #dcdcdc;
    padding: 40px;
    margin: 15px 0 25px;
}

.confirm-review .review-author {
    width: 430px;
    margin-bottom: 10px;
    display: block;
    float: left;
}

.clearfix {
    display: block;
    clear: both
}

.popup-wrapper.confirm-review .review-score {
    height: 35px;
    width: auto;
    text-align: left;
    display: inline-block;
    margin-right: 15px;
    padding: 8px;
    border-radius: 4px;
    float: left;
    font-size: 35px;
    font-weight: bold;
}

.confirm-review .popup-review-preview .review-author {
    width: auto;
    margin-bottom: 10px;
    display: block;
    float: left;
}

.confirm-review .review-preview-title {
    width: auto;
    margin-right: 10px;
    display: inline-block;
}

.confirm-review .review-rating {
    width: 95px;
    height: 18px;
    overflow: hidden;
    text-align: left;
    background: url(/images/rating-icon2.png) repeat-x 0px -18px;
    margin: 0px 0px -4px 0px;
    display: inline-block;
}

.confirm-review .review-rating-layer {
    width: 1%;
    height: 18px;
    transition: 1s;
    -webkit-transition: 1s;
    background: url(/images/rating-icon2.png) repeat-x 0px 0px;
}

.confirm-review .btn,
.review-thanks .btn {
    border: 0;
}

.error-field input[type="text"], .error-field textarea {
    border: 1px solid #ff9595 !important;
    background: #FFCDCD;
    color: #cc6b6b;
    transition: 0s;
}

.success-field:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 9px;
    width: 17px;
    height: 16px;
    display: block;
    background: url(/images/green-check.png);
}

.success-field, .col_textarea.success-field {
    position: relative;
}

@media screen and (max-width: 768px) {
    .overlay .popup-review-preview .review-author small {
        line-height: 2;
    }

    .popup-wrapper.confirm-review .review-score {
        padding: 0;
    }
}

.wysiwyg img {
    max-width: 100% !important;
    height: auto !important;
}

.wysiwyg img.left {
    float: left;
    padding: 0 10px 0 0;
}

.wysiwyg img.right {
    float: right;
    padding: 0 0 0 10px;

}


/* WEBSITES PRICE LIST */
.website-pricelist-table {
    display: block;
    width: 100%;
    margin: 20px 0;
}

#pricelist-products-list {
    text-align: left;
}

#pricelist-products-list:after {
    content: "";
    display: block;
    clear: both;
}

.website-pricelist-table .row {
    position: relative;
}

.website-pricelist-table .row:after {
    content: "";
    display: block;
    clear: both;
}

.website-pricelist-table .col {
    float: left;
    padding: 10px;
    min-height: 20px;
    line-height: 20px;
}

.website-pricelist-table .pricelist-type-1 .pricelist-photo img {
    height: 135px;
}

.pricelist-type-1 .pricelist-notification {
    text-align: center;
}

.website-pricelist-table .col img {
    max-width: 100%;
    max-height: 115px;
}

.website-pricelist-table .col label {
    font-weight: bold;
    text-align: left;
    margin-top: 0;
}

.website-pricelist-table .col input {
    width: 100%;
}

ul.website-module-list {
    display: block;
    margin: 10px 0;
}

ul.website-module-list li {
    width: 100%;
    max-width: 500px;
    display: block;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #eaeaea;
}

ul.website-module-list li span {
    float: right;
    margin-top: -2px;
}

ul.website-module-list li img {
    width: 25px;
    vertical-align: middle;
    margin-top: -3px;
    opacity: 0.8;
}

ul.website-module-list li span:hover img {
    opacity: 1;
}

ul.website-module-list li span:hover {
    cursor: pointer;
    text-decoration: underline;
}

.pricelist-price {
    text-align: right;
}

.website-pricelist-table .col.pricelist-unit {
    text-align: right;
    font-size: 11px;
    margin-top: -14px;
    float: right;
}

.pricelist.pricelist-description {
    float: left;
}

.pricelist-notification {
    padding: 7px 13px;
    text-align: left;
    background: #fffbee;
    border: 1px solid #f1ebce;
    color: #5F5D5D;
    border-radius: 3px;
    margin-top: 10px;
}

.pricelist-type-1 .pricelist-notification {
    max-height: 60px;
    overflow: auto;
}

.website-pricelist-table textarea {
    min-height: 110px;
}

.pricelist-row h3 {
    margin: 0;
}


.text-placeholder {
    display: block;
    height: 8px;
    width: 100%;
    margin: 3px 0;
}

.text-placeholder {
    background: #cfd3d8;
}

.pricelist-type-0 .drag-btn {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.website-form-row:after {
    content: "";
    display: block;
    clear: both;
}

/* Website pricelist */

.website-pricelist-table .pricelist-type-0 .pricelist-description {
    font-style: italic;
    padding: 10px 25px 10px 10px;
}

.website-pricelist-table .pricelist-type-1 .pricelist-description {
    height: 80px;
    overflow: auto;
}

.website-pricelist-table .pricelist-type-2 .pricelist-description {
    padding: 10px 25px 10px 10px;
}

.container-product {
    padding: 10px 0;
    min-height: 40px;
}

.website-pricelist-table .pricelist-type-1 {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-right: 2%;
    padding: 10px;
    border: 1px solid #eaeaea;
    text-align: center;
    margin-bottom: 20px;
    min-height: 350px;
    float: left;
}

.website-pricelist-table .pricelist-type-1:nth-child(3n+3) {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .website-pricelist-table .pricelist-type-1 {
        width: 49%;
    }

    .website-pricelist-table .pricelist-type-1:nth-child(2n+2) {
        margin-right: 0;
    }

    .website-pricelist-table .pricelist-type-1:nth-child(3n+3) {
        margin-right: 2%;
    }
}

@media screen and (max-width: 550px) {
    .website-pricelist-table .pricelist-type-1 {
        display: block;
        width: 100%;
        float: none;
        min-height: 0;
    }
}

.website-pricelist-table .pricelist-type-1 hr {
    display: none;
}

.website-pricelist-table .pricelist-type-1 .col {
    width: 100% !important;
    display: block;
}

.website-pricelist-table .pricelist-type-1 .pricelist-photo {
    min-height: 140px;
}

.website-pricelist-table .pricelist-type-1 .pricelist-price {
    text-align: center;
    min-height: 40px;
}

.website-pricelist-table .container-product .pricelist-subtitle {
    background-color: #fafafa;
}

.website-pricelist-table .pricelist-type-1 .pricelist-subtitle {
    margin: 130px 0;
}

/* Website pricelist columns */

.website-pricelist-table .col.span-1 {
    width: 8.3%;
}

.website-pricelist-table .col.span-2 {
    width: 17%;
}

.website-pricelist-table .col.span-4 {
    width: 33%;
}

.website-pricelist-table .col.span-6 {
    width: 50%;
}

.website-pricelist-table .col.span-8 {
    width: 67%;
}

.website-pricelist-table .col.span-10 {
    width: 83%;
}

.website-pricelist-table .col.span-12 {
    width: 100%;
}

@media screen and (max-width: 550px) {
    .website-pricelist-table .col {
        display: block !important;
        width: 100% !important;
    }

    .website-pricelist-table .col.pricelist-unit,
    .website-pricelist-table .col.pricelist-price {
        text-align: left;
    }

    .website-pricelist-table .pricelist-type-1 .pricelist-price {
        text-align: center;
    }
}

.website-pricelist-table .container-product.pricelist-type-1  .pricelist-subtitle {
    background: none;
}

.container-product.pricelist-type-0 {
    padding: 0;
}

.container-product.pricelist-type-0 .col,
.container-product.pricelist-type-2 .col {
    padding: 5px;
}

.website-pricelist-table .col.pricelist-notification {
    padding: 7px 10px;
}

.container-product.pricelist-type-2 .col img {
    max-height: 105px;
}

/* Shared CSS for menu with 5+ items */
@media screen and (min-width: 769px) {
    .more-items {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .nav-menu-wrapper {
        display: none;
    }
}

/* NAV-MENU-WRAPPER
------------------------------------------------------ */

.nav-menu-wrapper {
    cursor: pointer;
}

.nav-menu-wrapper {
    position: relative;
    padding-bottom: 20px;
}

.nav-menu {
    width: 25px;
    height: 19px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

.nav-menu .bar {
    width: 100%;
    height: 2px;
    margin: 0 0 6px 9px;
}

.nav-menu-wrapper:hover .dropdown-content {
    display: block;
}

.content-header-nav .dropdown-content li a {
    padding: 15px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 33px;
    right: -20.9px;
    padding-top: 5px;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 50;
}

.dropdown-content li {
    display: block;
    text-align: center;
}

.dropdown-content a {
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
}

.top-bar .nav-menu-wrapper .dropdown-content ul li {
    padding: 0px;
    text-align: center;
    display: block;
    margin: 0;
}

.top-bar .nav-menu-wrapper .dropdown-content ul li:hover a {
    /*background-color: rgb(218, 87, 87);
    color: #fff;*/
}

.top-nav .dropdown-content li   {
    line-height: 1.6;

}


/* ------------------------------------------appointment------------------------------------------------------ */

.btn-appointment {
    margin-top: 20px;
}

.appointment-warning {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #de8f00;
    background: rgb(255, 226, 173);
    margin-bottom: 20px;
    color: #000;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 998;
    overflow: auto;
}

.overlay-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    z-index: 999;
}

.popup-wrapper {
    width: 100%;
    margin: 155px auto;
    display: block;
    max-width: 800px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #fff;
    padding: 20px;
    position: relative;
}

.popup-service {
    width: 92%;
    max-width: 800px;
    margin: 0 auto 50px;
    top: 90px;
    overflow: visible;
    color: #fff;
    position: relative;
    padding-bottom: 30px;
}

.date-select-wrapper .selected-date {
    position: relative;
}

    .date-select-wrapper .selected-date .calendar-icon {
        margin-right: 10px;
        width: 30px;
        text-align: center;
        vertical-align: middle;
        position: relative;
        cursor: pointer;
        z-index: 1;
    }

    .date-select-wrapper .selected-date input.agenda {
        position: absolute;
        width: 35px !important;
        height: 35px !important;
        opacity: 0;
        left: 0;
        z-index: 0;
    }

.calendar-arrow {
    font-size: 1.5em;
    display: inline-block;
    vertical-align: middle;
}

.appointment-overlay-bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 101;
    background: rgba(40, 40, 40, 0.79);
    display: block;
}

.appointment-bar {
    width: 100%;
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    position: relative;
}

.arrow-left {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 80;
}

.arrow {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 0.2em solid #5f5f5f;
    border-top: 0.2em solid #5f5f5f;
    transform: rotate(224deg);
    margin-right: 0.5em;
    top: 7px;
    left: 11px;
}


.appointment-title {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    color: #292929;
}
.appointment-title h2 {
    margin: 0;
    transition: all 2s;
    color: #292929;
}

.appointment-steps {
    float: right;
    padding: 0;
    font-size: 11px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.appointement-wrapper {
    background-color: #fff;
    color: #484848;
    padding: 0px 5% 10px;
    border-radius: 0 0 4px 4px;
    font-size: 14px;
    position: relative;
    width: 100%;
    text-align: left;
}

.appointement-wrapper ul {
    padding: 0;
}

.appointment-overlay-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 998;
}

.recent-proposal, .appointement-wrapper .overview {
    text-align: center;
    padding: 15px 0 0;
    color: #5f5f5f;
    position: relative;
    display:inline-block;
}

.appointement-wrapper .overview {
    width: 100%;
    padding: 0;
}
.appointement-wrapper h3 {
    margin: 0 0 15px;
}

.appointement-wrapper .overview .fa-calendar-check-o {
    left: 20px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #b9b9b9;
    z-index:0;
    opacity: 0.5;
}

.appointement-wrapper .overview .service-employee {
    z-index:9;
    position: relative;
}

.appointment-time {
    display: flex;
    flex-flow: row wrap;
}
.appointment-options-wrapper, .appointement-content {
    padding: 10px 0;
    text-align: left;
}


.appointment-options [class*='col-'] {
    float: none;
    padding: 0;
    text-align: left;
    margin-left: -6px;
    padding-left: 10px;
    border-left: solid #e2e2e2 1px;
}

.appointment-options .col-2 {
    font-size: 0.8em;
}

.appointment-options.services, .appointment-options.employees {
    margin: 15px 0;
}

.appointment-list {
    background-color: #fff;
    padding: 5px 5px;
    list-style: none;
    border: solid #e2e2e2 1px;
    cursor: pointer;
    margin-top: -1px;
    position: relative;
}

.appointment-list label {
    cursor: pointer;
}

.appointment-list:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #000;
    display: none;
}

.appointment-list:hover, .appointment-list.active  {
    background-color: #de8f00;
    color: #fff;
}
.appointment-list:hover:after, .appointment-list.active:after {
    border-left-color: white;
}

.appointment-list .service-check {
    width: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

.appointment-list .service-details {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    vertical-align: middle;
    padding-right: 25px;
    word-break: break-all;
}

.appointment-list .service-details .service-title {
    margin: 0;
}
.appointment-list .service-details .service-description {
    font-size: smaller;
    display: inline-block;
    line-height: normal;
    width: 100%;
}
.date-select-wrapper {
    margin: 20px 0;
    border: 1px solid #de8f00;
    text-align: center;

}

.appointment-date {
    display: inline-block;
}

.appointment-time {
    list-style: none;
    text-align: center;

}


.appointment-time li {
    padding: 8px;
    margin-right: 1%;
    margin-top: 10px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    background-color: #FAFAFA;
    border: 1px solid #e6e6e6;
    color: #bbbbbb;
    width: 9.1%;
}

.appointment-time li:nth-child(10n){
    margin-right: 0;
}

.appointment-time li:hover {
    background-color: #ffa400;
    color: #fff;
    cursor: pointer;
}

.appointment-time li.booked	{
    background-color: #d4d4d4;
    color: #898989;
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; // IE8
    filter: alpha(opacity=50); // IE 5-7
}

.appointment-time li.booked:hover {
    cursor: default;
    background-color: #d4d4d4 !important;
    color: #898989 !important;
}

.appointment-time li.selected {
    background-color: #ffa400;
    color: #fff;
}


.selected-date {
    display: inline-block;
    padding: 15px 10px;
    vertical-align: middle;
}

.appointement-data input[type="text"],
.appointement-data textarea, #appointmentdatetime #service {
    padding: 10px;
    border: 1px solid #d4d4d4;
    display: block;
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
}

.appointement-wrapper .form-container {
    border: 1px solid #e6e6e6;
    background: #FAFAFA;
    position: relative;
    overflow: hidden;
    padding: 15px;
    border-radius: 3px;
}

.appointement-data textarea, #appointmentdatetime #service	{
    height: 75px;
    resize: none;
}

.appointement-data input.error,
.appointement-data textarea.error,
.appointement-data label.error {
    border: 1px solid #ee0000;
}

.appointement-data span#phonenumbercounter {
    font-size: 12px;
}

.appointement-data label {
    display: block;
    margin-top: 5px;
    padding: 7px 0;
    border: 1px solid #ffffff;
}

.appointement-data .terms {
    display: inline-block;
    padding: 2px 0;
    margin: 0;
    min-height: 0;
    line-height: 30px;
    vertical-align: top;
    float: left;
    width: 100%;
    clear: both;
}

.appointement-wrapper .warning-msg {
    display:none;
    padding: 10px;
    border-radius: 3px;
    color: #3d3d3d;
    background: #FFF6B0;
    position: relative;
    display: none;
    margin-top: 3px;
}

.appointement-wrapper input[type="checkbox"] {
    width: auto;
    display: inline-block;
}

.appointement-result {
    padding-top: 50px;
}

.appointement-result .company-name{
    font-size: 1.5em;
    text-align: center;
    margin: 15px 0 15px 0;
}

.appointement-result .text-notice{
    text-align: center;
    margin:0;
}

.powered-by-wrapper {
    width: 100%;
    display: block;
    padding: 25px 0 5px;
    text-align: right;
    font-size: 13px;
    line-height: 25px;
    margin-top: 20px;
}

.powered-by-wrapper img {
    width: 50px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 2px 5px;
    float: right;
}

.close-btn {
    top: -10px;
    right: -15px;
    position: absolute;
    display: block;
    cursor: pointer;
    background: #fff;
    padding: 2px;
    z-index: 999;
    border-radius: 20px;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 1.5em;
}

.appointement .close-btn {
    background: none;
}

@media screen and (max-width: 768px) {
    .contact-form > div {
        margin: 25px 0;
    }

    .opentimes [class*='col-'] {
        display: inline-block;
        width: 45% !important;
    }
    .appointment-bar .appointment-steps {
        position: relative;
        right: auto;
        top: auto;
        float: none;
        text-align: center;
    }
    .appointment-time li:nth-child(1n) {
        width: 11.5%;
        margin-right: 1%;
    }
    .appointment-time li:nth-child(8n){
        margin-right: 0;
    }
    .appointment-list:after {
        display: block;
    }
    .appointment-options .col-2 {
        width: 50% !important;
        border: none;
    }
}

.loader {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
}

.notification {
    margin: 35px 0px 25px 0px;
    border: 1px solid #E7D074;
    background: #FFF8D2;
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    line-height: 20px;
}


body.modal-open {
    overflow: hidden;
}


@media screen and (max-width: 670px) {
    .appointment-time li:nth-child(1n) {
        width: 19.2%;
        margin-right: 1%;
    }
    .appointment-time li:nth-child(5n){
        margin-right: 0;
    }
}

@media screen and (max-width: 540px) {
    .appointment-time li:nth-child(1n) {
        width: 23.5%;
        margin-right: 2%;
    }
    .appointment-time li:nth-child(4n){
        margin-right: 0;
    }
    .appointment-title h2 {
        font-size: 1em;
    }
}
@media screen and (max-width: 460px) {
    .appointment-time li:nth-child(1n) {
        width: 32%;
        margin-right: 2%;
    }
    .appointment-time li:nth-child(3n){
        margin-right: 0;
    }
}
@media screen and (max-width: 360px) {
    .appointment-title h2 {
        overflow-wrap: break-word;
        hyphens: auto;
    }
}

/* SIDEBAR STYLING */
#sidebar-overlay{
    position:fixed;
    bottom:0;
    top:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.6);
    z-index:999;
    display:none
}
#sidebar{
    margin:0;
    width:250px;
    background:#212121;
    color:white;
    position:fixed;
    top:0;
    bottom:0;
    z-index:999;
    font-size:18px;
    overflow:hidden;
    left:-260px;
    transition:all 0.5s;
    box-shadow:1px 1px 5px rgba(0,0,0,0.8)
}
#sidebar.shown{
    left:0px;
    width: 320px;
}
#sidebar{
    padding:0;
    margin:0
}
#sidebar .close-sidebar{
    padding:20px;
    margin-bottom:1px;
    cursor:pointer;
    text-align: right;
    font-weight:bold;
    -webkit-box-shadow:0px 1px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow:0px 1px 5px 0px rgba(0,0,0,0.4);
    box-shadow:0px 1px 5px 0px rgba(0,0,0,0.4)
}
.close-sidebar span{
    vertical-align:middle
}
.open-mobile-menu{
    width:45px;
    display:block;
    position:fixed;
    top:15px;
    left:15px;
    background:#fff;
    z-index:999;
    padding:5px 7px;
    box-sizing:border-box;
    cursor:pointer;
    display:inline-block
}
#sidebar .sub-menu li, #sidebar section{
    border:0;
    position:relative;
    margin-bottom:-1px;
    width:100%;
    display:block;
    border-top:1px solid #2D2D2D;
    border-bottom:1px solid #2D2D2D;
    background:#2D2D2D
}
#sidebar .sub-menu li{
    border-top:1px solid #242424;
    border-bottom:1px solid #242424;
    background:#2D2D2D;
}
#sidebar .sub-menu section h4{
    /*padding-left:30px;*/
    background:#2c2c2c
}
#sidebar section h4{
    background:#212121;
    position:relative;
    font-weight: normal;
}
#sidebar section h4 > .show-more{
    text-decoration:none;
    position:relative;
    display: inline-block;
    width: 50px;
    height: 60px;
    font-size:20px;
    line-height:12px;
    border-left: 1px solid white;
    transition:all 0.5s;
    vertical-align: middle;
}
.fa-angle-up:before {
    content:"\f106";
    font-family:FontAwesome;
    font-weight:normal;
    font-style:normal;
}
#sidebar section h4 > .show-more:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
#sidebar section h4 > .show-more i {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
#sidebar section h4.active > .show-more i {
    transform:rotate(-180deg) translateY(50%);
    -webkit-transform:rotate(-180deg) translateY(50%);
    -moz-transform:rotate(-180deg) translateY(50%);
    -o-transform:rotate(-180deg) translateY(50%);
    -ms-transform:rotate(-180deg) translateY(50%);
    line-height:20px;
    color: red;
}
#sidebar section h4 > .show-more i {
    transform:rotate(0deg) translateY(-50%);
    -webkit-transform:rotate(0deg) translateY(-50%);
    -moz-transform:rotate(0deg) translateY(-50%);
    -o-transform:rotate(0deg) translateY(-50%);
    -ms-transform:rotate(0deg) translateY(-50%);
    line-height:20px
}
#sidebar section h4 a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#sidebar .news-sub-menu h4 .show-more{
    opacity:0.3;
    filter:alpha(opacity=30)
}
#sidebar i.fa-times {
    padding-right:10px
}
#sidebar ul{
    list-style:none;
    padding:0;
    width:100%
}
#sidebar .sidebar-container{
    overflow:hidden;
    margin: 0;
    overflow-y: scroll;
    height:calc(100% - 56px);
    width:calc(100% + 17px);
    padding-right: 17px;
    padding-bottom:65px
}
#sidebar .sidebar-container::-webkit-scrollbar {
    display: none;
}
#sidebar .sidebar-container .sidebar-bottom-padding{
    content:"";
    display:block;
    width:100%;
    height:60px
}
#sidebar li a{
    text-decoration:none;
    color:#fff
}
#sidebar li:hover > a{
    font-weight:bold
}
#sidebar li a, #sidebar section h4{
    display:inline-block;
    width:100%;
    margin:0;
    color:white !important;
    box-sizing:border-box;
    cursor:pointer;
}
#sidebar li a:hover {
    color: red !important;
}
#sidebar section .link-name a {
    color: white !important;
    text-decoration: none;
    display: block;
    vertical-align: middle;
}
#sidebar section h4 .link-name {
    padding:14px 20px;
    width: calc(100% - 50px);
    display: inline-block;
    vertical-align: middle;
}
#sidebar .sub-menu li a, #sidebar .sub-menu h4 .link-name {
    padding:14px 10px
}
#sidebar .sub-menu h4 .link-name > a {
    padding: 0;
}
#sidebar .home-link a{
    text-decoration:none;
    color:white
}
#sidebar .sub-menu{
    display:none;
    overflow:hidden;
    padding-left: 10px;
}
#sidebar .sub-menu.news-sub-menu{
    transition:all 1s
}
#sidebar .sub-menu.news-sub-menu.opened{

    margin-top: 3px;
}
@media screen and (min-width: 768px){
    .open-mobile-menu{
        display:none
    }
}
@media screen and (max-width: 768px){
    .open-mobile-menu{
        display:block
    }
}
@media screen and (max-width: 540px){
    #sidebar.shown {
        width: 100%;
        background: rgba(33,33,33,0.95);
    }
    #sidebar section h4, #sidebar .sub-menu li, #sidebar section {
        background: none !important;
    }
    #sidebar .sub-menu li, #sidebar section {
        border-top: 1px solid #383838;
        border-bottom: 1px solid #383838;
    }
}
#sidebar section h4.active, #sidebar section h4.active a {
    font-weight: bold;
}
#sidebar section h4 .link-name:hover > a  {
    color: red !important;
    font-weight: bold;
}
.mobile-sidebar-menu-wrapper {
    display: none;
    float: right;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .mobile-sidebar-menu-wrapper {
        display: block;
    }
    .mobile-menu-wrapper {
        display: none !important;
    }
}
.mobile-sidebar-menu-wrapper.show-sidebar-toggle {
    display: block;
}
.mobile-sidebar-menu-wrapper .mobile-menu {
    margin-left: 5px;
}
.menu-expand-btn {
    color: white;
    padding: 16px;
    border: none;
    cursor: pointer;
    z-index: 999;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.menu-expand-btn i {
    margin-left: 5px;
}
.menu-expand i{
    margin-left: 5px;
}
.menu-expand {
    position: relative;
    display: inline-block;
}
.menu-expand-content > .menu-expand {
    width: 100%;
}
.menu-expand-content {
    display: none;
    position: absolute !important;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px -4px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: left;
}
.menu-expand:hover > .menu-expand-content a {
    text-indent: 10px;
    margin: 0;
}
.menu-expand:hover > .menu-expand-content:after {
    display:none;
}
.menu-expand :hover:after  {
    display: none !important;
}
.menu-expand-content > .menu-expand > .menu-expand-content a {
    text-indent: 20px;
}
.menu-expand-content > .menu-expand > .menu-expand-content > .menu-expand > .menu-expand-content a {
    text-indent: 30px;
}
.menu-expand-content > .menu-expand > .menu-expand-content > .menu-expand > .menu-expand-content > .menu-expand > .menu-expand-content a {
    text-indent: 40px;
}
.menu-expand-content a {
    color: black !important;
    padding: 12px 16px !important;
    text-decoration: none !important;
    display: block;
}

.menu-expand-content a:hover {background-color: #ddd}

.menu-expand:hover > .menu-expand-content {
    display: block;
}

.menu-expand:hover .menu-expand-content ul, .menu-expand:hover .menu-expand-content li {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.mobile-sidebar-menu-wrapper .mobile-menu {
    width: 25px;
    height: 19px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

.mobile-sidebar-menu-wrapper .mobile-menu-wrapper span {
    margin-right: 10px;
}

.mobile-sidebar-menu-wrapper .mobile-menu .bar {
    width: 100%;
    height: 2px;
    margin: 0 0 6px 0;
    background: #0b2e54;
}

/* ------------------------------------------cookie bar------------------------------------------------------ */
.cookie-bar {
    width: 100%;
    line-height: 24px;
    padding: 10px 0;
    font-size: 11px;
    bottom: 0px;
    display: none;
    z-index: 998;
    background: white;
    border-top: 1px solid #e1e1e1;
    color: #333;
    position: fixed;
    bottom: 0;
    left: 0;
    right:0;
}
.cookie-message {
    max-width:  1024px;
    text-align: left;
    margin: 0 auto;
    font-family: 'Montserrat',Arial,Helvetica,sans-serif;
}
.cookie-bar .notification {
    max-width:  1024px;
    text-align: left;
    margin: 0 auto;
}

.cookie-bar .button-wrapper, .cookie-bar .text-wrapper {
    display: inline-block;
    vertical-align: middle;
    color: #333 !important;
}
.cookie-bar a {
    line-height: 16px;
    margin-top: 10px;
    cursor: pointer;
    color: #5db3e4 !important;
    text-decoration: underline;
}
.cookie-bar .text-wrapper {
    width: calc(100% - 110px);
    padding: 0 10px;
    display: inline-block;
    text-align: left;
    margin: 0;
    color: #333 !important;
}
.cookie-bar .text-wrapper p {
    display: inline;
    color: #333 !important;
}

.cookie-bar .cookies-accept {
    color: #7cd049;
    border: 1px solid #7cd049;
    font-weight: bold;
    cursor: pointer;
    padding: 0px 15px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.cookie-bar .cookies-accept:hover     {
    background: #7cd049;
    color: #fff;
}

.cookie-bar .fa-close   {
    display: none;
}

.privacy-link a.scroll-btn {
    cursor: pointer;
}

.cookies-info {
    color: inherit;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .cookie-bar .text-wrapper {
        width: 85%;
        padding: 10px;
        box-sizing: border-box;
    }
    .cookie-bar .button-wrapper {
        display: none;
        margin: 2px auto 7px;
        max-width: 90px;
        text-align: center;
    }

    .cookie-bar .fa-close   {
        display: block;
        color: #4F4F4F;
    }

    #cookiebar #cookiebar-accepted {
        display: inline-block;
        font-size: 23px;
        border-radius: 50%;
        padding: 21px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-49%);
        margin: 0;
        cursor: pointer;
        color: #d8d8d8;
    }

    .cookie-message {
        max-width:  768px;
        margin: 0 auto;
        line-height: 19px;
    }

    .privacy-link {
        text-align: center;
    }
}



#map_container_sidebar iframe, #map_container iframe, #map_container_page iframe {
    width: 100%;
    height: 100%;
}
.wysiwyg ul{
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}
.wysiwyg ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}
#captcha-container {
    display: inline-block;
    width: 100%;
}
#captcha-container label {
    display: block;
}
#captcha-container #captcha, #captcha-container .captcha-image-container {
    display: inline-block;
    width: 49.4%;
    vertical-align: top;
    margin: 10px 0;
}
#captcha-container #captcha, #captcha-container .captcha-image-container {
    height: 40px;
}
#captcha-container .captcha-image-container {
    max-width: 600px;
}
@media screen and (max-width: 460px) {
    #captcha-container .captcha-image-container {
        margin-bottom: 10px;
    }
    #captcha-container #captcha, #captcha-container .captcha-image-container {
        width: 100%;
    }
}
ul.address {
    list-style: none;
}
.weekday .full-day {
    display: inline-block;
}
.weekday .short-day {
    display: none;
}