body {
    background: #fcefe0;
}

.slider-container {
    padding-bottom: 40%;
}

@media (min-width: 768px) {
    .slider-container {
        padding-bottom: 5%;
    }
}

.container {
    overflow: hidden;

    background: #fff;
    -webkit-box-shadow: 0px 4px 15px 5px rgba(170, 170, 170, 1);
    -moz-box-shadow: 0px 4px 15px 5px rgba(170, 170, 170, 1);
    box-shadow: 0px 4px 15px 5px rgba(170, 170, 170, 1);
    position: relative;
}

.topContent {
    padding: 0 20px;
}

.bottomContent {
    padding: 0 20px;
}


@media (max-width: 575px) {
    #container {
        margin: 5vw 0;
        padding: 3vw !important;
    }

    .rightContent {
        padding: unset;
    }

    .leftContent {
        padding: unset;
    }

    .inner-container {
        margin-top: 13vw !important;
        padding: 7vw 3vw !important;
    }

    .container {
        max-width: 500px;
        margin-top: 0;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .inner-container {
        margin-top: 30px !important;
        padding: 20px 15px !important;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 900px;
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1100px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.page-view-box {
    background: #FFFFFF;
    padding-bottom: 30px;
    min-height: 500px;
    margin-bottom: 70px !important;
}

@media (min-width: 768px) {
    .page-view-box {
        padding-bottom: 60px !important;
    }
}


#top {
    position: relative;
    z-index: 3;
}


.box-shadow {
    box-shadow: #8aaaa9 0.8rem -0.4rem;
}

.breadcrumbs, .breadcrumbs a {
    font-size: 12px;
    color: #555;
    text-align: end;
    padding: 5px;
}

#footer, #footer a {
    color: #FFF;
    font-size: 13px;
}

#footer .bg-box {
    position: relative;
    /*background-image: url("../images/bottom_main_mobile.png");*/
    background-size: cover;
    padding-bottom: 100%;
    text-shadow: 1px 1px #679946;
}

#footer.inner .bg-box {
    /*background-image: url("../images/bottom_inner_mobile.png");*/
}

@media (min-width: 768px) {
    #footer .bg-box {
        /*background-image: url("../images/bottom_main.png");*/
        padding-bottom: 33.3%;
    }

    #footer.inner .bg-box {
        /*background-image: url("../images/bottom_inner.png");*/
    }

    .breadcrumbs, .breadcrumbs a {
        font-size: 1.2rem;
    }
}

#footer .bg-box > div {
    text-align: center;
}

@media (min-width: 768px) {
    #footer .bg-box > div {
        text-align: right;
    }
}


.bg-box {
    position: relative;
    z-index: 2;
    background-color: #FBEEF3;
    background-size: 100% 100%;
}


ul.menu li .subMenu li:hover {
    background-color: #3f4791;

}

.menuContainer {
    background-color: #FBEEF3;
    padding: 20px 0;
}

.mobile-header-text {
    position: absolute;
    top: 0;
    left: 60px;
    padding: 7px;
}

#mobileHeader .row .col-2 {
    padding-right: 0;
    height: 100%;
}

.mobile-menu-bg {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    color: white;
    width: 100%;
    height: 40px;
    background-image: linear-gradient(45deg, #f2a0ac, rgba(255, 209, 250, 0.97));
}

.menuBtn {

}

.fa-bars {
    font-size: 25px;
    color: white;
    padding: 7.5px 18px;
    border-right: 1px solid;
}

.menu-bg-lv-3 {
    background-color: rgba(234, 124, 121, 0.66);
}

.menu-text {
    color: #FFFFFF;
}

.menu-text:hover {
    color: #FFFFFF;
}


.btn_more {
    font-size: 1em;
    padding: 4px 20px;
    margin-top: 6px;
    background-color: #eb7778 !important;
    border-radius: 0;
    color: white !important;
}

.title-image {
    width: 100%;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
    position: absolute;
    z-index: 10;
}




.title-image img {
    width: 80%;
    max-width: 270px;
}

.title-image .read-more {
    position: absolute;
    bottom: 3%;
    right: 3%;
    color: white;

}
.title-image .read-more:hover{
    cursor: pointer;
}
.title-image a {
    text-decoration: none;
    position: relative;
}

.title-image a:after {
    content: '';

    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1px;

    border-width: 0 0 1px;
    border-style: solid;
}

.title-image a {
    background-image: linear-gradient(
            180deg, rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 0) 81%,
            rgba(0, 0, 0, 0) 85.1%,
            rgba(0, 0, 0, 0)
    );
    text-decoration: none;
}

