﻿:root {
    --dark-red: #653a28;
}

@font-face {
    font-family: 'plantc';
    src: url('fonts/plantc.eot');
    src: local('☺'), url('fonts/plantc.woff') format('woff'), url('fonts/plantc.ttf') format('truetype'), url('fonts/plantc.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'SakkalMajallaRegular';
    src: url('fonts/SakkalMajallaRegular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AlfontComMuna';
    src: url('fonts/AlfontComMuna.ttf');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    /* background: #ddbfa1;*/
}

body {
    font-family: 'plantc';
    font-size: 15px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.font16 {
    font-size: 16px !important;
}

.right-click-disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.brown {
    color: #845f43
}


.underline {
    text-decoration: underline
}

.text-indent-30 {
    text-indent: 30px;
}

.content {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    /*margin-left: -4px;*/
}

.content-section-2-title {
    text-align: left;
    font-size: 24px;
    /*   font-family: Arial Greek;*/

    color: #000;
    direction: ltr
}
/* .row.menu {
                    padding-left: 50px;
                    padding-right: 50px
                }

                .menu > div {
                    padding-right: 10px;
                    padding-left: 10px;
                }
        */
#subpage {
    height: 100%;
    margin: 0px;
    padding: 0px
}

    #subpage .left-menu-wrapper .additional-links {
        display: none;
    }

    #subpage .container-fluid.main {
        height: 100%;
        margin: 0px;
        padding: 0px
    }

    #subpage .container.main {
        height: 100%;
        padding-top: 0px;
        max-width: 3000px !important;
    }

        #subpage .container.main > .row {
            height: 100%;
            margin-left: 0px;
            margin-right: 0px
        }

    #subpage .menu > div {
        text-align: center
    }

        #subpage .menu > div.story-parent-link:hover .children-holder {
            /*display: block;
            width: auto;
            visibility: visible;
            z-index: 999;*/
            /*height: auto;*/
            /*transform: scaleY(1);*/
            /*height:auto;*/
        }

.story-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 30px;
    margin-top: 30px;
}

    .story-nav a {
        text-decoration: none;
        color: inherit;
        padding: 0px 2px;
        margin: 0 5px;
        /*box-shadow: 0px 6px 22px 1px var(--dark-red);*/
    }

        .story-nav a.active {
            color: var(--dark-red);
            box-shadow: none;
        }

#subpage .menu .children-holder.active {
    opacity: 1;
    transition: opacity 0.8s ease-in-out;
    /*height: 200px;
        width: 200px;*/
}

#subpage .menu .children-holder:not(.active) {
    opacity: 0;
    height: 0;
    /* overflow: hidden;
        display: none;
        transition: all .5s ease-in-out;
        transform-origin: left top;*/
    /*transform: scaleY(0);*/
    /*height: 0;*/
    /*line-height: 50px;*/
}

#subpage .menu .story-link {
    width: 100%;
    margin: 0px;
    /*max-width:100%;
            visibility:hidden;
            width:0px;
            height:0px;*/
    /*overflow: hidden;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        animation: ease-in-out;*/
    /*   position:absolute;
            padding-left:100px;*/
}

#subpage .menu > div:first-child {
    margin-top: -36px;
    //margin-bottom: 20px
}

#subpage .menu > .row:nth-child(2),
#subpage .menu > .row:nth-last-child(3) {
    /*margin-bottom: 20px*/
}

#subpage .menu > div:last-child {
}

#subpage .img-responsive {
    width: 100%
}

#subpage .menu .img-responsive, .menuArrow .img-responsive {
    max-width: 90%
}

.arrows-holder {
    margin-top: 5px;
}

.under-content-footer .menuArrow {
    display: none;
}

    .under-content-footer .menuArrow .img-responsive {
        max-width: 50px;
        width: auto !important;
    }

.DynamicWidth.col2 {
    width: 2%;
    float: left;
}

.DynamicWidth.col3 {
    width: 3%;
    float: left;
}

.DynamicWidth.col94 {
    width: 94%;
    float: left;
}

.DynamicWidth.col10 {
    width: 10%;
    float: left;
}

.DynamicWidth.col90 {
    width: 90%;
    float: left;
}

.DynamicWidth.col88 {
    width: 88%;
    float: left;
}

.DynamicWidth.col94 > .row {
    height: 86%
}

.DynamicWidth.col94 .col-md-12.main {
    display: flex;
    height: 100%;
}

    .DynamicWidth.col94 .col-md-12.main > .wrapper {
        width: 100%;
        display: inline-block;
        align-self: flex-start;
        height: 100%
    }

        .DynamicWidth.col94 .col-md-12.main > .wrapper > .row {
            height: 100%
        }

        .DynamicWidth.col94 .col-md-12.main > .wrapper .DynamicWidth.col10 {
            height: 100%
        }

        .DynamicWidth.col94 .col-md-12.main > .wrapper .DynamicWidth.col88 {
            height: 100%
        }

        .DynamicWidth.col94 .col-md-12.main > .wrapper .shadow-top {
            height: 1%
        }

        .DynamicWidth.col94 .col-md-12.main > .wrapper .shadow-bottom {
            height: 1%
        }

        .DynamicWidth.col94 .col-md-12.main > .wrapper .inside-pages-content {
            height: 98%
        }



