@charset "utf-8";
@font-face {
    font-family: 'Noto';
    src: url("../../commons/fonts/NotoIKEALatin-Regular.ttf") format("truetype");
    src: url("../../commons/fonts/NotoIKEALatin-Regular.woff") format("woff");
    font-weight: normal;
}

@font-face {
    font-family: 'Noto';
    src: url("../../commons/fonts/NotoIKEALatin-Bold.ttf") format("truetype");
    src: url("../../commons/fonts/NotoIKEALatin-Bold.woff") format("woff");
    font-weight: bold;
}

@font-face {
    font-family: 'Noto';
    src: url("../../commons/fonts/NotoIKEALatin-Italic.ttf") format("truetype");
    src: url("../../commons/fonts/NotoIKEALatin-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Noto';
    src: url("../../commons/fonts/NotoIKEALatin-BoldItalic.ttf") format("truetype");
    src: url("../../commons/fonts/NotoIKEALatin-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}


/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/
*/

body {
    background: #fff url(/images/2014/bg/site.png) repeat;
    position: relative;
    font-family: Noto, Verdana, Arial, Helvetica, sans-serif;
    font-size: 3.5rem;
}

img,
object,
embed,
video {
    max-width: 100%;
}


/* IE 6 does not support max-width so default to width 100% */

.ie6 img {
    width: 100%;
}

a {
    text-decoration: none;
}

.noevent {
    pointer-events: none;
    text-decoration: none;
    color: #666 !important;
}


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		2;
	dw-num-cols-tablet:		4;
	dw-num-cols-desktop:	4;
	dw-gutter-percentage:	25;

	Inspiration from "Responsive Web Design" by Ethan Marcotte
	http://www.alistapart.com/articles/responsive-web-design

	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/


/* Mobile Layout: 480px and below. */

.desktop {
    display: none;
}

.mobile {
    display: block;
}

.verdana {
    font-family: Noto, Geneva, Arial, sans-serif;
    font-size: 3.2rem;
}

.bubblegum {
    font-family: Noto, Verdana, Arial, Helvetica, sans-serif;
}

.textshadow {
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 0px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff, 1px 3px 7px #000;
}

.cover {
    background-size: 100% auto !important;
}

.gridContainer {
    position: relative;
    margin: auto;
    width: 100%;
    border: 0px solid red;
}

.gridContainer {
    color: #592202;
    text-align: center;
}

.footer {
    position: relative;
    width: 100%;
    background: url(/images/2014/bg/footer.png) center repeat-x;
    background-size: cover;
    height: 100px;
}

.footer #copyright {
    display: none;
}

.footer #regno {
    display: none;
}

#copyright {
    text-align: right;
    margin: 2.5rem 20px 0px 0;
    padding: 0px;
    font-size: 1.2rem;
    color: #666;
    float: right;
}

#copyright a {
    color: #b31e20;
    text-decoration: none;
}

#copyright a:visited {
    color: #b31e20;
    text-decoration: none;
}

#copyright a:hover {
    text-decoration: underline;
    color: #8F181A;
}

.logos {
    font-size: 0;
}

.logos .ikea_logo {
    background: url(../../images/2014/topnav/ikea-logo.jpg) no-repeat;
    width: 15rem;
    height: 6rem;
    display: inline-block;
    position: relative;
    background-size: 100% auto;
    margin: 2rem 0px 2rem 20px;
}

.logos .kids_club {
    vertical-align: top;
    display: inline-block;
    position: relative;
    margin: 3.5rem 0 0 2rem;
}

.logos .kids_club:hover {
    color: inherit;
}

.logos .kids_club div {
    text-shadow: none;
}

.logos .kids_club .text {
    font-size: 2rem;
    font-weight: bold;
}

.header {
    position: relative;
}

.maintenance-banner {
    background-color: hsla(52, 100%, 50%, 1);
    display: flex;
    flex-direction: row;
    margin: auto;
    color: white;
    padding: 25px 0 10px 0;
    font-size: 12px;
    text-align: center;
    z-index: 99;
    width: 100%;
}

