/* ©nilooma mobile css definition */


@import url("screen.css");
/* @import url("screen_fjgv.css"); */

body {
    background: none;
    padding-top: 0;
}

#force-scrollbar
{
	display: none;
}

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

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

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

#pict {
    width: 100%;
    text-align: left;
    float: left;
}

#pict > img {
    width: 100% !important;
    height: auto !important;
}

#logo {
    display: none;
}

#main {
    background: none;
    background-color: #444444;
}

#nav, #mainnav1, #subnav1 {
    width: 1px;
    padding: 0;
}

#navigation_1 {
	width: 90%;
	padding: 2% 0 0 0;
}

#hnav0 {
    width: 96%;
}

#hnav0 li {
    width: 100%;
}

#hnav0 li a {
    width: 100% !important;
    font-size: 17px !important;
    background: none !important;
    padding-left: 5px !important;
}

#hnav1 li a {
    font-size: 15px !important;
    padding: 5px 0px 10px 30px !important;
    width: 100% !important;
}


#col1, #col2
{
	width: 96%;
	height: auto;
	padding: 2% 2%;
        margin: 0;
        min-height: 1px;
}

#col1 iframe, #col2 iframe
{
	width: 100% !important;
	height: auto !important;
}

#col1 #newsticker div.tickercontainer, #col2 #newsticker div.tickercontainer {
    width: 96%;
    padding: 2%;
}

#col1 #newsticker div.tickercontainer div.mask, #col2 #newsticker div.tickercontainer div.mask {
    width: 100%;
}

#col1 #tickernav, #col2 #tickernav{
    width: 1000% !important;
}

#col1 ul.newsticker, #col2 ul.newsticker {
    left: 100%;
}

#col1 div.nilooma_mobile_content, #col2 div.nilooma_mobile_content {
    overflow: auto;
}

#col1 div.nilooma_mobile_content table, #col2 div.nilooma_mobile_content table {
    width: 96% !important;
    padding: 2% !important;
}

#calA {
    width: 98% !important;
}

#col1.col1_fjgv a, #col1.col1_fjgv p, #col1.col1_fjgv a, #col1.col1_fjgv .content_title {
    color: #fff !important;
}

#col1.col1_fjgv {
    background-color: transparent !important;
}

#footer
{
/* 	display: none; */
        width: 96%;
	padding: 2%;
        background-color: #444444;
}

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

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

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

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

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

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








