@charset "UTF-8";
/* CSS Document */

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

body {
	font-family: 'regular';
	color: #575757;
		font-size: 100%;
	font-size: 0.75em; /* 12 px */
}
.back {
	color: #c09ec0;
	margin-left: 10px;
	vertical-align: bottom;
}

/*img {
	width: 100%;
	max-width: 100%;
}*/

/* header */
header {
	width: 100%;
	background-color: #992a93;
	color: #b979ba;
}

.headContent {
	height: 60px;
	width: 96%;
	margin: 0 auto 0 auto;
}

.projectContent {
	/* height: 460px; */
	width: 102%;
	/*background-color: green; */
	margin: 0 auto 0 auto;
	padding: 10px 0px 25px 0px;
	z-index: 0;	
}


.dropDown {
	height: 60px;
	width: 100%;
	padding: 0 4% 0 4%;
	margin: 0 auto 0 auto;
	background-color: #fff;
	border-bottom: 2px solid #ededed;
}


header .icon {
	font-family: "M";
	width: 40px;
	height: 40px;
	display: inline-block;
	float: right;
	background-color: #80227b;
	margin: 10px 0 0 10px;
	padding-top: 8px;
	text-align: center;
}

.language {
	font-family: Arial;
	width: 40px;
	height: 40px;
	display: inline-block;
	float: right;
	background-color: #80227b;
	margin: 10px 0 0 10px;
	padding-top: 15px;
	text-align: center;
	font-size: 0.9em;
}

.slogan {
	display: none;
}


.sloganDevice {
	color: #989898;
	position: relative;
	float: left;
	margin: 4px 0 0 16px;
	font-family: 'M';
	font-size: 1.3em;
	width: 220px;
}

.dropMenu {
	width: 74px;
	margin-top: -10px;
	height: 59px;
	display: inline-block;
	float: right;
	border-left: 1px solid #ededed;
	padding: 16px;
	text-align: center;
}

.open {
background-color: #eeeeee;
}

.lines span {
width: 35px;
height: 5px;
margin-bottom: 6px;
border-radius: 2px;
background: #80227b;
display: block;

}

.lines {
   -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
  -webkit-transform-origin: 50% 50%;	
	
	}

.lines.open-nav {
transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);

}



/* Desktop navigation */
nav {
	display: none;
}

#menuDevice {
position: absolute;
width: 100%;
left: 0px;
top: 120px;
background-color: #eeeeee;
opacity: 0.9;
z-index: 300;
display: none;
}


#menuDevice li a {
display: inline-block;
width: 100%;
padding: 20px 15px 15px 15px;
text-align: center;
font-family: 'M';
font-size: 1.3em;
border-bottom: 1px solid #dedede;
}


#menuDevice a:link {
color: #80227b;	
	
}


#menuDevice a:visited {
color: #80227b;	

}

#menuDevice a:active {
color: #80227b;	
	
}

#menuDevice a:hover {
color: #fff;	
background-color: #c09ec0;	
}

#menuDevice li a:hover {
display: inline-block;
width: 100%;
padding: 20px 15px 15px 15px;
text-align: center;
font-family: 'M';
border-bottom: 1px solid #dedede;
}

/*#menu {
	height: 90px;
	width: 1080px;
	margin: 0 auto 0 auto;
	font-family: 'M';
	font-size: 1.125em; /* 18px */
	/*position: relative;
	float: none;

}

#menu ul {
	width: 1080px;
	height: 116px;
	background-image: url(../media/img/menu.png);
	background-repeat:no-repeat;
  	background-position:100% 50%;
}

#menu li {
	display:inline-block;
	float: left;
	width: 216px;
	text-align: center;
	height: 42px;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	margin: 24px -1px 0 0;
	padding-top: 12px; /* needs correction */
	/*cursor: pointer;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


#menu .active {
	display:inline-block;
	float: left;
	text-align: center;
	height: 92px;
	border-radius: 2px;
	margin-top: 0px;
	padding-top: 36px; /* needs correction */
/*	cursor: pointer;
	background-color: #f5eff5;
	color: #992a93;	
}

#submenu {
	width: 525px;
	height: 300px;
	position: absolute;
	background-color: #f5eff5;
	top: 0px;
	left: 0px;
	z-index: 100;
	top: 91px;
}

/*#menu li:hover {
background-color: #f6eff6;
height: 92px;
margin-top: 0px;
padding-top: 36px; 
}*/


#menuinner {
	height: 90px;
	width: 1080px;
	margin: 0 auto 0 auto;
	font-family: 'M';
	font-size: 1.125em; /* 18px */
	position: relative;
	float: none;
	
}

#menuinner ul {
	width: 1080px;
	float: right;
	height: 116px;
	background-image: url(../media/img/menu.png);
	background-repeat:no-repeat;
  background-position:100% 50%;
}

#menuinner li {
	display:inline-block;
	float: left;
	width: 168px;
	text-align: center;
	height: 42px;
	border-right: 1px solid #eeeeee;
	margin: 24px 0 0 0;
	padding-top: 12px; /* needs correction */
}

#menuinner .active{
	display:inline-block;
	float: left;
	text-align: center;
	height: 90px;
	border-radius: 2px;
	margin-top: 0px;
	padding-top: 36px; /* needs correction */
	cursor: pointer;
	background-color: #f5eff5;
	color: #992a93;
	margin-left: -1px; /* needs correction */
}

#home {	
	position:absolute;
	max-width: 1080px;
	width: 99%;
	top: 10px;
	left:1%;
	right:0;
	margin-left:auto;
	margin-right:auto;
	z-index: 100;
/*	background-color: red;*/
}

#home .logo {	
	padding: 0 0 0 0px;
	margin-left: -5px;
}


.logo {
display: none;
}

.logoDevice {
	width: 175px !important;	
	margin: 0px;
	position: relative;
	float: left;
	padding-top: 0px !important; /* needs correction */
	margin-left: 5px;
}

#menu .begin {
	border-left: 1px solid #eeeeee;
}




/*
#menu:after {
	content: '';
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
*/





/* EI SLIDER HPME */
.container {
	clear: both;
	/*background-color: #992a93!important;*/
	border-bottom: 6px solid #992a93;
	height: 484px;
	margin-top: -1px;
}

.ei-slider{
	position: relative;
	width: 100%;
	height: 300px;
	margin: 0 auto;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
/*	background: rgba(0,0,0,0.9);*/
	color: #992a93;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
}
.ei-title{
	position: absolute;
	width: 96%;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	top: 20%;
}
.ei-title h2 {
	text-align: left;
}

.ei-title h2 a:link, .ei-title h2 a:active, .ei-title h2 a:visited {
	color: #ad55a9;
}

.ei-title h2 a:hover {
	opacity: 0.7;
}


