* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	/* font-size:100%; */
	font-weight:400;
	/* font-style:normal; */
	vertical-align:baseline;
	background:transparent;
	text-shadow: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'sswtnormal';
    src: url('fonts/sswt-webfont.eot');
    src: url('fonts/sswt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sswt-webfont.woff2') format('woff2'),
         url('fonts/sswt-webfont.woff') format('woff'),
         url('fonts/sswt-webfont.ttf') format('truetype'),
         url('fonts/sswt-webfont.svg#sswtnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sswtmedium';
    src: url('fonts/sswt-medium-webfont.eot');
    src: url('fonts/sswt-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sswt-medium-webfont.woff2') format('woff2'),
         url('fonts/sswt-medium-webfont.woff') format('woff'),
         url('fonts/sswt-medium-webfont.ttf') format('truetype'),
         url('fonts/sswt-medium-webfont.svg#sswtmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sswtblackcond';
    src: url('fonts/sswt-blackcond-webfont.eot');
    src: url('fonts/sswt-blackcond-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sswt-blackcond-webfont.woff2') format('woff2'),
         url('fonts/sswt-blackcond-webfont.woff') format('woff'),
         url('fonts/sswt-blackcond-webfont.ttf') format('truetype'),
         url('fonts/sswt-blackcond-webfont.svg#sswtblackcond') format('svg');
    font-weight: normal;
    font-style: normal;
}

#testimage { display:none; }

header, nav, section, article, aside, footer { position:relative; display:block; }

html, body {
	overflow-x:hidden;
}

body {
	background: #003876;
	font-family: "sswtnormal","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #474747;
	position: relative;
	-webkit-text-size-adjust: none;
}

input, textarea, select {
   -webkit-appearance: none;
   -webkit-border-radius:0; 
    border-radius:0;
}

#page {
	background-color: #003876;
}

.mm-panel::-webkit-scrollbar {
    background-color: #001238;
    width: 16px;  
}
.mm-panel::-webkit-scrollbar-track {  
    background-color: #001238;  
    /* border-left: 1px solid #ccc;   */
}  
.mm-panel::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.3);
    border: 0.25em /* 4px / 16px */ solid #001238;
    border-radius: 1.25em /* 20px / 16px */;
}
.mm-panel::-webkit-scrollbar-thumb:hover {  
    background-color: rgba(255,255,255,0.45); 
}
.mm-panel {
	scrollbar-base-color: #4C5873;
	scrollbar-3dlight-color: #001238;
	scrollbar-highlight-color: #737C91;
	scrollbar-track-color: #001238;
	scrollbar-arrow-color: #737C91;
	scrollbar-shadow-color: #001238;
	scrollbar-dark-shadow-color: #001238;
} 
/*
#mm-blocker {
	height:60px!important;
}
*/
img {
	width: 100%;
	height: auto;
	/* margin-top: 12.5%; */
}

h1, h2, h3, h4, h5, h6
{
	font-family: "sswtmedium","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	margin: 20px 0 10px 0;
	line-height: 1;
	color: #0F234B;
}
h1 {
	font-family: "sswtblackcond","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	margin: 20px 0;
	font-size: 36px;
	color: #162A54;
}
h1.xl {
	font-size: 48px;
	/* margin-top: 6.25%; */
	color: #102F5E;	
}
h2 {
	font-family: "sswtblackcond","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 1;
	font-size: 24px;
	color: #162A54;
}
h2.xl {
	font-size: 32px;
	/* margin-top: 12.5%; */
}
h3 {
	font-family: "sswtblackcond","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.1;
	font-size: 21px;
	color: #0F234B;
}
h4 {
	line-height: 1.2;
	font-size: 18px;
	color: #555;
}
h5 {
	font-size: 16px;
	margin: 10px 0;
	line-height: 1.35;
	color: #555;
}
h6 {
	font-size: 15px;
	color: #474747;
}
/*
#content small {
	display: inline-block;
	padding-right: 15px;
	width: 75px;
	margin-top: 2px;
}
*/
p {
	/* line-height: 1.4; */
	margin: 0 0 10px 0;
}

p strong, li strong {
	font-family: "sswtmedium","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

p em, h1.xl em, h5 em {
	font-style: italic;
}
	
a, a:link, a:active, a:visited, a:hover {
	color: #009bff;
	text-decoration: none;
}
a:active, a:hover {
	color: #0645ad;
}

/*
a, a:link, a:active, a:visited, a:hover {
	color: #333;
	text-decoration: none;
}
a:active, a:hover {
	color: #111;
}
*/
#branding a, #branding a:link, #branding a:active, #branding a:visited, #branding a:hover {
	color: #333;
	text-decoration: none;
}

#branding a:active, #branding a:hover {
	color: #111;
}

#news a, #news a:link, #news a:active, #news a:visited, #news a:hover {
	color: #333;
	text-decoration: none;
}

#news a:active, #news a:hover {
	color: #111;
}

sup {
	vertical-align: super;
	font-size: smaller;
	font-weight: inherit;
}

sub {
	vertical-align: sub;
	font-size: smaller;
	font-weight: inherit;
}

blockquote {
	margin: 12px 0 18px 0;
}

blockquote p {
	font-style: italic;
	font-size: 15px;
	line-height: 1.15;
	margin-bottom: 6px;
}

article blockquote ul li, article blockquote ol li {
	font-style: italic;
	font-size: 15px;
	padding-bottom: 5px;
}

article blockquote span.jump {
	font-style: italic;
}

article ol {
	list-style-type: none;
	margin-left: 25px;
}

article ol li {
	padding-bottom: 7px;
	clear: both;
}

article ol li span.jump {
	float: left;
	width: 25px;
	margin-left: -25px;
	margin-bottom: 7px;
}

article ol li ul {
	padding-bottom: 0;
}

/*
article ul li ol
margin-left: 25px;
padding-bottom: 7px;
clear: both;
*/
article ul li ol {
	padding-top: 5px;
}

article ul li ol li:before {
	content:normal;
	left: -15px;
}

article ul li ol li {
	text-indent: 0;
	
}

article ul {
	list-style-type: none;
	margin-left: 20px;
	/* padding-top: 5px; */
	padding-bottom: 10px;
}

article ul li:before {
	content:"-"; 
	position:relative; 
	left: -15px;
}

article ul li { 
	text-indent:-5px;
	/* padding-top: 4px; */
	padding-bottom: 5px;
}
article ul li ul li ul {
	margin-bottom: -5px;
}
article ul li ul li {
	padding-bottom: 5px;
}
article ul li ul li ul {
	padding-top: 5px;
}

table {
	display: block;
	table-layout: fixed;
	border-collapse: collapse;
	/* margin: 0 auto; */
	/* padding: 11px 0 1px 0; */
	width: 100%;
	height: auto;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

/*
table tbody {
	background-color: #FAFAFA;
	border: 1px solid #515151;
}

tr, th, td {
	border: 1px solid #515151;
}
*/

th, td {
	padding: 0 6px;
}
th:first-child, td:first-child {
	padding: 0 6px 0 0;
}

th p, td p {
	margin: 5px 0 6px 0;
	line-height: 20px;
}

th p {
	font-weight: 700;
	text-align: left;
}

table p em {
	font-style: italic;
}



ul.index {
	font-size: 17px;
	margin: 5% 0 10px 0;
}
ul.index li {
	margin-left: 90px;
	list-style: none;
	line-height: 1.2;
	margin-bottom: 10px;
}
ul.index li.label {
	margin-left: 0px;
	margin-bottom: 10px;
	font-weight: 700;
}
ul.index li small {
	display: inline-block;
	font-size: 15px;
	color: #333;
	margin-left: -90px;
	width: 90px;
	margin-bottom: 3px;
}
ul li small {
	display: inline-block;
}
ul.mm-list li img {
	float: left;
	width: 30px;
	height: 30px;
	margin: -5px 10px -5px -5px;
}
ul.level1 li small { width: 40px; }
ul.level2 li small { width: 55px; }
ul.level3 li small { width: 65px; }

ul li.loading_text {
	text-align: center;
	font-size: 18px;
	/* background: url('imgs/loading.svg') no-repeat center center; */
	/* background-size: 33px 33px; */
	color: rgba(255, 255, 255, 0.8);
	/* padding-top: 50px;  */
}
ul li.loading_image::after, ul li.loading_text::after {
	border: none!important; 
}

ul#footermenu li.loading_text {
	width: auto;
	font-size: 18px;
	font-family:inherit;
	line-height: 36px;
}

