@charset "UTF-8";
@media screen and (max-width: 1280px) {
    body {
        font-size: 45%;
    }
    .hbi-button {
        background-size: 27px;
    }
    .home-section-1 .wrapper {
        background-position: center top;
    }
    .hn-heading {
        font-size: 2.8em;
    }
    .hn-top {
        margin-bottom: 1em;
    }
    .hn-heading {
        margin: 1em 0;
    }
    .hn-date span {
        padding: 0 8px;
    }
    .hn-date:before {
        width: 19px;
        height: 19px;
    }
    .hn-row {
        background-size: 28px;
    }
    .hn-tab {
        margin-right: 2%;
    }
    .bx-wrapper .bx-controls-direction a {
        width: 36px;
        height: 36px;
    }
    .home-section-1 .wrapper {
        background-size: 157px;
    }
    .hn-top {
        width: calc(100% - 31px);
    }
    .flower-pattern {
        width: 100px;
        height: 81px;
    }
    .testimonial-slide:after {
        background-size: 100% 100%;
    }
    .cr-icon {
        width: 52px;
        height: 52px;
    }
    .home-section-4 {
        border-radius: 30px;
    }
    .gallery-block .wrapper:after {
        width: 191px;
        height: 100px;
    }
    .accordion-icon {
        display: flex;
        padding-right: 40px;
    }
    .accordion-icon span {
        display: inline-block;
    }
}


/* 1280 */

