/******************** Boaz formating start **********************/

body {
    max-width: 2570px;
    margin: auto;
    font-family: 'Nunito', sans-serif;
}

* {
    box-sizing: border-box;
}

h1 {
    font-family: 'Dancing Script', cursive;
    font-size: 60px;
    font-weight: 400;
    width: 360px;
    line-height: 60px;
}

h2 {
    font-weight: 700;
}

p {
    font-weight: 400;
    line-height: 25px;
}

.semibold {
    font-weight: 600;
}

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

.page-link {
    background: #DA9469;
    padding: 13px 55px 13px 55px;
    border-radius: 30px;
    color: #fff !important;
}

.page-link:hover {
    background: transparent;
    border: 1px solid #DA9469;
    color: #DA9469 !important;
}

.page-box-shadow {
    box-shadow: 0 7px 7px -5px #00000029;
}

.page-next-box-shadow {
    box-shadow: 0 0 7px 1px #00000029;
}

.page-border-radius {
    border-bottom-right-radius: 35px;
    border-top-right-radius: 35px;
}

.page-next-border-radius {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.text-decoration-underline {
    text-decoration: underline;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.page-linear-gradient {
    background: linear-gradient(100deg, #FAB082, #DA9469, #FAB082);
    background-size: 180% 180%;
    animation: gradient-animation 5s ease infinite;
}

.page-head {
    width: 300px;
    margin-bottom: 15px;
    color: #000000;
}

.page-head h2 {
    text-align: center;
}

.page-head img {
    display: block;
    margin: auto;
    width: 150px;
    margin-top: -5px;
}

.kezdolap #g-main {
    display: none;
}

.subpage-content-box {
    background: #FFF1EA;
    padding: 30px 40px;
    margin-bottom: 50px;
    color: #000;
}

.subpage-content-box__first__p {
    margin-bottom: 40px;
}

.subpage-content .page-head {
    width: 220px;
    margin-bottom: 30px;
}

.poem-box {
    margin: 50px 0;
}

.poem-box p {
    line-height: 10px;
}

.subpage-content-box__first__img {
    width: 62%;
    right: 0;
    top: 0;
}

.page-header h2 a {
    color: #000 !important;
    font-size: 20px;
}

#g-mainbody p {
    color: #000;
}

.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
    display: none;
}

.readmore a {
    background: #DA9469 !important;
    color: white !important;
    font-family: 'Nunito', sans-serif;
    font-size: 18px !important;
    border: 0 !important;
    padding: 13px 25px 10px 10px !important;
}

.items-more:before {
    content: "További cikkek...";
    color: #000;
}

.nav-tabs.nav-stacked>li>a {
    color: #DA9469;
}

a {
    color: #DA9469;
}

.item {
    margin-bottom: 50px;
}

.subpage-page-img {
    top: 75px;
    width: 45%;
    right: 30px;
}

.concerts p {
    width: 45%;
}

.media-iframe-box {
    margin-bottom: 20px;
}

.media-iframe-box iframe {
    width: 55%;
    height: 550px;
}


/******************** g-slideshow formating start **********************/

#g-slideshow {
    background: #fff;
    padding: 20px 150px 0 150px !important;
}

#g-slideshow .g-chimera-menu {
    display: flex;
    align-items: center;
}

#g-slideshow .g-block.size-10 {
    display: flex;
    align-items: center;
}

#logo-5679-particle img {
    width: 70%;
}

.g-menu-item-title {
    margin: 0 35px;
    color: #000000;
    font-family: 'Nunito', sans-serif;
}

.g-menu-item.g-menu-item-220.g-menu-item-type-component.g-standard .g-menu-item-title {
    margin-left: 0;
}

.g-menu-item-container {
    border-right: 1px solid #DA9469;
    padding: 9px 15px !important;
}

.language-selector a {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    padding-left: 6px;
}

.language-selector__link--border-r {
    border-right: 1px solid;
    padding-right: 8px;
}


/******************** g-slideshow formating end **********************/


/******************** g-showcase formating start **********************/

#g-showcase {
    background: #fff;
    color: #000000;
    margin-top: 20px;
    position: relative;
}

#g-showcase .g-content {
    padding: 0;
}

.g-showcase-text-box img {
    top: -180px;
    right: 0;
}

.g-showcase-text-box {
    background: #FFF1EA;
    padding: 100px 10px 100px 190px;
    margin-top: -30px;
    width: 68%;
    z-index: 100;
}

