/************************UNIVERSAL************************/

* {
	margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
	font-size: 16px;
}

body {
	font-family: Helvetica, arial, sans-serif;
	font-size: 62.5%;
	color: #555;
	letter-spacing: .1px;
}

li {
	list-style-type: none;
}

a, a img {
	border: none;
	text-decoration: none;
	color: #ccc;
}

p, ul {
	font-size: 1.3em;
	line-height: 1.6em;
	
}

textarea {
	font-family: Helvetica, arial, sans-serif;
}

.nivo-wrap,
.album-wrap {
	display: none;
}

.wrap,
.nivo-wrap,
.album-wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.nivo-wrap p a,
.album-wrap p a{
	color: #fff;
    position: relative;
    z-index: 20000;
    top: 140px;
}

#close-album {
	background: url(/img/close.png) left center no-repeat;
	padding-left: 15px;
}

.close-gallery {
	background: url(/img/back-arrow.png) left center no-repeat;
	padding-left: 18px;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.main {
	padding-top: 40px;
    padding-bottom: 20px;
}

.caption {
	font: normal 2em/1.3em Helvetica, arial, sans-serif;
	color: #000;
	position: relative;
	padding: 10px 0;
}

.extend:before, .extend:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 9999px;
}

.extend:after {
	left: 100%;
}

.extend:before{
	right: 100%;
}

.col {
	width: 228px;
	float: left;
}

.col:last-child {
	margin-right: 0;
}

.col p, .col li {
	margin-bottom: 20px;
}

.mainbg {
	background: url(/img/main-bg.png) left top repeat-y;
}

.mainbg-sm {
	background: url(/img/mainbg-sm.png) left top repeat-y;
}

.gray {
	background: url(/img/gray-bg.png) repeat-y;
}

.gray-sm {
	background: url(/img/gray-sm.png) repeat-y;
}

a.info-btn, p a.info-btn {
	height: 28px;
	display: inline-block;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.4), inset 0 2px 10px rgba(255,255,255,.29);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.4), inset 0 2px 10px rgba(255,255,255,.29);
	box-shadow: 0 2px 3px rgba(0,0,0,.4), inset 0 2px 10px rgba(255,255,255,.29);
	border: solid 1px #80b1fd;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.12), rgba(255,255,255,.12));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.12), rgba(255,255,255,.12));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.12), rgba(255,255,255,.12));
	background-image: linear-gradient(to top, rgba(0,0,0,.12), rgba(255,255,255,.12));
	color: #fff !important;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none !important;
	padding: 0 5px;
	margin-top: 20px;
}

.banner {
	width: 100%;
	background-size: cover;
	padding: 343px 0 30px 0;
	position: relative;
}

.banner h2 {
	background: #000;
	display: inline-block;
	padding: 10px;
	font-size: 2em;
	font-weight: bold;
}

/************************HEADER************************/

header {
	background-color: rgba(0, 0, 0, .7);
	padding: 15px 0;
	position: absolute;
	width: 100%;
	z-index: 1000;
}

h1 a {
	background: url(/img/ipli-logo.png) no-repeat;
	width: 181px;
	height: 66px;
	text-indent: -999em;
	display: inline-block;
	float: left;
}

#header-right {
	float: right;
}

#mobile-nav {
	display: none;
}

#social {
	float: right;
	width: 57px;
	margin: 5px 0;
}

#social-icons {
	position: absolute;
    bottom: -15px;
    right: 20px;
    z-index: 30;
}

.social-hide {
	display: none;
}

.social-show {
	display: block;
}


#social a {
	float: left;
	display: inline-block;
	text-indent: -999em;
	margin-right: 20px;
	background: url(/img/social-icons.png) no-repeat;
}

a#contact {
	background-position: 0 -28px;
    width: 23px;
    height: 19px;
    
}

a#contact:hover {
	background-position: 0 1px;
}

a#fb {
	background-position: -51px -29px;
	width: 13px;
	height: 22px;
	margin-right: 0;
}

a#fb:hover {
	background-position: -51px 0px;
}

nav {
	float: right;
    clear: right;
    text-transform: uppercase;
    margin-top: 15px;
    position: inherit;
}

