﻿/* 	STYLE.CSS for aviation-safety.net 	*/
/* 	(c) Harro Ranter		*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #b3c8ef url('/graphics/bg.gif') repeat-x;
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, Sans Serif;
  color: #663300;
  font-size: 80%;
  margin: 0;
  padding: 0;
}

#page-wrap {
		background: #ffffff;
		border-right: 1px #10294a solid;
		border-left: 1px #10294a solid;
		border-bottom: 1px #10294a solid;
		/*background: url('/test2/header_bg.jpg') repeat-y;*/
		min-width: 780px;
		max-width: 1020px;
		margin: 0px auto;
		/*width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1022? "1020px" : "auto");*/
		width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 962? "960px" : "auto");
	}
	#page-wrap #inside {
		margin: 0px 20px 0px 0px;
		padding-top: 0px;
		/*padding-bottom: 10px;*/
	}
	
#main-content {
		padding-left: 10px;
		padding-top: 0px;
		padding-right: 10px;
	}
	
#header {
		background: #ffffff;
		display: block;   
		margin-left: auto;   
		margin-right: auto;
		/*background: url('/graphics/asn_header2.jpg') repeat-y; */
	}
	
#left-sidebar {
  width: 150px;
  background: #ffffff;
	width: 10px;
	float: right;
	padding-left: 1px;
	padding-top: 2px;
	border: 1px black solid;
	padding: 20px 0 10px 0;
margin: -60px 0 0 530px;
	}

#footer_bar {
	text-align: center;
	font-size: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	}


/* ================================= */
/*			  COMMON ELEMENTS	  */
/* ================================= */


p {
	margin-bottom: 1em;
	margin-top: 1em;
	}
/*
ul {
	margin: 1em 2em 1em;
	}
*/


/* ================================= */
/*			  MENU - TOP NAVIGATION			*/
/* ================================= */


.navigation {
	background-color:#6384A5;
	background-color:#6C80A5;
	height: 30px;
	/*width: 100%;
 	margin-bottom: 1em;*/
 	margin-bottom: 4px;
 	margin-left: 2px;
 	margin-left: 20px;
 	margin-right: 10px;
 	margin-top: 1.5em;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

.navigation ul li {
	list-style-type: none;
	display: block;
	font-size: 115%;
	font-weight: bold;
	float: left;
	display: block;
	background-color: #6384A5;
	background-color:#6C80A5;
	margin-left: 4px;
	margin-top: 0.4em;
}

.navigation ul li a:link, .navigation ul li a:visited {
	display: block;
	text-decoration: none;
  color: #ffffff;
	border-right: 1px solid #ffffff;
	padding-right: 6px;
	padding-left: 6px;
	}
	
.navigation ul li.active a {
	color: #10294a;
}

.navigation ul li a:hover {
	display: block;
	text-decoration: none;
	color: #10294a;
}
	
/* ================================= */
/*			 FOOTER NAVIGATION			*/
/* ================================= */


.footernavigation {
 	background-color:#6C80A5;
	height: 20px;
 	margin-bottom: 30px;
 	margin-left: 2px;
 	margin-left: 20px;
 	margin-right: 10px;
 	margin-top: 1.5em;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.footernavigation ul li {
  color: #ffffff;
	list-style-type: none;
	display: block;
	font-size: 80%;
	font-weight: bold;
	float: left;
	display: block;
	background-color:#6C80A5;
	margin-left: 4px;
	margin-top: 0.4em;
}

.footernavigation ul li a:link, .footernavigation ul li a:visited {
	display: block;
	text-decoration: none;
  color: #ffffff;
	border-right: 1px solid #ffffff;
	padding-right: 6px;
	padding-left: 6px;
	}
	
.footernavigation ul li.active a {
	color: #10294a;
}

.footernavigation ul li a:hover {
	display: block;
	text-decoration: none;
	color: #10294a;
}
	


/* ================================= */
/*			  PAGETOOLS	             	 	 */
/* ================================= */

.pagetools {
	padding: 3px;
	margin-bottom: 2px;
	margin-top: 2em;
  margin-left: 40px;
  margin-right: 20px;
	font-size: 90%;
	text-align: right;
	float: right;
	border-top: 1px solid #D0CECE; 
/*	width: 100%;*/
	
/*	background-color: #FCF2C7;
	color: #FCF2C7;
	background: #FCF2C7;*/
	/* background: url('/graphics/bg_footer.jpg') repeat-x; 
	background-position: bottom; */
	
	}

.pagetools a {
	color: #bab075;
	text-decoration:  none;
}


.pagetools_right {
	display: inline;
	float: right;
	}
	
#citeinfo, #sendcorrection, #addbmark {
	padding: 3px;
	margin: 0;
	margin-top: 2em;
	color: #663300;
	border: 1px dotted #663300;
	margin-right: 10px;
	margin-left: 10px;
}


/* ================================= */
/*			  FOOTER			   */
/* ================================= */

#footer {
	background: #cecece;
  width: 100%;
  height: 3.4em;
	}
	
