@import url(prism.css);
@import url(chosen.css);
@import url(pagination.css);

/* viewport */

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
@viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

/* font-face declarations */

@font-face {
    font-family: 'roboto_slabbold';
    src: url('robotoslab-bold-webfont.eot');
    src: url('robotoslab-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('robotoslab-bold-webfont.woff') format('woff'),
         url('robotoslab-bold-webfont.ttf') format('truetype'),
         url('robotoslab-bold-webfont.svg#roboto_slabbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_slablight';
    src: url('robotoslab-light-webfont.eot');
    src: url('robotoslab-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('robotoslab-light-webfont.woff') format('woff'),
         url('robotoslab-light-webfont.ttf') format('truetype'),
         url('robotoslab-light-webfont.svg#roboto_slablight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaylight';
    src: url('raleway-light-webfont.woff2') format('woff2'),
         url('raleway-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaysemibold';
    src: url('raleway-semibold-webfont.woff2') format('woff2'),
         url('raleway-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.eot?v=4.7.0');
  src: url('fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* basic structure */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #0a99d0;
}
body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font: normal 1em/1.5em 'ralewaylight';
	color: #3f3f3f;
}
#back-to-top {
	font: normal 16px/46px 'FontAwesome';
	text-align: center;
	position: fixed;
	z-index: 10;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 50%;
	display: none;
}
#back-to-top a {
	display: block;
	color: rgba(255,255,255, 0.5);
}
#back-to-top a:before {
	content: '\f077';
}
#announcement {
	width: 100%;
	background: #F30B21;
	min-height: 50px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
}
#announcement-text {
	max-width: 950px;
	margin: 0 auto;
	padding: 5px 10px;
	font: bold 17px/17px Arial;
	color: #FFF;
	text-align: center;
}
#announcement-text p {
	margin: 0 auto;
}
#base {
	background-color: #FFF;
	width: 100%;
	margin: 0;
}
#logobar {
	background-color: #FFF;
	width: 100%;
	margin: 0;
	position: relative;
	height: 95px;
}
#brand {
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 10px;
	transform: translateX(-50%);
}
#brand img {
	max-width: 250px;
}
#brand a:hover {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.pic-back {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	background-position: center center;
	background-size: cover;
	width: 100%;
	padding: 30px;
	height: calc(100vh - 130px);
}
.pic-back h1 {
	max-width: 1200px;
	font: normal 2.3em 'ralewaysemibold';
	margin: 0 0 30px 0;
	text-align: center;
	color: #FFF;
	text-shadow: 0 0 8px #111;
}
.atf-content {
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
}
#topbar, #search-page-topbar {
	position: relative;
	width: 100%;
	height: 270px;
	margin: 0 0 40px 0;
	border-radius: 0 0 30% 30%/ 0 0 100% 100%
}
#topbar h1, #search-page-topbar h1 {
	position: absolute;
	bottom: -6px;
	width: 360px;
	left: 50%;
	margin: 0 0 0 -180px;
	font: normal 40px/40px 'roboto_slabbold';
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
}
#search, #feature {
	position: relative;
	flex: 0 1 48%;
	max-width: 48%;
	min-height: 350px;
	margin: 0;
	background: rgba(250, 251, 245, 0.9);
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
#featurehead, #searchhead {
	background: #9A1F19;
	position: absolute;
	left: 0; top: 0; bottom: 0;
	width: 75px;
	margin: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#featurehead h2, #searchhead h2 {
	color: #FFF;
	margin: 0 !important;
	text-align: center;
    font: normal 35px/75px 'roboto_slabbold';
    display: block;
	width: 320px;
	position: absolute;
    top: 50%;
    left: 50%;
	transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
}
.feature-property {
	margin: 0 0 0 75px;
	padding: 0 15px;
}
.feature-property a {
	color: inherit;
}
#featuretitle {
    font: normal 1.5em 'ralewaysemibold';
    color: #9A1F19;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #9A1F19;
}
.featureimg {
	position: relative;
	width: 100%;
	height: 200px;
	background-position: center;
	background-size: cover;
}
.fheaderdetails {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 4px;
	background: rgba(255, 255, 255, 0.8);
	font-family: 'ralewaysemibold';
}
.full-wrapper {
	background: #fafbf5;
	padding: 40px 20px;
}
.text-wrapper {
	width: 100%;
	padding: 40px 20px;
	background-color: #FFF;
}
.verbage {
	max-width: 1200px;
	margin: auto;
}
.content-container {
	max-width: 1200px;
	margin: 0 auto;
}
.home-text {
	max-width: 1200px;
	margin: auto;
}
.content-container h1, .content-container h2, .content-container h3, .content-container h4 {
	font-family: 'ralewaysemibold';
	font-weight: normal;
	color: #016D84;
}
.content-container h1, .content-container h2, .content-container h3 {
	text-align: center;
}
.content-container p {
	color: #5c5c5c;
	font: normal 1.2em/1.8em 'ralewaylight';
}
.section {
	background-color: #F6F6F6;
	padding: 40px;
}
.login-section {
	background-color: #FFF;
	max-width: 440px;
	margin: auto;
	padding: 0 20px;
}
.hero-pic {
	width: 100%;
	height: 450px;
	background-repeat: norepeat;
	background-size: cover;
	background-position: center;
}
#members h2 {
	text-align: center;
	color: #016D84;
}
#memberlist {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: auto;
	padding: 0;
}
#memberlist li {
	flex: 1 1 24%;
	background: #FFF;
	list-style: none;
	max-width: 288px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	margin: 0 0 17px 0;
	overflow: hidden;
}
.member-property-title {
	margin: 0;
	padding: 15px 0;
	background: #FFF;
	height: 100%;
}
.no-border {
	box-shadow: none !important;
	background: transparent !important;
}
#memberlist p {
	text-align: center;
	font-family: 'ralewaysemibold';
}
.vactitle {
	margin: 0;
	padding: 10px 0;
	background: #aee8ff;
}
.longtitle {
	margin: 0;
	padding: 10px 0;
	background: #FFAD31;
	color: #FFF;
}
.exectitle {
	margin: 0;
	padding: 10px 0;
	background: #BD4FBC;
	color: #FFF;
}
.exec-diamond {
	font: normal 1em 'fontawesome';
	color: gold;
}
.redirect-title {
	margin: 0;
	padding: 10px 0;
	background: #46C4B8;
	color: #FFF;
}
.member-pic {
	width: 288px;
	height: 175px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


/* Search Form */

#searchbox {
	width: 100%;
	padding: 15px 15px 25px 85px;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	margin: 20px auto;
	font-size: 1em;
}
#searchform {
	display: flex;
	flex-flow: column nowrap;
}
.search-sub-head {
	margin: 3px 0;
	font: normal 1.1em 'roboto_slabbold';
	color: #000;
}
#searchform label {
	visibility: hidden;
	display: block;
	width: 0;
	height: 1px;
}
.date-search {
	position: relative;
}
.double-column {
	display: flex;
	flex-flow: row wrap;
	margin: 0 0 25px 0;
}
#requestfrom {
	margin-right: 15px;
}
#requestfrom::placeholder, #requestto::placeholder {
	color: #000;
}
#searchform::placeholder {
	color: #000 !important;
}
.dates {
	flex: 1 1 auto;
	position: relative;
	background: #FFF url(images/calicon.png) no-repeat right center;
	width: 48%;
	height: 40px;
	padding: 4px;
	text-indent: 5px;
	border: 1px solid #E1E1E1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1em;
}
.region-search {
	flex: 1 1 48%;
	width: 48%;
	margin-right: 15px;
}
.capacity-search {
	flex: 1 1 48%;
	width: 48%;
}
#region {
	width: 100%;
	height: 40px;
	padding: 4px;
	background: #FFF;
	border: 1px solid #E1E1E1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   font-size: 1em;
   
}
#region > optgroup, #capacity > optgroup {
	font-size: 1em;
}
#capacity {
	width: 100%;
	height: 40px;
	padding: 4px;
	background: #FFF;
	border: 1px solid #E1E1E1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   font-size: 1em;
   
}
#region option, #capacity option {
	padding: 3px;
	font-size: 1em;
	
}
#region::-ms-expand, #capacity::-ms-expand { /* for IE 11 */
    display: none;
}
.amenity-search {
	width: 100%;
}
.search-button {
	display: block;
	width: 100%;
	text-align: center;
}
#searchform button {
	height: 40px;
	margin-top: 25px;
	padding: 5px 10px 5px 10px;
	font: normal 1.1em 'roboto_slabbold';
	color: #FFF;
	background-color: #FFAD31;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	border: 2px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#searchform button:hover {
	background-color: #006D84;
}