/*  @media only screen and (max-width: 800px) {

            .menu .img-responsive, .menuArrow .img-responsive {
                max-width: 85%
            }
        }*/






.footer span {
    /*font-size: 20px;*/
    color: #4d270b;
    margin: 0px;
    margin-right: 15px;
}

    .footer span:last-child {
        /*font-size: 17px;*/
        color: #4d270b;
        margin: 0px;
        margin-right: 0px;
    }

    .footer span a {
        /*font-size: 20px;*/
        text-decoration: none;
        color: #4d270b;
        margin: 0px;
    }

        .footer span a:hover {
            text-decoration: underline;
            color: #4d270b;
            margin: 0px;
        }

.footer .under-content-footer * {
    font-size: 20px !important;
}





.AboutUs .content-section-1-content,
.TheVision .content-section-1-content,
.ThePeople .content-section-1-content,
.Itr-at .content-section-1-content,
.TheBooks .content-section-1-content,
.Gallery .content-section-1-content,
.Events .content-section-1-content,
.ContactUs .content-section-1-content {
    text-align: justify !important;
}

.AboutUs .inner {
    height: 60%;
    overflow-y: scroll;
    width: 100%;
    text-align: center;
    padding: 68px 70px;
    position: absolute;
    z-index: 2;
    padding-bottom: 80px;
}

.aboutUsContentImageBackground .lvl-1 img {
    z-index: 999;
    /*height:300px;*/
}

#Gallery .inner {
    /*height:40%;*/
}

.TheVision .inner {
    height: 100%;
    overflow-y: scroll;
    width: 60%;
    text-align: center;
    padding: 68px 70px;
    position: absolute;
    z-index: 99
}


#Gallery {
    width: 100%;
    height: 100%;
    position: relative;
    /*margin-left: -4px;*/
}

    #Gallery .inner {
        height: 100%;
        overflow-y: scroll;
        width: 60%;
        text-align: left;
        padding: 68px 70px;
        position: absolute;
        z-index: 100
    }

    #Gallery .imageHolder {
        right: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        z-index: 10;
        text-align: right
    }

    #Gallery .BackgroundRightImageContainer {
        height: 100%;
    }



#privacy-policy .inner {
    height: 100%;
    overflow-y: scroll;
    width: 100%;
    text-align: left;
    padding: 68px 70px;
    position: absolute;
    z-index: 100;
}

#terms-and-conditions .inner {
    height: 100%;
    overflow-y: scroll;
    width: 100%;
    text-align: left;
    padding: 68px 70px;
    position: absolute;
    z-index: 100;
}

#contact-us .inner {
    height: 100%;
    overflow-y: scroll;
    width: 100%;
    text-align: left;
    padding: 68px 70px;
    position: absolute;
    z-index: 100
}

#contact-us .address-holder {
    width: 100%;
    direction: ltr;
}

    #contact-us .address-holder .container {
        height: 100%;
        margin: 0px;
        padding: 0px;
        max-width: 100%;
        padding-top: 30px;
    }

    #contact-us .address-holder .row {
        height: 100%;
        margin: 0px;
        padding: 0px
    }

#contact-us .image-holder {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

#contact-us .address-info {
    height: 100%;
    margin: 0px;
    padding: 0px;
    padding-left: 30px;
}

    #contact-us .address-info p {
        text-align: left !important
    }


.TheVision .BackgroundRightImageContainer {
    height: 100%;
}


.TheVision .imageHolder {
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    text-align: right
}



.ThePeople {
    /* visibility: hidden;
    height: 0;
    opacity: 0;
    transition: all 0.5s;
    display: none;*/
}

    .ThePeople.active {
        visibility: visible;
        height: 100%;
        opacity: 1;
        transition: all 0.5s;
    }


    .ThePeople .Gallery .Item .Section1 {
        /*height: 65%*/
    }

    .ThePeople .Gallery .Item .Section2 {
        /*height: 35%*/
    }


.Itr-at .BackgroundRightImageContainer {
    height: 100%;
}

.Itr-at .inner {
    height: 100%;
    overflow-y: scroll;
    width: 60%;
    text-align: left;
    padding: 68px 70px;
    position: absolute;
    z-index: 100
}

.Itr-at .imageHolder {
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    text-align: right
}

.TheBooks .inner {
    height: 100%;
    overflow-y: scroll;
    width: 100%;
    text-align: left;
    padding: 68px 70px;
    position: absolute;
    z-index: 100
}

.TheBooks .intro {
    width: 100%;
}

.TheBooks .booksList {
    width: 100%;
}

.TheBooks .container {
    height: 100%;
    direction: ltr;
    padding: 0px;
    margin: 0px;
    max-width: 100%
}

    .TheBooks .container > .row {
        height: 100%;
        overflow: hidden
    }

.TheBooks .Item {
    height: 100%;
    padding: 10px;
}

.TheBooks .Section1 {
    height: 100%
}

.TheBooks .imgHolder {
    height: 100%;
    text-align: center;
}

