<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Â©nilooma mobile css definition */


@import url("screen.css"); 

body {
    background: none;
    color:#000;
    font-weight: bold;
}

#force-scrollbar
{
	display: none;
}

#wrapper {
	width: 100%;
	margin: 0;
	background: none;
	background-color: #fff;
}

#header {
	width: 100%;
	height: 0;
	background: url(/layouts/images/bg_head_mobile.png) no-repeat;
	background-size: contain;
	position: relative;
	padding: 0;
	padding-top: 13%; /* calculation from original image width and height: height/width*100 */
}

#header a img {
/*     display: none; */
}

#language {
    width: 44px;
    margin-top: -13%; /* same padding-top as #header */
}

#language_box {
    padding-left: 0;
    background: url(/custom/language_box/bg_language.png) no-repeat;
}

#language_box img {
    
}

#main {
    width: 100%;
    margin-left: 0;
}

#mainnav1 {
	width: 100%;
	padding: 2% 0 0 0;
        min-height: 5px;
        margin-left: 0;
}

#subnav1 {
    display: none;
}

#hnav0 li {
    width: 100%;
}

#hnav0 li.nav_style_1 a:link, #hnav0 li.nav_style_1 a:visited {
	color: #8d8f94;
	padding: 12px 25px 3px 5px;
	background: url(../files/images/bg_hnav0.png) no-repeat 0 0;
}

#hnav1 li a {
    font-size: 15px !important;
    padding-left: 20px !important;
}

#hnav0 li.nav_style_2 a:link, #hnav0 li.nav_style_2 a:visited {
	color: #8d8f94;
	padding: 12px 25px 3px 5px;
	background: url(../files/images/bg_hnav0.png) no-repeat 0 0;
}

#content
{
	width: 96%;
	height: auto;
	padding: 2% 2%;
	margin: 0;
}

#content iframe
{
	width: 100% !important;
	height: auto !important;
}

#footer
{
        width: 96%;
	padding: 2%;
	background: none;
}

#footer div div div.table-cell {
    padding-left: 0 !important;
    margin-bottom: 10px !important;
}

.table-cell {
    display: block !important;
    width: 100% !important;
}

div.nilooma_mobile_content table {
    width: 100% !important;
}

div.nilooma_mobile_content img[width="937"], div.nilooma_mobile_content img[width="565"] {
    width: 100% !important;
    height: auto !important;
}

div.slideshow, div.slideshow img
{
	width: 100% !important;
	height: auto !important;
}

div.slideshow
{
	padding-top: 25.2% !important; /* slideshow image height/width*100 */
	display: none;
}

.nilooma_sub_navigation, .nilooma_sub_navigation
{
	position: fixed;
	top: 50px;
	left: 5px;
	width: 98%;
	background-color: #fff;
	padding-top: 10px;
	border-radius: 6px;
	box-shadow: 3px 3px 7px 2px #666666;
        z-index: 1000;
}

.nilooma_main_navigation_toggle, .nilooma_sub_navigation_toggle
{
	position: fixed;
	top: 10px;
	left: 10px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	padding: 0;
	background: url(/layouts/images/mobile_menu_icon_30.png) repeat-x;
	border: none;
	float: left;
}

.nilooma_main_navigation_toggle:hover, .nilooma_sub_navigation_toggle:hover
{
	background: url(/layouts/images/mobile_menu_icon_hover_30.png) repeat-x;
}








</pre></body></html>