html{
    position: relative;
    overflow: scroll;
}

body{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    color:#FFFFFF;
    min-width: 1024px;
}

#content{
    position: relative;
    width: 100%;
    height:auto;
    overflow:hidden;
}

.color1{color: #00684B;}
.color2{color: black;}
.color3{color: #6C6D6D;} 
.color4{color:#757575;}
.color5{color: white;}
.color6{color:#4B937F;}
.color7{color:#264C40;}
.color8{color:#80d734;}
.color9{color:#000000;}



.bkcolor1{background-color: #00684B;}
.bkcolor2{background-color: black;}
.bkcolor3{background-color: #6C6D6D;} 
.bkcolor4{background-color:#F7F7F7;}
.bkcolor5{background-color: white;}
.bkcolor6{background-color:#4B937F;}
.bkcolor7{background-color:#264C40;}
.bkcolor8{background-color:#80d734;}
.bkcolor9{background-color:#000000;}

a {
    text-decoration: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.category {
    position: relative;
    font-size: 11pt;
    text-transform: uppercase;
    font-weight: 200;
    margin-top: 22px;
    margin-left: 18px;
    margin-right: 18px;
    display: inline-block;
    height: 55px;
}

.languageSeparator{
    margin-bottom: 4px;
    margin-top: 4px; 
    margin-left: 3px;
    margin-right: 3px;
    position: relative;
    font-size: 13px;
    font-weight: 200; 
    display: inline-block;
}

.language{        
    margin-bottom: 4px;
    margin-top: 46px;
    font-style: italic;
    position: relative;
    font-size: 13px;
    font-weight: 200; 
    display: inline-block;
}

#logoDiv{
    background-image: url(/files/layouts/milburnLogo_mobile2.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 60px;
}

.shadow{
    width: 100%;
    height: 12px;
    position: absolute;
}


.footer4 {
    position: relative;
    height: 62px;
    width: 100%;
    font-size: 14px;
    text-align: center;
    display: table-cell;
    display: flex;
    justify-content: center;
}

.footer5 {
    position: relative;
    width: 100%;
    height: 206px;
    font-size: 14px;
    background-color: #264c40;
    text-align: center;
    display: table-cell;
    display: flex;
}



.bottom{
    width: 100%;
    height: auto;
    text-align: center;
}

#column_footer1 {
    vertical-align: top;
    text-align: left;
    margin-left: 0px;
    margin-top: 70px;
    position: relative;
    width: 38%;
    float: left;
}

.column_footer2 {
    vertical-align: top;
    text-align: left;
    margin-top: 44px;
    margin-left: 40px;
    position: relative;
    width: 22%;
    float: left;
}


.column_footer3 {
    vertical-align: top;
    text-align: left;
    margin-right: 15px;
    margin-top: 87px;
    position: relative;
    width: 28%;
    float: right;
}

.individual_col{
    position: relative;
    color: white;
    margin-bottom: 7px;
    font-size: 13pt;
}

.menu_bar {
    width: 70%;
    padding-right: 17px;
    margin-top: 17px;
    position: relative;
    text-align: center;
    float: left;
}


*::-webkit-input-placeholder {
    color: white;
    font-family:'OpenSans-Light';
    font-style: italic;
}

#footerContainer{
    position:absolute;
    left:0px;
    bottom:0px;
    height: 120px;
    width:100%;
}

#footerDummy{
    position:relative;
    height: 120px;
    width:100%;
}
.categoryTitle {
    position: relative;
    display: block;
    line-height: 48px;
}

.categoryTitle:hover{
    color:#FFC200;
}

.languageTitle {
    position: relative;
    display: block;
    line-height: 36px;
    font-family: 'Raleway-ExtraBold';
}

.languageTitle:hover{
    color:#FFC200;
}

#topBar {
    position: relative;
    width: 100%;
    background-color: #264c40;
    font-size: 13px;
    height: 86px;
    min-width: 1024px;
}

#topBarOptions{
    position: relative;
    width: 1000px;
    text-align: center;
    margin: 0 auto;
    height: 94px;
}

#topBarImage {
    position: relative;
    width: 123px;
    float: left;
    height: 73px;
    margin-top: 15px;
    margin-left: 15px;
}

#topBarLanguages{
    position: absolute;
    width: 95px;
    right: 6px;
    top: 0px;
    float: right;
    height: 75px;
}


.topLogo {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    margin-top: 15px;    /* if you want it vertically middle of the navbar. */
}

.categoryMobile{
    position: relative;
    font-size: 11pt;
    text-transform: uppercase;
    margin-top: 34px;
    height: 55px;
    width: 100%;
    text-align: center;
}

#logo {
    height: 62px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    padding-top: 17px;
    position: absolute;
    right: 0;
    width: 149px;
    z-index: 1;
}

.sub-dropdown-content {
    display: none;
    position: absolute;
    right: -100%;
    width: 120px;
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 8px 16px;
    background: rgba(0, 104, 75, .7);
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover { background: rgba(0, 104, 75, .9);}

.category:hover .dropdown-content {
    display: block;
}

.category:hover .dropbtn {
    background: rgba(0, 104, 75, .9);
}

#logoFooterContainer{
    font-family: 'OpenSans-Semibold';
    color: white;
    margin-bottom: 21px;
    margin-left: 15px;
    font-size: 16px;
}

#logoFooter{
    height: 66px;
}

.sub_col{
    color: white;
    margin-bottom: 7px;
    margin-left: 17px;
    font-family: 'OpenSans-Light';
}

#memories_list {
    left: 100%;
    position: absolute;
    display: none;
    bottom: -55px;
}


#memories:hover ~ #memories_list {
    display: block;
}

#memories_list:hover {
    display: block;
}

#memories{

}

.memory_li {
    display: inline;
    position: relative;
}

.individual_col a:hover{
    text-decoration: underline;
}

.titulo_col a:hover{
    text-decoration: underline;
}
.sub_col a:hover{
    text-decoration: underline;
}

.shadow_main{
    width: 100%;
    position: absolute;
    height: 20px;
    top:-20px;
}

.mobile_menu{
    display: none;
}

#topBarOptionsMobile, #topBarImageMobile, #footer_mobile, #topBarOptionsMobileDummy, #topBarLanguagesMobile  {
    display: none; 
}
.policies:hover{
    text-decoration:underline;
    font-weight:bold;
}


@media only screen and (max-width: 500px) {
    
    
    #logoDiv {
        background-image: url(/files/layouts/milburnLogo_mobile2.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 53px;
    }

    .menuBtn {
        display:block;
        position: relative;
        width: 30px;
        height: 30px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        float: left;
        margin-top: 37px;
        margin-left: 20px;
    }
    .menuBtn .icon {    
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        position: absolute;
        height: 4px;
        width: 30px;
        top: 10px;
        right: 0px;
        background-color: white;
    }
    .menuBtn .icon:before {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        position: absolute;
        width: 30px;
        height: 4px;
        background-color: white;
        content: "";
        top: -10px;
        right: 0px;
    }
    .menuBtn .icon:after {    
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        position: absolute;
        width: 30px;
        height: 4px;
        background-color: white;
        content: "";
        top: 10px;
        right: 0px;
    }
    .menuBtn.open .icon {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        background: transparent;
    }
    .menuBtn.open .icon:before {
        -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
        transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
        background-color: white;
    }
    .menuBtn.open .icon:after {
        -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
        transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
        background-color: white;
    }
    .menuBtn:hover {
        cursor: pointer;
    }


    .mobileBarContainer {
        position: relative;
        float: right
    }
    
    #topBarLanguagesMobile{
        display: block;
        text-align: right;
        margin-right: 14px;
        color: rgba(234, 234, 234, 0.92);
    }

    #menuBar_mobile{
        float: right;
        width: auto;
        background-image: url(/files/layouts/menu_icon_mobile.png);
        height: 17px;
        background-size: contain;
        width: 25px;
        display: block;
        margin-top: 11px;
        margin-bottom: 11px;
        margin-right: 15px;
    }

    .categoryMobile{
        position: relative;
        font-size: 11pt;
        text-transform: uppercase;
        padding-top: 8%;
        padding-bottom: 4%;
        width: 100%;
        text-align: center;
        border-top: 1px solid rgba(73, 73, 73, 0.29);
        margin-top: 0px;
    }

    #topBarOptionsMobileDummy{
        position: relative;
        display: block;
        width: 100%;
        height: 94px
    }

    #topBar {
        position: fixed;
        z-index: 8;
        width: 100%;
        background-color: #264c40;
        font-size: 13px;
        height: 94px;
        max-width: 500px;
        min-width: 0px;
        border-bottom: 0.8px solid white;
    }
    
    .language{
         font-size: 10px;
         margin-top: 10px;
    }
    
    .languageSeparator{
        font-size: 10px;
        margin-left: 4px;
        margin-right: 4px;
    }


    #topBarImageMobile {
        display: block;
        position: relative;
        width: 92px;
        float: right;
        margin-right: 5px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    #logo {
        height: 56px;
    }



    #topBarOptionsMobile{
        display: none;
        height: 100%;
        color: #494949;
    }

    .column_footer1_mobile {
        vertical-align: top;
        margin-top: 16px;
        position: relative;
        width: 48%;
        float: left;
        margin-right: 12px;
        text-align: right;
    }


    .column_footer2_mobile {
        vertical-align: top;
        text-align: left;
        margin-top: 15px;
        position: relative;
        width: 34%;
        float: left;
    }

    #footer_mobile {
        position: relative;
        width: 100%;
        height: 100px;
        font-size: 14px;
        background-color: #264c40;
        text-align: center;
        display: table-cell;
        display: flex;
        justify-content: center;
    } 

    .individual_col {
        position: relative;
        color: white;
        margin-bottom: 6px;
        font-size: 7pt;
    }
    
        #topBarOptions, #topBarImage, .footer5, #topBarLanguages{
        display: none;
    }
    
    body{
         min-width: 0px;
    }

}