.TheBooks .addToCartHolder {
    height: 100%;
    text-align: center;
    padding-top: 10px;
}

.TheBooks .addToCartBtn,
.TheBooks .addToCart,
.TheBooks .outOfStock {
    display: inline-block;
    /*background: #fffff6;*/
    padding: 2px 10px;
}

.TheBooks .addToCartBtn,
.TheBooks .addToCart {
    color: #000;
}

.addToCartBtn.red-texture-bg,
.addToCart.red-texture-bg {
    font-size: 14px;
    width: 100px;
    border-radius: 5px;
}

.TheBooks .outOfStock {
    color: #9d9d9d;
    cursor: default;
    text-decoration: none;
}

#BookDetail {
    height: 100%;
    overflow-y: scroll;
    width: 100%;
    text-align: left;
    padding: 68px 70px;
    position: absolute;
    z-index: 100;
}

    #BookDetail .container {
        height: auto;
        direction: ltr;
        padding: 0px;
        margin: 0px;
        max-width: 100%;
    }

        #BookDetail .container > .row {
            height: 100%;
            overflow: hidden;
        }

    #BookDetail .Item {
        /*height: auto;*/
    }

    #BookDetail .imageHolder {
        height: auto;
        padding: 10px;
    }

    #BookDetail .text-info {
        height: 100%;
        padding: 10px;
        padding-left: 30px
    }


/*tooltip*/


.ui-tooltip, .arrow:after {
    background: #e7d6ba;
    border: 1px solid #e7d6ba !important;
}

.ui-tooltip {
    padding: 10px 20px;
    color: #000;
    border-radius: 0px;
    /* font: bold 12px 'plantc';*/ /*text-transform: uppercase;*/
    font: 16px 'plantc';
    box-shadow: 0 0 7px black;
    position: absolute;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }



/* end tooltip */

.BackgroundRightImage {
    /*height: 100%;*/
    height: auto;
}

.BackgroundRightImageWrapper {
    display: flex;
    height: 100%;
    width: 100%;
}

.BackgroundRightImageContainer {
    /*  height: 100%;*/
    display: inline-block;
    align-self: center;
    width: 100%;
    text-align: right;
}



::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px whitesmoke;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: white;
    scrollbar-shadow-color: whitesmoke;
    border-radius: 50px;
    background-color: #f4ead1;
    -webkit-box-shadow: 0px 0px 3px #e6decf;
    -moz-box-shadow: 0px 0px 3px #e6decf;
    box-shadow: 0px 0px 3px #e6decf;
}

::-webkit-scrollbar-button {
    height: 0px;
}