.maintenance-banner .copy {
    flex: 1 1 90%;
    color: hsla(345, 6%, 13%, 1);
    font-weight: bold;
}

.maintenance-banner .exit {
    display: flex;
    align-self: center;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-left: 30px;
    justify-content: flex-end;
    cursor: pointer;
}

.bahasa {
    flex-direction: row-reverse;
}

@media (min-width: 770px) {
    .maintenance-banner {
        justify-content: center;
    }
    .maintenance-banner .copy {
        max-width: 62% !important;
    }
    .bahasa {
        align-items: center;
        justify-content: center;
    }
    /* .bm {
        text-align: left;
    } */
}

@media (max-width: 768px) {
    .maintenance-banner {
        text-align: left;
    }

    .maintenance-banner .copy {
        padding-left: 10px;
    }

    .maintenance-banner .exit {
        margin: 0 20px;
        padding-bottom: 20px;
    }
    .maintenance-banner .exit svg {
        position: absolute;
        top: 3%;
    }
}

.maintenance-banner a {
    color: white;
    text-decoration: underline;
}

.verdana .bold {
    font-family: Noto, Verdana, Geneva, Arial, sans-serif;
    font-size: 3.2rem;
}


/*.topnav.mobile { position: relative; width:100%; background:url(/images/2014/topnav/bar-mobile-01.png) center repeat-x; margin-bottom:2rem; height:20rem; }*/

.topnav {
    position: relative;
    width: 100%;
    background: #E1EC2C;
    margin: 3rem 0;
    height: 12rem;
}

.topnav.mobile {
    text-align: left;
    z-index: 11;
    margin-top: 0;
}

.topnav.mobile img {
    width: 100%;
}

.topnav.mobile .smales_logo {
    position: relative;
    left: 50%;
    width: 15%;
    display: inline-block;
    top: 2rem;
    transform: translateX(-50%);
}

.topnav.mobile .smales_logo .back_btn {
    display: none;
}

.topnav.mobile .smales_logo.showdetails .back_btn {
    display: block;
}

.topnav.mobile .smales_logo.showdetails .home_btn {
    display: none;
}

.topnav.mobile .menu_btn {
    position: absolute;
    width: 10%;
    height: 100%;
    left: 3%;
    margin: auto;
    top: 40%;
    bottom: 0;
    cursor: pointer;
}

.topnav.mobile.inner .menu_btn {
    display: none;
}

.topnav.mobile .membership {
    display: inline-flex;
    position: absolute;
    width: auto;
    height: 100%;
    right: 3%;
    top: 34%;
    bottom: 0;
    text-decoration: none;
    color: #59340F;
    font-size: 17px;
}
.topnav.mobile .membership.bm {
    display: inline-flex;
    flex-direction: column;
    position: absolute;
    width: auto;
    height: 100%;
    right: 3%;
    top: 30%;
    bottom: 0;
    text-decoration: none;
    color: #59340F;
}

.topnav.mobile .membership a {
    color: #59340F;
}
.topnav.mobile .membership a:active {
    color: #59340F;
}
.topnav.mobile .membership.bm {
    font-size: 19px;
}

@media screen and (max-width: 1024px) {
    .topnav.mobile .membership {
        font-size: 22px;
    }
}
@media screen and (max-width: 601px) {
    .topnav.mobile .membership {
        font-size: 13px;
    }
    .topnav.mobile .membership.bm {
        font-size: 13px;
        top: 20%;
    }
}
@media screen and (max-width: 480px) {
    .topnav.mobile .membership {
        font-size: 12px;
    }
    .topnav {
        margin-bottom: 10rem;
        height: 13rem;
    }
    .topnav.mobile .membership.bm {
        font-size: 12px;
        top: 20%;
    }
}