.inner-container {
    padding: 10% 5%;
    height: 40vw;
}

@media (min-width: 576px) and (max-width: 767px) {
    .inner-container {
        height: 150px;
    }

    .title-image {
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        -o-transform: translateY(-60%);
        transform: translateY(-60%);
    }
}

@media (max-width: 1200px) {
    .title-image .title-entry img {
        width: 75%;
    }
}

@media (max-width: 575px) {
    .title-image .title-entry img {
        width: 70%;
    }
}

@media (min-width: 768px) {
    .inner-container {
        height: 172px;
    }
}

.fake-shadow > div {
    background: #8faeb8;
    height: 100%;
    width: 100%;
}

.fake-shadow {
    position: absolute;
    height: 100%;
    padding: inherit;
    left: 0;
    right: 0;
    transform: translate(15px, -7px) rotate(-0.6deg);
}

.fake-shadow.news-fake-shadow {
    /* padding: 0; */
    /*transform: translate(11px, -9px) rotate(-1deg);*/
}


.year-btn {
    border-radius: 0.3rem;
    background: #53a5c5;
    color: #FFF;
    border-bottom: #247da0 3px solid;
}

.year-btn:hover, .year-btn.active {
    color: #FFF;
    background: #48c5de;
}

.side_menu_item a {
    display: block;
    text-decoration: none;
}

.album-image img {
    max-width: 100%;
}

#news-page-index .page-view-box {
    margin-top: 4.2rem !important;
    padding-top: 2rem !important;
}

.grid-bottom-margin {
    margin-bottom: 6rem;
}

.grid-bottom-margin-s {
    margin-bottom: 3rem;
}

.page-view-box img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .mobile-menu-hide {
        display: none !important;
    }

    .desktop-menu-show {
        display: block !important;
    }
}


/**
  slider
 */
#container {
    padding: 20px;
}

.flexslider .slides > li {
    height: 420px;
}

.flexslider .slides > li > img {
    max-height: 100%;
    position: absolute;
    z-index: 0;
    width: auto;
}

@media handheld, only screen and (min-width: 1200px) {
    .flexslider {
        border: 0 !important;
        margin-top: 0;
    }

    .flexslider .slides > li > img {
        width: auto;
        max-height: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .flexslider {
        border: 0 !important;
        margin-top: 0;
    }

    .flexslider .slides > li {
        max-height: 50vw;
    }

    .flexslider .slides > li > img {
        width: auto;
        max-height: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /*.flexslider {*/
    /*padding: 5px !important;*/
    /*background-color: white !important;*/
    /*}*/
    .flexslider .slides > li {
        max-height: 60vw;
    }

    .flexslider .slides > li > img {
        width: auto;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .flexslider {
        padding: 5px !important;
        background-color: #505050 !important;
    }

    .flexslider .slides > li {
        max-height: 60vw;
        height: 300px;
    }

    .flexslider .slides > li > img {
        width: auto;
        height: 100%;

    }
}


.flex-caption {
    bottom: 0;
}

.flex-caption img {
    max-width: 30vw;
    width: 20%;
    height: auto;
}

.flexslider {
    overflow: hidden;
}

.flex-menu ul {
    list-style: none;
    background: rgba(194, 122, 164, 0.9);
    padding-bottom: 5px;
    padding-left: 10px;
}

.flex-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 170px;
    z-index: 20;
}

@media (min-width: 1200px) {
    .flex-menu {
        visibility: hidden;
        opacity: 0;
        transition-delay: 0s;
        transition-duration: 300ms;
    }
}

li.active .flex-menu {
    visibility: visible;
    opacity: 1;
    right: 0;
    transition-delay: 500ms;
}

.flex-menu a {
    display: block;
    font-size: 1rem;
    color: #FFF;
    border-bottom: #FFF 1px dotted;
    padding: 1px 6px;
}

.custom-nav a {
    display: block;
    position: absolute;
    z-index: 10;
    max-width: 50px;
    max-height: 50px;
    width: 8vw;
    min-width: 35px;
    height: 8vw;
    min-height: 35px;
    text-align: center;
    top: 45%;
}

@media (min-width: 1200px) {
    .custom-nav a {
        display: none;
    }
}

.custom-nav a:active {
    margin-top: 2px;
}

.flex-direction-nav {
    display: none;
}

.custom-nav a.flex-prev {
    left: 10px;
    background-image: url("../images/album_left_btn.png");
    background-size: 100% auto;
}

.custom-nav a.flex-next {
    right: 10px;
    background-image: url("../images/album_right_btn.png");
    background-size: 100% auto;
}

#footer .bg-box {
    position: relative;
    background-image: url("../images/bottomBG_mobile.png");
    background-size: cover;
    padding-bottom: 115%;
    text-shadow: 1px 1px #679946;
}

@media (min-width: 768px) {
    #footer .bg-box {
        background-image: url("../images/bottomBG.png");
        padding-bottom: 45%;
    }
}