.ei-title h2{
	font-size: 26px;
	font-family: 'M';
	color: #992a93;
	width: 45%;
}
.ei-title h3{
	font-size: 12px;
	line-height: 15px;
	font-family: 'regular';
}

.fixed {
	margin-top: 20px;
	width: 45%;
}
.ei-slider-thumbs{
	height: 13px;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: -1px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #f5eff5;
/*	background: rgba(0,0,0,0.9);*/
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #992a93;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*@media screen and (max-width: 830px) {
	.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10px;
		background: #fff;
		background: rgba(255,255,255,0.9);
		padding: 5px 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		font-size: 20px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 30px;
		line-height: 40px;
	}
}*/





/* banner */
#bannerWrapper {
	width: 100%;
	height: 304px;
	overflow: hidden;
	float: none;
	margin: 0 auto 0 auto;
	/* border-bottom: 5px solid #992a93; */
	background-color: #ededed;
		z-index: 0;
		
}

/*NEW*/
.page_cover {
z-index: -1;
width: 100%;
height: 90px;
margin: 0 auto 0 auto;
overflow: hidden;	
}

.mainHeading {
	font-size: 2.3em; /* 27px */
	top: 0px;
	left: 2%;
	text-transform:uppercase;
	position: absolute;
}
/*	standart contetn width for Desktop */
.widthWrapper {
	width: 100%;
	max-width: 100%;
	position: relative;
	float: left;
	display: block;
	padding-bottom: 30px;
/*	background-color: red;*/
}



/*	gray full screen background */
.greyBack {
	background-color: #eeeeee;
	width: 100%;
		position: relative;
	float: left;
	padding-bottom: 30px;
}

.bottommargin {
margin-bottom: 30px;	
	
}

/*used*/
.homeContent {
	/* height: 460px; */
/*	background-color: green;*/
	width: 96%;
	margin: 0 auto 0 auto;
	padding: 25px 0px 25px 0px;	
}

.blockhead {
	position: relative;
	float: left;
	width: 100%;
}

.detailed {
	color: #989898;
/*	text-decoration:underline;*/	
display: inline-block;

}

.underline {
	text-decoration:underline;
}
.homemore {
	position: relative;
	float: left;
	border-left: 1px solid #989898;
	padding-left: 16px;
	margin-left: 16px;
	color: #989898;
	text-decoration:underline;	
}




/* used */
.wrapperContent {
	/* height: 460px; */
	width: 96%;
/*	background-color: green;*/
	margin: 0 auto 0 auto;
	padding: 0px 0px 25px 0px;
	overflow: hidden;	
}

.hnewsBlock {
	display: inline-block;
	float: left;
/*	height: 165px;*/
	width: 32%;	
cursor: pointer;
margin-right: 2%;
}

.hnewsBlock:last-child {
	display: inline-block;
	float: left;
/*	height: 165px;*/
	width: 32%;
	margin-right: 0px;
/*	background-color: blue;*/	
cursor: pointer;
}



/* wrapper to have same news blocks*/
/* wrapper to have same news blocks*/
.newsPro {
	position: relative;
	display: block;
	float:left;
	width: 100%;
	margin-left: -2%;
/*	background-color: red;*/
}

/* small news blocks */
.newsWrap {
	display: inline-block;
	float: left;
	width: 31.3%;
	margin: 30px 0 0 2%;
}

a{
	
		  -webkit-transition: all 3s ease;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	
	
	}

.hnewsimg {
	position: relative;
	display: inline-block;
	float: left;
	height: 164px;
	width: 100%;
	overflow: hidden;
/*	background-color: blue;*/
	border-bottom: 5px solid #992a93;
}
.hnewsimg img {
		  -webkit-transition: all 3s ease;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hnewsimg img:hover {
opacity: 0.7;
}

.hnewsdate {
	position: absolute;
	float: left;
	width: 80px;
	height: 10px;
	bottom: -1px;
	margin-left: 15px;
	background-color: #992a93;
	overflow: hidden;
	color: #992a93;
}

.def {
margin-top: 10px;
text-align: center;
}



/* used */
.hnewsText {
	display: inline-block;
	float: left;
	height: 140px;
	width: 100%;
	overflow: hidden;
/*	background-color: red;*/
	padding: 16px 4px 12px 12px;
}

.hnewsText p {
height: 70px;
word-wrap: break-word;
overflow: hidden;

}

.more {
	display: inline-block;
	float: left;
	height: 40px;
	width: 130px;
	border: 1px solid #992a93;
	margin: 2px 0 0 12px;
	padding: 11px 0 0 14px;
	font-family: 'M';
	font-size: 1.125em;
	color: #992a93;
	-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;
}


.more:hover {
	color: #fff;
	background-color: #992a93;
}

/* projects */
.hproBlock {
	display: block;
	float: left;
/*	height: 165px;*/
/*	width: 525px;*/	
	width: 48.5%;
	background-color: #fff;
		-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all .0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hproBlock:last-child {
	display: block;
	float: left;
/*	height: 165px;*/
/*	width: 525px;*/
		width: 48.6%;
	background-color: #fff;
		margin-left: 2%;
		
}

.hproBlock:hover {
	opacity: 0.7;
		
}

/*publication wrapper*/
.hpubBlock {
	display: block;
	float: left;
/*	height: 165px;*/
/*	width: 525px;*/
		width: 48%;
	background-color: #fff;
	margin-right: 2%;

		
}

.hpubText {
	display: inline-block;
	width: 60%;
/*	padding: 0px 30px 12px 0px;*/
}

.hpubBlock:last-child {
	display: block;
	float: left;
/*	height: 165px;*/
/*	width: 525px;*/
		width: 48%;
	background-color: #fff;
		
		
}

.nproBlock {
	display: block;
	float: left;
	height: 165px;
	width: 525px;
		width: 48.6%;
	background-color: #fff;
	margin-bottom: 16px;	
}


.nproBlockinner {
	display: block;
	float: left;
/*	height: 165px;*/
/*	width: 525px;*/
		width: 100%;
	background-color: #fff;
	margin-bottom: 16px;	
}

.hprohead {
	display: block;
	float: left;
	padding: 30px 0 20px 30px;
	width: 100%;
}

/* bubble - home */
.pbubble 
{
position: relative;
float: left;
width: 100%;
height: 2px;
padding: 0px;
background: #ededed;
border-top: #fff solid 1px;
}

.pbubble:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 8px 8px;
border-color: #fff transparent;
display: block;
width: 0;
z-index: 1;
top: -5px;
left: 49px;
}

.pbubble:before 
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 8px 8px;
border-color: #ededed transparent;
display: block;
width: 0;
z-index: 0;
top: -7px;
left: 49px;
}
.date {
	font-size: 1em;
}
.dateDevice {
display: none;
}
.greenicon {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #93bf51;
	margin-right: 8px;
	border-radius: 2px;
	}