.items.mobile {
    position: absolute;
    z-index: 10;
    background-color: #fffcf5;
    top: 11rem;
    width: 96%;
    text-align: left;
    font-size: 5rem;
    left: 4%;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    display: none;
}

.items.mobile .items_holder {
    margin: 10% 5%;
}

.items.mobile .item {
    margin: 2% 0;
    border-bottom: 1px dashed #d6c2b0;
}

.items.mobile .invisible_div {
    position: absolute;
    width: 90%;
    height: 5rem;
    cursor: pointer;
    background: url(/images/2014/topnav/menu-btn01.png) no-repeat;
    background-size: auto 60%;
    background-position: 100%;
}

.items.mobile .active .invisible_div {
    background: url(/images/2014/topnav/menu-btn02.png) no-repeat;
    background-size: 3.5% auto;
    background-position: 100%;
}

.items.mobile .item .arrow_up {
    display: none;
}

.items.mobile .item .subnavs {
    display: none;
}

.items.mobile .item .subnavs_holder {
    margin-left: 3rem;
}

.items.mobile .item .link {
    height: 10rem;
}

.items.mobile .item a {
    color: #7f3e03;
    line-height: 160%;
}

.items.mobile .item a:visited {
    color: #7f3e03;
}

.items.mobile .item a:hover {
    color: #401b17;
}

.items.mobile .item a.inbox {
    display: none;
}

.items.mobile .login_btn {
    margin-left: 5rem;
}

.items.mobile .langselector {
    margin-left: 5rem;
}

.items.mobile .login_link {
    color: inherit;
}

.footer .copyright {
    position: absolute;
    right: 5rem;
}

.cloud.a {
    position: absolute;
    background: url(/images/2014/bg/cloud01.png) no-repeat;
    width: 131px;
    height: 82px;
}

.cloud.b {
    position: absolute;
    background: url(/images/2014/bg/cloud02.png) no-repeat;
    width: 178px;
    height: 111px;
}

.cloud.c {
    position: absolute;
    background: url(/images/2014/bg/cloud03.png) no-repeat;
    width: 115px;
    height: 71px;
}

.cloud.d {
    position: absolute;
    background: url(/images/2014/bg/cloud04.png) no-repeat;
    width: 107px;
    height: 69px;
}

.airbornes {
    position: absolute;
    width: 100%;
    display: none;
}

.airbornes .airborne {
    position: absolute;
}


/*all content page*/

.clouds {
    width: 100%;
    overflow: hidden;
    position: absolute;
}

.page_title {
    background-repeat: no-repeat;
    background-size: cover;
    width: 90%;
    height: 8rem;
    position: relative;
    margin: 1rem auto 0 auto;
    font-size: 4rem;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 0px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff, 1px 3px 7px #000;
    border: 1px solid transparent;
}

.page_title p {
    margin-top: 1.8rem;
}

.page_desc {
    margin: 2rem auto;
    position: relative;
    width: 65%;
}

.divider {
    width: 90%;
    height: 3.5rem;
    margin: 1rem auto;
    position: relative;
}

.divider .left_ladybug {
    background: url(/images/2014/bg/bug-partition-left.png);
    width: 3.5rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100%;
}

.divider .right_ladybug {
    background: url(/images/2014/bg/bug-partition-right.png);
    width: 3.5rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 100%;
}

.divider .dashed_line {
    border-bottom: 1px dashed #59340f;
    width: 95%;
    height: 50%;
    margin: 0 auto;
}


