/**
 *
 * @author
 * @project
 * @version v1.0
 */
/**
 * TYPOGRAPHY
 */
body {
    font-family: "Barlow", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Barlow", sans-serif;
    margin: 0;
    font-weight: 600;
}

h2,
h1 {
    font-size: 38px;
}

@media (min-width: 576px) and (max-width: 868px) {
    h2 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    h2 {
        font-size: 30px;
    }
}

h5 {
    font-size: 20px;
}

@media (min-width: 576px) and (max-width: 868px) {
    h5 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    h5 {
        font-size: 18px;
    }
}

/**
 * STANDARD STYLES
 */
ul {
    padding: 0;
    margin: 0;
}

ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

hr {
    border-color: rgba(120, 120, 120, 0.3);
    margin: 0;
    padding: 0;
    width: 100%;
}

button {
    border: none;
}

p {
    margin-bottom: 0;
}

a {
    outline: 0;
    text-decoration: none;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

a:hover {
    text-decoration: none;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    color: white;
}

a:active {
    color: white;
    text-decoration: none;
}

a:focus {
    color: white;
    text-decoration: none;
}

.no-l-gutter {
    padding-left: 0;
}

.no-r-gutter {
    padding-right: 0;
}

.img-responsive {
    min-width: 100%;
}

.align-c {
    text-align: center;
}

.align-r {
    text-align: right;
}

.align-l {
    text-align: left;
}

.transition {
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.full-width {
    width: 100%;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.push-down-0 {
    margin-bottom: 0px;
}

.push-down-5 {
    margin-bottom: 5px;
}

.push-down-10 {
    margin-bottom: 10px;
}

.push-down-15 {
    margin-bottom: 15px;
}

.push-down-20 {
    margin-bottom: 20px;
}

.push-down-25 {
    margin-bottom: 25px;
}

.push-down-30 {
    margin-bottom: 30px;
}

.push-down-35 {
    margin-bottom: 35px;
}

.push-down-40 {
    margin-bottom: 40px;
}

.push-down-45 {
    margin-bottom: 45px;
}

.push-down-50 {
    margin-bottom: 50px;
}

.push-down-55 {
    margin-bottom: 55px;
}

.push-down-60 {
    margin-bottom: 60px;
}

.push-down-65 {
    margin-bottom: 65px;
}

.push-down-70 {
    margin-bottom: 70px;
}

.push-down-75 {
    margin-bottom: 75px;
}

.push-down-80 {
    margin-bottom: 80px;
}

.push-down-85 {
    margin-bottom: 85px;
}

.push-down-90 {
    margin-bottom: 90px;
}

.push-down-95 {
    margin-bottom: 95px;
}

.push-down-100 {
    margin-bottom: 100px;
}

.pull-down-main {
    margin-top: 140px;
}

.secondary-margin {
    margin: 65px;
}

.push-down-secondary {
    margin-bottom: 65px;
}

.pull-down-secondary {
    margin-top: 65px;
}

.pull-down-0 {
    margin-top: 0px;
}

.pull-down-5 {
    margin-top: 5px;
}

.pull-down-10 {
    margin-top: 10px;
}

.pull-down-15 {
    margin-top: 15px;
}

.pull-down-20 {
    margin-top: 20px;
}

.pull-down-25 {
    margin-top: 25px;
}

.pull-down-30 {
    margin-top: 30px;
}

.pull-down-35 {
    margin-top: 35px;
}

.pull-down-40 {
    margin-top: 40px;
}

.pull-down-45 {
    margin-top: 45px;
}

.pull-down-50 {
    margin-top: 50px;
}

.pull-down-55 {
    margin-top: 55px;
}

.pull-down-60 {
    margin-top: 60px;
}

.pull-down-65 {
    margin-top: 65px;
}

.pull-down-70 {
    margin-top: 70px;
}

.pull-down-75 {
    margin-top: 75px;
}

.pull-down-80 {
    margin-top: 80px;
}

.pull-down-85 {
    margin-top: 85px;
}

.pull-down-90 {
    margin-top: 90px;
}

.pull-down-95 {
    margin-top: 95px;
}

.pull-down-100 {
    margin-top: 100px;
}

@media (max-width: 575px) {
    .pull-down-mobile-35 {
        margin-top: 35px;
    }
}

/**
 * BUTTONS
 */
.simple-link {
    color: #010101;
    font-size: 18px;
    display: inline-block;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.simple-link:hover {
    color: rgba(1, 1, 1, 0.5);
}

.cta-btn {
    position: absolute;
    top: -28px;
    right: 15px;
    z-index: 10;
}

.cta-btn a {
    color: black;
    background: #fff;
    font-size: 14px;
    padding: 8px 14px;
    text-align: center;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: -8px 8px 0px -3px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: -8px 8px 0px -3px rgba(0, 0, 0, 0.06);
    box-shadow: -8px 8px 0px -3px rgba(0, 0, 0, 0.06);
}

.cta-btn a:hover {
    -webkit-box-shadow: -8px 8px 0px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -8px 8px 0px -3px rgba(0, 0, 0, 0.1);
    box-shadow: -8px 8px 0px -3px rgba(0, 0, 0, 0.1);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

@media (max-width: 576px) {
    .cta-btn {
        position: absolute;
        top: 114%;
        right: 15px;
    }
}

.cta-btn:hover a {
    background: #eb725e;
}

.main-btn {
    display: inline-block;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.main-btn i {
    margin-left: 5px;
}

.grey-btn {
    background: #848585;
    color: #fff;
}

.grey-btn:hover {
    background: #6b6b6b;
    color: #fff;
}

.secondary-btn {
    color: #fff;
    background: #ee8675;
}

.secondary-btn:hover {
    background: #eb725e;
}

.normal-btn {
    padding: 9px 22px 11px 22px;
    font-size: 25px;
}

@media (max-width: 576px) {
    .normal-btn {
        font-size: 22px;
    }

    .normal-btn.full-width-xs {
        padding: 12px 10px 15px 10px;
        font-size: 18px;
        width: 100%;
        text-align: center;
    }
}

.btn-with-arrow {
    position: relative;
}

.btn-with-arrow span {
    display: inline-block;
    position: relative;
    padding-right: 25px;
}

.btn-with-arrow span:before {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 2px;
    right: 0;
    content: url(../img/icons/arrow-right-white.svg);
    width: auto;
    height: auto;
}

.btn-with-arrow.active span:before {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -12px;
    right: 0;
    content: url(../img/icons/arrow-right-white.svg);
    width: auto;
    height: auto;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 576px) {
    .btn-with-arrow.arrow-down-xs span {
        display: inline-block;
        position: relative;
        padding-right: 25px;
    }

    .btn-with-arrow.arrow-down-xs span:before {
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -7px;
        right: 0;
        content: url(../img/icons/arrow-right-white.svg);
        width: auto;
        height: auto;
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .btn-with-arrow.active span:before {
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -8px;
        right: 0;
        content: url(../img/icons/arrow-right-white.svg);
        width: auto;
        height: auto;
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.btn-to-top {
    color: black;
    font-size: 16px;
    display: inline-block;
    padding: 7px 40px;
    background: #fff;
}

/*****************************************************
 * FORMS
 *****************************************************/
.form-holder {
    width: 100%;
}

.form-holder .single-row {
    width: 100%;
    margin-bottom: 12px;
}

.form-holder .single-row input,
.form-holder .single-row textarea {
    width: 100%;
    margin-top: 0;
}

.form-holder .single-row label {
    width: 100%;
    text-align: left;
    font-size: 13px;
    color: #494949;
    margin-bottom: 4px;
}

.form-holder .single-row label.error {
    display: block;
    color: red;
}

.form-holder .single-row.input-with-icon {
    position: relative;
}

.form-holder .single-row.input-with-icon input {
    padding-right: 37px;
}

.form-holder .single-row.input-with-icon .input-icon {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    background: none;
    padding: 5px;
    opacity: 0.5;
}

.form-holder .single-row .half-width {
    width: 50%;
}

.form-holder .single-row.inline-label {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-holder .single-row.inline-label label {
    width: 25%;
}

.form-holder .single-row.inline-label label.error {
    width: 100%;
    text-align: right;
}

.form-holder .single-row.inline-label input {
    width: 75%;
}

.divide-row {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px;
}

.divide-row .width-30 {
    margin: 0px 10px;
    width: -webkit-calc(30% - 20px);
    width: calc(30% - 20px);
}

.divide-row .width-30 input {
    width: 100%;
}

.divide-row .width-30 textarea {
    width: 100%;
}

.divide-row .width-50 {
    margin: 0px 10px;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
}

.divide-row .width-50 input {
    width: 100%;
}

.divide-row .width-50 textarea {
    width: 100%;
}

.divide-row .width-70 {
    margin: 0px 10px;
    width: -webkit-calc(70% - 20px);
    width: calc(70% - 20px);
}

.divide-row .width-70 input {
    width: 100%;
}

.divide-row .width-70 textarea {
    width: 100%;
}

@media (max-width: 576px) {
    .divide-row {
        display: box;
        display: -ms-flexbox;
        display: -o-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: -webkit-calc(100% + 16px);
        width: calc(100% + 16px);
        margin-left: -8px;
    }

    .divide-row .width-30 {
        margin: 0px 8px;
        width: -webkit-calc(100%);
        width: calc(100%);
    }

    .divide-row .width-30 input {
        margin-top: 0;
    }

    .divide-row .width-50 {
        margin: 0px 8px;
        width: -webkit-calc(100%);
        width: calc(100%);
    }

    .divide-row .width-50 input {
        margin-top: 0;
    }

    .divide-row .width-70 {
        margin: 0px 8px;
        width: -webkit-calc(100%);
        width: calc(100%);
    }

    .divide-row .width-70 input {
        margin-top: 0;
    }
}

.single-row {
    margin-bottom: 12px;
}

.single-row label {
    margin-bottom: 4px;
}

.menu-search .single-row {
    margin-bottom: 0;
}

.menu-search .single-row input {
    width: 100%;
    background: #fbfbfb;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    padding: 10px 11px 10px 11px;
}

.menu-search label {
    height: 0;
    display: none;
}

/* INPUTS */
input,
textarea {
    position: relative;
    background: #ffffff;
    color: #020202;
    border: 1px solid #eaeaea;
    font-size: 17px;
    font-weight: 600;
    padding: 9px 11px 9px 11px;
    box-shadow: none !important;
    max-width: 100%;
    margin-top: 5px;
}

input:invalid,
input.error,
textarea:invalid,
textarea.error {
    border: 1px solid #ef6892;
    background: #fbf5f6;
    background-color: #f8f7f5;
    color: #ef6892;
}

input:invalid+.error-input,
input.error+.error-input,
textarea:invalid+.error-input,
textarea.error+.error-input {
    display: block;
    color: #ef6892;
    padding-left: 15px;
    padding-top: 8px;
    font-size: 11px;
}

input:invalid:not(.no-red),
input.error:not(.no-red),
textarea:invalid:not(.no-red),
textarea.error:not(.no-red) {
    border: 1px solid #eaeaea;
}

input.white-input,
textarea.white-input {
    background: #fff;
    border: 1px solid #eaeaea;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #7f7f7f;
    font-size: 17px;
    font-weight: 300;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #7f7f7f;
    font-size: 17px;
    font-weight: 300;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #7f7f7f;
    font-size: 17px;
    font-weight: 300;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #7f7f7f;
    font-size: 17px;
    font-weight: 300;
}

/* INPUT SHADOW ON FOCUS */
input[type="text"],
[type="e-mail"],
[type="password"] textarea {
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    box-sizing: border-box !important;
}

/* ERROR */
.error {
    color: red;
    font-size: 16px;
    margin-top: 3px;
}

.input-error-notification {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

/* TEXTAREA */
textarea {
    margin-top: 0;
    text-align: left;
    color: black;
    outline: none;
}

/* SELECT */
select {
    width: 100%;
    display: block;
    border-radius: none !important;
    padding: 10px !important;
    font-size: 16px !important;
    background: #fff;
    border: 1px solid #eaeaea;
    height: 50px;
    color: #494949;
}

/* CHECKBOXES */
.checkbox-holder {
    display: block;
    position: relative;
    padding-right: 25px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-holder .checkbox-content {
    display: block;
    text-align: right;
    margin-right: 15px;
}

/* Hide the browser's default checkbox */
.checkbox-holder input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -2px;
    right: 0;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 1px solid #dedee0;
}

/* On mouse-over */
.checkbox-holder:hover input~.checkmark {
    background-color: rgba(204, 204, 204, 0.5);
}

/* When the checkbox is checked, add background */
.checkbox-holder input:checked~.checkmark {
    background-color: #ffffff;
    border: 1px solid #dedee0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-holder input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-holder .checkmark:after {
    left: 11px;
    top: 3px;
    width: 9px;
    height: 19px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* RADIO */
.radio-holder {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-holder input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-holder:hover input~.radio-checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-holder input:checked~.radio-checkmark {
    background-color: black;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/**
 * HEADER STYLE
 */
body {
    position: relative;
    /*@include res (xs) {
 		background: lightYellow;

 	}
 	@include res (sm) {
 		background: lightPink;
 	}

	@include res (md) {
		background: lightGreen;
	}

	.container {
		//border: 2px solid red;
	}*/
}

.header-holder {
    background: rgba(255, 255, 255, 0.85);
    padding-top: 45px;
    padding-bottom: 40px;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
}

.header-holder .cta-btn {
    bottom: -50px;
    top: auto;
    right: 15px;
}

.header-holder .menu {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.header-holder .menu .logo-holder {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    padding-left: 170px;
}

.header-holder .menu .logo-holder .logo {
    position: absolute;
    top: -10px;
    left: 0;
}

.header-holder .menu .logo-holder .logo img {
    width: 150px;
    height: 150px;
}

.header-holder .menu .logo-holder .slogan {
    font-size: 28px;
    color: #010101;
    font-weight: 300;
}

.header-holder .menu .navigation-holder {
    display: block;
    text-align: right;
}

.header-holder .menu .navigation-holder nav {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    list-style: none;
}

.header-holder .menu .navigation-holder nav li {
    margin-right: 12px;
}

.header-holder .menu .navigation-holder nav li a {
    color: #010101;
    font-size: 22px;
    padding: 10px;
    display: inline-block;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header-holder .menu .navigation-holder nav li a:hover {
    color: #717273;
}

.header-holder .menu .navigation-holder nav li:last-of-type {
    margin-right: 0;
}

.header-holder .menu .navigation-holder nav li.nav-cta-btn a {
    color: black;
    background: #fff;
    font-size: 22px;
    padding: 10px 16px;
    text-align: center;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: -8px 8px 0px -3px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: -8px 8px 0px -3px rgba(0, 0, 0, 0.06);
    box-shadow: -8px 8px 0px -3px rgba(0, 0, 0, 0.06);
}

.header-holder .menu .navigation-holder nav li.nav-cta-btn a:hover {
    -webkit-box-shadow: -8px 8px 0px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -8px 8px 0px -3px rgba(0, 0, 0, 0.1);
    box-shadow: -8px 8px 0px -3px rgba(0, 0, 0, 0.1);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

@media (max-width: 1250px) {

    .header-holder .menu .navigation-holder nav li a,
    .header-holder .menu .navigation-holder nav li.nav-cta-btn a {
        font-size: 17px;
    }

    .header-holder .menu .logo-holder .slogan {
        font-size: 24px;
        max-width: 450px;
    }
}

@media (min-width: 869px) and (max-width: 1100px) {
    .header-holder {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header-holder .menu {
        min-height: 45px;
    }

    .header-holder .menu .logo-holder {
        padding-left: 120px;
        width: 70%;
    }

    .header-holder .menu .logo-holder .logo {
        top: -10px;
        left: 0;
    }

    .header-holder .menu .logo-holder .logo img {
        width: 110px;
        height: 110px;
    }

    .header-holder .menu .logo-holder .slogan {
        font-size: 20px;
        max-width: 450px;
    }

    .header-holder .menu .navigation-holder {
        display: none;
        z-index: 1000;
        position: absolute;
        top: -20px;
        right: 0;
        width: 35%;
        background: rgba(255, 255, 255, 0.8);
        text-align: right;
        height: 100vh;
    }

    .header-holder .menu .navigation-holder nav {
        -webkit-box-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 8px;
        padding-top: 94px;
    }

    .header-holder .menu .navigation-holder nav li {
        margin-right: 0px;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .header-holder .menu .navigation-holder nav li a {
        font-size: 18px;
        padding: 10px;
        display: block;
    }

    .header-holder .menu .navigation-holder nav li.nav-cta-btn {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .header-holder .menu .navigation-holder nav li.nav-cta-btn a {
        display: inline-block;
        font-size: 18px;
        padding: 10px 22px;
    }

    .header-holder .menu .contact-bar {
        text-align: right;
        padding: 10px;
    }

    .header-holder .menu .contact-bar ul {
        font-style: italic;
    }

    .header-holder .menu .contact-bar ul span {
        font-size: 18px;
        margin-bottom: 15px;
        display: block;
    }

    .header-holder .menu .contact-bar .social-media ul {
        text-align: right;
    }

    .header-holder .menu .contact-bar .social-media ul li {
        padding-right: 0;
        padding-left: 0;
        margin-right: 2px;
        font-style: italic;
    }

    .header-holder .menu .contact-bar .social-media ul li a img {
        width: 27px;
        height: 27px;
    }
}

@media (min-width: 576px) and (max-width: 868px) {
    .header-holder {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header-holder .menu {
        min-height: 40px;
    }

    .header-holder .menu .logo-holder {
        padding-left: 100px;
        width: 70%;
    }

    .header-holder .menu .logo-holder .logo {
        top: -10px;
        left: 0;
    }

    .header-holder .menu .logo-holder .logo img {
        width: 90px;
        height: 90px;
    }

    .header-holder .menu .logo-holder .slogan {
        font-size: 16px;
        max-width: 300px;
    }

    .header-holder .menu .navigation-holder {
        display: none;
        z-index: 1000;
        position: absolute;
        top: -20px;
        right: 0;
        width: 35%;
        background: rgba(255, 255, 255, 0.8);
        text-align: right;
        height: 100vh;
    }

    .header-holder .menu .navigation-holder nav {
        -webkit-box-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 8px;
        padding-top: 95px;
    }

    .header-holder .menu .navigation-holder nav li {
        margin-right: 0px;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .header-holder .menu .navigation-holder nav li a {
        font-size: 18px;
        padding: 10px;
        display: block;
    }

    .header-holder .menu .navigation-holder nav li.nav-cta-btn {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .header-holder .menu .navigation-holder nav li.nav-cta-btn a {
        display: inline-block;
        font-size: 18px;
        padding: 10px 20px;
    }

    .header-holder .menu .contact-bar {
        text-align: right;
        padding: 10px;
    }

    .header-holder .menu .contact-bar ul {
        font-style: italic;
    }

    .header-holder .menu .contact-bar ul span {
        font-size: 18px;
        margin-bottom: 15px;
        display: block;
    }

    .header-holder .menu .contact-bar .social-media ul {
        text-align: right;
    }

    .header-holder .menu .contact-bar .social-media ul li {
        padding-right: 0;
        padding-left: 0;
        margin-right: 2px;
        font-style: italic;
    }

    .header-holder .menu .contact-bar .social-media ul li a img {
        width: 27px;
        height: 27px;
    }
}

@media (max-width: 576px) {
    .header-holder {
        padding-top: 28px;
        padding-bottom: 15px;
    }

    .header-holder .menu .logo-holder {
        padding-left: 100px;
        width: 70%;
    }

    .header-holder .menu .logo-holder .logo {
        top: -10px;
        left: 0;
    }

    .header-holder .menu .logo-holder .logo img {
        width: 90px;
        height: 90px;
    }

    .header-holder .menu .logo-holder .slogan {
        font-size: 14.5px;
        max-width: 120px;
    }

    .header-holder .menu .navigation-holder {
        display: none;
        z-index: 1000;
        position: absolute;
        top: -30px;
        right: 0;
        width: 38%;
        background: rgba(255, 255, 255, 0.8);
        text-align: right;
        height: 100vh;
    }

    .header-holder .menu .navigation-holder nav {
        -webkit-box-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 8px;
        padding-top: 97px;
    }

    .header-holder .menu .navigation-holder nav li {
        margin-right: 0px;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .header-holder .menu .navigation-holder nav li a {
        font-size: 16px;
        padding: 10px;
        display: block;
        color: black;
    }

    .header-holder .menu .navigation-holder nav li.nav-cta-btn {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .header-holder .menu .navigation-holder nav li.nav-cta-btn a {
        font-size: 16px;
        padding: 10px 10px;
    }

    .header-holder .menu .contact-bar {
        text-align: right;
        padding: 10px;
    }

    .header-holder .menu .contact-bar ul {
        font-style: italic;
    }

    .header-holder .menu .contact-bar ul span {
        font-size: 16px;
        margin-bottom: 15px;
        display: block;
    }

    .header-holder .menu .contact-bar ul a {
        color: black;
    }

    .header-holder .menu .contact-bar .social-media ul {
        text-align: right;
    }

    .header-holder .menu .contact-bar .social-media ul li {
        display: inline-block;
        padding-right: 0;
        padding-left: 0;
        margin-right: 2px;
        font-style: italic;
    }

    .header-holder .menu .contact-bar .social-media ul li a img {
        width: 27px;
        height: 27px;
    }
}

@media (min-width: 869px) and (max-width: 1100px) {
    a.mobile-menu-icon {
        display: block;
        position: relative;
    }

    a.mobile-menu-icon:before {
        width: 32px;
        height: 32px;
        content: url(../img/icons/menu.svg);
        position: absolute;
        top: -25px;
        right: 10px;
        padding: 10px;
        z-index: 10000;
    }

    a.mobile-menu-icon.menu-opened:before {
        content: url(../img/icons/close.svg);
    }
}

@media (min-width: 576px) and (max-width: 868px) {
    a.mobile-menu-icon {
        display: block;
        position: relative;
    }

    a.mobile-menu-icon:before {
        width: 32px;
        height: 32px;
        content: url(../img/icons/menu.svg);
        position: absolute;
        top: -25px;
        right: 10px;
        padding: 10px;
        z-index: 10000;
    }

    a.mobile-menu-icon.menu-opened:before {
        content: url(../img/icons/close.svg);
    }
}

@media (max-width: 576px) {
    a.mobile-menu-icon {
        display: block;
        position: relative;
    }

    a.mobile-menu-icon:before {
        width: 32px;
        height: 32px;
        content: url(../img/icons/menu.svg);
        position: absolute;
        top: -25px;
        right: 10px;
        padding: 10px;
        z-index: 10000;
    }

    a.mobile-menu-icon.menu-opened:before {
        content: url(../img/icons/close.svg);
    }
}

/**
 * MAIN STYLE
 */
.container-fluid {
    max-width: 1650px !important;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.relative {
    position: relative;
}

.inner-80-55 {
    padding: 80px 0px 55px 0px;
}

@media (max-width: 576px) {
    .inner-80-55 {
        padding: 40px 0px;
    }
}

.main-inner {
    padding-top: 90px;
    padding-bottom: 90px;
}

@media (min-width: 869px) and (max-width: 1100px) {
    .main-inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 576px) {
    .main-inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.secondary-inner {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 869px) and (max-width: 1100px) {
    .secondary-inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .secondary-inner {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

.mw-100 {
    max-width: 100%;
    max-height: 100%;
}

.main-title {
    color: #010101;
    font-weight: bold;
}

.main-title.size-24 {
    font-size: 24px;
}

@media (min-width: 869px) and (max-width: 1100px) {
    .main-title.size-24 {
        font-size: 20px;
    }
}

@media (min-width: 576px) and (max-width: 868px) {
    .main-title.size-24 {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .main-title.size-24 {
        font-size: 20px;
    }
}

.whole-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.main-text.size-14 {
    font-size: 14px;
}

.main-text.size-14 p {
    font-size: 14px;
}

.main-text.size-14 p a {
    font-size: 14px;
}

.main-text.size-18 {
    font-size: 18px;
    line-height: 24px;
}

.main-text.size-18 p {
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0;
}

.main-text.size-18 p a {
    font-size: 18px;
    line-height: 24px;
}

.main-text.size-20 {
    font-size: 20px;
    line-height: 28px;
}

.main-text.size-20 p {
    font-size: 20px;
    line-height: 28px;
}

.main-text.size-20 p a {
    font-size: 20px;
    line-height: 28px;
}

.main-text.size-24 {
    font-size: 24px;
    line-height: 30px;
}

.main-text.size-24 p {
    font-size: 24px;
    line-height: 30px;
}

.main-text.size-24 p a {
    font-size: 24px;
    line-height: 30px;
}

.main-text.size-24 a {
    font-size: 24px;
    line-height: 30px;
}

.main-text.size-30 {
    font-size: 30px;
    line-height: 42px;
}

.main-text.size-30 p {
    font-size: 30px;
    line-height: 42px;
}

.main-text.size-30 p a {
    font-size: 30px;
    line-height: 42px;
}

@media (min-width: 576px) and (max-width: 868px) {
    .main-text.size-18 {
        font-size: 16px;
        line-height: 20px;
    }

    .main-text.size-18 p {
        font-size: 16px;
        line-height: 20px;
    }

    .main-text.size-18 p a {
        font-size: 16px;
        line-height: 20px;
    }

    .main-text.size-24 {
        font-size: 16px;
        line-height: 22px;
    }

    .main-text.size-24 p {
        font-size: 16px;
        line-height: 22px;
    }

    .main-text.size-24 p a {
        font-size: 16px;
        line-height: 22px;
    }

    .main-text.size-24 a {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 576px) {
    .main-text.size-18 {
        font-size: 16px;
        line-height: 20px;
    }

    .main-text.size-18 p {
        font-size: 16px;
        line-height: 20px;
    }

    .main-text.size-18 p a {
        font-size: 16px;
        line-height: 20px;
    }

    .main-text.size-24 {
        font-size: 16px;
        line-height: 22px;
    }

    .main-text.size-24 p {
        font-size: 16px;
        line-height: 22px;
    }

    .main-text.size-24 p a {
        font-size: 16px;
        line-height: 22px;
    }

    .main-text.size-24 a {
        font-size: 16px;
        line-height: 22px;
    }
}

.simple-listing {
    list-style: none;
    font-size: 18px;
}

.simple-listing li {
    display: block;
    margin-bottom: 6px;
    position: relative;
    padding-left: 15px;
    font-size: 18px;
}

.simple-listing p {
    line-height: 28px;
}

.simple-listing li:before {
    content: " ";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 1px;
    background: black;
}

.simple-listing li a {
    display: inline-block;
    border-bottom: 1px solid #010101;
    color: #010101;
    font-size: 18px;
    font-weight: bold;
}

.simple-listing li a:hover {
    color: rgba(1, 1, 1, 0.7);
    border-bottom: 1px solid rgba(1, 1, 1, 0.7);
}

@media (min-width: 576px) and (max-width: 868px) {
    .simple-listing li {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .simple-listing li {
        font-size: 16px;
    }
}

.price-list {
    list-style: none;
    max-width: 80%;
    font-size: 18px;
    line-height: 28px;
}

.price-list li {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 4px;
    font-size: 18px;
    position: relative;
    line-height: 28px;
}

/*.price-list li:before {
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    border-bottom: 2px dotted black;
    height: 2px;
    content: "";
    z-index: 10;
}*/

.price-list li .time,
.price-list li .price {
    background: #efefef;
    z-index: 100;
    padding: 0px 3px;
}

@media (min-width: 576px) and (max-width: 868px) {
    .price-list li {
        margin-bottom: 3px;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .price-list li {
        margin-bottom: 3px;
        font-size: 16px;
    }
}

/* BACKGROUNDS */
.grey-bg {
    background: #efefef;
}

.yellow-bg {
    background: #eadfb2;
}

/* MAIN BANNER HOLDER */
.main-banners-holder {
    position: relative;
    overflow: hidden;
}

.main-banners-holder .top-cta-btn {
    position: absolute;
    top: 83px;
    right: 15px;
    color: #fff;
    background: #ee8675;
    font-size: 15px;
    padding: 8px 13px;
    display: inline-block;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.main-banners-holder .single-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 110vh;
}

.main-banners-holder .single-slide .flex-holder {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    height: 90vh;
}

.main-banners-holder .single-slide .flex-holder .banner-content {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    margin-bottom: 20px;
    margin-top: 100px;
    padding: 20px;
    font-size: 24px;
    line-height: 30px;
    color: #010101;
    max-width: 450px;
    text-align: right;
    background: rgba(255, 255, 255, 0.85);
}

.main-banners-holder .carousel-arrows-holder .right-arrow,
.main-banners-holder .carousel-arrows-holder .left-arrow {
    margin-top: 0px;
    padding: 30px 0px;
    z-index: 99;
}

.main-banners-holder .carousel-arrows-holder .left-arrow {
    left: 30px;
}

.main-banners-holder .carousel-arrows-holder .right-arrow {
    right: 30px;
}

@media (min-width: 1101px) and (max-width: 1139px) {
    .main-banners-holder .single-slide .flex-holder .banner-content {
        font-size: 24px;
    }
}

@media (min-width: 869px) and (max-width: 1100px) {
    .main-banners-holder .single-slide .flex-holder .banner-content {
        margin-bottom: 20px;
        font-size: 20px;
        max-width: 70%;
        text-align: right;
        max-height: 90vh;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .main-banners-holder .single-slide .flex-holder .banner-content {
        margin-bottom: 140px !important;
    }

    .events-timeline .days-listing li {
        padding: 10px !important;
        min-width: 60px !important;
    }

    .events-timeline .days-listing li span {
        font-size: 32px !important;
        line-height: 42px !important;
    }

    .events-timeline .days-listing li sup {
        top: -21px !important;
        right: -4px !important;
    }

    .events-timeline .controls.clndr-previous-button {
        position: relative !important;
        top: 8px !important;
    }

    .events-timeline .controls.clndr-next-button {
        position: relative !important;
        top: 3px !important;
    }
}

@media (min-width: 576px) and (max-width: 868px) {
    .main-banners-holder .single-slide {
        height: 90vh;
    }

    .main-banners-holder .single-slide .flex-holder {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        height: 90vh;
    }

    .main-banners-holder .single-slide .flex-holder .banner-content {
        margin-bottom: 30px;
        font-size: 17px;
        line-height: 24px;
        padding: 10px;
        width: 100%;
        max-width: 70%;
        text-align: left;
    }

    .main-banners-holder .carousel-arrows-holder .left-arrow {
        left: 5px;
    }

    .main-banners-holder .carousel-arrows-holder .right-arrow {
        right: 5px;
    }
}

@media (max-width: 576px) {
    .main-banners-holder .single-slide {
        height: 90vh;
    }

    .main-banners-holder .single-slide .flex-holder {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        height: 90vh;
    }

    .main-banners-holder .single-slide .flex-holder .banner-content {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 22px;
        width: 100%;
        max-width: 85%;
        text-align: left;
        padding: 10px;
    }

    .main-banners-holder .carousel-arrows-holder .right-arrow,
    .main-banners-holder .carousel-arrows-holder .left-arrow {
        padding: 30px 0px;
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    .main-banners-holder .carousel-arrows-holder .left-arrow {
        left: 5px;
    }

    .main-banners-holder .carousel-arrows-holder .right-arrow {
        right: 5px;
    }
}

/* MAIN BANNER HOLDER */
.page-banners-holder {
    position: relative;
    overflow: hidden;
    background: #efefef;
}

.page-banner-carousel-holder {
    background: #efefef;
}

.page-banners-holder .single-slide {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    max-height: 900px;
}

.page-banners-holder .carousel-arrows-holder .right-arrow,
.page-banners-holder .carousel-arrows-holder .left-arrow {
    margin-top: 0px;
    padding: 30px 0px;
    z-index: 99;
}

.page-banners-holder .carousel-arrows-holder .left-arrow {
    left: 30px;
}

.page-banners-holder .carousel-arrows-holder .right-arrow {
    right: 30px;
}

@media (min-width: 576px) and (max-width: 868px) {
    .page-banners-holder .single-slide {
        height: 60vh;
    }

    .page-banners-holder .carousel-arrows-holder .left-arrow {
        left: 5px;
    }

    .page-banners-holder .carousel-arrows-holder .right-arrow {
        right: 5px;
    }
}

@media (max-width: 576px) {
    .page-banners-holder .single-slide {
        height: 50vh;
    }

    .page-banners-holder .carousel-arrows-holder .right-arrow,
    .page-banners-holder .carousel-arrows-holder .left-arrow {
        padding: 30px 0px;
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    .page-banners-holder .carousel-arrows-holder .left-arrow {
        left: 5px;
    }

    .page-banners-holder .carousel-arrows-holder .right-arrow {
        right: 5px;
    }
}

@media (max-width: 576px) {
    .slick-dots {
        bottom: 10px !important;
    }

    .slick-dots li button:before {
        font-size: 12px !important;
    }
}

/* EVENTS TIMELINE */
.events-timeline {
    background: rgba(255, 255, 255, 0.7);
    margin-top: -119px;
    padding: 20px 0px;
    position: relative;
}

.events-timeline .controls {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: black;
    font-size: 20px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.events-timeline .controls span {
    margin-right: 10px;
    margin-left: 10px;
}

.events-timeline .controls img {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.events-timeline .controls:hover {
    color: #717273;
}

.events-timeline .controls:hover img {
    opacity: 0.7;
}

.events-timeline .days-listing {
    list-style: none;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.events-timeline .days-listing li {
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    padding: 12px 12px 12px 12px;
    background: #fff;
    min-width: 80px;
    text-align: center;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.events-timeline .days-listing li a {
    display: block;
    color: #010101;
    text-align: center;
}

.events-timeline .days-listing li span {
    font-size: 48px;
    display: inline-block;
}

.events-timeline .days-listing li sup {
    font-size: 18px;
    display: inline-block;
    top: -1.65em;
    margin-left: -15px;
}

.events-timeline .days-listing li:hover.green-label {
    background: #6ecac1;
}

.events-timeline .days-listing li:hover.orange-label {
    background: #ec7a67;
}

.events-timeline .days-listing li:hover.mixed-label {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#88d0c8+50,ef8676+50 */
    background: #76c9c0;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #76c9c0 50%, #ec725f 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #76c9c0 50%, #ec725f 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #76c9c0 50%, #ec725f 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(#88d0c8, 5%)', endColorstr='darken(#ef8676, 5%)', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.events-timeline .days-listing li.green-label {
    background: rgba(140, 213, 206, 0.8);
}

.events-timeline .days-listing li.orange-label {
    background: rgba(238, 134, 117, 0.8);
}

.events-timeline .days-listing li.mixed-label {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#88d0c8+50,ef8676+50 */
    background: #88d0c8;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #88d0c8 50%, #ef8676 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #88d0c8 50%, #ef8676 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #88d0c8 50%, #ef8676 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88d0c8', endColorstr='#ef8676', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

@media (min-width: 869px) and (max-width: 1100px) {
    .events-timeline {
        margin-top: -75px;
        padding: 16px 0px;
    }

    .events-timeline .controls {
        display: box;
        display: -ms-flexbox;
        display: -o-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        color: black;
        font-size: 16px;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .events-timeline .controls span {
        margin-right: 10px;
        margin-left: 10px;
    }

    .events-timeline .controls img {
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        max-width: 30px;
        max-height: 30px;
    }

    .events-timeline .days-listing li {
        padding: 8px;
        min-width: auto;
    }

    .events-timeline .days-listing li a {
        display: block;
        color: #010101;
        text-align: center;
    }

    .events-timeline .days-listing li span {
        font-size: 25px;
    }

    .events-timeline .days-listing li sup {
        font-size: 13px;
        top: -1.45em;
        margin-left: -12px;
    }
}

/* CAROUSEL ARROWS */
.carousel-arrows-holder .right-arrow,
.carousel-arrows-holder .left-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: 0px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.4;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    padding: 30px 0px;
}

.carousel-arrows-holder .right-arrow:hover,
.carousel-arrows-holder .left-arrow:hover {
    opacity: 0.6;
}

.carousel-arrows-holder .left-arrow {
    left: -30px;
}

.carousel-arrows-holder .right-arrow {
    right: -30px;
}

.carousel-arrows-holder.vertical-arrows .down-arrow,
.carousel-arrows-holder.vertical-arrows .up-arrow {
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-top: 0px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.2;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    padding: 5px 0px;
}

.carousel-arrows-holder.vertical-arrows .down-arrow:hover,
.carousel-arrows-holder.vertical-arrows .up-arrow:hover {
    opacity: 0.6;
}

.carousel-arrows-holder.vertical-arrows .up-arrow {
    top: 100%;
}

.carousel-arrows-holder.vertical-arrows .down-arrow {
    bottom: 100%;
}

.carousel-arrows-holder.center .right-arrow,
.carousel-arrows-holder.center .left-arrow {
    margin-top: -0px;
}

.carousel-arrows-holder.extra-space .left-arrow {
    left: -60px;
}

.carousel-arrows-holder.extra-space .right-arrow {
    right: -60px;
}

@media (min-width: 576px) and (max-width: 868px) {

    .carousel-arrows-holder .right-arrow,
    .carousel-arrows-holder .left-arrow {
        top: 50%;
        margin-top: -20px;
        -moz-transform: translateY(-50%) scale(0.7);
        -ms-transform: translateY(-50%) scale(0.7);
        -webkit-transform: translateY(-50%) scale(0.7);
        transform: translateY(-50%) scale(0.7);
    }

    .carousel-arrows-holder .left-arrow {
        left: -25px;
    }

    .carousel-arrows-holder .right-arrow {
        right: -15px;
    }
}

@media (max-width: 576px) {

    .carousel-arrows-holder .right-arrow,
    .carousel-arrows-holder .left-arrow {
        top: 50%;
        opacity: 0.8;
        margin-top: -20px !important;
        -moz-transform: translateY(-50%) scale(0.5);
        -ms-transform: translateY(-50%) scale(0.5);
        -webkit-transform: translateY(-50%) scale(0.5);
        transform: translateY(-50%) scale(0.5);
    }

    .carousel-arrows-holder .left-arrow {
        left: -25px;
    }

    .carousel-arrows-holder .right-arrow {
        right: -15px;
    }
}

/* EVENTS LISTING / RENT LISTING*/
section .events-listing,
section .rent-listing {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
}

section .events-listing .single,
section .rent-listing .single {
    margin: 0px 15px;
    width: -webkit-calc(31% - 30px);
    width: calc(31% - 30px);
}

section .events-listing .single .holder,
section .rent-listing .single .holder {
    position: relative;
    overflow: hidden;
}

section .events-listing .single .holder .img-holder,
section .rent-listing .single .holder .img-holder {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

section .events-listing .single .holder .title-holder,
section .rent-listing .single .holder .title-holder {
    position: absolute;
    bottom: -31px;
    left: 0;
    font-size: 24px;
    background: rgba(222, 222, 222, 0.9);
    width: 100%;
    padding: 8px 15px;
    color: #010101;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

section .events-listing .single .holder .title-holder .more-info,
section .rent-listing .single .holder .title-holder .more-info {
    margin-top: 3px;
}

section .events-listing .single .holder .title-holder .more-info a,
section .rent-listing .single .holder .title-holder .more-info a {
    font-size: 24px;
    display: inline-block;
    color: #010101;
    position: relative;
}

section .events-listing .single .holder .title-holder .more-info a span,
section .rent-listing .single .holder .title-holder .more-info a span {
    display: inline-block;
    position: relative;
    padding-right: 25px;
}

section .events-listing .single .holder .title-holder .more-info a span:before,
section .rent-listing .single .holder .title-holder .more-info a span:before {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 2px;
    right: 0;
    content: url(../img/icons/arrow-right-black.svg);
    width: auto;
    height: auto;
}

section .events-listing .single .extra-info,
section .rent-listing .single .extra-info {
    font-size: 18px;
    display: block;
    margin-top: 25px;
    padding: 0 10px;
}

section .events-listing .single:hover .holder .img-holder,
section .rent-listing .single:hover .holder .img-holder {
    opacity: 0.8;
}

section .events-listing .single:hover .holder .title-holder,
section .rent-listing .single:hover .holder .title-holder {
    bottom: 0px;
}

section .events-listing .single.secondary-color .holder .title-holder,
section .rent-listing .single.secondary-color .holder .title-holder {
    background: rgba(238, 134, 117, 0.95);
    color: #fff;
}

section .events-listing .single.secondary-color .holder .more-info,
section .rent-listing .single.secondary-color .holder .more-info {
    color: #fff;
}

section .events-listing .single.secondary-color .holder .more-info a,
section .rent-listing .single.secondary-color .holder .more-info a {
    color: #fff;
}

section .events-listing .single.secondary-color .holder .more-info a span:before,
section .rent-listing .single.secondary-color .holder .more-info a span:before {
    content: url(../img/icons/arrow-right-white.svg);
}

section .events-listing .single.terciary-color .holder .title-holder,
section .rent-listing .single.terciary-color .holder .title-holder {
    background: rgba(136, 208, 200, 0.95);
    color: #fff;
}

section .events-listing .single.terciary-color .holder .more-info,
section .rent-listing .single.terciary-color .holder .more-info {
    color: #fff;
}

section .events-listing .single.terciary-color .holder .more-info a,
section .rent-listing .single.terciary-color .holder .more-info a {
    color: #fff;
}

section .events-listing .single.terciary-color .holder .more-info a span:before,
section .rent-listing .single.terciary-color .holder .more-info a span:before {
    content: url(../img/icons/arrow-right-white.svg);
}

@media (min-width: 869px) and (max-width: 1100px) {

    section .events-listing .single .holder .title-holder,
    section .rent-listing .single .holder .title-holder {
        font-size: 20px;
    }

    section .events-listing .single .holder .title-holder .more-info,
    section .rent-listing .single .holder .title-holder .more-info {
        margin-top: 3px;
    }

    section .events-listing .single .holder .title-holder .more-info a,
    section .rent-listing .single .holder .title-holder .more-info a {
        font-size: 18px;
    }

    section .events-listing .single .holder .title-holder .more-info a span,
    section .rent-listing .single .holder .title-holder .more-info a span {
        display: inline-block;
        position: relative;
        padding-right: 25px;
    }

    section .events-listing .single .holder .title-holder .more-info a span:before,
    section .rent-listing .single .holder .title-holder .more-info a span:before {
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 2px;
        right: 0;
        content: url(../img/icons/arrow-right-black.svg);
        width: auto;
        height: auto;
    }

    section .events-listing .single .extra-info,
    section .rent-listing .single .extra-info {
        font-size: 16px;
        margin-top: 20px;
    }
}

@media (min-width: 576px) and (max-width: 868px) {

    section .events-listing,
    section .rent-listing {
        -webkit-box-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    section .events-listing .single,
    section .rent-listing .single {
        max-width: 100%;
        margin: 0px 10px;
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        margin-bottom: 35px;
    }

    section .events-listing .single .holder .img-holder,
    section .rent-listing .single .holder .img-holder {
        max-height: 100%;
    }

    section .events-listing .single .holder .title-holder,
    section .rent-listing .single .holder .title-holder {
        bottom: -28px;
        left: 0;
        font-size: 20px;
        padding: 8px 15px;
    }

    section .events-listing .single .holder .title-holder .more-info,
    section .rent-listing .single .holder .title-holder .more-info {
        margin-top: 3px;
    }

    section .events-listing .single .holder .title-holder .more-info a,
    section .rent-listing .single .holder .title-holder .more-info a {
        font-size: 16px;
    }

    section .events-listing .single .extra-info,
    section .rent-listing .single .extra-info {
        font-size: 18px;
        margin-top: 20px;
        padding: 0 15px;
    }

    section .events-listing .single:hover .holder .title-holder,
    section .rent-listing .single:hover .holder .title-holder {
        bottom: -28px;
    }

    section .events-listing .single:last-of-type,
    section .rent-listing .single:last-of-type {
        margin-bottom: 0px;
    }
}

@media (max-width: 576px) {

    section .events-listing,
    section .rent-listing {
        -webkit-box-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: -webkit-calc(100% + 0px);
        width: calc(100% + 0px);
        margin-left: -0px;
    }

    section .events-listing .single,
    section .rent-listing .single {
        max-width: 100%;
        margin: 0px 0px;
        width: -webkit-calc(100% - 0px);
        width: calc(100% - 0px);
        margin-bottom: 35px;
    }

    section .events-listing .single .holder .img-holder,
    section .rent-listing .single .holder .img-holder {
        max-height: 100%;
    }

    section .events-listing .single .holder .title-holder,
    section .rent-listing .single .holder .title-holder {
        bottom: -28px;
        left: 0;
        font-size: 20px;
        padding: 8px 15px;
    }

    section .events-listing .single .holder .title-holder .more-info,
    section .rent-listing .single .holder .title-holder .more-info {
        margin-top: 3px;
    }

    section .events-listing .single .holder .title-holder .more-info a,
    section .rent-listing .single .holder .title-holder .more-info a {
        font-size: 16px;
    }

    section .events-listing .single .extra-info,
    section .rent-listing .single .extra-info {
        font-size: 18px;
        margin-top: 20px;
        padding: 0 15px;
    }

    section .events-listing .single:hover .holder .title-holder,
    section .rent-listing .single:hover .holder .title-holder {
        bottom: -28px;
    }

    section .events-listing .single:last-of-type,
    section .rent-listing .single:last-of-type {
        margin-bottom: 0px;
    }
}

/* SERVICES */
.services-holder {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
}

.services-holder .single-block {
    background: #fff;
    margin: 0px 15px;
    width: -webkit-calc(31% - 30px);
    width: calc(31% - 30px);
    position: relative;
}

.services-holder .single-block .holder {
    position: absolute;
    /*
    padding: 60px 15px 80px 15px;
    */
    overflow: hidden;
    top: 0;
    width: 100%;
}

.services-holder .single-block .img-holder img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.services-holder .single-block .holder.align-content-center {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.services-holder .single-block .holder img {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.services-holder .single-block .holder .content-on-hover {
    opacity: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    top: 45%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 80%;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.services-holder .single-block .holder .title-holder {
    position: absolute;
    bottom: -31px;
    left: 0;
    font-size: 24px;
    background: rgba(222, 222, 222, 0.9);
    width: 100%;
    padding: 8px 15px;
    color: #010101;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.services-holder .single-block .holder .title-holder .more-info {
    margin-top: 3px;
}

.services-holder .single-block .holder h2 {
    font-size: 30px;
    padding-bottom: 20px;
}

.services-holder .single-block .holder .more-info {
    color: black;
    font-size: 20px;
}

.services-holder .single-block .holder .title-holder .more-info a {
    font-size: 24px;
    display: inline-block;
    color: #010101;
    position: relative;
}

.services-holder .single-block .holder .title-holder .more-info a span {
    display: inline-block;
    position: relative;
    padding-right: 25px;
}

.services-holder .single-block .holder .title-holder .more-info a span:before {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 2px;
    right: 0;
    content: url(../img/icons/arrow-right-black.svg);
    width: auto;
    height: auto;
}

.services-holder .single-block .holder ul {
    list-style: none;
    display: block;
}

.services-holder .single-block .holder ul li {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
    color: #010101;
    font-weight: lighter;
    display: block;
}

.services-holder .single-block .holder ul li:last-of-type {
    margin-bottom: 0;
}

.services-holder .single-block .holder ul li a {
    font-size: 28px;
    color: #010101;
    font-weight: lighter;
    display: block;
}

.services-holder .single-block:hover .holder .content-on-hover,
.services-holder .single-block.active .holder .content-on-hover {
    opacity: 1;
}

.services-holder .single-block:hover .holder .title-holder,
.services-holder .single-block.active .holder .title-holder {
    bottom: 0px;
}

@media (min-width: 868px) and (max-width: 1450px) {
    .services-holder .single-block .holder h2 {
        font-size: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    .services-holder .single-block .holder ul li {
        font-size: 18px;
    }
}
@media(max-width:991px){
    .services-holder .single-block .holder h2 {
        font-size: 16px;
        padding-bottom: 10px;
        text-align: center;
    }
    .services-holder .single-block .holder ul li {
        font-size: 14px;
    }
    .services-holder .single-block .holder br{
        display:none;
    }
    .services-holder .single-block .holder center{
        padding-top:10px;
    }
    .services-holder .single-block .holder .more-info{
        font-size: 16px;
    }
}

@media (min-width: 576px) and (max-width: 868px) {
    .services-holder {
        -webkit-box-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: -webkit-calc(100% + 0px);
        width: calc(100% + 0px);
        margin-left: -0px;
    }

    .services-holder .single-block {
        max-width: 100%;
        margin: 0px 0px;
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        margin-bottom:20px;
    }

    .services-holder .single-block .holder {
        padding: 0px 15px 0px 15px;
    }


    .services-holder .single-block .holder .img-holder {
        max-height: 100%;
    }

    .services-holder .single-block .holder .title-holder {
        bottom: -28px;
        left: 0;
        font-size: 20px;
        padding: 8px 15px;
        width: 100%;
    }

    .services-holder .single-block .holder .title-holder .more-info {
        margin-top: 3px;
    }

    .services-holder .single-block .holder .title-holder .more-info a {
        font-size: 16px;
    }

    .services-holder .single-block .holder ul li {
        font-size: 14px;
    }

    .services-holder .single-block .holder ul li a {
        font-size: 20px;
    }

    .services-holder .single-block .extra-info {
        font-size: 18px;
        margin-top: 20px;
        padding: 0 15px;
    }

    .services-holder .single-block:hover .holder .title-holder {
        bottom: -28px;
    }

    .services-holder .single-block:last-of-type {
        margin-bottom: 0px;
    }
}

@media (max-width: 576px) {
    .services-holder {
        -webkit-box-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: -webkit-calc(100% + 0px);
        width: calc(100% + 0px);
        margin-left: -0px;
    }

    .services-holder .single-block {
        min-height: auto;
        max-width: 100%;
        margin: 0px 0px;
        width: -webkit-calc(100% - 0px);
        width: calc(100% - 0px);
        margin-bottom: 20px;
    }

    .services-holder .single-block .whole-link {
        display: none;
    }

    .services-holder .single-block.active .whole-link {
        display: block;
    }

    .services-holder .single-block .holder {
        padding: 0px 15px 0px 15px;
    }

    .services-holder .single-block .holder .img-holder {
        max-height: 100%;
    }

    .services-holder .single-block .holder .title-holder {
        bottom: -28px;
        left: 0;
        font-size: 20px;
        padding: 8px 15px;
        width: 100%;
    }

    .services-holder .single-block .holder .title-holder .more-info {
        margin-top: 3px;
    }

    .services-holder .single-block .holder .title-holder .more-info a {
        font-size: 16px;
    }

    .services-holder .single-block .holder ul li {
        font-size: 14px;
    }

    .services-holder .single-block .holder ul li a {
        font-size: 14px;
    }

    .services-holder .single-block .extra-info {
        font-size: 18px;
        margin-top: 20px;
        padding: 0 15px;
    }

    .services-holder .single-block:hover .holder .title-holder,
    .services-holder .single-block.active .holder .title-holder {
        bottom: -28px;
    }

    .services-holder .single-block:last-of-type {
        margin-bottom: 0px;
    }
}

/* POSTS */
section .posts-listing {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
}

section .posts-listing .single {
    max-width: 470px;
    margin: 0px 15px;
    width: -webkit-calc(33.3% - 30px);
    width: calc(33.3% - 30px);
}

section .posts-listing .single .holder {
    position: relative;
    overflow: hidden;
}

section .posts-listing .single .holder .img-holder {
    max-height: 470px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

section .posts-listing .single .holder .title-holder {
    position: absolute;
    bottom: 0px;
    left: 0;
    font-size: 24px;
    background: rgba(222, 222, 222, 0.9);
    width: 100%;
    padding: 8px 15px;
    color: #010101;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

section .posts-listing .single:hover .holder .img-holder {
    opacity: 0.8;
}

section .posts-listing .single.testiamonial-style {
    max-height: 470px;
}

section .posts-listing .single.testiamonial-style .holder {
    min-height: 100%;
    background: #dedfe0;
    padding: 25px;
    overflow: hidden;
}

section .posts-listing .single.testiamonial-style .holder .content-holder {
    height: 100%;
    min-height: 100%;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    max-height: 320px;
}

section .posts-listing .single.testiamonial-style .holder .title-holder {
    text-align: right;
    font-variant-position: 20px;
}

@media (min-width: 869px) and (max-width: 1100px) {
    section .posts-listing .single .holder .title-holder {
        font-size: 20px;
    }
}

@media (min-width: 576px) and (max-width: 868px) {
    section .posts-listing {
        -webkit-box-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: -webkit-calc(100% + 0px);
        width: calc(100% + 0px);
        margin-left: -0px;
    }

    section .posts-listing .single {
        max-width: 100%;
        margin: 0px 0px;
        width: -webkit-calc(100% - 0px);
        width: calc(100% - 0px);
        margin-bottom: 35px;
    }

    section .posts-listing .single .holder .img-holder {
        max-height: 100%;
    }

    section .posts-listing .single .holder .title-holder {
        bottom: 0px;
        left: 0;
        font-size: 20px;
        padding: 8px 15px;
    }

    section .posts-listing .single:last-of-type {
        margin-bottom: 0px;
    }
}

@media (max-width: 576px) {
    section .posts-listing {
        -webkit-box-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: -webkit-calc(100% + 0px);
        width: calc(100% + 0px);
        margin-left: -0px;
    }

    section .posts-listing .single {
        max-width: 100%;
        margin: 0px 0px;
        width: -webkit-calc(100% - 0px);
        width: calc(100% - 0px);
        margin-bottom: 35px;
    }

    section .posts-listing .single .holder .img-holder {
        max-height: 100%;
    }

    section .posts-listing .single .holder .title-holder {
        bottom: 0px;
        left: 0;
        font-size: 20px;
        padding: 8px 15px;
    }

    section .posts-listing .single:last-of-type {
        margin-bottom: 0px;
    }
}

/* ABOUT SECTION */
.contact-info {
    font-size: 14px;
    background: #efefef;
    padding: 20px;
}

.contact-info .title {
    font-size: 23px;
    margin-bottom: 4px;
    font-weight: 600;
}

.contact-info a {
    font-size: 20px;
}

.contact-info address {
    font-style: normal;
    font-size: 20px;
}

.contact-info ul {
    list-style: none;
}

.contact-info ul li {
    display: block;
    margin-bottom: 2px;
    font-size: 20px;
}

.contact-info ul li span {
    width: 30px;
    display: inline-block;
}

.contact-info ul li a {
    text-decoration: none;
}

@media (min-width: 576px) and (max-width: 868px) {
    .contact-info {
        font-size: 18px;
        background: none;
        margin-bottom: 0;
    }

    .contact-info .title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .contact-info a {
        font-size: 18px;
    }

    .contact-info address {
        font-size: 18px;
    }

    .contact-info ul li {
        margin-bottom: 2px;
        font-size: 18px;
    }

    .contact-info ul li span {
        width: 28px;
    }
}

@media (max-width: 576px) {
    .contact-info {
        font-size: 18px;
        background: none;
        margin-bottom: 0;
    }

    .contact-info .title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .contact-info a {
        font-size: 18px;
    }

    .contact-info address {
        font-size: 18px;
    }

    .contact-info ul li {
        margin-bottom: 2px;
        font-size: 18px;
    }

    .contact-info ul li span {
        width: 28px;
    }
}

.team-listing {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(100% + 16px);
    width: calc(100% + 16px);
    margin-left: -8px;
}

.team-listing .single {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 0px 8px;
    width: -webkit-calc(33.3% - 16px);
    width: calc(33.3% - 16px);
    margin-bottom: 40px;
}

.team-listing .single .img-holder {
    width: 50%;
}

.team-listing .single .info-holder {
    width: 50%;
    margin-left: 10px;
    height: 100%;
    font-size: 15px;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.team-listing .single .info-holder strong {
    display: block;
    font-weight: 600;
}

.team-listing .single .info-holder span {
    display: block;
}

.team-listing .single .info-holder a {
    font-size: 14px;
}

@media (min-width: 869px) and (max-width: 1100px) {
    .team-listing {
        width: -webkit-calc(100% + 16px);
        width: calc(100% + 16px);
        margin-left: -8px;
    }

    .team-listing .single {
        margin: 0px 8px;
        width: -webkit-calc(50% - 16px);
        width: calc(50% - 16px);
        margin-bottom: 30px;
    }

    .team-listing .single .img-holder {
        width: 40%;
    }

    .team-listing .single .info-holder {
        width: 60%;
        margin-left: 12px;
        font-size: 14px;
    }

    .team-listing .single .info-holder strong {
        display: block;
    }
}

@media (min-width: 576px) and (max-width: 868px) {
    .team-listing {
        width: -webkit-calc(100%);
        width: calc(100%);
        margin-left: 0px;
        margin-top: 45px;
    }

    .team-listing .single {
        margin: 0px 0px;
        width: -webkit-calc(50%);
        width: calc(50%);
        margin-bottom: 30px;
    }

    .team-listing .single .img-holder {
        width: 40%;
    }

    .team-listing .single .info-holder {
        width: 60%;
        margin-left: 20px;
        font-size: 16px;
    }

    .team-listing .single .info-holder strong {
        display: block;
    }
}

@media (max-width: 576px) {
    .team-listing {
        width: -webkit-calc(100%);
        width: calc(100%);
        margin-left: 0px;
        margin-top: 45px;
    }

    .team-listing .single {
        margin: 0px 0px;
        width: -webkit-calc(100%);
        width: calc(50%);
        margin-bottom: 30px;
    }

    .team-listing .single .img-holder {
        width: 40%;
    }

    .team-listing .single .info-holder {
        width: 60%;
        margin-left: 20px;
        font-size: 16px;
    }

    .team-listing .single .info-holder strong {
        display: block;
    }
}

@media (max-width: 425px) {
    .team-listing .single {
        display: block;
    }

    .team-listing .single .img-holder {
        min-width: 100%;
        width: 100%;
        margin-bottom: 10px;
    }

    .team-listing .single .info-holder {
        min-width: 100%;
        width: 100%;
        height: auto;
    }

    .team-listing .single .info-holder .intro {
        margin-bottom: 10px;
    }
}

/* CONTENT PAGE */
.content-page {
    background: #dedfe0;
    /*#efefef*/
    padding: 170px 0px 40px 0px;
    min-height: 100vh;
    position: relative;
}

@media (min-width: 576px) and (max-width: 868px) {
    .content-page {
        padding: 150px 0px 40px 0px;
        min-height: auto;
        overflow: hidden;
    }
}

@media (max-width: 576px) {
    .content-page {
        padding: 160px 0px 40px 0px;
        min-height: auto;
        overflow: hidden;
    }
}

.content-page .next-page,
.content-page .prev-page {
    position: absolute;
    width: 15vw;
    background: #fff;
    top: 0;
    height: 100vh;
    z-index: 100;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.content-page .next-page .content,
.content-page .prev-page .content {
    position: relative;
    -webkit-align-self: center;
    align-self: center;
    padding: 40px 20px;
}

.content-page .next-page .content span,
.content-page .prev-page .content span {
    display: block;
    font-size: 20px;
}

.content-page .next-page .content .title,
.content-page .prev-page .content .title {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 600;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.content-page .next-page .content .info,
.content-page .prev-page .content .info {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
}

.content-page .next-page .content:hover .title,
.content-page .prev-page .content:hover .title {
    color: rgba(1, 1, 1, 0.6);
}

.content-page .next-page {
    right: 0;
}

.content-page .prev-page {
    left: 0;
}

@media (min-width: 1101px) and (max-width: 1139px) {

    .content-page .next-page,
    .content-page .prev-page {
        width: 22vw;
    }

    .content-page .next-page .content,
    .content-page .prev-page .content {
        padding: 40px 15px;
    }

    .content-page .next-page .content span,
    .content-page .prev-page .content span {
        display: block;
        font-size: 18px;
    }

    .content-page .next-page .content .title,
    .content-page .prev-page .content .title {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .content-page .next-page .content .info,
    .content-page .prev-page .content .info {
        font-size: 16px;
    }
}

/* CALENDAR */
.calendar-holder {
    padding-top: 16px;
}

.calendar-holder h1 {
    position: relative;
    margin-top: 0px;
    margin-bottom: 21px;
    text-align: center;
}

.calendar-holder .days-listing {
    list-style: none;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    margin-left: -5px;
}

.calendar-holder .days-listing li {
    display: inline-block;
    margin: 0px 5px;
    width: -webkit-calc(14% - 10px);
    width: calc(14% - 10px);
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    text-align: center;
    display: block;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.calendar-holder .days-listing li:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* initial ratio of 1:1*/
}

.calendar-holder .days-listing li a {
    display: block;
    color: #010101;
    text-align: center;
}

.calendar-holder .days-listing li span {
    font-size: 60px;
    display: inline-block;
    font-weight: 300;
}

.calendar-holder .days-listing li sup {
    font-size: 26px;
    display: inline-block;
    top: -2em;
    margin-left: -15px;
}

.calendar-holder .days-listing li .content {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    bottom: 0;
    right: 0;
}

.calendar-holder .days-listing li.empty {
    background: #dedfe0;
}

.calendar-holder .days-listing li.green-label {
    background: rgba(140, 213, 206, 0.85);
}

.calendar-holder .days-listing li.orange-label {
    background: rgba(238, 134, 117, 0.85);
}

.calendar-holder .days-listing li:hover.green-label {
    background: #72cbc3;
}

.calendar-holder .days-listing li:hover.orange-label {
    background: #eb725e;
}

@media (min-width: 869px) and (max-width: 1100px) {
    .calendar-holder .days-listing {
        width: -webkit-calc(100% + 4px);
        width: calc(100% + 4px);
        margin-left: -2px;
    }

    .calendar-holder .days-listing li {
        margin: 0px 2px;
        width: -webkit-calc(14% - 4px);
        width: calc(14% - 4px);
        margin-bottom: 4px;
    }

    .calendar-holder .days-listing li a {
        padding: 0px;
    }

    .calendar-holder .days-listing li span {
        font-size: 38px;
    }

    .calendar-holder .days-listing li sup {
        font-size: 17px;
        top: -1.8em;
        margin-left: -10px;
    }
}

@media (min-width: 576px) and (max-width: 868px) {
    .calendar-holder .days-listing {
        width: -webkit-calc(100% + 6px);
        width: calc(100% + 6px);
        margin-left: -3px;
    }

    .calendar-holder .days-listing li {
        margin: 0px 3px;
        width: -webkit-calc(14% - 6px);
        width: calc(14% - 6px);
        margin-bottom: 4px;
    }

    .calendar-holder .days-listing li a {
        padding: 0px;
    }

    .calendar-holder .days-listing li span {
        font-size: 38px;
    }

    .calendar-holder .days-listing li sup {
        font-size: 18px;
        top: -1.45em;
        margin-left: -8px;
        position: absolute;
        top: 0px;
        right: 4px;
    }
}

@media (max-width: 576px) {
    .calendar-holder .days-listing {
        width: -webkit-calc(100% + 4px);
        width: calc(100% + 4px);
        margin-left: -2px;
    }

    .calendar-holder .days-listing li {
        margin: 0px 2px;
        width: -webkit-calc(14% - 4px);
        width: calc(14% - 4px);
        margin-bottom: 2px;
    }

    .calendar-holder .days-listing li a {
        padding: 0px;
    }

    .calendar-holder .days-listing li span {
        font-size: 24px;
    }

    .calendar-holder .days-listing li sup {
        font-size: 14px;
        top: -1.35em;
        margin-left: -9px;
    }
}

@media (max-width: 355px) {
    .calendar-holder .days-listing li sup {
        position: absolute;
        top: 0px;
        right: 3px;
        font-size: 12px;
    }
}

.event-info {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 12px 20px;
    height: 100%;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.event-info .top-info {
    width: 100%;
}

.event-info .top-info .more {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-decoration: underline;
}

.event-info .top-info .more:hover {
    color: rgba(255, 255, 255, 0.8);
}

.event-info .bottom-info {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    margin-top: 20px;
    width: 100%;
    color: #fff;
    text-align: right;
    max-width: 70%;
}

.event-info .bottom-info a {
    color: #fff;
}

.event-info .bottom-info .title {
    font-size: 26px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.event-info .bottom-info .date {
    font-size: 18px;
    display: block;
}

@media (min-width: 869px) and (max-width: 1100px) {
    .event-info {
        padding: 12px 15px;
    }

    .event-info .top-info .more {
        font-size: 18px;
    }

    .event-info .bottom-info {
        margin-top: 20px;
        max-width: 100%;
    }

    .event-info .bottom-info .title {
        font-size: 20px;
    }

    .event-info .bottom-info .date {
        font-size: 14px;
    }
}

@media (min-width: 576px) and (max-width: 868px) {
    .event-info {
        padding: 12px 15px;
        min-height: 400px;
    }

    .event-info .top-info .more {
        font-size: 20px;
    }

    .event-info .bottom-info {
        margin-top: 20px;
        max-width: 100%;
    }

    .event-info .bottom-info .title {
        font-size: 24px;
    }

    .event-info .bottom-info .date {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .event-info {
        padding: 12px 15px;
        min-height: 350px;
    }

    .event-info .top-info .more {
        font-size: 20px;
    }

    .event-info .bottom-info {
        margin-top: 20px;
        max-width: 100%;
    }

    .event-info .bottom-info .title {
        font-size: 20px;
    }

    .event-info .bottom-info .date {
        font-size: 16px;
    }
}

.legend {
    list-style: none;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.legend li {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
}

.legend li:last-of-type {
    margin-bottom: 0;
}

.legend li span {
    display: block;
    margin-right: 12px;
    font-style: italic;
}

.legend li .label {
    width: 30px;
    height: 30px;
    margin-right: 12px;
}

.legend li .label.green-label {
    background: #5ac2b9;
}

.legend li .label.orange-label {
    background: #ee8675;
}

.switch {
    list-style: none;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.switch li {
    display: flex;
    align-items: center;
}

.switch li a {
    font-size: 27px;
    font-weight: 300;
    color: black;
    opacity: 0.55;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.switch li a span {
    margin-right: 8px;
    margin-left: 8px;
}

.switch li.selected a {
    opacity: 1;
    font-weight: 600;
    font-size: 38px;
    /*text-decoration: underline;*/
}

.switch li.selected a h1 {
    text-align: center;
}

.switch li:hover a {
    opacity: 1;
}

@media (max-width: 1199px) {
    .switch li a {
        font-size: 25px;
    }
}

@media (min-width: 869px) and (max-width: 1199px) {
    .switch li a {
        font-size: 25px;
    }

    .switch li a img {
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .switch li.selected a {
        font-size: 30px;
    }

    .switch li.selected a h1 {
        font-size: 30px;
    }
}

@media (min-width: 576px) and (max-width: 868px) {
    .switch {
        list-style: none;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .switch li a {
        font-size: 16px;
    }

    .switch li a span {
        margin-right: 4px;
        margin-left: 4px;
    }

    .switch li a img {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        max-width: 30px;
    }

    .switch li.selected a {
        opacity: 1;
        font-weight: 600;
        font-size: 24px;
    }

    .switch li.selected a h1 {
        font-size: 24px;
    }

    .switch li:hover a {
        opacity: 1;
    }
}

@media (max-width: 576px) {
    .switch {
        list-style: none;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .switch li a {
        font-size: 13px;
    }

    .switch li a span {
        margin-right: 0px;
        margin-left: 0px;
    }

    .switch li a img {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        max-width: 22px;
    }

    .switch li.selected a {
        opacity: 1;
        font-weight: 600;
        font-size: 20px;
    }

    .switch li.selected a h1 {
        font-size: 20px;
    }

    .switch li:hover a {
        opacity: 1;
    }
}

@media (max-width: 375px) {
    .switch li.selected a {
        font-size: 18px;
    }

    .switch li.selected a h1 {
        font-size: 18px;
    }

    .switch li a {
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    .switch li.selected a {
        font-size: 14px;
    }

    .switch li.selected a h1 {
        font-size: 14px;
    }
}

.offer-info {
    max-width: 95%;
    padding-bottom: 85px;
    overflow: hidden;
}

.offer-info .price {
    margin-bottom: 20px;
    font-size: 16px;
}

.offer-info h5 {
    text-transform: uppercase;
    color: black;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 400;
}

.offer-title h5 {
    text-transform: uppercase;
    color: black;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 400;
    text-align: center;
}

.offer-info h5 strong {
    font-weight: 600;
}

.offer-info h5 a {
    color: black;
}

.offer-info h5 a:hover {
    opacity: 0.55;
}

.offer-info .main-text p {
    margin-top: 0;
    line-height: 28px;
}

.offer-info ul li {
    display: block;
    margin-bottom: 0;
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    line-height: 28px;
}

.offer-info ul li:before,
.offer-info .simple-listing li:before {
    content: " ";
    position: absolute;
    top: 14px;
    left: 0;
    width: 8px;
    height: 1px;
    background: black;
}

@media (min-width: 576px) and (max-width: 868px) {
    .offer-info {
        padding-bottom: 0px;
    }

    .offer-info h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .offer-info .main-btn {
        margin-bottom: 30px;
    }

    hr {
        margin-bottom: 25px;
    }
}

@media (max-width: 576px) {
    .offer-info {
        padding-bottom: 0px;
    }

    .offer-info h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

.offer-info.no-padding-b {
    padding-bottom: 0;
}

.absolute-btn {
    position: absolute;
    bottom: 0;
    left: 15px;
    max-width: 88%;
}

@media (min-width: 576px) and (max-width: 868px) {
    .absolute-btn {
        position: relative;
        bottom: auto;
        left: auto;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .absolute-btn {
        position: relative;
        bottom: auto;
        left: auto;
        max-width: 100%;
    }
}

.selected-offer {
    background: #fff;
    padding: 15px;
}

.selected-offer .offer-info {
    padding-bottom: 0px;
}

.specification-info-listing h5 {
    margin-bottom: 20px;
}

@media (min-width: 576px) and (max-width: 868px) {
    .specification-info-listing h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .specification-info-listing h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

/* ALBUMS */
section .albums-listing {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
}

section .albums-listing .single {
    max-width: 470px;
    margin: 0px 15px;
    width: -webkit-calc(33.3% - 30px);
    width: calc(33.3% - 30px);
}

section .albums-listing .single .holder {
    position: relative;
    overflow: hidden;
}

section .albums-listing .single .holder .img-holder {
    max-height: 470px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

section .albums-listing .single .holder .title-holder {
    position: absolute;
    bottom: -31px;
    left: 0;
    font-size: 24px;
    background: rgba(222, 222, 222, 0.9);
    width: 100%;
    padding: 8px 15px;
    color: #010101;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

section .albums-listing .single .holder .title-holder .more-info {
    margin-top: 3px;
}

section .albums-listing .single .holder .title-holder .more-info a {
    font-size: 24px;
    display: inline-block;
    color: #010101;
    position: relative;
}

section .albums-listing .single .holder .title-holder .more-info a span {
    display: inline-block;
    position: relative;
    padding-right: 25px;
}

section .albums-listing .single .holder .title-holder .more-info a span:before {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 2px;
    right: 0;
    content: url(../img/icons/arrow-right-black.svg);
    width: auto;
    height: auto;
}

section .albums-listing .single .extra-info {
    font-size: 18px;
    display: block;
    margin-top: 25px;
    padding: 0 10px;
}

section .albums-listing .single:hover .holder .img-holder {
    opacity: 0.8;
}

section .albums-listing .single:hover .holder .title-holder {
    bottom: 0px;
}

section .albums-listing .single.secondary-color .holder .title-holder {
    background: rgba(238, 134, 117, 0.95);
    color: #fff;
}

section .albums-listing .single.secondary-color .holder .more-info {
    color: #fff;
}

section .albums-listing .single.secondary-color .holder .more-info a {
    color: #fff;
}

section .albums-listing .single.secondary-color .holder .more-info a span:before {
    content: url(../img/icons/arrow-right-white.svg);
}

section .albums-listing .single.terciary-color .holder .title-holder {
    background: rgba(136, 208, 200, 0.95);
    color: #fff;
}

section .albums-listing .single.terciary-color .holder .more-info {
    color: #fff;
}

section .albums-listing .single.terciary-color .holder .more-info a {
    color: #fff;
}

section .albums-listing .single.terciary-color .holder .more-info a span:before {
    content: url(../img/icons/arrow-right-white.svg);
}

@media (min-width: 869px) and (max-width: 1100px) {
    section .albums-listing .single .holder .title-holder {
        font-size: 20px;
    }

    section .albums-listing .single .holder .title-holder .more-info {
        margin-top: 3px;
    }

    section .albums-listing .single .holder .title-holder .more-info a {
        font-size: 18px;
    }

    section .albums-listing .single .holder .title-holder .more-info a span {
        display: inline-block;
        position: relative;
        padding-right: 25px;
    }

    section .albums-listing .single .holder .title-holder .more-info a span:before {
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 2px;
        right: 0;
        content: url(../img/icons/arrow-right-black.svg);
        width: auto;
        height: auto;
    }

    section .albums-listing .single .extra-info {
        font-size: 16px;
        margin-top: 20px;
    }
}

@media (min-width: 576px) and (max-width: 868px) {
    section .albums-listing {
        -webkit-box-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: -webkit-calc(100% + 0px);
        width: calc(100% + 0px);
        margin-left: -0px;
    }

    section .albums-listing .single {
        max-width: 100%;
        margin: 0px 0px;
        width: -webkit-calc(100% - 0px);
        width: calc(100% - 0px);
        margin-bottom: 35px;
    }

    section .albums-listing .single .holder .img-holder {
        max-height: 100%;
    }

    section .albums-listing .single .holder .title-holder {
        bottom: -28px;
        left: 0;
        font-size: 20px;
        padding: 8px 15px;
    }

    section .albums-listing .single .holder .title-holder .more-info {
        margin-top: 3px;
    }

    section .albums-listing .single .holder .title-holder .more-info a {
        font-size: 16px;
    }

    section .albums-listing .single .extra-info {
        font-size: 18px;
        margin-top: 20px;
        padding: 0 15px;
    }

    section .albums-listing .single:hover .holder .title-holder {
        bottom: -28px;
    }

    section .albums-listing .single:last-of-type {
        margin-bottom: 0px;
    }
}

@media (max-width: 576px) {
    section .albums-listing {
        -webkit-box-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: -webkit-calc(100% + 0px);
        width: calc(100% + 0px);
        margin-left: -0px;
    }

    section .albums-listing .single {
        max-width: 100%;
        margin: 0px 0px;
        width: -webkit-calc(100% - 0px);
        width: calc(100% - 0px);
        margin-bottom: 35px;
    }

    section .albums-listing .single .holder .img-holder {
        max-height: 100%;
    }

    section .albums-listing .single .holder .title-holder {
        bottom: -28px;
        left: 0;
        font-size: 20px;
        padding: 8px 15px;
    }

    section .albums-listing .single .holder .title-holder .more-info {
        margin-top: 3px;
    }

    section .albums-listing .single .holder .title-holder .more-info a {
        font-size: 16px;
    }

    section .albums-listing .single .extra-info {
        font-size: 18px;
        margin-top: 20px;
        padding: 0 15px;
    }

    section .albums-listing .single:hover .holder .title-holder {
        bottom: -28px;
    }

    section .albums-listing .single:last-of-type {
        margin-bottom: 0px;
    }
}

/* SINLE ALBUM */
.single-gallery-holder {
    overflow: hidden;
}

.single-gallery {
    list-style: none;
    display: flex !important;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
    overflow: hidden;
    margin: 0;
}

.single-gallery li {
    margin: 0px 15px;
    width: -webkit-calc(33.3% - 30px);
    width: calc(33.3% - 30px);
    text-align: center;
    background: white;
    margin-bottom: 15px;
    margin-top: 15px;
    min-height: 240px;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.single-gallery li span {
    display: block;
    padding: 10px;
    color: #010101;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    font-style: italic;
    background: rgba(0, 0, 0, 0.5);
    color: white;
}

.single-gallery li:hover {
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

@media (min-width: 1101px) and (max-width: 1139px) {
    .single-gallery li {
        min-height: 200px;
    }
}

@media (min-width: 869px) and (max-width: 1100px) {
    .single-gallery {
        width: -webkit-calc(100% + 16px);
        width: calc(100% + 16px);
        margin-left: -8px;
    }

    .single-gallery li {
        margin: 0px 8px;
        width: -webkit-calc(33.3% - 16px);
        width: calc(33.3% - 16px);
        margin-top: 8px;
        margin-bottom: 8px;
        min-height: 200px;
    }
}

@media (min-width: 576px) and (max-width: 868px) {
    .single-gallery {
        width: -webkit-calc(100% + 24px);
        width: calc(100% + 24px);
        margin-left: -12px;
        margin: 0;
    }

    .single-gallery li {
        margin: 0px 12px;
        width: -webkit-calc(50% - 24px);
        width: calc(50% - 24px);
        margin-bottom: 12px;
        margin-top: 12px;
        min-height: 180px;
        display: box;
        display: -ms-flexbox;
        display: -o-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .single-gallery li span {
        font-size: 16px;
        padding: 15px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .single-gallery {
        width: -webkit-calc(100% + 24px);
        width: calc(100% + 24px);
        margin-left: -12px;
        margin: 0;
    }

    .single-gallery li {
        margin: 0px 12px;
        width: -webkit-calc(50% - 24px);
        width: calc(50% - 24px);
        margin-bottom: 12px;
        margin-top: 12px;
        min-height: 150px;
        display: box;
        display: -ms-flexbox;
        display: -o-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .single-gallery li span {
        font-size: 16px;
        padding: 15px;
    }
}

/**
 * FOOTER STYLE
 */
footer {
    background: #dfe0e1;
    padding-top: 25px;
    padding-bottom: 40px;
}

@media (max-width: 576px) {
    footer {
        padding-top: 10px;
    }
}

/* CONTACT BAR */
.contact-bar {
    padding-top: 10px;
    padding-bottom: 20px;
}

.contact-bar ul {
    list-style: none;
}

.contact-bar ul li {
    display: inline-block;
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid rgba(1, 1, 1, 0.5);
}

.contact-bar ul li:last-of-type {
    border-right: none;
}

.contact-bar ul li a {
    font-size: 14px;
}

.contact-bar ul li:first-of-type {
    padding-left: 0;
}

.contact-bar .social-media ul {
    list-style: none;
}

.contact-bar .social-media ul li {
    display: inline-block;
    border-right: none;
    padding-right: 0;
    padding-left: 0;
    margin-right: 5px;
}

.contact-bar .social-media ul li:last-of-type {
    margin-right: 0;
}

.contact-bar .social-media ul li a {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.contact-bar .social-media ul li a img {
    width: 35px;
    height: 35px;
}

.contact-bar .social-media ul li a:hover {
    opacity: 0.8;
}

@media (min-width: 576px) and (max-width: 868px) {
    .contact-bar {
        padding-top: 10px;
        text-align: center;
        margin-top: 30px;
    }

    .contact-bar ul li {
        display: block;
        font-size: 16px;
        padding-right: 0px;
        padding-left: 0px;
        border-right: none;
        margin-bottom: 3px;
    }

    .contact-bar ul li:last-of-type {
        border-right: none;
    }

    .contact-bar ul li a {
        font-size: 16px;
    }

    .contact-bar .social-media {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .contact-bar {
        padding-top: 10px;
        text-align: center;
        margin-top: 30px;
    }

    .contact-bar ul li {
        display: block;
        font-size: 16px;
        padding-right: 0px;
        padding-left: 0px;
        border-right: none;
        margin-bottom: 3px;
    }

    .contact-bar ul li:last-of-type {
        border-right: none;
    }

    .contact-bar ul li a {
        font-size: 16px;
    }

    .contact-bar .social-media {
        text-align: center;
    }
}

/* NEWSLETTER */
.newsletter label {
    font-size: 20px;
    margin-right: 10px;
}

.newsletter label.checkbox-holder {
    margin-right: 0;
}

.newsletter .flex-holder {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.newsletter .flex-holder .first-column {
    width: 22%;
}

.newsletter .flex-holder .second-column {
    width: 55%;
    margin-right: 15px;
    margin-left: 15px;
}

.newsletter .flex-holder .third-column {
    width: 23%;
}

.newsletter .flex-holder button {
    background: #848585;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    color: #fff;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.newsletter .flex-holder button:hover {
    background: #8e8f8f;
}

.newsletter input {
    position: relative;
    background: #fff;
    color: #010101;
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 11px 10px 11px;
    box-shadow: none !important;
    max-width: 100%;
    margin-top: 0px;
    width: 100%;
}

.newsletter input::-webkit-input-placeholder {
    color: #010101;
    font-size: 16px;
    font-weight: 300;
}

.newsletter input:-moz-placeholder {
    /* Firefox 18- */
    color: #010101;
    font-size: 16px;
    font-weight: 300;
}

.newsletter input::-moz-placeholder {
    /* Firefox 19+ */
    color: #010101;
    font-size: 16px;
    font-weight: 300;
}

.newsletter input:-ms-input-placeholder {
    color: #010101;
    font-size: 16px;
    font-weight: 300;
}

@media (min-width: 1101px) and (max-width: 1139px) {
    .newsletter .flex-holder .first-column {
        width: 28%;
    }

    .newsletter .flex-holder .second-column {
        width: 53%;
    }

    .newsletter .flex-holder .third-column {
        width: 20%;
    }
}

@media (min-width: 869px) and (max-width: 1100px) {
    .newsletter label {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .newsletter .flex-holder {
        -webkit-box-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .newsletter .flex-holder .first-column {
        width: 100%;
    }

    .newsletter .flex-holder .second-column {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .newsletter .flex-holder .third-column {
        width: 100%;
    }

    .newsletter input {
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 868px) {
    .newsletter label {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .newsletter .flex-holder {
        -webkit-box-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .newsletter .flex-holder .first-column {
        width: 100%;
    }

    .newsletter .flex-holder .second-column {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .newsletter .flex-holder .third-column {
        width: 100%;
    }

    .newsletter input {
        font-size: 16px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .newsletter label {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .newsletter .flex-holder {
        -webkit-box-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .newsletter .flex-holder .first-column {
        width: 100%;
    }

    .newsletter .flex-holder .second-column {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .newsletter .flex-holder .third-column {
        width: 100%;
        text-align: center;
    }

    .newsletter .flex-holder .third-column button {
        width: 50%;
        display: inline-block;
    }

    .newsletter input {
        font-size: 16px;
        width: 100%;
    }
}

/* CUSTOM STUFF */
.calendar-holder .days-listing li.empty {
    background: none !important;
}

.link {
    color: #010101;
    text-decoration: none;
}

.link:hover {
    color: #010101;
    text-decoration: none;
}

.tos p {
    font-size: 16px;
    margin-bottom: 15px;
}

.tos h3 {
    margin-bottom: 15px;
}

.tos h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.tos ul {
    margin: 30px;
    font-size: 16px;
}

.swal2-popup {
    border-radius: 0 !important;
}

.swal2-confirm {
    border: none !important;
    border-radius: 0 !important;
    background-color: #848585 !important;
}

.swal2-confirm:hover {
    background-color: #6b6b6b !important;
}

.upcoming-events-carousel img,
.rent-carousel img {
    width: 100%;
    object-fit: cover;
    object-position: top;
}

/*
.rent-holder .first-column .vertical-gallery-carousel .albums-listing li{
    min-height: inherit !important;
}

.rent-holder .first-column .vertical-gallery-carousel .albums-listing li span{
    width: 100%;
}*/

.post-content-holder.full-width .scroll-content .content-holder,
.event-archive li .title {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 10px;
}

.event-info .bottom-info {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.max-height-clndr {
    max-height: 655px;
}

@media (max-width: 767px) {
    #calendar-page .max-height-clndr {
        max-height: inherit;
    }
}

.rent-holder .first-column {
    align-items: flex-start;
}

.rent-holder .first-column .albums-listing-holder {
    top: -15px;
}

.header-holder .menu .navigation-holder nav li a.active {
    /* color: #717273; */
    text-decoration: underline;
}

h2 a,
.timeline-link,
.timeline-link:hover {
    color: #000000;
    text-decoration: none;
}

h2 a:hover {
    color: #717273;
}

/* arrow down */

.arrow-indicator {
    position: absolute;
    bottom: 35px;
    right: 40px;
    z-index: 50;
}

@media (max-width: 575px) {
    .arrow-indicator {
        bottom: 12px;
        right: 18px;
    }
}

.arrow {
    width: 20px;
    height: 20px;
}

.arrow::before {
    content: "╲╱";
    color: #717273;
    position: absolute;
    font-size: 10px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    bottom: 0;
    right: 0;
    animation: bounce 1s ease infinite;
}

@keyframes bounce {
    50% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(0);
    }
}

.post-content-holder .picture-with-content.myfix {
    padding: 0;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    min-height: inherit;
}

.post-content-holder .picture-with-content.myfix img {
    width: 100%;
    height: auto;
}

.picture-with-content.myfix {
    padding: 0;
}

.picture-with-content.myfix img {
    width: 100%;
    height: auto;
}

.calendar-holder .days-listing li.orange-label.active {
    background: #ec442c;
}

.calendar-holder .days-listing li.green-label.active {
    background: #72cbc3;
}

.reservation-holder .second-column.myfix {
    position: relative;
    padding-bottom: 100px;
}

.reservation-holder .second-column.myfix .simple-listing {
    position: absolute;
    margin: 0;
    bottom: 45px;
    left: 0;
    width: 100%;
}

.reservation-holder .second-column.myfix .simple-listing li {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 0;
    margin-left: 60px;
}

.reservation-holder .second-column.myfix .simple-listing li:first-of-type {
    margin: 0;
}

.reservation-holder .first-column .listing h2 {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.reservation-holder .first-column .listing .main-btn {
    margin-bottom: 3px;
}

@media (max-width: 991px) {
    .reservation-holder .first-column .listing h2 {
        display: block;
        margin-bottom: 15px;
    }

    .reservation-holder .first-column .listing .main-btn {
        float: left;
        margin-right: 4px;
        margin-bottom: 4px;
    }

    .reservation-holder .first-column .listing .main-btn:nth-of-type(2) {
        clear: right;
    }
}

@media (max-width: 767px) {
    .reservation-holder .first-column .listing .main-btn {
        width: calc(50% - 4px);
        text-align: center;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .reservation-holder .first-column .listing .main-btn {
        font-size: 17px;
    }
}

@media (max-width: 375px) {
    .reservation-holder .first-column .listing h2 {
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }

    .reservation-holder .first-column .listing .main-btn {
        width: 100%;
        margin-right: 0;
    }
}

.premise-gallery-carousel .albums-listing li {
    background: transparent !important;
}

.premise-gallery-carousel .albums-listing img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.rent-holder.premise-single .second-column.myfix,
.rent-holder.premises-page .second-column.myfix {
    padding: 0;
    background: transparent;
    position: relative;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.rent-holder.premise-single .second-column.myfix img,
.rent-holder.premises-page .second-column.myfix img {
    width: 100%;
    height: auto;
}

.rent-holder.premise-single .premise-gallery-carousel .albums-listing li,
.rent-holder.premises-page .premise-gallery-carousel .albums-listing li {
    min-height: inherit;
}

.rent-holder.premise-single .second-column.myfix .scroll-content,
.rent-holder.premises-page .second-column.myfix .scroll-content {
    width: -webkit-calc(100% - 64px);
    width: calc(100% - 64px);
    padding: 10px;
    position: absolute;
    bottom: 32px;
    left: 32px;
    height: 200px;
    overflow: scroll;
    background-color: rgba(255, 255, 255, 0.75);
    padding-right: 35px;
}

.rent-holder.premises-page .second-column.myfix {
    display: table;
}

.rent-holder.premises-page .first-column .albums-listing .setHeight a {
    position: relative;
}

.rent-holder.premises-page .first-column .albums-listing .setHeight a span {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.rent-holder.premises-page .second-column.myfix .scroll-content {
    height: 180px;
}

.rent-holder.premises-page .second-column.myfix .scroll-content p {
    font-size: 18px;
}

.rent-holder.premise-single .first-column .albums-listing-holder,
.rent-holder.premises-page .first-column .albums-listing-holder {
    top: 0;
}

.rent-holder.premise-single .premise-gallery-carousel .albums-listing li,
.rent-holder.premises-page .premise-gallery-carousel .albums-listing li {
    margin: 0 10px;
    margin-bottom: 20px;
    width: calc(50% - 20px);
}

.rent-holder.premise-single .premise-gallery-carousel .albums-listing li:last-child,
.rent-holder.premise-single .premise-gallery-carousel .albums-listing li:nth-last-child(2),
.rent-holder.premises-page .premise-gallery-carousel .albums-listing li:last-child,
.rent-holder.premises-page .premise-gallery-carousel .albums-listing li:nth-last-child(2) {
    margin-bottom: 0;
}

@media (max-width: 1199px) {

    .rent-holder.premise-single,
    .rent-holder.premises-page {
        -webkit-box-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .rent-holder.premise-single .first-column,
    .rent-holder.premises-page .first-column {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 30px;
        margin-top: 30px;
    }

    .rent-holder.premise-single .second-column,
    .rent-holder.premises-page .second-column {
        padding: 30px 30px;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin: 0;
        margin-left: -15px;
        margin-right: -15px;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
    }

    .rent-holder.premise-single .premise-gallery-carousel .albums-listing li,
    .rent-holder.premises-page .premise-gallery-carousel .albums-listing li {
        min-height: 250px;
    }

    .rent-holder.premises-page .second-column.myfix .scroll-content {
        height: 180px;
    }
}

@media (max-width: 991px) {

    .rent-holder.premise-single .second-column.myfix,
    .rent-holder.premises-page .second-column.myfix {
        margin: 0;
    }

    .rent-holder.premise-single .premise-gallery-carousel .albums-listing li,
    .rent-holder.premises-page .premise-gallery-carousel .albums-listing li {
        min-height: 200px;
    }
}

@media (max-width: 767px) {

    .rent-holder.premise-single .albums-listing,
    .rent-holder.premises-page .albums-listing {
        padding-left: 30px;
        padding-right: 30px;
    }

    .rent-holder.premise-single .premise-gallery-carousel .albums-listing li,
    .rent-holder.premises-page .premise-gallery-carousel .albums-listing li {
        min-height: 170px;
    }

    .rent-holder.premise-single .carousel-arrows-holder.extra-space .right-arrow,
    .rent-holder.premises-page .carousel-arrows-holder.extra-space .right-arrow {
        right: 0px;
    }

    .rent-holder.premise-single .carousel-arrows-holder.extra-space .left-arrow,
    .rent-holder.premises-page .carousel-arrows-holder.extra-space .left-arrow {
        left: 0px;
    }

    .rent-holder.premise-single .second-column.myfix .scroll-content img,
    .rent-holder.premises-page .second-column.myfix .scroll-content img {
        width: 100% !important;
        height: auto !important;
    }

    .rent-holder.premise-single .second-column.myfix,
    .rent-holder.premises-page .second-column.myfix {
        margin-left: -15px;
        margin-right: -15px;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
    }

    .rent-holder.premises-page .first-column .albums-listing .setHeight a span {
        top: 0;
        transform: none;
    }
}

@media (max-width: 575px) {

    .rent-holder.premise-single .premise-gallery-carousel .albums-listing li,
    .rent-holder.premises-page .premise-gallery-carousel .albums-listing li {
        min-height: 150px;
    }

    .rent-holder.premise-single .second-column.myfix .scroll-content,
    .rent-holder.premises-page .second-column.myfix .scroll-content {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        height: -webkit-calc(100% - 20px);
        height: calc(100% - 20px);
        top: 10px;
        left: 10px;
    }
}

@media (max-width: 425px) {

    .rent-holder.premise-single .premise-gallery-carousel .albums-listing li,
    .rent-holder.premises-page .premise-gallery-carousel .albums-listing li {
        min-height: 110px;
    }

    .rent-holder.premise-single .albums-listing,
    .rent-holder.premises-page .albums-listing {
        padding-left: 10px;
        padding-right: 10px;
    }

    .rent-holder.premise-single .carousel-arrows-holder.extra-space .right-arrow,
    .rent-holder.premises-page .carousel-arrows-holder.extra-space .right-arrow {
        right: -10px;
    }

    .rent-holder.premise-single .carousel-arrows-holder.extra-space .left-arrow,
    .rent-holder.premises-page .carousel-arrows-holder.extra-space .left-arrow {
        left: -10px;
    }

    .rent-holder.premises-page .second-column.myfix .scroll-content p {
        font-size: 14px;
    }
}

@media (max-width: 375px) {

    .rent-holder.premise-single .premise-gallery-carousel .albums-listing li,
    .rent-holder.premises-page .premise-gallery-carousel .albums-listing li {
        min-height: 90px;
    }
}

@media (max-width: 320px) {

    .rent-holder.premise-single .premise-gallery-carousel .albums-listing li,
    .rent-holder.premises-page .premise-gallery-carousel .albums-listing li {
        min-height: 70px;
    }

    .rent-holder.premises-page .first-column .albums-listing .setHeight a span {
        height: 100%;
    }
}

.breadcrumbs {
    color: #010101;
    font-size: 18px;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
}

.breadcrumbs a {
    color: #010101;
    font-size: 18px;
    font-size: 24px;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs strong {
    font-weight: bold;
}

@media (max-width: 425px) {
    .breadcrumbs {
        color: #010101;
        font-size: 18px;
        font-weight: 300;
        text-align: center;
    }

    .breadcrumbs a {
        color: #010101;
        font-size: 18px;
    }
}

.calendar-holder .days-listing li.twotone-label {
    background-image: -webkit-linear-gradient(135deg,
            rgba(140, 213, 206, 0.85) 50%,
            rgba(238, 134, 117, 0.85) 50%);
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.calendar-holder .days-listing li:hover.twotone-label,
.calendar-holder .days-listing li.twotone-label.active {
    background-image: -webkit-linear-gradient(135deg, #72cbc3 50%, #eb725e 50%);
}

.half-event {
    padding-bottom: 50% !important;
}

.half-event .first-bottom-info {
    bottom: calc(50% + 20px);
}

.breadcumbsP {
    margin-right: 0;
}

#events-list .event-archive-holder {
    padding-left: 25px;
    padding-right: 25px;
}

.post-listing-holder .slick-list {
    width: 100%;
}

.member .member-title {
    text-align: left;
}

.member .member-title hr {
    margin: 30px 0;
}

.member .contact-info {
    margin-bottom: 30px;
    padding: 0;
}

.member .contact-info span {
    margin-right: 10px;
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
}

.member .contact-info span:last-of-type {
    margin-right: 0;
}

.member .contact-info span a {
    font-size: 24px;
    line-height: 28px;
    color: #010101;
    display: inline;
}

@media (max-width: 575px) {
    .member .contact-info {
        /*margin-bottom: 20px;*/
    }

    .member img {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
}

.event-single h1 {
    font-size: 2em;
    margin-bottom: 5px;
}

.event-single hr {
    margin: 30px 0;
}

.event-single .intro p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 28px;
}

.event-single .simple-listing li {
    line-height: 28px;
    margin-bottom: 0;
}

.event-single .simple-listing li:before {
    top: 14px;
}

.event-single .intro a,
.event-single .intro a:hover {
    color: #000;
    font-size: 18px;
}

.event-single .timeline {
    margin-top: 20px;
}

.event-single .picture-with-content.myfix img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 575px) {
    .event-single .simple-listing {
        margin-bottom: 25px;
    }
}

@media (max-width: 375px) {
    .event-single .prev-next a {
        width: 100px;
    }
}

#single-service .listing {
    padding-left: 20px;
}

#single-service .listing a {
    color: #000;
    line-height: 22px;
}

#single-service .main-title {
    margin-bottom: 10px;
}

#single-service .listing .active {
    font-weight: 600;
}

#single-service .service-description .info {
    margin-top: 46px;
}

#single-service .service-description .simple-listing {
    display: flex;
    justify-content: space-between;
}

#single-service .service-description .simple-listing li {
    padding: 0;
}

#single-service .service-description .simple-listing li:before {
    display: none;
}

#single-service .sidepart {
    margin-top: 40px;
}

@media (max-width: 1100px) {
    #single-service .service-description .info {
        margin-top: 42px;
    }
}

@media (max-width: 575px) {
    #single-service .sidepart {
        margin-top: 20px;
    }
}

/* home rent */

#rent .rent-listing .single .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.main-content p {
    margin: 20px 0;
    font-size: 18px;
}

.premise-foto img {
    width: 100%;
    height: auto;
}

.header-holder .menu .navigation-holder nav li.nav-cta-btn a {
    padding: 9px 22px 11px 22px;
    background: #848585;
    color: #fff;
    box-shadow: none;
    text-decoration: none;
}

.header-holder .menu .navigation-holder nav li.nav-cta-btn a:hover {
    box-shadow: none;
    transform: none;
    background: #6b6b6b;
    color: #fff;
}

#gallery_listing .vertical-gallery-carousel-big {
    max-width: 1400px;
    margin: 0 auto;
}

@media (min-width: 869px) {
    #gallery_listing .vertical-gallery-carousel-big {
        width: calc(100% - 100px);
    }
}

#gallery_listing .vertical-gallery-carousel-big .single {
    margin: 0 25px;
}

#gallery_listing .gallery_listing {
    position: relative;
}

#gallery_listing .carousel-arrows-holder.extra-space .right-arrow {
    right: 0;
}

#gallery_listing .carousel-arrows-holder.extra-space .left-arrow {
    left: 0;
}

footer .contact-bar {
    margin-top: 20px;
}

.footer ul,
footer .contact-bar ul {
    display: block;
    float: left;
}

footer .contact-bar .container {
    padding: 0;
}

.footer .financing,
footer .financing {
    width: 450px;
    float: right;
    font-size: 12px;
}

.footer .financing a,
footer .financing a {
    color: #000;
    text-decoration: underline;
}

.footer .financing img,
footer .financing img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.footer .social-media,
footer .social-media {
    margin-top: 21px;
    float: left;
    display: block;
    clear: left;
}

@media (max-width: 1199px) {

    .footer .financing,
    footer .financing {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {

    .footer .financing,
    footer .financing {
        margin-top: 21px;
    }

    .footer .financing,
    .footer .social-media,
    .footer ul,
    footer .financing,
    footer .social-media,
    .footer ul {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
    }
}

.grey-btn-naked {
    color: #848585;
    border: 1px solid #848585;
}

.grey-btn-naked:hover {
    color: #fff;
    background: #848585;
}

.grey-btn-naked span:before {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 2px;
    right: 0;
    content: url(../img/icons/arrow-right-gray.svg);
    width: auto;
    height: auto;
}

.grey-btn-naked:hover span:before {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 2px;
    right: 0;
    content: url(../img/icons/arrow-right-white.svg);
    width: auto;
    height: auto;
}

.member .member-title strong {
    font-size: 15px;
}

#media_posts_listing {
    padding-top: 186px;
}

@media (max-width: 1100px) {
    #media_posts_listing {
        padding-top: 170px;
    }
}

.main-text img {
    width: 100%;
    height: auto;
}


#cookiewindow {
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transition: opacity 0.5s ease, z-index 0s 0.5s, pointer-events 0s 0.5s;
}

#cc-main {
    --cc-bg: #ffffff;
    --cc-primary-color: #282828;
    --cc-secondary-color: #282828;
    --cc-modal-border-radius: 16px;
  
    --cc-btn-primary-bg: #ee8675f2;
    --cc-btn-primary-color: #000000;
    --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
    --cc-btn-primary-hover-bg: #848585;
    --cc-btn-primary-hover-color: #ffffff;
    --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  
    --cc-btn-secondary-bg: #ECEDED;
    --cc-btn-secondary-color: var(--cc-primary-color);
    --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
    --cc-btn-secondary-hover-bg: #848585;
    --cc-btn-secondary-hover-color: #ffffff;
    --cc-btn-secondary-hover-border-color: #848585;
  
    --cc-separator-border-color: #ffffff;
  
    --cc-toggle-on-bg: var(--cc-btn-primary-bg);
    --cc-toggle-off-bg: #848585;
    --cc-toggle-on-knob-bg: #ffffff;
    --cc-toggle-off-knob-bg: var(--cc-toggle-on-knob-bg);
  
    --cc-toggle-enabled-icon-color: var(--cc-bg);  /* yes (v tick) */
    --cc-toggle-disabled-icon-color: var(--cc-bg);  /* no (x tick) */
  
    --cc-toggle-readonly-bg: #d5dee2;
    --cc-toggle-readonly-knob-bg: #fff;
    --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  
    --cc-section-category-border: var(--cc-cookie-category-block-bg);
  
    --cc-cookie-category-block-bg: #f0f4f7;
    --cc-cookie-category-block-border: #f0f4f7;
    --cc-cookie-category-block-hover-bg: #e9eff4;
    --cc-cookie-category-block-hover-border: #e9eff4;
    --cc-cookie-category-expanded-block-bg: transparent;
    --cc-cookie-category-expanded-block-hover-bg: #dee4e9;
  
    --cc-overlay-bg: rgba(0, 0, 0, 0.65);
    --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
    --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  
    --cc-footer-bg: var(--cc-btn-secondary-bg);
    --cc-footer-color: var(--cc-secondary-color);
    --cc-footer-border-color: #e4eaed;
  }
  html {
    #cc-main {
      font: inherit;
      .cm-wrapper {
        display: none;
      }
      .pm-wrapper {
        position: fixed;
        z-index: -1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        z-index: -1;
        pointer-events: none;
        transition: opacity 0.5s ease, z-index 0s 0.5s, pointer-events 0s 0.5s;
        padding: 24px;
      }
    }
  
    &.show--consent {
      #cookiewindow {
        opacity: 1;
        z-index: 9999;
        pointer-events: auto;
        transition: opacity 0.5s ease, z-index 0s, pointer-events 0s;
      }
      .cookie-settings {
        @apply
        hidden
        ;
      }
    }
  
    &.show--preferences {
      #cookiewindow {
        opacity: 0;
        z-index: -1;
        pointer-events: none;
        transition: opacity 0.5s ease, z-index 0s 0.5s, pointer-events 0s 0.5s;
      }
      #cc-main {
        .pm-wrapper {
          position: fixed;
          opacity: 1;
          z-index: 9999;
          pointer-events: auto;
          transition: opacity 0.5s ease, z-index 0s, pointer-events 0s;
        }
      }
    }
  }
  .cookie {
    box-shadow: 0 0 40px #0003;
    position: fixed;
    left: 1.5rem;
    bottom: 1.5rem;
    z-index: 10;
    margin-right: 1.5rem;
    border-radius: .75rem;
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 20px;
    max-width: 335px;
}
@media (min-width: 768px) {
    .cookie {
        padding: 20px;
    }
}
.cookie .btn-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.cookie .cookie-text {
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 20px;
}
.cookie .main-btn {
    font-size: 18px;
    line-height: 18px;
    width: 100%;
    outline: none;
}
.cookie .main-btn.grey-btn {
    font-size: 18px;
    line-height: 18px;
    width: 100%;
    outline: none;
    border: 1px solid #848585;
}

.w-full {
    width: 100%;
}

.bg-primary{
    background: #efefef;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.text-white {
    --tw-text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.gap-3 {
    gap: .75rem;
}

.flex {
    display: flex;
}
.cursor-pointer {
    cursor: pointer;
}
.cookie-link {
    color: #ee8675f2;
}
.cookie-link:hover {
    color: #ee8675f2;
    text-decoration: underline;
}


#cc-main :after,#cc-main :before,#cc-main a,#cc-main button,#cc-main div,#cc-main h2,#cc-main input,#cc-main p,#cc-main span {
    all: unset;
    box-sizing: border-box
}

#cc-main .pm__badge,#cc-main button {
    animation: none 0s ease 0s 1 normal none running;
    backface-visibility: visible;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    border: medium none currentcolor;
    border-collapse: separate;
    -o-border-image: none;
    border-image: none;
    border-radius: 0;
    border-spacing: 0;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: #000;
    -moz-columns: auto;
    columns: auto;
    -moz-column-count: auto;
    column-count: auto;
    -moz-column-fill: balance;
    column-fill: balance;
    -moz-column-gap: normal;
    column-gap: normal;
    -moz-column-rule: medium none currentcolor;
    column-rule: medium none currentcolor;
    -moz-column-span: 1;
    column-span: 1;
    -moz-column-width: auto;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    display: inline;
    empty-cells: show;
    float: none;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    line-height: normal;
    height: auto;
    -webkit-hyphens: none;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    list-style: disc outside none;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 2;
    outline: medium none currentcolor;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    perspective: none;
    perspective-origin: 50% 50%;
    position: static;
    right: auto;
    -moz-tab-size: 8;
    -o-tab-size: 8;
    tab-size: 8;
    table-layout: auto;
    text-align: left;
    -moz-text-align-last: auto;
    text-align-last: auto;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transform: none;
    transform-origin: 50% 50% 0;
    transform-style: flat;
    transition: none 0s ease 0s;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    all: initial;
    box-sizing: border-box;
    color: inherit;
    visibility: inherit
}

#cc-main .pm__badge,#cc-main a,#cc-main button,#cc-main input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 100%;
    line-height: normal;
    margin: 0;
    outline: revert;
    outline-offset: 2px;
    overflow: hidden
}

#cc-main table,#cc-main tbody,#cc-main td,#cc-main th,#cc-main thead,#cc-main tr {
    all: revert;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

:root {
    --cc-font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --cc-modal-border-radius: .5rem;
    --cc-btn-border-radius: .4rem;
    --cc-modal-transition-duration: .25s;
    --cc-link-color: var(--cc-btn-primary-bg);
    --cc-modal-margin: 1rem;
    --cc-z-index: 2147483647
}

#cc-main.cc--rtl {
    direction: rtl
}

#cc-main .cm__title,#cc-main a,#cc-main b,#cc-main em,#cc-main strong {
    font-weight: 600
}

#cc-main button>span {
    pointer-events: none
}

#cc-main .cc__link,#cc-main a {
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    font-weight: 600;
    position: relative;
    transition: background-size .25s,color .25s ease
}

#cc-main .cc__link:hover,#cc-main a:hover {
    background-size: 100% 1px;
    color: var(--cc-primary-color)
}

#cc-main .cc__link {
    color: var(--cc-btn-primary-bg);
    color: var(--cc-link-color)
}

#cc-main .cm__desc,#cc-main .pm__body {
    overscroll-behavior: auto contain;
    scrollbar-width: thin
}

@media screen and (min-width: 640px) {
    #cc-main ::-webkit-scrollbar,#cc-main ::-webkit-scrollbar-thumb,#cc-main ::-webkit-scrollbar-track {
        all:revert
    }

    #cc-main ::-webkit-scrollbar-thumb {
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background: var(--cc-toggle-readonly-bg);
        border: .25rem solid var(--cc-bg);
        border-radius: 1rem
    }

    #cc-main ::-webkit-scrollbar-thumb:hover {
        background: var(--cc-toggle-off-bg)
    }

    #cc-main ::-webkit-scrollbar {
        background: transparent;
        width: 12px
    }
}

html.disable--interaction.show--consent,html.disable--interaction.show--consent body {
    height: auto!important;
    overflow: hidden!important
}

@media (prefers-reduced-motion) {
    #cc-main {
        --cc-modal-transition-duration: 0s
    }
}

:root {
    --cc-pm-toggle-border-radius: 4em
}

#cc-main .pm-wrapper {
    position: relative;
    z-index: 2
}

#cc-main .pm {
    background: var(--cc-bg);
    border-radius: var(--cc-modal-border-radius);
    box-shadow: 0 .625em 1.875em #0000024d;
    display: flex;
    flex-direction: column;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    visibility: hidden;
    width: 100%;
    width: auto;
    width: initial;
    z-index: 1
}

#cc-main svg {
    fill: none;
    width: 100%
}

#cc-main .pm__body,#cc-main .pm__footer,#cc-main .pm__header {
    padding: 1em 1.4em
}

#cc-main .pm__header {
    align-items: center;
    border-bottom: 1px solid var(--cc-separator-border-color);
    display: flex;
    justify-content: space-between
}

#cc-main .pm__title {
    align-items: center;
    display: flex;
    flex: 1;
    font-weight: 600;
    margin-right: 2em
}

#cc-main .pm__close-btn {
    background: var(--cc-btn-secondary-bg);
    border: 1px solid var(--cc-btn-secondary-border-color);
    border-radius: var(--cc-btn-border-radius);
    height: 40px;
    position: relative;
    transition: all .15s ease;
    width: 40px
}

#cc-main .pm__close-btn span {
    display: flex;
    height: 100%;
    width: 100%
}

#cc-main .pm__close-btn svg {
    stroke: var(--cc-btn-secondary-color);
    transform: scale(.5);
    transition: stroke .15s ease
}

#cc-main .pm__close-btn:hover {
    background: var(--cc-btn-secondary-hover-bg);
    border-color: var(--cc-btn-secondary-hover-border-color)
}

#cc-main .pm__close-btn:hover svg {
    stroke: var(--cc-btn-secondary-hover-color)
}

#cc-main .pm__body {
    flex: 1;
    overflow-y: auto;
    overflow-y: overlay
}

#cc-main .pm__section,#cc-main .pm__section--toggle {
    border-radius: var(--cc-btn-border-radius);
    display: flex;
    flex-direction: column;
    margin-bottom: .5em
}

#cc-main .pm__section--toggle .pm__section-desc-wrapper {
    border: 1px solid var(--cc-cookie-category-block-border);
    border-radius: var(--cc-btn-border-radius);
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: none;
    margin-top: 0!important;
    overflow: hidden
}

#cc-main .pm__section {
    border: 1px solid var(--cc-separator-border-color);
    padding: 1em;
    transition: background-color .25s ease,border-color .25s ease
}

#cc-main .pm__section:first-child {
    border: none;
    margin-bottom: 2em;
    margin-top: 0;
    padding: 0;
    transition: none
}

#cc-main .pm__section:not(:first-child):hover {
    background: var(--cc-cookie-category-block-bg);
    border-color: var(--cc-cookie-category-block-border)
}

#cc-main .pm__section-toggles+.pm__section {
    margin-top: 2em
}

#cc-main .pm__section--toggle {
    background: var(--cc-cookie-category-block-bg);
    border-top: none;
    margin-bottom: .375rem
}

#cc-main .pm__section--toggle .pm__section-title {
    align-items: center;
    background: var(--cc-cookie-category-block-bg);
    border: 1px solid var(--cc-cookie-category-block-border);
    display: flex;
    justify-content: space-between;
    min-height: 58px;
    padding: 1.1em 5.4em 1.1em 1.2em;
    position: relative;
    transition: background-color .25s ease,border-color .25s ease;
    width: 100%
}

#cc-main .pm__section--toggle .pm__section-title:hover {
    background: var(--cc-cookie-category-block-hover-bg);
    border-color: var(--cc-cookie-category-block-hover-border)
}

#cc-main .pm__section--toggle .pm__section-desc {
    margin-top: 0;
    padding: 1em
}

#cc-main .pm__section--toggle.is-expanded {
    --cc-cookie-category-block-bg: var(--cc-cookie-category-expanded-block-bg);
    --cc-cookie-category-block-border: var(--cc-cookie-category-expanded-block-hover-bg)
}

#cc-main .pm__section--toggle.is-expanded .pm__section-title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg {
    transform: scale(.5) rotate(180deg)
}

#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
    display: flex
}

#cc-main .pm__section--expandable .pm__section-title {
    cursor: pointer;
    padding-left: 3.4em
}

#cc-main .pm__section--expandable .pm__section-arrow {
    background: var(--cc-toggle-readonly-bg);
    border-radius: 100%;
    display: flex;
    height: 20px;
    justify-content: center;
    left: 18px;
    pointer-events: none;
    position: absolute;
    width: 20px
}

#cc-main .pm__section--expandable .pm__section-arrow svg {
    stroke: var(--cc-btn-secondary-color);
    transform: scale(.5)
}

#cc-main .pm__section-title-wrapper {
    align-items: center;
    display: flex;
    position: relative
}

#cc-main .pm__section-title-wrapper+.pm__section-desc-wrapper {
    margin-top: .85em
}

#cc-main .pm__section-title {
    border-radius: var(--cc-btn-border-radius);
    font-size: .95em;
    font-weight: 600
}

#cc-main .pm__badge {
    align-items: center;
    background: var(--cc-btn-secondary-bg);
    border-radius: 5em;
    color: var(--cc-secondary-color);
    display: flex;
    flex: none;
    font-size: .8em;
    font-weight: 600;
    height: 23px;
    justify-content: center;
    margin-left: 1em;
    min-width: 23px;
    overflow: hidden;
    padding: 0 .6em 1px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: auto
}

#cc-main .pm__service-counter {
    background: var(--cc-btn-primary-bg);
    color: var(--cc-btn-primary-color);
    padding: 0;
    width: 23px
}

#cc-main .pm__service-counter[data-counterlabel] {
    padding: 0 .6em 1px;
    width: auto
}

#cc-main .section__toggle,#cc-main .section__toggle-wrapper,#cc-main .toggle__icon,#cc-main .toggle__label {
    border-radius: 4em;
    border-radius: var(--cc-pm-toggle-border-radius);
    height: 23px;
    transform: translateZ(0);
    width: 50px
}

#cc-main .section__toggle-wrapper {
    cursor: pointer;
    position: absolute;
    right: 18px;
    z-index: 1
}

#cc-main .toggle-service {
    height: 19px;
    position: relative;
    right: 0;
    width: 42px
}

#cc-main .toggle-service .section__toggle,#cc-main .toggle-service .toggle__icon,#cc-main .toggle-service .toggle__label {
    height: 19px;
    width: 42px
}

#cc-main .toggle-service .toggle__icon {
    position: relative
}

#cc-main .toggle-service .toggle__icon-circle {
    height: 19px;
    width: 19px
}

#cc-main .toggle-service .section__toggle:checked~.toggle__icon .toggle__icon-circle {
    transform: translate(23px)
}

#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after {
    display: none!important
}

#cc-main .section__toggle {
    border: 0;
    cursor: pointer;
    display: block;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0
}

#cc-main .section__toggle:disabled {
    cursor: not-allowed
}

#cc-main .toggle__icon {
    background: var(--cc-toggle-off-bg);
    box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
    display: flex;
    flex-direction: row;
    pointer-events: none;
    position: absolute;
    transition: all .25s ease
}

#cc-main .toggle__icon-circle {
    background: var(--cc-toggle-off-knob-bg);
    border: none;
    border-radius: 4em;
    border-radius: var(--cc-pm-toggle-border-radius);
    box-shadow: 0 1px 2px #1820035c;
    display: block;
    height: 23px;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform .25s ease,background-color .25s ease;
    width: 23px
}

#cc-main .toggle__icon-off,#cc-main .toggle__icon-on {
    height: 100%;
    position: absolute;
    transition: opacity .15s ease;
    width: 100%
}

#cc-main .toggle__icon-on {
    opacity: 0;
    transform: rotate(45deg)
}

#cc-main .toggle__icon-on svg {
    stroke: var(--cc-toggle-on-bg);
    transform: scale(.55) rotate(-45deg)
}

#cc-main .toggle__icon-off {
    opacity: 1
}

#cc-main .toggle__icon-off svg {
    stroke: var(--cc-toggle-off-bg);
    transform: scale(.55)
}

#cc-main .section__toggle:checked~.toggle__icon {
    background: var(--cc-toggle-on-bg);
    box-shadow: 0 0 0 1px var(--cc-toggle-on-bg)
}

#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-circle {
    background-color: var(--cc-toggle-on-knob-bg);
    transform: translate(27px)
}

#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-on {
    opacity: 1
}

#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-off {
    opacity: 0
}