.green {
color: #93bf51;
}
.hprologo {
	display: inline-block;
	float: left;
	width: 65px;
	height: 65px;
	min-height: 100px;
	margin-left: 20px;
	margin: 12px 20px 0 24px;
}


.hprologo img {
			-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all .0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}

.hprologo img:hover {
	opacity: 0.8;

}

.hproBlockl {
	display: inline-block;
	float: left;
/*	height: 165px;*/
	width: 525px;
	width: 48.6%;
	margin: 0 0px 0 30px;
	background-color: #fff;
}

.hproText {
	display: inline-block;
	width: 63%;
	padding: 0px 12px 12px 0px;
}



.proText {
	display: inline-block;
	width: 100%;
	padding: 0px 16px 12px 0px;
}

.pub {
	margin-top: 8px;
}

.pubCover {
	display: inline-block;
	float: left;
	position: relative;
	/* height: 165px; */
/*	width: 168px;
	height: 232px;*/
	width: 34%;
	border-bottom: 1px solid #dccada;
	margin: 0px 15px 15px 0px;	
	padding: 0px 4px 0px 4px;
}

.coverPub {
	display: inline-block;
	float: left;
	position: relative;
	/* height: 165px; */
	width: 100%;
	margin: 0px 0px 0px 0px;	
	padding: 0px 4px 0px 4px;
	overflow: hidden;
}
.coverPub img {
 width: 100%;
 	border-bottom: 1px solid #dccada;
	margin: 0px 0px 0px 0px;	
	padding: 0px 4px 0px 4px;
}

.pubsDownload {
	padding: 6px;
	background-color: #fff;
	/* border-right: 5px solid #BF4648; */
	border: 1px solid #ededed;
	width: 100%;
	text-align: center;
	display: inline-block;
	margin: 10px 0 0 0;
}


.publication {
position: relative;
float: left;
padding-bottom: 10px;
width: 20%;
	margin: 0px 15px 6px 0px;
}

.icon-pdfinner {
display: none;
}


.pubDev {
	display: inline-block;
	float: left;
	position: relative;
	/* height: 165px; */
/*	width: 168px;
	height: 232px;*/
}

.pubdownload {
	position: absolute;
	left: 0px;
	bottom: 20px;
	width: 90%;
	height: 40px;
	text-align: right;
	padding: 6px;
	background-color: #fff;
	border-right: 5px solid #BF4648;
	box-shadow: 1px 1px 2px #888888;
	display: none;
}

.pubdownload:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: -5px;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 0px solid transparent;
	border-top: 5px solid #BF4648;
}

.morepub {
	margin-right: 1px;
	color: #989898;
	text-decoration:underline;
	font-family: 'M';
	font-size: 1.2em;
	text-transform: uppercase;
}

.pubCover img:hover {
	opacity: 0.8;
	}


.pubCover img {
	float: left;
	position: relative;

	width: 100%;
		-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;
}
}

/*logos*/
.arrowLeft, .scLogo, .arrowRight {
border-left: 1px solid #d6d6d6;	
border-top: 1px solid #d6d6d6;	
border-bottom: 1px solid #d6d6d6;		
}

.arrowLeft {
width: 60px;
padding: 55px 0 0 0;
text-align: center;
height: 121px;
display: inline-block;
float: left;
background: red;
}


.arrow {
width: 60px;
padding: 55px 0 0 0;
text-align: center;
height: 121px;
display: inline-block;
float: left;
background: red;
}


/* REMOVE WHEN CARUSEL ADDED TO HOME PAGE*/
.scLogo {
width: 192px;
height: 121px;	
display: inline-block;
float: left;
	}

.arrowRight {
width: 60px;
height: 121px;
padding: 55px 0 0 0;
text-align: center;
display: inline-block;
float: left;
border-right: 1px solid #d6d6d6;
background: blue;
}

footer .block {
width: 50%;
display: inline-block;
float: left;
border-left: 0px solid #d6d6d6;
	
	}
	

	
		footer .blocknews {
width: 50%;
display: inline-block;
float: left;
border-left: 1px solid #d6d6d6;
	}
	
.connect {
width: 360px;
display: inline-block;
float: right;
position: relative;
text-align: right;
}

.connect img {
width: 82px; /* img width + 10px space */
display: inline-block;
}

/* used */	
footer .blockshare {
display: none;
	}
	
.lila {
color: #ad55a9;
margin-top: 15px;
}	

.lilaN {
color: #ad55a9;
padding-left: 30px;
margin-top: 15px;
}

.question {
position: relative;
width: 330px;
height: 50px;
padding: 10px;
padding: 10px;
background: #ededed;
border: #d6d6d6 dashed 1px;
margin-top: 10px;
color: #888888;
}
.question:after 
{
content: '';
position: absolute;
border-style: dashed;
border-width: 0 8px 8px;
border-color: #ededed transparent;
display: block;
width: 0;
z-index: 1;
top: -7px;
left: 49px;
}

.question:before {
	content: '';
	position: absolute;
	border-style: dashed;
	border-width: 0 8px 8px;
	border-color: #dddddd transparent;
	display: block;
	width: 0;
	z-index: 0;
	top: -8px;
	left: 49px;
}

.iconS {
	color: #ad55a9;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	display: inline-block;
	position: relative;
	float: right;
	background-color: #80227b;
	margin-right: -5px;
	text-align: center;
}

.iconN {
	color: #ad55a9;
	width: 40px;
	height: 40px;
	margin-top: -13px;
	display: inline-block;
	position: relative;
	float: right;
	background-color: #80227b;
	margin-right: -12px;
	text-align: center;
}



footer .icon {
	font-family: "M";
	color: #ad55a9;
	width: 40px;
	height: 40px;
	display: inline-block;
	position: relative;
	float: left;
	background-color: #fff;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-top: 15px;
	margin-left: 0px;
	padding-top: 8px;
	text-align: center;
}

footer .facebook {
	width: 107px;
	height: 40px;
	display: inline-block;
	position: relative;
	float: left;
	border: 1px solid #dddddd;
	margin-top: 15px;
	margin-left: 30px;
}

.newsletter{
	position: relative;
	width: 90%;
	height: 50px;
	padding-right: 5px;
	border: #d6d6d6 dashed 1px;
	margin-top: 10px;
	margin-left: 30px;
	color: #888888;
}

footer {
	border-top: 5px solid #992a93;
	background-image: url(../media/img/footer.png);
	background-repeat:no-repeat;
   background-position:center top;
}

.darkgrey {
	
	color: #888888;
	}

/*used*/	
.bottom {
	width: 96%;
	margin: 0 auto 0 auto;
	padding-top: 30px;
	color: #999;
	}
	