/* Disclaimers */

.disclaimer {
	font: normal 1em/1em 'ralewaysemibold';
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 0 0 10px;
	background: #FFAD31;
	text-align: center;
	color: #FFF;
	position: absolute;
	top: 6px; left: 45px;
	padding: 2px;
	border: 1px solid #FFAD31;
	border-radius: 100%;
	cursor: pointer;
}
.disclaimer:hover {
	background: #006D84;
	border: 1px solid #006D84;
}
.disclaimer-text {
	display: none;
	background: #FFF;
	box-shadow: 0 2px 4px 1px hsla(0,5%,73%,.14);
	border: 1px solid #eaeaea;
	border-radius: 3px;
	position: absolute;
	bottom: 35px;
	padding: 35px;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	max-height: 275px;
	z-index: 1000;
	color: #3F3F3F !important;
}
.disclaimer-text p {
	margin: 0;
	font-size: 95%;
	line-height: 1.5em;
}
.disclaimer-arrow {
	overflow: hidden;
	position: absolute;
	width: 40px;
	height: 15px;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.disclaimer-arrow:after {
	top: -25px;
	left: 5px;
	background-color: #fff;
	border: 1px solid #eaeaea;
	box-shadow: 0 2px 4px 1px hsla(0,5%,73%,.14);
	content: "";
	height: 30px;
	position: absolute;
	transform: rotate(45deg);
	width: 30px;
}


/* navigation */

.mobilesidemenu {
}
.mobilesidemenu input[type="checkbox"] {
	display: none;
}
.mobileoverlay {
	display: none;
}
#navigation-placeholder {
	width: 100%;
	height: 35px;
	background-color: #FFF;
	position: relative;
}
#navigation {
	width: 100%;
	height: 35px;
	background-color: #FFAD31
}
#navigation ul {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	height: 35px;
}
#navigation ul li {
	list-style: none;
	border-right: solid 1px #fff;
	margin: 0;
	padding: 0;
}
#navigation ul li:last-child {
	border: none;
}
#navigation ul li a {
	font: normal 17px 'ralewaylight';
	color: #FFF;
	text-decoration: none;
	padding: 6px 15px;
	line-height: 23px;
	width: auto;
	margin: 0;
	display: block;
}
#navigation ul li a:hover {
	color: #016C83;
	-webkit-transition: background .5s ease, color 0.3s linear;
	-moz-transition: background .5s ease, color 0.3s linear;
	-o-transition: background .5s ease, color 0.3s linear;
	transition: background .5s ease, color 0.3s linear;
}
#navigation a.on{
	color: #016C83;
	font-family: 'ralewaysemibold';
}