#cc-main .section__toggle:checked:disabled~.toggle__icon {
    background: var(--cc-toggle-readonly-bg);
    box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg)
}

#cc-main .section__toggle:checked:disabled~.toggle__icon .toggle__icon-circle {
    background: var(--cc-toggle-readonly-knob-bg);
    box-shadow: none
}

#cc-main .section__toggle:checked:disabled~.toggle__icon svg {
    stroke: var(--cc-toggle-readonly-knob-icon-color)
}

#cc-main .toggle__label {
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1
}

#cc-main .pm__section-desc-wrapper {
    color: var(--cc-secondary-color);
    display: flex;
    flex-direction: column;
    font-size: .9em
}

#cc-main .pm__section-desc-wrapper>:not(:last-child) {
    border-bottom: 1px solid var(--cc-cookie-category-block-border)
}

#cc-main .pm__section-services {
    display: flex;
    flex-direction: column
}

#cc-main .pm__service {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: .4em 1.2em;
    position: relative;
    transition: background-color .15s ease
}

#cc-main .pm__service:hover {
    background-color: var(--cc-cookie-category-block-hover-bg)
}

#cc-main .pm__service-header {
    align-items: center;
    display: flex;
    margin-right: 1em;
    width: 100%
}

#cc-main .pm__service-icon {
    border: 2px solid;
    border-radius: 100%;
    height: 8px;
    margin-left: 6px;
    margin-right: 20px;
    margin-top: 1px;
    min-width: 8px
}