/* inner page */
.innerHeader {	
	width: 100%;
	overflow: hidden;
	background-color: #ededed;
	height: 90px;
	margin-top: 0px;
/*	background-image: url(../media/img/mission.jpg);*/
	position: relative;
/*	z-index: -1;*/
}



.leftWrapper {
	position: relative;
	float: left;
	width: 24%;
	max-width: 240px;
}

.leftWrappera {
	position: absolute;
	float: left;
	width: 24%;
	max-width: 240px;
}

/*new*/
	.morebox 
	{
	color:#999;
	text-align:center;
	position: relative;
	height: 60px;
	float: left;
	width: 320px;
	background-color: #ededed;
	padding:23px 10px 0 0;
	margin-bottom:8px;
	cursor: pointer;
	font-family: 'regular';
	}
	.morebox a{ color:#333333; text-decoration:none}
	.morebox a:hover{ text-decoration:none}


#menuHolder {
	position: relative;
	float: left;
	width: 100%;
	background-color: #c09ec0;
	}
	
.addWrapper {
	position: relative;
	float: left;
	width: 100%;
	height: 140px;
/*	background-color: red;*/
	margin-top: 10px;
	overflow: hidden;
}	
	
.contentHolder {
	position: relative;
	float: right;
	width:74%;
/*	background-color: red;*/
/*	margin-left: 2%;*/

}

.banner {
	position: relative;
	float: left;
	width: 100%;
	height: 240px;
/*	background-color: blue;*/
	border-bottom: 5px solid #992a93;
	overflow: hidden;
}


.innertext {
	position: relative;
	margin-top: 30px;
	float: left;
	width: 100%;
	padding-bottom: 30px;
/*	background-color: blue;*/
}

.wrapper {
	position: relative;
	margin-top: 30px;
	float: left;
	width: 836px;
	padding-bottom: 30px;
/*	background-color: blue;*/
}

.wrapperGallery {
	position: relative;
	float: left;
	width: 102%;
/*	padding-bottom: 30px;*/
/*	background-color: blue;*/
}

.headmargin {
margin-top: 30px;	
}
	
.subheding {
color: #888888;	
}	

#menuHolder li > a {
	display:inline-block;
	float: left;
	width:100%;
	border-bottom: 1px solid #caadd1;
	padding: 22px 0 0px 20px;
	color: #fff;
	height: 60px;
/*	font-size: 0.8em;*/
	-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;
}


#menuHolder .current {
	background-color: #f5eff5;
}


#menuHolder .current a:active, #menuHolder .current a:hover,#menuHolder .current a:visited,#menuHolder .current a:link {
	color: #992a93!important;
	background-color: #f5eff5;
}



#menuHolder .active {
	display:inline-block;
	color: #992a93;
	background-color: #f5eff5;
	
}

.innerContent {
	width: 96%;
	margin: 0 auto 0 auto;
}

.adde {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	background-color: black;
	opacity: 0.6;
	filter: alpha(opacity=70); /* For IE8 and earlier */	
	padding: 10px;
	color: #fff;
}

.icon-arrow-aright:before {
	content: "\e603";
	color: #c09ec0;
	display: inline-block;
	float: right;
	margin-right: 10px;
	font-size: 1.3em;
}

.drop-down {
	display: none;
}
.drop-news {
	display: none;
}
.drop-year {
	display: none;
}

#teamHeader {
	width: 100%;
	height: 60px;
	border-bottom: 5px solid #dbccdb;
}

#teamHeader .teamActive{
	width: 33.3%;
	height: 60px;
	text-align: center;
	padding-top: 22px;
	display: inline-block;
	float: left;
	background-color: #dbccdb;
	color: #992a93;
	-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;
}

/* Team */
#teamHeader .teamPasive{
	width: 33.3%;
	height: 60px;
	text-align: center;
	padding-top: 22px;
	display: inline-block;
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all .0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


#teamHeader .teamPasive:hover {
	background-color: #dbccdb;
	color: #992a93;
}

article .info {
diplay: block;
}


.peopleDetailed {
	display: block;
	float: left;
	width: 100%;
	padding: 16px;	
	border: 1px solid #fff;
	-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;
}


.people {
	display: block;
	float: left;
	height: auto;
	width: 100%;
	padding: 16px;	
	border: 1px solid #fff;
/*	cursor: pointer;*/
	overflow: hidden;
	-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;
}


.people:hover {
	background-color: #ededed;
	border: 1px solid #dedede;
}

/* figure team image */
.team {
	display: inline-block;
	float: left;
	width: 30%;
	max-width: 160px;
	height: 210px;
	margin: 0 16px 8px 0;
/*	background-color: blue;*/		
}

.team img {
	width: 100%;	
}



.people:hover {
	background-color: #ededed;
	border: 1px solid #dedede;
}

/* figure team image */
.team {
	display: inline-block;
	float: left;
	width: 30%;
	max-width: 160px;
	height: 210px;
	margin: 0 16px 8px 0;
/*	background-color: blue;*/		
}

.team img {
	width: 100%;	
}

.team a:hover {
opacity: 0.7;
}

.teamInfo {
	display: inline-block;
	width: 66%;
}

#resalt .people {
	display: block;
	float: left;
	height: 200px; /* was 250 */
	width: 100%;
	padding: 16px;	
	border: 1px solid #fff;
/*	cursor: pointer;*/
	overflow: hidden;
	-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;
	margin-bottom: 6px;
}


#resalt .people:hover {
	background-color: #fff;
	border: 1px solid #fff;
}



/*.people img {
	display: inline-block;
	float: left;
	width: 160px;
	height: 210px;
	margin-right: 16px;
}


.peopleactive img {
	display: inline-block;
	float: left;
	width: 160px;
	height: 210px;
	margin-right: 16px;
}
*/

/*.loadmore {
	display: inline-block;
	position: relative;
	float: left;
	width: 300px;
	height: 40px;
	margin: 0px 10px 0px 0px;
	background-color: #dddddd;
	text-align: center;
	padding-top: 14px;
	font-size: 0.75em;
}*/
	
.clickmore {
	display: inline-block;
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #dddddd;
	text-align: center;
	padding-top: 12px;
}
 .element-item {
	width: 31%;
	height: 200px;
	background-color: #ededed;
  position: relative;
/*	margin-right: 16px;*/
	padding: 16px;
/*	height: 300px;*/
margin: 1%;
	overflow: hidden;
}

.number {
	font-size: 3em;
	font-weight: bold;
	color: #992a93;
}





#container {
width: 100%;
  border: 1px solid #fff;
  margin: 0 auto;
}

/**** Isotope CSS3 transitions ****/
.item {
    float: left;
    margin: 1%;
    width: 320px;
}

