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

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

body {
	color: #575757;
	font-size: 100%;
	font-size: 0.75em; /* 12 px */
}




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


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

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

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

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 {
	font-family: "M";
	font-size: 2em; /* 24px */
	padding-top: 19px;
	display: inline-block;
/*	background-color: blue;*/
}


/* Desktop navigation */
nav {
	border-bottom: 2px solid #ededed;
	height: 92px;
}

#menu {
	height: 90px;
	width: 1080px;
	margin: 0 auto 0 auto;
	font-family: 'M';
	font-size: 1.6em; /* 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 a {
	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;
}

.dropMenu.open {
background-color: #eeeeee;
}
#menu .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;	
}

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

#menuDevice {
display: none;
}


/*#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.5em; /* 18px */
	position: relative;
	float: none;
	
}

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

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

#menuinner li a:hover {
	background-color: #f5eff5;
	height: 90px;
	margin-top: 0px;
	border-left: 1px solid #eeeeee;
	padding-top: 36px;
	margin-left: -1px;
}


#menuinner .active a {
	display:inline-block;
	float: left;
	text-align: center;
	height: 90px;
	border-radius: 2px;
	margin-left: -1px;
	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: 100%;
	top: 60px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	z-index: 100;
/*background-color: Red;*/
height: 100px;
}


#home .logo {	
	padding: 0 0 0 0px;
	width: 275px !important;
	height: 65px;
}
.logo {
	width: 200px !important;	
	position: relative;
	height: 48px;
	float: left;
	margin: 20px 40px 0 0;
}



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


/**** Isotope CSS3 transitions ****/
.item {
    float: left;
    margin: 5px;
    width: 250px;
}

.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: 250px;
    background-color: #ededed;
	overflow: hidden;
}
.maximise {
    display: none;
	padding: 16px;
    height: auto;
    width: 250px;
    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 */

/*.inner {
  float: left;
  width: 100%;
  height: 180px;
  overflow: hidden;
  	padding: 16px;
  }  
  
  
  .item {
  float: left;
  width: 30%;

    margin: 1%;
  } 
.expanded {
    height: 260px;
  }


.inner {
  margin: 0;
  background-color: #ededed;
  position: relative;
}
.expanded {
    background-color: #e2e2e2;
    color: #a053a0;
  }*/


/*
#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;
}
*/
/* banner */
#bannerWrapper {
	width: 100%;
	height: 483px;
	overflow: hidden;
	float: none;
	margin: 0 auto 0 auto;
/*	border-bottom: 5px solid #992a93;*/
	background-color: #992a93;
}

/*.page_cover {
position: absolute;
top: 0px;
left: 0px;
z-index: -1;
width: 1080px;
height: 90px;
overflow: hidden;	
}*/

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

.mainHeading {
	font-size: 2.3em; /* 27px */
	top: 0px;
	left: 0px;
	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;*/
}


.dwidthWrapper {
	width: 100%;
	max-width: 100%;
	position: relative;
	float: left;
	display: block;
	padding-bottom: 30px;
/*	background-color: red;*/
}

mwidthWrapper {
display: none;
}

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

.bottommargin {
margin-bottom: 30px;	
	
}
.homeContent {
	/* height: 460px; */
	width: 1080px;
/*	background-color: green;*/
	margin: 0 auto 0 auto;
	padding: 25px 0px 25px 0px;	
}

.projectContent {
	/* height: 460px; */
	width: 1096px;
/*	background-color: green;*/
	margin: 0 auto 0 auto;
	padding: 8px 0px 8px 0px;	
}

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

.detailed {
/*	font-size: 0.74em;*/
	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;	
}


.pubdownload {
	position: absolute;
	left: 0px;
	bottom: 20px;
	width: 130px;
	height: 40px;
	text-align: right;
	padding: 6px;
	background-color: #fff;
	border-right: 5px solid #992a93;
	box-shadow: 1px 1px 2px #888888;
	/*opacity: 0;*/
    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 #992a93;
}
.pubmore {
	margin-right: 1px;
	color: #989898;
	text-decoration:underline;	
}

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


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