.homepage-bg {
    background-image: url('../images/home-bg-wall.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.homepage-content-bg {
    background-image: url('../images/home-content-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
    overflow: hidden;
}

.subpage-bg {
    background-image: url('../images/bg-wall.jpg');
    background-size: 100% 100%;
    background-repeat: repeat-y;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-attachment: fixed;*/
}

.subpage-menu-item-img {
    width: 100%;
    height: auto;
}

.shadow-top {
    background-image: url('../images/Shadow-top.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.shadow-bottom {
    background-image: url('../images/Shadow-bottom.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}

.inside-pages-content {
    background-image: url('../images/Shadow-Middle-Equal-Edges.png');
    background-size: 100%;
    background-repeat: repeat-y;
    /*    background: url('../images/Shadow-top.png') left top no-repeat, url('../images/Shadow-bottom.png') left bottom no-repeat;
    background-size: 100%;
   */
    /*padding-left: 2.8%;
    padding-right: 7px;*/
    height: 80%;
    /*margin-right: 1px;*/
    box-shadow: 0 0 18px -6px;
    /*padding-left: 4px;*/
}

.inside-pages-content-sub-bg {
    background-image: url('../images/video-preview-1.jpg');
    background-repeat: no-repeat;
    background-size: 100% 50%;
    background-position: bottom;
    background-origin: content-box;
}

.content-bg {
    background-image: url('../images/video-preview-1.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.content-section-1-p {
    width: 100%;
    color: #000;
    /*font-family: Arial Greek;*/
    padding: 2rem 2rem 2rem 1.5rem;
    margin-bottom: 30px;
    /*margin-left: 25px;*/
    overflow: auto;
    height: 45vh;
    direction: rtl;
}

.content-section-1-title {
    text-align: center;
    font-size: 26px;
    /*   font-family: Arial Greek;*/
    width: 100%;
    color: #4d270b;
    padding-top: 0px;
    padding-bottom: 0px
}

.content-section-1-content {
    text-align: left;
    font-size: 22px;
    color: #000;
    direction: ltr;
    letter-spacing: -1px;
}

    .content-section-1-content a {
        text-align: left;
        font-size: 22px;
        color: #845f43;
        text-decoration: underline;
    }

        .content-section-1-content a:hover {
            text-align: left;
            /*            font-size: 22px;*/
            color: #845f43;
        }

.rtl {
    direction: rtl;
}

.btn-style-1 {
    background-color: #f0e8cb;
    padding: 5px 7px 5px 7px;
    font-size: 14px;
}

.contactus-dar {
    font-size: 16px;
    text-align: right;
    color: #4d270b;
    margin: 0px;
}

.contactus-link {
    font-size: 16px;
    text-decoration: underline;
    text-align: right;
    padding-right: 1rem;
    color: #4d270b;
    margin: 0px;
}

    .contactus-link a {
        font-size: 16px;
        text-decoration: underline;
        text-align: right;
        padding-right: 1rem;
        color: #4d270b;
        margin: 0px;
    }


        .contactus-link a:hover {
            font-size: 16px;
            text-decoration: underline;
            text-align: right;
            padding-right: 1rem;
            color: #4d270b;
            margin: 0px;
        }


.col-w-1 {
    width: 1%;
}

.col-w-3 {
    width: 3%;
}

.col-w-5 {
    width: 5%;
}

.col-w-6 {
    width: 6%;
}

.col-w-7 {
    width: 7%;
}

.col-w-9 {
    width: 9%;
}

.col-w-10 {
    width: 10%;
}

.col-w-20 {
    width: 20%;
}

.col-w-40 {
    width: 40%;
}

.col-w-64 {
    width: 64%;
}

.col-w-68 {
    width: 68%;
}

.col-w-77 {
    width: 77%;
}

.col-w-87 {
    width: 87%;
}

.col-w-88 {
    width: 88%;
}

.col-w-94 {
    width: 94%;
}

.w-60 {
    width: 60%;
}

.mt-inside-pages-logo {
    margin-top: 2.7rem !important;
}

/***************************************************** HOME PAGE STYLES **************************************************************/
.close-menu {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 30px;
    z-index: 999;
}

.inner-logo-holder {
    display: none;
}

.inner-logo {
    width: 110px;
}

#home-page {
    width: 100%;
    height: 100%;
    padding: 40px 40px 0 40px;
    display: flex;
    justify-content: center;
    overflow: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    #home-page::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

    #home-page .homepage-content-bg {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 100%;
        height: fit-content;
        overflow-y: hidden;
        position: relative;
    }

    #home-page .logo-holder {
        text-align: center;
        min-width: 150px;
        width: calc(10vw + 15vh);
        /*max-width: 250px;*/
        margin-top: 300px;
        /*margin-bottom: 80px;*/
    }
    /*#home-page .logo-holder img{
            margin-left:10px;
        }*/

    #home-page #home-menu {
        max-width: 80%;
        margin-top: 80px;
        /*position:absolute;*/
        bottom: 30px;
    }

    #home-page .top-menu-container {
        position: absolute;
        right: 30px;
        top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: 100px;
    }

        #home-page .top-menu-container img {
            width: 100px;
            max-width: none;
            margin-bottom: 6px;
        }

.menu-item {
    width: 10%;
    min-width: 140px;
    /*max-width: 175px;*/
}

    .menu-item:first-child,
    .menu-item:nth-last-child(2) {
        /*margin-right: 20px;*/
    }

/*body#HP {
        height: 100%;
        margin: 0px;
        padding: 0px
    }

#HP .row.menu {
    padding-left: 50px;
    padding-right: 50px
}

#HP .menu > div {
    padding-right: 0px;
    padding-left: 0px;
}

    #HP .menu > div:first-child {*/
/*attet*/
/*padding-right: 40px;*/
/*margin-right: 40px;
    }

    #HP .menu > div:last-child {*/
/*attet*/
/*padding-left: 40px;*/
/*margin-left: 40px;
    }
#HP .rows-holder {
    height: 100%;
    overflow-y: scroll;
    box-sizing: content-box;
}

#HP .imgLogo {
    width: 100%;
    min-width: 140px;
    max-width: 300px;
}*/

/*#HP .topIcons,*/
#subpage .topIcons {
    width: 100%;
    max-width: 100px
}

/*#HP .container-fluid {
    height: 100%;
    margin: 0px;
    padding: 0px
}

#HP .container {
    height: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1680px !important;
}

#HP .homepage-content-bg {
    height: 100%;
    margin-left: 0px;
    margin-right: 0px
}

#HP .row.first {*/
/*height: 30%;*/
/*position: absolute;
    right: 50px;
    top: 30px;
}

    #HP .row.first .col-md-12 {
        text-align: right;
        padding-top: 20px;
        padding-right: 30px
    }

#HP .lang-img {
    margin-bottom: 5px;
}

#HP .row.second {
    height: 100%;
    padding-top:10%;
    flex-direction: column;
    overflow-y: scroll;
    overflow-x: hidden;
}


    #HP .row.second::-webkit-scrollbar {
        display: none;*/ /* Safari and Chrome */
/*}

    #HP .row.second > div {
        display: flex;
        height: 100%;
    }

        #HP .row.second > div > div {
            width: 100%;
            display: inline-block;
            align-self: flex-end;
            padding-bottom: 100px;
            padding-top: 100px;
        }

#HP .menu-wrapper {
    padding-top: 100px;
}*/


