<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --app-height: 100%;
}

@font-face {
    font-family: 'gothic';
    src: url('../fonts/gothic.eot');
    src: local('gothic'), url('../fonts/gothic.woff') format('woff'), url('../fonts/gothic.ttf') format('truetype');
}

.ss_html {
  scroll-behavior: smooth;
}

.clr {
    clear:both;
}

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

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

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

.float-left {
    float:left;
}

.float-right {
    float:right;
}

.width-full {
    width: 100%;
}

.min-width {
    min-width: 180px;
}

.pos_fixed, .fixed {
    position: fixed;
}

.pos_absolute, .absolute {
    position: absolute;
}

.pos_relative, .relative {
    position: relative;
}

body {
    background: #000000;
    font-family: "gothic", "Century Gothic", Arial, Helvetica, sans-serif;
}

.ovrflw_hd {
    overflow: hidden;
}

.lets_create_your_memories {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transition: tansform 0.3s ease;
    z-index: 5;
}

.lets_create_your_memories_c {
    position: relative;
}

.lcym_bg_svg_c {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
}

.lcym_bg_svg {
    position: relative;
}

.lets_create_your_memories_svg {
    width: 100%;
    height: 100%;
    position: relative;
}

.lets_create_your_memories_bg {
    position: absolute;
    background: #000000;
    left: 50%;
    top: 50%;
    width: 80%;
    height: 80%;
    transform: translateY(-50%) translateX(-50%);
}

.lets_create_your_memories_white_bg {
    position: absolute;
    background: #ffffff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.lets_create_your_memories_svg img {
    position: relative;
}

.scroll_down {
    position: absolute;
    font-size: 18px;
    bottom: 1%;
    width: 100%;
    text-align: center;
}

.scroll_down img {
    position: relative;
    animation: MoveUpDown 1s linear infinite;
}

@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(-10%);
  }
  50% {
    transform: translateY(-25%);
  }
}

.empty_scroll {
    height: 100vh;
    height: var(--app-height);
}

.empty_scroll_2 {
    height: 50vh;
}

/*Header*/
.header.hide {
    z-index: 0;
    opacity:0;
}

.header {
    width: 100%;
    padding: 24px 0;
    top: 0;
    left: 0;
    opacity:1;
    transition: opacity 0.3s ease;
    z-index: 3;
}

.header_bg, .inner_header_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity:0.53;
}

.header_bg {
    z-index: 3;
}

.inner_header_bg {
    z-index: 2;
}

.header_container {
    position: relative;
    z-index: 3;
}

.logo {
    
}

.logo img {
    width: 140px;
}

.mm_display, .cls_menu {
    display: none;
}

/*Main Menu*/
.main-menu {
    margin-left: 30px;
}

.main-menu ul {
    margin:0;
    padding:0;
}

.main-menu li {
    list-style:none;
    display:inline-block;
    margin-right:18px;
}

.main-menu li a {
    display:inline-block;
    position:relative;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

.main-menu li a:hover {
    text-decoration: none;
}

.main-menu li .link:after, .main-menu li .link.active:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.3s ease;
}

.main-menu li .link:hover:after, .main-menu li .link.active:after {
    width: 100%;
}

.transparent {
    background:none !important;
}

.transparent.btn-white:hover, .transparent.btn-white:active, .transparent.btn-white:focus {
    border: 1px solid #ffffff !important;
    background:#ffffff !important;
    color: #000000 !important;
    box-shadow:none;
}

.btn-white {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
}

.btn-black-hvr:hover, .btn-black-hvr:active, .btn-black-hvr:focus {
    background: #000000 !important;
    border: 1px solid #000000 !important;
    color: #ffffff !important;
    box-shadow:none;
}

.btn-white-bdr-hvr:hover, .btn-white-bdr-hvr:active, .btn-white-bdr-hvr:focus {
    border: 1px solid #ffffff !important;
    background: none !important;
    box-shadow:none !important;
}

.header-right a {
    font-weight: bold;
    font-size: 18px;
}

.social_icons {
    margin-right:9px;
}

.social_icons img {
    width: 30px;
}

/*Slideshow*/
.empty_scroll, .slideshow_scroll {
    position: relative;
}

.home .slideshow_scroll {
    height: 100vh;
    height: var(--app-height);
}

.empty_scroll {
    height: 100vh;
    height: var(--app-height);
}

.slideshow, .cd_slideshow {
    overflow: hidden;
    z-index: 0;
    width: 100%;
    top: 0;
}