.hnewsBlock {
	display: inline-block;
	float: left;
/*	height: 165px;*/
	width: 340px;
/*	background-color: blue;*/	
/*cursor: pointer;*/
margin-right: 30px;
}

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

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

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

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: 340px;
	overflow: hidden;
/*	background-color: blue;*/
	border-bottom: 5px solid #992a93;
}

.hnewsimg img {
		width: 100%;
		  -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;
}



.hnewsText {
	display: inline-block;
	float: left;
	height: 140px;
	width: 340px;
/*	background-color: red;*/
	padding: 16px 12px 12px 12px;
	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.4em;
	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;
}



/*trandfer*/
.historym {
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: red;
	display: none;	
}

/* projects */
.hproBlock {
	display: block;
	float: left;
/*	height: 165px;*/
/*	width: 525px;*/
		width: 48%;
	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%;
	background-color: #fff;
		margin-left: 30px;
		
}

.hproBlock:hover {
	opacity: 0.7;
		
}

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

		
}

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


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


.nproBlock {
	display: block;
	float: left;
height: 258px;
/*	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 */
.bubble 
{
position: relative;
width: 524px;
height: 10px;
padding: 0px;
background: #FFFFFF;
border-top: #ededed solid 1px;
}

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

.bubble:before 
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 8px 8px;
border-color: #ededed transparent;
display: block;
width: 0;
z-index: 0;
top: -8px;
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;

}



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


.tproText {
	display: inline-block;
	width: 100%;
	padding: 0px 30px 12px 0px;
}
.text {
	width: 100%;
}


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

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

.publication {
position: relative;
float: left;
padding-bottom: 10px;
width: 185px;
}

.pub {
	margin-top: 23px;
}

.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;
	overflow: hidden;
}


.coverPub {
	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;
	overflow: hidden;
}


.pubCover img:hover {
	opacity: 0.8;
	}

.pubCover img {
	float: left;
	position: relative;
	width: 160px;
	height: 230px;
		-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: 360px;
display: inline-block;
float: left;
	
	}
	
.connect {
width: 360px;
display: inline-block;
float: right;
position: relative;
text-align: right;
}

.connect img {
width: 82px; /* img width + 10px space */
display: inline-block;
}
	
footer .blockshare {
width: 360px;
height: 150px;	
border-left: 1px solid #d6d6d6;
border-right: 1px solid #d6d6d6;
display: inline-block;
float: left;
	}
	
	footer .blocknews {
width: 360px;
display: inline-block;
float: left;
	}
	
	
	
.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;
	padding: 10px;
	display: inline-block;
	position: relative;
	float: left;
	border: 1px solid #dddddd;
	margin-top: 15px;
	margin-left: 30px;
	background-color: #fff;
}

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

.submitlibrary{
	position: relative;
	width: 300px;
	height: 50px;
	border: #d6d6d6 dashed 1px;
	margin-top: 10px;
	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;
	}
	
.bottom {
	width: 1080px;
	margin: 0 auto 0 auto;
	padding-top: 30px;
	color: #999;
	}
	
	
/* inner page */
/*.innerHeader {	
	width: 1080px;
	margin: 0 auto 0 auto;
	background-color: red;
	height: 90px;
	margin-top: -25px;
	background-image: url(../media/img/mission.jpg);
	position: relative;
/*	z-index: -1;
}
*/
/* NEW */
.innerHeader {	
	width: 100%;
	background-color: #ededed;
	height: 90px;
	margin-top: -25px;
	position: relative;
}



.leftWrapper {
	position: relative;
	float: left;
	width: 240px;
}
.leftWrappera {
	position: absolute;
	float: left;
	width: 240px;
}

#menuHolder {
	position: relative;
	float: left;
	width: 240px;
	background-color: #c09ec0;
	font-size: 1.1em;
	}
	
.addWrapper {
	position: relative;
	float: left;
	width: 240px;
	height: 140px;
/*	background-color: red;*/
	margin-top: 10px;
	overflow: hidden;
}	
	