.itemmore {
	/*display: none;*/
	position: absolute;
	width: 250px;
	height: 25px;
	left: 0;
	bottom: 0px;
	color: #989898;
	background-color: #ededed;
	padding: 6px 0 0 16px;
	cursor: pointer;
			  -webkit-transition: all 3s ease;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.itemmore:hover {
	color: #a053a0;
}

.minimise {
    height: 145px;
	padding: 16px;
    width: 100%;
    background-color: #ededed;
	overflow: hidden;
}
.maximise {
    display: none;
	padding: 16px;
    height: auto;
    width: 100%;
    background-color: #e2e2e2;
    color: #a053a0;
}


/**** Isotope Filtering ****/
 .isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/
 .isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
 .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
}
/* End: Recommended Isotope styles */

.hyear {
	font-size: 3em;
	font-weight: bold;
	color: #992a93;
}

.historyWrpper {
	display: table;
	position: relative;
	float: right;
	width: 810px;
/*	background-color: red;*/
	margin-left: 30px;
/*	border-bottom: 1px solid #ededed;*/
}

/* partner */
 /* partner */
 .partner {
	width: 31.2%;
	height: 240px;
	background-color: #fff;
	border: 1px solid #ededed;
	position: relative;
	float: left;
	display: inline-block;
	margin-top: 16px;
	margin-right: 2%;
}


.partnerinfo {
position: relative;
width: 100%;
height: 135px;
color: #888888;
overflow: hidden;
}

.partnerinfo img {
width: 100%;
margin-top: 6px;
}


.partnerlogo {
position: relative;
width: 100%;
margin-left: -1px;
background: #fff;
border: #ededed solid 1px;
color: #888888;
text-align: center;
}



.partnerlogo:after 
{
content: '';
position: absolute;
border-style: dashed;
border-width: 0 8px 8px;
border-color: #fff transparent;
display: block;
width: 0;
z-index: 1;
top: -7px;
left: 49%;
}

.partnerlogo:before {
	content: '';
	position: absolute;
	border-style: dashed;
	border-width: 0 8px 8px;
	border-color: #dddddd transparent;
	display: block;
	width: 0;
	z-index: 0;
	top: -8px;
	left: 49%;
}

.partnertext {
	position: absolute;
	width: 100%;;
	bottom: 10px;
	text-align: center;
	padding: 0 10px 0 10px;
}
/* gallery */
.gallery  {
	width: 31.33%;
	background-color: #fff;
	position: relative;
	float: left;
	display: inline-block;
	margin-top: 16px;
	margin-right: 2%
}
 .gallery  img {
	width: 259px;
	height: 190px;
	float: left;
	display: block;
	position: relative;
}



.galleryText{
position: relative;
float: left;
width: 100%;
height: 90px;
background: #fff;
background-color: #ededed;
padding: 10px;
}


#galleryHeader {
	width: 100%;
	height: 60px;
	background-color: #ededed;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
}
 .gshare {
	position: relative;
	float: right;
	width: 810px;
	height: 40px;
/*	background-color: red;*/
	margin-left: 30px;
	background-color: #ededed;
	margin-top: 30px;
	color: #888888;
}

.gtext {
padding: 13px;
float: right;
}

/*google map*/
#map {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	height: 480px;
/*	background-color: blue;*/
	border-bottom: 5px solid #992a93;
	background-color: #ededed;
}


.address {
	position: relative;
	float: left;
}



.bcng {
	width: 240px;
	height: 100px;
	border: 5px solid #fff;
	position: relative;
	float: right;
	margin-top: 20px;
}


/* NEWS */
.newsWrapper {
	width: 96%;
	margin: 0 auto 0 auto;
}

.dateWrapper {
	width: 100%;
	height: 40px;
	background-color: #f5eff5;
/*	margin-bottom: 30px;*/
}

.year {
	position: relative;
	display: inline-block;
	width: 8%;
	height: 60px;
	background-color: #ffffff;
	border: 2px solid #e8e3e8;
	display: none;
}

.month {
	display: inline-block;
	position: absolute;
	width: 50%;
	float: right;
	right: 0px;
	top: 40px;
	display: none;
	z-index: 100;
}
.mactive {
	background-color: #992a93;
	color: #fff;
}


.month li {
	display:inline-block;
	padding: 8px 10px 8px 13px;
	border-radius: 2px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all .0.2s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	background-color: #f5eff5;
}
.month li:hover {
	background-color: #992a93;
	color: #f5eff5;
}
/* form */
select {
	background-color: #fff;
	width: 100%;
	height: 55px;
	border: none;
/*	font-size: 0.4em;*/
	color: #888;
}

/* news blocks */
.newsBlock {
	display: inline-block;
	float: left;
	width: 340px;
	margin: 30px 0 0 0;
}

.newsBlockm {
	display: inline-block;
	float: left;
	width: 340px;
	margin: 30px 30px 0 30px;
}

.center {
/*	background-color: red;*/
	width: 350px;
	position: relative;
	margin: 16px auto 16px auto;	
	top: 16px;
}

.loadWrapper {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 auto 16px auto;
}

/* news Inner */
.newsHeader {
	height: 80px;
	display: inline-block;
	width: 100%;
	margin: 16px 0 16px 0;
}

.newsdate {
	display: inline-block;
	float: left;
	height: 85px;
	width: 80px;
	background-color: #992a93;
	text-align: center;
	padding-top: 10px;
}

.newsH {
	display: inline-block;
	height: 80px;
	padding: 18px 16px 0 16px;
}

.white {
	display: block;
	color: #fff;
	font-size: 3em;
	height: 24px;
}
.monthgrey {

	color: #fff;
}

.time {
	display: block;
	color: #b979ba;
	margin-top: 4px;
}


.leftWrapperNews {
	position: relative;
	float: left;
	width: 40%;
}


.leftWrapperNews img {
	position: relative;
		position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 12px;

}

.rightWrapperNews {
	position: relative;
	float: right;
	width: 58%;
/*	background-color: red;*/
/*	margin-left: 30px;*/

}

.Newstext {
	position: relative;
	float: left;
	width: 100;
	padding-bottom: 30px;
/*	background-color: blue;*/

}


.pojectText {
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 30px;
/*	background-color: blue;*/

}

.intro {
	padding-top: 0px;
}

.nshare {
	position: relative;
	float: right;
	width: 100%;
	height: 40px;
	background-color: #ededed;
	margin-top: 30px;
	color: #888888;
}

.print {
	display: inline-block;
	cursor: pointer;	
}

.deprint {
	display: none;
}

/* projects */

.item-project {
/*	height: 165px;*/
	width: 47%;
	background-color: #ededed;
/*	margin-left: 30px;	
	margin-bottom: 16px;*/
	margin: 1% 1% 0 0;
	border: 1px solid #ededed;	
	}
	