/*.brown_outer_box { width: 90%; position: relative; margin: 1rem auto; }
.brown_outer_box .top { background: url(/images/2014/inbox/bar-default-top.png) no-repeat; height: 2.3rem; background-position: bottom; }
.brown_outer_box .middle { background: url(/images/2014/inbox/bar-default-body.png); overflow: hidden; height:auto; min-height:1.8rem; }
.brown_outer_box .bottom { background: url(/images/2014/inbox/bar-default-bottom.png) no-repeat; height: 2.3rem; background-position: top; }
.box_label { position: absolute; top: 0.1rem; width: 100%; cursor:pointer; text-align:left; }
.box_label .label_image, .box_label .label_title { position:relative; display:inline-block; vertical-align:middle; text-align:left; }
.box_label .label_image { position:relative; width:5%;  margin: 1% 0 0 2%; overflow:hidden; }
.box_label .label_image img { width:100%; }
.box_label .label_title { position:relative; left:2%; top:0.5rem; }
.box_btn { width: 7%; height: 6rem; background: url(/images/2014/button/circle.png); position: absolute; top: -0.3rem; right: 0; color: #529900; font-size: 3rem; background-size: cover; cursor: pointer; text-align:center; }
.box_btn p { font-family: monospace; font-size: 2.5rem; font-weight: bold; width: 100%; display: none; position:relative; top:-1rem; }*/

.brown_outer_box {
    width: 90%;
    position: relative;
    margin: 1rem auto;
}

.brown_outer_box .top {
    background: url(/images/2014/inbox/bar-default-top.png) no-repeat;
    height: 2.2rem;
    background-position: bottom;
}

.brown_outer_box .middle {
    background: url(/images/2014/inbox/bar-default-body.png);
    overflow: hidden;
    height: auto;
    min-height: 5.3rem;
}

.brown_outer_box .bottom {
    background: url(/images/2014/inbox/bar-default-bottom.png) no-repeat;
    height: 2.3rem;
    background-position: top;
}

.box_label {
    position: absolute;
    top: 0.1rem;
    width: 100%;
    cursor: pointer;
    text-align: left;
}

.box_label .label_image,
.box_label .label_title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.box_label .label_image {
    position: relative;
    width: 7%;
    margin: 1% 0 0 2%;
    overflow: hidden;
}

.box_label .label_image img {
    width: 100%;
}

.box_label .label_title {
    position: relative;
    left: 2%;
    top: 0.5rem;
}

.box_btn {
    width: 7%;
    height: 6rem;
    background: url(/images/2014/button/circle.png);
    position: absolute;
    top: -0.3rem;
    right: 0;
    color: #529900;
    font-size: 3rem;
    background-size: cover;
    cursor: pointer;
    text-align: center;
}

.box_btn p {
    font-family: monospace;
    font-size: 2.5rem;
    font-weight: bold;
    width: 100%;
    display: none;
    position: relative;
    top: -1rem;
}

.popup {
    color: #592202;
    display: none;
}

