
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */


html, body {
	width:100%;
	height: 100%;
	font-family:'NeoSansW01-UltraItalic';
}

body {
	background-color:#242424;	
	font-size:14px;
	color: #e5e5e5;
	
}

a{
	text-decoration: underline;
}

	.darklink, .footer a, .date a{
		color:#64B445;
	}
	
	.btn a{
		text-decoration: none;
		color:#FFF;
		font-weight:normal;
	}
	
	a.close{
		width:20px;
		height:20px;
		display:block;
	}
	
		a.close.white{
		/*background:url("/images/closeWhite.png") no-repeat 0 0 transparent;*/
		}
		
		a.close.green{
		background:url("/images/closeGreen.png") no-repeat 0 0 transparent;
		}

		
#aboutSlider {
	height:0px;
}
* {	
	padding:0;
	margin:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.ajax{
	-webkit-transform: translateZ(0px);
}
.clear{
	clear:both;
}
h1{
	font-size:50px;
	text-align: center;
	text-transform: uppercase;
	font-family:'Neo Sans W01 Light';
}

h2 {
	font-size:30px;
	text-align: center;
	text-transform:uppercase;
	
}

h3{
	font-family:'Neo Sans W01 Light';
	font-size:16px;
	font-weight:normal;
	margin: 0 0 12px 0;
}
p{
	margin: 0 0 25px 0;
	
}

.floatLeft{
	float:left;
}

/* ---------------- GENERAL ---------------- */



div.wrapper{
	width:1000px;
	margin:0 auto 0 auto;
}

.listSmall {
	width:1020px;
	
	
}

.listSmall li {
	width:150px;
	height: 150px;
	margin:10px;
	float: left;
	
	
	
}

.list {
	width:1020px;
	display: block;
	margin: 0 0 0 -10px;
	height:auto;
	
}

	.boxes .list,
	.boxes .listSmall{
		width:auto;
	}
	
	

.list li {
	width:320px;
	height:210px;
	position:relative;
	background-color: rgba(35, 89, 12, 0.5); 
	margin:10px;
	float: left;
	
}

	.list li.first{
		margin: 10px 10px 10px 0;
	}

.list li.active {
	background-color:#64b445;
}

.list li.active:before {
	content: "";
	position: absolute;
	top:-22px;
	left:80px;
	width:51px;
	height: 23px;
	background: url("/images/li_top.png") no-repeat;

}

.listFull {
	width:100%;
	height:auto;
	display: block;
	position: relative;
	
}

.listFull  li{
	width:100%;
	height:358px;
	padding: 0 170px 0 170px;

}

.listFull li p {
	color: #64b445;
}

.gallerSlider li{
	float:left;
	display:block;
	
}

.arrowLeft , .arrowRight {
	position:absolute;
	top:50%;
	width: 20px;
	height: 30px;
	cursor: pointer;
}

.arrowLeft {
	background-image: url("/images/arrowLeft.png");
	
}

	.arrowLeft.white{
	background-image: url("/images/arrowLeftWhite.png");
	
}

.arrowRight {
	background-image: url("/images/arrowRight.png");

}

	.arrowRight.white {
	background-image: url("/images/arrowRightWhite.png");

}

.dnone {
	display: none;
}

.headingLineWrapper{
	width:100%;
	margin: 0 0 30px 0;
}
	.headingLineWrapper h2 {
	  	position: relative;
		z-index: 1;
		overflow: hidden;
		text-align: center;
		height:auto;
		line-height:52px;
		
	}
	.headingLineWrapper h2:before,.headingLineWrapper h2:after{
	    position: absolute;
	    top: 51%;
	    overflow: hidden;
	    width: 50%;
	    height: 1px;
	    /*content: '\a0';*/
	    background-color: #fff;
	
	}
	
		@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
.headingLineWrapper h2:before,.headingLineWrapper h2:after{
	content:none;
	}
} 
	
		.headingLineWrapper.dark h2:before,.headingLineWrapper.dark h2:after{
			background-color:#000;
		}
	.headingLineWrapper h2:before {
	    margin-left: -54%;
		text-align: right;
	
	}
	
	.headingLineWrapper h2:after{
		margin-left:4%;
	}