.ltIE9 ul li.loading_text {
	color: #FFF;
}

ul li.loading_image  {
	text-align: center;
	/* margin-top: 12.5%; */
}

ul#footermenu li.loading_image {
	width: auto;	
}

ul#footermenu li.loading_image img {
	display: block;	
}

ul li.loading_image img {
	float: none;
	width: 30px;
	height: 30px;
	margin: 12.5% 0 0 0;
	
	-webkit-transform-origin: center center;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin:50% 50%;

	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	-o-animation:spin 1s linear infinite;
	-ms-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;

}
/* spin animation */
@-webkit-keyframes spin{ 100% { -webkit-transform: rotate(360deg); }}
@-moz-keyframes spin{ 100% { -moz-transform: rotate(360deg); }}
@-o-keyframes spin{ 100% { -o-transform: rotate(360deg); }}
@-ms-keyframes spin{ 100% { -ms-transform: rotate(360deg); }}
@keyframes spin{ 100% { transform: rotate(360deg); }}


pre {
	font-size: 12px;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#refresh-container {
	position: absolute;
	right: 50%;
	display:none;  
}

#refresh {
	position: relative;
    right: -50%;
    font-size: 16px;
	color: #fff;
	line-height:30px;
	/* white-space: nowrap; */
	padding-left: 35px;
	margin-left: -35px;
	margin-right: -15px;
	
}

#refresh.drag {		
	background: url(imgs/icons/drag-icon.svg) left 1px no-repeat;
}

#refresh.release {		
	background: url(imgs/icons/refresh-icon.svg) left 0px no-repeat;
	/* background: url(imgs/icons/release-icon.svg) left -1px no-repeat; */
}

#refresh.refresh {		
	background: url(imgs/icons/refresh-icon.svg) left 0px no-repeat;
}

/*
#refresh-container .refresh-icon {
	display: block;
	width: 24px;
	height: 24px;
	background: url(imgs/icons/icon-downloads.svg) center center no-repeat;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
*/


img.sswt-icon {
	width: 50%;
	float: left;
	margin: 15px -6% -15px -14%;
}


#repaint {
}

#page nav {
	display: none;
}

header {
	background: #68AD45;
	/* background: rgba(0, 0, 0, 0.80); */
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 60px;
	height: 60px;
	/* width: 100%; */
	padding: 0;
	
}
footer {
	background: #36B0E4;
	color: #FFF;
	margin: 0;
}

footer #menu {
	max-width: 1024px;
	margin: 0 auto;
	padding: 60px 92px;
	min-height: 160px;
}

ul#footermenu {
	margin-right: -3%;
}

ul#footermenu li {
	display: inline-block;
	vertical-align: top;
	width: 15%;
	margin-right: 1%;
	padding-bottom: 10px;
	font-family: "sswtmedium","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 17px;
	color: #FFF;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

ul#footermenu li:last-child {
	margin-right: -3%;
}

ul#footermenu li img {
	display: none;
}

ul#footermenu li a {
	color: #FFF;
}

ul#footermenu li > ul > li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	
	font-family: "sswtnormal","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
}

ul#footermenu li > ul > li:first-child {
	margin-top: 3px;
}

ul#footermenu li > ul > li > ul {
	display: none;
}

ul#footermenu li.Label {
	color: #bfe5f5;
	font-size: 10px;
	text-transform: uppercase;
}

#participants {
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 92px;
	margin-bottom: 60px;
}

#participants p {
	padding-top: 20px;
	font-size: 16px;
	line-height: 18px;
	margin-right: 45px;
}

#participants img {
	width: auto;
	max-width: 100%;
}

#backtothetop {
	position: absolute;
	display: none;
	right: 82px;
	bottom: -14px;
}

#copyright {
	background: #003876;
}

#copyright .content {
	max-width: 1024px;
	margin: 0 auto;
	padding: 15px 92px 30px 92px;
	font-size: 16px;
	line-height: 1.25;
	color: #9FB4CC;
}

#copyright .content a {
	font-family: "sswtmedium","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #809CBB;
}

#copyright .content a:active, #copyright .content a:hover {
	color: #9FB4CC;
}

#copyright .content strong {
	font-family: "sswtmedium","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}


#we-are {
	margin: 0 auto;
	display: block;
	font-family: "sswtmedium","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 25px;
	color: #FFF;
	/* width: 60px; */
	/* height: 60px; */
	/* background: center center no-repeat transparent; */
	/* background-image: url( imgs/logo-kvt-menu.svg ); */	
}
.ltIE9 #we-are {
	/* background-image: url( imgs/logo-kvt-menu.png ); */
}
.menu-left, .menu-right, #saveButton {
	background: center center no-repeat transparent;
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
}
.menu-left {
	background-image: url( imgs/icons/menu-icon.svg );
	left: 10px;
	right: auto;
} 
.ltIE9 .menu-left {
	background-image: url( imgs/icons/menu-icon.png );
} 
.menu-right {
	background-image: url( imgs/icons/search-icon.svg );
	left: auto;
	right: 10px;
}
.ltIE9 .menu-right {
	background-image: url( imgs/icons/search-icon.png );
}
#saveButton {
	background-image: url( imgs/icons/save-icon.svg );
	left: auto;
	right: 70px;
	cursor:pointer;
}

/*  start little ie8 fix */
.ltIE9 .mm-list > li {
	border-bottom: #071837 1px solid;
}
.ltIE9 .mm-list > li.mm-subtitle, .ltIE9 .mm-list > li.mm-label, .ltIE9 .mm-list > li.mm-noresults {
	border: none;
}
.ltIE9 .mm-page #page {
	left:0;
	right:0;
	border: none;
}

#suggestions {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.mm-search a.suggestion {
	line-height: 20px;
	display: none;
	padding: 10px 10px 10px 20px;
	margin: 0;
	color: #555;
	background-color: #F2F2F2;
}
.mm-search a.suggestion:hover, .mm-search a.suggestion:active, .mm-search a.suggestion.selected {
	background-color: #FFF;
}

#searchform {
	position: relative;
	/* width: 100%; */
	margin-right: 88px;
}

#searchform #mainsearch {
	font-family: "sswtnormal","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	
	font-size: 22px;
	line-height: 27px;
	height: 27px;
	display: block;
	margin-top: 20px;
	padding: 10px 20px 10px 20px; 
	width: 100%;
	color: #555;
	background-color: #FFF;
	border: 1px solid #CCC;
}

#searchform #mainsearch:focus {
	border: 1px solid #409DF0;
}

#searchform input { color: rgba(0, 0, 0, 0.25); }
#searchform input::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.25); }
#searchform input::-moz-placeholder { color: rgba(0, 0, 0, 0.25); }
#searchform input:-ms-input-placeholder { color: rgba(0, 0, 0, 0.25); }