nav a {
	font-weight: lighter;
	position: relative;
}

nav a:after {
	position: absolute;
	content: "";
	background: transparent;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 10px;
}

#page-nav li {
	float: left;
	margin-right: 25px;
}

#page-nav li:last-child {
	margin-right: 0;
}

#newsletter {
	position: absolute;
	background-color: rgba(0, 0, 0, .7);
    bottom: -153px;
    right: 0;
    padding: 20px;
    display: none;
    
}

#newsletter input {
	height: 25px;
	padding-left: 4px;
	color: #777;
}

#subscribe {
	background-color: #4b84be;
	border: none;
	line-height: 25px;
	padding: 0 10px;
	color: #fff;
	cursor: pointer;
	transition: .25s all;
}

#subscribe:hover {
	color: #4b84be;
	background-color: #fff;
}


/************************ NAV BAR COLORS/HOVERS ************************/

#main-nav img {
	border: solid 2px rgba(255,255,255,.24);
}

.submenu-wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.submenu {
	position: absolute;
    top: 70px;
    width: 960px;
    z-index: 10;
    line-height: .8em;
    display: none;
    left: 0;
	
}

.submenu a {
	display: inline-block;
	height: 148px;
	padding: 0 11px;
	color: #000;
	width: 167px;
}


.hover {
	background: rgba(255,255,255, .2);
}

#main-nav li ul li {
	width: 141px;
	float: left;
	margin-right: 19px;

}

#main-nav li ul li:last-child {
	margin-right: 0;
}

#main-nav li ul a {
	font-size: .7em;
	font-weight: bold;
	padding-top: 21px;
}

#what-dd,
#what-dd:before, 
#what-dd:after {
	background: #80b1fd;
}

#nav-link-what:hover,
#nav-link-newsletter:hover,
.nav-color-what {
	color: #80b1fd;
}

#who-dd,
#who-dd:before, 
#who-dd:after {
	background: #02c6c7;
}

#nav-link-who:hover,
.nav-color-who {
	color: #02c6c7;
}

#nav-link-associates:hover,
.nav-color-assoc {
	color: #e4a1d7;
}


/************************ NAV BAR COLORS/HOVERS ************************/
/*
.nav-color-what, #nav-link-what:hover  {
	color: #41d4d5 !important;
}


.nav-color-events, #nav-link-events:hover {
	color: #80b1fd !important;
}

.nav-color-pubs, #nav-link-pubs:hover {
	color: #5e31ec !important;
}
*/


/************************MAIN HOME************************/

#gallery-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0, .95);
	z-index: 2000;
	top: 0;
	display: none;
}

.nivo-gallery,
#albums {
	position: absolute;
	z-index: 2000;
	margin-top: 150px;
	width: 100%;
}

.nivo-gallery li,
#albums li {
	float: left;
	width: 297px;
	height: 160px;
	margin-right: 30px;
	border: 1px solid #fff;
	margin-bottom: 60px;
}

.nivo-gallery li:nth-child(3n + 3),
#albums li:nth-child(3n + 3){
	margin-right: 0;
}

.nivo-gallery a img,
#albums a img {
	width: 100%;
	max-height: 158px;
	object-fit: cover;
}


/************************BANNER************************/

.fotorama {
	position: relative;
	background: #000;
	border-bottom: 2px solid #fff;
}

.bannertxt {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, .75);
	width: 100%;
	padding: 10px 0;
}

.bannertxt h2 {
	color: #4b84be;
	font-size: 3em;
}

.bannertxt p {
	color: #eee;
}

#banner-mobile-html {
	display: none;
}

/************************MAIN HOME************************/

#whatwedo {
	background: url(/img/what-bg.jpg) no-repeat;
}

#events {
	background: url(/img/events-bg.jpg) no-repeat;
}

#news {
	background: url(/img/news-bg.jpg) no-repeat;
}

.block {
	width: 33.333333%;
	float: left;
	background-size: cover;
	position: relative;
	padding: 20px;
	height: 377px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-position: center !important;
}

.block:last-child {
	border-right: none;
}

.block:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, .7);
	top: 0;
	left: 0;
}

.block li {
	margin-bottom: 25px;
}