.closeIcon{
	position:absolute;
	top:20px;
	right:20px;
	cursor:pointer;
	height:20px;
	width:20px;
}	

/* ---------------- HEADER ---------------- */
header {
	height:45px;
	width: 100%;
	background-color:rgba(0,0,0,0.9);
	z-index: 2;
	position:fixed;
	top:0;
	left:0;
	
}


#logo {
	background-image: url("../images/logo.png");
	width:120px;
	height:69px;
	margin:12px 0 0 0px ;
	float:left;
	display: block;
	position: absolute;
	top:0;
	left:0;
}

.topmenu {
	float:right;
	position:relative;
	text-transform: uppercase;

}

	.topmenu li{
		display:block;
		float:left;
		margin: 0 0px 0 42px;
		line-height: 43px;
		
	}
	
		.topmenu li:first-child{
			
		}

.topmenu a, .loginIcon a {
	text-decoration: none;
	color:white;
	cursor:pointer;
}

.cursor {
	cursor:pointer;
}

#epubList li  div, #aboutBox li div {
	color:white;
}

.mobileMenu{
	display:none;
	}
	
	.loginIcon{
		float:right;
		margin: 15px 0 0 12px;
	}
.langMenu{
	float:right;
	margin: 11px 0 0 42px;

	height:30px;
	width:20px;
}
	.langMenu .globe{
		background:url("/images/menu_globe.png") no-repeat 0 0 transparent;
		height:20px;
		width:20px;
		display:block;
		cursor:pointer;
	}

	ul.lang{
			display:none;
			position:absolute;
			right:10px;
			top:35px;
			}
			
				@-moz-document url-prefix() {
				    ul.lang{
				        right:8px;
				    }
				}


	
			ul.lang li{
				padding:10px 0;
				text-align:center;
			}
			ul.lang a{
				color:#000;
				
				}
				
		.langMenu.active ul.lang{
			display:block;
			background:url("/images/langMenuBg.png") no-repeat 0 0 transparent;
			padding:20px 20px 15px 20px;
			
			width:100px;
		}
		

.topmenu li.mobileLang, .topmenu li.mobileLogin{
	display:none;
}




/* ADDTHIS */
	.addthis_mobile{
		display:none;
	}
	.addthis_floating_style{
		background:transparent !important
	}
	
	.addthis_toolbox{
		top:10% !important;
		right:20px !important;
	}
	
	.at4m-dock a:link, .at4m-dock a:visited{
		font-size:200% !important;
	}

	#at4m-dock{
		padding:10px 0 !important;

	}
	
	.at4m-dock-toggle a,
	.at4m-dock-toggle a.at4-dock-toggle-active{
		background-size:cover;
	}

	.at4m-menu .at4m-menu-content ul li{
		padding:10px 0;
	}
	.at4m-menu .at4m-menu-content ul li a{
		padding-top:0px;
		padding-bottom:0px;
	}
	
	.addthis_floating_style a, .addthis_floating_style.addthis_16x16_style a, .addthis_floating_style.addthis_20x20_style a, .addthis_floating_style.addthis_32x32_style a{
		margin:0;
	}
	
	
/* ---------------- CONTENT ---------------- */
.callToAction, .epublish, .about {
	width:100%;
	background-color:rgba(0,0,0, 0.35);
	background-attachment:fixed;
	background-position: center center;
	background-size: cover;
} 

.callToAction  {
	height:auto;
	min-height:760px;
	margin: -45px 0 0 0;
	background-image: url("../images/selection1.jpg");
	
	position:relative;
	
}

.fourZeroFour .callToAction{
	margin:0;
	height: 100% !important;
}


.callToAction .list li{
	background-color:rgba(0,0,0,0.35);
	padding:10px 20px;
}

.callToAction .listSmall li{
	background-color:rgba(35,89,12,0.50);
	height: 190px;
	padding:11px 16px 11px 18px;
}

	.callToAction .listSmall li:first-child{
		padding:11px 14px;
		}

.callToActionWrapper {
	width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	height:360px;
	margin-top:-250px;
	margin-left:-50%;
}

	.callToActionWrapper .callToActionInside{
		background-color: rgba(0,0,0,0.35);
		padding:33px 0 23px 0;
	}
	.callToAction ul li{
		height:190px;
		position:relative;
	}
	

