@font-face {
    font-family: 'pf';
    src: url('fonts/pf-webfont.eot');
    src: url('fonts/pf-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pf-webfont.woff') format('woff'),
         url('fonts/pf-webfont.ttf') format('truetype'),
         url('fonts/pf-webfont.svg#pfregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pf';
    src: url('fonts/pf-bold-webfont.eot');
    src: url('fonts/pf-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pf-bold-webfont.woff') format('woff'),
         url('fonts/pf-bold-webfont.ttf') format('truetype'),
         url('fonts/pf-bold-webfont.svg#pfbold') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'pf';
    src: url('fonts/pf-italic-webfont.eot');
    src: url('fonts/pf-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pf-italic-webfont.woff') format('woff'),
         url('fonts/pf-italic-webfont.ttf') format('truetype'),
         url('fonts/pf-italic-webfont.svg#pfitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}




.mobile-visible-only {
	display: none;
}
.desktop-visible-only {
	display: block;
}
tr.desktop-visible-only {
	display: table-row;
}


#hamburgerHolder {
	position: absolute;
	z-index: 150;
	bottom: 0px;
	right: 0px;
	
	padding: 120px 20px 15px 120px; 
	cursor: pointer;
}
#hamburgerMenu {
	display: block;
	width: 35px;
	height: 35px;

	
	background-image: url('hamburger.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}









html {
	height: 100%;
	min-width: 700px;
}
body {
	height: 100%;
	background: #828181;
	margin: 0px 20px;
	padding: 0px;
	min-width: 700px;
}
#paRappa {
	height: 100%;
	max-width: 1200px;
	min-width: 700px;
	margin: 0px auto;
	background: #605e5e;
	
	font-family: 'Century Gothic', pf, sans-serif;
	font-size: 16px;
	color: #ffffff;
}





/* sizing & positioning classes */
.centered {
	max-width: 1200px;
	margin: 0px auto;
}
.width-35 {
	width: 35%;

	margin: 0px 20px 20px 0px;
}
.width-45 {
	width: 45%;

	margin: 0px 20px 20px 0px;
}
.width-50 {
	width: 50%;

	padding-right: 3%; 
	padding-bottom: 0; 
	padding-left: 0px;
}
.width-60 {
	width: 60%;
}
.width-65 {
	width: 65%;
}
.width-80 {
	width: 80%;
}
.width-100 {
	width: 100%;
}




a {
	color: #d3a206;
	text-decoration: none;
}
a:hover {
	color: #d3a206;
	text-decoration: underline;
}

#logo {
	width: 100%;
	display: block;
}
nav {
	display: block;
	text-align: justify;
	padding: 0%;
	margin: 1% 8% 0% 8%;
	overflow: hidden;
}
nav a {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
}
nav a:hover {
	color: #d3a206;
	text-decoration: none;
}
nav:after {
	content: '';
	display: inline-block;
	width: 100%;
}





/* content table */
#contentTable {
	width: 100%;
	margin: 0px auto;
	font-size: 0.8125em;
	line-height: 1.4;
	background: #605e5e;
}
.contentTD {
	width: 80%;
	padding: 2% 3% 5% 6%;
	text-align: justify;
}
.sidebarTD {
	width: 20%;
	text-align: justify;
	padding: 2% 0% 5% 3%;
}
.contentTD2 {
	width: 80%;
	padding: 2% 6% 5% 3%;
	text-align: justify;
}

.sidebarTD2 {
	width: 20%;
	text-align: justify;
	padding: 2% 3% 5% 0%;
}



