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

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}

a{
	text-decoration:none;
}
table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}

em {
    font-style:italic;
}
strong{
/*	font-weight: normal;*/
	font-family: 'bold';
	font-weight: bold;
}
ol,ul, li {
    list-style: none;
    margin:0;
    padding:0;
}


ul { 
list-style-type: square!important;

}


caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

 /* to fit area */
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clear {
	clear: both;
}

.page_cover {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}


.dropDown {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.pubCover img {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}




body {
	color: #575757;
	font-family: 'regular';
}

/* hedings */
.big {
	font-size: 1.65em; /* 20px */
	margin-bottom: 22px;
	display: inline-block;
	position: relative;
	float: left;
}

.mainHeading {
	font-size: 2.3em; /* 27px */
	margin-top: 34px;
	display: inline-block;
	text-transform:uppercase;
}

#teamHeader {
	font-size: 1.1em;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'M';
	font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
}

h1 {
	font-size: 1.5em; /* 18px */
	line-height: 95%;
	text-transform:uppercase;
}


h2 {
	font-size: 1.3em; /* 16px */
	text-transform:uppercase;
}

h3 {
	font-size: 2em; /* 27px */
	margin-top: 34px;
	display: inline-block;
	text-transform:uppercase;
}

p {
	padding-top: 12px;
}




/* link
 * --------------------------------------- */

/* ////////////////
global link 
/////////////// */
a:link, a:visited, a:active, a:link {
    color: #888888;
}

a:hover {
    color: #992a93;
}

/* ////////////////
other link 
/////////////// */
header a:link, header a:active, header a:visited {
	color: #b979ba;
}

header a:hover {
	color: #fff;
}

footer .icon a:link, footer .icon a:active, footer .icon a:visited {
	color: #992a93;
}

footer .icon a:hover {
	color: #b979ba;
}

h1 a:link, h1 a:active, h1 a:visited, h2 a:link, h2 a:active, h2 a:visited {
	color: #575757;;
}

h1 a:hover, h2 a:hover {
	color: #992a93;
}
.homemore a:link, .homemore a:active, .homemore a:visited {
	color: #989898;	
}

.homemore a:hover {
	color: #992a93;	
}


.teamInfo > h1 a:link, .teamInfo > h1 a:visited, .teamInfo > h1 a:active {
	color: #992a93;
}
.teamInfo  > h1 a:hover {
	color: #999999;
}



#menuHolder li a:link, #menuHolder li a:active, #menuHolder li a:visited {
	color: #fff;
}

#menuHolder li a:hover {
	color: #992a93;
	background-color: #f5eff5;
}



.hprohead a:link, .hprohead a:visited, .hprohead a:active {
color: #575757;
}

.hprohead a:hover {
color: #ad55a9;
}

::selection {
  background: #c09ec0; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #c09ec0; /* Gecko Browsers */
   color: #fff;
}

/* END LINK */

/*publication inner text wrap */
.textwrap {
	padding: 0px 12px 12px 0px;	
}

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

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

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


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

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

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


.sharetext {
	display: inline-block;
	position: relative;
	float: left;
	padding: 6px 10px 6px 10px;
	height: 30px;
	margin-top: -6px;
	margin-right: 6px;
	opacity: 0.8;
}

.share {
	display: inline-block;
	position: relative;
	float: left;
	padding: 5px 10px 6px 10px;
	height: 30px;
	margin-top: -8px;
	margin-right: 6px;
	background-color: #e9d6ea;
	opacity: 0.7;
}

.ghare {
	display: inline-block;
	position: relative;
	float: left;
	padding: 5px 10px 6px 10px;
	height: 30px;
	margin-top: -8px;
	margin-right: 6px;
	background-color: #e9d6ea;
	opacity: 0.7;
}

.share {
	display: inline-block;
	position: relative;
	float: left;
	padding: 5px 10px 6px 10px;
	height: 30px;
	margin-top: -8px;
	margin-right: 6px;
	background-color: #e9d6ea;
	opacity: 0.7;
}

.ghare:hover, .share:hover {
	opacity: 1;
}

/* bullets */
/* bullets */
.rightWrapperNews li { 
    padding-left: 3em;
    text-indent: -0.9em;
}

.rightWrapperNews li:before {
    content: "• ";
    color: #992a93;	
}

.rightWrapperNews li, .innertext li, .peopleDetailed li, .doingWrapper li, .publicationontent li{ 
    padding-left: 3em;
    text-indent: -0.9em;
}

.rightWrapperNews li:before, .innertext li:before, .peopleDetailed li:before, .doingWrapper li:before, .publicationontent li:before {
    content: "• ";
    color: #992a93;	
}


/* individual: webkit */

#submitemail ::-webkit-input-placeholder { background:#ededed;}


/* individual: mozilla */

#submitemail ::-moz-placeholder { background:#ededed; }



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

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

/*.subscr-msg {
	display: none;
}
*/
input#subscribe {
	background-color: #ededed;
	padding: 16px;
	float: left;
	position: Relative;
	border: 0px solid #ededed;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #ededed inset;
}

.subscr-msg {
	margin: 15px 0 0 30px;
	background-color: #992a93;
	padding-left: 20px;
	color: #fff;
	width: 300px;
	display: none;
}

.lib-msg {
	margin: 15px 0 0 30px;
	background-color: #992a93;
	padding-left: 20px;
	color: #fff;
	width: 300px;
	display: inline-block;
	display: none;
}
.margin {
	margin-bottom: 20px;
}

/* small inner banner*/
.view {
   width: 100%;
   height: 140px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;

}
.view .mask,.view .content {
   width: 100%;
   height: 140px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}

.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 4px 10px 2px 10px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   /* -webkit-box-shadow: 0 0 1px #000; */
   -moz-box-shadow: 0 0 1px #000;
   /* box-shadow: 0 0 1px #000; */
   float: right;
   font-size: 14px; /* with 12 problem*/
   font-family: 'M';
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
/*effect*/
.view-sixth img {
   -webkit-transition: all 0.4s ease-in-out 0.5s;
   -moz-transition: all 0.4s ease-in-out 0.5s;
   -o-transition: all 0.4s ease-in-out 0.5s;
   -ms-transition: all 0.4s ease-in-out 0.5s;
   transition: all 0.4s ease-in-out 0.5s;
}
.view-sixth .mask {
   background-color: rgba(146,96,91,0.5);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-in 0.4s;
   -moz-transition: all 0.3s ease-in 0.4s;
   -o-transition: all 0.3s ease-in 0.4s;
   -ms-transition: all 0.3s ease-in 0.4s;
   transition: all 0.3s ease-in 0.4s;
}
.view-sixth h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
/*border-bottom: 1px solid #992a93;*/
   background: transparent;
   margin: 6px 10px 6px 6px;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.view-sixth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.2s;
   -moz-transition: all 0.3s ease-in-out 0.2s;
   -o-transition: all 0.3s ease-in-out 0.2s;
   -ms-transition: all 0.3s ease-in-out 0.2s;
   transition: all 0.3s ease-in-out 0.2s;
}
.view-sixth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.view-sixth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-sixth:hover img {
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-sixth:hover h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-sixth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-sixth:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}
/*fancybox*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-wrap *{
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -safari-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
.fancybox-overlay
{
    line-height: normal!important;    
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0 auto;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../media/img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../media/img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../media/img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../media/img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../media/img/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../media/img/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}				