#footer p {
	font-size: 0.8em;
	text-align: center;
	color: #FCEEB3;
}


/* ================================= */
/*	 CONTENT ELEMENTS			  */
/* ================================= */

.twitter {
    list-style-image: url(/graphics/icon_twitter.png);
    margin-bottom: 4px;
}
.linkedin {
    list-style-image: url(/graphics/icon_linkedin.png);
    margin-bottom: 4px;
}
.facebook {
    list-style-image: url(/graphics/icon_facebook.png);
    margin-bottom: 4px;
}
.youtube {
    list-style-image: url(/graphics/icon_youtube.png);
    margin-bottom: 4px;
}
.pinterest {
    list-style-image: url(/graphics/icon_pinterest.jpg);
    margin-bottom: 4px;
}
.trail {
	text-align: right;
	margin-right: 10px;
	color: #6C80A5;
	}
.trail a:link, .trail a:visited {
	text-decoration: none;
	color: #6C80A5;
	}

.pagetitle {
	text-align: left;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, Sans Serif;
	font-weight: bold;
	color: #7D72AB;
	font-size: 1.4em;
/*	border-top: 1px solid #663300; */
  border-bottom: 1px solid #D0CECE; 
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
	}
	
.lastupdated {
  margin-right: 20px;
  float: right; 
  font-size: 80%;
  color: #D0CECE;
  margin-bottom: 1.5em;
}
	
.preface {
  margin-top: 1em;
  font-weight: bold;
	}
	
.caption {
  font-weight: bold;
	}	

.captionhr {
  font-weight: bold;
  border-bottom: 1px solid #D0CECE;
	}	
	
.captionlarge {
  font-weight: bold;
  font-size: 300%;
	}	
	
.alertbox {
	border: thin dotted;
  margin: 1em;
  padding: 1em;
	}

.numberbar {
	background-color: #663300;
	color: white;
	padding: 4px;
	text-align: right;
	}

.numberbar_sub { 
  font-size: 80%;
  color: #808080;
}


.caveat {
  border: thin dotted;
	border-left: 3px solid;
  margin: 1em;
  padding: 1em;
	}

.legenda {
	border-left: thin dashed;
	margin: 1em;
	padding: .5em;
	}

.hp-boxcaption {
	border: 1px solid;
	background-color: #dcdcdc;
	padding: 2px 10px 2px 2em;
	font-weight: bold;
	margin-left: 5px;

}

.hp-boxcontent {
	border: 1px solid #dcdcdc;;
	border-top-width: 0px;
	background-color: #ffffff;
	padding: 0.5em 0px 2px 0.5em;	
	margin-left: 5px;
	margin-bottom: 10px;
	}

.hp-fsf {
    background-color: #00009c;
    color: #ffffff;
    padding 0px 5px 5px 5px;
    font-size: .9em;
    margin: 0px 0px 10px 10px;
    width: 90%;
	}

.hp-fsflink {
    background-color: #00009c;
    color: #ffffff;
	}

.hp-BorderBoxCaption {
    border: 1px solid;
    background-color: #ffffff;
    padding: 2px 0px 2px 3px;
    font-weight: bold;
    margin-top: 4px;
    margin-left: 10px;
    width: 90%;
	}

.hp-BorderBoxContent {
    border: 1px solid;
    border-top-width: 0px;
    background-color: #dcdcdc;
    padding: 2px 0px 2px 3px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 90%;
	}

.BorderBoxDiv {
    float: right;
    border: 1px solid;
    width: 200px;
    padding: 2px 0px 2px 3px;
    margin-top: 4px;
    margin-left: 10px;
    margin-bottom: 40px;
}

.ImageContainerRight {
    float: right;
    border: 1px solid #dcdcdc;
    padding: 2px 2px 2px 2px;
    margin-top: 2px;
}

