@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.2em;
	line-height:1.3em;
}
.centered {
  position:relative; top:12%; left:50%; margin-left:-445px;
  max-width:900px;
  border: 1px solid #E65000;
  background:#FFF;
}

.boxstyle {
    height:200px;
	margin-bottom:10px;
}
.infostyle {
	margin:5px;
	padding:5px;
  	background:#E65000;
}
.infostyle p{	
	color:#fff;
}
@media only screen and (max-height: 800px) {
	p{	
	display:block;
	font-family: 'Montserrat', sans-serif;
	color:#333;
	font-size: 1.1em;
	line-height:1.2em;
}
.boxstyle {
       height:150px;
	margin-bottom:5px;
}	
}