.block a {
	font-size: 2em;
	color: #fff;
	position: relative;
	z-index: 20;
	font-size: 1.2em;
	transition: .25s all;
}

.block a:hover {
	color: #4b84be;
}

.block a span {
	font-size: .8em;
	color: #4b84be;
	display: block;
}

.block h3 {
	background: #4b84be;
    color: #fff;
    font-weight: lighter;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    left: 0;
    padding: 10px;
    font-size: 2em;
}

#social-icons li {
	text-indent: -999em;
	display: inline-block;
}

#fb-news,
#tw-news {
	background: url(/img/social-icons.png) no-repeat;
	cursor: pointer;
	
}

#fb-news {
	background-position: -51px 0;
	width: 13px;
	height: 22px;
	margin-left: 25px;
}

#tw-news {
	background-position: -84px 1px;
    width: 20px;
    height: 21px;
    margin-left: 12px
}

/*
#twitter-feed {
	display: none;
}
*/


/************************FOOTER************************/

footer {
	background: #000;
	padding: 20px 0;
	color: #ddd;
	text-align: center;
	font-size: 1.3em;
}



/************************WHAT WE DO PAGES************************/

.what-sec h2 {
	color: #41d4d5;	 
}

#what-caption {
	background: #41d4d5;
}

.what a {
	color: #9c861f;
	text-decoration: underline;
}

.what a:hover {
	color: #02c6c7;
}

.what a.info-btn {
	background: #41d4d5;
	border: 1px solid #41d4d5;
}

.what a.info-btn:hover {
	background: #555;
	border: 1px solid #555;
}

/************************GUIDING PRINCIPLES / UNITING POLICY MAKERS************************/

#uniting-pg .main img,
#guiding-pg .main img {
	margin-left: 55px;
}

#uniting-pg .main section,
#guiding-pg .main section {
	float: right;
	width: 590px;
}

#uniting-pg .main section h4,
#guiding-pg .main section h4{
	font-size: 1.9em;
	line-height: 1.3em;
	
}

#uniting-pg .main section h4 span,
#guiding-pg .main section h4 span {
	color: #02c6c7;
}

/************************SCHOLORSHIPS************************/


#scholarship-pg aside {
	float: left;
	width: 427px;
	margin-right: 30px;
}

#scholarship-pg h4 {
	color: #02c6c7;
	font-size: 1.8em;
	margin-bottom: 10px;
}

#scholarship-pg aside p, #scholarship-pg .main p {
	margin-bottom: 25px;
}

#research {
	margin-right: 20px;
}

#scholarship-award-pg .col a {
	color: #5e31ec;
}

#scholarship-award-pg .col a:hover {
	color: #555;
}


/************************STAFF************************/


#staff-pg .main {
	margin-top: 30px;
}

#staff-pg h3{
	color: #555;
	font-size: 1.6em;
	margin-top: 10px;
}

#staff-pg .col {
	margin-right: 30px;
}

#staff-pg aside {
	width: 438px;
	float: right;
}

#staff-pg aside p {
	margin-bottom: 30px;
	font-size: 1.2em;
}

#staff-pg h4 {
	font-size: 1.4em;
	color: #333;
}

/************************REGIONS************************/

.regions h2,
.regions .col span,
.regions .col a:hover {
	color: #53d4fc;
}

#regions-caption {
	background: #53d4fc;
}

.regions .col {
	width: 297px;
}

.regions .col {
	margin-right: 34px;
}

.regions .col:last-child {
	margin-right: 0;
}

.regions .pcol p span {
	font-weight: normal;
	display: block;
	color: #555;
}

.regions h4 {
	font-size: 2.2em;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 15px;
}

.regions .col a {
	color: #555;
}

.regions .col span {
	display: block;
}


/************************ISSUES************************/

#issue-pg h2 {
	color: #3b87ff; 
}

#issue-caption {
	background: #3b87ff;
}
.issue-col.pcol a {
	color: #8c7d15;
	text-decoration: underline;
}

.issue-col.pcol a:hover {
	color: #3b87ff;
}

.issue-col {
	width: 298px;
	margin-right: 33px;
}

.issue-col h4 {
	font-size: 2.2em;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 15px;
}

.issue-col span {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	color: #3b87ff;
}