.callToAction h1 {
	color:white;
	font-size: 68px;
	text-align: center;
	font-weight:normal;
	margin: 0 0 26px 0;
	text-transform: uppercase;
}

.callToAction p {
	font-size:28px;
	font-family: 'Neo Sans W01 Light';
	line-height:35px;
	margin-bottom:14px;
	
}

	.callToAction .quote_subline p{
		text-align:center;
	}


	.callToAction .list p, .callToAction .listSmall p{
		font-size:30px;
		
		margin:0;
	}
	
		.callToAction .list p.alignRight{
			text-align: right;
			}
			
		.callToAction .boxes p.teaser{
			font-size:14px;
			line-height: 16px
			
		}
		
		.callToAction .boxes .title{
			text-transform:uppercase;
		}
		
			.callToAction .listSmall .title{
				font-size:20px;
				line-height:23px;
			}
			
			
			
.wrapper.boxes{
	width:100%;
	position:absolute;
	bottom:20px;	
}

	.wrapper.boxes .innerWrapper{
		margin:0px auto;
		width:1000px;
	}	
	
	
		
			
			p.btnWrap.alignRight{
				line-height:16px;
				right:19px;
				bottom:21px;
			}
			
			.wrapper.boxes p.btnWrap.centered{
				bottom:21px;
				right:0;
				width:150px;
				
			}
			
				.wrapper.boxes .listSmall p.btnWrap.centered .btn{
					width:110px;
					padding:0px 4px;
					}

.webinarBG{
	background-image: url("/images/cases_bg.jpg");
    height: auto;

}

	.webinarBG .popupItem{
			background:transparent;
		}
	
.quote {
	height: auto;
	width:100%;
	background-color: #242424;
	
}

	.quote h2{
		font-size:40px;
		padding: 89px 0px 97px 0;
		line-height:55px;
	}
	
	
.landingPages {
	background-color:#242424;
	width:100%;
	height:auto;
	box-sizing: border-box;
	padding: 66px 0;
	display: none;
}

.landingPages .popupItem {
	margin: 0 !important;

}

.updates {
	height: auto;
	width:100%;
	background-image: url("/images/cases_bg.jpg");
	background-color: #e4e4e4;
	
}
	
	.updatesWrapper{
		padding:55px 0px 75px 0px;
		position:relative;
	}
		.updatesWrapper h1{
			margin: 0 0 43px 0px;
		}
	
	
		.updatesWrapper p{
			margin: 0 0 10px 0;
			
		}

.updates .newsItemWrapper{
	position:relative;
}
.updates ul  {
	/*height: 275px;
	width:1020px;
	position: relative;
	overflow:hidden;*/
	
}

.galleryWrapper {
	overflow:hidden;
	width:1000px;	
	
}

.updates .newsItemWrapper ul li {
	height: 295px;
	width:480px;
	padding: 30px 10px 30px 20px;
	margin-left:10px;
	margin-right:10px;
	background-color: #e4e4e4;
	float:left;
	position:relative;
}

	/*.updates ul li:first-child{
		margin-left:0px;
	}
*/
	.date{
		font-size:16px;
	}
	
	.updateHeadline{
		font-size:30px;
		line-height:35px;
		padding:0 65px 0 0;
		margin: 0 0 16px 0;
		color:#64b445;
		text-transform: uppercase;
	}

	.teaserTxt{
		font-size:14px;
		line-height:20px;
	}
	
	
	.updates .btnWrap{
		bottom:10px;
		width:90%;
	}

.updates .arrowLeft, .updates .arrowRight{
	top:117px;
	
}

	.updates .arrowLeft{
		left:-29px;

	}
	.updates .arrowRight{
		right:-30px;
	}