#header {
    height: 7%;
    /*height: auto;*/
}

    #header a:hover {
        color: transparent;
        /*max-width: 50px;*/
    }

    #header .cart-icon {
        margin: 0 10px;
    }

        #header .cart-icon span {
            color: var(--dark-red);
        }

    #header .header-wrapper {
        /* text-align: right; */
        padding-bottom: 0px;
        display: flex;
        flex-direction: row-reverse;
        height: 100%;
        align-items: center;
        justify-content: space-between;
    }

        #header .header-wrapper .mini-menu {
            /*width: 100%;*/
            /*  display: inline-block;
            align-self: flex-end;*/
        }

.lang-switcher {
    width: 100%;
    max-width: 85px;
    vertical-align: bottom;
    margin-bottom: 6px;
    cursor: pointer;
    margin-bottom: 0;
}

#header #Burger {
    cursor: pointer;
    display: none;
}

#Footer {
    height: 7%;
}

    #Footer .inner {
        padding-top: 0px;
        display: flex;
    }

        #Footer .inner > div {
            width: 100%;
            display: inline-block;
            align-self: flex-start;
            height: 100%
        }

            #Footer .inner > div > .row {
                height: 100%
            }

                #Footer .inner > div > .row > .col-10 {
                    height: 100%
                }

                #Footer .inner > div > .row > .col10 > .menuArrow > .col-md-6:first-child {
                    text-align: left
                }

                    #Footer .inner > div > .row > .col10 > .menuArrow > .col-md-6:first-child img {
                        margin-left: 5px
                    }

                #Footer .inner > div > .row > .col10 > .menuArrow .menuArrow {
                    text-align: right;
                }

                    #Footer .inner > div > .row > .col10 > .menuArrow .menuArrow img {
                        margin-right: 10px
                    }

                #Footer .inner > div > .row > .col88 {
                    height: 100%;
                    /*padding-left: 20px;*/
                }

                    #Footer .inner > div > .row > .col88 > .row {
                        margin: 0px;
                        padding: 0px;
                        margin-top: 5px
                    }

    #Footer .links-holder {
        height: 100%;
        text-align: left;
        margin: 0px;
        padding: 0px;
    }

    #Footer .policy-holder {
        height: 100%;
        text-align: right;
        margin: 0px;
        padding: 0px;
    }


.responsive-menu {
    left: 0;
    background-color: white;
    position: fixed;
    width: 200px;
    z-index: 999;
    height: 94vh;
    top: 8vh;
    transition: all 0.5s ease-in-out;
    /* left: -300px; */
    display: flex;
    flex-direction: column;
    text-align: center;
    transform: translateX(100);
}


.aboutUsContentImageBackground {
    height: 100%;
    width: 100%;
    /* background-image: url(../images/content-aboutus.png);
    background-repeat: no-repeat;
    background-size: 100% 50%;
    background-position: left bottom, right bottom;*/
}

    .aboutUsContentImageBackground .lvl-0 {
        display: flex;
        width: 100%;
        height: 100%;
    }

    .aboutUsContentImageBackground .lvl-1 {
        width: 100%;
        display: inline-block;
        align-self: flex-end;
    }

    .aboutUsContentImageBackground .lvl-2 {
        height: 50%;
        width: 100%;
    }



#herStory {
    display: block
}

    #herStory .inner,
    #hisStory .inner {
        height: 100%;
        overflow-y: scroll;
        width: 60%;
        text-align: left;
        padding: 68px 70px;
        position: absolute;
        z-index: 100
    }

#thePeopleMain .inner {
    /*height: 100%;
    overflow-y: scroll;*/
    /*width: 60%;*/
    /*text-align: left;
    padding: 68px 70px;
    position: absolute;
    z-index: 100*/
}


#thePeopleMain .inner,
.Events .inner {
    height: 100%;
    overflow-y: scroll;
    width: 60%;
    text-align: left;
    padding: 68px 70px;
    position: absolute;
    z-index: 100
}



#thePeopleMain .imageHolder,
.Events .imageHolder {
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    text-align: right
}

.hisStoryNav,
.herStoryNav {
    position: relative;
}

    .hisStoryNav:hover::before,
    .herStoryNav:hover::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background: rgba(0,0,0,0.3);*/
    }

#herStory .imageHolder {
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    text-align: right
}

#herStory .BackgroundRightImageContainer {
    height: 100%;
}

    #herStory .BackgroundRightImageContainer img {
        max-width: 100%;
    }

#herStory .next {
    text-align: right !important
}

    #herStory .next img {
        margin-right: 10px;
        width: 50px;
        cursor: pointer
    }


#hisStory .BackgroundRightImageContainer {
    height: 100%;
}

#hisStory .imageHolder {
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    text-align: right
}

#hisStory .content-text {
    margin-top: 50px;
    font-size: 18px
}

#hisStory .row.Gallery {
    /*direction:initial;*/
    flex-direction: row-reverse;
}

#hisStory .prev {
    text-align: left !important;
    float: left
}

    #hisStory .prev img {
        margin-left: 10px;
        width: 50px;
        cursor: pointer
    }

#hisStory .next {
    text-align: left !important;
    float: right
}

    #hisStory .next img {
        margin-right: 10px;
        width: 50px;
        cursor: pointer
    }

#hisGalleryStory .inner {
    height: 100%;
    overflow-y: scroll;
    width: 100%;
    text-align: left;
    padding: 20px;
    position: absolute;
}