#searchform #submit {
	position: absolute;
	top: 0; 
	right: -88px;
	width: 49px;
	height: 49px;
	/* background: #00AEEF; */
	background: #00AEEF url(imgs/arrow.svg) 21px 0 no-repeat;
	/* background-size:44px 352px; */
	overflow:hidden;
	cursor:pointer;
	font-size:0;
	line-height:0;
	text-indent:-9999px;	
}

#searchform #mainsearchsuggestions {
	position: absolute;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: #FFF;
	display: block;
	left: 0;
	right: -39px;
	margin: -1px 0 0 0;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
	z-index: 1;
}

#searchform #mainsearchsuggestions a.suggestion {
	line-height: 20px;
	/* display: block; */
	display: none;
	padding: 10px 20px;
	margin: 0;
	color: #555;
	background-color: #FFF;
}

#searchform #mainsearchsuggestions a.suggestion.selected, #searchform #mainsearchsuggestions a.suggestion:hover, #searchform #mainsearchsuggestions a.suggestion:active  {
	color: #474747;
	background-color: #F2F2F2;
}

#searchresults {
	margin: 20px 0;
}

#searchresults p {
	margin-top: 16px;
	font-size: 16px;
}

#searchresults p a {
	font-size: 17px;
}

#searchresults img {
	display: none;
}

@media all and (max-width: 1440px) {
	/*
html.ltIE9.mm-opened .mm-page .menu-right {
		right: -430px;
	}
*/
}
/*  end little ie8 fix */
@media all and (max-width: 550px) {
	ul.index li {
		margin-left: 0;
	}
	ul.index li small {
		margin-left: 0;
		width: 100%;
	}
}

#breadcrumb {
	background: #003876;
	color: #555555;
	margin: 0;
}

#breadcrumb .content {
	max-width: 1024px;
	font-family: "sswtnormal","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	
	font-size: 18px;
	color: #f9f9f9;
	margin: 0 auto;
	padding: 72px 92px 13px 92px;
}

#breadcrumb .content p {
	margin: 0;
}

#breadcrumb .content p {
	font-family: "sswtmedium","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	padding-left: 10px;
}

#breadcrumb .content a {
	font-family: "sswtmedium","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #f9f9f9;
}

#breadcrumb .content a:hover {
	color: #fff;
	border-bottom: 1px solid #f9f9f9;
}

section {
	background-color: #f9f9f9;
	min-height: 400px;
}
	
#content {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 92px 92px 92px;
	/* overflow: hidden; */
}

#content:after {
  content:"";
  display:table;
  clear:both;
}


article {
	float: left;
	width:66%;
	margin-right: 3%;
	padding-top: 4%;
}

#menu-aside {
	float: left;
	width: 30%;
	margin: 20px 0 10px 0;
	padding-top: 4%;
}

#menu-aside span.subject {
	font-family: "sswtmedium","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 22px;
	display: block;
	padding: 10px 20px 15px 20px;
	color: #FFF;
	background: #00AEEF;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

#menu-aside ul { list-style-type: none; }

#menu-aside li a {
	font-family: "sswtnormal","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	display: block;
	padding: 10px 20px 12px 20px;
	color: #555;
	background: #F2F2F2;
	border-bottom: 1px #F9F9F9 solid;
	/* list-style: none; */
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

#menu-aside li a:hover {
	background: #fbfbfb;
}

#menu-aside li a img {
	display: none;
}

#menu-aside .aside-selected {
	font-family: "sswtnormal","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	display: block;
	padding: 10px 20px 12px 20px;
	color: #ccc;
	background: #F9F9F9;
	border-bottom: 1px #F9F9F9 solid;
	/* list-style: none; */
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

#menu-aside li.Label {
	  
    /*
text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
*/
    font-family: "sswtmedium","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-size: 11px;
    padding: 3px 20px 3px 20px;
    background: #eee;
    color: #bbb;
    text-transform: uppercase;
    /* border-top: 1px #F2F2F2 solid; */
    border-bottom: 1px #F9F9F9 solid;
    /*
text-indent: 20px;
    line-height: 25px;
    padding-right: 5px;
*/

}

#menu-aside li > ul  {
	/* display: none; */
	float: right;
	height: 46px;
	width: 24px;
	margin-top: -47px;
	background: transparent url( imgs/arrow-aside.svg ) no-repeat;
	background-position: left center;
	/* disable links */
	pointer-events: none;
	cursor: default;
	/* hide text */
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#menu-aside li > ul > li {
	display: none;
}

ul#start, ul#branding {
	font-size: 0;
	margin-right: -4.5%;
	
}

ul#branding {
	padding-top: 5%;
	margin-bottom: 4%;
}

ul#branding li {
	font-size: 20px;
	line-height: 22px;
	/* background: #003876; */
}

#start li, #branding li {
	position: relative;
	text-align: left;
	vertical-align: middle;
	width: 30%;
	display: inline-block;
	margin-right: 3%;
	margin-bottom: 3%;
	overflow: hidden;
}

#branding li a {
	display:block;
	width: 100%;
	padding-bottom: 51.5%;
}

#branding li a img {  /* anti-collapsing images */
	position: absolute; left: 0; top: 0; margin: 0; font-size: 0; line-height: 0;	
}

#branding li:first-child a { display: block; padding:15px 10px 0 10px; }
#branding li:last-child  { text-align: right; width: calc(30% - 10px); }
#branding li:last-child a {
	display: block; 
	padding: 15px 0 0 0;
}

#branding li a span.hidden {
	padding: 58% 0 0 10px; 
	display: none;
}

#start li span {
	font-family: "sswtmedium","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 22px;
	display: block;
	padding: 10px 20px 15px 20px;
	color: #f9f9f9;
	background: #00AEEF url( imgs/arrow.svg ) no-repeat;
	background-position: 94% 0px; 
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.ltIE9 #start li span {
	background: #00AEEF url( imgs/arrow.png ) 94% 0px no-repeat;
}

#start li:hover span {
	color: #fff;
	background-position: 94% -49px; 
}

#start li a {
	width: 100%;
	padding-bottom: 75%;
	display:block;		
}

#start li a img {
	position: absolute; left: 0; margin: 0; font-size: 0; line-height: 0;
}

.start-img-container img {  /* anti-collapsing */
	position: absolute; left: 0; margin: 0; font-size: 0; line-height: 0;
}

#start li p {
	font-size: 18px;
	line-height: 20px;
	
}

#start li a.news {
	padding-bottom: 0;
	margin-bottom: 10%;
	height: 270px;
	background-color: #EBEBEB;
	overflow: hidden;
}
#start li a.news span.title {
	
	background: #003876;
}
#start li a.news img.read-more {
	position: absolute;
	bottom: 10%;
	right: 0;
	left: auto;
	margin: 0;
	padding: 0;
	/* z-index: -1; */
	width: 50px;
	height: 50px;
}
#start li a.news p {

	color: #333;
	font-size: 16px;
	padding: 10px 20px 0 15px;
	line-height: 22px;
	

}



#news {
	position: relative;
	margin-right: -4.5%;
	margin-bottom: 6%;
	overflow: hidden;	
}

#news span.title {
	position: relative;
	font-family: "sswtmedium","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 22px;
	display: block;
	padding: 10px 20px 15px 20px;
	color: #FFF;
	line-height: 24px;
	
	background: #003876;
	
	margin-right: 4%;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	
	z-index: 1;
}

#news a {
	display: block;
	line-height: 0;
}