.projectmore {
/*	height: 165px;*/
	width: 49%;
	position: relative;
	float: left;
	background-color: #ededed;
/*	margin-left: 30px;	
	margin-bottom: 16px;*/
	margin: 2% 1% 0 0;
		border: 1px solid #ededed;
	}
iproBlock {
	display: block;
	float: left;
/*	height: 165px;*/
	width: 48%;
	background-color: #ededed;
	margin-bottom: 16px;	
	margin-right: 2%;
	border: 1px solid #ededed;	
}
.proBlockl {
	display: block;
	float: left;
/*	height: 165px;*/
	width: 525px;
	background-color: #ededed;
	margin-left: 30px;	
	margin-bottom: 16px;
}


/* bubble */

/* Project inner */
.projectHeader {
	height: 80px;
	display: inline-block;
	width: 100%;
	margin: 16px 0 16px 0;
}

/*.projectHeader:after {
content: '';
position: absolute;
border-style: solid;
border-width: 0 8px 8px;
border-color: #ededed transparent;
display: block;
width: 0;
z-index: 1;
top: -7px;
left: 49px;
}

.projectHeader:before {
content: '';
position: absolute;
border-style: solid;
border-width: 0 8px 8px;
border-color: #fff transparent;
display: block;
width: 0;
z-index: 0;
top: -8px;
left: 49px;
}
*/

.projectdate {
	display: inline-block;
	float: left;
/*	height: 85px;*/
	width: 55%;
	padding: 10px 0 0 16px;
}

.projectPartner {
	display: inline-block;
	width: 40%;
	margin: 16px 0 16px 0;
}
.workingBlocks {
	width: 48%;
	display: inline-block;
	padding: 0 16px 16px 0;
	vertical-align: top;
}

.doingWrapper {
	display: block;
	float: left;
	width: 100%;
/*	padding: 16px;	*/
}

.doingWrapper2 {
	display: block;
	float: left;
	width: 100%;
	padding-top: 16px;
}

.doingWrappergray  {
	display: block;
	float: left;
	width: 100%;
	padding: 16px;
	background-color: #ededed;
	margin: 16px 0 16px 0;
}

/* library */
#libraryHeader {
	width: 100%;
	height: 60px;
	border-bottom: 5px solid #dbccdb;
}


#libraryHeader .teamHead{
	width: 50%;
	height: 60px;
	text-align: center;
	padding-top: 22px;
	display: inline-block;
	float: left;
	background-color: #dbccdb;
	color: #992a93;
}

#libraryHeader .teamHead a{
	width: 50%;
	height: 60px;
	text-align: center;
	padding-top: 22px;
	display: inline-block;
	float: left;
	background-color: #dbccdb;
	color: #992a93;
}


#libraryHeader .teamiddle a{
	width: 50%;
	height: 60px;
	text-align: center;
	padding-top: 22px;
	display: block;
	float: left;
	-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;
}

#libraryHeader .teamother{
	width: 50%;
	height: 60px;
	text-align: center;
	padding-top: 22px;
	display: block;
	float: left;
	-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;
}

#libraryHeader .teamiddle a:hover{
	width: 50%;
	height: 60px;
	text-align: center;
	padding-top: 22px;
	display: block;
	float: left;
		background-color: #dbccdb;
	color: #992a93;
}

#xls {
	width: 300px;
	height: 60px;
	border: 1px solid #ededed;
	margin-top: 16px;
	vertical-align: middle;
	display: inline-block;
}

#xls .xls {
	padding: 10px;
	vertical-align: middle;
	display: inline-block;
}

#xls .download {
	display: inline-block;
	font-family: 'M';
	vertical-align: middle;
	font-size: 1.125em;
	color: #999999;
	height: 15px;	
}

#xls .downloadicon {
display: inline-block;
vertical-align: middle;
float: right;
padding: 14px;
font-size: 1.6em;
color: #999999;	
cursor: pointer;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}


#xls .downloadicon:hover  {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
	color: #992a93;;
}
/*books*/
/* el books */
#books {
	width: 100%;
	position: relative;
	float: left;
}

#books .heading {
	color: red;
	font-size: 1.2em;
	padding-bottom: 8px;
	color: #992a93;

}

#books ul {
	padding: 16px;
	width: 100%;
	float: left;
	height: 90px;
	border-bottom: 1px solid #ededed;
}

#books li{
	padding: 2px;

}


#books .grey {
	background-color: #ededed;
}

#books .download {
display: block;
float: right;
margin-top: -42px;
font-size: 1.9em;
color: #999999;	
cursor: pointer;
padding-right: 16px
}

#books .pdf {
	display: inline-block;
	color: #999999;
	position: relative;
	float: left;
	padding-top: 10px;
	width: 40px;
	height: 70px;
}



/*
#books {
	width: 100%;
	display: block;
}


#books ul {
	width: 100%;
	float: left;
	height: 60px;
	border-bottom: 1px solid #ededed;
}

#books li{
	padding: 22px 0 0px 16px;
	float: left;
}

#books .grey {
	background-color: #ededed;
}

#books .download {
display: inline-block;
vertical-align: middle;
float: right;
padding: 14px;
font-size: 1.6em;
color: #999999;	
cursor: pointer;
	    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

#books .download:hover  {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
	color: #992a93;
}
#books .pdf {
	display: block;
	vertical-align: top;
	color: #999999;
	padding: 15px 0 0 16px;
}

.publicationWrapper {
	width: 100%;
	height: 40px;
	padding-top: 0px;
	background-color: #f5eff5;

}
*/
.publicationontent {
	display: block;
	float: left;
	width: 100%;
	padding: 30px 0 0 0;
}


.mapWrapper {
	width: 100%;
	max-width: 100%;
	position: relative;
	float: left;
	display: block;
	z-index: -1;

/*	background-color: red;*/
}
.contactmap {
	position: relative;
	width: 100%;
/*	background-color: blue;*/
	background-color: #ededed;
	overflow: hidden;
	
}


.mainContact {
	position: relative;
	left: 2%;
	width: 96%;
	float: left;
	padding: 16px 16px 16px 16px;
	background-color: #ededed;
/*	background-color: blue;*/
margin-top: 30px;

}



#contactInfo {
	width: 480px;
	margin: 20px auto 0 auto;
}



#contactMain {
	width: 100%;
	position: relative;
	float: left;
	padding: 16px;
background-color: #fff;
}

.contactBlockswrapper {
	width: 510px;
	position: relative;
	float: left;
	padding: 12px 0 22px 7px;
}


.contactBlocks {
	width: 250px;
	position: relative;
	float: left;
	padding: 12px 0 22px 7px;
}

.contactgrey {
	color: #888888;
	font-size: 1.2em;
}


.contacsize {
/*	font-size: 0.8em;*/
}
	

/* Regional contact */
#contact input {
	position: relative;
	float: left;
	margin-top: 14px;
	color: #ccc;
	font-family:'regular';
}