@media screen and (max-width: 1140px) {
    .testimonial-slide {
        padding-bottom: 0;
    }
    .testimonial-slide:after {
        left: -20px;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .ts-card {
        position: relative;
        top: unset;
        left: unset;
        width: 85%;
        min-height: unset;
        transform: unset;
    }
    .ts-inner {
        position: relative;
        top: unset;
        left: unset;
        width: 90%;
        margin: auto;
        padding: 7em 0;
        -webkit-transform: unset;
        transform: unset;
    }
    .t-title {
        padding-bottom: 0;
    }
    .ts-inner p {
        padding-top: 0;
    }
    .cr-text {
        width: calc(100% - 68px);
        font-size: 2.2em;
    }
    .main-menu-container ul.menu>li a {
        padding: 17px 10px 14px 10px;
    }
}


/* 1140 */

@media screen and (max-width: 960px) {
    .main-menu-mask,
    .main-menu-button,
    .main-menu-top {
        display: block;
    }
    .header {
        width: 100%;
        padding: 10px 20px;
    }
    .header-top .wrapper {
        width: 100%;
    }
    .language-switcher-desktop {
        display: none;
    }
    .header-logo-1 {
        margin-right: 8px;
    }
    .header-logo img {
        max-height: 60px;
    }
    .header-heading {
        font-size: 2em;
    }
    .header-top {
        padding: 0;
    }
    .header-bottom {
        height: auto;
        border-top: 0;
    }
    .header-right {
        position: absolute;
        top: 50%;
        right: 0;
        width: auto;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        z-index: 102;
    }
    .main-menu-button-inner {
        width: 29px;
        height: 22px;
        position: relative;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .main-menu-button-inner span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background-color: #7d2882;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .main-menu-corner {
        width: 100%;
        padding: 0 20px;
    }
    .main-menu-container {
        display: block;
        position: fixed;
        top: 0;
        right: -300px;
        width: 100%;
        max-width: 300px;
        min-width: 300px;
        height: 100vh;
        margin-top: 0;
        margin-right: 0;
        padding-top: 55px;
        background-color: #f8f1e4;
        box-shadow: 0 0 5px #b0b0b0;
        -webkit-transition: right 0.25s ease-in-out;
        transition: right 0.25s ease-in-out;
        overflow-y: auto;
        z-index: 101;
    }
    .main-menu-button-inner span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    .main-menu-button-inner span:nth-child(2) {
        top: 10px;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    .main-menu-button-inner span:nth-child(3) {
        top: 20px;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    .menu-open .main-menu-container {
        right: 0;
        overflow-y: scroll;
        -webkit-transition: right 0.25s ease-in-out;
        transition: right 0.25s ease-in-out;
        overflow: scroll;
    }
    .menu-open .main-menu-button-inner span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 8px;
    }
    .menu-open .main-menu-button-inner span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    .menu-open .main-menu-button-inner span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 17px;
        left: 8px;
    }
    .main-menu-top {
        margin-bottom: 2em;
    }
    .main-menu-container .wrapper {
        width: 100%;
    }
    .main-menu-container ul.menu>li>ul>li:first-child a,
    .main-menu-container ul.menu>li>ul>li:last-child a {
        border-radius: 0;
    }
    .main-menu-container ul.menu>li {
        display: block;
        vertical-align: middle;
        padding: 0 0 10px 0;
    }
    .menu-item-has-children {
        background-image: url(images/arrow-down@2x.png);
        background-position: right 15px top 14px;
        background-size: 15px;
        background-repeat: no-repeat;
    }
    .main-menu-container ul.menu>li a {
        display: block;
        padding: 10px 20px;
    }
    .main-menu-container ul ul {
        background-color: #f9f6f1;
    }
    .main-menu-container ul li:hover>ul {
        margin-top: 0;
        box-shadow: 0 0 0;
        border: 0;
        width: 100%;
    }
    .home-banner-inner h2 {
        font-size: 5em;
    }
    .hbi-button {
        position: relative;
        padding: 28px 19px;
    }
    .hbi-button span {
        position: absolute;
        top: 50%;
        width: calc(100% - 73px);
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .home-banner {
        padding-bottom: 300px;
    }
    .home-section-3:before {
        width: 96px;
        padding-bottom: 262px;
    }
    .home-section-3:after {
        width: 140px;
        padding-bottom: 323px;
    }
    .home-slider-container .bx-wrapper .bx-controls-direction a {
        width: 40px;
        height: 40px;
        background-size: 30%;
        z-index: 9;
    }
    .hl-icon {
        width: 68px;
        height: 68px;
    }
    .hl-heading {
        font-size: 2.5em;
    }
    .ts-text {
        background-size: 48px;
    }
    .ts-text p {
        font-size: 2.4em;
    }
    .ts-name {
        font-size: 2.4em;
    }
    .ts-name:before {
        width: 20px;
        height: 2px;
    }
    .testimonial-slide-container .bx-wrapper .bx-controls-direction a {
        width: 30px;
        height: 30px;
    }
    .col-1-2 {
        align-items: start;
    }
    .accordion-icon span:nth-child(2) {
        width: calc(100% - 36px);
    }
    .read-more {
        width: 40px;
        height: 40px;
    }
    .photo-link span {
        font-size: 3em;
    }
 
}


/* 960 */

@media screen and (max-width: 768px) {
    .header-logo img {
        max-height: 45px;
    }
    .header-heading {
        font-size: 1.8em;
    }
    .home-banner-inner h2 {
        font-size: 4em;
        line-height: 1.2;
    }
    .hbi-buttons {
        flex-wrap: wrap;
        margin: 0;
    }
    .hbi-button {
        width: 100%;
        max-width: 390px;
        margin: 0 auto 10px;
    }
    .hbi-button:last-child {
        margin-bottom: 20px;
    }
    .flex {
        flex-wrap: wrap;
    }
    .flex-left,
    .flex-right,
    .home-section-1 .flex-left,
    .home-section-1 .flex-right,
    .flex .flex-left,
    .flex .flex-right {
        width: 100%;
    }
    .home-section-1 .flex-right,
    .news-slider-container .bx-viewport,
    .home-news-slider,
    .hn-slide {
        max-width: 500px;
        margin: auto;
    }
    .home-section-1 .wrapper {
        background-position: right top;
    }
    .flex-left .text-block {
        margin-bottom: 4em;
    }
    .news-slider-container {
        margin-bottom: 6em;
    }
    .home-section-2 {
        padding-bottom: 0;
    }
    .flower-pattern {
        margin-top: 0;
    }
    .ts-inner {
        padding: 3em 0;
    }
    .ts-inner p,
    .t-title {
        font-size: 2.4em;
    }
    .testimonial-slide:after {
        left: -14px;
    }
    .contact-row {
        display: inline-block;
        width: 100%;
        margin-right: 0;
    }
    .cr-icon {
        margin-right: 10px;
    }
    .grid-1-3>.grid-col,
    .grid-1-4>.grid-col {
        width: 49%;
        margin-right: 2%;
    }
    .grid-1-3>.grid-col:nth-child(3n+1),
    .grid-1-3>.grid-col:nth-child(3n+3) {
        clear: unset;
        margin-right: 2%;
    }
    .grid-1-3>.grid-col:nth-child(2n+1),
    .grid-1-4>.grid-col:nth-child(2n+1) {
        clear: both;
    }
    .grid-1-3>.grid-col:nth-child(2n+2),
    .grid-1-4>.grid-col:nth-child(2n+2) {
        margin-right: 0;
    }
    .page-top h1 {
        top: 44%;
        font-size: 4em;
    }
    .schedule-table {
        font-size: 90%;
    }
    .schedule-table td:first-child:before {
        width: 10px;
        height: 10px;
    }
    .btn-inner span:last-child {
        font-size: 3em;
    }
    .icon-instagram {
        width: 42px;
        height: 42px;
    }
    .grid-1-4>.grid-col.highlight-col {
        margin-bottom: 2%;
    }
    .home-link {
        width: 50%;
        flex-basis: 50%;
    }
    .highlight-title {
        width: 200px;
        height: 69px;
    }
    .highlight-title h2 {
        font-size: 3.6em;
    }
    .dh-1:before {
        padding-bottom: 45%;
    }
    .sl-item {
        border-right: 0;
        border-bottom: 1px solid #DBCADF;
    }
    .ts-inner {
        text-align: center;
    }
    .ts-photo {
        position: relative;
        width: 50%;
        padding-bottom: 50%;
    }
    .ts-text {
        width: 100%;
        float: unset;
    }
    .testimonial-slide-container .bx-wrapper .bx-controls-direction a.bx-prev {
        left: 0;
    }
    .ts-name {
        text-align: left;
    }
    .accordion-icon {
        font-size: 2.5em;
        background-size: 15px;
        background-position: right 15px top 15px;
    }
    .col-1-2 {
        display: block;
    }
    .col-left {
        width: 90%;
        margin: auto;
    }
    .col-right {
        width: 90%;
        padding-right: 0;
        margin: 5% auto 0;
    }
    .sec-padding {
        padding: 5em 0;
    }
    .sec-heading.sec-padding {
        padding-bottom: 5px;
    }
    .icon-download,
    .icon-link {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-left: 5px;
    }
    .primary-btn>span:first-child {
        display: inline-block;
        width: calc(100% - 23px);
        font-size: 90%;
    }
    .highlights-block {
        padding: 10px;
    }
    .patrons-row,
    .patrons-row:nth-child(3n+3) {
        width: 49%;
        padding-bottom: 20%;
        margin-right: 2%;
    }
    .patrons-row:nth-child(2n+2) {
        margin-right: 0;
    }
    .gallery-section-5 .details-photo,
    .gallery-section-5 .details-photo {
        flex-basis: 49%;
    }
    .photo-link span {
        font-size: 2.2em;
    }
    .carousel-slider-static {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .carousel-slider-static .carousel-slide {
        width: 48%;
        padding: 15px 0;
    }
}


/* 768 */

@media screen and (max-width: 500px) {
    .header-heading {
        display: none;
    }
    .header-logo img {
        max-height: 40px;
    }
    .hn-heading {
        font-size: 2.4em;
    }
    .hn-tab {
        font-size: 2.2em;
    }
    .hn-date {
        font-size: 1.8em;
    }
    .hn-date:before {
        width: 17px;
        height: 17px;
    }
    .hn-date span {
        padding: 0 6px;
    }
    .home-section-4 {
        padding: 5em 0;
    }
    .sec-heading {
        margin-bottom: 24px;
    }
    .page-top h1 {
        font-size: 3.5em;
    }
    .home-slider-container .bx-wrapper .bx-controls-direction a {
        display: none;
    }
    .ts-text {
        background-size: 40px;
        background-position: right 5% bottom 5%;
    }
    h2 {
        font-size: 3.8em;
    }
    h3 {
        font-size: 3.2em;
    }
    .sec-padding {
        padding: 3em 0;
    }
    .donate-btns {
        display: block;
    }
    .donate-btn {
        font-size: 2em;
    }
    .db-icon {
        width: 40px;
        height: 40px;
        background-size: 20px;
    }
    .primary-btn {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .custom-table {
        font-size: 1.5em;
    }
    .home-slide {
        padding-bottom: 67%;
    }
    .bx-wrapper .bx-pager.bx-default-pager a {
        width: 8px;
        height: 8px;
        margin: 0 5px;
    }
    .page-top {
        padding: 22.6% 0;
    }
    .ts-name {
        font-size: 2em;
    }
    .ts-name:before {
        width: 12px;
    }
    .patrons-row,
    .patrons-row:nth-child(3n+3) {
        width: 100%;
        padding: 20%;
        margin-right: 0;
    }
    .gallery-section-2 .details-photo,
    .gallery-section-2 .details-photo,
    .gallery-section-5 .details-photo,
    .gallery-section-5 .details-photo:nth-child(5n+4),
    .gallery-section-5 .details-photo:nth-child(5n+5) {
        flex-basis: 100%;
    }
    .photo-link {
        flex-basis: 100%;
        padding-bottom: 60%;
    }
    .photo-link span {
        font-size: 4em;
    }
    .carousel-slider-static .carousel-slide {
        width: 100%; 
    }
    .highlights-blocks-desktop{
        display:none;
    }
    .highlights-blocks-mobile .bx-wrapper{
        position: inherit;
        opacity: 1;
        visibility:visible;
    }
}


/* 500 */

@media screen and (max-width: 450px) {
    .ts-inner {
        padding: 1em 0;
    }
    .testimonial-slide:after {
        left: -8px;
    }
    .cr-icon {
        width: 35px;
        height: 35px;
        margin-right: 5px;
    }
    .cr-text {
        width: calc(100% - 50px);
        font-size: 2em;
    }
    .grid-1-3>.grid-col,
    .grid-1-4>.grid-col {
        width: 100%;
        margin-right: 0;
    }
    .home-link {
        width: 100%;
        flex-basis: 100%;
    }
    .testimonial-slide-container .bx-wrapper .bx-controls-direction a {
        width: 21px;
        height: 21px;
    }
    .ts-inner p,
    .t-title {
        font-size: 2.2em;
    }
    .primary-btn {
        padding: 20px 10px;
    }
    .custom-table {
        font-size: 1.4em;
    }
    .custom-table th:first-child {
        width: 50%;
    }
    .custom-table th:last-child {
        width: 50%;
    }
    .accordion-icon {
        font-size: 2.3em;
    }
    .accordion-sort {
        width: 35px;
        height: 35px;
    }
    .hb-heading {
        font-size: 2em;
    }
    .highlights-block {
        padding: 0 0 35px 0;
    }
    .photo-link span {
        font-size: 3em;
    }
}


/* 450 */

@media screen and (max-width: 350px) {}


/* 350 */