#news p {
	position: absolute;
	top: 0px;
	left: 30%;
	bottom: 0;
	
	background-color: #EBEBEB;
	
	background: #eaeaea url('imgs/news-bg.png') bottom left repeat-x;
	
	margin-right: 4%;
	margin-bottom: 0;
	padding: 80px 3% 0 3%;
	line-height: 24px;
	

}

#news img#visual {
	width: 30%;
}

#news img#read-more {
	position: absolute;
	bottom: 1px;
	right: 4%;
	margin: 0;
	padding: 0;
	/* z-index: -1; */
	width: 50px;
	height: 50px;
}

.twocolumns1, .twocolumns2 {
	display: inline-block;
	vertical-align: top;
	width: 47%;	
}

.twocolumns1 {
	margin-right: 5%;
}

.history {
	display: block;
	width: 60px;
	height: 60px;
	background: url( imgs/arrow-back.svg ) center -90px no-repeat;
	position: absolute;
	top: 0;
	left: 60px;
	right: auto;
	/* hide text */
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


#saveButton.green {
	background-color: green;
}
#saveButton.red {
	background-color: red;
}
#saveButton.busy {
	background-color: orange;
}
.keeptogether {
	font-size: inherit;
	font-weight: inherit;
	white-space: nowrap;
}
#edit h3 {
	line-height: 20px;
	margin: 0;
	padding: 10px 10px 10px 20px;
	font-size:100%;
	font-weight:400;
}
#edit p#message {
	overflow-x: auto;
}
input.clear, input.submit {
	padding: 5px 0px 15px 0px;
	font-family: "sswtnormal","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	
	cursor:pointer;
}
input.clear {
	color: #555;
}
input.submit {
	float: right;
}
#login { /* form */
	/* display: none; */
	padding: 0px;
}
#login input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	font: inherit;
	/* font-size: 14px; */
	font-family: "sswtmedium","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	
	line-height: 28px;
	outline: none;
	display: block;
	width: 100%;
	height: 36px;
	margin: 0 0 10px 0;
	padding: 0 10px;
	background: rgba(0, 0, 0, 0.25);
	color: rgba(255, 255, 255, 0.8);	
}

#login input { color: rgba(255, 255, 255, 0.75); }
#login input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.75); }
#login input::-moz-placeholder { color: rgba(255, 255, 255, 0.75); }
#login input:-ms-input-placeholder { color: rgba(255, 255, 255, 0.75); }
/* } */

#login input:focus {
	background: rgba(0, 0, 0, 0.1);
	color: #616161;
}

#zoek {
	position: absolute;
	top: 0;
	left: auto;
	right: -440px;
	width: 440px;
	height: 100px;
	background-color: #071B42;
	border-bottom: 1px solid transparent;
	border-color: rgba(0, 0, 0, 0.15);
	color: rgba(255, 255, 255, 0.4);
	z-index: 200;
}

#zoek input {
	background: rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.6);
}

#zoek input:focus {
	background: rgba(255, 255, 255, 0.3);
	color: #FFF;
}

#menu-right .mm-title {
	position: absolute;
	padding-top: 10px;
	top: 60px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	height: 29px;
	color: rgba(255, 255, 255, 0.5);
	z-index: 1;
}

a.uponelevel {
	float: left;
	clear:both;
	font-family: "sswtmedium", "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #bbb;
	padding: 10px 0 10px 20px;
	background: url( imgs/arrow-terug.svg ) 0 -3px no-repeat;
}

.ltIE9 a.uponelevel {
	background: url( imgs/arrow-terug.png ) 0 -3px no-repeat;
}

a.uponelevel:active, a.uponelevel:hover {
	color: #aaa;
}

.metacontent {	
	padding: 15px 20px 10px 20px;
	background: #F2F2F2;
	border-bottom: 1px #F9F9F9 solid;
}
.metacontent span {
	font-family: "sswtmedium","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #555;
	display: block;
	padding-bottom: 10px;
}
.metacontent p {
	min-height: 24px;
}


/* ---------------------------------------------------------------------   media queries   --------------------------------------------------------------------- */



@media all and (min-width: 1280px) {

	#breadcrumb .content { padding: 72px 30px 13px 30px; }
	#content { padding: 0 30px 92px 30px; }
	#copyright .content { padding: 15px 30px 30px 30px; }
	#participants { padding: 0 30px; }
	#backtothetop { right: 20px; }
	
	footer #menu { padding: 60px 30px; }
	#news { margin-bottom: 60px; }
	
}

@media all and (max-width: 1023px) {
	
	#breadcrumb .content { padding: 72px 30px 13px 30px; }
	#content { padding: 0 30px 60px 30px; }
	#copyright .content { padding: 15px 30px 30px 30px; }
	#participants { padding: 0 30px; }
	#backtothetop { right: 20px; }
	
	footer #menu { padding: 5% 30px; }
	ul#footermenu li { width: 30%; }
	
	#branding li:first-child a { font-size: 18px; line-height: 20px; }
	#branding li:last-child a { font-size: 18px; line-height: 20px; }


}

@media all and (max-width: 799px) {
	
	#breadcrumb .content { padding: 72px 92px 13px 92px; }
	
	#content { padding: 0 92px 5% 92px; }
	
	#copyright .content { padding: 15px 92px 30px 92px; }
	
	article { width:100%; margin-right: 0; }

	#menu-aside { width:100%; }
	
	footer #menu { padding: 5% 92px; }
	
	#participants { padding: 0 92px; }
	
	#backtothetop { right: 92px; }
	
	ul#branding, ul#start { margin-right: -5.5%; }
	
/*	#branding li:first-child { display: none; }*/
	
/*	#branding li a span.hidden { display: block; }*/
	
/*	#branding li a { padding-bottom: 0; }*/

	#branding li:first-child a { font-size: 20px; line-height: 22px; }

	#branding li, #start li { width: 45%; margin-right: 5%; margin-bottom: 5%; }

	#branding li:last-child { display: none; }
	
	
	#news { margin-right: -5.5%; }
	
	#news span.title { margin-right: 5%; }
	
	#news img#visual { width: 45%; }
	
	#news p { margin-right: 5%; left: 45%; padding: 70px 5% 0 5%; }
	
	#start li:nth-child(3) { display:none; }
	
	#news img#read-more { right: 5%; }
	
	.twocolumns1, .twocolumns2 { width: 100%; }
	
	.twocolumns1 { margin-right: 0; }
	
	ul#footermenu li { width: 48%; }
	
	
}

@media all and (max-width: 699px) {

	#breadcrumb .content { padding: 72px 30px 13px 30px; }
	
	#content { padding: 0 30px 5% 30px; }
	
	#copyright .content { padding: 15px 30px 30px 30px; }
	
	footer #menu { padding: 5% 30px; }
	
	#participants { padding: 0 30px; }

	#backtothetop { right: 30px; }

}

@media all and (max-width: 567px) {
	
	#breadcrumb .content { padding: 72px 92px 13px 92px; }
	
	#content { padding: 0 92px 5% 92px; }
	
	#copyright .content { padding: 15px 92px 30px 92px; }
	
	footer #menu { padding: 5% 92px; }
	
	#participants { padding: 0 92px; }
	
	#backtothetop { right: 92px; }
	
	ul#branding, ul#start { margin-right: 0; }


	#branding li:first-child { display: none; }
	
	#branding li a span.hidden { display: block; }
	
	#branding li a { padding-bottom: 0; }

	
	#branding li, #start li { width: 100%; margin-right: 5%; margin-bottom: 5%; }
	
	#branding li:last-child a span.hidden { margin-top: -20px; margin-bottom: 10px; }
	
	#start li img { display: none; }
	
	#start li a { padding-bottom: 0; }
	
	#start li:nth-child(3) { display:block; }
	#start li a.news img.read-more { display:block; }
	
	#news { height: 240px; margin-bottom: 10%; }
	
	#news img#visual { display: none; }
	
	#news p { left: 0; } 
	
	ul#footermenu li { width: 100%; }

}

