/* =================================== */


/* =========== framed home ========== */


/* =================================== */

.boxed-frame h1 {
    left: 0;
    margin: 0;
    padding: 12px 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    pointer-events: auto;
    font-size: 0;
}

.boxed-frame .copyrights {
    color: #5b5b5b;
    font-size: 12px;
    font-weight: 200;
    margin: 0;
    padding: 22px 88px;
}

.boxed-frame footer {
    bottom: 0;
    left: 0;
    pointer-events: auto;
    position: fixed;
    width: 100%;
}

.boxed-frame .frame-text {
    bottom: 45%;
    margin: auto;
    padding: 30px;
    pointer-events: auto;
    position: fixed;
    top: 45%;
    font-weight: bold;
    color: #1b1b1b;
}

.f-breadcrumb {
    padding: 12px;
    right: -10px;
    transform: rotate(90deg) translate(50%, 50%);
    transform-origin: 100% 50% 0;
}

.f-title {
    left: -11px !important;
    padding: 13px;
    transform: rotate(-90deg) translate(-50%, 50%);
    transform-origin: 0 50% 0;
}

.boxed-frame .social-icons {
    bottom: 20px;
    position: fixed;
    right: 98px;
}

.nicescroll-rails {
    z-index: 2147483647 !important;
}

.boxed-frame .menu-icon,
.nested-menu-trigger {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none !important;
    bottom: 11px;
    display: inline-block;
    left: 50%;
    margin: 5px 0;
    padding: 12px 15px;
    position: fixed;
    right: 0;
    transform: translateX(-50%);
}

.menu-icon {
    cursor: pointer;
    height: 24px;
    margin: 18px 11px;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out 0s;
    width: 45px;
}

.menu-icon span {
    margin: 0 !important;
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #333;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.menu-icon span:nth-child(1) {
    top: 0px;
}

.menu-icon span:nth-child(2),
.frame-menu-trigger span:nth-child(3) {
    top: 11px;
}

.menu-icon span:nth-child(4) {
    top: 22px;
}


/*aria-expanded    */

.menu-icon.open span:nth-child(1),
.menu-icon[aria-expanded=true] span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.menu-icon.open span:nth-child(2),
.menu-icon[aria-expanded=true] span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-icon.open span:nth-child(3),
.menu-icon[aria-expanded=true] span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-icon.open span:nth-child(4),
.menu-icon[aria-expanded=true] span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}


/* main menu */

.framed-menu {
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.framed-menu ul {
    display: table;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
}

.framed-menu li {
    float: left;
}

.framed-menu li a {
    color: #ffffff;
    font-family: "poppins";
    padding-right: 20px;
}

.framed-menu li.active a {
    color: #86daee;
}

.framed-menu li a:hover,
.framed-menu li a:focus {
    text-decoration: none;
    outline: 0 none;
}

.framed-menu li a:hover {
    color: #86daee;
}


/* nested menu */

.nested-menu-trigger.menu-icon {
    cursor: pointer;
    left: auto;
    margin: 14px 0;
    padding: 5px 10px;
    position: absolute;
    right: 70px !important;
    top: 0;
    transform: rotate(0deg) scale(0.8);
}

.nested-menu-trigger > span {
    background-color: rgb(255, 255, 255);
}

.nested-menu-trigger::before {
    background-color: rgb(85, 85, 85);
    content: "";
    display: table;
    height: calc(100% + 41px);
    left: -20px;
    position: absolute;
    top: -21px;
    width: calc(100% + 40px);
}

#creative-mega-menu > #main-menu {
    display: block !important;
    height: 100vh;
    padding: 80px;
    position: static !important;
    background-color: transparent !important;
}

#creative-mega-menu {
    background-color: rgb(29, 29, 29);
    height: 100vh;
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 100000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

#creative-mega-menu.menu-visible {
    pointer-events: auto;
    opacity: 1;
    z-index: 100;
}

#creative-mega-menu .main-menu-wrapper {
    left: auto;
    padding: 30px 80px;
    width: auto;
    height: 100%;
}

#creative-mega-menu .search-box {
    background-color: rgba(0, 0, 0, 0);
    display: block !important;
    margin-bottom: 80px;
    margin-left: 15px;
    padding: 0;
    position: static !important;
    width: calc(100% / 2);
}

#creative-mega-menu .search-box form {
    background-color: rgba(0, 0, 0, 0) !important;
}