.slideshow {
    height: 100vh;
    height: var(--app-height);
    transition: opacity 0.3s ease;
}

.banner_c {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 0;
    background: #000000;
}

.banner_img_hldr {
    opacity:0;
    width:100%;
}

.banner {
    position:absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    z-index: 0;
    opacity:0;
}

.banner_actv {
    z-index: 1;
}

.slideshow .banner {
    transition: transform 1s ease-in-out;
    transform: scale(1.5);
}

.slideshow .banner_actv {
    opacity:1;
    transform: scale(1);
}

/*.banner img {
    width: 100%;
    max-width: inherit !important;
    max-height: inherit !important;
}*/

.banner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}

/*Services*/
.fixed_scroll_c {
    position: relative;
}

.fixed_scroll_c .absolute, .fixed_scroll_c .fixed {
    top: 0;
    width: 100%;
}

.client-dairies .fixed_scroll_c .absolute {
    z-index: 0;
}

.fixed_scroll_c .absolute {
    z-index: -2;
}

.dummy_scroll_1, .dummy_scroll_2, .dummy_scroll_3 {
    height: 10vh;
}

.section_services {
    min-height: 100vh;
    min-height: var(--app-height);
    overflow: hidden;
    transition: opacity 0.3s ease;
}

.section_services .row {
    min-height: 100vh;
    min-height: var(--app-height);
}

.section_services .container {
    padding:24px 0;
}

.services_left {
    overflow: hidden;
    width: 80%;
    position: relative;
    right: -10%;
}

.services_img_c {
    position: relative;
    z-index: 1;
}

.services_img {
    position: relative;
    display: none;
    z-index: 0;
    opacity:0;
    right: -100%;
}

.services_img_actv {
    display: block;
    z-index: 1;
    opacity:1;
    animation: right 0.5s normal forwards ease-in-out;
}

@keyframes right {
    from {
        right: -100%;
    }
    to {
        right: 0;
    }
}

.services_img img {
    width: 100%;
    max-width: inherit !important;
    max-height: inherit !important;
}

.services_right {
    color: #ffffff;
    position: relative;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.services_right h1, .section_our_work h1, .section_clients h1 {
    font-size: 85px;
    font-weight: bold;
}

.services_right h2 {
    position: relative;
    font-size: 42px;
    display: inline-block;
}

.services_desc a {
    color: #fff;
    text-decoration: none;
}

.services_right_img {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity:0;
    z-index: -1;
    transition: opacity 0.3s ease;
}

.services_desc_actv .services_right_img {
    opacity:0.2;
}

.services_right_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}

.services_desc_actv h2:after, .services_desc h2:hover:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    animation: width 1s normal forwards ease-in-out;
}