@media all and (max-width: 479px) {
	
	#breadcrumb .content { padding: 72px 30px 13px 30px; }
	
	#content { padding: 0 30px 5% 30px; }
	
	footer #menu { padding: 5% 30px; }
	
	#participants { padding: 0 30px; }
	
	#backtothetop { right: 30px; }
	
	#copyright .content { padding: 15px 30px 30px 30px; }

}

@media all and (max-width: 374px) {

	.history { left: 50px; }

}


/* ---------------------------------------------------------------------   magnific popup  --------------------------------------------------------------------- */

.white-popup-block-300, .white-popup-block-400, .white-popup-block-650, .white-popup-block-800 {
	background: #FFF;
    padding: 20px 30px;
    text-align: left;
    margin: 40px auto;
    position: relative;
}

.white-popup-block-300 {
	max-width: 300px;
}
.white-popup-block-400 {
    max-width: 400px;
}
.white-popup-block-650 {
	max-width: 650px;
}
.white-popup-block-800 {
	max-width: 800px;
}

.mfp-container h1 {
	margin: 10px 0 20px 0;
}

#bel-ons p, #mail-ons p {
	font-size: 20px;
}

/* ------------------------------------------------------------------------------------------------------------------------------- */

.mfp-iframe-scaler .mfp-bottom-bar {
	margin-top:4px;
}

.mfp-iframe-scaler .mfp-bottom-bar a {
	color: #ebebeb;
}

.mfp-iframe-scaler .mfp-bottom-bar a:hover {
	color: #FFF;
}

 /* Styles for dialog window */
      #small-dialog {
        background: white;
        padding: 20px 30px;
        text-align: left;
        max-width: 400px;
        margin: 40px auto;
        position: relative;
      }


      /**
       * Fade-zoom animation for first dialog
       */
      
      /* start state */
      .my-mfp-zoom-in .zoom-anim-dialog {
        opacity: 0;

        -webkit-transition: all 0.2s ease-in-out; 
        -moz-transition: all 0.2s ease-in-out; 
        -o-transition: all 0.2s ease-in-out; 
        transition: all 0.2s ease-in-out; 



        -webkit-transform: scale(0.8); 
        -moz-transform: scale(0.8); 
        -ms-transform: scale(0.8); 
        -o-transform: scale(0.8); 
        transform: scale(0.8); 
      }

      /* animate in */
      .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
        opacity: 1;

        -webkit-transform: scale(1); 
        -moz-transform: scale(1); 
        -ms-transform: scale(1); 
        -o-transform: scale(1); 
        transform: scale(1); 
      }

      /* animate out */
      .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
        -webkit-transform: scale(0.8); 
        -moz-transform: scale(0.8); 
        -ms-transform: scale(0.8); 
        -o-transform: scale(0.8); 
        transform: scale(0.8); 

        opacity: 0;
      }

      /* Dark overlay, start state */
      .my-mfp-zoom-in.mfp-bg {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-out; 
        -moz-transition: opacity 0.3s ease-out; 
        -o-transition: opacity 0.3s ease-out; 
        transition: opacity 0.3s ease-out;
      }
      /* animate in */
      .my-mfp-zoom-in.mfp-ready.mfp-bg {
        opacity: 0.8;
      }
      /* animate out */
      .my-mfp-zoom-in.mfp-removing.mfp-bg {
        opacity: 0;
      }

/* ------------------------------------------------------------------------------------------------------------------------------- */

.mfp-preloader {
	font-size:13px;
}

.mfp-bg {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1042;
	overflow:hidden;
	position:fixed;
	background:#0b0b0b;
	opacity:.8;
	filter:alpha(opacity=80);
}

.mfp-wrap {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1043;
	position:fixed;
	outline:0!important;
	-webkit-backface-visibility:hidden;
}

.mfp-container {
	text-align:center;
	position:absolute; 
	
	/* fortsa */
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	/* fortsa - end */
	
	width:100%;
	height:100%;
	left:0;
	top:0;
	padding:0 8px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.mfp-container:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
}

.mfp-align-top .mfp-container:before {
	display:none;
}

.mfp-content {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	text-align:left;
	z-index:1045;
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
	width:100%;
	cursor:auto;
}

.mfp-ajax-cur {
	cursor:progress;
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor:-moz-zoom-out;
	cursor:-webkit-zoom-out;
	cursor:zoom-out;
}