.issue-col li {
	line-height: 1.7em;
}

.issue-col li a {
	text-decoration: none;
	color: #555;
}

.issue-col li a:hover {
	color: #3b87ff; 
}

.issue a.info-btn {
	background-color: #3b87ff;
}


/************************EVENTS************************/

#event-sub-h2 {
	color: #80b1fd !important;
}

#event-caption {
	background: #80b1fd;
}

.event h2, #eppc-right-main h4 span {
	color: #80b1fd;
}

p.event-date {
	background: #333;
	color: #80b1fd;
	display: inline-block;
	font-weight: bold;
	padding: 0 5px;
	font-size: 1.8em;
	margin-bottom: 10px; 
}

.event a.info-btn {
	background-color: #80b1fd;
}


#event-pg a {
	color:#80b1fd;
}

/*Landing Pages*/

.has-nav aside {
	float: left;
	width: 320px;
	padding-right: 20px;
	margin-right: 20px;
}

.has-nav aside h4 {
	text-transform: uppercase;
    font-size: 1.8em;
    background: #333;
    color: #fff;
    padding: 5px;
    margin-bottom: 0;
}

.has-nav .content {
	width: 619px;
	float: right;	
}

.has-nav .content img {
	width: 100%;
	height: auto;
}

.side-nav li {
    line-height: 1.6em;
    border-bottom: 1px solid #ddd;
}

.side-nav li a {
	color: #555;
    width: 100%;
    display: block;
    padding: 10px;
    background: #eee;
    transition: .25s all;
}

.side-nav li a:hover {
	background: #555;
	color: #eee;
}

.has-dd ul {
	display: none;
}

.side-nav .has-dd a {
	position: relative;
	padding-left: 25px;
}

.has-dd > a:before {
	position: absolute;
	content: "";
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #555;
	left: 8px;
	top: 13px;
	transition: .2s all;
	
}

.open:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.has-dd a:hover:before {
	border-left: 8px solid #80b1fd;
}

.side-nav ul li a {
	font-size: .8em
}

.side-nav ul li a{
	background: #ddd;
}




/*Symposia Series*/

#symposia-left {
	margin-right: 22px;
	width: 618px;
	float: left;
}

#symposia-left img {
	width: 100%;
	height: auto;
}

.event p{
	margin-bottom: 0;
}

.event p a {
	color: #80b1fd;
}

.event p a:hover {
	color: #555;
}

.event h4 {
	font-size: 1.7em;
	/* line-height: 1.4em; */
	margin: 5px 0;
}

.subtitle {
	color: #555;
	font-weight: normal;
	display: block;
	margin-top: 2px;
}

#symposia-right {
	width: 267px;
	margin-left: 35px;
}

#symposia-right h4,
#eppc-conf-right h4,
#malta-conf-pg aside h4,
#munwalk aside h4 {
	font-weight: normal;
	font-size: 2.4em;
	margin-bottom: 10px;
}

#symposia-right a,
#eppc-conf-right a,
#malta-conf-pg aside a,
#tejo-conf-pg aside a,
#munwalk aside a {
	color: #555;
	font-weight: bold;
}

.event .event-name {
	font-weight: normal;
	display: block;
	margin-top: 0;
	line-height: 1.2em;
}

#symposia-left h4 span, 
#symposia-right a:hover,
#eppc-conf-right a:hover,
#eppc-conf-center h4 span,
.event aside a:hover,
#munwalk aside a:hover
 {
	color: #80b1fd;
}

/*EPPC European Public Policy Conference*/

#eppc-conf-left {
	margin-left: 15px;
	margin-right: 25px;
	width: 219px;
}

#eppc-conf-pg h5 {
	font-size: 1.7em;
	font-weight: bold;
}

#eppc-conf-center {
	width: 458px;
	margin-right: 16px;
	float: left;
}

#eppc-conf-center h4 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.4em;
}

#eppc-conf-right {
	float: right;
	width: 210px;
	margin-right: 10px;
}

/*Malta Mediterranean Forum on Governance*/

#malta-conf-main {
	width: 612px;
}

#malta-conf-main img {
	width: 100%;
	height: auto;
}


#malta-conf-main h5 {
	font-size: 1.2em;
	
}