/* subordinate structure */

/* typography */

h2 {
	font: normal 2em 'ralewaysemibold';
}
h3 {
	font: normal 1.5em 'ralewaysemibold';
}
strong {
	font-family: 'ralewaysemibold';
	font-weight: normal;
}

/* sharing */
/**
 * MarkupSocialShareButtons default theme example CSS
 * Use this theme as a start to create your own and copy it to your CSS and edit
 */

.sharing {
	position: relative;
	top: 0;
}
.share-email a {
	font: normal 1.35em 'FontAwesome' !important;
	color: #FFF;
}
.share-fb a {
	font: normal 1.35em 'FontAwesome' !important;
	color: #FFF;
}
.share-ig a {
	font: normal 1.35em 'FontAwesome' !important;
	color: #FFF;
}

/* footer */

#footer {
	background-color: #006077;
	padding: 15px 0 35px 0;
	width: 100%;
	min-height: 100px;
	clear: both;
}
#footer a {
	color: #EEE;
	text-decoration: none;
}
#footer a:hover {
	color: #B8232B;
}
#ftlinksarray {
	width: 100%;
	margin: 0 auto;
}
#ftlinksarray ul {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	text-align: center;
}
#ftlinksarray li {
	list-style: none;
	display: inline;
	width: 150px;
	white-space: nowrap;
	overflow: hidden; 
	padding-left: 1px;
	padding-bottom: 10px;
	margin-right: 12px; 
}
.footer-logo {
    text-align: center;
    margin: 20px auto;
    width: 100%;
    background: #FFF;
    padding: 10px 0;
}
.clear {
	clear: both;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
.clean {
	clear: both;
	height: 1px !important;
	padding: 0;
	margin: 0;
}
.legal {
	font: normal 10px 'ralewaylight';
	color: #EEE;
	margin: 10px auto;
	padding-top: 20px;
	text-align: center;
}
.advert {
	height: auto;
	width: 100%;
	max-width: 400px;
	background-color: #FFF;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid #fff;
}
.date {
	font-family: 'roboto_slablight';
	font-size: 14px;
	font-weight: normal;
}
#property-list {

}
.proplisting {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: stretch;
	max-width: 850px;
	min-height: 200px;
	background-color: #fff;
	margin: 10px auto;
	padding: 4px;
	border: 1px solid $4B7A8B;
	clear: both;
	overflow: hidden;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.proplisting:hover {
	background-color: #EEE;
}
.proplistingimage {
	width: 300px;
}
.propinfo {
	display: inline-block;
	margin: 0 0 0 15px;
	width: 520px;
	float: left;
}
.proplistspan {
	display: inline-block;
	width: 49%;
	border-top: 1px solid #4B7A8B;
	border-bottom: 1px solid #4B7A8B;
	padding: 8px 0;
	margin-right: -4px;
}
.proplistspan strong {
	font-family: 'ralewaysemibold';
	font-weight: normal;
}
.proptitle {
	color: #467B8B;
	margin: 0 0 10px 0;
}
.proplisttext {
	color: #666;
	clear: both;
	margin-bottom: 0 !important;
}
.designator {
	color: #FFF;
	font-family: 'ralewaysemibold';
	position: absolute;
	top: 4px;
	left: 4px;
	padding: 3px 30px 3px 10px;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}
.long {
	background-color: #FFAD31;
}
.affiliate {
	background-color: #46C4B8;
}
.vacation {
	background-color: #0A99D0;
}
.executive {
	background-color: #BD4FBC;
}
.proplink {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0; right: 0; bottom: 0; left: 0;
}
.pagination-buttons {
	max-width: 850px;
	height: 30px;
	margin: 0 auto;
}
.tdborder {
	border-top: 1px solid #D2DBDE;
}
.MarkupPagerNav {
	clear: both;
	font-family: Arial, sans-serif;
	margin: 20px 0 !important;
	padding: 0 0 20px 0 !important;
}
.MarkupPagerNav li {
	display: inline;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: block;
	float: left;
	padding: 2px 12px;
	margin-right: 3px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #4B7A8B;
}
.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
	text-decoration: none;
	background-color: #C70E3A;
}
.MarkupPagerNav li.MarkupPagerNavSeparator {
	color: #4B7A8B;
	background: none;
	padding-left: 3px;
	padding-right: 3px;
}
.links {
    text-align: center;
    margin: 0;
    padding: 0;
}
.links li {
	list-style-type: none;
}
.links li a {
	color: #4b7A8B;
	text-decoration: none;
}
.links li a:hover {
	color: #fb9b24;
}
.memberlink {
	border: 1px solid #A5AFB1;
    display: inline-block;
    padding: 14px !important;
    margin-bottom: 10px;
}
.memberlink img {
	border: 1px solid #A5AFB1;
}
.lialign {
	vertical-align: 12px;
}