.mfp-zoom {
	cursor:pointer;
	cursor:-webkit-zoom-in;
	cursor:-moz-zoom-in;
	cursor:zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor:auto;
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.mfp-loading.mfp-figure {
	display:none;
}

.mfp-hide {
	display:none!important;
}

.mfp-preloader {
	color:#CCC;
	position:absolute;
	top:50%;
	width:auto;
	text-align:center;
	margin-top:-.8em;
	left:8px;
	right:8px;
	z-index:1044;
}

.mfp-preloader a {
	color:#CCC;
}

.mfp-preloader a:hover {
	color:#FFF;
}

.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader {
	display:none;
}

button.mfp-arrow,button.mfp-close {
	overflow:visible;
	cursor:pointer;
	background:0 0;
	border:0;
	-webkit-appearance:none;
	display:block;
	outline:0;
	padding:0;
	z-index:1046;
	-webkit-box-shadow:none;
	box-shadow:none;
}

button::-moz-focus-inner {
	padding:0;
	border:0;
}

.mfp-close {
	width:44px;
	height:44px;
	line-height:44px;
	position:absolute;
	right:0;
	top:0;
	text-decoration:none;
	text-align:center;
	opacity:.65;
	filter:alpha(opacity=65);
	padding:0 0 18px 10px;
	color:#FFF;
	font-style:normal;
	font-size:28px;
	font-family:Arial,Baskerville,monospace;
}

.mfp-close:focus,.mfp-close:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.mfp-close:active {
	top:1px;
}

.mfp-close-btn-in .mfp-close {
	color:#333;
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
	color:#FFF;
	right:-6px;
	text-align:right;
	padding-right:6px;
	width:100%;
}

.mfp-counter {
	position:absolute;
	top:0;
	right:0;
	color:#CCC;
	font-size:12px;
	line-height:18px;
	white-space:nowrap;
}

.mfp-arrow {
	position:absolute;
	opacity:.65;
	filter:alpha(opacity=65);
	margin:-55px 0 0;
	top:50%;
	padding:0;
	width:90px;
	height:110px;
	-webkit-tap-highlight-color:transparent;
}

.mfp-arrow:active {
	margin-top:-54px;
}

.mfp-arrow:focus,.mfp-arrow:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before {
	content:'';
	display:block;
	width:0;
	height:0;
	position:absolute;
	left:0;
	top:0;
	margin-top:35px;
	margin-left:35px;
	border:inset transparent;
}

.mfp-arrow .mfp-a,.mfp-arrow:after {
	border-top-width:13px;
	border-bottom-width:13px;
	top:8px;
}

.mfp-arrow .mfp-b,.mfp-arrow:before {
	border-top-width:21px;
	border-bottom-width:21px;
	opacity:.7;
}

.mfp-arrow-left {
	left:0;
}

.mfp-arrow-left .mfp-a,.mfp-arrow-left:after {
	border-right:17px solid #FFF;
	margin-left:31px;
}

.mfp-arrow-left .mfp-b,.mfp-arrow-left:before {
	margin-left:25px;
	border-right:27px solid #3F3F3F;
}

.mfp-arrow-right {
	right:0;
}

.mfp-arrow-right .mfp-a,.mfp-arrow-right:after {
	border-left:17px solid #FFF;
	margin-left:39px;
}

.mfp-arrow-right .mfp-b,.mfp-arrow-right:before {
	border-left:27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top:40px;
	padding-bottom:40px;
}

.mfp-iframe-holder .mfp-content {
	line-height:0;
	width:100%;
	max-width:900px;
}

.mfp-iframe-holder .mfp-close {
	top:-40px;
}

.mfp-iframe-scaler {
	width:100%;
	height:0;
	overflow:hidden;
	padding-top:56.25%;
}

.mfp-iframe-scaler iframe {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-shadow:0 0 8px rgba(0,0,0,.6);
	background:#000;
}

img.mfp-img {
	width:auto;
	max-width:100%;
	height:auto;
	display:block;
	line-height:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:40px 0;
	margin:0 auto;
}

.mfp-figure {
	line-height:0;
}

.mfp-figure:after {
	content:'';
	position:absolute;
	left:0;
	top:40px;
	bottom:40px;
	display:block;
	right:0;
	width:auto;
	height:auto;
	z-index:-1;
	box-shadow:0 0 8px rgba(0,0,0,.6);
	background:#444;
}

.mfp-figure small {
	color:#BDBDBD;
	display:block;
	font-size:12px;
	line-height:14px;
}

.mfp-figure figure {
	margin:0;
}

.mfp-bottom-bar {
	margin-top:-36px;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	cursor:auto;
}

.mfp-title {
	text-align:left;
	line-height:18px;
	color:#F3F3F3;
	word-wrap:break-word;
	padding-right:36px;
}

.mfp-image-holder .mfp-content {
	max-width:100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor:pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left:0;
		padding-right:0;
	}
	
	.mfp-img-mobile img.mfp-img {
		padding:0;
	}
	
	.mfp-img-mobile .mfp-figure:after {
		top:0;
		bottom:0;
	}
	
	.mfp-img-mobile .mfp-figure small {
		display:inline;
		margin-left:5px;
	}
	
	.mfp-img-mobile .mfp-bottom-bar {
		background:rgba(0,0,0,.6);
		bottom:0;
		margin:0;
		top:auto;
		padding:3px 5px;
		position:fixed;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding:0;
	}
	
	.mfp-img-mobile .mfp-counter {
		right:5px;
		top:3px;
	}
	
	.mfp-img-mobile .mfp-close {
		top:0;
		right:0;
		width:35px;
		height:35px;
		line-height:35px;
		background:rgba(0,0,0,.6);
		position:fixed;
		text-align:center;
		padding:0;
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform:scale(.75);
		transform:scale(.75);
	}
	
	.mfp-arrow-left {
		-webkit-transform-origin:0;
		transform-origin:0;
	}
	
	.mfp-arrow-right {
		-webkit-transform-origin:100%;
		transform-origin:100%;
	}
	
	.mfp-container {
		padding-left:6px;
		padding-right:6px;
	}
}

.mfp-ie7 .mfp-img {
	padding:0;
}

.mfp-ie7 .mfp-bottom-bar {
	width:600px;
	left:50%;
	margin-left:-300px;
	margin-top:5px;
	padding-bottom:5px;
}

.mfp-ie7 .mfp-container {
	padding:0;
}

.mfp-ie7 .mfp-content {
	padding-top:44px;
}

.mfp-ie7 .mfp-close {
	top:0;
	right:0;
	padding-top:0;
}

/* ---------------------------------------------------------------------    jquery mmenu    --------------------------------------------------------------------- */


.mm-page,
.mm-fixed-top,
.mm-fixed-bottom,
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  /* dynamicPage false */
/*
  -webkit-transition-property: top, right, bottom, left, border;
  -moz-transition-property: top, right, bottom, left, border;
  -ms-transition-property: top, right, bottom, left, border;
  -o-transition-property: top, right, bottom, left, border;
  transition-property: top, left, bottom, right, border;
*/
  /* dynamicPage true */
  -webkit-transition-property: top, right, bottom, left, border, margin-right, margin-left;
  -moz-transition-property: top, right, bottom, left, border, margin-right, margin-left;
  -ms-transition-property: top, right, bottom, left, border, margin-right, margin-left;
  -o-transition-property: top, right, bottom, left, border, margin-right, margin-left;
  transition-property: top, left, bottom, right, border, margin-right, margin-left;
}

html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  left: 0;
  top: 0;
  margin: 0;
  border: 0px solid rgba(0, 0, 0, 0); }

html.mm-opened .mm-page {
	/* margin-left: 0 \9; */
	/* margin-right: -440px \9; */
}

html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
  border: 0px solid rgba(100, 100, 100, 0); }


.mm-menu .mm-hidden {
  display: none; }

.mm-fixed-top,
.mm-fixed-bottom {
  position: fixed;
  z-index: 10;
  left: 0;
  right:0; }
  
/* dynamicPage false */
/*
.mm-fixed-top,
.mm-fixed-bottom {
	width: 100%;
} 
*/
/* dynamicPage true */
@media all and (max-width: 1523px) {
	.mm-fixed-top,
	.mm-fixed-bottom {
		width: 100%;
	}
}

.mm-fixed-top {
  top: 0; }

.mm-fixed-bottom {
  bottom: 0; }

html.mm-opened .mm-page,
.mm-menu > .mm-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-opened .mm-page {
  position: relative; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
	font-family: "sswtnormal","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  background: inherit;
  display: none;
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    /* height: 100%; fortsa */
    padding: 20px;
    position: absolute;
    top: 100px; /* fortsa */
    bottom: 0; /* fortsa */
    left: 100%;
    z-index: 0; }
    .mm-menu > .mm-panel.mm-opened {
      left: 0%; }
    .mm-menu > .mm-panel.mm-subopened {
      left: -40%; }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
    .mm-menu > .mm-panel.mm-hidden {
      display: block;
      visibility: hidden; }

.mm-menu .mm-list {
  padding: 20px 0; }
/*
.mm-menu > .mm-list {
  padding: 20px 0 40px 0; }
fortsa */
.mm-menu > .mm-list {
  padding: 0 0 40px 0; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 16px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list a em { font-style: italic; font-size: 105%; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
	  
	font-family: "sswtmedium","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; /* fortsa */
    color: rgba(255, 255, 255, 0.5); /* fortsa */
	  
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    /* border: 2px solid transparent; */
    display: block;
    width: 7px;
    height: 13px;
    margin-bottom: -6px;
    position: absolute;
    bottom: 50%;
    /*
-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); 
*/
    background: url( imgs/arrow.svg )  center -18px no-repeat;
    }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px; }

html.mm-opened .mm-page {
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); */ }

.mm-ismenu {
  background: #333333;
  background: #071B42;
  color: rgb(255, 255, 255);
  /* color: rgba(255, 255, 255, 0.6); */ }

.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }
.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05); }
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05); }

html.mm-opening .mm-page,
html.mm-opening #mm-blocker,
html.mm-opening .mm-fixed-top,
html.mm-opening .mm-fixed-bottom {
  left: 80%; }

.mm-menu {
  width: 80%; }

@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px; }

  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker,
  html.mm-opening .mm-fixed-top,
  html.mm-opening .mm-fixed-bottom {
    left: 140px; } }

@media all and (max-width: 549px) {
  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 80%; 
    width:100%;
    right:-80%; 
   }
   #zoek {
	   width:80%;
	   right:-80%;
   } 
} 
      