#cc-main .pm__service-title {
    font-size: .95em;
    width: 100%;
    word-break: break-word
}

#cc-main .pm__section-desc {
    line-height: 1.5em
}

#cc-main .pm__section-table {
    border-collapse: collapse;
    font-size: .9em;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 100%
}

#cc-main .pm__table-caption {
    text-align: left
}

#cc-main .pm__table-caption,#cc-main .pm__table-head>tr {
    border-bottom: 1px dashed var(--cc-separator-border-color);
    color: var(--cc-primary-color);
    font-weight: 600
}

#cc-main .pm__table-tr {
    transition: background-color .15s ease
}

#cc-main .pm__table-tr:hover {
    background: var(--cc-cookie-category-block-hover-bg)
}

#cc-main .pm__table-caption,#cc-main .pm__table-td,#cc-main .pm__table-th {
    padding: .625em .625em .625em 1.2em;
    vertical-align: top
}

#cc-main .pm__footer {
    border-top: 1px solid var(--cc-separator-border-color);
    display: flex;
    justify-content: space-between
}

#cc-main .pm__btn-group {
    display: flex
}

#cc-main .pm__btn+.pm__btn,#cc-main .pm__btn-group+.pm__btn-group {
    margin-left: .375rem
}

#cc-main .pm--flip .pm__btn+.pm__btn,#cc-main .pm--flip .pm__btn-group+.pm__btn-group {
    margin-left: 0;
    margin-right: .375rem
}

