/* ===============================================
   HEADER
   =============================================== */
#bodyBg {
    background-image: url("../images/bg1000.jpg");
    background-attachment: fixed;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-origin: padding-box;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
}

#header {
    position: relative;
    background-color: rgba(0, 0, 0, 0.65);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    /*height: 160px;*/
    top: 0;
    transition: all 0.2s ease 0s;
    width: 100%;
}

#header2 {
    position: relative;
    background-color: rgba(0, 0, 0, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    /*height: 160px;*/
    top: 0;
    transition: all 0.2s ease 0s;
    width: 100%;
}

.is-sticky #header {
    background-color: rgb(0, 0, 0);
    z-index: 20;
}

.is-sticky #header {
    z-index: 21;
}

/* ===============================================
   CONTENTS
   =============================================== */
   
#frame-top-border {
    background-color: rgba(23, 23, 23, 0.8);
    border-radius: 5px 5px 0 0;
    height: 24px;
}

#frame {
    background-color: rgba(23, 23, 23, 0.8);
}

#frame-bottom-border {
    background-color: rgba(23, 23, 23, 0.8);
    border-radius: 0 0 5px 5px;
    height: 20px;
}

#frame-bottom-border20 {
    background-color: rgba(23, 23, 23, 0.8);
    border-radius: 0 0 5px 5px;
    height: 20px;
}

/* ===============================================
   FOOTER
   =============================================== */

#foot {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.7);
}

#foot .container {
    background-color: #000000;
    border-radius: 5px;
}

#foot li a {
    text-shadow: none;
} 

/* ===============================================
   GOOGLE MAP
   =============================================== */

.googlemapDiv iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#fadeshow1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} 


#link1, #link2, #link3, #link4 {
    background: url(../images/arrowR.png) no-repeat center right;
    padding-right: 25px;
}