.layerdim {
    position: fixed;
    background-color: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.layerpop {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 50rem;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 480px) {
    body {
        font-size: 3rem;
    }
    .verdana {
        font-size: 2rem;
    }
    .verdana .bold {
        font-size: 2.5rem;
    }
    .topnav {
        height: 12rem;
        margin: 3rem 0 10rem;
    }
    .topnav.mobile .smales_logo {
        width: 14%;
        top: 30%

    }
    .topnav.mobile .menu_btn {
        top: 50%;
        width: 7.5%;
    }
    .footer {
        height: 190px;
    }
    .feature .label .label_more {
        top: 20.2rem;
        right: 1.7rem;
    }
    .airbornes {
        display: block;
    }
    .airbornes .airborne.balloon.red {
        top: 61rem;
        right: 0%;
    }
    .airbornes .airborne.balloon.green {
        top: 61rem;
        left: 0%;
    }
    .items.mobile .items_holder {
        margin: 5%;
    }
    .items.mobile {
        font-size: 3rem;
    }
    .items.mobile .item .link {
        height: 6rem;
    }
    .brown_outer_box .middle {
        min-height: 4rem;
    }
}

@media only screen and (min-width: 1000px) {
    body {
        font-size: 2.4rem;
    }
    .verdana {
        font-size: 1.6rem;
    }
    .verdana .bold {
        font-size: 2.2rem;
    }
    .logos {
        display: none;
    }
    .footer #copyright {
        width: 100%;
        text-align: center;
        position: absolute;
        margin: 20px 0px 0px 0px;
        padding: 0px;
        font-size: 1.5rem;
        color: #666;
        bottom: 0;
        height: 57px;
    }
    .footer #copyright a {
        color: #b31e20;
        text-decoration: none;
    }
    .footer #copyright a:visited {
        color: inherit;
        text-decoration: none;
    }
    .footer #copyright a:hover {
        text-decoration: underline;
        color: #8F181A;
    }
    .footer #regno {
        width: 100%;
        text-align: center;
        position: absolute;
        margin: 20px 0px 0px 0px;
        padding: 0px;
        font-size: 1.5rem;
        color: #666;
        bottom: 10px;
        display: block;
    }
}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1025px) {
    body {
        font-size: 1.5rem;
    }
    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }
    .verdana {
        font-size: 1.3rem;
    }
    .verdana .bold {
        font-size: 2rem;
    }
    .header {
        display: block;
        text-align: right;
        color: #401B17;
        font-size: 1.5rem;
        text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 0px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff, 1px 3px 7px #000;
        letter-spacing: 1px;
    }
    .header a {
        color: #401B17;
    }
    .header .item {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
    }
    .header.bm .text-wrapper {
        display: flex;
        align-items: center;
        position: relative;
        left: 16%;
        top: 5px;
    }
    .header.en .text-wrapper {
        display: flex;
        align-items: center;
        position: relative;
        left: 22%;
        top: 4px;
    }
    .header .item.login.en {
        background: url(/images/2024/topnav/member-login-en.png) no-repeat;
        background-size: cover;
        width: 180px;
        height: 55px;
        top: 10px;
    }
    .header .item.login.bm {
        background: url(/images/2024/topnav/member-login-bm.png) no-repeat;
        background-size: cover;
        width: 255px;
        height: 60px;
        top: 14px;
        font-size: 14.5px;
    }
    .header .item.login {
        background: url(/images/2014/topnav/member-login.png) no-repeat;
        width: 124px;
        height: 59px;
        top: 8px;
    }
    .header .item.inbox {
        background: url(/images/2014/topnav/inbox-smales.png) no-repeat;
        width: 181px;
        height: 55px;
        top: 10px;
    }
    .header .item.inbox p {
        position: relative;
        top: 6px;
        right: 12px;
    }
    .header .ikea_logo {
        background: url(../../images/2014/topnav/ikea-logo.jpg) no-repeat;
        width: 83px;
        height: 30px;
        top: 23px;
        margin: 0 0 0 16px;
        display: inline-block;
        position: relative;
    }
    .header .kids_club {
        top: 17px;
        right: 1rem;
        display: inline-block;
        position: relative;
    }
    .header .kids_club:hover {
        color: inherit;
    }
    .header .kids_club div {
        text-shadow: none;
    }
    .header .kids_club .text {
        font-size: 1.8rem;
        font-weight: bold;
    }
    .header .kids_club .text_small {
        font-size: 0.5em;
    }
    .header .item:hover,
    .header .item:hover a {
        background-position: bottom;
        color: #b31e20;
    }
    .header .item p {
        color: #000;
        font-weight: bold;
    }
    .header span {
        color: #000;
    }
    .header .item p:hover {
        color: #b31e20;;
    }
    .header .langselector {
        display: inline-block;
        overflow: hidden;
        position: relative;
        top: 35px;
        left: -24px;
    }
    .header .langselector div {
        display: inline-block;
        vertical-align: top;
    }
    .header .langselector .text {
        margin-right: 10px;
    }
    .header .langselector .text p {
        margin-top: 4px;
        text-shadow: none;
    }
    .header .langselector .lang {
        width: 35px;
        height: 18px;
        margin-top: 6px;
    }
    .header .langselector .lang.active {
        cursor: pointer;
    }
    .header .langselector .en {
        background: url(/images/2014/topnav/flag-en.jpg) no-repeat;
    }
    .header .langselector .bm {
        background: url(/images/2014/topnav/flag-bm.jpg) no-repeat;
    }
    .header .langselector .dashline {
        border-left: 1px dashed #592202;
        height: 35px;
        margin: 0 5px;
    }
    .airbornes {
        width: 100%;
        height: 100%;
    }
    .airbornes .airborne.balloon.green {
        top: 550px;
        left: -40px;
    }
    .airbornes .airborne.bird.purplel {
        top: 650px;
        left: -70px;
    }
    .airbornes .airborne.bird.pinkl {
        top: 680px;
        left: -35px;
    }
    .airbornes .airborne.balloon.red {
        top: 550px;
        right: -40px;
    }
    .airbornes .airborne.bird.greenr {
        top: 610px;
        right: 6px;
    }
    .airbornes .airborne.bird.pinkr {
        top: 650px;
        right: -15px;
    }
    .gridContainer {
        width: 1024px;
        /*left:50%;
		margin:0 0 0 -512px;*/
    }
    .footer {
        height: 398px;
    }
    /*all content pages*/
    .page_title {
        font-size: 1.8rem;
        background-repeat: no-repeat;
        width: 789px;
        height: 56px;
        font-weight: bold;
        padding-top: 3px
    }
    .page_title p {
        margin-top: 0.9rem;
    }
    .page_desc {
        font-size: 1.5rem;
        font-weight: bold;
    }
    .topnav {
        color: #401B17;
        background: url(../../images/2014/topnav/bar.png) no-repeat;
        width: 1033px;
        height: 98px;
        margin: auto;
        font-size: 0;
    }
    .topnav a {
        color: #401B17;
    }
    .topnav .item {
        position: relative;
        display: inline-block;
        margin-top: 30px;
        height: 43px;
        text-align: center;
        border-left: 1px dashed #2d6400;
        font-size: 14.46px;
        cursor: pointer;
        font-weight: bold;
    }
    .topnav .item:hover {
        color: #b31e20;
    }
    .topnav .item.current p {
        text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 0px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff, 1px 3px 7px #000;
        color: #b31e20;
    }
    .topnav .item.about {
        margin-left: 80px;
        border: 0px;
    }
    .topnav .item p {
        margin: 1.1rem 2.2rem 0 2.2rem;
    }
    .topnav .invisible_div {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .topnav .item {
        position: relative;
    }
    .topnav .item .subnavs {
        position: absolute;
        top: 43px;
        width: 100%;
        text-align: center;
        display: block;
        visibility: hidden;
        z-index: 10;
    }
    .topnav .item .subnavs a {
        display: block;
        text-decoration: none;
        padding: 5px 0;
        border-bottom: 1px dashed #d6c2b0;
    }
    .topnav .item .subnavs a:hover {
        color: #7f3e03;
    }
    .topnav .item .subnavs a:last-of-type {
        border: 0;
    }
    .topnav .item .subnavs .arrow_up {
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 8px solid #fffcf5;
        margin: 0 auto;
        position: relative;
    }
    .topnav .item .subnavs .subnavs_holder {
        background-color: #fffcf5;
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    }
    .topnav .item.home {
        position: absolute;
        top: -25px;
        left: 0px;
        border: 0px solid red;
        width: 90px;
        height: 88px;
    }
    .topnav .link {
        width: 94%;
        margin: 0 auto;
    }
    .footer #copyright {
        width: 100%;
        text-align: center;
        position: absolute;
        margin: 20px 0px 0px 0px;
        padding: 0px;
        font-size: 1.5rem;
        color: #666;
        bottom: 0;
        display: block;
    }
    .footer #copyright a {
        color: #b31e20;
        text-decoration: none;
    }
    .footer #copyright a:visited {
        color: #b31e20;
        text-decoration: none;
    }
    .footer #copyright a:hover {
        text-decoration: underline;
        color: #8F181A;
    }
    .logos {
        display: none;
    }
    #copyright {
        display: none;
    }
    #regno {
        display: none;
    }
}
