.background img{
	position: absolute;
	z-index: -1;
}
.top{
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	z-index: 1;
	background-color: #FFFFFF;
}
.top img{
	width: 300px;
	height: 60px;
	margin-left: 5px;
}
.top-bar{
	width: 100%;
	position: fixed;
	top: 60px;
	z-index: 1;
}
.top-bar ul li{
	list-style: none;
	padding-right: 0px;
}
.row h3 img{
	margin-top: 120px;
	margin-bottom: 10px;
}
.open{
	margin-top: 10px;
}
.open p{
	font-size: 14px;
	line-height: 26px;
}
.months h1{
	margin-top: 40px;
	padding-top: 10px;
	font-size: 30px;

	font-family: "myanmar MN";
	border-top: thin solid #999;
}
.months h1 a:link{
	color: #E7A932;
}
.months h1 a:hover{
	color: #CC6600;
	-webkit-transition: all 0.2s;
  	-moz-transition:    all 0.2s;
  	-o-transition:      all 0.2s;
}
.months a img:hover{
	opacity: .8;
	-webkit-transition: all 0.2s;
  	-moz-transition:    all 0.2s;
  	-o-transition:      all 0.2s;
}
.months p{
	color: #666;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0;
}
.months h2{
	font-family: "helvetica neue", sans-serif;
	font-size: 22px;
	color: #CC6600;
}
.bottom p{
	font-size: 9px;
	color: #CC6600;
	margin-bottom: 70px;
	margin-left: 20px;
}

/*phone*/
@media only screen and (max-width: 40em) {
	.background img{
		margin-top: 90px;
	}
	.open p{
		font-size: 14px;
	}
	.months h2{
		font-size: 16px;
	}
	.months p{
		font-size: 9px;
		line-height: 15px;
	}
}
/* tablet */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.background img{
	}
}
/*desktop */
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
	.background img{
		margin-top: -100px;
	}
}
/*xlarge*/
@media only screen and (min-width: 90.063em) {
	.background img{
		margin-top: -260px;
	}