.g-showcase-text-box__first-p {
    font-weight: 500;
    font-style: italic;
    margin-bottom: 30px;
    width: 420px !important;
    margin: 0;
    padding-bottom: 0 !important;
}

.g-showcase-text-box p {
    width: 390px;
    padding: 10px 0;
}

.g-showcase-text-box h6 {
    margin-top: 20px;
}

.g-showcase-img-box {
    right: 510px;
    z-index: 10;
    bottom: 30px;
}

.g-showcase-img-box__first-p {
    margin: 0;
    font-weight: 500;
    font-style: italic;
}

.g-showcase__bg-box {
    width: 100%;
    height: 50%;
    background: #F7F7F7;
    top: 23%;
}

.g-slideshow__line {
    bottom: 0;
    left: 0;
    width: 65%;
    z-index: 10;
}


/******************** g-showcase formating end **********************/


/******************** g-feature formating start **********************/

#g-feature {
    position: relative;
}

.g-feature-text-box {
    background: #FFF1EA;
    width: 55%;
    float: right;
    margin: 150px 110px 0 0;
    padding: 130px 0px 100px 70px;
    z-index: 10;
}

.g-feature-text-box h6 {
    margin-top: 35px;
}

.g-feature-text-box p {
    width: 397px;
}

.g-feature-img-box {
    height: 570px;
    top: 23%;
    right: 0;
    z-index: 10;
}

.g-feature-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.g-feature-img-box p {
    margin: 0;
}

.g-feature__first-img {
    bottom: -10%;
    width: 50%;
    z-index: 10;
}

.g-feature__line.position-absolute {
    bottom: -60px;
    right: 0;
    z-index: 10;
    width: 65%;
}


/******************** g-feature formating end **********************/


/******************** g-utility formating start **********************/

#g-utility {
    position: relative;
}

.g-utility-slider-content {
    margin-top: 100px;
}

#g-utility .page-head {
    width: 250px;
    margin-bottom: 15px;
    color: #000000;
    margin: auto;
    padding-bottom: 40px;
}

.card {
    margin-right: 25px;
}

.card-header img {
    height: 390px;
    width: 100%;
    object-fit: cover;
}

.slick-prev.slick-arrow,
.slick-next.slick-arrow {
    background: #fafafae0;
    height: 100%;
    width: 45px;
    top: 0;
    z-index: 10;
}

.slick-next {
    right: 0px !important;
}

.slick-prev {
    left: 0px !important;
}

.slick-prev:before {
    content: url(../../../images/rendszer/3-szekcio/Icon_ionic-ios-arrow-left.svg) !important;
}

.slick-next:before {
    content: url(../../../images/rendszer/3-szekcio/Icon_ionic-ios-arrow-right.svg) !important;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #fafafae0 !important;
}

.g-utility__line {
    bottom: -70px;
    left: -100px;
    z-index: 10;
    width: 65%;
}


/******************** g-utility formating end **********************/


/******************** g-bottom formating start **********************/

#g-bottom {
    background: #fff;
    color: #000;
    position: relative;
    margin: 130px 0;
}

.g-bottom-text-box {
    background: #FFF1EA;
}

.g-bottom__one-img {
    width: 40%;
    bottom: 55px;
    height: 730px;
    object-fit: cover;
    z-index: 10;
}

.g-bottom-text-box {
    background: #FFF1EA;
    width: 60%;
    margin-right: 510px;
    padding: 100px 0 100px 650px;
    height: 840px;
}

.g-bottom-text-box h6 {
    margin-top: 60px;
}

#g-bottom .page-head {
    width: 250px;
    margin-bottom: 15px;
    color: #000000;
    margin-left: -100px;
}

.g-bottom-text-box p {
    width: 480px;
}


/******************** g-bottom formating end **********************/


/******************** g-footer formating end **********************/

#g-footer {
    background: linear-gradient(100deg, #FAB082, #DA9469, #FAB082);
    background-size: 180% 180%;
    animation: gradient-animation 5s ease infinite;
    color: #fff;
    padding: 50px 150px 0px 150px !important;
    position: relative;
}

#g-footer a {
    color: #fff;
    font-weight: 600;
}

#g-footer p {
    margin: 0 0 27px 0;
    color: #fff;
}

.footer-link-box {
    z-index: 100;
}

.footer-link-box a {
    font-size: 20px;
}

.footer-contact-box {
    margin-top: 20px;
    z-index: 100;
}

.footer-contact-box img {
    width: 25px;
    height: 30px;
    margin-right: 7px;
}

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