/* Search Page */

/* search pagination */

#results-list {
	max-width: 850px;
	margin: 0 auto;
}
.ellipse {
	float: left;
}

.container {
	width: 260px;
	float: left;
	margin: 50px 10px 10px;
	padding: 20px;
	background-color: #FFF;
}

.page_navigation a, .alt_page_navigation a {
	padding: 2px 10px;
	margin: 0 3px 25px 0;
	color: #FFF !important;
	text-decoration:none;
	float: left;
	line-height: 20px !important;
	font: bold 10px arial;
	text-transform: uppercase;
	background-color: #4B7A8B;
}
.page_navigation a:hover, .alt_page_navigation a:hover {
	background-color:  #C70E3A !important;
}
.active_page {
	background-color: #C70E3A !important;
	color: #FFF !important;
}	
.no_more {
	display: none;
}
.content, .alt_content {
	color: #333;
	clear: both;
	margin-top: 50px !important;
}

.content li, .alt_content li, .content > p {
	padding: 5px
}
.total-heading {
	max-width: 900px;
	margin: auto;
}
.total-heading span {
	color: #016D84;
}
#termslist {
	background-color: #FDFDFD;
	max-width: 900px;
	margin: 0 auto 25px auto;
	padding: 12px;
	border: 1px solid #EEE;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#termslist h3 {
	text-align: center !important;
	margin: 0 !important;
	color: #016D84;
}
#termslist strong {
	color: #B42440;
}
#termslist ul {
	margin: 0;
	padding: 0;
}
#termslist li {
	list-style: none;
	display: inline;
}
.amenitylist:after {
	content: ", "
}
.amenitylist:last-child:after {
	content: "";
}
#region:focus, #capacity:focus, #amenities:focus {
	color: #006D84;
}
.s_result {
	list-style: none;
	padding: 10px !important;
	border-bottom: 1px solid #B9B9B9;
	text-align: left !important;
	overflow: hidden;
}
.s_result:first-child {
	border-top: 1px solid #B9B9B9;
	margin-top: 15px;
}
.s_result a {
	text-decoration: none;
	display: block !important;
}
.s_result a:hover {
	color: #006077 !important;
}
.s_result:hover {
	background-color: #F7F8FC !important;
	color: #4C4C4C  !important;
}
a:visited.s_result {
	background-color: #F3FBFF !important;
}
.item-identifier {
	display: inline-block;
	color: #4C4C4C !important;
	margin-right: 15px;
}
.search-result-region {
}
.s_result h4 {
	font: normal 22px 'ralewaysemibold';
	color: #006077;
	display: inline-block;
	margin: 0 0 4px 0;
}
.s_result span {
	display: inline-block;
}
.sr-small {
	font-size: 80%;
}
.exec {
	font: normal 18px 'FontAwesome';
	color: #BC881C !important;
	border: none !important;
}
.exec:before {
	font: normal 18px 'FontAwesome';
	content: '\f219';
	color: #BC881C !important;
}
.preview {
	width: 200px;
	height: 100px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.amenity-list {
	margin: 8px 0 0 8px !important;
	padding: 0;
	opacity: 0.6;
}
.amenity-list-item {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	margin: 0 2px 0 0;
	padding: 0 !important;
}

/* login page */

#login-form {
	width: 100%;
	background: #FFF;
	padding: 30px 0 60px 0;
}
#login * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
	