.popupItem{
	width:1000px;
	overflow:hidden;
	background-color: rgba(229,229,229,0.85);
	margin: 0 0 40px 0;	
	color: #242424;
	position: relative;

}	

	.popupItem ul{
		width:100%;
	}
	
		.popupItem li{
			width:100%;
			height:auto;
			padding:33px 170px;
					
		}	
		
		.popupItem > ul >li > ul {
			margin:0;
			padding:0;
		}
		
		.popupItem > ul > li > ul li{
			margin:0;
			padding:0;
		}
		
		
		.popupItem .arrowLeft, .popupItem .arrowRight, .cases .arrowLeft, .cases .arrowRight{
			top:84px;
			z-index:1;
		}
		
			.casesWrapper .arrowLeft,
			.casesWrapper .arrowRight{
				top:150px;
			}

		.popupItem .arrowLeft{
			left:20px;
	
		}
		.popupItem .arrowRight{
			right:20px;
		}
			
		
		
		.li-hide{
			display:none;
		}
	
		
.epublish {
	position:relative;
	height:auto;
	background-image: url("../images/selection2.jpg");

	
}

	.epublish h1{
		margin: 0 0 40px 0;
	}

	.epublishWrapper{
		padding:66px 0px;
	}


	
	
		.epubHeadline{
			position:absolute;
			bottom:25px;
			left:19px;
			font-size:30px;
			text-transform: uppercase;
			right: 19px;
		}
		
			
	
	.epubTxtWrapper{
		width:1000px;
		overflow:hidden;
		position:relative;
	}
	
	.
	
.keyFeeature {
	width:100%;
	height:auto;
	background-color:rgba(0,0,0,0.5);	
	padding: 50px 0px;
}

.keyTxtWrapper {
	width:100%;
	height:auto;
	background-color:rgba(100,180,69,0.7);
	
}

	.keyTxtWrapper .wrapper{
		padding:25px 0 25px 0;
		overflow:hidden;
	}

.keyTxtWrapper ul {
	height:auto;
	
}

	.keyFeeature .listSmall{
		width:850px;
		margin:0px auto;
	}

a.keyLink{
	height:150px;
	float:left;
}

	.keyLink li{
		height:auto !important;
	}
	
	
	a.keyLink p{
		text-transform: uppercase;
	}
	
.keyTxtWrapper li {
	width:100%;
	height: auto;
	padding:0 180px;
	height:auto;
	float:none;
}

	.keyFeaturesTxt h2{
		margin: 0 0 30px 0;
	}
	
	.clickable .keyIcon.active{
		display:none;
	}
	
		.clickable.activeKey .keyIcon.inactive{
			display:none;
		}
		.clickable.activeKey .keyIcon.active{
			display:block;
		}

		#keyFeatureSmallList .clickable{
			color:white;
		}
		#keyFeatureSmallList .clickable.activeKey{
			color:#64B445;
		}
		
		.clickable.activeKey{
			color:#64B445;
		}
.cases {
	height:auto;
	width:100%;
	background-image: url("/images/cases_bg.jpg");
	background-colog: #e4e4e4;
	padding:30px 0;
}

	.cases .popupItem{
		background:transparent;
	}
	
	#caseList{
		margin:0px;
	}
	
		#caseList li .teaserTxt{
			margin: 0 0 40px 0;
		}
		#caseList li .teaserTxt p{
			text-align:center;
			font-style: italic;
			font-size:18px;
			font-family:"Neo Sans W01 Medium";
			color: #64B445
		}
		
			#caseList li p{
				 line-height: 26px;
			
				color:#000;
				font-weight:normal;
			}
			
				#caseList li .casesContent2 p{
					line-height:20px;
					}


	#caseList h2{
		text-align:left;
		text-transform:uppercase;
		font-size:30px;
		line-height:36px;
		text-align:center;
		font-style:normal;
		margin: 0 0 25px 0;
	}
	
	
	
.referencer .headingLineWrapper{
	margin-bottom:24px;
	}
	
	.referencer h2{
		text-transform: uppercase;
		margin-bottom:0px;
	}	
	
		.referencer ul{
			text-align:center;
			}
			
			.referencer li{
				margin:0 20px 0px 0;
				height:102px;
				float:none;
				display:inline-block;
			}
	
	
.about {
	height:auto;
	background-image: url("../images/selection3.jpg");
	padding:30px 0px;
	
}

.partnersWrapper{
		width:100%;
		position:relative;
}

	ul.partners{
			text-align:center;
			list-style: none outside none;
			margin:0;
			padding: 0;
	}
	
		ul.partners li{
			display:inline-block;
			margin:0 20px 0px 0;
			height:102px;
			float:none;
		}

