.menu{
  width: 620px;
  margin: 100px auto; padding: 15px;	  
  list-style: none;
  counter-reset: li;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}

.menu:after {
  clear: both;
}



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

.menu li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 120px; width: 200px;
  margin: 2px auto;
} 

.menu li:hover, .menu li:focus{
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.2)), to(rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,.2), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(top, rgba(255,255,255,.2), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(top, rgba(255,255,255,.2), rgba(255,255,255,0));
  background-image: -o-linear-gradient(top, rgba(255,255,255,.2), rgba(255,255,255,0));
  background-image: linear-gradient(top, rgba(255,255,255,.2), rgba(255,255,255,0));
}

.menu .cover{
  z-index: 2;
}

.menu .cover:focus{
  outline: 0;
}     

.menu li:nth-child(1),
.menu li:nth-child(2),
.menu li:nth-child(3){
  margin-top: 0;
}

.menu li:nth-child(1),
.menu li:nth-child(4),
.menu li:nth-child(7){
  margin-left: 0;      
}

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

.menu li:nth-child(1),
.menu li:nth-child(1) .content,
.menu li:nth-child(1) .close{
  background-color: #fff;
}         

.menu li:nth-child(2),
.menu li:nth-child(2) .content,
.menu li:nth-child(2) .close{
  background-color: #fff;   
}   

.menu li:nth-child(3),
.menu li:nth-child(3) .content,
.menu li:nth-child(3) .close{
  background-color: #fff;   
}

.menu li:nth-child(4),
.menu li:nth-child(4) .content,
.menu li:nth-child(4) .close{
  background-color: #fff;      
}

.menu li:nth-child(5),
.menu li:nth-child(5) .content,
.menu li:nth-child(5) .close{
  background-color: #fff;
}

.menu li:nth-child(6),
.menu li:nth-child(6) .content,
.menu li:nth-child(6) .close{
  background-color: #fff;
}

.menu li:nth-child(7),
.menu li:nth-child(7) .content,
.menu li:nth-child(7) .close{
  background-color: #fff;     
}

.menu li:nth-child(8),
.menu li:nth-child(8) .content,
.menu li:nth-child(8) .close{
  background-color: #fff;
}

.menu li:nth-child(9),
.menu li:nth-child(9) .content,
.menu li:nth-child(9) .close{
  background-color: #fff;
}

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

.menu .content{
  opacity: 0; display: none\9;
  overflow: hidden;
  font: 12px Arial, Helvetica;
  position: absolute;
  height: 120px; width: 200px; /* Ideally: height: 100%; width: 100%; but works at it should just in FF */
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out; 
  -o-transition: all .3s ease-out;  
  transition: all .3s ease-out;      
}  

.menu .expanded{
  opacity: .95; display: block\9;
  overflow: visible;
  padding: 40px;
/*
  height: 300px; width: 540px;  Cover the entire area 
*/
}

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

.menu .title{
  position: absolute;
  height: 100%; width: 100%;
  text-align: center;
  font: italic bold 1em/120px 'trebuchet MS', Arial, helvetica;
  opacity: 0;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.menu li:hover .title{
  opacity: .85;
}    

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

.menu .close {
  display: none;
  color: #b4191e;
  cursor: pointer;
  height: 40px; width: 40px;
  font-size: 4em;
  position: absolute;
  text-align: center;
  top: 10px; right: 10px;
    
}

.menu .cover .close{
  display: block;
}




/*************************************/




body {
  width: 100%;
	margin: 0;
	float: left;
}

#top_nav {
	width: 100%;
	margin-bottom: 20px;
	background: #000;
	float: left;
}

#top_nav ul {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

#top_nav li {
	width: 12.5%;
	list-style: none;
	float: left;
}

#top_nav li a {
	display: block;
	width: 100%;
	height: 45px;
	color: #dad7d7;
	font-family: 'Esteban', serif;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
}

#top_nav li a:hover {
	color: #fff;
	background: #333;
}

#panel {
	width: 95%;
	margin: 0 auto;
}

.menu {
	width: 98%;
	height: 98%;
	margin: 0 auto;
	padding: 1%;
	position: relative;
	float: left;
}

.menu li {
	width: 315px;
	height: 250px;
	position: static;
}

.menu li img {
	display: block;
	width: 20%;
	margin: 85px auto 0;
	-moz-transition: margin 0.5s;
	-webkit-transition: margin 0.5s;
	transition: margin 0.5s;
}

.menu li:hover img {
}

.menu li .title {
	display: block;
	width: 100%;
	height: auto;
    font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	line-height: 60px;
	position: static;
}

.menu li .content {
	width: 0px;
	height: 0px;
    position: absolute;
    top: 0;
    left: 0; 
}

.menu li .content.expanded {
	width: 97.4%;
	height: 100%;
	margin: 1%;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
    border-bottom: 10px solid #B4191E      
}
.menu li .content.expanded p {
    width: 93%;
    padding: 11px;
    text-align: left;
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
}
.menu li .content.expanded h1 {
    margin-top: 6px;
    padding: 11px;
    text-align: left;
    font-size: 1.5em;
    font-family: 'Open Sans', sans-serif;
}
.menu li .content.expanded p span {
    font-weight: 600;
}
.menu li .content.expanded img {
    vertical-align: top;
    margin: 10px auto;
}
.menu li h1 {
    color:#1D75B9;
    font-size: 1em;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
}
@media (max-width: 600px) {
.menu li {
	width: 300px;
	height: 150px;
	position: static;
}
    .menu li img {
	display: block;
	width: 15%;
	margin: 30px auto 0;
	-moz-transition: margin 0.5s;
	-webkit-transition: margin 0.5s;
	transition: margin 0.5s;
}
.menu li .content.expanded {
	width: 100%;
	height: 100%;
	margin: 1%;
	padding: 2%;
	position: absolute;
	top: 0;
	left: 0;
    border-bottom: 10px solid #B4191E      
}    
.menu li img {
	width: 40%;
    }
.menu li:hover img {
	margin: 30px auto 0;
}
#panel {
overflow: hidden
    }
}