#hisGalleryStory .container {
    height: 100%;
    direction: ltr
}

#hisGalleryStory .Gallery {
    height: 94%;
}

#hisGalleryStory .Item {
    height: 100%;
    padding: 10px;
}

    #hisGalleryStory .Item .Section1 > div {
        height: 100%;
        text-align: center
    }

    #hisGalleryStory .Item .Section2 > div {
        height: 100%;
        padding-top: 20px
    }

#hisGalleryStory .navigation {
    height: 6%;
}

#hisGalleryStory .lvl-1 {
    height: 100%;
}

#hisGalleryStory .lvl-2 {
    text-align: left !important;
}

    #hisGalleryStory .lvl-2 img {
        margin-left: 10px;
        width: 50px;
        cursor: pointer
    }

#hisGalleryStory .text-center {
    text-align: center !important;
}

.shoppingCartNotification {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /*background-color: transparent;*/
    background-color: rgb(0,0,0,0.3);
    display: inline-table;
}

    .shoppingCartNotification .content {
        z-index: 1000;
        text-align: center;
        vertical-align: middle;
        margin: auto;
        height: 100%;
        width: 100%;
        display: table-cell;
    }

    .shoppingCartNotification .actionImageButton {
        /*height: 33px;*/
        font-size: 14px;
        width: 155px;
        border-radius: 5px;
    }

    .shoppingCartNotification #divNotificationMessageClose {
        width: 450px;
        display: inline-block;
        position: absolute;
        z-index: 100;
        text-align: right;
        padding-top: 20px;
        padding-right: 20px;
        display: inline-block;
    }

    .shoppingCartNotification #divNotificationMessageContainer {
        border-radius: 50px;
        width: 500px;
        /*background: rgb(85, 85, 85,0.8);*/
        background-image: url('../images/bg-wall.jpg');
        background-size: contain;
        color: #000;
        display: inline-block;
        padding: 50px;
        /*opacity: .9;*/
    }

        .shoppingCartNotification #divNotificationMessageContainer .added-to-cart-msg,
        .shoppingCartNotification #divShopcartnotadded,
        .shoppingCartNotification #divNotificationMessage :not(.actionImageButton) {
            font-size: 20px;
        }

.cart-holder {
    position: relative;
    letter-spacing: 1px;
}

    .cart-holder .loader {
        z-index: 999;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

body.lang-en .content-section-1-content {
    letter-spacing: 1px;
}

.cart-table {
    border-collapse: separate !important;
    border-spacing: 0 2px;
    width: 100%;
}

    .cart-table .header {
        color: #fff;
        font-size: 16px;
        padding-bottom: 10px;
        text-align: center;
    }

        .cart-table .header th {
            padding: 5px 10px 5px 10px;
            border-right: 0.001em solid white;
        }

    .cart-table tbody tr * {
        font-size: 16px;
        color: #000;
        text-align: center;
        font-weight: 200;
    }

    .cart-table tbody tr td:first-child {
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        border-right: 0.001em solid white !important;
    }

    .cart-table tbody tr td:last-child {
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        text-align: center;
        vertical-align: middle;
    }

    .cart-table tbody td {
        text-align: center;
        vertical-align: middle;
        height: 50px;
        padding: 5px 8px 5px 8px;
        border-right: 0.001em solid white !important;
        /*background: #dcdcdc;*/
        color: var(--dark-red);
    }

        .cart-table tbody td a {
            color: var(--dark-red);
        }

    .cart-table .decrement-quantity,
    .cart-table .increment-quantity {
        cursor: pointer;
        font-size: 1.5rem;
        margin: 0 5px;
    }

    .cart-table .RemoveLink {
    }

.cart-actions > div {
    font-size: 1.3rem;
    padding: 15px 5px;
    text-align: center;
    background-color: #333;
    color: white;
    width: 100%;
    margin-bottom: 10px;
}

    .cart-actions > div:hover {
        cursor: pointer;
    }

#cart-title {
    color: var(--dark-red);
    text-transform: uppercase;
}

.red-link {
    /*text-decoration: none;*/
    font-size: 22px;
    color: #845f43
}

    .red-link:hover {
        /*color:black;*/
        background-color: transparent !important;
        background: none;
        /*text-decoration:none;*/
    }

.cart-prev-next a {
    color: var(--dark-red);
    font-size: 20px;
}

    .cart-prev-next a:hover {
    }

#order-shipping-address-form .row {
    margin-bottom: 10px;
}

#order-content-holder .content-section-1-content {
    font-size: 17px;
}

.order-summary .content-section-1-content {
    color: var(--dark-red) !important;
}

    .order-summary .content-section-1-content span {
        color: #000 !important;
        font-size: 18px;
    }

.order-summary #payment-method {
    border: 1px #845f43 solid;
    background: none;
    color: #000;
}

.red-texture-bg {
    background: url('../images/red-bg-pattern.png');
    background-repeat: repeat;
    color: white !important;
}

.beige-bg {
    background: rgba(224, 220, 200, 0.8) !important;
}