.contentHolder {
	position: relative;
	float: right;
	width: 810px;
/*	background-color: red;*/
	margin-left: 30px;

}

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


.innertext {
	position: relative;
	margin-top: 30px;
	float: left;
	width: 810px;
	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: 836px;
/*	padding-bottom: 30px;*/
/*	background-color: blue;*/
}

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

/* changed check!! */
#menuHolder li a {
	display:inline-block;
	float: left;
	width: 240px;
	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: 1080px;
	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;
}
#teamHeader {
	width: 100%;
	height: 60px;
	border-bottom: 5px solid #dbccdb;
/*	font-size: 1.125em;*/
}


#teamHeader .teamActive{
	width: 270px;
	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: 270px;
	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: 250px;
	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: 160px;
	height: 210px;
	margin: 0 16px 8px 0;
	overflow: hidden;
}

.team a:hover {
opacity: 0.7;
}

.teamInfo {
	display: inline-block;
	width: 600px;
}

#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;
	text-align: center;
	display: inline-block;
	position: relative;
	float: left;
	width: 300px;
	height: 40px;
	background-color: #dddddd;
	text-align: center;
	font-size: 0.75em;
}*/
/*new*/
	.morebox a {
	color:#999;
	text-align:center;
	position: relative;
	float: left;
	width: 320px;
	cursor: pointer;
	}
	.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;
	}
	.morebox a{ color:#333333; text-decoration:none}
	.morebox a:hover{ text-decoration:none}
.scroll {
	display: inline-block;
	width: 120px;
	height: 60px;
	background-color: #ededed;
	padding-top: 20px;
	text-align:left;
	font-size: 1.125em;
	float: left;
	position: relative;
	
}
	
.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: 8px;
	overflow: hidden;

}



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


.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 {
	width: 259px;
	height: 240px;
	background-color: #fff;
	border: 1px solid #ededed;
	position: relative;
	float: left;
	display: inline-block;
	margin-top: 16px;
	margin-right: 16px;
}


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

.partnerinfo img {
width: 192px;
height: 120px;
margin-left: 33px;
margin-top: 6px;
}


.partnerlogo {
position: relative;
width: 259px;
margin-left: -1px;
height: 105px;
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: 118px;
}

.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: 118px;
}

.partnertext {
	position: absolute;
	width: 250px;
	bottom: 10px;
	text-align: center;
	padding: 0 10px 0 10px;
}

/* gallery */
.gallery  {
	width: 259px;
	background-color: #fff;
	position: relative;
	float: left;
	display: inline-block;
	margin-top: 16px;
	margin-right: 16px;
}

 .gallery  img {
	width: 259px;
	height: 190px;
	float: left;
	display: block;
	position: relative;
}



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


#galleryHeader {
	width: 100%;
	height: 60px;
	background-color: #ededed;
	padding: 15px 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: 810px;
	height: 480px;
/*	background-color: blue;*/
	border-bottom: 5px solid #992a93;
	background-color: #ededed;
}

.contact {
	position: relative;
	float: left;
	width: 810px;
	height: 330px;
	background-color: #ededed;
	padding: 16px;
}

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


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

#bcng {
	width: 240px;
	height: 100px;
	border: 5px solid #fff;
	position: relative;
	float: right;
}


/* NEWS */
.newsWrapper {
	width: 1080px;
	margin: 0 auto 0 auto;
}

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

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

.month {
	display: inline-block;
	position: relative;
	margin-left: 10px;
}

.month li {
	display:inline-block;
	padding: 12px 10px 10px 11px;
	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;
}
.month li:hover {
	background-color: #992a93;
	color: #fff;
}

/* form */
select {
	background-color: #fff;
	width: 75px;
	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: 0px auto 0 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;
	float: both;
	height: 80px;
/*	width: 780px;*/
	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: 400px;
	height: 299px;
	overflow: hidden;
	margin-top: 12px;
}

.leftWrapperNews img {
	position: relative;
		position: relative;
	width: 400px;
	overflow: hidden;

}

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

}

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

}


.pojectText {
	position: relative;
	float: left;
	width: 650px;
	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;	
}

