/* ©nilooma mobile css definition */


@import url("screen.css"); 

body {
    background: none;
}

#force-scrollbar
{
	display: none;
}

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

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

#main {
    min-height: 1px;
    width: 100%;
    margin: 0;
    padding-left: 0;
    overflow: auto;
}

#mainnav1 {
	width: 90%;
	padding: 0;
	height: 1px;
	margin: 0;
}

#hnav0 li {
    width: 100%;
}

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

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


#mainnav2 {
    display: none;
}

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

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

#footer
{
    display: none;
}


#footer_mobile
{
    display: block !important;
    width: 96%;
    padding: 2%;
    background-color:#145826;
    filter:alpha(opacity=40); 
    opacity: 0.4;
}

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

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

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

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

.nilooma_sub_navigation, .nilooma_main_navigation
{
	position: fixed;
        width: 94%;
	height: 80%;
	top: 50px;
	left: 10px;
	background-color: #b1b1b1;
	padding-top: 10px;
	border-radius: 6px;
	box-shadow: 3px 3px 7px 2px #666666;
        z-index: 1000;
	overflow: auto;
}

.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;
}