#cc-main .pm__btn {
    background: var(--cc-btn-primary-bg);
    border: 1px solid var(--cc-btn-primary-border-color);
    border-radius: var(--cc-btn-border-radius);
    color: var(--cc-btn-primary-color);
    flex: auto;
    font-size: .82em;
    font-weight: 600;
    min-height: 42px;
    min-width: 110px;
    padding: .5em 1.5em;
    text-align: center;
    transition: background-color .15s ease,border-color .15s ease,color .15s ease
}

#cc-main .pm__btn:hover {
    background: var(--cc-btn-primary-hover-bg);
    border-color: var(--cc-btn-primary-hover-border-color);
    color: var(--cc-btn-primary-hover-color)
}

#cc-main .pm__btn--secondary {
    background: var(--cc-btn-secondary-bg);
    border-color: var(--cc-btn-secondary-border-color);
    color: var(--cc-btn-secondary-color)
}

#cc-main .pm__btn--secondary:hover {
    background: var(--cc-btn-secondary-hover-bg);
    border-color: var(--cc-btn-secondary-hover-border-color);
    color: var(--cc-btn-secondary-hover-color)
}

#cc-main .pm--box {
    height: calc(100% - 2em);
    left: var(--cc-modal-margin);
    margin: 0 auto;
    max-height: 37.5em;
    max-width: 43em;
    right: var(--cc-modal-margin);
    top: 50%;
    transform: translateY(calc(-50% + 1.6em))
}