.BorderBoxDiv_nofloat {
    border: 1px solid;
    padding: 2px 0px 2px 3px;
    margin-top: 4px;
    // margin-left: 40px;
    margin-bottom: 4px;
}

.infoboxtitle {
	border: 1px solid #A18C32; 
	background-color: #FCEEB3;
	padding: 2px  0px 2px 2em;
	font-weight: bold;
	color: #A18C32;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

}

.infobox {
	border: 1px solid #A18C32;
	border-top-width: 0px;
	background-color: #ffffff;
	padding: 0.5em;
		-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: 40px;

	}

.infoboxtitle {
	border: 1px solid #A18C32; 
	background-color: #FCEEB3;
	padding: 2px  0px 2px 2em;
	font-weight: bold;
	color: #A18C32;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

}

.infobox_float {
	border: 1px solid #A18C32;
	border-top-width: 0px;
	background-color: #ffffff;
	padding: 0.5em;
		-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: 40px;
	float: left;

	}

.infoboxtitle_float {
	float: left;
	border: 1px solid;
	background-color: #dcdcdc;
	padding: 2px  0px 2px 2em;
	font-weight: bold;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}

.infoboxRC {
	border: 1px solid;
	border-top-width: 0px;
	background-color: #ffffff;
	padding: 0.5em;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	}


.boxcontainer {
  float: left;
  width: 200px;
  height: 200px;
  border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 5px;
	}
		


.XMLbutton { 
	float: right; 
}

.nobr {
	white-space: nowrap;
	}

.pagenumbers {
	text-align: center;
	}

.languagebar {
  padding: 2px 1em 2px 5px;
  margin-left: 15px;
  margin-top: 3px;
  margin-right: 10px;
}

.languages { 
  float: right; 
  font-size: 90%;
}

#faq1 { 
  margin-left: 15px;
  margin-top: 3px;
	border-bottom: 1px solid;
}

#faq2 { 
  margin-left: 15px;
  margin-top: 3px;
	border-bottom: 1px solid;
}

#faq3 { 
  margin-left: 15px;
  margin-top: 3px;
	border-bottom: 1px solid;
}

#faq4 { 
  margin-left: 15px;
  margin-top: 3px;
	border-bottom: 1px solid;
}


/* ================================= */
/*			  FORMS				 */
/* ================================= */


#wikibase .text {
	font-size: 11px;
 	margin-right: 6px;
  color: #663300;
  font-family: 'trebuchet ms',helvetica,sans-serif;
}
	
#wikibase .auto-clear {
	font-size: 11px;
 	margin-right: 6px;
  color: #777;
  font-family: 'trebuchet ms',helvetica,sans-serif;
}
	
input.btn {
  color: #663300;
  font-family: 'trebuchet ms',helvetica,sans-serif;
  font-size: 90%;
  font-weight: bold;
  background-color: #cecece;
  border: 1px solid #663300;
}

.fieldcell input, .fieldcell select, .fieldcell textarea {
 font-family: 'trebuchet ms',helvetica,sans-serif;
 /*font-size: 90%;*/
 background-color: #d7e5f2;
 border: 1px solid #10294a;
 margin-right: 0px;
 padding-left: 3px;
 margin-top: 5px;
  } 
/*
td.fieldcell {
padding: 10px;
 background-color: #FCEEB3;
}
*/

/* ================================= */
/*	 TABLE   ELEMENTS			  */
/* ================================= */

/* th.list, th.cvr, th.defaultheader  { */

th.cvr  {
	font-weight: bold; 
	text-align: center; 
	color: #ffffff; 
	background-color: #663300;
	background-color: #9CAFD2;
	line-height: 20px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
}

table tr.list:hover td {
		background-color: #FCEEB3;
		background: #FCEEB3;
		border: 0px;
		border-bottom: 1px solid #AAB8D2;
}	

table tr.listmain td {
		background-color: #cecece;
		/*background: #FCEEB3;*/
		border: 0px;
		border-bottom: 1px solid #AAB8D2;
}	

/*td.list, td.cvr { */
td.cvr { 
	border-bottom: 1px dotted #B5AFD5;
	text-align: left;
	font-weight: normal;
	font-size: .9em;
	background-color: #ffffff;
	padding: 3px 0px 3px 8px;
	vertical-align: top;
	border: 0px;
	
		border-width: 0px;
	border-spacing: 0px;
	border-style: none;
}