.ba-form-page {
    padding: 0 !important;
}

.required-star {
    display: none;
}

.ba-input-label-wrapper {
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    margin: 0 0 5px 10px;
}

.ba-form-field-item.ba-form-acceptance-field {
    width: 650px;
    margin: auto;
    margin-top: -45px;
}

.ba-form-submit-btn {
    background: #fff !important;
    color: #000000 !important;
    font-size: 22px !important;
    border-radius: 30px !important;
    padding: 20px 80px !important;
    margin: -20px 0 20px 0 !important;
}

.ba-form-acceptance-field label.ba-form-checkbox input[type="checkbox"]:checked+span:before,
.ba-form-field-item .ba-form-checkbox-wrapper input[type="checkbox"]:checked+span:before {
    background: #dd976b!important;
}

.footer-img {
    width: 100%;
    margin-bottom: 50px;
    height: 600px;
    object-fit: cover;
}

.footer__last-img {
    left: 0;
    width: 33%;
    bottom: 0;
}


/******************** g-footer formating end **********************/


/******************** g-copyright formating start **********************/

#g-copyright {
    background: #fff;
    color: #000;
    padding-left: 90px !important;
}

.copyright__p {
    margin: 0;
    padding: 13px 0;
    font-weight: 600;
    font-size: 15px;
}

.copyright__p a {
    color: #000;
    text-decoration: underline;
    margin-left: 7px;
}


/******************** g-copyright formating end **********************/


/******************** media formating start **********************/

@media (min-width: 2200px) and (max-width: 2570px) {}

@media (min-width: 2000px) and (max-width: 2200px) {
    #g-slideshow {
        padding: 90px 0 0 90px !important;
    }
    .g-menu-item-title {
        margin: 0 60px;
    }
    .g-showcase-img-box {
        right: 100px;
    }
    .g-showcase-text-box img {
        top: -160px;
        right: 0;
    }
    #g-showcase {
        margin-top: 60px;
    }
    .g-showcase-text-box {
        padding: 100px 10px 100px 150px;
        width: 97%;
    }
    .g-showcase-img-box img {
        height: 800px;
        object-fit: cover;
    }
    .g-feature-text-box {
        width: 77%;
        padding: 100px 0px 60px 70px;
        top: 24%;
    }
    .g-feature-img-box {
        height: 590px;
        top: 23%;
    }
    .card-header img {
        height: 300px;
    }
    .g-bottom-text-box {
        margin-right: 100px;
        padding: 100px 0 100px 47%;
        width: 75%;
        height: 760px;
    }
    .g-bottom__one-img {
        width: 60%;
        bottom: 55px;
        height: 650px;
    }
    #g-footer {
        padding: 50px 100px 0px 100px !important;
    }
    .footer-link-box {
        padding-left: 20%;
    }
}

@media (min-width: 1800px) and (max-width: 2000px) {
    #g-slideshow {
        padding: 90px 0 0 90px !important;
    }
    .g-menu-item-title {
        margin: 0 48px;
    }
    .g-showcase-img-box {
        right: 100px;
    }
    .g-showcase-text-box img {
        top: -160px;
        right: 0;
    }
    #g-showcase {
        margin-top: 60px;
    }
    .g-showcase-text-box {
        padding: 100px 10px 100px 150px;
        width: 97%;
    }
    .g-showcase-img-box img {
        height: 800px;
        object-fit: cover;
    }
    .g-feature-text-box {
        width: 77%;
        padding: 100px 0px 60px 70px;
        top: 24%;
    }
    .g-feature-img-box {
        height: 590px;
        top: 23%;
    }
    .card-header img {
        height: 300px;
    }
    .g-bottom-text-box {
        margin-right: 100px;
        padding: 100px 0 100px 47%;
        width: 75%;
        height: 760px;
    }
    .g-bottom__one-img {
        width: 60%;
        bottom: 55px;
        height: 650px;
    }
    #g-footer {
        padding: 50px 100px 0px 100px !important;
    }
    .footer-link-box {
        padding-left: 20%;
    }
}

