body {
	font: 14px/20px Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
}
.ui-datepicker {
	font-size: 14px !important;
}
.wrap {
	width: 1004px;
	margin: 0 auto;
}
button {
	border: none;
	border-radius: 3px;
	cursor: pointer;
	text-transform: uppercase;
	color: white;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FC772F), color-stop(100%,#C56229));
	background: linear-gradient(to bottom, #FC772F 0%, #C56229 100%);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.95) inset, 0 0 0 2px rgba(26, 40, 53, 0.4) inset, 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	font-size: 10px;
    font-weight: bold;
    padding: 5px 10px;
}
button i {
	background: url(arrow-right.png);
	display: inline-block;
	width: 6px;
	height: 10px;
	margin: 1px 0 0 5px;
	float: right;
}
button:hover, button:active {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C56229), color-stop(100%,#FC772F));
	background: linear-gradient(to bottom, #C56229 0%, #FC772F 100%);
}
header {
	position: relative;
	z-index: 10;
}
header .wrap {	
	background: white;
	height: 64px;
	padding: 10px 0 5px 0;
}
header a.logo {
	float: left;
}
header .right {
	float: right;
}
header a.close {
	float: right;
}
header nav {
	margin-top: 10px;
}
header nav.portrait {
	display: none;
}
header nav span {
	float: left;
	margin: -6px 10px 0 10px;
	color: #1a2835;
}
header nav a {
	float: left;
	height: 14px;
	background: url(nav.png);
}
header nav a:first-child {
	border: none;
}
header nav a.lacosta {
	width: 135px;
}
header nav a.lacosta:hover, header nav a.lacosta:active {
	background-position: 0 bottom;
}
header nav a.reservations {
	width: 207px;
	background-position: -157px 0;
}
header nav a.reservations:hover, header nav a.reservations:active {
	background-position: -157px bottom;
}
header nav a.packages {
	width: 105px;
	background-position: -384px 0;
}
header nav a.packages:hover, header nav a.packages:active {
	background-position: -384px bottom;
}
section {
	height: 617px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0 !important;
	margin-top: 79px !important;
}
footer {
	position: fixed;
	z-index: 10;
	bottom: 0;
	width: 100%;
}
footer .wrap {
	background: #1a2835 url(footer.png) 15px center no-repeat;
	height: 17px;
	padding: 10px 0 !important;
	border-top: 7px solid white;
	border-bottom: 10px solid white;
}
footer input {
	position: absolute;
	width: 85px;
	height: 18px;
	background: white url(calendar.gif) no-repeat 70px center;
	border: none;
	border-radius: 3px;
	padding: 0 3px 2px 3px;
	font-size: 12px;
}
footer select {
	position: absolute;
	height: 20px;
	border: none;
	border-radius: 3px;
	padding: 1px 2px 1px 0;
	font-size: 12px;
}
footer .check-in {
	margin: -2px 0 0 233px;
}
footer .check-out {
	margin: -2px 0 0 444px;
}
footer .adults {
	margin: -2px 0 0 636px;
}
footer .kids {
	margin: -2px 0 0 736px;
}
footer button {
	float: right;
    margin: -4px 15px 0 0;
}
#home {
	z-index: 5;
}
#home section {
	background-image: url(home.jpg);
	background-position: center top;
}
#home section a {
	position: absolute;
	background: white;	
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}
#home section a:hover, #home section a:active {
	opacity: 0.2;
}
#home section a.about {
	height: 261px;
    margin: 356px 0 0 346px;
    width: 280px;	
}
#home section a.family {
	height: 350px;
    margin-left: 500px;
    width: 314px;	
}
#home section a.golf {
	height: 189px;
    margin-left: 182px;
    width: 310px;
}
#home section a.spa {	
	height: 261px;
    margin: 356px 0 0 634px;
    width: 370px;
}
#home section button {
	position: absolute;
	margin: 420px 0 0 26px;    
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.95) inset, 0 0 0 2px rgba(26, 40, 53, 0.4) inset, 0 0 4px 0 rgba(0, 0, 0, 0.5);
}
#about section {
	background-image: url(about.jpg);
}
#family section {
	background-image: url(family.jpg);
}
#golf section {
	background-image: url(golf.jpg);
}
#spa section {
	background-image: url(spa.jpg);
}
#back-next {
	position: absolute;
	z-index: 1;
	width: 100%;
	display: none;
}
#back-next nav {
	float: right;
	margin: 532px 17px 0 0;
}
#back-next nav a {	
	color: white;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	margin-left: 33px;
}
#back-next nav a span {
	background: #1a2835;
	border-radius: 3px;
	position: absolute;
	height: 26px;
	margin: -4px 0 0 -12px;
    width: 60px;
	opacity: 0.65;
	transition: opacity 0.2s ease-in-out;
}
#back-next nav a.back span {
	margin-left: 1px;
}
#back-next nav a span:hover, #back-next nav a span:active {
	opacity: 0.85;
}
#back-next nav a label {
	position: relative;
	cursor: pointer;
}
#back-next nav a i {
	display: inline-block;
	width: 6px;
	height: 10px;
	position: relative;
	cursor: pointer;
}
#back-next nav a.back i {
	background: url(arrow-left.png);	
	margin: 4px 5px 0 10px;
	float: left;
}
#back-next nav a.next i {
	background: url(arrow-right.png);
	margin: 4px 10px 0 5px;
	float: right;
}
.ui-datepicker-close {
	position: absolute;
	z-index: 1;
	display: block;
	background: url(datepicker-close.png) no-repeat center;
	width: 21px;
	height: 21px;
	margin-top: -16px;
	border: 2px solid white;
	border-radius: 13px;
	box-shadow: 0 0 3px #000;
}
/* iPads (portrait) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
.wrap {
	width: 768px;
}
header .wrap {
	height: 75px;
}
header .logo {
	margin: 10px 0 1px 10px;
}
header .right {
	margin-right: 10px;
}
header nav.portrait {
	display: block;
	margin: -1px 0 0 0;
}
header nav.landscape {
	display: none;
}
header nav a {
	float: left;
	height: 14px;
	background: url(nav.png);
}
header nav a.lacosta {
	width: 135px;
}
header nav a.reservations {
	width: 207px;
	background-position: -157px 0;
}
header nav a.packages {
	width: 105px;
	background-position: -384px 0;
	margin-bottom: 10px;
}
section {	
	height: 828px;
	margin-top: 90px !important;
}
#back-next nav {
	margin-top: 752px;
}
footer .wrap {
	background: #1a2835 url(footer-p.png) 15px center no-repeat;
	height: 39px;
	border-bottom: none;
	padding: 20px 0 !important;
}
footer .check-in {
	margin: 18px 0 0 179px;
}
footer .check-out {
	margin: 18px 0 0 318px;
}
footer .adults {
	margin: 18px 0 0 457px;
}
footer .kids {
	margin: 18px 0 0 526px;
}
footer button {
	float: right;
    margin: 15px 15px 0 0;
}
#home section {
	background: url(home-p.jpg);
}
#home section a.about {
    height: 364px;
    margin: 464px 0 0 264px;
    width: 215px;
}
#home section a.family {
    height: 455px;
    margin-left: 381px;
    width: 241px;
}
#home section a.golf {
    height: 246px;
    margin-left: 138px;
    width: 238px;
}
#home section a.spa {
    height: 364px;
    margin: 464px 0 0 484px;
    width: 284px;
}
#home section button {
	margin: 524px 0 0 21px;
}
#about section {
	background-image: url(about-p.jpg);
}
#family section {
	background-image: url(family-p.jpg);
}
#golf section {
	background-image: url(golf-p.jpg);
}
#spa section {
	background-image: url(spa-p.jpg);
}
}