@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px; }

  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker,
  html.mm-opening .mm-fixed-top,
  html.mm-opening .mm-fixed-bottom {
    left: 440px; right:-440px; } }
    

@media all and (min-width: 1524px) {
  .mm-menu {
    width: 440px; }
  /* dynamicPage false */
/*
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker,
  html.mm-opening .mm-fixed-top,
  html.mm-opening .mm-fixed-bottom {
    left: 440px; right:-440px; }
*/
  /* dynamicPage true */
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker,
  html.mm-opening .mm-fixed-top,
  html.mm-opening .mm-fixed-bottom {
    left: 440px; right:-440px; margin-right:440px; } 
}
/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 16px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%;
   }
  em.mm-counter + a.mm-subopen {
    padding-left: 40px; 
    background-color: rgba(0,0,0,0); } /* fortsa - fix for ie (>8) selecting counter instead of clicking link */
    em.mm-counter + a.mm-subopen + a,
    em.mm-counter + a.mm-subopen + span {
      margin-right: 80px;  } 
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-nosubresults > em.mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.5); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu header addon CSS
*/

.mm-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  width: 100%;
  height: 100px;
  padding: 30px 40px 0 40px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0; }
  .mm-header .mm-title {

    color: rgba(255, 255, 255, 0.5); /* fortsa */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: 29px;
    position: relative;
    z-index: 1; }
    /* ---------------------------------------------------------------------------------------- start arrows  */
  .mm-header .mm-prev,
  .mm-header .mm-next {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    bottom: 0; 
    
    background: url( imgs/arrow.svg )  center -18px no-repeat;
    }
    /*
.mm-header .mm-prev:before,
    .mm-header .mm-next:before {
      content: '';
      border: 2px solid transparent;
      display: block;
      width: 7px;
      height: 13px;
      margin-bottom: -5px;
      position: absolute;
      bottom: 50%;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      margin-bottom: -15px; }
*/
  .mm-header .mm-prev {
    left: 3px;
    background-position: center -6px;
    
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
    .mm-header .mm-prev:before {
      border-right: none;
      border-bottom: none;
      left: 22px; }
  .mm-header .mm-next {
    right: 3px;}
    .mm-header .mm-next:before {
      border-top: none;
      border-left: none;
      right: 18px;
      }

.mm-menu.mm-hassearch .mm-header {
  height: 40px;
  padding-top: 10px;
  top: 60px; }
  .mm-menu.mm-hassearch .mm-header .mm-prev:before,
  .mm-menu.mm-hassearch .mm-header .mm-mext:before {
    margin-bottom: -10px; }
/* ---------------------------------------------------------------------------------------- end arrows  */
.mm-menu.mm-hasheader li.mm-subtitle {
  display: none; }
/* fortsa
.mm-menu.mm-hasheader .mm-panel {
  padding-top: 80px; }
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px; }
.mm-menu.mm-hasheader.mm-ismenu > .mm-panel {
  padding-top: 60px; }
.mm-menu.mm-hasheader.mm-ismenu.mm-hassearch > .mm-panel {
  padding-top: 100px; }
*/

.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.4); }
  .mm-menu .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu labels addon CSS
*/
.mm-menu.mm-fixedlabels .mm-list {
  background: inherit; }
  .mm-menu.mm-fixedlabels .mm-list > li.mm-label {
    background: inherit !important;
    opacity: 0.97;
    height: 25px;
    overflow: visible;
    position: relative;
    font-family: "sswtmedium","Myriad Set Pro","Lucida Grande","Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; /* fortsa */
    color: rgba(255, 255, 255, 0.5); /* fortsa */
    z-index: 1; }
    .mm-menu.mm-fixedlabels .mm-list > li.mm-label > div {
      background: inherit;
      width: 100%;
      position: absolute;
      left: 0; }
      .mm-menu.mm-fixedlabels .mm-list > li.mm-label > div > div {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
    .mm-menu.mm-fixedlabels .mm-list > li.mm-label.mm-spacer > div > div {
      padding-top: 25px; }

.mm-list > li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0; }
.mm-list > li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 17px; }
.mm-list > li.mm-collapsed {
  display: none; }

.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.02); }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.mm-search {
  background: inherit;
  width: 100%;
  height: 50px;
  padding: 10px;
  position: relative;
  top: 0;
  z-index: 2; }
  .mm-search input {
    border: none;
    /* border-radius: 15px; */
    font: inherit;
    font-size: 18px;
    /* line-height: 30px; */
    line-height: normal;
    outline: none;
    display: block;
    width: 100%;
    height: 38px;
    margin: 0;
    padding: 0 10px 4px 10px; }

.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none; }
  .mm-menu li.mm-nosubresults > a.mm-subopen + a,
  .mm-menu li.mm-nosubresults > a.mm-subopen + span {
    padding-right: 10px; }
.mm-menu li.mm-noresults {
  text-align: center;
  font-size: 21px;
  display: none;
  padding-top: 80px; }
  .mm-menu li.mm-noresults:after {
    border: none; }
.mm-menu.mm-noresults li.mm-noresults {
  display: block; }
/* fortsa
.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 60px; }
*/

.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu .mm-search input:focus {
	background: rgba(255, 255, 255, 0.3);
	color: #FFF; }
.mm-menu li.mm-noresults {
  color: rgba(255, 255, 255, 0.3); }
::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.3); }
::-moz-placeholder { color: rgba(255, 255, 255, 0.3); }
:-ms-input-placeholder { color: rgba(255, 255, 255, 0.3); }
/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  transform: translateX(-40%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  -o-transform: translateX(40%);
  transform: translateX(40%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
  transform: translateY(40%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-40%);
  -moz-transform: scale(0.7, 0.7) translateX(-40%);
  -ms-transform: scale(0.7, 0.7) translateX(-40%);
  -o-transform: scale(0.7, 0.7) translateX(-40%);
  transform: scale(0.7, 0.7) translateX(-40%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(40%);
  -moz-transform: scale(0.7, 0.7) translateX(40%);
  -ms-transform: scale(0.7, 0.7) translateX(40%);
  -o-transform: scale(0.7, 0.7) translateX(40%);
  transform: scale(0.7, 0.7) translateX(40%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-40%);
  -moz-transform: scale(0.7, 0.7) translateY(-40%);
  -ms-transform: scale(0.7, 0.7) translateY(-40%);
  -o-transform: scale(0.7, 0.7) translateY(-40%);
  transform: scale(0.7, 0.7) translateY(-40%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(40%);
  -moz-transform: scale(0.7, 0.7) translateY(40%);
  -ms-transform: scale(0.7, 0.7) translateY(40%);
  -o-transform: scale(0.7, 0.7) translateY(40%);
  transform: scale(0.7, 0.7) translateY(40%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-page.mm-opened .mm-page {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-page.mm-opening .mm-page {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5); }
html.mm-zoom-page.mm-right.mm-opened .mm-page {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-page.mm-top.mm-opened .mm-page {
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-page.mm-bottom.mm-opened .mm-page {
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }

html.mm-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
  html.mm-zoom-panels .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
    html.mm-zoom-panels .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7);
      -moz-transform: scale(0.7, 0.7);
      -ms-transform: scale(0.7, 0.7);
      -o-transform: scale(0.7, 0.7);
      transform: scale(0.7, 0.7); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
html.mm-opening.mm-fullscreen .mm-page,
html.mm-opening.mm-fullscreen #mm-blocker,
html.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-opening.mm-fullscreen .mm-fixed-bottom {
  left: 100%; }

.mm-menu.mm-fullscreen {
  width: 100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-fullscreen {
    width: 140px; }

  html.mm-opening.mm-fullscreen .mm-page,
  html.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-fullscreen {
    width: 10000px; }

  html.mm-opening.mm-fullscreen .mm-page,
  html.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 10000px; } }
.mm-menu.mm-top.mm-fullscreen {
  height: 100%; }

html.mm-top.mm-opening.mm-fullscreen .mm-page,
html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
  top: 100%; }
html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
  bottom: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-top.mm-fullscreen {
    height: 140px; }

  html.mm-top.mm-opening.mm-fullscreen .mm-page,
  html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 140px; }
  html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-top.mm-fullscreen {
    height: 10000px; }

  html.mm-top.mm-opening.mm-fullscreen .mm-page,
  html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 10000px; }
  html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -10000px; } }