@keyframes width {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

/*About*/
.section_about {
    background: #000000;
    color: #ffffff;
    padding-top:20px;
}

.section_about h1 {
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 20px;
}

.section_about p {
    font-size: 18px;
    text-align: justify;
    margin-bottom: 20px;
}

.section_about .bdr_white h2 {
    font-size: 38px;
    font-weight: bold;
}

.section_about .bdr_white span {
    font-size: 28px;
}

.section_about .bdr_white {
    padding: 10px 0;
    border: 2px solid #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

/*Work*/
.section_our_work {
    background: #000000;
    padding: 10px 0;
}

.section_our_work p {
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 30px;
}

.section_our_work .btn {
    color: #ffffff;
    font-weight: bold;
}

/*Clients*/
.section_clients {
    padding: 20px 0;
    background: #000000;
}

.section_clients h1, .section_our_work h1 {
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.clients_img {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100px;
    background: #ffffff;
    margin: 10px;
    border-radius:10px;
    transition: transform 0.2s ease-in-out;
    transform: scale(1);
}

.clients_img:hover {
    transform: scale(1.1);
}

.clients_img img {
    padding: 10px;
    max-width: 85%;
    max-height: 100px;
}

/*Instagram*/
.section_instagram {
    background: #000000;
    color: #ffffff;
    padding-top:20px;
}

.section_instagram h1 {
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 20px;
}

.instagram_img {
    margin-bottom: 20px;
}

.instagram_img img {
    max-width: 100%;
}

/*Contact*/
.btn-black {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}

.btn-white-hvr:hover, .btn-white-hvr:active, .btn-white-hvr:focus {
    background: #ffffff !important;
    border: 1px solid #000000 !important;
    color: #000000 !important;
    box-shadow:none;
}

.section_contact {
    color: #ffffff;
    padding:20px 0;
    font-size: 16px;
}

.section_contact h1 {
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 20px;
}

.form-control::placeholder {
    color: #ffffff;
}

.form-control:hover::placeholder, .form-control:active::placeholder, .form-control:focus::placeholder {
    color: #000000;
}

.section_contact input, .section_contact textarea {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    resize:none;
    transition: background 0.3s ease;
    border-radius:0;
}

.section_contact input:hover, .section_contact input:active, .section_contact input:focus, .section_contact textarea:hover, .section_contact textarea:active, .section_contact textarea:focus {
    background: #ffffff !important;
    border: 1px solid #000000 !important;
    color: #000000 !important;
    box-shadow:none;
}

.section_contact .btn-black {
    font-weight: bold;
}

.google_map {
    border: 2px solid #000000;
    width: 100%;
}

/*Footer*/
.section_footer {
    border-top: 1px solid #fff;
    background: #000000;
    font-size: 16px;
    color: #ffffff;
    padding: 20px 0;
    position: relative;
    z-index: 3;
}

.dd_by {
    text-align: center;
}

.section_footer a {
    color: #ffffff;
}

/*Client Diaries*/
.inner_scroll {
    overflow: hidden;
}

.home_bg {
    opacity: 0.7;
}

.home_inner_header {
    color: #ffffff;
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    text-align: center;
}

.home_inner_header .row {
    min-height: 100vh;
    min-height: var(--app-height);
    opacity: 0;
}

.inner_header {
    color: #ffffff;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 50px 0;
}

.inner_header h1 {
    font-size: 90px;
    font-weight: bold;
    line-height: 60px;
}

.inner_header h2 {
    font-size: 35px;
    margin: 20px 0px;
}

.inner_header a {
    font-weight: bold;
}

.bg_black {
    background: #000000;
}

.section_cd {
    position: relative;
    padding:0 10%;
    background: #000000;
}

.cd_inner-menu {
    padding:0 10%;
    left: 0;
    width: 100%;
    z-index: 2;
}

.inner-menu-c {
    padding: 24px 0;
}

.inner-menu {
}

.inner-menu ul, .inner-menu-ul ul {
    margin:0;
    padding:0;
}

.inner-menu li, .inner-menu-ul li {
    list-style:none;
    display:inline-block;
    margin-right:18px;
}

.inner-menu li a, .inner-menu-ul li a {
    display:inline-block;
    position:relative;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.inner-menu li a:hover, .inner-menu-ul li a:hover {
    text-decoration: none;
}

.inner-menu li .link:after, .inner-menu li .link.active:after, .inner-menu-ul li .link:after, .inner-menu-ul li .link.active:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.3s ease;
}

.inner-menu li .link.active:after, .inner-menu-ul li .link.active:after {
    width: 100%;
}

.cd_items_c {
    height: 100vh;
    height: var(--app-height);
    position: relative;
    overflow: hidden;
}

.cd_items {
    position: absolute;
    display: none;
    left: 0;
    width: 100%;
}

.cd_items.cd_active {
    display: block;
}

.cd_items.cd_scroll_hd {
    opacity:0 !important;
}

.cd_items .row {
    height: 100vh;
    height: var(--app-height);
}

.cd_left, .cd_right {
    
}

.cd_left {
    font-size: 18px;
    color: #ffffff;
}

.cd_left .date {
    font-weight: bold;
    padding-bottom: 20px;
    display: block;
}

.cd_left h1 {
    font-weight: bold;
    font-size: 38px;
    padding-bottom: 20px;
}

.cd_left p {
    margin: 0;
    padding-bottom: 20px;
}

.cd_left button {
    font-weight: bold;
}

.cd_right img {
    width: 100%;
    max-width: inherit !important;
    max-height: inherit !important;
}

.dummy_cd_scroll {
    height: 10vh;
    /*height: var(--app-height);*/
}

.cd_fixed .pos_absolute, .cd_fixed .pos_fixed {
    top: 0;
    left: 0;
    width: 100%;
}

.section_cd_view {
    background: #000000;
    height: 100vh;
    height: var(--app-height);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    display: none;
}

.hd_bdy_scrll {
    overflow: hidden;
}

/*body {
    overflow: hidden;
}*/


.section_cd_view .cd_inner-menu {
    background: #000000;
    position: fixed;
    top: 0;
    padding: 0;
}

.section_cd_view .inner-menu-c {
    padding: 24px 10%;
}

.cd_bottom {
    background: #000000;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 24px 0;
    font-size: 18px;
    text-align: center;
}

.cd_scrll {
    overflow: scroll;
    height: 100vh;
    height: var(--app-height);
}

/*Gallery*/

.gallery_catgs_indv:first-child {
    margin-top: 20px;
}

.gallery_catgs_indv {
    border: 1px solid #ffffff;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
}

.gallery_catgs_indv a {
    display: block;
    color: #ffffff;
}

.gallery_catgs_indv img {
    max-width: 100%;
    opacity:0.1;
    transition: opacity 0.3s ease;
}

.gallery_catgs_indv:hover img {
    opacity:1;
}

.gallery_catgs_indv h3 {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.gallery_catgs_indv:hover h3 {
    opacity:0.5;
}

.cd_gallery {
    /*column-count: 3;
    column-gap: 20px;
    margin: 0 20px;*/
    padding:0 20px;
}

.opacity_0 {
    /*opacity:0;*/
}

.cd_gallery img {
    width: 100% !important;
    height: auto !important;
    /*margin-bottom: 20px;*/
    opacity:0.5;
    transition: opacity 0.3s ease;
}

.cd_gallery img:hover {
    opacity:1;
}

.section_contact  {
    position: relative;
    z-index: 2;
}

.bdy_gallery .cd_inner-menu .main-menu {
    margin:0;
}

.bdy_gallery .cd_inner-menu .main-menu ul {
    margin:0;
    padding:0;
}

/*Packages*/
.section_packages {
    position: relative;
    overflow: hidden;
}

.section_packages h1 {
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 20px;
}

.bronze_star {
    background:#895c3b;
    color: #000000;
}
.silver_star {
    background:#d2d2d2;
    color: #000000;
}

.gold_star {
    background:#f7b63c;
    color: #000000;
}

.section_packages .col-md-4 {
    margin-bottom: 20px;
}

.packages_c {
    position: relative;
    height: 100%;
}

.bdr_packages {
    position: absolute;
    border: 1px solid #ffffff;
    border-radius:10px;
    height: 100%;
    width: 100%;
    padding: 10px;
    z-index: -1;
}

.packages_inner {
    padding: 20px;
    text-align: center;
}

.packages_inner h2 {
    border: 1px solid #ffffff;
    border-radius:10px 10px 0 0;
    padding: 10px 0;
    margin:-20px -20px 0 -20px;
}

.packages_inner a {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

.packages_inner ul {
    margin: 0;
    padding: 10px 0 0 0;
}

.packages_inner ul li {
    color: #ffffff;
    padding: 10px 0;
    list-style: none;
    border-bottom: 1px solid #ffffff;
}

.packages_inner ul li:last-child {
    border-bottom: 0;
}

/*Book Now*/
#contact_frm, #book_now_frm {
    border: 1px solid #ffffff;
    padding: 20px;
    border-radius:10px;
}

.bdr_btm {
    border-bottom: 1px solid #000000;
    padding-bottom: 50px;
}

.section_book_now label {
    font-weight: bold;
}

.section_book_now input, .section_book_now textarea, .section_book_now select {
    background: #3d3d3d;
    border: 1px solid #3d3d3d;
    color: #ffffff;
    resize:none;
    transition: background 0.3s ease;
    border-radius:0;
}

.section_book_now select.form-control:focus {
    box-shadow:none;
    border: 1px solid #000000;
}

.events_ind_c {
    color: #000000;
    background: #eee;
    padding-top: 10px;
    margin-top: 10px;
}

.events_ind_c input, .events_ind_c textarea, .events_ind_c select, .modal-dialog select {
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    resize:none;
    transition: background 0.3s ease;
    border-radius:0;
}

.section_book_now .btn-white {
    color: #ffffff;
}

#date_picker .modal-dialog {
    max-width: 300px;
    position:absolute;
    top:40% !important;
    transform: translate(-50%, -40%) !important;
    margin-left:50%;
}

#chk_t_c {
    opacity: 0; /* Hide the default checkbox */
    margin-left: -15px;
    left: 19px;
    position: relative;
    z-index: 1;
    top: -2px;
}

/* Style the artificial checkbox */
.chk_t_c_span {
    height: 15px;
    width: 15px;
    border: 1px solid grey;
    display: inline-block;
    position: relative;
}

/* Style its checked state...with a ticked icon */
#chk_t_c[type=checkbox]:checked + span:before {
    content: '\2714';
    position: absolute;
    top: -5px;
    left: 0;
}

/*Terms &amp; Conditions*/
.terms-and-conditions {
    color: #ffffff;
}

.terms-and-conditions ul, .book-now ul {
    padding-left: 15px;
}

.terms-and-conditions ul li, .book-now ul li {
    margin-bottom:10px;
    list-style:circle;
}

/*404*/
._404 {
    color: #ffffff;
}

.chk_t_c, .chk_t_c:hover {
    color: #ffffff;
}

/*Responsive*/

@media (min-width: 1200px) {
    body .logo_mnu_social_c {
        display:block !important;
    }
}

@media (min-width: 100px) and (max-width: 1199px) {
    .ovrflw_hd .header_container {
        z-index:4;
    }

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

    .mm_display {
        display:block;
    }

    .logo_mnu_social_c {
        display: none;
    }

    .logo_mnu_social {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #000000;
        top: 0;
        left: 0;
        overflow: hidden;
        z-index: 1;
        flex-direction: column;
        display: none;
    }

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

    .logo_mnu_social_c .main-menu-c {
        overflow: auto;
        width:100%;
    }

    .logo_mnu_social_c .main-menu {
        margin: 0 auto;
        width: 100%;
    }

    .opn_menu {
        margin-left: 20px;
    }

    .logo_mnu_social_c .cls_menu {
        position: absolute;
        right: 10px;
        color: #ffffff;
    }

    .logo_mnu_social_c .logo, .logo_mnu_social_c .header-right {
        padding: 20px 0;
        text-align: center;
    }

    .logo_mnu_social_c .main-menu li {
        display: block;
        text-align: center;
        margin: 20px 0;
    }

    .logo_mnu_social_c .social_icons {
        margin-top: 10px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .logo_mnu_social .btn-black-hvr:hover, .btn-black-hvr:active, .btn-black-hvr:focus {
        border: 1px solid #ffffff !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .snd_btn_c {
        flex:auto;
        max-width: 100%;
        margin:10px 0;
    }

    .snd_btn_c .float-right {
        float:none !important;
    }
}

@media (min-width: 100px) and (max-width: 991px) {
    .services_right h1, .inner_header h1 {
        font-size: 60px;
    }
    .section_rsp_contact .col-md-3, .section_rsp_contact .col-md-6 {
        max-width: 100%;
        flex: auto;
    }
    .sm-btn-left .float-right {
        float:left !important;
    }

    .sm-btn-left .btn-event-add {
        margin-right:10px;
    }

    .sm-btn-left .min-width {
        min-width:auto;
    }
}

@media (min-width: 100px) and (max-width: 1199px) {
    .services_right h1 {
        font-size: 50px;
    }
}

@media (min-width: 100px) and (max-width: 767px) {
    .section_clients h1, .section_our_work h1, .services_right h1, .inner_header h1 {
        font-size: 40px;
    }
    .services_right h2 {
        font-size: 35px;
    }
    .snd_btn_c {
        margin:10px 0;
    }
    .snd_btn_c .float-right {
        float:none !important;
    }
    .section_footer, .section_footer .text-right {
        text-align:center !important;
    }
    .dd_by {
        text-align:center;
    }

    .cd_mh_col {
        display:none;
    }

    .cd_txt_col {
        text-align:center;
    }

    .cd_img_col {
        position:absolute;
        opacity: 0.5;
        z-index:-1;
    }

    .hd_item {
        display:none;
    }
}

@media (min-width: 100px) and (max-width: 1199px) {
    .section_rsp_contact, .section_footer {
        font-size: 15px;
    }
}

@media (min-width: 100px) and (max-width: 575px) {
    .section_cd .cd_header_ph {
        height:20px !important;
    }

    .absolute .pos_absolute {
        display:none;
    }

    .cd_fixed .pos_absolute, .cd_fixed .pos_fixed {
        position:fixed;
        bottom:0;
        top: inherit !important;
    }
}

@media (min-width: 100px) and (max-width: 520px) {
    .cd_inner-menu .inner-menu-c, .cd_mnu .inner-menu-c, .gallery_mnu .inner-menu-c {
        flex-direction:column;
    }

    .cd_inner-menu .inner-menu-c .header-right, .cd_mnu .inner-menu-c .header-right, .gallery_mnu .inner-menu-c .header-right {
        margin-top: 20px;
    }

    .cd_mnu {
        background:#000000;
    }

    .main-menu li, .inner-menu li, .inner-menu-ul li {
        text-align:center;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }
}</pre></body></html>