@charset "utf-8";
/* CSS Document */
#glassImg{
	
	cursor:pointer;
	display:inline-block;
	width: 33px;
	height: 33px;
	background-image: url("../../../images/icon-11a.png");
	}
p{	
	display:block;
	font-family: 'Montserrat', sans-serif;
	color:#333;
	font-size: 1.5em;
	line-height:1.1em;
}
.centered {
  position:relative; top:12%; left:50%; margin-left:-445px;
  max-width:900px;
  border: 1px solid #E65000;
  background:#FFF;
}

.boxstyle {
    height:550px;	
}
.infostyle {
	margin:5px;
	padding:5px;
  	background:#E65000;
}
.infostyle p{	
	color:#fff;
}
@media only screen and (max-height: 800px) {
.boxstyle {
    height:450px;	
}	
}