.back {
	color: #c09ec0;
	margin-left: 10px;
	vertical-align: bottom;
}

.deprint {
	display: none;
}

/* projects */
.proBlock {
	display: block;
	float: left;	
}

.item-project {
/*	height: 165px;*/
	width: 524px;
	background-color: #ededed;
/*	margin-left: 30px;	
	margin-bottom: 16px;*/
	margin: 16px 16px 0 0;
		border: 1px solid #ededed;
	}
	
.projectmore {
/*	height: 165px;*/
	width: 532px;
	position: relative;
	float: left;
	background-color: #ededed;
/*	margin-left: 30px;	
	margin-bottom: 16px;*/
	margin: 16px 16px 0 0;
		border: 1px solid #ededed;
	}



/* bubble */


.pbubble 
{

position: relative;
float: left;
width: 524px;
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: -7px;
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: -8px;
left: 49px;
}
/* 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: 700px;
	padding: 10px 0 0 16px;
}

.projectPartner {
	height: 80px;
	display: inline-block;
	width: 380px;
/*	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;
	font-size: 1.125em;
	
}


#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{
	width: 50%;
	height: 60px;
	text-align: center;
	padding-top: 22px;
	font-size: 0.8em;
	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;
}


#xlsbutton {
	display: block;
	border-color: rgba(111,111,111,0.0) transparent transparent;
	color: #992a93;
	background: transparent;
	font-family: 'M';
	font-size: 1em;
	margin-left: 31%;
	position: relative;
	float: left;
	cursor: pointer;	
}

#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;
 
}


#xls .downloadicon:hover  {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
	color: #992a93;;
}

#xlsbutton .searchicon {
   -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;	
}

#xlsbutton .searchicon:hover  {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
	color: #992a93;;
}


/* 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 .download:hover  {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
	color: #992a93;
}

.publicationWrapper {
	width: 100%;
	height: 60px;
	padding-top: 12px;
	background-color: #f5eff5;
/*	margin-bottom: 30px;*/
}

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


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

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


.mainContact {
	position: relative;
	margin: 0px auto 0 auto;
	width: 1080px;
	height: 550px;
	padding: 16px 16px 16px 16px;
	background-color: #ededed;
/*	background-color: blue;*/
margin-top: 30px;

}


#contact {
	width: 50%;
	position: relative;
	float: left;
	margin-top: 16px;
}

#contactInfo {
	width: 50%;
	position: relative;
	float: left;
	margin-top: 16px;
	padding-left: 20px;
}


#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: 1em;
}
	

/* FORM */
#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;
}


.narrowmorep {
	margin-top: -10px;
	position: relative;
	float: left;
	width: 105%;
}

.hproTextp {
	display: inline-block;
	width: 98%;
	padding: 0px 12px 12px 0px;
}


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

/*contact*/
/*contact*/
.contact-info-ipad{
	display: none;
}
.contact{
	width: 50%;
	position: relative;
	float: left;
	margin-top: 16px;

}


.regcontact {
	width: 100%;
	position: relative;
	float: left;
	margin-top: 16px;

}

.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: 1.2em;
	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;
}

/* submit email */


/* ============================================================
  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: #999;
}
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 10px 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;
}





/* filter by months*/
.mactive {
	background-color: #992a93;
	color: #fff;
}

/* newsletter */
/* newsletter */
.submitlibrary textarea {
	background-color: #ededed;
	width: 250px;
	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;
}

.submitlibrary input:focus,
.submitlibrary textarea{
	outline: 0;
}
.submitlibrary ::-webkit-input-placeholder {
   color: #999;
   font-size: 11px;
}
.submitlibrary :-moz-placeholder { /* Firefox 18- */
   color: #999;
   font-size: 11px; 
}
.submitlibrary ::-moz-placeholder {  /* Firefox 19+ */
   color: #999; 
   font-size: 11px; 
}
.submitlibrary :-ms-input-placeholder {  
   color: #999; 
   font-size: 11px;
}

input:focus{
	outline: 0;
}

.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 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; */
}


#submitemail button:hover {
opacity: 0.8;
}




/*socila*/