#cc-main .pm--box.pm--flip .pm__btn-group,#cc-main .pm--box.pm--flip .pm__footer {
    flex-direction: row-reverse
}

#cc-main .pm--bar {
    border-radius: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    max-height: none;
    max-width: 29em;
    opacity: 1;
    top: 0;
    width: 100%;
    --cc-modal-transition-duration: .35s
}

#cc-main .pm--bar .pm__section-table,#cc-main .pm--bar .pm__table-body,#cc-main .pm--bar .pm__table-td,#cc-main .pm--bar .pm__table-th,#cc-main .pm--bar .pm__table-tr {
    display: block
}

#cc-main .pm--bar .pm__table-head {
    display: none
}

#cc-main .pm--bar .pm__table-caption {
    display: block
}

#cc-main .pm--bar .pm__table-tr:not(:last-child) {
    border-bottom: 1px solid var(--cc-separator-border-color)
}

#cc-main .pm--bar .pm__table-td {
    display: flex;
    justify-content: space-between
}

#cc-main .pm--bar .pm__table-td:before {
    color: var(--cc-primary-color);
    content: attr(data-column);
    flex: 1;
    font-weight: 600;
    min-width: 100px;
    overflow: hidden;
    padding-right: 2em;
    text-overflow: ellipsis
}

