﻿/* Layout */
#container-outer,
#container {
	width: 100%;
	overflow: hidden;
	display: block;
	position: relative;
}
#container-inner {
	/*max-width: 880px;*/
	overflow: hidden;
	/*display: block;
	padding: 50px;
	margin: 50px auto;*/
	/*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	background: #ffffff;*/
}
/* Mobile Menu */
.mobile-header {
	line-height: 100%;
	width: 100%;
	display: block;
	/*position: relative;*/
	z-index: 30;
	/*background: #ffffff;*/
	z-index: 9999;
	/*-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);*/
	background-color: #f8f8f8;
	background-repeat: repeat-x;
	border-bottom: 1px solid #ddd;
	background-image: linear-gradient(to bottom,#f8f8f8,#eee);
	height: 42px;
	position: fixed;
}
.mobile-header ul {
	margin: 0px;
	padding: 0px;
	z-index: 30;
	list-style: none;
}
.mobile-header ul li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 30;
	/*width: 25%;*/
	/*width: auto;*/
}
.mobile-header ul li a {
	margin: 0px;
	padding: 5px 10px;
	width: auto;
	display: block;
	background: none;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	color: #888888;
	cursor: pointer;
	/*border-right: 1px solid #eeeeee;*/
	text-transform: uppercase;
}
.mobile-header ul li.m-menu a {
	font-weight: 700;
}
.mobile-header ul li a:hover,
.mobile-header ul li.active,
.mobile-header ul li.active a {
	color: #ffffff;
	/*background: #77c043;*/
}
.mobile-header ul li a:hover,
.mobile-header ul li.active a {
	/*border-right: 1px solid #63A832;*/
}
.mobile-header ul li a span.menu-open,
.mobile-header ul li.active a span.menu-close {
	display: inline;
}
.mobile-header ul li.active a span.menu-open,
.mobile-header ul li a span.menu-close {
	display: none;
}
/* Mobile Menu */
.mobile-menu {
	background: #fafafa;
	border-right: 1px solid #ddd;
	margin: 0px;
	padding: 0px 1px;
	width: 240px;
	text-transform: none;
	font-size: 12px;
	position: fixed;
	top: 28px;
	bottom: 0px;
	left: -240px; /* Hides Brief Menu Popup As JavaScript Loads */
	z-index: 1000;
	display: block;
	height: 100%;
	overflow: hidden;
	color: #ffffff;
	background-image: linear-gradient(to bottom,#f8f8f8,#eee);
}
.mobile-menu.active {
	height: auto;
	overflow: visible;
	overflow-y: auto; /*added*/
}
.mobile-menu-bg {
	/*background: #222222;
	-webkit-box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 1);
	box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 1);*/
	
	background: #353535;
	margin: 0px;
	position: fixed;
	width: 245px;
	top: 0px;
	bottom: 0px;
	left: -255px; /* Hides Brief Menu Popup As JavaScript Loads */
	z-index: 9997;
	display: block;
	height: 100%;
}
.mobile-menu.active,
.mobile-menu-bg.active {
	display: block;
}
/* Floats */
.clearfloat:after {
	content: ""; 
	display: table;
	clear: both;
}

.m-menu:hover img,
.m-menu:focus img
{
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}


/*----------- Mobile bootstrap menu -----------*/
.Mnavbar-inverse {
	
}

.Mnavbar {
	margin-bottom: 10px;
	overflow: visible;
	position: fixed;
    width: 238px; /*added*/
}

.Mnavbar-inverse .Mnavbar-inner {
	background-color: #0079c1;
	background-repeat: repeat-x;
	border-color: #fff;
	background-image: linear-gradient(to bottom,#0079c1,#004b8d);
	height: 42px;
}

.Mnavbar-inner {
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	zoom: 1;
}

.Mnav {
	margin-bottom: 20px;
	margin-left: 0;
	list-style: none;
	padding-left: 1px;
	margin-top: -9px;
}

.Mnav-stacked>li {
	float: none;
}

.Mnav-tabs>li {
	
}

.Mnav-tabs>li {
	
}

.Mnav>li>a {
	display: block;
}

.Mnav-tabs>li>a {
	
}

.Mnav-stacked>li>a {
	margin-right: 0;
	/*-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;*/
	color: #757575;
	cursor: pointer;
	display: block;
	font-size: 14px;
	padding: 12px 0;
	padding-left: 10px;
	border-bottom: 1px solid #eee;
	/*background: #414141;
	background: #303030;
	border-top: ;1px solid #565656
	border-bottom: 1px solid #2a2a2a;*/
	min-height: 21px;
	/*position: relative;*/
	top: -6px;
}

.Mnav-stacked>li>a:hover,
.Mnav-stacked>li>a:focus
{
	color: #0091d0;
}

.Mnav-stacked>li>a:focus i,
.Mnav-stacked>li>a:hover i
{
    color: #0079c1;
}

.Mnav-stacked>li>a i
{
    margin-right: 10px;
    color: #ABABAB;
    font-size: 1.28em;
    position: static;
    vertical-align: bottom;
}

.Mnav-stacked>li>a:hover 
{
	text-decoration:none;
}

.mobile-title
{
	margin: 0px;
    /* padding: 15px 30px 0px 0px; */
    padding: 14px 0px;
    width: auto;
    display: block;
    /* text-align: center; */
    font-size: 14px;
    color: #777777;
}

/*----- Submenu -----*/
.M_sub
{
	list-style: none;
	margin: 0px;
	margin-top: -6px;
	margin-left: -2px;
	padding-left: 1px;
}

.M_sub li
{
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 7px 7px 7px 42px;
}

.M_sub li a
{
	color: #777;
}

.M_sub li:hover
{
	background: #eee;
	cursor: pointer;
}

.M_sub li a:hover
{
	text-decoration: none;
}

.M_sub li a:active
{
	text-decoration: none;
}

.M_sub li a:focus
{
	text-decoration: none;
}


/*------------ Mobile header ------------*/
@media (min-width: 240px) { /*--- Small Phone ---*/
    .mobile-title-vilter {
        width: 61%;
        height: 42px;
    }
}

@media (min-width: 320px) { /*--- Iphone ---*/
    .mobile-title-vilter {
        width: 79%;
        height: 42px;
    }
}

@media (min-width: 480px) { /*--- Small Tablet ---*/
    .mobile-title-vilter {
        width: 85%;
        height: 42px;
    }
}

@media (min-width: 768px) { /*--- Ipad - Portrait ---*/
    .mobile-title-vilter {
        width: 90%;
        height: 42px;
    }
}