#contact textarea {
	padding: 16px 0 0 16px;
	position: relative;
	float: left;
	margin-top: 16px;
	width: 92%;
	height: 200px;
}









.narrow {
	position: relative;
	float: left;
	width: 100%;
	margin-top: -16px;
	height: 30px;
}

.narrowprojects {
	position: relative;
	float: left;
	width: 100%;
	height: 40px;
}

.hproTextp {
	display: inline-block;
	width: 98%;
	padding: 0px 12px 12px 0px;
}
.narrowmorep {
	margin-top: -10px;
	position: relative;
	float: left;
	width: 100%;
}

.narrowmore {
	margin-top: -10px;
	position: relative;
	float: left;

}
.widthpubWrapper {
	width: 100%;
	max-width: 100%;
	position: relative;
	float: left;
	display: block;
/*	background-color: red;*/
}

/*contact*/
/*contact*/
.contact-info-ipad{
	display: none;
}
.contact{
	width: 480px;
	margin: 0 auto 0 auto;
	margin-top: 16px;
	float: none;
}




.regcontact {
	width: 100%;
	position: relative;
	float: left;
	margin-top: 16px;
	background-color: #ededed;
	padding: 16px;
	height: 315px;
}

.contact-form .error{
	border: solid 1px #992a93;
}

.contact-form label{
	display: inline-block;
	margin-bottom: 20px;
}
.contact-form label div{
	display: inline-block;
	border:solid 1px #ededed;

}

#name,
#email{
	width: 235px;
	padding: 14px;
	font-size: 12px;
	border:solid 1px #fff;
	background: #ffffff;
	margin: 0;
}



#phone {
	width: 478px;
	padding: 14px;
	font-size: 12px;
	border:solid 1px #fff;
	background: #ffffff;
	margin: 0;
}
.contact-form textarea{
	width: 478px;
	border: solid 1px #fff;
	padding: 14px;
	margin: 0;
	background: #ffffff;
	display: block;
	height: 100px;
	resize: none;
	font-size: 12px;
}
.contact-form input:focus,
.contact-form textarea{
	outline: 0;
}
.contact-form ::-webkit-input-placeholder {
   color: #2f2f2f;
   font-size: 12px;
}
.contact-form :-moz-placeholder { /* Firefox 18- */
   color: #2f2f2f; 
   font-size: 12px; 
}
.contact-form ::-moz-placeholder {  /* Firefox 19+ */
   color: #2f2f2f; 
   font-size: 12px; 
}
.contact-form :-ms-input-placeholder {  
   color: #2f2f2f;  
   font-size: 12px;
}
.contact-form .submit {
	width: 480px;
	color: #992a93;
	background-color: #ededed;
	display: inline-block; 
	border: 1px solid #992a93;
	height: 40px;
	padding-top: 5px;
	cursor: pointer;
	font-size: 1em;
	font-family: 'M';
}


.contact-form .submit:hover {
	background-color: #992a93;
	color: #fff;
	border: 1px solid #992a93;
}


.contact-form .iconsub {
	display: inline-block;
	margin-left: 6px;
}

.contact-form .contact-form-submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #13a6ea), color-stop(1, #0897da) );
	background:-moz-linear-gradient( center top, #13a6ea 5%, #0897da 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#13a6ea', endColorstr='#0897da');
	background-color:#13a6ea;
}
.contact-form .contact-form-submit:active {
	position:relative;
	top:1px;
}
.contact-info{
	margin-left: 10px;
}


/* ============================================================
  GLOBAL
============================================================ */
.effects .img {
  position: relative;
  float: left;
  overflow: hidden;
/*  height: 190px;*/
}

.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}



/* ============================================================
  EFFECT 6 - ICON BOUNCE IN
============================================================ */
#effect-6 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#effect-6 .overlay a.expand {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#effect-6 .img.hover .overlay {
  opacity: 1;
}
#effect-6 .img.hover .overlay a.expand {
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}




/*search*/
form#search input{
	background-color: #80227b;
	padding: 0;
	margin: 0;
	border: 0;
	/* margin: 28px 0 0 10px; */
	/* color: #a8a8a8; */
	font-size: 12px;
	position: relative;
	float: left;
	display: inline-block;
	/* width: 100px; */
	width: 90%;
	font-family: 'regular';
	color: #e7d4e8;
}
form#search input:focus{
	outline: 0;
}

#search .button{
	outline: 0;
	border: 1px solid #80227b;
	height: 40px;
	background-color: #80227b;
	color: #ad55a9;
	position: relative;
	clear: right;
	top: 10px;
	bottom: 0px;
	left: 0px;
	top: 0px;
	margin-top: -28px;
	float: right;

}

#search .button:hover{
	color: #fff;
	cursor: pointer;
}

.search {
	height: 40px;
	display: inline-block;
	color: #ad55a9;
	float: right;
	margin-top: 10px;
	width: 120px;
	background-color: #80227b;
	margin-left: 10px;
	padding: 14px 0px 10px 10px;
}


button:focus {outline: 0;}

#search ::-webkit-input-placeholder {
   color: #b979ba;
   font-size: 12px;

}
#search :-moz-placeholder { /* Firefox 18- */
   color: #b979ba;
   font-size: 12px; 
}
#search ::-moz-placeholder {  /* Firefox 19+ */
   color: #b979ba;
   font-size: 12px; 
}
#search :-ms-input-placeholder {  
   color: #b979ba;
   font-size: 12px;
}


/* microfitch used */
/* microfitch used */
.microfiche-controls {
  width: 104%;
  position: absolute;
  top: 0%;
  left: 1%;
}


.microfiche-prev-button {
/* background: blue; */
position: absolute;
/* border: 1px solid red; */
width: 60px;
height: 122px;
top: 0px;
left: 0px;
cursor: pointer;
background-color: #fff;
border: 1px solid #ededed;
color: #ccc;
font-size: 1.125em;
}

.microfiche-next-button {
/* background: blue; */
position: absolute;
/* border: 1px solid red; */
height: 122px;
width: 60px;
top: 0px;
right: 0px;
cursor: pointer;
background-color: #fff;
border: 1px solid #ededed;
color: #ccc;
font-size: 1.125em;
}

.microfiche-next-button:hover {
background-color: #ededed;
color: #80227b;
}

.microfiche-prev-button:hover {
background-color: #ededed;
color: #80227b;
}



/*.microfiche-bullet {
  display: inline-block;
  cursor: pointer;
  width: 10px; height: 10px;
  border-radius: 6px;
  background: #000;
  overflow: hidden;
  text-indent: -1000px;
  margin: 0 5px;
  opacity: 0.25;
  appearance: none;
  border: none;
  outline: none;
  padding: 0;
}
.microfiche-bullet.selected {
  opacity: 1;
}*/
/*.microfiche-button {
  margin: 0 15px;
}*/