#cc-main .pm--bar .pm__table-td>div {
    flex: 3
}

#cc-main .pm--bar:not(.pm--wide) .pm__body,#cc-main .pm--bar:not(.pm--wide) .pm__footer,#cc-main .pm--bar:not(.pm--wide) .pm__header {
    padding: 1em 1.3em
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn-group,#cc-main .pm--bar:not(.pm--wide) .pm__footer {
    flex-direction: column
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn+.pm__btn,#cc-main .pm--bar:not(.pm--wide) .pm__btn-group+.pm__btn-group {
    margin: .375rem 0 0
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group,#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer {
    flex-direction: column-reverse
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn+.pm__btn,#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group+.pm__btn-group {
    margin-bottom: .375rem;
    margin-top: 0
}

#cc-main .pm--bar:not(.pm--wide) .pm__badge {
    display: none
}

#cc-main .pm--bar.pm--left {
    left: 0;
    transform: translate(-100%)
}

#cc-main .pm--bar.pm--right {
    right: 0;
    transform: translate(100%)
}

#cc-main .pm--bar.pm--wide {
    max-width: 35em
}

#cc-main .pm--bar.pm--wide .pm__body,#cc-main .pm--bar.pm--wide .pm__footer,#cc-main .pm--bar.pm--wide .pm__header {
    padding: 1em 1.4em
}