.medarbejdertype{
	width:100%;
	margin: 0 0 30px 0;
	}

	.medarbejdertype h4{
		font-family:"Neo Sans W01 Medium";
		font-size:20px;
		text-transform: uppercase;
		color:#22590c;
		font-weight:normal;
		border-bottom:1px solid #22590c;
		padding-bottom:3px;
		margin-bottom:20px;
	}
	
		.medarbejderItem{
			float:left;
			width:320px;
			height:280px;
			margin: 0 20px 20px 0;
			position:relative;
		}
		
			.medarbejderItem.secondItem{
				margin:0px;
			}
			
			.medarbejderItemLeft{
				
				width:255px;
			}
			
				
			
			
			
									
				.medarbejderItem .navn{
					font-family:"Neo Sans W01 Medium";
					font-size:18px;
					color:#22590c;
					margin:20px 0 10px 0;
					line-height:20px;
				}
				
				
				.medarbejderItemLeft .absolute{
					position:absolute; 
					text-align:right; 
					right:3px;
				}
				
				.medarbejderItemLeft .twitterLink,
				.medarbejderItemLeft .linkedinLink,
				.medarbejderItemLeft .endomondoLink{
					display:inline;
					padding-left:10px;
				}
				
					.medarbejderItemLeft .endomondoLink{
						padding:0;
						}
						
							.medarbejderItemLeft .endomondoLink img{
								height:18px;
								}
				/*.medarbejderItemLeft .twitterLink,
				.medarbejderItemLeft .linkedinLink,
				.medarbejderItemLeft .endomondoLink{
					position:absolute;
					bottom:29px;
					right:5px;
				}
				
					
				
					.medarbejderItemLeft .twitterLink{
						right:40px;
					}
					
					.medarbejderItemLeft .endomondoLink{
						right:80px;
						}*/
						
#aboutBox, .casesWrapper.wrapper{
	margin-bottom:50px;
	} 
	
	#aboutBox a, 
	#epubList a, 
	#keyFeatureSmallList a{
		text-decoration: none;
	}
					
/* ---------------- FOOTER ---------------- */

.footer{
	padding-top:50px;
	line-height: 20px;
	background: url("../images/footer_bg.png") repeat 0 0 transparent;
}

	.footerLeft, .footerRight, .footerCenter {
		width:33%;
		float:left;
		padding: 0 30px 0 0;
		word-break: break-word;
	}
	
		.footer h2{
			line-height: 30px;
			width:100%;
			text-align: left;
			margin:0 0 20px 0;
			text-transform:uppercase;
		}
		
		.footer .twitter{
			margin-right:20px;
		}
		
		.footer a{
			color:#000;
		}
		
/* ---------------- Colors ---------------- */

.cases,  .updates, .footer {
	color:black;
}


.green {
	background-color: #22590c;
}


/* #### BTNS & GENERAL CLASSES */
	
p.btnWrap{
	position: absolute;
}

.btn {
	font-size:16px;
	/*height: 29px;*/
	line-height: 29px;
	color:white;
	padding: 0 12px 0 12px;
	display: inline-block; 
	cursor: pointer;
	font-family:"Neo Sans W01 Medium";
	text-transform: uppercase;
}
	.btn-green{
		background-color:#64b445;
	}

	.btn-darkgreen{
		background-color: #1b360f;

	}
	
	.btn-grey{
		background-color:#242424;
		
	}
	
	
.lightFont{
	font-family: 'Neo Sans W01 Light';
	font-weight:normal;
}


	.lightFont bold{
		font-weight:bold;
	}
	
.mediumFont{
	font-family:"Neo Sans W01 Medium";
	}
.centered{
	text-align:center;
}

.uppercase{
	text-transform: uppercase;
}
.alignRight{
	text-align:right;
}