@media (min-width: 1600px) and (max-width: 1800px) {
    #g-slideshow {
        padding: 90px 20px 0 90px !important;
    }
    .g-menu-item-title {
        margin: 0 36px;
    }
    .g-showcase-img-box {
        right: 100px;
    }
    .g-showcase-text-box img {
        top: -160px;
        right: 0;
    }
    #g-showcase {
        margin-top: 60px;
    }
    .g-showcase-text-box {
        padding: 100px 10px 100px 150px;
        width: 97%;
    }
    .g-showcase-img-box img {
        height: 800px;
        object-fit: cover;
    }
    .g-feature-text-box {
        width: 77%;
        padding: 100px 0px 60px 70px;
        top: 24%;
    }
    .g-feature-img-box {
        height: 590px;
        top: 23%;
    }
    .card-header img {
        height: 300px;
    }
    .g-bottom-text-box {
        margin-right: 100px;
        padding: 100px 0 100px 47%;
        width: 75%;
        height: 760px;
    }
    .g-bottom__one-img {
        width: 60%;
        bottom: 55px;
        height: 650px;
    }
    #g-footer {
        padding: 50px 100px 0px 100px !important;
    }
    .footer-link-box {
        padding-left: 20%;
    }
}

@media (min-width: 1500px) and (max-width: 1600px) {
    #g-slideshow {
        padding: 90px 40px 0 90px !important;
    }
    .g-menu-item-title {
        margin: 0 29px;
    }
    #g-showcase {
        margin-top: 70px;
    }
    .g-showcase-text-box {
        width: 97%;
        padding: 100px 10px 100px 160px;
    }
    .g-showcase-img-box {
        right: 100px;
    }
    .g-showcase-img-box.position-relative img {
        height: 700px;
        object-fit: cover;
    }
    .g-feature-text-box {
        width: 80%;
        padding: 90px 0px 70px 70px;
    }
    .g-showcase-text-box img {
        top: -100px;
        right: 0;
    }
    .g-feature-img-box {
        top: 24%;
    }
    .g-feature__first-img {
        bottom: 0;
    }
    .g-bottom-text-box {
        margin-right: 100px;
        padding: 100px 0 100px 43%;
        width: 75%;
        height: 750px;
    }
    .g-bottom__one-img {
        width: 55%;
        bottom: 53px;
        height: 650px;
    }
    .footer-link-box {
        padding-left: 25%;
    }
    #g-footer {
        padding: 50px 100px 0px 100px !important;
    }
    .footer-img {
        height: 500px;
    }
}