/*td.listdata { 
	border-bottom: 1px dotted #B5AFD5;
	text-align: right;
	font-size: .9em;
	background-color: #ffffff;
	padding: 3px 0px 3px 8px;
	vertical-align: top;
	border: 0px;
}
*/
td.listdata_selected {
  border-bottom: 1px dotted #B5AFD5;
	text-align: right;
	font-size: .9em;
	background-color: #fbe1bb;
	padding: 3px 0px 3px 8px;
	vertical-align: top;
	}
	
td.paging { 
	text-align: center;
	font-size: .9em;
	padding: 3px 3px 3px 3px;
	}
	
td.paging_selected { 
	text-align: center;
	font-size: .9em;
	color: #663300;
	padding: 3px 3px 3px 3px;
	border: 1px solid #663300;
	}
	
td.paging_selected a { 
  color: #663300;
  text-decoration: none;
  
}

/* table definition for listing revision history wikibase */

th.updates {
	vertical-align: top;
	font-size: .9em;
	font-weight: bold; 
border-bottom: 2px solid #233D6B;
	padding: 2px 2px 2px 2px;
}	

td.updates {
	vertical-align: top;
	font-size: .8em;
	border-bottom: 1px solid #AAB8D2;
	padding: 2px 2px 2px 2px;
}	

td.updates_date {
	vertical-align: top;
	font-size: .8em;
	border-bottom: 1px solid #AAB8D2;
	white-space:nowrap;
	padding: 2px 2px 2px 2px;
}	




table
{
	background: #fff;
	border-collapse: collapse;
	text-align: left;
}

th.list, th.defaultheader
{
	font-size: 14px;
	font-weight: bold; 
	color: #039;
	color: #233D6B;
	padding: 6px 8px;
	margin-top: 6px; 
	border-bottom: 2px solid #233D6B;
	border-top: 2px solid #233D6B;
}

td.list
{
	border-bottom: 1px solid #AAB8D2;
	color: #663300;
	padding: 6px 8px;
	padding: 5px 7px;
}

td.srlist
{
	border-bottom: 2px solid #AAB8D2;
	color: #663300;
	padding: 6px 8px;
	padding: 5px 7px;
}

td.listmain, td.listmain_nohover
{
	border-bottom: 1px solid #AAB8D2;
	color: #663300;
	padding: 6px 8px;
	padding: 5px 7px;
}

td.listdata, td.listdata_nohover
{
	border-bottom: 1px solid #AAB8D2;
	color: #663300;
	padding: 6px 8px;
	padding: 5px 7px;
	text-align: right;
}

td.listnoline
{
	color: #663300;
	padding: 6px 8px;
	padding: 5px 7px;
	text-align: left;
}

td.listbar
{
	background-color: #FCEEB3;
	font-weight: bold;
	color: #A18C32;
	border-bottom: 1px solid #AAB8D2;
	padding: 6px 8px;
	padding: 5px 7px;
	text-align: left;
}

td.listcaption, td.listcaption_nohover
{
	border-bottom: 1px solid #AAB8D2;
	color: #663300;
	padding: 6px 8px;
	padding: 5px 7px;
	text-align: left;
	font-weight: bold; 
}

tbody tr:hover td.list
{
	 /* color: #009;*/
	background-color: #FCEEB3;
	background: #FCEEB3;
}

tbody tr:hover td.listdata
{
	 /* color: #009;*/
	background-color: #FCEEB3;
	background: #FCEEB3;
}

tbody tr:hover td.listcaption
{
	 /* color: #009;*/
	background-color: #FCEEB3;
	background: #FCEEB3;
}


/* ================================= */
/*		   GALLERY TABLES		 */
/* ================================= */


div.gggallerycontainer {
  border: 0px dashed #333;
  }

div.galleryspacer {
  clear: both;
  }
 
div.thumbnail {  
  float: left;
  width: 155px;
  height: 190px;
  border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 5px;
	font-family: Verdana, sans-serif, Arial;
	font-size: 10px;
	}
	
div.thumbnail:hover {  
  float: left;
  width: 155px;
  height: 190px;
  border: 1px dotted #999;
	margin: 0 15px 15px 0;
	padding: 5px;
	font-family: Verdana, sans-serif, Arial;
	font-size: 10px;
	background-color: #cecece;
	}
	
	div.thumbnailbare {  
  float: left;
  width: 135px;
  height: 180px;
  border: 1px solid #999;
	margin: 0 5px 5px 0;
	padding: 5px;
	font-family: Trebuchet MS, Verdana, sans-serif, Arial;
	font-size: 10px;
	}
	
	
	div.silhouette {  
  width: 130px;
  border-bottom: 1px solid #663300;
	margin: 0 5px 0 0;
	font-family: Trebuchet MS, Verdana, sans-serif, Arial;
	font-size: 20px;
	}
		