.no-cart a {
    font-size: 20px;
    border-radius: 5px;
    padding: 5px 15px;
}
/*#the-books-page .inside-pages-content,*/
#cart-page .inside-pages-content {
    /*background-image: url('../images/Shadow-Middle-Equal-Edges.png');*/
    padding-bottom: 20px;
}

.input-validation-error {
    border: 1px solid red;
}
/*.bottom-gradient,*/
.content.has-bottom-shadow:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 999;
    /*background: linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,0.2));*/
    background-image: url('../images/pages/gradiant.png');
}
/***************************************************** FLIPBOOK STYLES **************************************************************/

.flipbook-viewport {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

    .flipbook-viewport .container {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: auto;
    }

    .flipbook-viewport .flipbook {
        /*width:800px;
	height:533px;
	left:-461px;
	top:-300px;*/
        width: 800px;
        height: 533px;
        /* left: -461px; */
        /* position: absolute; */
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%) !important;
    }

    .flipbook-viewport .page {
        width: 800px;
        height: 533px;
        background-color: white;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

.flipbook .page {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 20px rgba(0,0,0,0.2);
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.flipbook-viewport .page img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
}

.flipbook-viewport .shadow {
    -webkit-transition: -webkit-box-shadow 0.5s;
    -moz-transition: -moz-box-shadow 0.5s;
    -o-transition: -webkit-box-shadow 0.5s;
    -ms-transition: -ms-box-shadow 0.5s;
    -webkit-box-shadow: 0 0 20px #ccc;
    -moz-box-shadow: 0 0 20px #ccc;
    -o-box-shadow: 0 0 20px #ccc;
    -ms-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;
}

.flipbook-viewport .close-icon {
    position: absolute;
    background: none;
    right: 20px;
    top: 20px;
    z-index: 999;
    border: none;
    color: white;
    font-size: 25px;
}


.flipbook-holder {
    position: fixed;
    z-index: 9999;
    display: block;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgb(0,0,0,0.5);
}

.flipbook-viewport {
    /*							width: 800px;
		height: 533px;*/
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

    .flipbook-viewport .next-button,
    .flipbook-viewport .previous-button {
        background-color: red;
        width: 22px;
        height: 100%;
        position: absolute;
        top: 0;
    }

    .flipbook-viewport .next-button {
        right: -22px;
        -webkit-border-radius: 0 15px 15px 0;
        -moz-border-radius: 0 15px 15px 0;
        -ms-border-radius: 0 15px 15px 0;
        -o-border-radius: 0 15px 15px 0;
        border-radius: 0 15px 15px 0;
    }

    .flipbook-viewport .previous-button {
        left: -22px;
        -webkit-border-radius: 15px 0 0 15px;
        -moz-border-radius: 15px 0 0 15px;
        -ms-border-radius: 15px 0 0 15px;
        -o-border-radius: 15px 0 0 15px;
        border-radius: 15px 0 0 15px;
    }

    .flipbook-viewport .previous-button-hover,
    .flipbook-viewport .next-button-hover {
        background-color: rgba(0,0,0, 0.2);
    }

    .flipbook-viewport .previous-button-hover,
    .flipbook-viewport .previous-button-down {
        background-image: url(../pics/arrows.html);
        background-position: -4px 284px;
        background-repeat: no-repeat;
    }

    .flipbook-viewport .previous-button-down,
    .flipbook-viewport .next-button-down {
        background-color: rgba(0,0,0, 0.4);
    }

    .flipbook-viewport .next-button-hover,
    .flipbook-viewport .next-button-down {
        background-image: url(../pics/arrows.html);
        background-position: -38px 284px;
        background-repeat: no-repeat;
    }

    .flipbook-viewport .zoom-in .next-button,
    .flipbook-viewport .zoom-in .previous-button {
        display: none;
    }

label.required::after {
    content: '*';
    color: #dc3545;
}


.art-headings span,
.art-headings select,
.art-headings a,
.art-sizes,
.art-print-media {
    background-color: #f3ede3;
    color: black;
    text-align: center;
    margin-bottom: 15px;
    padding: 5px 10px;
}

.arts-holder {
    height: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .arts-holder > .row {
        height: 100%;
        align-items: center;
    }

    .arts-holder::-webkit-scrollbar {
        width: 0; /* Hide scrollbar width */
        height: 0; /* Hide scrollbar height */
    }

.arts-detail-holder {
    height: auto !important;
}

    .arts-detail-holder > .row {
        align-items: start;
    }

.arts-header-holder {
    /*height:15%;*/
    min-height: 120px;
}

.art-headings span,
.art-headings select {
    margin-bottom: 0;
    display: block;
    line-height: 30px;
}

.art-headings select {
    border: none;
    color: #512d0d;
}

.art-headings {
    display: flex;
    font-size: 20px;
    margin-bottom: 0;
}

    .art-headings:nth-child(2) {
        color: #512d0d;
        text-decoration: none;
    }

        .art-headings:nth-child(2) a {
            text-decoration: none;
            color: #512d0d;
        }

    .art-headings:nth-child(3n) span {
        width: 200px;
    }

.art-photographer {
    font-size: 18px;
}

.art-top {
    height: 20%;
}

.art-bottom {
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.art-index-container {
    height: auto;
    /*min-height:100vh;*/
    /*height:100%;*/
}

    .art-index-container p {
        margin-top: 0;
        margin-bottom: 0 !important;
        text-align: justify;
    }

    .art-index-container .body {
        margin-bottom: 30px;
    }

    .art-index-container .go-to-shop a {
        text-transform: uppercase;
        text-decoration: underline;
        color: var(--dark-red);
        font-size: 22px;
    }

.art-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    margin-bottom: 30px;
}
    /*first col*/
    .art-item:nth-child(3n +1) {
    }
    /*second col*/
    .art-item:nth-child(3n +2) {
    }
    /*third col*/
    .art-item:nth-child(3n) {
    }

    .art-item:hover {
        text-decoration: none;
    }

.art-image-holder,
.art-detail-image-holder {
    box-shadow: 22px 10px 12px -10px grey;
}

.art-image-holder {
    /*height: 200px;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .art-image-holder.portrait {
        aspect-ratio: 9/16;
    }

    .art-image-holder.landscape {
        aspect-ratio: 16/9;
    }

.art-sizes, .art-print-media {
    width: 150px;
}

    .art-print-media select {
        background: none;
        border: none;
    }

.art-description {
    font-size: 20px;
    text-align: justify;
}

.art-poster-caption {
    text-align: center;
    font-size: 16px;
}

.art-add-to-cart-holder {
    /*width: 180px;*/
}

    .art-add-to-cart-holder > * {
        margin-inline: 3px;
    }

    .art-add-to-cart-holder span {
        font-size: 20px;
        cursor: pointer;
    }

    .art-add-to-cart-holder input {
        width: 30px;
    }

    .art-add-to-cart-holder button {
        width: auto;
        font-size: 12px;
        border-radius: 0 !important;
        font-weight: 300;
    }

.art-price {
    font-size: 16px !important;
}

.left-menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .left-menu-item img {
        margin-bottom: -5px;
    }

.left-menu-separator {
    margin-bottom: 30px !important;
}

#arts-detail-page .DynamicWidth.col94,
#arts-page .DynamicWidth.col94 {
    display: flex;
    flex-direction: column;
}

    #arts-page .DynamicWidth.col94 .col-md-12.main > .wrapper .shadow-top,
    #arts-detail-page .DynamicWidth.col94 .col-md-12.main > .wrapper .shadow-top {
        height: 13px;
    }

    #arts-page .DynamicWidth.col94 .col-md-12.main > .wrapper .shadow-bottom,
    #arts-detail-page .DynamicWidth.col94 .col-md-12.main > .wrapper .shadow-bottom {
        height: 13px;
    }