#malta-conf-pg aside {
	width: 267px;
	margin-left: 67px
}

#malta-conf-pg aside a:hover,
#malta-conf-main h4 {
	color: #80b1fd;
}
 

/*Tejo Conference*/

#tejo-conf-pg h4 {
	margin-bottom: 10px;
}

#tejo-content {
	width: 618px;
	float: left;
}

#tejo-content img{
	width: 100%;
	height: auto;
}

#tejo-conf-pg p {
margin-bottom: 20px;

}

#tejo-conf-pg h4 {
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 20px;
}

#tejo-conf-pg a  {
	color: #555;
	font-weight: bold;
}

#tejo-conf-pg aside {
	float: right;
	width: 267px;
}

#tejo-conf-pg aside li,
#munwalk aside li {
	margin-bottom: 30px;
}

/*Conférences Paix et Sécurité*/

.conf {
	width: 218px;
	float: left;
	margin-right: 20px;
}

.conf:last-child {
	margin-right: 0;
}

.conf h4 {
	color: #80b1fd;
	font-size: 1.8em;
	font-weight: normal;
}

.conf p {
	line-height: 1.6em;
}

.conf a p {
	color: #555;
}

.conf a {
	display: inline-block;
	padding: 3px;
	min-height: 330px;
}

.conf a:hover {
	background: #ddd;
}

/*MUNWALK*/

#munwalk-logo {
	border: none;
	transform: scale(.5, .5);
	margin: -45px 0 -30px -50px;
}

#munwalk-left {
	float: left;
	width: 618px;
}

#munwalk-left span {
	color: #80b1fd;
	font-weight: bold;
	font-size: 1.6em;
}

#munwalk aside {
	float: right;
	width: 267px;
	margin-right: 12px;
}



/************************PUBLICATIONS************************/

#pub-pg {
	padding-top: 97px;
}

#pub-pg h2 {
	color: #5e31ec; 
}

#pub-caption {
	background: #5e31ec;
}

.pub-sec h2 {
	color: #5e31ec;
}

#pub-pg a {
	color: #5e31ec;
	/* text-decoration: underline; */
	font-size: 1.1em;
}

#pub-pg a:hover {
	color: #555;
}

#pub-pg h4 {
	font-size: 2.2em;
	line-height: 1.2em;
	font-weight: normal;
}

#pub-sidebar {
	float: right;
	margin-right: 25px;
	width: 267px;
}

#pub-sidebar li {
	line-height: .3em;
}

#pub-sidebar h4{
	font-weight: normal;
	font-size: 2.4em;
	margin-bottom: 10px;
}

#pub-sidebar a {
	color: #555;
	font-weight: bold;
	line-height: 1.4em;
}

#pub-sidebar .event-name {
	font-weight: normal;
	display: block;
}

#pub-sidebar a:hover, #pub-sidebar .event-date {
	color: #5e31ec;
}

#pub-sidebar li {
	margin-bottom: 30px;
}

/*
EPPC / MALTA
*/


.eppc-col,
.malta-col {
	width: 620px;
	margin-right: 32px;
	float: left;
}
.eppc-col:last-child,
.malta-col:last-child {
	margin-right: 0;
}

.eppc-col p,
.malta-col p,
.malta-col-mid p {
	margin-bottom: 15px;
}

.eppc-col img,
.malta-col img{
	width: 100%;
	height: auto;
}

/*
TEJO REPORTS
*/

#tejo-reports-pg .col {
	width: 298px;
	float: left;
	margin-right: 31px;
}

#tejo-reports-pg .col span {
	display: block;
	color: #5e31ec;
	font-weight: bold;
}

#tejo-reports-pg .col:last-child {
	margin-right: 0;
}

#tejo-reports-pg h4 {
	font-weight: normal;
	font-size: 2.4em;
}

#tejo-reports-pg a {
	color: #555;
}

#tejo-reports-pg a:hover {
	color: #5e31ec;
}

/*
TURKISH
*/

.turkish .col, 
#scholarship-award-pg .col,
.working-papers .col {
	margin-right: 31px;
	width: 298px;
}