.hp-btn1, .hp-btn2 {
    position: absolute;
}

@media (min-width: 1201px) {
    .hp-btn1, .hp-btn2 {
        left: 30px;
        width: 170px;
    }

    .hp-btn1 {
        top: 200px;
    }

    .hp-btn2 {
        top: 250px;
    }
}

@media (min-width: 1001px) and (max-width: 1200px) {
    .hp-btn1, .hp-btn2 {
        left: 30px;
        width: 150px;
    }

    .hp-btn1 {
        top: 170px;
    }

    .hp-btn2 {
        top: 210px;
    }
}

@media (min-width: 901px) and (max-width: 1000px) {
    .hp-btn1, .hp-btn2 {
        left: 20px;
        width: 135px;
    }

    .hp-btn1 {
        top: 145px;
    }

    .hp-btn2 {
        top: 180px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .hp-btn1, .hp-btn2 {
        width: 15vw;
        left: 20px;
    }

    .hp-btn1 {
        top: 16vw;
    }

    .hp-btn2 {
        top: 20vw;
    }

}

@media (max-width: 767px) and (min-width: 501px) {
    .hp-btn1, .hp-btn2 {
        width: 150px;
        right: 20px;
    }

    .hp-btn1 {
        bottom: 190px;
    }

    .hp-btn2 {
        bottom: 150px;
    }
}

@media (max-width: 500px) {
    .hp-btn1, .hp-btn2 {
        width: 30vw;
        right: 20px;
    }

    .hp-btn1 {
        bottom: 40vw;
    }

    .hp-btn2 {
        bottom: 32vw;
    }
}

#footer .bg-box > div {
    bottom: 20px;
    position: absolute;
    margin: 0;
}

@media (min-width: 768px) {
    #footer .bg-box > div {
        font-size: 1.3vw;
        text-align: right;
        margin: 0;
    }

    #footer .bg-box .content > div {
        display: inline-block;
        font-size: 1.3vw;
        padding: 0 2% 0 6%;
    }

    #footer .bg-box .content > small {
        padding: 0 2%;
        display: block;
    }
}

@media (min-width: 1270px) {
    #footer .bg-box .content > div, #footer .bg-box a, #footer .bg-box > div {
        font-size: 15px;
    }

}


@media (max-width: 560px) {
    #footer .bg-box a {
        font-size: 12px;
    }

    #footer .bg-box .content > small {
        padding: 0 11%;
        font-size: 1.9vw;
        display: block;
    }

    #footer .bg-box .content > div {
        font-size: 2.7vw;
    }
}

@media (max-width: 767px) {
    .leftInfo {
        display: none;
    }

    .rightInfo {
        display: none;
    }
}

@media (min-width: 992px) {
    #footer .bg-box .content > div {
        display: inline-block;
        font-size: 15px;
        padding: 5px 3%;
    }

    #footer .bg-box .content > small {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    #footer .bg-box .content > div {
        font-size: 13px;
    }

    #footer .bg-box .content > small {
        font-size: 12px;
    }
}

@media (max-width: 500px) {
    #footer .bg-box .content > div {
        font-size: 12px;
    }

    #footer .bg-box .content > small {
        font-size: 11px;
    }
}