#creative-mega-menu .search-box input[type="text"] {
    border-bottom-color: rgb(136, 136, 136);
    color: rgb(136, 136, 136);
    font-family: "open sans";
    font-size: 24px;
    font-weight: lighter !important;
}

#creative-mega-menu .search-box .submit-search {
    right: 5px;
    top: 12px;
}

#creative-mega-menu .cart-trigger {
    background-color: rgb(71, 161, 195);
    color: rgb(255, 255, 255);
    display: inline-block;
    line-height: 1.4;
    padding: 15px;
}

#creative-mega-menu .cart-trigger:hover,
#creative-mega-menu .cart-trigger:focus {
    outline: 0 none;
    text-decoration: none;
}

#creative-mega-menu .cart-trigger i::before {
    font-size: 18px;
    line-height: 1;
}


/* ========== */

.boxed-frame .social-icons a:hover,
.boxed-frame .social-icons a:focus {
    color: #5aaeca;
}

.mobile-footer {
    display: none;
}


/* Large desktops and laptops */

@media (min-width: 1200px) {}


/* Portrait tablets and medium desktops */

@media (min-width: 992px) {
    .boxed-frame {
        border: 60px solid #ffffff;
        box-sizing: border-box;
        height: 100vh;
        left: 0;
        pointer-events: none;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000000;
    }
    html,
    body.body-fullheight {
        position: relative;
        height: 100%;
    }
    body.body-fullheight {
        font-family: "open sans";
        padding: 60px;
    }
}


/* Portrait tablets and small desktops */

@media (max-width: 991px) {
    .fp-enabled #fancyPageScroll,
    .fp-section .main-banner {
        padding: 0 !important;
    }
    .fp-section {
        height: auto !important;
    }
    .fp-section.padded {
        padding-top: 50px !important;
    }
    .boxed-frame {
        background-color: #ffffff;
        display: table;
        height: 68px;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100000;
    }
    .boxed-frame-wrap {
        position: fixed;
        z-index: 10000000;
    }
    .boxed-frame h1 {
        padding: 14px 0;
    }
    .f-breadcrumb.frame-text {
        display: none;
    }
    .f-title.frame-text {
        bottom: auto;
        left: 0 !important;
        padding: 24px;
        top: 0;
        transform: none;
    }
    .boxed-frame .menu-icon {
        bottom: auto;
        left: auto;
        right: -10px;
        top: 15px;
    }
.mobile-footer {
  background-color: #222222;
  bottom: 0;
  display: table;
  left: 0;
  padding: 15px 15px 10px;
  position: static;
  top: auto;
  width: 100%;
}

    .mobile-footer * {
        color: #fff;
    }    
    
    .mobile-footer .social-icons a {
        padding: 8px 10px;
    }
    
    #fp-nav.right {
        display: none;
    }
    .mobile-footer .social-icons {
        clear: both;
        display: table;
        margin-left: -7px;
        width: 100%;
    }
    
    #creative-mega-menu .main-menu-wrapper {
    overflow-y:auto;
}
    
.framed-menu {
  display: table;
  margin-top: 30px;
  position: static;
  width: 100%;
}

.framed-menu ul {
  display: table;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}    
    
  
    .framed-menu li a {
        display: block;
        padding: 6px 15px 6px 0px;
        font-size: 12px;
    }
    
    
    .main-menu-wrapper .col-sm-3 {
  width: 100%;
}
    
    
}

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

@media (max-width: 767px) {
    .boxed-frame h1 {
        text-align: left;
    }
    .f-title.frame-text {
        display: none;
    }
    .boxed-frame .logo > a {
        margin-left: 15px;
    }
    #creative-mega-menu > #main-menu {
        overflow: scroll!important;
        height: 100vh !important;
        padding: 0 15px;
    }
  #creative-mega-menu .main-menu-wrapper {
  height: auto;
  padding: 90px 0 0;
}
    .framed-menu {
        display: none;
    }
    
    #creative-mega-menu .search-box {
        float: left !important;
        margin-bottom: 15px;
        margin-left: 15px;
        width: calc(100% - 65px);
    }
    #creative-mega-menu .search-box input[type="text"] {
        background-color: #111111;
        border: 0 none;
        font-size: 16px;
        padding: 14px;
    }
    #creative-mega-menu .search-box .submit-search {
        top: 13px;
    }
    .framed-menu li a {
        padding: 6px 15px;
    }
    
    #creative-mega-menu .main-menu-wrapper .row {
margin-right: 0 !important;        
}
    
}


/* Landscape phones and smaller */

@media (max-width: 480px) {}