#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group,#cc-main .pm--bar.pm--wide.pm--flip .pm__footer {
    flex-direction: row-reverse
}

#cc-main .pm-overlay {
    background: var(--cc-overlay-bg);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1
}

#cc-main .cc--anim .pm,#cc-main .cc--anim .pm-overlay {
    transition: opacity var(--cc-modal-transition-duration) ease,visibility var(--cc-modal-transition-duration) ease,transform var(--cc-modal-transition-duration) ease
}

.show--preferences #cc-main .cc--anim .pm {
    opacity: 1;
    visibility: visible!important
}

.show--preferences #cc-main .cc--anim .pm--box {
    transform: translateY(-50%)
}

.show--preferences #cc-main .cc--anim .pm--bar {
    transform: translate(0)
}

.show--preferences #cc-main .cc--anim .pm-overlay {
    opacity: 1;
    visibility: visible
}

#cc-main.cc--rtl .pm__service-header {
    margin-left: 1em;
    margin-right: 0
}

#cc-main.cc--rtl .pm__section-arrow {
    left: auto;
    left: initial;
    right: 18px
}

#cc-main.cc--rtl .section__toggle-wrapper {
    left: 18px;
    right: auto;
    right: initial;
    transform-origin: left
}

#cc-main.cc--rtl .toggle-service {
    left: 0
}