#login {
	max-width: 400px;
	padding: 25px;
	margin: 20px auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #E1E1E1;
	background: #F5F5F5;
}
#login p {
	margin: 0 0 20px 0;
}
#login .error {
	color: #FF0000;
}
#login #user {
	background: #FFF url(images/login-icons.png) no-repeat 4px 2px;
	width: 100%;
	height: 40px;
	padding: 4px;
	text-indent: 35px;
	border: 1px solid #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font: normal 14px 'ralewaylight';
	color: #282828;
}
#login #pass {
	background: #FFF url(images/login-icons.png) no-repeat 4px -30px;
	width: 100%;
	height: 40px;
	padding: 4px;
	text-indent: 35px;
	border: 1px solid #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font: normal 14px 'ralewaylight';
	color: #282828;
}
#login .btn {
	background-color: #FFAD31;
	text-align: center;
	height: 40px;
	margin:0 auto;
	display: block;
	border: 1px solid #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 25px;
	color: #FFF;
	font: normal 18px 'ralewaysemibold';
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
#login .btn:hover {
	background-color: #006E84 !important;
}
#disclaimer {
	max-width: 400px;
	margin: 0 auto;
}

/* Attractions page */


#property-attractions {
	max-width: 1200px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	margin: auto;
}
.attraction-container {
	background-color: #FFF;
	position: relative;
	flex: 1 1 30%;
	max-width: 360px;
	margin: 1.5%;
	border: 1px solid #E3E3E3;
}
.attraction-pic {
	width: 100%;
	height: 250px;
	margin-bottom: -20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.attraction-writeup {
	padding: 20px;
}
.attraction-link {
	position: absolute;
	z-index: 10;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%;
	height: 100%;
}
.attraction-link:hover {
	background: rgba(255, 165, 0, 0.3);
}

/* FAQ */

#questions {
	max-width: 1100px;
	margin: auto;
}
#questions h3 {
	font: normal 1.2em/44px 'ralewaysemibold';
	color: #467B8B;
	outline: none !important;
	margin: 0;
	padding: 18px 0 5px 0;

}
#questions hr {
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 10px 0 -5px 0;
	color: #DEF4FB;
	clear: both;
}
.ui-accordion-header {
	background: none !important;
	cursor: pointer;
	position: relative;
}
#questions .ui-state-default, #questions .ui-state-hover,
#questions .ui-state-active {
	border: none !important;
}
#questions .ui-widget-content {
    border: none !important;
    background: transparent;
    font: normal 1em 'roboto_slablight';
    color: #666 !important;
    margin-left: 25px;
}
#questions ol, #questions p {
	width: 90%;
}
.answer li {
	margin: 8px 0;
}
.answer a {
	color: #0a99d0 !important;
}
.answer a:hover {
	color: #FFAD31;
}
.answer img {
	max-width: 100%;
	height: auto;
}
#questions .ui-icon {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 25px;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
#questions .ui-icon, .ui-widget-content .ui-icon {
    background:url(images/ui-icon.png) no-repeat;
    background-size:25px;
    width:25px;
    height:25px;
    transition-duration: 0.5s;
	transition-property: transform;
}
#questions .ui-state-active .ui-icon, #questions .ui-button:active .ui-icon {
    background:url(images/ui-icon.png) no-repeat;
    background-size:25px;
    width:25px;
    height:25px;
    transform: rotate(90deg);
}
.align_right {
	float: right;
	clear: both;
	overflow: hidden;
	padding: 0 0 25px 10px;
}
.align_left {
	float: left;
	clear: both;
	overflow: hidden;
	padding: 0 0 25px 10px;
}


