/* ©nilooma mobile css definition */


@import url("screen.css"); 

body {
    background: none;
}

#force-scrollbar
{
	display: none;
}

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

#socialnav img {
    width: 36px !important;
    height: 36px !important;
}

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

.header_wmx {
    background: url(/layouts/images/bg_header_wmx_mobile.png) no-repeat !important;
    background-size: contain !important;
}

.header_flectra {
    background: url(/layouts/images/bg_header_flectra_mobile.png) no-repeat !important;
    background-size: contain !important;
}

.header_odoo {
    background: url(/layouts/images/bg_header_odoo_mobile.png) no-repeat !important;
    background-size: contain !important;
}

.header_nilooma {
    background: url(/layouts/images/bg_header_nilooma_mobile.png) no-repeat !important;
    background-size: contain !important;
}

.mainnav1 {
    height: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    float: left !important;
}

.mainnav2 {
    display: none !important;
}

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

#hnav0 li {
    width: 100%;
}

#hnav0 li a {
    padding-left: 20px !important;
}

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

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

#breadcrumb {
    display: none;
}

#search_box {
    width: 96%;
    float: left;
    padding: 2%
}

#ecom_basket {
    width: 96%;
    height: auto;
    float: left;
    padding: 2%    
}

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

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

#content iframe#ycbmiframewin-soft
{
    height: 600px !important;
}

#footer
{
    width: 100%;
    height: auto !important;
    overflow: auto;
    padding: 0 !important;
}

#footer_content {
    width: 96% !important;
    padding: 2% !important;
}

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

div.nilooma_mobile_content img[width="725"], div.nilooma_mobile_content img[width="500"], div.nilooma_mobile_content img[width="545"], div.nilooma_mobile_content img[width="550"], div.nilooma_mobile_content img[width="580"], div.nilooma_mobile_content img[width="590"], div.nilooma_mobile_content img[width="605"], div.nilooma_mobile_content img[width="600"], div.nilooma_mobile_content img[width="800"], div.nilooma_mobile_content img[width="420"], div.nilooma_mobile_content img[width="900"] {
    width: 100% !important;
    height: auto !important;
}

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

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

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

.nilooma_mobile_content div[style="display: table-cell; width: 100%; padding: 2% 2% 2% 32%;"] {
    padding: 2% !important;
}

.nilooma_mobile_content .mobile-align-center {
    text-align: center !important;
}

.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: 90%;
	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;
}