.turkish .col:last-child,
#scholarship-award-pg .col:last-child,
.working-papers .col:last-child {
	margin-right: 0;
}

.turkish .edition, 
.turkish .read, 
#pub-pg .turkish a.more,
.working-papers a {
	color: #5e31ec;
	text-decoration: none;
}

#pub-pg .turkish a.more {
	padding: 0;
}

.turkish .read,
.working-papers .read {
	font-style: italic;
}

.turkish .edition,
.working-papers .edition {
	font-weight: bold;
	font-size: 1.8em;
}

#pub-pg .turkish a,
#pub-pg .working-papers a {
	text-decoration: none;
	display: block;
	margin-bottom: 35px;
	padding: 5px
}

#pub-pg .turkish a:hover,
#pub-pg .working-papers a:hover {
	background: rgba(0,0,0,.08);
	
}

#pub-pg .turkish a h4,
#pub-pg .working-papers a h4 {
	color: #555;
}

/*
WORKING PAPERS
*/


/*
SCHOLARSHIPS AND AWARDS
*/

#scholarship-award-pg h4 {
	font-weight: normal;
	font-size: 2.4em;
	margin-bottom: 20px;
}

#scholarship-award-pg li,
#scholarship-award-pg li strong {
	color: #5e31ec;
	font-weight: bold;
	line-height: 1.4em;
	display: block;
}

#scholarship-award-pg li {
	color: #555;
	font-weight: normal;
}


/************************ASSOCIATES************************/

#assoc-caption {
	background: #e4a1d7;
}

.assoc-sec h2 {
	color: #e4a1d7;
}

#assoc-list img {
	border: none;
}

#assoc-list a {
	display: block;
	color: #e4a1d7;
	text-decoration: underline;
}

#assoc-list a:hover {
	color: #555;
}

#assoc-list li {
	width: 296px;
	float: left;
	margin-right: 35px;
	margin-bottom: 50px;
}

#assoc-list li:nth-child(4) {
	clear: left;
}

#assoc-list li img {
	width: 40%;
	height: auto
}

#assoc-list li p {
	font-size: 1em;
}

#assoc-list li:nth-child(3n+3) {
	margin-right: 0;
}

#assoc-list h4 {
	font-size: 2em;
	line-height: 1.1em;
	font-weight: normal;
	color: #333;
}


/************************SUBPAGE************************/

#event-left, 
#pub-left {
	width: 616px;
	float: left;
	margin-bottom: 20px;
}

#event-left .excerpt, 
#pub-left .excerpt {
	display: none;
}

#event-right, 
#pub-right {
	background: #555;
	color: #fff;
	display: inline-block;
	width: 304px;
	font: italic 1.2em/1.4em georgia, serif;
	margin-left: 20px;
	padding: 10px;
	float: left;
}

#event-left .excerpt, 
#pub-left .excerpt {
	width: 100%;
	background: #555;
	color: #fff;
	padding: 10px;
}

#event-left img,
#pub-left img {
	width: 100%;
	height: auto;	
}

.subpage h4 {
	clear: both;
}

.subpage .caption-date,
.subpage .caption-title {
	font-size: .8em;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	line-height: 1.2em;
	display: block;
}

.subpage .caption-title {	
	float: left;
	font-size: 1em;
	font-weight: bold;
	margin-right: 20px;
	margin-bottom: 5px;
}

.subpage .caption-date {	
	padding-top: 2px;
	margin-left: 20px;
	font-weight: normal;
	display: inline;
}

.subpage .caption-desc {
	display: block;
	font-size: 1em;
	clear: both;
}

#pub-pg.subpage a.read {
	background: #5e31ec;
	color: #fff;
	padding: 0 10px;
	display: inline-block;
	text-decoration: none;
	margin: 5px 0 50px;
}

#back{
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  float: left;
  clear: both;
  width: 100px;
  background: #777 url(/img/back-arrow.png) 10px center no-repeat;
  
}
#back:before {
  content: '';
  position: absolute;
  border: #555 solid 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

#back:hover:before, #back:focus:before, #back:active:before {
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
}

#back a {
	color: #fff;
	padding-left: 40px;
	position: relative;
	z-index: 1000;
	padding-right: 20px;
}

#back a:hover {
	color: #eee;
}