/* content */
h1 {
	font-family: 'Century Gothic', pf, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	color: #d3a206;
	
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
h2 {
	font-family: 'Century Gothic', pf, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #fefefe;
	
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
h3 {
	font-family: 'Century Gothic', pf, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #d3a206;
	
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
h3 i {
	font-size: 0.9em;
	color: #fefefe;
}
h4 {
	font-family: 'Century Gothic', pf, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	font-style: italic;
	color: #d3a206;
	
	margin: 0px 0px 10px -20px;
	padding: 0px;
	border-top: solid #d3a206 1px;
}
u {
	text-decoration: none;
	color: #d3a206;
}
.indented {
	 margin-left: 20px;
}
.flimright {
	float: right;
	width: 40%;
	margin-left: 2%;
	margin-bottom: 2%;
}
.flimleft {
	float: left;
	width: 40%;
	margin-right: 2%;
	margin-bottom: 2%;
}






/* sidebar */
#sidebarFooter {
	text-align: left;
}
.greenButtons {
	width: 100%;
	margin: 10px 0px;
}
.greenButtons a {
	display: block;
	
	color: #ffffff;
	text-decoration: none;
	line-height: 1;
	text-align: center;
	
	background: #6ba046;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 5px 0px;
}
.greenButtons a:hover {
	background: #59873a;
}
.halvsies a {
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.halvsies a:first-child {
	border-right: solid #605e5e 3px;
}
.halvsies a:last-child {
	border-left: solid #605e5e 2px;
}
#socials {
	display: block;
	width: 215px;
	height: 38px;
	margin: 15px 0px;
}




/* image slideshow */
.ssHolder {
	position: relative;
	overflow: hidden;
	min-height: 500px;
}
.ssImgDivKenBurnsActive, .ssImgDivKenBurnsInactive {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 30;
	cursor: pointer;

	-webkit-transition: opacity linear 2s, -webkit-transform linear 10s;
	-moz-transition: opacity linear 2s, -moz-transform linear 10s;
	-o-transition: opacity linear 2s, -o-transform linear 10s;
	-ms-transition: opacity linear 2s, -ms-transform linear 10s;
	transition: opacity linear 2s, transform linear 10s;
	
	opacity: 0;

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.ssImgDivKenBurnsInactive {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.ssImgDivKenBurnsActive {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}
.ssImgDivActive, .ssImgDivInactive {
	width: 80%;

	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	z-index: 30;
	cursor: pointer;

	-webkit-transition: opacity linear 1s;
	-moz-transition: opacity linear 1s;
	-o-transition: opacity linear 1s;
	-ms-transition: opacity linear 1s;
	transition: opacity linear 1s;
	
	opacity: 0;

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#ssImg0 {
	opacity: 0;
}
#ssImgSizer {
	position: relative;
	top: 0px;
	right: 0px;
	opacity: 0;
	height: auto;
	
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}


/* index page */
#theDeets {
	position: absolute;
	top: 2%;
	left: 2%;
	bottom: 2%;
	z-index: 50;
	width: 18%;

	background: #5a5a5a;
	background: rgba(90, 90, 90, 0.74);
}
#theDeets h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #d3a206;
	color: #d3a206;
	margin: 10px 0px 0px 15px;
}
#theDeets ul {
	font-size: 1em;
	color: #ffffff;
	padding-left: 20px;
	margin: 0px 15px 10px 15px;
}
#theDeets li {
	line-height: 1.1;
	margin-top: 10px;
	list-style-image: url('../images/dashing.png');
}
#theDeets a {
	color: #ffffff;
	padding-left: 20%;
}
#theDeets .nums {
	position: absolute;
	bottom: 20px;
	left: 5%;
	width: 90%;
	text-align: left;
}
#theDeets .nums a {
	padding: 3% 2%;
	line-height: 2;
}



.active, #theDeets a.active, .nums a.active {
	color: #d3a206;
}





/* rates */
.calendarTable {
	font-size: 1.2em;
}
.ultraSeason {
 font-size: .875em;
 background: #935bad;
 margin: 8px 8px 0px 0px;
 padding: 2px 0px;
 border: solid #935bad 2px;
 color: #ffffff;
 text-align: center;
 white-space: nowrap;
}
.highSeason {
 font-size: .875em;
 background: #c83f4c;
 margin: 8px 8px 0px 0px;
 padding: 2px 0px;
 border: solid #c83f4c 2px;
 color: #ffffff;
 text-align: center;
 white-space: nowrap;
}
.midSeason {
 font-size: .875em;
 background: #e08816;
 margin: 8px 8px 0px 0px;
 padding: 2px 0px;
 border: solid #e08816 2px;
 color: #ffffff;
 text-align: center;
 white-space: nowrap;
}
.lowSeason {
 font-size: .875em;
 background: #e0d016;
 margin: 8px 8px 0px 0px;
 padding: 2px 0px;
 border: solid #e0d016 2px;
 color: #ffffff;
 text-align: center;
 white-space: nowrap;
}
.unavailable {
 font-size: .875em;
 background: #444444;
 margin: 8px 8px 0px 0px;
 padding: 2px 0px;
 border: solid #616161 2px;
 color: #ffffff;
 text-align: center;
 text-decoration: line-through;
 white-space: nowrap;
}
.ask {
 border: solid #ffffff 2px;
 color: #ffffff;
 text-align: center;
}


.keyTable {
	font-size: 1em;
}
.keyTable .ultraSeason, .keyTable .highSeason, .keyTable .midSeason, .keyTable .lowSeason, .keyTable .unavailable {
	padding: 5px 0px;
	font-size: 0.9em;
}
.keyTable .ask {
 margin: 8px 8px 0px 0px;
 padding: 2px 0px;
 border: solid #ffffff 2px;
 color: #ffffff;
 text-align: center;
}

/* calendar inline display */
tr.calendar-month-tr {
	display: inline;
}
td.calendar-month-td {
	display: inline-block;
}









/* publications */
.publication {
	display: block;
	float: left;
	width: 26%;
	margin-right: 5%;
	margin-bottom: 5%;
}
.publication img {
	width: 100%;
	display: block;
}
.pressTN {
	height: 228px;;
	width: auto;
}


/* area map border */
a, a:hover, a:visited, a:active, area {
   border:none;
   outline:none;
}

#paRappa {
	-webkit-text-size-adjust: none;
}











/* responsive css */
@media screen and (max-width: 1200px) {
	#paRappa {
		font-size: 16px;
	}
	#theDeets {
		width: 20%;
	}
}