@media (min-width: 1400px) and (max-width: 1500px) {
    #g-slideshow {
        padding: 90px 30px 0 90px !important;
    }
    .g-menu-item-title {
        margin: 0 24px;
    }
    #g-showcase {
        margin-top: 60px;
    }
    .g-showcase-text-box img {
        top: -160px;
    }
    .g-showcase-text-box {
        width: 100%;
        padding: 70px 10px 80px 130px;
    }
    .g-showcase-img-box {
        right: 90px;
    }
    .g-showcase-img-box img {
        height: 710px;
        object-fit: cover;
    }
    .g-feature-img-box {
        height: 520px;
        top: 26%;
    }
    .g-feature-text-box {
        width: 82%;
        margin: 150px 90px 0 0;
        padding: 60px 0px 60px 70px;
    }
    .g-feature__first-img {
        bottom: 0;
    }
    .card-header img {
        height: 250px;
    }
    .g-bottom__one-img {
        width: 60%;
        bottom: 75px;
        height: 600px;
    }
    .g-bottom-text-box {
        margin-right: 90px;
        padding: 100px 0 100px 53%;
        width: 80%;
        height: 750px;
    }
    #g-footer {
        padding: 50px 90px 50px 90px !important;
    }
    .footer-link-box {
        padding-left: 27%;
    }
    .footer-img {
        height: 500px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    #g-slideshow {
        padding: 60px 20px 0 60px !important;
    }
    .g-menu-item-title {
        margin: 0 14px;
    }
    #g-showcase {
        margin-top: 60px;
    }
    .g-showcase-text-box img {
        top: -120px;
    }
    .g-showcase-text-box {
        width: 100%;
        padding: 70px 10px 80px 130px;
    }
    .g-showcase-img-box {
        right: 60px;
    }
    .g-showcase-img-box img {
        height: 710px;
        object-fit: cover;
    }
    .g-feature-img-box {
        height: 400px;
        top: 31%;
    }
    .g-feature-text-box {
        width: 85%;
        margin: 150px 60px 0 0;
        padding: 100px 0px 70px 70px;
    }
    .g-feature__first-img {
        bottom: 0;
    }
    .card-header img {
        height: 200px;
    }
    .g-bottom-text-box {
        margin-right: 60px;
        padding: 100px 0 86px 51%;
        width: 80%;
        height: 660px;
    }
    .g-bottom__one-img {
        width: 60%;
        bottom: 55px;
        height: 550px;
    }
    #g-footer {
        padding: 50px 60px 0 60px !important;
    }
    .footer-link-box {
        padding-left: 70px;
    }
    .footer-link-box a {
        font-size: 17px;
    }
    .footer-img {
        height: 500px;
    }
    #g-copyright {
        padding-left: 60px !important;
    }
    .subpage-page-img {
        top: 135px;
        width: 48%;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    #g-slideshow {
        padding: 50px 50px 0 50px !important;
    }
    .g-menu-item-title {
        margin: 0 0px;
        font-size: 14px;
    }
    .g-menu-item-container {
        border-right: 1px solid #DA9469;
        padding: 9px 20px !important;
    }
    #g-showcase {
        margin-top: 60px;
    }
    .g-showcase-text-box {
        width: 100%;
        padding: 70px 10px 80px 65px;
    }
    .g-showcase-text-box img {
        top: -100px;
    }
    .g-showcase-img-box {
        right: 60px;
    }
    .g-showcase-img-box img {
        height: 650px;
        object-fit: cover;
    }
    .g-feature-img-box {
        height: 270px;
        top: 43%;
    }
    .g-feature-text-box {
        width: 88%;
        margin: 150px 50px 0 0;
        padding: 100px 0px 70px 70px;
    }
    .g-feature__first-img {
        bottom: 0;
    }
    .card-header img {
        height: 170px;
    }
    .g-bottom-text-box {
        margin-right: 50px;
        padding: 100px 0 100px 54%;
        width: 80%;
        height: 660px;
    }
    .g-bottom__one-img {
        width: 65%;
        bottom: 55px;
        height: 550px;
    }
    #g-bottom .page-link {
        padding: 13px 25px;
    }
    #g-bottom .page-head {
        margin-left: -60px;
    }
    #g-footer {
        padding: 50px 50px 0 50px !important;
    }
    .footer-link-box {
        margin-left: 30%;
    }
    .footer-link-box a {
        font-size: 15px;
    }
    .footer-contact-box a {
        font-size: 15px;
    }
    .footer-contact-box img {
        width: 20px;
        height: 25px;
        margin-right: 5px;
    }
    .footer-img {
        height: 500px;
    }
    .ba-form-field-item.ba-form-acceptance-field {
        width: 490px;
    }
    #g-copyright {
        padding-left: 50px !important;
    }
    .subpage-page-img {
        top: 275px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #g-slideshow {
        padding: 40px 40px 0 40px !important;
    }
    .g-menu-item-title {
        margin: 0 0px;
        font-size: 14px;
    }
    .g-menu-item-container {
        border-right: 1px solid #DA9469;
        padding: 9px !important;
    }
    .language-selector a {
        font-size: 12px;
    }
    #g-showcase {
        margin-top: 60px;
    }
    #g-showcase .size-50 {
        flex: 0 90%;
        width: 90%;
        margin: auto;
    }
    #g-showcase .g-showcase__bg-box {
        height: 55%;
    }
    .g-showcase-text-box img {
        top: -10px;
    }
    .g-showcase-text-box {
        width: 100%;
        padding: 70px 10px 80px 65px;
    }
    .g-showcase-img-box {
        right: 0px;
        margin-top: 60px;
    }
    .g-showcase-img-box img {
        height: 650px;
        object-fit: cover;
    }
    .g-feature-img-box {
        height: 250px;
        top: 40%;
        display: none;
    }
    .g-feature-text-box {
        width: 90%;
        margin: 30px 39px 0 0;
        padding: 100px 0px 70px 70px;
    }
    .g-feature__first-img {
        bottom: 0;
    }
    #g-utility .page-head {
        padding-right: 20px;
    }
    .card-header img {
        height: 170px;
    }
    .g-bottom-text-box {
        margin-right: 40px;
        padding: 66px 0 80px 80px;
        width: 89.5%;
        height: 600px;
    }
    .g-bottom__one-img {
        width: 100%;
        bottom: 60px;
        height: 530px;
        position: relative;
    }
    #g-footer {
        padding: 50px 40px 0 40px !important;
    }
    .footer-contact-box img {
        width: 15px;
        height: 20px;
        margin-right: 5px;
    }
    .footer-contact-box a {
        font-size: 12px;
    }
    .footer-link-box a {
        font-size: 15px;
    }
    .footer-link-box {
        padding-left: 50px;
    }
    .footer-img {
        height: 500px;
    }
    .ba-form-field-item.ba-form-acceptance-field {
        width: 100%;
    }
    #g-copyright {
        padding-left: 40px !important;
    }
    .subpage-page-img {
        top: 0;
        width: 100%;
        right: 0;
        position: relative;
    }
    .concerts p {
        width: 100%;
    }
    .media-iframe-box iframe {
        width: 100%;
        height: 450px;
    }
}