/* ================================= */
/*		   WORDPRESS ADDS							 */
/* ================================= */


.wp-caption {
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; /* optional rounded corners for browsers that support it */
  margin: 10px;
  padding-top: 4px;
  text-align: center;
}

.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
  max-width: 97%; 
  height: auto; 
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
	
.itemblock {
display: block;
}

.item_image {
float: left;
}

.item_lead {
float: left;
}

.post
{
clear:both;
}

	
/* ================================= */
/*		   HOMEPAGE TABLE          		 */
/* ================================= */


div.homecontentcontainer {
  border: 0px dashed #333;
  }

div.homespacer {
  clear: both;
  }
 
div.homecontentmain {  
  float: left;
	}
	
	div.homecontentright {  
  float: right;
  width: 185px;
	}
	

#contentwrapper{
float: left;
width: 100%;
}	
	
#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
margin-left: 30px;
font-size: 10108,450%;
line-height: 1.6;

}

#contentcolumnfull{
margin-right: 20px; /*Set right margin to RightColumnWidth*/
margin-left: 30px;
font-size: 10108,450%;
line-height: 1.6;

}

#rightcolumn{
float: left;
width: 200px; /*Width of right column in pixels*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
<!-- background: #FDE95E; -->
}

#norightcolumn{
float: left;
width: 0px; /*Width of right column in pixels*/
margin-left: 0px; /*Set left margin to -(RightColumnWidth) */
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

ul {
	list-style-position: inside;
}


div.pagenumbers {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagenumbers a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #9aafe5;
	text-decoration: none; 
	color: #233D6B;
}
div.pagenumbers a:hover, div.pagenumbers a:active {
	border: 1px solid #2b66a5;
	color: #000;
	background-color: #FCEEB3;
}
div.pagenumbers span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid navy;
	font-weight: bold;
	background-color: #233D6B;
	color: #FFF;
}
div.pagenumbers span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #929292;
	border: 1px solid #D0CECE;
	color: #929292;
	color: #D0CECE
}

.more {

}

.linktomain a {
float: left;
padding:2px;
margin:2px;
color: #233D6B;
}
.linktomore {
float: right;
padding:2px;
margin:2px;
}

.infobox_highlight {
	border-bottom: 3px solid #233D6B;
}



div.itemnrs {
	text-align:center;
	font-size: 80%;	
	margin-right: 200px;
	margin-top: 3px;
	float:right;
}

div.itemnrs a {
	padding: 1px 1px 1px 1px;
	margin-right: 10px;
	border: 1px solid #9aafe5;
	text-decoration: none; 
	color: #233D6B;
}
div.itemnrs a:hover, div.itemnrs a:active {
	border: 1px solid #2b66a5;
	color: #000;
	background-color: #FCEEB3;
}
div.itemnrs span.current {
	padding: 1px 1px 1px 1px;
	margin-right: 10px;
	border: 1px solid navy;
	font-weight: bold;
	background-color: #233D6B;
	color: #FFF;
}






.floatleft { float: left; margin: 0px 5px 5px 0px; }

.calendar { width: 54px; height: 60px; font-size: 0.8em; background: #eee; border: 1px solid; }
        .calendar > span { display: block; }
        .calendar > .month { text-align: right; padding: 2px 5px 2px 0; }
        .calendar > .day { text-align: center; font-weight: bold; font-size: 2.3em; }
        .calendar > .month { background: #6086a6; color: #fff; font-weight: bold; }
        .calendar > .day {  background: #fff; }

.calendar {
        -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
    .calendar > .month {
        -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px;
        -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px; border-top-right-radius: 5px;
}
    .calendar > .day {
        -webkit-border-bottom-left-radius:  5px; -moz-border-radius-bottomleft:      5px;
        -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright:     5px;
}


ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
 
ul.img-list li {
  display: inline-block;
  height: 112px;
  margin: 0 1em 1em 0;
  position: relative;
  width: 150px;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 112px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

ul.img-list li:hover span.text-content {
  opacity: 1;
}
 
span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
}