.arts-intro-image img {
}

.arts-intro-image {
    margin-bottom: 50px;
}

.arts-intro {
    padding-inline: 30px;
}

    .arts-intro h2 {
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .arts-intro p {
        text-indent: 15px;
        text-align: justify;
    }

.art-shop-container .content-section-1-title {
    text-align: start;
}

.art-shop-container * {
    direction: ltr;
}

.art-shop-container select {
    color: #4d270b;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: start;
    font-size: 26px;
    background: none;
    border: none;
}

.art-shop-container img {
    width: 100%;
}

.art-shop-container ul {
    padding-inline-start: 20px;
}

.art-shop-container li {
    list-style: none;
}

.art-shop-container a {
    color: black;
    font-size: 21px;
    text-decoration: underline;
}

.art-items-slider {
    position: relative;
    width: 100%;
}

    .art-items-slider .slick-track {
        display: flex;
        align-items: center;
        padding-bottom: 5px;
    }

    .art-items-slider .slide {
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        transition: transform .3s ease;
        margin-inline: 15px;
        box-shadow: 2px 5px 10px;
    }

    .art-items-slider .slide {
        /*width: 300px;
            height: 201px;*/
        width: 30vw;
        aspect-ratio: 3/2;
    }
        /*  .art-items-slider .slide.landscape {
            width: 300px;
            height: 225px
        }*/
        .art-items-slider .slide a {
            display: block;
            width: 100%;
            height: 100%;
        }

        .art-items-slider .slide:hover {
         /*   transform: scale(1.2);
            z-index: 2;*/
        }

        .art-items-slider .slide img {
            width: 100%;
            opacity: 0;
        }
    /**/
    .art-items-slider .slick-arrow {
        position: absolute;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
        color: transparent;
        cursor: pointer;
        background: none;
        border: none;
        width: 30px;
        transition: transform 0.3s ease;
    }

        .art-items-slider .slick-arrow:hover {
            border: none;
            outline: none;
            transform: translateY(-50%) scale(1.3);
        }

        .art-items-slider .slick-arrow:focus {
            border: none;
            outline: none;
        }

    .art-items-slider.arabic .slick-arrow {
        transform: rotate(180deg);
    }

    .art-items-slider .slick-prev {
        left: 0;
    }

    .art-items-slider.arabic .slick-prev {
        left: auto;
        right: 0;
    }

    .art-items-slider .slick-next {
        right: 0;
    }

    .art-items-slider.arabic .slick-next {
        right: auto;
        left: 0;
    }