#cc-main.cc--rtl .pm__service-icon {
    margin-left: 20px;
    margin-right: 5px
}

#cc-main.cc--rtl .pm__section--toggle .pm__section-title {
    padding-left: 5.4em;
    padding-right: 1.2em
}

#cc-main.cc--rtl .pm__section--expandable .pm__section-title {
    padding-right: 3.4em
}

#cc-main.cc--rtl .pm__badge {
    margin-left: 0;
    margin-left: initial;
    margin-right: 1em
}

#cc-main.cc--rtl .toggle__icon-circle {
    transform: translate(27px)
}

#cc-main.cc--rtl .toggle-service .toggle__icon-circle {
    transform: translate(23px)
}

#cc-main.cc--rtl .section__toggle:checked~.toggle__icon .toggle__icon-circle {
    transform: translate(0)
}

#cc-main.cc--rtl .pm__table-td,#cc-main.cc--rtl .pm__table-th {
    padding-left: 0;
    padding-left: initial;
    padding-right: 1.2em;
    text-align: right
}

#cc-main.cc--rtl .pm__table-td {
    padding-left: 0;
    padding-left: initial;
    padding-right: 1.2em
}

#cc-main.cc--rtl .pm__table-td:before {
    padding-left: 2em;
    padding-right: 0;
    padding-right: initial
}

#cc-main.cc--rtl .pm__btn+.pm__btn,#cc-main.cc--rtl .pm__btn-group+.pm__btn-group {
    margin-left: 0;
    margin-right: .375rem
}

#cc-main.cc--rtl .pm--flip .pm__btn+.pm__btn,#cc-main.cc--rtl .pm--flip .pm__btn-group+.pm__btn-group {
    margin-left: .375rem;
    margin-right: 0
}

#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn+.pm__btn,#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group+.pm__btn-group {
    margin-left: 0
}

@media screen and (max-width: 640px) {
    #cc-main .pm {
        border-radius:0;
        bottom: 0;
        height: auto;
        left: 0;
        max-height: 100%;
        max-width: none!important;
        right: 0;
        top: 0;
        transform: translateY(1.6em)
    }

    #cc-main .pm__body,#cc-main .pm__footer,#cc-main .pm__header {
        padding: .9em!important
    }

    #cc-main .pm__badge {
        display: none
    }

    #cc-main .pm__section-table,#cc-main .pm__table-body,#cc-main .pm__table-caption,#cc-main .pm__table-td,#cc-main .pm__table-th,#cc-main .pm__table-tr {
        display: block
    }

    #cc-main .pm__table-head {
        display: none
    }

    #cc-main .pm__table-tr:not(:last-child) {
        border-bottom: 1px solid var(--cc-separator-border-color)
    }

    #cc-main .pm__table-td {
        display: flex;
        justify-content: space-between
    }

    #cc-main .pm__table-td:before {
        color: var(--cc-primary-color);
        content: attr(data-column);
        flex: 1;
        font-weight: 600;
        min-width: 100px;
        overflow: hidden;
        padding-right: 2em;
        text-overflow: ellipsis
    }

    #cc-main .pm__table-td>div {
        flex: 3
    }

    #cc-main .pm__btn-group,#cc-main .pm__footer {
        flex-direction: column!important
    }

    #cc-main .pm__btn-group {
        display: flex!important
    }

    #cc-main .pm__btn+.pm__btn,#cc-main .pm__btn-group+.pm__btn-group {
        margin: .375rem 0 0!important
    }

    #cc-main .pm--flip .pm__btn+.pm__btn,#cc-main .pm--flip .pm__btn-group+.pm__btn-group {
        margin-bottom: .375rem!important;
        margin-top: 0!important
    }

    #cc-main .pm--flip .pm__btn-group,#cc-main .pm--flip .pm__footer {
        flex-direction: column-reverse!important
    }

    .show--preferences #cc-main .cc--anim .pm {
        transform: translateY(0)!important
    }
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.trait {
    position: relative;
    height: 80px;
    width: 100%;
}

.content-holder table{
    border-collapse: collapse; /* Removes gaps between borders */
    width: 100%; /* Full-width table */
}
.content-holder th, td {
    border: 1px solid gray; /* 1px gray border */
    padding: 8px; /* Padding inside cells */
    text-align: left; /* Aligns text to the left */
}

.content-holder th {
    background-color: #848585; /* Background color for the first row */
    color: white; /* Text color for the first row */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  input[type='text'], input[type='number'], textarea {
    font-size: 16px !important;
  }

  .block-md {
    display: block;
  }

  .no-l-gutter-md {
    padding-left: 0;
  }

  .width-100-md {
    width: 100%;
  }

  .pull-down-main {
    margin-top: 70px;
  }

  .push-down-main {
    margin-bottom: 70px;
  }

  .push-down-0-md {
    margin-bottom: 0px;
  }

  .push-down-5-md {
    margin-bottom: 5px;
  }

  .push-down-10-md {
    margin-bottom: 10px;
  }

  .push-down-15-md {
    margin-bottom: 15px;
  }

  .push-down-20-md {
    margin-bottom: 20px;
  }

  .push-down-25-md {
    margin-bottom: 25px;
  }

  .push-down-30-md {
    margin-bottom: 30px;
  }

  .push-down-35-md {
    margin-bottom: 35px;
  }

  .push-down-40-md {
    margin-bottom: 40px;
  }

  .push-down-45-md {
    margin-bottom: 45px;
  }

  .push-down-50-md {
    margin-bottom: 50px;
  }

  .push-down-55-md {
    margin-bottom: 55px;
  }

  .push-down-60-md {
    margin-bottom: 60px;
  }

  .push-down-65-md {
    margin-bottom: 65px;
  }

  .push-down-70-md {
    margin-bottom: 70px;
  }

  .push-down-75-md {
    margin-bottom: 75px;
  }

  .pull-down-secondary {
    margin-top: 32.5px;
  }

  .push-down-secondary {
    margin-bottom: 32.5px;
  }

  .pull-down-0-md {
    margin-top: 0px;
  }

  .pull-down-5-md {
    margin-top: 5px;
  }

  .pull-down-10-md {
    margin-top: 10px;
  }

  .pull-down-15-md {
    margin-top: 15px;
  }

  .pull-down-20-md {
    margin-top: 20px;
  }

  .pull-down-25-md {
    margin-top: 25px;
  }

  .pull-down-30-md {
    margin-top: 30px;
  }

  .pull-down-35-md {
    margin-top: 35px;
  }

  .pull-down-40-md {
    margin-top: 40px;
  }

  .pull-down-45-md {
    margin-top: 45px;
  }

  .pull-down-50-md {
    margin-top: 50px;
  }

  .pull-down-55-md {
    margin-top: 55px;
  }

  .pull-down-60-md {
    margin-top: 60px;
  }

  .pull-down-65-md {
    margin-top: 65px;
  }

  .pull-down-70-md {
    margin-top: 70px;
  }

  .pull-down-75-md {
    margin-top: 75px;
  }

  /**
   * Buttons 
   */
  /**
   * Standard-text 
   */
}
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
  .push-down-10-sm {
    margin-bottom: 10px;
  }

  .pull-down-30-sm {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  input[type='text'], input[type='number'], textarea {
    font-size: 16px !important;
  }

  .block-sm {
    display: block;
  }

  .no-l-gutter-sm {
    padding-left: 0;
  }

  .width-100-sm {
    width: 100%;
  }

  .pull-down-main {
    margin-top: 70px;
  }

  .push-down-main {
    margin-bottom: 70px;
  }

  .push-down-0-sm {
    margin-bottom: 0px;
  }

  .push-down-5-sm {
    margin-bottom: 5px;
  }

  .push-down-10-sm {
    margin-bottom: 10px;
  }

  .push-down-15-sm {
    margin-bottom: 15px;
  }

  .push-down-20-sm {
    margin-bottom: 20px;
  }

  .push-down-25-sm {
    margin-bottom: 25px;
  }

  .push-down-30-sm {
    margin-bottom: 30px;
  }

  .push-down-35-sm {
    margin-bottom: 35px;
  }

  .push-down-40-sm {
    margin-bottom: 40px;
  }

  .push-down-45-sm {
    margin-bottom: 45px;
  }

  .push-down-50-sm {
    margin-bottom: 50px;
  }

  .push-down-55-sm {
    margin-bottom: 55px;
  }

  .push-down-60-sm {
    margin-bottom: 60px;
  }

  .push-down-65-sm {
    margin-bottom: 65px;
  }

  .push-down-70-sm {
    margin-bottom: 70px;
  }

  .push-down-75-sm {
    margin-bottom: 75px;
  }

  .pull-down-0-sm {
    margin-top: 0px;
  }

  .pull-down-5-sm {
    margin-top: 5px;
  }

  .pull-down-10-sm {
    margin-top: 10px;
  }

  .pull-down-15-sm {
    margin-top: 15px;
  }

  .pull-down-20-sm {
    margin-top: 20px;
  }

  .pull-down-25-sm {
    margin-top: 25px;
  }

  .pull-down-30-sm {
    margin-top: 30px;
  }

  .pull-down-35-sm {
    margin-top: 35px;
  }

  .pull-down-40-sm {
    margin-top: 40px;
  }

  .pull-down-45-sm {
    margin-top: 45px;
  }

  .pull-down-50-sm {
    margin-top: 50px;
  }

  .pull-down-55-sm {
    margin-top: 55px;
  }

  .pull-down-60-sm {
    margin-top: 60px;
  }

  .pull-down-65-sm {
    margin-top: 65px;
  }

  .pull-down-70-sm {
    margin-top: 70px;
  }

  .pull-down-75-sm {
    margin-top: 75px;
  }

  .align-c-sm {
    text-align: center;
  }

  /**
   * Buttons 
   */
  /**
   * Standard-text 
   */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .push-down-10-sm {
    margin-bottom: 10px;
  }

  .pull-down-30-sm {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
  .img-responsive.no-img-responsive-xs,
  .no-img-responsive-xs {
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .no-border-xs {
    border: none;
  }

  .no-margin-xs {
    margin: 0;
  }

  .no-gutter {
    padding-left: 15px;
    padding-right: 15px;
  }

  .no-r-gutter {
    padding-right: 15px;
  }

  .no-l-gutter {
    padding-left: 15px;
  }

  .block-xs {
    display: block;
  }

  .width-100-xs {
    width: 100%;
  }

  .align-c-xs {
    text-align: center;
  }

  .align-l-xs {
    text-align: left;
  }

  .align-r-xs {
    text-align: right;
  }

  .pull-down-main {
    margin-top: 70px;
  }

  .push-down-main {
    margin-bottom: 70px;
  }

  .push-down-0-xs {
    margin-bottom: 0px;
  }

  .push-down-5-xs {
    margin-bottom: 5px;
  }

  .push-down-10-xs {
    margin-bottom: 10px;
  }

  .push-down-15-xs {
    margin-bottom: 15px;
  }

  .push-down-20-xs {
    margin-bottom: 20px;
  }

  .push-down-25-xs {
    margin-bottom: 25px;
  }

  .push-down-30-xs {
    margin-bottom: 30px;
  }

  .push-down-35-xs {
    margin-bottom: 35px;
  }

  .push-down-40-xs {
    margin-bottom: 40px;
  }

  .push-down-45-xs {
    margin-bottom: 45px;
  }

  .push-down-50-xs {
    margin-bottom: 50px;
  }

  .push-down-55-xs {
    margin-bottom: 55px;
  }

  .push-down-60-xs {
    margin-bottom: 60px;
  }

  .push-down-65-xs {
    margin-bottom: 65px;
  }

  .push-down-70-xs {
    margin-bottom: 70px;
  }

  .push-down-75-xs {
    margin-bottom: 75px;
  }

  .pull-down-secondary {
    margin-top: 32.5px;
  }

  .push-down-secondary {
    margin-bottom: 32.5px;
  }

  .pull-down-0-xs {
    margin-top: 0px;
  }

  .pull-down-5-xs {
    margin-top: 5px;
  }

  .pull-down-10-xs {
    margin-top: 10px;
  }

  .pull-down-15-xs {
    margin-top: 15px;
  }

  .pull-down-20-xs {
    margin-top: 20px;
  }

  .pull-down-25-xs {
    margin-top: 25px;
  }

  .pull-down-30-xs {
    margin-top: 30px;
  }

  .pull-down-35-xs {
    margin-top: 35px;
  }

  .pull-down-40-xs {
    margin-top: 40px;
  }

  .pull-down-45-xs {
    margin-top: 45px;
  }

  .pull-down-50-xs {
    margin-top: 50px;
  }

  .pull-down-55-xs {
    margin-top: 55px;
  }

  .pull-down-60-xs {
    margin-top: 60px;
  }

  .pull-down-65-xs {
    margin-top: 65px;
  }

  .pull-down-70-xs {
    margin-top: 70px;
  }

  .pull-down-75-xs {
    margin-top: 75px;
  }

  /**
   * Buttons 
   */
  /**
   * Standard-text 
   */
}