.mm-menu.mm-right.mm-fullscreen {
  width: 100%; }

html.mm-right.mm-opening.mm-fullscreen .mm-page,
html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
  right: 100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-right.mm-fullscreen {
    width: 140px; }

  html.mm-right.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-right.mm-fullscreen {
    width: 10000px; }

  html.mm-right.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 10000px; } }
.mm-menu.mm-bottom.mm-fullscreen {
  height: 100%; }

html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
  bottom: 100%; }
html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
  top: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-bottom.mm-fullscreen {
    height: 140px; }

  html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
  html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 140px; }
  html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-bottom.mm-fullscreen {
    height: 10000px; }

  html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
  html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 10000px; }
  html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -10000px; } }
.mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
  left: -100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
    left: -140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
    left: -10000px; } }
.mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
  top: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -10000px; } }
.mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
  right: -100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -10000px; } }
.mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
  bottom: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -10000px; } }
html.mm-front .mm-fixed-top,
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto; }
html.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-top {
  top: 0; }
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top {
  width: 100%; }

html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
  top: 0%; }

html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  left: 0; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker,
html.mm-right.mm-opened .mm-fixed-top,
html.mm-right.mm-opened .mm-fixed-bottom {
  /* left: auto; */
  right: 0%; }

html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  /* left: auto; */ }

@media all and (max-width: 549px) {
html.mm-right.mm-opened.mm-opening .mm-page, 
html.mm-right.mm-opened.mm-opening #mm-blocker, 
html.mm-right.mm-opened.mm-opening .mm-fixed-top, 
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  left: -80%;
  width: 100%; } }

/* dynamicPage false */
/* none */
/* dynamicPage true */
@media all and (min-width: 1524px) {
	html.mm-right.mm-opened .mm-page,
	html.mm-right.mm-opened #mm-blocker,
	html.mm-right.mm-opened .mm-fixed-top,
	html.mm-right.mm-opened .mm-fixed-bottom {
	  left: 0;
	  right: 0%; } }
@media all and (min-width: 1524px) {
	html.mm-right.mm-opened.mm-opening .mm-page,
	html.mm-right.mm-opened.mm-opening #mm-blocker,
	html.mm-right.mm-opened.mm-opening .mm-fixed-top,
	html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
	  left: 0; right:0; } 
	html.mm-right.mm-opened.mm-opening #mm-blocker {
	  left: auto; } }

.mm-menu.mm-bottom {
  width: 100%;
  top: auto;
  bottom: 0; }

html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
  bottom: 0%;
  top: auto; }

html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  top: auto;
  left: 0; }

.mm-menu.mm-top {
  height: 80%; }

html.mm-top.mm-opening .mm-page,
html.mm-top.mm-opening #mm-blocker,
html.mm-top.mm-opening .mm-fixed-top {
  top: 80%; }
html.mm-top.mm-opening .mm-fixed-bottom {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top {
    height: 140px; }

  html.mm-top.mm-opening .mm-page,
  html.mm-top.mm-opening #mm-blocker,
  html.mm-top.mm-opening .mm-fixed-top {
    top: 140px; }
  html.mm-top.mm-opening .mm-fixed-bottom {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top {
    height: 880px; }

  html.mm-top.mm-opening .mm-page,
  html.mm-top.mm-opening #mm-blocker,
  html.mm-top.mm-opening .mm-fixed-top {
    top: 880px; }
  html.mm-top.mm-opening .mm-fixed-bottom {
    bottom: -880px; } }

.mm-menu.mm-right {
  width: 80%; }

html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker,
html.mm-right.mm-opening .mm-fixed-top,
html.mm-right.mm-opening .mm-fixed-bottom {
  right: 80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right {
    width: 140px; }

  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker,
  html.mm-right.mm-opening .mm-fixed-top,
  html.mm-right.mm-opening .mm-fixed-bottom {
    right: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right {
    width: 440px; }

  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker,
  html.mm-right.mm-opening .mm-fixed-top,
  html.mm-right.mm-opening .mm-fixed-bottom {
    left: -440px; right: 440px;  } }
.mm-menu.mm-bottom {
  height: 80%; }

html.mm-bottom.mm-opening .mm-page,
html.mm-bottom.mm-opening #mm-blocker,
html.mm-bottom.mm-opening .mm-fixed-bottom {
  bottom: 80%; }
html.mm-bottom.mm-opening .mm-fixed-top {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom {
    height: 140px; }

  html.mm-bottom.mm-opening .mm-page,
  html.mm-bottom.mm-opening #mm-blocker,
  html.mm-bottom.mm-opening .mm-fixed-bottom {
    bottom: 140px; }
  html.mm-bottom.mm-opening .mm-fixed-top {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom {
    height: 880px; }

  html.mm-bottom.mm-opening .mm-page,
  html.mm-bottom.mm-opening #mm-blocker,
  html.mm-bottom.mm-opening .mm-fixed-bottom {
    bottom: 880px; }
  html.mm-bottom.mm-opening .mm-fixed-top {
    top: -880px; } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front.mm-opened .mm-page {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important; }

.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, -moz-transform;
  -ms-transition-property: top, right, bottom, left, -o-transform;
  -o-transition-property: top, right, bottom, left, -o-transform;
  transition-property: top, right, bottom, left, transform; }

html.mm-front .mm-page,
html.mm-front #mm-blocker {
  z-index: 0; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  left: 0%; }

.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  left: 0; }

html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
  left: 0;
  top: 0%; }

.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  left: auto; }

html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
  left: auto;
  right: 0%; }

.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  top: auto;
  left: 0; }

html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
  left: 0;
  bottom: 0%; }

.mm-menu.mm-front, .mm-menu.mm-next {
  left: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -440px; } }
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -880px; } }
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  right: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -440px; } }
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -880px; } }
html.mm-front .mm-fixed-top,
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto; }
html.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-top {
  top: 0; }
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0; }

/*
	jQuery.mmenu themes extension CSS
*/
.mm-page {
  border-left: 0px solid black;
  border-right: 0px solid;
  border-color: rgba(0, 0, 0, 0);  
}

html.mm-opened.mm-light .mm-page, html.mm-opened .mm-page {
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);  */
  border-left: 0px solid;
  border-right: 0px solid;
  border-color: rgba(0, 0, 0, 0.1);    
}

.mm-ismenu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6);
  /* color: #6bac52; */ }
.mm-menu.mm-light .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-light .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-light .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-search input:focus {
  background: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light li.mm-noresults {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5); }
  .mm-menu.mm-light .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-ismenu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-white .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.06); }
.mm-menu.mm-white .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white li.mm-noresults {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-ismenu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black .mm-list > li:after {
  border-color: rgba(255, 255, 255, 0.2); }
.mm-menu.mm-black .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
  border-color: rgba(255, 255, 255, 0.2); }
.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-black .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.25); }
.mm-menu.mm-black .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.15); }
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black li.mm-noresults {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9); }
  .mm-menu.mm-black .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3); }
