@charset "UTF-8";
/* AVAILABILITY CSS - Aquarius Apartments - Mollymook NSW */

body 				{ background: url('/images/global/body_bg2.jpg') no-repeat top center !important; }

/* HERO */				
#hero2 				{ width: 960px; height: 60px; margin: 0 auto; position: relative; background: #FFF url('/images/global/hero_bg.jpg') top center no-repeat; }

#roomSelect		{ position: absolute; left: 20px; top: 10px; font-size: 12px; color: #FFF; }
#calendarKey	{ position: absolute; right: 20px; top: 13px; font-size: 12px; color: #FFF; }
#roomSelect img, #calendarKey img { border: solid 1px #000; vertical-align: middle; }

label			{ font-size: 24px; color: #fff; text-shadow: -1px -1px 0px #000; }

h1							{ margin-top: 30px; }


/* IPHONE 4 < MOBILE SCREENS /////////////////////////////////////// */
@media screen and (max-width: 479px) {

}


/*  < TABLET SCREENS /////////////////////////////////////// */
@media screen and  (max-width: 677px) {
	#hero2				{ height: 146px; }

	#roomSelect, #calendarKey{ position: static; margin-left: 5%; }
	#roomSelect			{ margin-bottom: 30px; padding-top: 20px; }
	

}


/* TABLET SCREENS /////////////////////////////////////// */
@media screen and (min-width: 678px) and (max-width: 959px) {
	#hero2				{ height: 118px; }
	body				{ background: #fff url('/images/global/body_bg.jpg') no-repeat center -170px!important; }
}					




/* 960 DESKTOPS AND UP /////////////////////////////////////// */
@media screen and (max-width: 979px) { 
#hero2		{ width: 100%; background: #404133 url('/images/global/hero_bg.jpg') top center repeat-x;  }

}