/* media queries for responsive layout */

@media only screen and (max-width: 1047px) {
	#requestfrom {
    	margin-right: 0;
    	margin-bottom: 10px;
    }
    .region-search {
	    margin-right: 0;
	    margin-bottom: 10px;
	    flex: 1 1 auto;
    	width: 100%;
	}
	.dates {
		width: 100%;
	}
}
@media only screen and (max-width: 1014px) {
	.pic-back h1 {
		display: none;
	}
	#memberlist li {
		flex: 1 1 32%;
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media only screen and (max-width: 983px) {
	#home-headtrgt, #headtrgt {
		display: none;
	}
	.mobilesidemenu {
    	width: 0;
	}
	#navigation {
		width: 300px;
		height: 100%;
	}
	#navigation ul {
		display: block;
		text-align: right;
		margin-top: 30px;
	}
	#navigation ul li, #home-navigation ul li {
		margin: 0 0 0 0;
		border-bottom: 1px solid #F5F5F5;
		display: block;
		float: none;
		border-right: none;
		padding: 0;
	}
	.overlay {
		position: relative;
	}
	.mobilesidemenu, .mobilesidemenu * {
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
	}
	.mobilesidemenu input[type="checkbox"] {
		/* checkbox used to toggle menu state */
    	position: absolute;
    	left: 0;
    	top: 0;
    	visibility: hidden;
	}
	.mobilesidemenu > label {
    	z-index: 100;
		display: block;
		position: absolute;
		font-size: 6px;
		width: 3.5em;
		height: 2.6em;
		top: 10px;
		right: 50%;
		background: transparent;
		text-indent: -1000px;
		border: .6em solid #006D84;
		border-width: .6em 0;
		cursor: pointer;
		-moz-transition: all 0.3s ease-in;
		-webkit-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
	}
	.mobilesidemenu > label::before, .mobilesidemenu > label::after {
    	/* inner stripes inside label */
    	content: "";
    	display: block;
    	position: absolute;
    	width: 100%;
    	height: 0.5em;
    	top: 50%;
    	margin-top: -0.3em;
    	left: 0;
    	background: #006D84;
    	/* stripes background color. Change to match border color of parent label above */
    	-moz-transform: rotate(0);
    	-webkit-transform: rotate(0);
    	transform: rotate(0);
    	-moz-transition: all 0.3s ease-in;
    	-webkit-transition: all 0.3s ease-in;
    	transition: all 0.3s ease-in;
    	/* transition for flipping label */
	}
	.mobilesidemenu nav {
    	/* NAV menu inside container */
    	margin: 0;
    	padding: 0;
    	position: fixed !important;
    	text-transform: uppercase;
    	border-left: 1px solid #013c48;
    	width: 300px;
    	/* width of nav menu */
    	height: 100%;
    	right: -300px;
    	/* set left to -width of menu */
    	top: 0;
    	z-index: 10000;
		-webkit-transform: translate3d(0, 0, 0); /* trigger hardware acceleration */
		transform: translate3d(0, 0, 0);
    	background: rgba(0, 110, 132, 0.9);
    	/* Old browsers */
    	-moz-transition: all 0.3s ease-in;
    	-webkit-transition: all 0.3s ease-in;
    	transition: all 0.3s ease-in;
    	/* transition for animating nav in and out */
	}
	.mobilesidemenu nav h2 {
    	color: black;
    	margin-bottom: 10px;
    	border-bottom: 2px solid #73462d;
	}
	.mobilesidemenu ul {
    	/* UL menu inside container */
    	list-style: none;
    	margin: 0;
    	padding: 0;
    	width: 100%;
	}
	.mobilesidemenu li {
	}
	.mobilesidemenu li a {
    	display: block;
    	text-decoration: none;
    	font-size: 1.4em;
    	/* font size of menu links */
    	color: #FFF !important;
    	margin: 0;
    	padding: 12px;
	}
	.mobilesidemenu li a:hover {
    	color: #F89F2F !important;
	}
	.mobilesidemenu nav label {
    	/* label button inside nav to close menu */
    	cursor: pointer;
    	position: absolute;
    	left: 0;
    	top: 0;
    	-moz-border-radius: 0 0 40px 0;
    	-webkit-border-radius: 0 0 40px 0;
    	border-radius: 0 0 40px 0;
    	width: 40px;
    	height: 30px;
    	text-align: center;
	}
	.mobilesidemenu nav label::after {
    	/* label button x */
    	content: "\f00d";
    	color: #006d84;
    	display: block;
    	font: normal 20px 'fontAwesome';
    	margin-top: 2px;
    	margin-left: -4px;
    	-moz-transition: all 0.3s ease-in;
    	-webkit-transition: all 0.3s ease-in;
    	transition: all 0.3s ease-in;
	}
	.mobilesidemenu .mobileoverlay {
    	/* overlay that covers entire page when menu is open */
    	position: fixed;
    	display: flex;
    	width: 100%;
    	height: 100%;
    	left: 0;
    	top: 0;
    	opacity: .6;
    	background: black;
    	z-index: 1001;
    	visibility: hidden;
	}
	.mobilesidemenu .mobileoverlay label {
    	/* label of overlay that closes menu when clicked on */
    	width: 100%;
    	height: 100%;
    	position: absolute;
	}
	.mobilesidemenu nav label:hover::after {
    	/* state of NAV label::after when mouse moves over */
    	-moz-transform: rotatey(180deg);
    	-ms-transform: rotatey(180deg);
    	-webkit-transform: rotatey(180deg);
    	transform: rotatey(180deg);
    	/* flip labels vertically onMouseover */
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ label {
    	/* state of main menu label when menu is open  */
    	border-color: transparent;
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ label::before {
    	/* state of main menu label::before when menu is open  */
    	transform: rotate(-45deg);
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ label::after {
    	/* state of main menu label::after when menu is open  */
    	transform: rotate(45deg);
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ nav {
    	/* state of NAV when menu is open  */
    	right: 0;
    	/* set left to 0 to animate it into view  */
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ div.mobileoverlay {
    	/* state of overlay when menu is open  */
    	visibility: visible;
	}
	#searchbox {
		max-width: 90%;
    	margin: 15px auto 0 auto;
	}

}
@media screen and (max-width: 850px) {
	.pic-back {
    	height: auto;
	}
	.atf-content {
	    display: block;
	}
	#search, #feature {
	    max-width: initial;
	    margin: 20px 0 0 0;
    }
    .feature-property {
    	padding: 15px;
	}
}
@media screen and (max-width: 720px) {
	#slogan {
		display: none;
	}
	.inline {
		padding-right: 15px;
		padding-left: 15px;
		display: block;
		float: none;
		margin-right: 0 !important;
		border-left: none;
		border-right: none;
	}
	.inline:first-child {
    		border-left: none;
	}
	#search_keywords {
		width: 80%;
	}
	#rightcolumn {
		width: 98%;
	}
	.rtbox {
		max-width: 100%;
		margin: 10px 0;
		display: block;
		float: none;
		text-align: center;
	}
	#ftlinksarray {
		width: 100%;
		float: none;
	}
	.proplisting {
	    flex-flow: column nowrap;
    }
    .proplistingimage {
    	width: 100%;
    	height: 200px;
	}
	.propinfo {
    	margin: 0 0 0 0;
    	padding: 15px;
    	width: 100%;
	}
}
@media screen and (max-width: 660px) {
	#login-button, #page-login-button {
		display: none;
	}
	#memberlist {
	    justify-content: center;
	}
	#questions h3 {
    	font: normal 1.2em/1.2em 'ralewaysemibold';
	}
	#questions .ui-icon, .ui-widget-content .ui-icon {
		display: none;
	}	
}
@media screen and (max-width: 515px) {
	#sharing {
		position: static;
		margin: 0 auto;
		padding: 0 0 15px 0;
	}
	#logo {
		position: static;
		padding: 10px 0 10px 30px;
	}
	.inline {
		margin-bottom: 0;
	}
	#disclaimer br {
		display: none;
	}
	#featuretitle {
	border-right: none;
	}
	.fheaderdetails {
		border-right: none;
	}
	#topbar, #search-page-topbar {
   		border-radius: 0;
	}
	#memberlist li {
		flex: 1 1 90%;
	}
}
@media screen and (max-width: 380px) {
	#cid {
		width: 100%;
		height: 113px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#logo {
		width: 100% !important;
		height: auto !important;
	}
	#footer {
		background-image: none;
	}
	.proplisttext {
		margin-bottom: 12px !important;
	}
	#topbar h1 {
		width: 320px;
		margin: 0 0 0 -160px;
	}
	.proplistspan {
		width: auto;
	}
	.space {
		display: inline-block;
		width: 15px;
	}
}