button:focus {outline: 0;}

  .partnerCarusel {
    display: block;
    position: relative;
/*    background: #fafafa;*/
	width: 96%;
	left: -1%;
}
  .partnerCarusel ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .partnerCarusel li {
    display: block;
    float: left;
    padding: 0;
	border-left: 1px solid #d6d6d6;	
	border-top: 1px solid #d6d6d6;	
	border-bottom: 1px solid #d6d6d6;
 }
    .partnerCarusel li img {
      display: block;
      margin: 0;
}

/*.demo {
  display: block;
  position: relative;
}
*/

/*pre.prettyprint {
  padding: 0;
  border: none;
  max-width: 100%;
  overflow: hidden;
}

.tag {
	color: #3C4348;
}

.atv, .str, .kwd, .lit {
	color: #A0D0AB;
}

.pun, .opn, .clo, .atn {
	color: #3C4348;
}

.com {
	color: #C4CDD2;
}*/


/*.body-subcontainer {
  width: 690px;
  margin: 0 auto;
}

.body-subcontainer.responsive-width-demo {
  width: auto;
  min-width: 315px;
}*/

/* Drop down Menu */


@media only screen and (max-width:930px) {
/* home publication */	


	.pubmore {
	
	display: none;
}
}

/*end microfitche used*/
@media only screen and (max-width:768px) {
/* news home */	
.hnewsBlock {
	width: 48.5%;	
	margin-right: 2%;

}

.publication {
width: 25%;
}

.hnewsBlock:nth-child(odd) {
	width: 48.5%;
	margin-right: 0%;
}

.hnewsBlock:last-child {
display: none;
}	

/*publication home*/
.hpubBlock {
	width: 100%;
	margin-right: 0%;

		
}

.hpubBlock:last-child {
		width: 100%;
		
		
}

.pubCover {
	width: 20%;
}

/* news inner */
.newsWrap {
	width: 48%;
}


/*  .item {
  float: right;
  width: 46%;
    margin: 1%;
  }	
  */
  
   .partner {
	width: 48%;
	height: 240px;
	background-color: #fff;
	border: 1px solid #ededed;
	position: relative;
	float: left;
	display: inline-block;
	margin-top: 16px;
	margin-right: 2%;
}
.nproBlock {
	display: block;
	float: left;
/*	height: 165px;*/
/*	width: 525px;*/
		width: 96%;
	background-color: #fff;
	margin-bottom: 16px;	
}

.narrowmore .newsWrap:last-child {
display: none;
}
}

@media only screen and (max-width:640px) {
/* home publication */	

.hproBlock {
	display: block;
	float: left;
/*	height: 165px;*/
/*	width: 525px;*/	
	width: 100%;
	background-color: #fff;
		-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all .0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hproBlock:last-child {
		width: 100%;
		margin-left: 0%;
		margin-top: 2%;
		
}

/*  .item {
  float: left;
  width: 48%!importnat;
    margin: 1%;
	margin-top: 10px;
  }
	*/
	.pubmore {
	margin-right: 1px;
	color: #989898;
	text-decoration:underline;	
	display: none;
}
}
/* newsletter */
form#submitemail input{
	background-color: #ededed;
	width: 80%;
	padding-top: 6px;
	padding-left: 10px;
	margin: 0;
	height: 45px;
	border: 0;
	font-size: 11px;
	position: relative;
	float: left;
	/* width: 100px; */
	width: 60%;
	font-family: 'regular';
}

input:focus{
	outline: 0;
}

#submitemail button {
	display: inline-block;
	float: right;
	background-color: #80227b;
	height: 40px;
	padding-bottom: 10px;
	margin: 4px;
	cursor: pointer;
	width: 40px;
	border: 0;
	/* margin: 28px 0 0 10px; */
	/* color: #a8a8a8; */
	font-size: 11px;
	/* width: 100px; */
}
#submitlibrary button {
	display: inline-block;
	float: right;
	background-color: #80227b;
	height: 40px;
	padding-bottom: 10px;
	margin: 4px;
	cursor: pointer;
	width: 40px;
	border: 0;
	/* margin: 28px 0 0 10px; */
	/* color: #a8a8a8; */
	font-size: 11px;
	/* width: 100px; */
}
.submitlibrary {
	position: relative;
	width: 85%;
	height: 50px;
	padding-right: 5px;
	border: #d6d6d6 dashed 1px;
	margin-top: 10px;
	color: #888888;
}

#lib button {
	display: inline-block;
	float: right;
	background-color: #80227b;
	height: 40px;
	padding-bottom: 10px;
	margin: 4px;
	cursor: pointer;
	width: 40px;
	border: 0;
	/* margin: 28px 0 0 10px; */
	/* color: #a8a8a8; */
	font-size: 11px;
	/* width: 100px; */
}

.submitlibrary textarea {
	background-color: #ededed;
	width: 80%;
	padding-top: 10px;
	vertical-align: middle;
	padding-left: 10px;
	margin: 0;
	height: 45px;
	border: 0;
	font-size: 11px;
	position: relative;
	float: left;
	/* width: 100px; */
	font-family: 'regular';
	resize: none;
	color: #999;
}
form#submitlibrary input{
	background-color: #ededed;
	width: 80%;
	padding-top: 6px;
	padding-left: 10px;
	margin: 0;
	height: 45px;
	border: 0;
	font-size: 11px;
	position: relative;
	float: left;
	/* width: 100px; */
	font-family: 'regular';
}

#submitemail button:hover {
opacity: 0.8;

}
.drop-down {
	width: 40px;
	height: 40px;
	border-left: 1px solid #f5eff5;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
	display: inline-block;
	

}

.drop-down.none {
	display: none;
	}

.drop-news {
	width: 50%;
	height: 40px;
	border-left: 1px solid #f5eff5;
	float: right;
	position: relative;
	top: 0px;
	right: 0px;
	z-index: 100;
	display: inline-block;
	

}

.drop-news span {
	width: 65%;
	height: 40px;
	padding: 12px;
	float: left;
	position: relative;
	z-index: 100;
	display: inline-block;
	color: #992a93;
	

}

.drop-year {
	width: 50%;
	height: 40px;
	border-left: 1px solid #f5eff5;
	float: right;
	position: relative;
	display: inline-block;
	
}

.drop-year span{
	width: 65%;
	height: 40px;
	padding: 12px;
	float: left;
	position: relative;
	display: inline-block;
	color: #992a93;
	
}

/*  .item {
  float: left;
  width: 100%;
    margin: 0%;
	margin-top: 10px;
  }*/ 
  
  
  .subscr-msg {
	margin: 15px 0 0 30px;
	background-color: #992a93;
	padding-left: 20px;
	color: #fff;
	width: 90%;
	display: none;
}