
body{
    overflow-x:hidden;
}
.scroller {
	height: 100%;
}

.scroller {
	overflow-y: scroll;
    overflow-x:hidden;
}

.scroller,
.scroller-inner {
	position: relative;
}

.container {
	position: relative;
	overflow: hidden;
	background: #34495e;
}
.pushMenuTriggerBar
{
   position: absolute;
left: 0px;
padding: 10px 0px 10px 4px;
/*background-color: #2bc2ec;
background-color:#0b63a1;*/
background: #012636; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #01344a , #012636); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #01344a, #012636); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #01344a, #012636); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #01344a , #012636); /* Standard syntax */
    height: 22px;
    width: 34px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    top:55px;
}
.pushMenuTriggerBar:hover
{
    cursor:pointer;
}
.menu-trigger {
	position: relative;
	padding-left: 0px;
	font-size: 0.9em;
}

.menu-trigger:before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 40px;
	height: 6px;

	/*box-shadow: 0 6px #34495e, 0 12px #fff, 0 18px #34495e, 0 24px #fff;*/
	content: '';
    

        /*margin-left: -24px;
		vertical-align: -2px;
		width: 28px;
		height: 27px;
		
        
		content: '';
         border-top-right-radius:0.2em;
        border-bottom-right-radius:0.2em;
        -moz-border-top-right-radius:0.2em;
        -moz-border-bottom-right-radius:0.2em;
        -webkit-border-top-right-radius:0.2em;
        -webkit-border-bottom-right-radius:0.2em;
        margin-top:10px !important;*/
}
.barIcon
{
    background:url(../../Images/menu.svg) left top no-repeat transparent;
    width:24px;
    height:26px;
    cursor:pointer;
    margin-top: 4px;
    margin-left: 2px;
}
.barIcon:hover
{
    background:url(../../Images/menu.svg) left top no-repeat transparent;
    cursor:pointer;
    opacity:0.7;
}

.mp-pusher {
	position: relative;
	left: 0;
	height: 100%;
}

.mp-menu {
	position: absolute; /* we can't use fixed here :( */
	top: 0;
	left: 0;
	z-index: 1;
	width: 190px;
	height: 100%;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
    min-height:690px;
}

.mp-level {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: #2bc2ec;*/
    background: #012636; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #012636 , #01344a); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #012636, #01344a); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #012636, #01344a); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #012636 , #01344a); /* Standard syntax */
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	opacity: 0;
}

.mp-pusher::after,
.mp-level::after {
	background: rgba(255,255,255,0.3);
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.mp-level::after {
	z-index: -1;
}

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
	width: 100%;
	height: 100%;
	/*opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;*/
    opacity: 0.1;
	-webkit-transition: opacity 0.9s;
	-moz-transition: opacity 0.9s;
	transition: opacity 0.9s;
}

.mp-level.mp-level-overlay {
	cursor: pointer;
}

.mp-level.mp-level-overlay.mp-level::before {
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 1;
}

.mp-pusher,
.mp-level {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

/* overlap */
.mp-overlap .mp-level.mp-level-open {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(-40px, 0, 0);
	-moz-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
    border-bottom-right-radius:6px;
}

/* cover */
.mp-cover .mp-level.mp-level-open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

/* content style */
.mp-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
    text-transform:uppercase;
   
}

.mp-menu h2 {
	/*margin: 0;
	padding: 1em;
    color:#f9f9f9;
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: 2em;*/
        margin: 0;
        padding: 0.54em 1em 1em;
    color: #fff;
    text-shadow: none;
    font-weight: normal;
    font-size: 20px;
    text-transform: capitalize !important;
    letter-spacing: 0.7px;
}

.mp-menu.mp-overlap h2::before {
	position: absolute;
	/*top: 0;*/
    top:10px;
	right: 0;
	margin-right: 8px;
	font-size: 75%;
	line-height: 1.8;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
	transition: opacity 0.3s, transform 0.1s 0.3s;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
}

.mp-menu.mp-cover h2 {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 1em;
}

.mp-overlap .mp-level.mp-level-overlay > h2::before {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}

.mp-menu ul li > a {
	display: block;
	padding:0.8em 1em 0.8em 1.5em;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	font-size: 1.2em;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
    color:#fff;
    text-decoration:none;
    font-size:14px !important;
    font-weight:600;
}

.mp-menu ul li::before {
	position: absolute;
	left: 5px;
	z-index: -1;
	/*color: rgba(0,0,0,0.2);*/
	/*line-height: 3.5;*/
    line-height: 3.4;
    color: #8abbde;
}
.icon
{
    font-size:1.2em;
}
.icon3
{
    font-size:1.2em;
}

.mp-level > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}

.mp-menu ul li a:hover,
.mp-level > ul > li:first-child > a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-level > ul > li:first-child > a:hover,
.mp-level.mp-level-overlay > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0), inset 0 1px rgba(0,0,0,0);
} /* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */

.mp-back {
	background: rgba(0,0,0,0.1);
	outline: none;
	/*color: #fff;*/
    color:#8abbde !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	display: block;
	font-size: 0.8em;
	/*padding: 1em;*/
    padding: 10px 10px 10px 21px;
	position: relative;
	box-shadow: inset 0 1px rgba(0,0,0,0.1);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}

.mp-back::after {
	font-family: 'linecons';
	position: absolute;
	content: "\e037";
	right: 10px;
	font-size: 1.3em;
	/*color: rgba(0,0,0,0.3);*/
    color:#8abbde;
}

.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
	background: transparent;
	box-shadow: none;
	color: transparent;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
	padding-left: 300px;
}

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
	display: none;
}

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
	display: block;
}