.uline {
	width:100%;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

.ulineBlack {
	width:100%;
	border-bottom: 1px solid black;
	margin-bottom:22px;
	padding-bottom:15px;
}

.mline{
	position:relative;	
}

.mline > div{
	width:100%;
	height:15px;
	border-bottom:1px solid white;
}

.contentWrap p, .casesContent2 p{
				font-size:14px;
				margin:0 0 15px 0;
				line-height:20px;
			}
			
			.medarbejderItemLeft p{
					margin:0 0 0px 0;
					
					}
			
.contentWrap a{
	color:#64B445;
}
		.contentWrap ul{
			margin: 0 0 15px 0 !important;
		}
			
		.contentWrap li{
			list-style: inside;
			list-style-type:none;
			background:url(/images/li_arrow.png) no-repeat 0 7px transparent;
			padding:0px 0 0 12px !important;
			width:auto !important;
			float:none !important;
			display: list-item !important;
			line-height:22px;
			font-family: 'Neo Sans W01 Light';
					}
		
		.contentWrap table tr{
			padding:30px 0;
		}
		.contentWrap table td{
			padding: 10px 20px 10px 0;
		}
		
.clickable, ul.list a{
	cursor:pointer;
	float:left;
}

.gallerSlider {
	/*-webkit-transition: height 0.4s ease;*/
}

.twitterContent{
    margin: 0 0 25px;
}


#newsletterContent2 p {
	font-size: 16px !important;
	line-height: 18px !important;

}

/* Cookie */

.cookieMessage {
  position: relative;
  z-index: 1;
  float: left;
  top: 90px;
  left: 0px;
  background: #e4e4e4;
  color: #000000;
  width: 100%;
  display: none;
  height: auto;
  color:black;
  font-family: "Neo Sans W01"
}
  
.cookieMessage .content {
text-align: center;
  width: 960px; 
  margin: 6px auto 4px auto;
  font-size: 12px;
  line-height: 16px;
}

.cookieMessage .content h2 {
  font-size: 18px;
  margin: 0px 0px 6px 0px;
}
.cookieMessage .content p {
  width:50%;
  margin: 0 auto !important;
}


.cookieMessage .content a {
  color: #135670;
}
  
.cookieMessage .content .btn {
  margin: 20px 10px 0px 0px;
  text-decoration: none;
}

.cookieMessage .content .btn i {
  padding: 0px 5px 0px 0px;
  
}


.gallerSlider	 {
	float:left;
	
}

.gallerSlider li {
	width:1000px;
	float:left;
	display: block;
	min-height: 1px;
}

.keyFeeature .listSmall {
	text-align: center;
}

.casesWrapper {
	position: relative !important;
}



.casesWrapper .arrowLeft, .casesWrapper .arrowRight {
	z-index:1 !important;
}

.casesWrapper .arrowRight, .keyTxtWrapper .arrowRight {
	right:0;
}

.casesWrapper .arrowLeft, .keyTxtWrapper .arrowLeft{
	left:0;
}

.keyTxtWrapper {
	
}

.wrapper {
	position:relative;
}

.listSmall {
	position:relative;
}
/*
.listSmall li {
	-webkit-transition: width 0.4s ease;
}

.listSmall li.active {
	color:yellow;

	background-color:red;

	
}

.listSmall li.tagged {
	position:absolute;
	top:0px;
	right:10px;
	
}
*/


#newsletterContent2 input {
	width:100%;
	margin:2px 0 0 0;
	padding:4px;
}

#newsletterContent2, .casesContent2, #newsletterContent3 {
	display:none;
}

#logo {
	background-size: contain;
	background-repeat: no-repeat;
	width:200px;
	cursor: pointer;
	-webkit-transition: all  ease 0.3s;
    -moz-transition: all  ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;

}

#logo.active {
	height: 34px;
	margin: 5px 0 0 0;
}

.keyTxtWrapper .popupItem {
	background-color: transparent;
	color:white;
}

#caseList li {
	height:auto;
		min-height: 1px;
}

.topmenu li.active > a{
	color:#64B445;
	-webkit-transition: color  ease 0.3s;
    -moz-transition: color  ease 0.3s;
    -o-transition: color ease 0.3s;
    transition: color ease 0.3s;

}

#emailError {
	width:160px;
	line-height: 20px;
	padding:0 12px 0 12px;
	margin: 11px  0 0 0;
	background-color: rgba(154, 47, 47, 1);; 
	display:none
	
}

.fourZeroFour {
	min-height:100%;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
