
.hide{ display: none !important; }
.fluid_10,.fluid_15 { display: inline; float: right; direction: rtl; position: relative; }
.fluid_10 {	width: 10%;		}
.fluid_15 {	width: 15%;		}

.rtl .fluid_10,.rtl .fluid_15 { float: right !important; direction: rtl !important; }
.rtl .fluid_10,.ltr .fluid_15 { float: left !important; direction: ltr !important; }

/* {flexi} Responsive Web
----------------------------------------------------------------------------------------------------*/
/* SmartPhone Portrait - Width ...-480 */
@media only screen and (min-width: 10px) and (max-width: 800px){
	.sp_p_hide{ display: none !important; }
	.sp_p_show{ display: block !important; }
}

.footernav{ position: fixed; z-index: 99999; left: 0; right: 0; bottom: 0; width: 100%; background: #666666 url(/shared/images/space.png) bottom; }
.footernav,.footernav *{ text-align: center; }
.footernav .fluid_15{ width: 17.7%; }
.footernav .fluid_10{ width: 14.2%; }
.footernav img{ max-width: 50px; }

/* Desktop - Width 1200-1600 */
@media only screen and (min-width: 1200px) and (max-width: 1350px){
	header .fluid_15{ width: 15%; }
}
@media only screen and (min-width: 1350px) and (max-width: 1799px){
	header .fluid_15{ width: 13%; }
}
@media only screen and (min-width: 1800px) and (max-width: 2199px){
	header .fluid_15{ width: 12%; }
}

@media only screen and (min-width: 2200px){
	header .fluid_15{ width: 13%; }
}