@charset "UTF-8";
/* CSS Document */
*{margin: 0; padding: 0}
body, #bgslider {width: 100%; height: 100%}
#bgslider, #logo1, #logo2 {position: fixed}
#bgslider img {width: 100%; height: 100%}
#logo1 {right: 50%;top: 20%; width: 33%; height: 40%; z-index: 100; }
#logo2 {left: 50%;top: 20%; width: 33%; height: 40%; z-index: 100; }
.bgactive1 {opacity: 0.6; position:absolute; top: 0px; width: 100%; height: auto}
.bghover1 {opacity: 1; position:absolute; top: 0px; width: 100%; height: auto}
.bgactive2 {opacity: 0.6; position:absolute; top: 0px; width: 100%; height: auto}
.bghover2 {opacity: 1; position:absolute; top: 0px; width: 100%; height: auto}
#edenadd {position: fixed;bottom: 0;left: 0;background: rgba(210, 208, 209, 0.6);width: 100%; height: 7%}
.textcolor {color: #336600;font-family: Arial;font-style:italic;display: block;font-size: .60em;padding: 10px; float: left}
.icons {position:absolute; top: 2px; right: 1%; width: 16%; height: 30%;}
.icon {width: 25%; height:auto; float: left}
.icon img {width:100%; height: auto}