@media screen and (max-width: 767px) {
    .g-offcanvas-toggle {
        padding: 10px;
        top: 55px;
        background: #DA9469;
        left: 19px;
    }
    #g-offcanvas #g-mobilemenu-container ul>li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
        background: #DA9469;
    }
    #g-offcanvas #g-mobilemenu-container ul>li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
        background: #DA9469;
    }
    #logo-5679-particle img {
        width: 65%;
        float: right;
    }
    #g-slideshow {
        padding: 30px 40px 0 25px !important;
    }
    .g-menu-item.g-menu-item-220.g-menu-item-type-component.g-standard .g-menu-item-title {
        margin-left: 20px;
    }
    .g-menu-item-title {
        margin: 0 0 0 20px;
        font-size: 13px;
    }
    #g-offcanvas #g-mobilemenu-container ul {
        padding-top: 30px;
    }
    .g-menu-item-container {
        border-right: 1px solid #DA9469;
        padding: 13px !important;
    }
    #g-showcase {
        margin-top: 60px;
    }
    #g-showcase .g-showcase__bg-box {
        display: none;
    }
    .g-showcase-text-box img {
        top: 0;
    }
    .g-showcase-text-box {
        width: 100%;
        padding: 70px 10px 80px 30px;
    }
    .g-showcase-text-box p {
        width: 100% !important;
    }
    .g-showcase-img-box {
        right: 0px;
        margin-top: 40px;
        bottom: 0;
    }
    .g-showcase-img-box img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
    .g-showcase-img-box__first-p {
        margin-right: 10px;
    }
    .page-next-border-radius {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .g-feature-img-box {
        height: 250px;
        top: 40%;
        display: none;
    }
    .g-feature-text-box {
        width: 100%;
        margin: 0 0 0 0;
        padding: 70px 0px 70px 20px;
    }
    .g-feature-text-box p {
        width: 100%;
        padding: 0 20px;
    }
    .g-feature__first-img {
        bottom: 0;
    }
    .card-header img {
        height: 250px;
    }
    #g-bottom {
        margin: 0;
    }
    .g-bottom-text-box {
        margin-right: 0;
        padding: 66px 0 80px 40px;
        width: 100%;
        height: 600px;
    }
    .g-bottom__one-img {
        width: 100%;
        bottom: 0;
        height: 100%;
        position: relative;
        top: 15px;
        margin-top: 50px;
    }
    #g-bottom .page-head {
        width: 340px;
    }
    .g-bottom-text-box p {
        width: 100%;
        padding: 0 20px;
    }
    #g-footer {
        padding: 50px 40px 50px 40px !important;
        text-align: center;
    }
    .footer-link-box a {
        font-size: 15px;
    }
    .footer-link-box {
        padding-left: 0;
        margin: 40px 0;
    }
    .footer-img {
        height: 100%;
    }
    .ba-form-field-item.ba-form-acceptance-field {
        width: 100%;
    }
    #g-copyright {
        padding-left: 30px !important;
    }
    .subpage-page-img {
        top: 0;
        width: 100%;
        right: 0;
        position: relative;
    }
    .concerts p {
        width: 100%;
    }
    .media-iframe-box iframe {
        width: 100%;
        height: 450px;
    }
}

@media (min-width: 640px) and (max-width: 768px) {}

@media (min-width: 500px) and (max-width: 640px) {}

@media (min-width: 400px) and (max-width: 500px) {}

@media (min-width: 300px) and (max-width: 400px) {
    .g-offcanvas-toggle {
        top: 35px;
    }
    h1 {
        font-size: 55px;
    }
    h2 {
        font-size: 20px;
    }
    .slick-prev.slick-arrow,
    .slick-next.slick-arrow {
        width: 40px;
    }
    .page-link {
        padding: 13px 50px 13px 50px;
        font-size: 15px;
    }
    .g-feature-text-box {
        padding: 70px 0px 70px 10px;
    }
    .g-feature-text-box h6 {
        margin-left: 20px;
    }
}


/******************** media formating start **********************/


/******************** Boaz formating end **********************/