#page-wrap { width: 100%; } #miniheader { position: absolute: width: 100%; background-color: white; height: 40px; } #header { display: none; } #secondary-two { display: none; } #secondary-one { float: left; margin:0px 5% 0px 5%; width: 90%; } #main-content { float: left; margin:0px 5% 0px 5%; width: 90%; } #subline {width:100%;} .box { background: transparent; padding-top:70px; padding-bottom: 0px;border:none; box-size:border-box; } .chooser_radio > label, .chooser_checkbox > label { width:100%; } .menu_button { border: none; margin: 0; padding:12; height: 16px; width: 20px; background: orange; text-transform: uppercase; } #dropdown { margin-top:0px; } .dropdown_box_item, .dropdown_item_sub, .dropdown_box_sub { display:none; } .dropdown_box_main, .dropdown_box_sub { position:relative; float:none; width:100%; } .dropdown_box_sub { position:absolute; width:60%; margin-left:40%; z-index:1000; } .dropdown_item { float:none; width:100%; color: #23515C; border-bottom: 1px solid white; line-height:120%; padding:10px 15px; background:#ADD6E0; } .dropdown_item:hover { background:orange; color: #23515C; } #dropdown ul { list-style:none; position:relative; float:left; margin:0; padding:0 } #dropdown ul a { display:block; color: black; text-decoration:none; font-size:14pt; line-height:24pt; padding:15px; } #dropdown ul li { position:relative; float:left; margin:0; padding:0 } #dropdown ul li.current-menu-item { background:#ddd } #dropdown ul li:hover { background:orange; color: white; } #dropdown ul ul { display:none; position:absolute; top:100%; left:0; background:#ADD6E0; padding:0; } #dropdown ul ul li { float:none; width:200px; color: white; border-bottom: 1px solid white; } #dropdown ul ul a, #dropdown ul ul p { line-height:120%; padding:10px 15px; } #dropdown ul ul ul { top:0%; left:100%; z-index:10000; } #dropdown ul li:hover > ul { display:block } .alinea { border-bottom:1px solid #77BBCC; margin-bottom:15px; padding-bottom:10px; } .alinea_a, .tech_a { position:absolute; margin-top:-50px; display: block; } .header_margin { clear:both; height:38px; width:10px; border:none; } .menu_top { padding:7px 10px 0px 10px; position:absolute; right:10px; height:33px; vertical-align:bottom; background-color:white; border: solid #99CCFF; border-width: 0px 0px 0px 3px; border-radius:0px 0px 5px 0px; text-transform: uppercase; } .menu_top > ul { display: inline; position: fixed; width:100%; left:10px; top:0px; padding-right:0px; margin-right:0px; list-style-type:none; background-color:#99CCFF; } .minimenu_button { width:100%; border: solid white; border-width: 2px; border-radius:5px; z-index:1000000000; text-transform: uppercase; padding:10px; margin-right:60px; color: black; } .minimenu_button:hover{background-color:white;} #menu_top > ul > li { } #menu_top > ul { visibility:hidden; opacity:0; transition:visibility 0s linear 1s,opacity 0.5s linear; -webkit-transition: visibility 0s linear 1s,opacity 0.5s linear; } #menu_top:hover > ul { visibility:visible; opacity:1; transition-delay:0.5s; -webkit-transition-delay:0.5s; } .main_img_width_10 {width:20%;} .main_img_width_20 {width:40%;} .main_img_width_30 {width:60%;} .main_img_width_40 {width:80%;} .main_img_width_50 {width:100%;} .main_img_width_60 {width:100%;} .main_img_width_70 {width:100%;} .main_img_width_80 {width:100%;} .main_img_width_90 {width:100%;} .main_img_width_100 {width:100%;} .img_left_10, .img_left_20, .img_left_30, .img_left_40, .img_left_50, .img_left_60, .img_left_70, .img_left_80 { float:left; border-radius:10px; border: none; margin-right:10px; margin-bottom:10px; width:100%; } .img_right_10, .img_right_20, .img_right_30, .img_right_40, .img_right_50, .img_right_60, .img_right_70, .img_right_80 { float:right; border-radius:10px; border: none; margin-left:10px; margin-bottom:10px; width:100%; } .clear { clear:both; }