@media screen and (max-width: 1140px) {
	#theDeets {
		width: 22%;
	}
}

@media screen and (max-width: 1140px) {
	#theDeets {
		width: 23%;
	}
}

@media screen and (max-width: 1065px) {
	#theDeets {
		width: 26%;
	}
}

@media screen and (max-width: 1065px) {
	#theDeets {
		width: 28%;
	}
}

@media screen and (max-width: 1010px) {
	#theDeets {
		width: 30%;
	}
}

@media screen and (max-width: 975px) {
	#theDeets li {
		margin-top: 5px;
	}
}

@media screen and (max-width: 825px) {
	#theDeets li {
		margin-top: 2px;
	}
}















/*
MOBILE CSS
*/
@media screen and (max-width: 701px) {
	body {
		min-width: inherit;
		background-color: #ffffff;
		margin: 0px;
	}
	#paRappa {
		font-size: 28px;

		left: 0px;
		height: auto;
		width: 700px;
		min-width: 700px;
		margin: 0px;
		padding: 83px 0px 50px 0px;
	}

	#logo-mobile {
		width: 700px;
		display: block;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.9);

	}
	#logo {
		display: none;
	}


	h4 {
		margin-left: 0px;
		font-size: 1.2em;
		margin-top: 20px;
	}

	#navHeader {
		top: 0px;
		left: 0px;
		width: 700px;
		margin-bottom: -20px;
	}
	nav {
		padding: 0px;
		margin: 32px 0px 0px 0px;
		height: auto;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.9);

	}
	nav:after {
		display: none;
	}
	nav a {
		display: block;
		border-bottom: solid #4444 1px;
		padding: 10px 30px;
	}
	nav a:hover {
		border-bottom: solid #4444 1px;
	}
	#homeLink {
		margin-top: 5px;
	}
	
	#topMenu.inactive {
		height: 1px;
	}
	#topMenu.active {
		height: 504;
	}
	
	
	td.sidebarTD, td.sidebarTD2, td.contentTD, td.contentTD2, .width-35, .width-50, .width-60, .width-65, .width-100 {
		display: block;
		width: 636px;
		padding: 10px 32px 32px 32px;
		margin-right: 0px;
		text-align: left;
	}
	.width-45 {
		display: block;
		width: 636px;
		padding: 0px;
		margin: 0px 0px 10px 0px;
	}
	
	
	#sidebarFooter {
		position: absolute;
		bottom: 0px;
		line-height: 1.5;
	}
	#sidebarFooter, #contactInfo {
		text-align: center;
		width: 636px;
		max-width: inherit;
		margin: 0px auto;
	}	
	.greenButtons a {
		line-height: 3;
		margin: 20px 30px;
		font-weight: bold;
	}
	#socials {
		margin: 10px auto 50px auto;
		transform: scale(2);
	}
	.sandBGHolder, .shadowHolder {
		display: none;
	}
	
	input {
		height: 30px;
		font-size: 30px;
	}
	textarea {
		font-size: 30px;
	}
	
	.indented {
		margin: 0px;
	}
	
	
	
	.mobile-bordered {
		background-color: #444444;
		margin: 20px;
		padding: 32px;
	}
	
	
	#publicationsThumbnailsTable td {
		display: inline-block;
		width: 636px;
		margin-bottom: 32px;
		text-align: center;
	}
	
	
	.mobile-flex {
		display: flex; 
		flex-flow: column wrap;
	}
	.order-1 {
		order: 1;
		display: block;
		position: relative;
	}
	.order-2 {
		order: 2;
		display: block;
		position: relative;
	}
	.order-3 {
		order: 3;
		display: block;
		position: relative;
	}
	
	
	.ssHolder {
		margin-left: 0px;
	}
	
	#breakoutSidebar {
		position: relative;
		width: 636px;
		padding: 20px 32px 0px 32px;
	}
	#theDeets {
		position: relative;
		left: 0px;
		width: 636px;
		padding: 20px 32px 0px 32px;
		background-color: inherit;
	}
	#theDeets ul {
		margin-left: 0px;
	}
	#theDeets li {
		margin-top: 10px;
		margin-left: 0px;
	}
	#breakoutSidebar.photos-page {
		line-height: inherit;
		padding-top: 0px;
	}
	#breakoutSidebar.photos-page #theDeets {
		margin-top: 0px;
		padding-top: 0px;
		padding-bottom: 50px;
	}
	#theDeets .numbers-holder {
		padding-right: 30px;
	}
	#theDeets a {
		line-height: 0;
	}
	.numbers-holder a {
		padding-right: 10px;
	}
	
	
	.rates-special-notice {
		font-size: 1em;
	}
	.keyTable {
		width: 50%;
	}
	.calendar-month-td {
	}
	.dayHolder, .season {
		width: 40px;
	}
	.season {
		font-size: 1.5em;
	}
	
	
	
	.mobile-visible-only {
		display: block;
	}
	.desktop-visible-only, a.desktop-visible-only {
		display: none;
	}

}

